@charset "utf-8";
body{
	padding:0;
	margin:0;
	font-family:'Microsoft Yahei',Verdana, Arial;
	font-size:16px;
	-webkit-text-size-adjust: none;
	background:url(../images/topic_hdwhlt/bg_zt.jpg);
}
img{
	border:none;
}
dl,dt,dd,ul,li,form,input,textarea{
	margin:0;
	padding:0;
	list-style:none;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
a{
	color:#333;
	text-decoration:none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.border{
	border:1px solid #ccc;
	box-sizing:border-box;
}
.white-bg{
	background-color:#fff;
}
.gray-bg{
	background-color:#f7f7f7;
}
.pt-space{
	padding-top:30px;
}
.max-wrap {
	max-width: 100%;
	min-width: 1320px;
	margin: 0 auto;
	position: relative;
}
.main-wrap {
	width: 1320px;
	margin: 0 auto;
}
/*top-bar--start*/
.top-bar {
	background-color: #fff;
}
a.back{
	float: right;
	border: 1px solid #ccc;
	color: #ec2929;
	border-radius: 28px;
	padding: 5px 10px;
	margin:6px 0;
	font-size: 0.875em;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
a.back:hover{
	background-color:#ec2929;
	border: 1px solid #ec2929;
	color:#fff;
}
/*top-bar--end*/

/*头图--开始*/
.banner {
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #fff;
}
.banner ul{
	float: left;
}
.banner ul li {
	display: none;
	height: 400px;
	left: 0;
	position: absolute;
	top: 0;
	width:100%;
}
.home .banner ul li {
	top:0;
}
/*头图--结束*/

/*图片集pic-library*/
.pic-library>li{
	float:left;
	margin-top:25px;
	width:100%;
}
.pic-library.col-4>li{
	width: 22%;
	margin-left: 4%;
}
.pic-library.col-3>li{
	width:32%;
	margin-left:2%;
	margin-top: 12px;
}
.pic-library.col-3>li:nth-child(3n+1){
	margin-left:0;
}
.pic-library.col-4.zt>li{
	width:21.25%;
	margin-left:5%;
}
.pic-library.col-4>li:nth-child(4n+1){
	margin-left:0;
}
.pic-library>li>a{
	display:block;
}
.pic-library>li>span{
	display: block;
	font-size: 0.875em;
	color: #333;
	text-align: center;
	padding-top: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pic-library li a img{
	width:100%;
	height:100%;
}

/*img-size*/
.img-size01 {
	padding-top: 128%;
	position: relative;
}
.img-size02 {
	padding-top: 65%;
	position: relative;
}
.img-size03 {
	padding-top: 36%;
	position: relative;
}
.img-frame{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #333;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.img-frame img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a:hover .img-frame img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.img-frame:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.pd-10{
	padding:0 10px;
	box-sizing:border-box;
}
.pd-30{
	padding:0 40px 30px;
	box-sizing:border-box;
}
.logo-bar{
	position:absolute;
	width:100%;
	top: 86px;
	z-index:99;
}
.logo img{
	display:block;
}

/*下拉菜单--start*/
.main-nav-bg{
	position: relative;
	z-index: 99;
	background: #b06f11 url(../images/topic_hdwhlt/nav_bg.jpg) repeat-x;
	height: 40px;
}
#menu a{
	display:block;
	color:#333;
}
#menu li:hover>ul{
	display:block;
}
/* 一级菜单 */
#menu>ul{
	display:table;
	table-layout:fixed;
	width:100%;
}
#menu>ul>li{
	display: table-cell;
	vertical-align:top;
	position: relative;
}
#menu>ul>li>a{
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #fff;
	font-size: 1.125em;
}
#menu>ul>li{
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
#menu>ul>li>a:hover{
	color: #ffea91;
}
#menu>ul>li.focus>a{
	color: #fff;
}
/* 下拉的菜单栏 */
#menu>ul>li ul{
	display:none;
	position: absolute;
	background-color: #f0f0f0;
	left: 0;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: none;
}
/* 下拉菜单的菜单项 */
#menu>ul>li>ul li{
	text-align:center;
	position:relative;
}
#menu>ul>li>ul li>a{
	color:#333;
	font-size:0.875em;
	padding:10px 0;
}
#menu>ul>li>ul li:first-child>a{
	border-top:1px solid #f0f0f0;
}
#menu>ul>li>ul li:first-child>a:hover{
	border-top:1px solid #2e428d;
}
#menu>ul>li>ul li>a:hover{
	background-color:#233273;
	color:#fff;
}
/* 三级及以下的菜单项的定位 */
#menu>ul>li>ul>li ul{
	left:100px;
	top:-1px;
}
#menu>ul>li>ul>li ul>li{
	font-size:0.75em;
}

@media screen and (max-width: 1320px){
	#menu>ul>li>a:after{
		display:none;
	}
	#menu>ul>li:first-child>a:before{
		display:none;
	}
	.main-nav{
		width: 45px;
		height: 45px;
		float: right;
		margin-right: 0;
	}
	#menu{
		display: none;
		float: right;
		position: absolute;
		top: 40px;
		right: 0;
		padding: 0;
		width: auto;
		background-color: #fff;
		border-left: 1px solid #e5e5e5;
		z-index: 99;
	}
	#menu li:hover>ul{
		display:none;
	}
	#menu>ul{
		display:block;
		float:right;
	}
	#menu>ul>li{
		display:block;
		text-align:center;
		float: none;
	}
	.main-nav:after {
		content: "";
		display: block;
		background: url(../images/topic_hdwhlt/icon_list.png) center center no-repeat;
		width: 45px;
		height: 40px;
		background-size: 55%;
		position: absolute;
		right: 0;
		top: 0;
	}
	#menu>ul>li>a {
		height: auto;
		line-height: 22px;
		padding: 10px;
		border-bottom: 1px solid #e8e8e8;
		box-sizing:border-box;
		background: none;
		color: #333;
		width: 120px;
		text-align: center;
		font-size: 1em;
		font-weight: normal;
		margin: 0;
		white-space: inherit;
		overflow: inherit;
		text-overflow: inherit;
	}
	#menu>ul>li.focus a{
		border-bottom:none;
		background-image: none;
		background-color: #E5E2E2;
		color:#333;
		width: 100%;
	}
	#menu>ul>li.last>a:before{
		display:none;
	}
}
/* 下拉的菜单--end*/

/*ad*/
.ad a{
	display: block;
}
.ad img{
	display: block;
	width: 100%;
}

/*列表--模块化--start*/
/*滚动公告*/
.srcroll-news .title{
	width: 116px;
	float:left;
	text-align: right;
	color: #666;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.srcroll-news .title:before{
	content: "";
	display: inline-block;
	background: url(../images/topic_hdwhlt/icon_srcroll.png) no-repeat center center;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	padding-right: 8px;
}
.scroll_div{
	margin-left:120px;
	padding: 0 10px;
}
.scroll_div a{
	display: block;
	font-size: 0.875em;
	height: 40px;
	line-height: 40px;
}
.srcroll-more{
	width: 88px;
	font-size: 0.875em;
	height: 40px;
	line-height: 40px;
}
.scroll_div a:before{
	content:"·";
	padding-right:5px;
}


/*头条*/
.top-news-wrap>span{
	width:100px;
}
.top-news-wrap>span img{
	display:block;
}
.news-list>li.top-news{
	padding-bottom: 12px;
	margin-bottom: 7px;
	border-bottom: 1px dashed #e8e8e8;
	padding-left: 0;
}
.news-list>li.top-news>a{
	font-weight:bold;
	color:#333;
	font-size:1.25em;
	text-align:center;
}
.top-news{
	padding:0 30px;
}
.top-news>a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 34px;
	color: #333;
	margin-bottom: 6px;
	text-align: center;
}
.top-news>span{
	display: block;
	font-size: 0.875em;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.small-title{
	display: none;
}
.news-list>li:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.news-list>li>a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 40px;
}
.news-list>li>a:hover{
	color: #990000!important;
}
.news-list>li>em{
	font-style: normal;
	color: #999;
	font-size: 0.75em;
	font-family: Arial, Verdana;
	line-height: 1.8333em;
}
.news-list.date-right>li>a:before{
	content: attr(date-time);
	color: #999;
	font-family: Arial;
	float:right;
}
.news-list.date-bottom>li>a:after{
	content: attr(date-time);
	color: #999;
	font-family: Arial;
	padding-top: 5px;
	display:block;
}
.news-list.no-date>li>a:before{
	display:none;
}
.news-list.border-b>li>a{
	height: 45px;
	line-height: 45px;
}
.news-list.border-b>li:before{
	height: 45px;
	line-height: 45px;
}
.news-list.border-b>li{
	border-top: 1px dashed #e8e8e8;
}
.news-list.border-b>li:first-child{
	border-top:none;
}
.news-list.col-2 li{
	float: left;
	width: 48%;
	margin-left: 4%;
}
.news-list.col-2:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.news-list.col-2 li:nth-child(2n+1){
	margin-left:0;
}
.news-list.col-2 li:nth-child(2n) {
	margin-left: 4%;
}
.news-list.border-b-solid>li{
	padding: 0 20px;
	border-top: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.news-list.border-b-solid>li>a{
	height: 38px;
	line-height: 38px;
}
.news-list.border-b-solid>li:before{
	height: 38px;
	line-height: 38px;
	left: 10px;
}
.news-list.border-b-solid>li:hover{
	background-color:#f2f2f2;
}
.news-list.wqhg>li:before,.news-list.wqhg>li>a{
	height:26px;
	line-height:26px;
}
.box-title{
	text-align:center;
}
.box-title>*{
	display:block;
	font-style:normal;
}
.box-title .box-title-name{
	height:40px;
	background:url(../images/topic_hdwhlt/line_bg.png) repeat-x;
}
.box-title a{
	display: inline-block;
	font-size: 1.875em;
	letter-spacing:4px;
	color: #af601b;
	background-color: #fff;
}
.box-title a:before{
	content:"";
	display:inline-block;
	background:url(../images/topic_hdwhlt/title_before.jpg) no-repeat left center;
	width:40px;
	height:26px;
	padding-right: 10px;
}
.box-title a:after{
	content:"";
	display:inline-block;
	background:url(../images/topic_hdwhlt/title_after.jpg) no-repeat right center;
	width:40px;
	height:26px;
	padding-left: 10px;
}
.box-title>em{
	color: #999;
	padding-top: 8px;
	font-size: 0.875em;
}
/*列表--添加分割*/
.add-division li:nth-child(5n+1){
	border-top: 1px solid #dbdbdb;
	margin-top: 10px;
	padding-top: 10px;
}
.add-division li:first-child{
	border-top: none!important;
	margin-top: 0;
	padding-top: 0;
}
/*首页视频列表*/
.video img{
	width:100%;
}
.news-list.video-list>li>a{
	line-height: 45px;
	height: 45px;
}
.news-list.video-list>li>a:before{
	content:"";
	display:inline-block;
	background:url(../images/topic_hdwhlt/icon_video.png) no-repeat left center;
	width:16px;
	height:11px;
	padding-right: 5px;
}
/*列表--模块化--end*/

/*二级栏目切换--模块化--start*/
.box-tab>dt {
	border-bottom: 1px solid #ccc;
}
.box-tab>dd {
	margin-top: 10px;
}
.box-tab>dt>ul>li{
	float: left;
	margin-left: 25px;
}
.box-tab>dt>ul>li:first-child {
	margin-left: 0;
}
.box-tab>dt>ul>li>a {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 1.125em;
}
.box-tab>dd>ul>li {
	display: none;
}
.box-tab>dt>ul>li.focus>a{
	border-bottom: 1px solid #af601b;
	margin-bottom:-1px;
}
.box-tab>dd>ul>li.focus{
	display:block;
}
.box-tab>dt>ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.box-tab>dt>ul.d-table:after{
	display:none;
}
.box-tab>dt>ul.d-table>li{
	float:none;
}
.more{
	color: #999;
	font-size: 0.875em;
}
.more.red{
	color:red;
	display:block;
}
.more:hover{
	color: #ff2626;
}
.more.more-right{
	height:32px;
	line-height:32px;
	float:right;
}
.more.more-right:after{
	content:">>";
	font-family: Simsun;
}
/*二级栏目切换--模块化--end*/

.schedule{
	font-size: 0.875em;
	line-height: 1.7em;
	max-height: 15.3em;
	color: #555;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
	position: relative;
	margin-top: 16px;
}

/*d-table*/
.d-table{
	display:table;
	table-layout:fixed;
	width:100%;
}
.d-table>*{
	display:table-cell;
	vertical-align:top;
}
.d-table-sub{
	display:table;
	table-layout:fixed;
	width:100%;
}
.d-table-sub>*{
	display:table-cell;
	vertical-align:top;
}
.col-a-left{
	width: 585px;
	float:left;
}
.col-a-right{
	margin-left: 605px;
	overflow:hidden;
}
.col-b-left{
	width:250px;
}
.col-space,.col-space02{
	width:30px;
}
.col-c-left{
	width: 652px;
	float: left;
}
.col-c-right{
	margin-left: 670px;
	overflow: hidden;
}
.col-narrow{
	width:336px;
}
.focus-pic02{
	margin-top:10px;
}
.focus-pic02 img{
	display:block;
	width:652px;
	height:435px;
}
.focus-pic02 em{
	font-style:normal;
	display: block;
	font-size: 0.875em;
	color: #333;
	text-align: center;
	padding-top: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*二级页面左右结构-start*/
.sub-nav-left {
	width: 240px;
}
.sub-nav-left .title {
}
.sub-nav-left .title-name {
}
.sub-nav-left .nodes{
}
.sub-nav-left .nodes span{
	display:inline-block;
}
.sub-nav-left .nodes a{
	display:block;
	font-size: 0.875em;
}
.sub-nav-left .nodes a:first-child{
	border-top: none;
}
.sub-nav-left .nodes li a.focus{
	background-color: #eaeaea;
}

/*二级栏目-左侧菜单*/
.sub-nav-left .nodes{
	background-color:#f9f9f9;
	border: 1px solid #e8e8e8;
}
.sub-nav-left .nodes li{
	display:table;
	width:100%;
	table-layout:fixed;
	border-top: 1px solid #e8e8e8;
}
.sub-nav-left .nodes li:first-child{
	border-top:none;
}
.sub-nav-left .nodes li>*{
	display:table-cell;
	vertical-align: top;
}
.sub-nav-left .nodes li>span{
	width:54px;
	text-align: center;
	vertical-align: middle;
}
.sub-nav-left .nodes li>a{
	padding: 15px;
	font-size: 1em;
}
.sub-nav-left .nodes li>a:hover,.sub-nav-left .nodes li.focus>a{
	color: #db403e;
}
.box-tab.sub-box-c {
	position: relative;
}
.box-tab .third-title{
	margin: 10px 10px 0;
}
.box-tab .third-title a{
	display: inline-block;
	font-size: .875em;
	border-radius: 100px;
	padding: 0 10px;
	background:none;
	line-height: 30px;
	height: 30px;
	margin: 4px 5px 4px 0px;
	background-color: #f6f6f6;
}
.box-tab .third-title a.focus{
	background-color: #e7b24c;
	color: #fff;
	border-bottom: none;
	margin-bottom: 4px;
}
/*三级栏目较多的情况下-start*/
.box-tab .third-title-2{
	padding:0 15px;
	border-bottom: 1px solid #dbdbdb;
}
.box-tab .third-title-2 a{
	display:block;
	float:left;
	color:#000;
	margin:10px 5px 10px 5px;
	line-height: 1.8em;
	font-size: .875em;
	padding: 0 8px;
}
.box-tab .third-title-2 a.focus{
	border-bottom: none;
	background-color: #1bbc9b;
	color: #fff;
	border-radius: 15px;
}
/*三级栏目较多的情况下-end*/

.box-tab.sub-box-c .sub-title .arrow-down {
	display: none;
	content: "";
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACuUlEQVRoQ93YS6hNURzH8eMRkTwGokwUtxgIAyHJW4kUyvsx4BbJjJAy8ShFDCQDMTJgcMujDISMGHgMkBRF3hflTaLj+zvZdfz7H517z2Ovv199Jv99zt5rnbXO2nvtQrFY/C+4xYjcYkRuMSK3GJFbjMgtRuQWI3KLEbnFiNxiRG4xIrcYkVuMqDyDcAon0F+FRNMdh3AWQ1UoTw/swE98xiakmlV4h184gF4oZTB2QZ3QGMl7bEBXpJIuWIZ2ZO1UZw5jOAqzcB/ZwYxGphXdkHfUicV4C9tOdWw1ShmNe7Af+oA10InyzAK8hm3fC0zHX+0bBW9kPmEl8socvIRt1zPMhJtxeAT7JY3MUjQ7M/AUtj3PMRf/zFR4ndFcnI9mZTIewrbjFRahqszGY9iTaDh1rNGZAG+av8EKdCiam2q4PdkTzEOjMhHewqNOLEenoqnkrRYarWmod8biLuz1dF/T6llTFsJbvx9gCuoV3QJuw15H97O1qPnmrDV6CfSr2ItoHk9CrdHSfwP2/F+gJww9X9Ul+jU0P73O3MF4dDYjcQ32vF+hZ766dSKLRmYddIO0F72FMeho9Ix0FfZ837AFDX3WWw8Nub24pob+rNWmBZdhz/Md29CU6GHyI2wjbqKazgzDRdjvazptRVOzEd40uw79eStFm6ELsN/TSOxELtkMb5pp3o+AzRCcgf38D+xGrtkOTQnbuCvQ/yCLNnBtsJ/Thm4fct/3aGXRNlm/qm3kJQxET5z+U7P2Q8eTiPb8e6Ctp22oOnDc1DLapvZBUukN7f29zniOoC+SjDqzF+UvMjzHkPIrp1LUmYOoNDIn0Q8hos4chR0ZLb3JTqdK0QKgKZR15hySn06Vos6ch26QA1SIHO2/9e6psfHebEfkFiNyixG5xYjcYkRuMSK3GE+x8Buma2tLCblf5wAAAABJRU5ErkJggg==) no-repeat center center;
	opacity: .80;
	filter: alpha(opacity=80);
	height: 40px;
	width: 40px;
	background-size: 42%;
	cursor: pointer;
	position: absolute;
	right: 0;
}
.box-tab.sub-box-c .sub-title .arrow-up {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACuklEQVRoQ93YS4hOcRjH8XGJSC4LUTYKxUJYaEhyGZRGCuV+WaBIdoSUzQylRiwkC7GyGAvlUhZCVixcFkiKItdxKXcSvb6/d5yaeXqGmXnPe855/OpT0/POnPP/z/9yzv+tKZVK/wW3GJFbjMgtRuQWI3KLEbnFiNxiRG4xIrcYkVuMyC1G5BYjyiJTMLv1x7jpg/O4iiEqRIw6cQw/obE/h8EIlf44iqQTiTMYiBBRJw7iF9p2InESg1DoqBP7YEfC0pQr7DRTJxrQ0UhYR1C4aaaFvRdeJ07huKklDmMACpGe2I0fsA29hKHoC3XIfi5N0Oe5Zxe+wjbwCsYgyXCchv09raf96IXcsg1fYBunB+BY2IyAtmD7+xrNRuSSLfgE26jrGI+OMhIXYP/uO/Yg02zER9jG3MQk/CujcBH27zVFdyCTbII3nW6gM51IovVzGfY6GpmdqFp6YAO86XQLE9HVjIbWk73eN2yHdsRUowuuxHvYm95BLbqbcbgGe11Ns63ojVSikVgGrxP3MQ2VRpuDpqa9vqbwZqTSmcV4C3uTB5iBtDIBt2Hv8xnrUdE0W4gW2Is/xiykHW0Wd2Hvp9mwDt3KfDyDvegTLEC1MhX3YO/7BlqnXco86L9uL6aO6bNqR+d8rT97f3VmFTqVmXgEe5HX0FTLKtPxELYdr7AEf81keJ34gOXIOnV4Ctue56iHG22B3nDqAbgaeUVr9SVsuzTN56BdtPV5C0wjod1Cz5I8swje7vkC+s6s3L658EZC+7deDnM9J/yJGroU3vNMa3ctygcenbXbfmGgfVtP1NTfdSqIOrMCanjSTh2tdVzWO1s5OnPruKrOaCT0jlPUrME7qBMH0A/tMgzNOIEifyOo965DOAsd0lrjfbMdkVuMyC1G5BYjcosRucWI3GJEbjGeUs1vU5NrS5yfGOQAAAAASUVORK5CYII=) no-repeat center center;
	opacity: .80;
	filter: alpha(opacity=80);
	background-size:42%;
}
.box-tab.sub-box-c .box-title-name {
	color: #333;
	float: left;
	display: block;
	height: 40px;
	line-height: 36px;
	font-size: 1.125em;
}
.box-tab.sub-box-c .sub-title{
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}
.box-tab.sub-box-c.no-title .sub-title{
	display:none;
}
.box-tab.sub-box-c .sub-nav {
	display: none;
	padding: 0 10px;
	background: #fafafa;
	border: 1px solid #dbdbdb;
	width: 100%;
	box-sizing: border-box;
	padding-top: 15px;
	position: absolute;
	top: 39px;
	z-index: 8;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.box-tab.sub-box-c .sub-nav a{
	display: block;
	padding: 0 15px 15px 0px;
	font-size: .875em;
	float: left;
	color: #333;
}
.box-tab.sub-box-c .sub-nav a.focus{
	color: #cc0000;
}
.no-title .border.mt-space:first-child{
	margin-top:0;
}

/*版权--start*/
.copyright{
	font-size: 0.8125em;
	line-height: 1.875em;
	color: #656565;
	padding: 20px 0;
	text-align: center;
	border-top: 3px solid #af601b;
	background-color: #fff;
	margin-top: 20px;
}
.copyright .copyright-top{
	display: none;
}
.copyright table {
	width: 100%;
	table-layout: fixed;
}
.copyright table td a{
	color: #656565;
}
.copyright table td a:hover{
	color:#ff2626;
}
.copyright table td a img{
	vertical-align: middle;
}
.copyright table td span{
	display: inline-block;
}
.copyright table td span img{
	vertical-align: middle;
}
.copyright-btn{
	font-weight:bold;
	font-size:1.125em;
}
.small-copyright {
	display: none;
	padding:10px;
	box-sizing: border-box;
	text-align: center;
	line-height: 18px;
	background-color: #af601b;
	color: #e6d2c0;
}
/*版权--end*/

@media screen and (max-width: 1320px){
	.max-wrap{
		max-width: 100%;
		min-width: 100%;
	}
	.main-wrap{
		width:auto;
	}
	.top-bar{
		display:none;
	}
	.banner{
		height:auto;
	}
	.banner:before{
		content: "第十四届黄帝文化国际论坛";
		display: block;
		font-size: 1.25em;
		color: #333;
		padding: 10px;
		font-weight: bold;
	}
	.banner ul{
		display:none;
	}
	.pd-30{
		padding:0;
	}
	.sub-nav-left{
		display:none!important;
	}
	/*d-table*/
	.d-table{
		display:block;
	}
	.d-table>*{
		display:block;
	}
	.col-a-left{
		width:100%;
		float:none;
	}
	.col-a-right{
		margin-left:0;
		width:100%;
	}
	.col-c-left{
		width:100%;
		float:none;
	}
	.col-c-right{
		margin-left:0;
		width:100%;
	}
	.focus-pic02 img{
		width:100%;
		height:auto;
	}
	.col-space{
		display:none;
	}

	/*列表页*/
	.box-tab>dt{
		display:none;
	}
	.box-tab>dd{
		margin-top:0;
	}
	.box-tab>dd>ul>li{
		display:block;
	}
	.news-list>li:before{
		display:none;
	}
	.news-list>li>a:before{
		display:none!important;
	}
	.news-list>li{
		padding: 0 10px!important;
		margin-top: 0!important;
		border-top: 1px solid #e8e8e8!important;
		background: none!important;
	}
	.news-list>li:first-child{
		border-top:none!important;
	}
	.news-list>li.top-news{
		border-bottom:none;
	}
	.small-title{
		display: block;
		background-color: #ededed;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		color: #333;
	}
	.title-name:before{
		content: "";
		display: inline-block;
		width: 5px;
		height: 18px;
		border-radius: 5px;
		background-color: #b57315;
		vertical-align: text-bottom;
		margin-right: 8px;
	}
	.more.more-mobile {
		float: right;
		padding: 0 10px;
		font-size: 0.75em;
	}
	.box-title{
		display:none;
	}
	.srcroll-news{
		background-color: #f3eadc;
	}
	.srcroll-news .title,.scroll_div a{
		height:32px;
		line-height:32px;
	}
	.srcroll-more{
		display:none;
	}

	/*左右结构变化*/
	.sub-nav-left{
		display:none;
	}
	.box-tab.sub-box-c .sub-title{
		display:block;
		background:none!important;
		height: 40px!important;
	}
	.box-tab.sub-box-c.whly .sub-title:before{
		display:none;
	}
	.box-tab.sub-box-c{
		padding: 0;
		border: none;
	}
	.box-tab.sub-box-c.no-title .sub-title{
		display:block;
	}
	.box-tab.sub-box-c .sub-title .arrow-down {
		display: block;
	}
	.box-tab.sub-box-c .sub-title .arrow-down {
		display: block;
	}
	.box-tab.sub-box-c .sub-nav-block {
		display: block;
	}
	.box-tab .box-title-name.second-title {
		display:block;
	}
	.box-tab .third-title a.focus{
		color: #fff;
		border-bottom:none;
		margin-bottom: 4px;
	}
	.box-tab .sub-title.second-title {
		display: block!important;
	}
	.box-tab .third-title{
		margin:10px;
	}
	.box-tab.sub-box-c .box-title-name{
		padding-left: 10px!important;
		font-size: 0.9375em!important;
		color: #333!important;
		height: 40px!important;
		line-height: 40px!important;
		font-weight: bold;
	}
	.schedule{
		padding:0 10px;
	}
	.more.red{
		padding-right:10px;
	}

	/*版权*/
	.copyright{
		padding: 0;
		border-top: none;
	}
	.copyright table{
		display:none;
	}
	.small-copyright{
		display:block;
	}
}
@media screen and (max-width: 720px){
	.top-news-wrap>span{
		display:none;
	}
	.top-news{
		padding:0 10px;
	}
	.top-news>a{
		font-size: 1.25em;
		text-align: justify;
	}
	.news-list>li>a{
		height: auto!important;
		white-space: inherit;
		text-overflow: inherit;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 1.5em!important;
		margin: 10px 0;
		font-size: 1em;
		color: #444;
	}
	.d-table-sub{
		display:block;
	}
	.d-table-sub>*{
		display:block;
	}
	.col-space02{
		display:none;
	}
	.col-b-left{
		width:100%;
	}
	.box-title a{
		font-size:1.5em;
	}
	.pic-library.col-4>li,.pic-library.col-3>li{
		width:48%!important;
		margin:10px 1%!important;
	}
	.pt-space{
		padding-top:10px;
	}
}

/*内容页-模块化-start*/
.location *{
	display:block;
	float:left;
	font-style: normal;
	color:#656565;
}
.location{
	font-size: 0.875em;
	padding: 15px 0;
}
.location>i:before{
	content: "";
	display: inline-block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAYAAADtyJ2fAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA+ElEQVQ4T43RPwtBYRQGcItSigxm3UHZmIyyKXYfQDaD8gGUD8CkiJSy+wYWmZRFKVEoklgViV7P0X1v5x4uhl+5z3ke+eNSSlmWyYQPijCAPRxgBGUweJePUnAC5eAOBdsQQZoVfim9hngRgAc7/CNMw4oISRVCYEDdzLg2DaciHOrvoSEbi86cwqsIax+GLdE5Ukg/Ow834GYjL+zMm7alQ1OEZAE5yAO9kbz3aBgR4T9i+uN0xeGbPm300AMXdnRC/7ffGprjDCs4yeq+NTTHDVHkOrxrGxIUJmJAZrJneyAo+eHMRjcIyp7tQUMxCitYQ/y9o1xPq6w5ig+AgIQAAAAASUVORK5CYII=) no-repeat left center;
	width: 14px;
	height: 17px;
	vertical-align: bottom;
	padding-right: 6px;
}
.location>span{
	font-weight: bold;
	color: #db403e;
}
.location>a:after {
	content: ">>";
	padding: 0px 8px;
}
.sub-content{
	color:#656565;
}
.sub-content .big-title {
	padding:10px 0;
	font-size: 1.5em;
	text-align: center;
	color: #333;
}
.sub-content .second-title{
	padding-bottom:10px;
	font-size: 1.2em;
	text-align: center;
	color:#656565;
}
.sub-content .content-small-title {
	font-size: 0.75em;
	text-align: center;
	color: #999;
	line-height: 1em;
	border-bottom: 1px #e8e8e8 solid;
	padding-bottom: 1.25em;
}
.news_content_description {
	font-size: .75em;
	color: #888;
	text-indent: 2em;
	background-color: #fafafa;
	line-height: 1.75em;
	padding: 15px;
	border: 1px solid #e8e8e8;
	border-top: none;
}
.news_content_content{
	line-height: 1.875em;
	font-size:1em;
}
.news_content_content p{
	text-indent:2em;
}
.news_content_content p img{
	margin-left:-2em;
}
.news_content_content img{
	max-width:95%;
	height:auto !important;
}
.news_content_other {
	padding: 10px 0px;
}
.news-content-function {
	float: right;
	font-size: .75em;
	color:#999;
}
.news-content-function>span:before {
	content: "[";
}
.news-content-function>span:after {
	content: "]";
}
.news-content-function>span{
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	line-height:36px;
}
.news-content-function>span:hover{
	text-decoration:underline;
}
.news_content_img{
	text-align:center;
	padding-top: 15px;
}
.news_content_img img{
	max-width:700px;
	height:auto !important;
}
.news-content-share{
	float: left;
}
@media screen and (max-width: 1200px){
	.news_content_other{
		display:none;
	}
	.sub-content{
		padding: 0 10px 10px!important;
	}
	.location{
		padding:10px;
	}
}
@media screen and (max-width: 720px){
	.news_content_img img {
		max-width: 100%;
	}
	.news_content_content img{
		max-width: 100%;
	}
	.news_content_other{
		display:none;
	}
	.pd-space{
		padding:10px;
	}
}
@media screen and (max-width: 480px){
	.sub-content .big-title,.sub-content .second-title,.sub-content .content-small-title{
		text-align:left;
	}
	.sub-content .big-title{
		font-size: 1.25em;
		font-weight: bold;
	}
	.second-title{
		font-size:1.125em;
	}
}
@media screen and (max-width: 320px){
	.ptlr-20{
		padding:10px;
	}
}
/*内容页-模块化-end*/

/*翻页-模块化-start*/
.page-tile {
	display:block;
	border-width: 1px 0;
	font-family: Verdana, Arial;
	padding: 15px 0;
	text-align:center;
}
.page-tile:after {
	display: block;
	content: "";
	clear: both;
}
.page-tile>*{
	color: #888;
	display: inline-block;
	padding: 0 .5em;
	min-width: 1.5em;
	text-align: center;
	font-size: 0.75em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #AFD5F5;
	margin: 0 3px;
}
.page-tile > em{
	display: none;
}
.page-tile>*:before {
	font-size: 1.25em;
}
.page-tile .more:before {
	content: "…";
}
.page-tile a.prev:before {
	content: "\2039"
}
.page-tile a.next:before {
	content: "\203A"
}
.page-tile a.last:before {
	content: "\203A\203A"
}
.page-tile .focus {
	font-weight:bold;
	background-color:#dff0ff;
	color:#000;
}
.page-tile-2{
	display:none;
	text-align:center;
	font-size:.875em;
	height:1.875em;
	margin-top:10px;
	padding-bottom:10px;
}
.page-tile-2 span.no-click{
	background-color:#ccc;
	color:#fff;
}
.page-tile-2 span{
	padding:0.5em 1em;
	background-color:#888;
	margin:0px 3px;
	color:#fff;
	border-radius:20px;
}
.page-tile-2 span a{
	color:#fff;
}
.page-tile a:hover{
	text-decoration:underline;
}
@media screen and (max-width: 1000px){
	.page-tile a, .page-tile span{
		display: none;
	}
	.page-tile>* {
		float: none;
		border: 1px solid #e8e8e8;
	}
	.page-tile{
		text-align: center;
		padding: 0 0 10px;
	}
	.page-tile a.prev,.page-tile a.next{
		display: inline-block;
		box-sizing: border-box;
		height: 40px;
		line-height: 40px;
		color: #333;
		width: 90px;
	}
	.page-tile a.prev:before {
		content: "上一页";
	}
	.page-tile a.next:before {
		content: "下一页";
	}
}
/*翻页-模块化-end*/
