@charset "utf-8";
body{
	padding:0;
	margin:0;
	font-family:'Microsoft Yahei',Verdana, Arial;
	font-size:16px;
	-webkit-text-size-adjust: none;
	background:url(../img/bg.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;
}
.pt-space{
	padding-top:30px;
}
.pd-10{
	padding:5px 10px;
	box-sizing:border-box;
}
.pd-30{
	padding: 10px 30px;
	box-sizing:border-box;
}
.mt-space{
	margin-top:25px;
}
.max-wrap {
	max-width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.main-wrap {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 55px;
}
.logo-bar{
	position:absolute;
	width:100%;
	top: 65px;
	z-index:99;
}
.logo img{
	display:block;
}

/*下拉菜单--start*/
.main-nav-bg{
	position: relative;
	z-index: 99;
	background: #b31c17;
	height: 55px;
}
#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: 55px;
	line-height: 55px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #e5ddca;
	font-size: 1.375em;
}
#menu>ul>li{
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
#menu>ul>li>a:hover{
	color: #f7eda9;
}
#menu>ul>li.focus>a{
	background-color: #951613;
}
/* 下拉的菜单栏 */
#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;
}
/* add */
.main-nav-bottom i{
	display:block;
	background:url(../img/main_nav_bottom.png) repeat-x;
	height:21px;
}

@media screen and (max-width: 1000px){
	.main-nav-bg{
		height:auto;
	}
	#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: 45px;
		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(../img/jfjx/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%;
}

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

/*图片集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%;
}
.pic-library.col-3>li:nth-child(3n+1){
	margin-left:0;
}
.pic-library.col-4>li:nth-child(4n+1){
	margin-left:0;
}
.pic-library>li>span{
	display: block;
	text-align: center;
	padding-top: 8px;
	font-size: 1.25em;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pic-library li a img{
	width:100%;
	height:100%;
}

/*img-size*/
.img-size {
	padding-top: 43%;
	position: relative;
}
.img-frame{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f5f6f8;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	border-radius: 3px;
}
.img-frame img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
.img-frame:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

/*列表--模块化--start*/
.small-title{
	display: none;
}
.news-list>li:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.news-list>li>a{
	display: block;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:1.125em;
}
.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{
	height:48px;
	line-height:48px;
}
.news-list.date-right>li>a:before{
	content: attr(date-time);
	color: #999;
	font-family: Arial;
	float:right;
	font-size:0.875em;
}
.news-list.date-bottom>li>a:after{
	content: attr(date-time);
	color: #999;
	font-family: Arial;
	padding-top: 5px;
	display:block;
}
.news-list.border-b>li{
	border-top: 1px solid #e8e8e8;
}
.news-list.border-b>li:first-child{
	border-top:none;
}
.news-list.list-pre>li:before{
	content: "";
	display: inline-block;
	float: left;
	background: url(../img/list_pre.png) no-repeat center center;
	width: 16px;
	height: 45px;
	margin-right: 10px;
}
.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%;
}
.brown-border{
	border: 1px solid #bfa876;
	box-sizing:border-box;
}
/*列表--添加分割*/
.division-line li:nth-child(5n+1){
	border-top: 1px solid #c7bba1;
	margin-top: 10px;
	padding-top: 10px;
}
.division-line li:first-child{
	border-top: none!important;
	margin-top: 0;
	padding-top: 0;
}
/*列表--模块化--end*/

/*icon-list*/
.icon-list li{
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	color: #666;
	margin-top: 20px;
	padding: 10px 0;
}
.icon-list li i{
	font-style: normal;
	font-family: "icomoon";
	display: block;
	font-size: 1.5em;
}
.icon-list li span{
	display: block;
	padding-top: 6px;
}
.icon-list.col-2 li{
	width: 48%;
	margin-left: 4%;
	padding: 10px 0;
}
.icon-list.col-2 li:nth-child(2n-1){
	margin-left:0;
}
.icon-list.col-3 li{
	width:32%;
	margin-left:2%;
}
.icon-list.col-3 li:nth-child(3n-2){
	margin-left:0;
}
.icon-list.col-4 li{
	width:24.25%;
	margin-left:1%;
}
.icon-list.col-4 li:nth-child(4n-3){
	margin-left:0;
}
/*six-stable-protect*/
.box.six-stable-protect .icon-list li{
	background-color: #f5f6f8;
	border: none;
	border-radius: 3px;
	padding: 30px 0;
}
.box.six-stable-protect .icon-list li i{
	font-size:3.6em;
	color:#2e5aa6;
}
.box.six-stable-protect .icon-list li span{
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}

/*二级栏目切换--模块化--start*/
.box-tab>dt {
}
.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>dt>ul>li.focus>a{
	border-bottom: 1px solid #f52727;
	margin-bottom:-1px;
}
.box-tab>dt>ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.box-tab>dd {
	margin-top: 20px;
}
.box-tab>dd>ul>li {
	display: none;
}
.box-tab>dd>ul>li.focus{
	display:block;
}
/*.box-tab.title-pre*/
.box-tab.title-pre>dt>ul>li>a{
	float: left;
	font-size: 1.5em;
	color: #fdedd2;
	background-color: #cc302c;
	position: relative;
	height: 45px;
	line-height: 45px;
	padding: 0 8px;
	margin-left: 30px;
	margin-top: 6px;
}
.box-tab.title-pre>dt{
	border-bottom:none;
}
.box-tab.title-pre>dt>ul>li.focus>a{
	border-bottom:none;
	margin-bottom:0;
}
.box-tab.title-pre>dt>ul>li>i{
	display: block;
	float: left;
	background: url(../img/title_pre.png) no-repeat;
	width: 187px;
	height: 57px;
}
.box-tab.title-pre>dt>ul>li>a:before{
	content: "";
	position: absolute;
	left: -20px;
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
	border-right: 20px solid #cc302c;
	border-bottom: 0px solid transparent;
}
.box-tab.title-pre>dt>ul>li>a:after{
	content: "";
	position: absolute;
	right: -20px;
	width: 0;
	height: 0;
	border-bottom: 45px solid transparent;
	border-left: 20px solid #cc302c;
	border-top: 0px solid transparent;
}

/*more*/
.more{
	color: #805b3e;
}
.more:hover{
	color: #cc302c;
}
.more.more-right{
	height: 56px;
	line-height: 56px;
	float: right;
}
/*二级栏目切换--模块化--end*/

/*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-half{
	width:100%;
}
.col-a-left{
	width: 600px;
	float:left;
}
.col-a-right{
	margin-left:630px;
	overflow:hidden;
}
.col-a-h{
	height:300px;
}
.col-space{
	width:40px;
}
.col-narrow{
	width:336px;
}

/*二级页面左右结构-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: 40px;
	font-size: 1.125em;
	font-weight: bold;
}
.box-tab.sub-box-c .sub-title{
	/*border-bottom: 1px solid #c7bba1;*/
}
.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;
}
.box-tab.sub-box-c.sub-title-pre .box-title-name:before{
	content: "";
	display: block;
	float: left;
	background: url(../img/jfjx/title_pre.png) no-repeat;
	width: 30px;
	height: 28px;
	margin-right: 15px;
}

/*版权*/
.copyright{
	font-size: .875em;
	line-height: 1.875em;
	color: #e5ddca;
	padding: 20px 10px;
	box-sizing: border-box;
	background-color: #a41815;
	margin-top: 30px;
}
.copyright a{
	color: #e5ddca!important;
}
.copyright table{
	width: 100%;
	table-layout: fixed;
	text-align: center;
}
.copyright table td a{
	color: #e5ddca;
}
.copyright table td a:hover{
	text-decoration: underline;
}
.copyright table td a img{
	vertical-align: middle;
}
.copyright table td span{
	display: inline-block;
}
.copyright table td span img{
	vertical-align: middle;
}
.small-copyright {
	display: none;
	padding: 10px;
	text-align: center;
	line-height: 18px;
	box-sizing: border-box;
	color: #e5ddca;
}
.step:after {
	content: "|";
	font-family: Simsun;
	padding: 0 3px;
	color: #fff;
}
/*版权*/
@media screen and (max-width: 1200px){
	.max-wrap{
		max-width: 100%;
		min-width: 100%;
	}
	.main-wrap{
		width:auto;
	}
	.main-nav-bottom i{
		display:none;
	}
	.banner{
		height:450px;
	}
	.banner ul li{
		height:450px;
		background-size: cover!important;
	}
	.logo-bar{
		top:50px;
		left:20px;
	}
}
@media screen and (max-width: 1000px){
	body{
		background:#fff;
	}
	.logo-bar{
		display:none;
	}
	.top-bar{
		display:none;
	}
	.banner{
		height: auto;
		background-color: #f1f1f1;
	}
	.banner:before{
		content: "洛阳·老城区人民政府（家风家训专栏）";
		display: block;
		font-size: 1.25em;
		padding: 10px;
		font-weight: bold;
	}
	.banner ul{
		display:none;
	}
	.pd-30{
		padding:0;
	}
	.mt-space{
		margin-top:0;
	}
	.pt-space{
		padding-top:10px;
	}
	.brown-border{
		border:none;
	}
	.box.six-stable-protect .icon-list li{
		padding:10px 0;
	}
	.box.six-stable-protect .icon-list li i{
		font-size:2em;
	}
	.icon-list li i,.box.six-stable-protect .icon-list li span{
		font-size:1em;
		font-weight:normal;
	}
	.pic-library>li>span{
		font-size:1em;
		font-weight:normal;
	}
	.sub-nav-left{
		display:none!important;
	}
	.col-a-h{
		height:auto;
	}
	
	/*d-table*/
	.d-table{
		display:block;
	}
	.d-table>*{
		display:block;
	}
	.col-a-left{
		width:100%;
		float:none;
	}
	.col-space{
		display:none;
	}
	.col-a-right{
		margin-left:0;
		width:100%;
	}

	/*列表页*/
	.box-tab>dt{
		display:none;
	}
	.box-tab>dd{
		margin-top:0;
	}
	.box-tab>dd>ul>li{
		display:block;
	}
	.news-list>li:before{
		display:none!important;
	}
	.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: #db403e;
		vertical-align: text-bottom;
		margin-right: 8px;
	}
	.more.more-mobile {
		float: right;
		padding: 0 10px;
		font-size: 0.75em;
		color: #666;
	}
	.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;
	}
	/*版权*/
	.copyright{
		padding: 0;
		margin-top:10px;
	}
	.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-b-left{
		width:100%;
	}
	.box-title span{
		font-size:1.5em;
	}
	.pic-library.col-4>li,.pic-library.col-3>li{
		width:48%!important;
		margin:10px 1%!important;
	}
}

/*内容页-模块化-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 solid #d6cbb7;
	padding-bottom: 1.25em;
}
.news_content_description {
	font-size: .75em;
	color: #666;
	text-indent: 2em;
	background-color: #e4d7c0;
	line-height: 1.75em;
	padding: 15px;
	border: 1px solid #d6cbb7;
	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:100%;
	height:auto !important;
}
.news_content_other {
	padding: 10px 0px;
}
.news-content-function {
	float: right;
	font-size: .75em;
	color: #9c5f12;
}
.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: 1000px){
	.news_content_other{
		display:none;
	}
	.sub-content{
		padding: 0 10px 10px!important;
	}
	.location{
		padding:10px;
	}
	.sub-content .content-small-title{
		border-bottom:none;
	}
	.news_content_description{
		background-color:#f1f1f1;
		border:none;
	}
}
@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;
		color:#000;
	}
	.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 #c7bba1;
	margin: 0 3px;
}
.page-tile>*:before {
	font-size: 1.25em;
}
.page-tile span.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 span.focus {
	font-weight: bold;
	background-color: #a41815;
	color: #fff;
	border: 1px solid #a41815;
}
.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*/

