.news .news-con{
    box-shadow: 0 0 5px #767676;
    margin: 30px 0;
}
.news .con-title{
    padding: 12px 0 0 40px;
    height:64px;
    line-height: 64px;
    border-bottom: 1px solid #000;
}
.news .con-title>img{
    margin-bottom: 2px;
    display: inline-block;
}
.news .con-title>a.tt{
    display: inline-block;
    height:24px;
    line-height: 24px;
    width:100px;
    background: #0f8549;
    color:#fff;
    text-align: center;
    margin-left: 17px;
}
/*新闻列表*/
.news-list{
    padding: 40px;
}
.news-list>ul>li{
    border-bottom: 1px solid #9fa0a0;
    height: 200px;
    padding:20px 0;
    box-sizing: border-box;
}
.news-list>ul>li:hover{
    background: #eee;
}
.news-list>ul>li:hover .con{
    color: #0f8549;
}
.news-list>ul>li:first-child{
    border-top:1px solid #9fa0a0;
}
.news-list .news-txt{
    margin-left: 320px;
}
.news-list .news-txt .news-txt-div{
     overflow: hidden;
    height: 120px;
    padding-right: 40px;
 }
.news-list .news-txt .news-txt-div>.con{
    display: table-cell;
    vertical-align: middle;
    height:120px;
    text-indent: 2rem;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}
.news-list .time{
    line-height: 40px;
}
/*新版特珍新闻样式*/
.news-txt{
    padding:0 50px 50px;
}
.news-left{
    width:500px;
    overflow: hidden;
}
.news-item{
    padding:20px 30px;
}
.news-item:hover{
     background: #eee;
 }
.news-item:hover .news-title{
    color:#0f8549;
}
.title{
    font-weight: bold;
    padding:10px 0 10px 14px;
    border-bottom: 3px solid #0f8549;
    margin-top: 30px;
}
.title>span{
    font-size: 24px;
}
.title>i{
    color:#0f8549;
}
.list-bd .img-div{
    margin-bottom:10px;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.list-bd .img-div img{
    width: 160px;
    height:114px;
}
.list-bd .bd-right{
    /*margin-left: 190px;*/
    /*padding-top: 20px;*/
    height:100%;
    overflow: hidden;
    box-sizing: border-box;

}
.list-bd .news-title{
    font-weight: bold;
    font-size: 18px;
    color:#555;
    overflow: hidden;
}
/*热点专题*/
.news-right{
    margin-left: 30px;
    width: 450px;
}
.list-bd .rdzt-title{
    padding:0;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-right .img-div{
    position:relative;
    width:160px;
    height:114px;
    overflow: hidden;
}
.news-right .mk{
    height: 22px;
    width:100%;
    line-height: 22px;
    font-size: 12px;
    background: rgba(255, 255, 255, .85);
    text-align: center;
    color:#0f8549;
    position:absolute;
    bottom:0;
    left:0;
}
.news-right .info{
    color:#555;
    font-weight: bold;
    font-size: 14px;
}
.news-right .info li{
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*无图新闻*/
.old-news>.title>span{
    font-size: 18px;
}
.old-news>.title i{
    display: inline-block;
    margin:0 5px -3px 0;
    width:18px;
    height:18px;
    background: #555;
}
.old-news>.title{
    border-bottom:1px solid #555;
}
.outline .list-bd{
    height:auto;
    margin-bottom: 10px;
}
.outline .list-bd .news-title{
    color:#000;
    font-size: 16px;
}
.outline .news-item:hover{
    background: transparent;
}
.outline .news-item:hover .list-bd,
.outline .news-item:hover .info,
.outline .news-item:hover .news-title,
.outline .news-item:hover .list-ft{
    color:#0f8549 !important;
 }
.outline .news-item{
    padding: 10px 30px;
}
/*新闻详情页面CSS*/
.news-bt{
    color: #0f8549;
}
.n-title{
    text-align: center;
    margin: 30px 0 20px;
    font-size: 24px;
    color:#0f8549;
}
.n-con{
    line-height: 30px;
    padding:0 30px;
    text-indent: 2rem;
}
.n-con img{
    /*display:inline-block;*/
    text-align: center;
    margin:0 auto;
}
/*专题页面CSS*/

.news-topic .news-con .news-txt .news-left{
    width:auto;
}
.news-topic .tzxw-ul>li{
    display: inline-block;
    width:480px;
    box-sizing: border-box;
}
.news-topic .tzxw-ul>li:nth-child(odd){
    margin-right: 20px;
}
.news-topic .title>em{
    margin:0 10px;
}
.news-topic .title>i{
    font-size: 16px;
}
.con-t-sm i{
    margin:0 10px;
}
.con-t-sm{
    color:#0f8549;
    font-size: 16px;
}


