@charset 'utf-8';

body {
	/* background: #fff; */
}

.nav-wrap {
	height: 60px;
}

/* 一级主体内容区 */
.contain {
	margin: 20px auto;
	background-color: #fff;
	width: 1200px;
}

.list-wrap {
	width: 820px;
}

.crumbs-wrap {
	font-size: 16px;
	color: #333;
	margin: 30px 0;
}

.crumbs-wrap span {
	color: #999;
}

.crumbs-wrap a:hover {
	color: #395c93
}

/* <!-- 推荐栏目 --> */

.slide {
	width: 280px;
	margin-top: 30px;
}

.recommend-col,.zt-col {
	margin-bottom: 30px;
}
.recommend-col .tit-wrap{
	margin-bottom: 6px;
}
.tit-wrap .name {
	font-size: 24px;
	font-weight: bold;
	color: #1980DE;
	line-height: 24px;
	border-left: 3px solid #1980DE;
	padding-left: 10px;
}

.tit-wrap .more {
	font-size: 13px;
	color: #999;
	line-height: 24px;
}

.tit-wrap .more:hover {
	color: #395c93;
}

.recommend-col li {
	padding: 12px 0;
	border-bottom: 1px solid #DFDFDF;
}

.recommend-col li span {
	width: 6px;
	height: 6px;
	background: #CECECE;
	border-radius: 50%;
	margin-right: 8px;
	margin-top: 8px;
}

.recommend-col li a {
	width: 266px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.zt-col .tit-wrap{
	margin-bottom: 24px;
}
.zt-li {
	width: 280px;
	height: 116px;
	margin-bottom: 15px;
}

.zt-li img {
	width: 100%;
	height: 100%;
}

.zt-li .img-desc {
	width: 280px;
	height: 33px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	line-height: 33px;
	font-size: 16px;
	color: #fff;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recd-img-col .tit-wrap{
	margin-bottom: 24px;
}
.recd-wrap li{
	margin-bottom: 10px;
}
.recd-wrap li:hover .img-desc{
	text-decoration: underline;
	color: #395c93;
}
.recd-wrap li .img-wrap{
	width: 98px;
	height: 55px;
	margin-right: 10px;
}
.recd-wrap li .img-wrap img{
	width: 100%;
	height: auto;
}
.recd-wrap li .img-desc{
	font-size: 16px;
	color: #333;
	width: 160px;
	line-height: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*section-cnt*/
.section-cnt .section-cnt-tit{padding-bottom: 8px;margin-top: 12px;padding-bottom: 0px;}
.section-cnt .section-cnt-tit h1{font-size: 32px;color: #333;margin-bottom: 11px;}
.section-cnt .section-cnt-tit .info{float: left;font-size: 16px;color: #ABABAB;margin-top: 15px;}
.section-cnt .section-cnt-tit .info p{display: inline;margin-right: 25px;}
/*col-main*/
.col-main{width: 810px;float: left;}
/*文章内容*/
.col-main .article-main p{font-size: 18px;color: #333;line-height: 32px;margin-top: 24px;text-align: justify;}
.col-main .article-main p img{/*display: block;*/max-width: 100%;margin: 0 auto;}
.col-main .article-main p a{color: #333;}
.col-main .article-main p a:hover{color: #cc0000;}
.col-main .article-main h3{font-size: 18px;color: #000;margin: 35px 0;font-weight: bold;}
.col-main .article-main video{/* width:50%;*/ max-width: 100%; height:auto; margin:0 auto; display:block;}
/*栏目标题*/
.tit-sub{margin-top: 38px;}
.tit-sub h2{padding-left: 15px;font-size: 24px;color: #333;font-weight: normal;position: relative;}
.tit-sub h2 i{width: 4px;height: 22px;display: inline-block;position: absolute;left: 0;top: 6px;background-color: #ff9900;}
.tit-sub h2 a{color: #333;}
.tit-sub h2 a:hover{color: #cc0000;}
.col-main .tit-sub{margin-bottom: 24px;}
/*曝料*/
.col-main .article-main p.contact{font-size: 16px;}
/*责任编辑*/
.col-main .article-main p.author{font-size: 16px;text-align: right;}

@media screen and (max-width: 900px){
	.contain{width: 100%;padding: 0 .24rem;}
	.list-wrap{width: 100%;float: none;}
	.section-cnt .section-cnt-tit h1{font-size: .48rem;line-height: .7rem;margin-bottom: 0;}
	.section-cnt .section-cnt-tit .info{float: none;font-size: .24rem;margin-top: .38rem;}
	.section-cnt .section-cnt-tit .info .time{float: right;margin-right: 0;}
	.col-main{float: none;width: 100%;}
	.col-main .article-main h3{margin: .3rem 0;}
	.col-main .article-main p{font-size: .36rem;line-height: .6rem;margin-top: .48rem;}
	.slide{display: none;}
	.mod-footer{margin-top: .25rem;}
}







