.case .main{
    width:1200px;
}
.case{
    margin:80px 0;
}
.nleft{
    width:20%;
    float: left;
    margin-right: 10px;
}
.nleft ul li{
    text-align: center;
    background: #B50603;
    height:50px;
    line-height: 50px;

}
.nleft ul li:hover{
    background: #fff;
}
.nleft ul li:hover a{
    color:#B50603;
}
.nleft ul li a{
    color:#fff;
}
.nright{
    width:78%;
    float: left;
}
.nright ul li{
    width:100%;
    background: #F5F5F5;
    float:left;
    margin-bottom: 40px;
}
.ltitle{
    background: #B50603;
    height:60px;
    text-align: center;
    color:#fff;
    line-height: 60px;
    font-size:24px;
    margin-bottom:10px;
}

.nright ul li img{
    width:100%;
    max-width: 100%;
    height:408px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news-nr{
    padding:20px 15px 20px 15px;
}
.news-nr:hover{
    background: #B50603;
}
.news-nr:hover span{
    color:#fff;
}
.news-nr:hover h3{
    color:#fff;
}
.news-nr:hover p a span{
    background: #fff;
    color:#B50603;
}
.news-nr h3{
    color:#000;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 微软雅黑;
    font-weight: 300;
}
.news-nr span{
    color:#C0C0C0;
    font-size: 14px;
    line-height: 20px;
}
.news-more{
    text-align: right;
}
.news-more span{
    display: inline-block;
    width:100px;
    height:35px;
    line-height: 35px;
    background: #FE0500;
    color:#fff;
    text-align: center;
}
.news-title{
    font-size: 20px;
    text-align:center;
}
.news-remark{
    text-align: center;
    height:40px;
    line-height:40px;
    border-bottom:1px solid #D0CDCE;
}
.news-content{
    padding:25px 0;
}
.news-foot{
    height:80px;
    border-top:1px solid #D0CDCE;
}
.nfoot-l{
    width:600px;
    float: left;
}
.news-foot-l{
    width:600px;
    float: left;
    padding-top: 20px;
}
.news-foot-l p,.news-foot-l p a{
    color:#979596;
}
.news-foot-r{
    width:600px;
    float: right;
    position: relative;
}
.fanhui{
    display: inline-block;
    width:120px;
    height:45px;
    line-height:45px;
    color:#fff;
    background: #FE0501;
    position:absolute ;
    right:30px;
    top:20px;
    text-align: center;
}
.fanhui a{
    color:#fff;
}
p img{
    max-width: 100%;
}