@charset "utf-8";
body{
    background:#f5f5f5;
}

/* 版心内容 */
.news-container{
	float: left;
    width: 100%;
    min-width: 1200px;
}
.news-content{
    background-color: #fff;
    padding-top: 12px;
}
.news-cont-left{
    float: left;
    width: 835px;
    padding: 0 15px;
}
.news-con-item{
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.news-con-item:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.news-con-item .news-con-item-tit{
    height: 36px;
    margin-bottom: 10px;
}
.news-con-item .news-con-item-tit h3{
    float: left;
    width: 219px;
    line-height: 36px;
    font-size: 16px;
    color: #0e86e3;
    padding-left: 11px;
    position: relative;
}
.news-con-item .news-con-item-tit h3:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    background-color: #0e86e3;
}
.news-con-item .news-con-item-tit .more-btn{
    float: right;
    line-height: 36px;
    font-size: 14px;
    color: #999;
}
.news-cont-left ul{
}
.news-cont-left .news-con-item ul{
    padding-left: 10px;
}
.news-cont-left ul li{

}
.news-cont-left ul li>a{
    float: left;
    padding-left: 15px;
    max-width: 700px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-cont-left ul li>a:hover{
    color: #0e86e3;
}
.news-cont-left ul li>a:after{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #b5b5b5;
    overflow: hidden;
}
.news-cont-left ul li>a:hover:after{
    background-color: #0e86e3;
}
.news-cont-left ul li>.news-time{
    float: right;
    line-height: 32px;
    font-size: 14px;
    color: #666;
}


/* 文章、新闻详细页 */
.article-box{
    padding: 0 10px;
}
.article-box .article-title{
    text-align: center;
    font-size: 22px;
    line-height: 40px;
}
.article-box .article-data{
    height: 34px;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 34px;
}
.article-box .article-data>span{
    display: inline-block;
    margin: 0 10px;
}
.article-box .article-con{
    padding-top: 16px;
    font-size: 14px;
    line-height: 30px;
}
/*内容*/
.article-con p{
    font-size: 16px !important;
    line-height: 30px !important;
	font-family:'微软雅黑' !important;
}

/* 右边侧栏 */
.right-side-box{
    float: right;
    width: 310px;
}
.right-side-box .side-item{
    margin-bottom: 20px;
}
.right-side-box .side-bar{
    height: 36px;
}
.right-side-box .side-bar h3{
    float: left;
    width: 219px;
    line-height: 36px;
    font-size: 16px;
    color: #0e86e3;
    padding-left: 11px;
    position: relative;
}
.right-side-box .side-bar h3:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    background-color: #0e86e3;
}
.right-side-box .side-bar .more-btn{
    float: right;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    margin-right: 20px;
}
.right-side-box .side-content{
    padding: 8px 10px 0;
}
.right-side-box .news-first-list{
    max-height: 320px;
    overflow: hidden;
}
.right-side-box .news-first-list li{
    height: 32px;
}
.right-side-box .news-first-list li>a{
    display: block;
    padding-left: 15px;
    line-height: 32px;
    color: #666;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-side-box .news-first-list li>a:hover{
    color: #0e86e3;
}
.news-first-list li>a:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #b5b5b5;
    overflow: hidden;
}
.news-first-list li>a:hover:before{
    background-color: #0e86e3;
}

.right-side-box .news-second-list{

}
.news-second-list dl{
    margin-bottom: 15px;
}
.news-second-list dl .pic{
    float: left;
    width: 140px;
    height: 90px;
    overflow: hidden;
}
.news-second-list dl .pic>a{
    display: table-cell;
    width: 140px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
}
.news-second-list dl .pic>a>img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.news-second-list dl .txt{
    padding-left: 150px;
    height: 90px;
}
.news-second-list dl .txt>a{
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.news-second-list dl:hover .txt>a{
    color: #0e86e3;
}

/* 意见调查 */
.opinion-survey-box{
    float: left;
    width: 840px;
    margin-bottom: 20px;
}
.opinion-survey-box ul{

}
.opinion-survey-box ul li{
    padding: 10px 0;
    min-height: 30px;
}
.opinion-survey-box ul li .hd{
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-align: right;
}
.opinion-survey-box ul li .bd{
    padding-left: 110px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.opinion-survey-box ul li .bd .select-box{
    width: 150px;
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #d5d5d5;
    margin-right: 10px;
}
.opinion-survey-box ul li .bd input{
    width: 150px;
    padding: 3px 7px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    border: 1px solid #d5d5d5;
    margin-right: 10px;
}
.opinion-survey-box li .file-box{
    padding: 2px 0;
}
.opinion-survey-box li a.upload-btn{
    display: inline-block;
    background: url("../images/upload-bg.png") no-repeat center;
    width: 69px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    margin-right: 20px;
}
.opinion-survey-box .file-item{
    line-height: 26px;
    font-size: 14px;
    color: #0e86e3;
    margin-right: 20px;
}
.opinion-survey-box .textarea-box{
    width: 710px;
    height: 307px;
    padding: 0 7px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    border: 1px solid #d5d5d5;
}
.opinion-survey-box ul li .bd .tips{
    display: inline-block;
    padding: 5px 0;
    color: #999;
    line-height: 20px;
}
.opinion-survey-box ul li .bd .tips>span{
    color: #eb2f2f;
}

/*20190311新增广告位*/
.index-btl-ad{
	margin-bottom:15px;
}
.index-btl-ad:after{
	clear:both;
	content:'';
	display:block;
	width:0;
	height:0;
	visibility:hidden;
}
.clear{
	clear:both;
}
.tl-ad-left{
	float:left;
	width:580px;
	height:90px;
}
.tl-ad-right{
	float:right;
	width:580px;
	height:90px;
}
.tl-long-ad{
	width:100%;
	height:90px;
}
.tl-long-ad:first-child{
	margin-top:1px;
}
.tl-long-ad:after{
	clear:both;
	content:'';
	display:block;
	width:0;
	height:0;
	visibility:hidden;
}

.tl-short-ad{
	width:100%;
	height:200px;
}
.tl-short-ad:first-child{
	margin-top:0px;
}
.tl-short-ad:after{
	clear:both;
	content:'';
	display:block;
	width:0;
	height:0;
	visibility:hidden;
}
/*20190311新增广告位*/

/*20190402 新增责任编辑*/
.article-con .editor{
	float:right;
	font:13px/25px '微软雅黑';
	height:25px;
	color:#999;
	margin-top:10px;
}
/*20190402 新增责任编辑*/