*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-family: Arial,Verdana,微软雅黑;
}
ul li{
	list-style: none;
}
 a{
	text-decoration: none;
}
img{
	border:none;
}
header{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #e1e2e4;
}
/*<!-- banner -->*/
.banner{
	width: 100%;
	height: 555px;
	background: url(/sp_img/ztyantu/banner.jpg) left center  no-repeat;
	background-size: 100% 555px;
}
.banner_1200w{
	width: 1200px;
	margin: auto;
}
.banner_top{
	width: 224px;
	height: 40px;
	background: #fff;
	border-radius: 0 0 5px 5px;
	float: right;
	margin-right: 100px;
	line-height: 40px;
}
.banner_top a:hover{
	color: #8e440e;
}
.banner_top img{
	width: 110px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
.banner_top span{
	float: left;
	color: #ccc;
	padding: 0 10px;
}
.banner_con{
	width: 840px;
	margin: auto;
	padding-top: 120px;
	text-align: center;
}
.banner_con p{
	text-align: left;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin-top: 20px;
	text-indent: 2em;
}
.banner_con p strong{
	color: #fff600;
	font-size: 16px;
	font-weight: normal;
}
/*<!-- 热门问题 -->*/
.hot_p{
	width: 100%;
	height: 149px;
	background: url(/sp_img/ztyantu/hot_bg.png) no-repeat;
}
.hot_1200w{
	width: 1200px;
	margin:auto;
	height: 120px;
	background: url(/sp_img/ztyantu/hot_img.png) no-repeat;
}
.hot_1200w ul{
	width: 1140px;
	margin-left: 50px;
}
.hot_1200w ul li{
	width: 270px;
	float: left;
	margin-right: 20px;
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
	margin-top: 10px;
}
.hot_1200w ul li:before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #8e440e;
	margin-right: 5px;
	vertical-align: middle;
}
.hot_1200w ul li a{
	font-size: 14px;
	color: #8e440e;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	width: 95%;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hot_1200w ul li:nth-child(4n){
	margin-right: 0;
}
/*<!-- 背景 -->*/
.contain{
	width: 100%;
	background: #eae0ad;
	padding-top: 10px;
}
.contain_1200w{
	width: 1200px;
	margin: auto;
}
/*<!-- 期刊 -->*/
.qk_w{
	height: 500px;
	padding: 30px 50px 0;
	background: url(/sp_img/ztyantu/content_bg.png) no-repeat;
	background-size: 100% 530px;
}
.qk_title{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #8e440e;
}
.qk_title span{
	color: #8e440e;
	font-size: 24px;
	float: left;
}
.qk_title span:before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #8e440e;
	vertical-align: middle;
	margin-right: 5px;
}
.qk_title a{
	color: #333;
	float: right;
	font-weight: normal;
}
.qk_title a:hover{
	color: #8e440e;
}
.qk_w ul li{
	float: left;
	margin-right: 30px;
	width: 336px;
	margin-top: 30px;
}
.qk_w ul li a img{
	width: 140px;
	height: 173px;
	margin-right: 8px;
	float: left;
}
.qk_imgR{
	float: left;
	width: 188px;
}
.qk_imgR p{
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	width: 240px;
}
.qk_imgR p strong{
	font-size: 14px;
	line-height: 28px;
}
.qk_imgR p a{
	width: 180px;
	height: 32px;
	background: #f2edd6;
	border: 1px solid #dfd79d;
	color: #8e440e;
	text-align: center;
	line-height: 32px;
	
	margin-top: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*<!-- 论文 -->*/
.paper_w{
	height: 535px;
	padding: 30px 50px 0;
	background: url(/sp_img/ztyantu/content_bg.png) no-repeat;
	background-size: 100% 560px;
	margin-top: 45px;
}
.paper_w ul li{
	float: left;
	margin-right: 30px;
	width: 535px;
	margin-top: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
.paper_w ul li h5 a{
	line-height: 28px;
	color: #8e440e;
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.paper_w ul li p{
	line-height: 24px;
	text-indent: 2em;
	
	overflow: hidden;
}
.paper_w ul li p a{
	color: #b61d1c;
}
.paper_w ul li:nth-child(2n){
	margin-right: 0;
}
footer{
	text-align: center;
	padding: 30px 0;
}
.footer_a{
	text-align: center;
}
.footer_a a{
	padding: 0 10px;
	color: #8e440e;
	line-height: 20px;
	border-right: 1px solid #8e440e;
}
.footer_a a:last-child{
	border-right: none;
}
footer p{
	line-height: 24px;
	color: #8e440e;
}




@media only screen and (min-width: 100px) and (max-width: 640px) {
	.banner_1200w,.banner_con,.contain_1200w{width: auto;}
	.qk_w {
	    padding: 30px 20px 80px;
	    background-size: 100% 100%;
	    overflow: hidden;
	    height: auto;
	}
	.paper_w{padding: 30px 20px 0;}
	.qk_title span{font-size: 22px;}
	.paper_w ul li {
	    margin-right: 0;
	    width: auto;
    }
    .paper_w {
	    height: auto;
	    padding: 30px 20px 50px;
	    background-size: 100% 100%;
	    overflow: hidden;
	}
	.banner_con img{width: 100%;}
	.banner {
		width: auto;
	    background: url(/sp_img/ztyantu/banner.jpg) top center no-repeat;
	    background-size: auto 555px;
	    padding: 0 20px;
    }
    .banner_top{float: none;margin-right: 0px;}
}