﻿@charset "utf-8";
body{
	padding:0;
	margin:0;
	font-family:'Microsoft Yahei',Verdana, Arial;
	font-size:16px;
	-webkit-text-size-adjust: none;
	background:url(lwlb-bg.jpg);
}
@font-face {
	font-family: 'icomoon';
	src: url('img/lwlb-icomoon.eot');
	src: url('img/lwlb-icomoon01.eot')
	format('embedded-opentype'), 
	url('img/lwlb-icomoon.woff') format('woff'), 
	url('img/lwlb-icomoon.ttf') format('truetype'),
	url('img/lwlb-icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
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;
}
.pd-10{
	padding:0 10px;
	box-sizing:border-box;
}
.pd-50{
	padding:0 50px 30px;
	box-sizing:border-box;
}
.max-wrap {
	max-width: 100%;
	min-width: 1320px;
	margin: 0 auto;
	position: relative;
}
.main-wrap {
	width: 1320px;
	margin: 0 auto;
}
.logo-bar{
	position:absolute;
	width:100%;
	top: 65px;
	z-index:99;
}
.logo img{
	display:block;
}

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

/*头图--开始*/
.banner{
	height: 635px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #fff;
}
.banner ul{
	float: left;
}
.banner ul li {
	display: none;
	height: 635px;
	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.col-3>li a{
	display:block;
}
.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;
	-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);
}
.img-frame:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
.pic-library>li a:hover .img-frame img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/*列表--模块化--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;
}
.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;
	padding-left: 1em;
}
.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(lwlb-list_pre.jpg) 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%;
}
/*six-stable-protect*/
.six-stable-protect .box-title{
	background-color: #eceef2;
	margin-top: 35px;
	position: relative;
	height: 15px;
}
.six-stable-protect .box-title:after{
	content:"";
	height:0;
	display:block;
	clear:both;
}
.six-stable-protect .box-title .box-title-name{
	position: absolute;
	top: -37px;
}
.six-stable-protect .box-title .box-title-name:after{
	content:"";
	height:0;
	display:block;
	clear:both;
}
.six-stable-protect .box-title .box-title-name>span{
	display:block;
	float: left;
}
.six-stable-protect .box-title-name-pre{
	background:url(lwlb-big_title_pre.png) no-repeat;
	width:16px;
	height:58px;
}
.six-stable-protect .box-title-name-middle{
	background: url(lwlb-big_title_middle.png) repeat-x;
	height: 58px;
	font-size: 1.8em;
	color: #fff;
	font-weight: bold;
	padding: 0 45px;
	line-height: 45px;
	letter-spacing: 10px;
}
.six-stable-protect .box-title-name-next{
	background:url(lwlb-big_title_next.png) no-repeat;
	width:20px;
	height:58px;
}
/*列表--添加分割*/
.division-line li:nth-child(5n+1){
	border-top: 1px solid #dbdbdb;
	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%;
	border: none;
}
.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 a{
	display:block;
	background-color: #f5f6f8;
	border: none;
	border-radius: 3px;
	padding: 30px 0;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
.box.six-stable-protect .icon-list a i{
	font-size:3.6em;
	color:#2e5aa6;
}
.box.six-stable-protect .icon-list a span{
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
.box.six-stable-protect .icon-list a:hover{
	background-color: #2e5aa6;
}
.box.six-stable-protect .icon-list a:hover i,.box.six-stable-protect .icon-list a:hover span{
	color:#fff;
}

/*二级栏目切换--模块化--start*/
.box-tab>dt {
	border-bottom: 1px solid #ccc;
}
.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: 10px;
}
.box-tab>dd>ul>li {
	display: none;
}
.box-tab>dd>ul>li.focus{
	display:block;
}
.box-tab.title-pre>dt>ul>li>a{
	font-size:1.25em;
	font-weight:bold;
	color:#333;
}
.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>a:before{
	content:"";
	display:block;
	float:left;
	background:url(lwlb-title_pre.png) no-repeat;
	width:30px;
	height:28px;
	margin-right: 15px;
}

/*more*/
.more{
	color: #888;
	font-size: 0.875em;
}
.more.red{
	color:red;
	display:block;
}
.more:hover{
	color: #ff2626;
}
.more.more-right{
	height:324
	line-height:34px;
	float:right;
}
.more.more-right:after{
	content:"+";
	font-family: Simsun;
}
/*二级栏目切换--模块化--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-space{
	width:40px;
}
.col-narrow{
	width:336px;
}
.focus-pic02{
	margin-top:25px;
}

/*二级页面左右结构-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(img/9e6psfHebEfkFiNyixG5xYjcYkRuMSK3GEx8Buma2tLCblf5wAAAABJRU5ErkJggg==) 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(img/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 #e8e8e8;
	box-sizing: border-box;
}
.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(lwlb-title_pre.png) no-repeat;
	width: 30px;
	height: 28px;
	margin-right: 15px;
}

/*版权*/
.copyright{
	font-size: 0.8125em;
	line-height: 1.8333em;
	color: #c0d3f5;
	padding: 20px 10px;
	box-sizing: border-box;
	background-color: #2e5aa6;
}
.copyright table {
	width: 100%;
	table-layout: fixed;
}
.copyright table td a{
	color: #c0d3f5;
}
.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;
}
.copyright-btn{
	font-weight:bold;
	font-size:1.125em;
}
.small-copyright {
	display: none;
	padding: 10px;
	text-align: center;
	line-height: 18px;
	box-sizing: border-box;
	color: #fff;
}
.step:after {
	content: "|";
	font-family: Simsun;
	padding: 0 3px;
	color: #c0d3f5;
}
/*版权*/
@media screen and (max-width: 1320px){
	.max-wrap{
		max-width: 100%;
		min-width: 100%;
	}
	.main-wrap{
		width:auto;
	}
	.banner{
		height:450px;
	}
	.banner ul li{
		height:450px;
		background-size: cover!important;
	}
	.pd-50{
		padding:0 20px 20px;
	}
	.logo-bar{
		top:50px;
		left:20px;
	}
}
@media screen and (max-width: 1000px){
	body{
		background:#fff;
	}
	.logo-bar{
		display:none;
	}
	.pd-50{
		padding:0;
	}
	.top-bar{
		display:none;
	}
	.banner{
		height: auto;
		background-color: #2e5aa6;
	}
	.banner:before{
		content: "济源市六稳六保专栏";
		display: block;
		font-size: 1.25em;
		color: #fff;
		padding: 10px;
		font-weight: bold;
	}
	.banner ul{
		display:none;
	}
	.pd-30{
		padding:0;
	}
	.box.six-stable-protect .icon-list li{
		padding:10px 0;
	}
	.box.six-stable-protect .icon-list li i{
		font-size:2.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;
	}
	.img-frame img{
		-webkit-transition: inherit;
		-moz-transition: inherit;
		transition: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		transform: inherit;
	}
	.pic-library>li a:hover .img-frame img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	.sub-nav-left{
		display:none!important;
	}
	/*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;
	}
	.box-title{
		display:none;
	}
	.srcroll-news{
		background-color: #f3eadc;
	}
	.srcroll-news .title,.scroll_div a{
		height:32px;
		line-height:32px;
	}
	.srcroll-more{
		display:none;
	}
	.box.six-stable-protect .icon-list a{
		padding:10px 0;
	}

	/*左右结构变化*/
	.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;
	}
	.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: none;
	background: url(img/y9o1xPq6w5igAgIQAAAAASUVORK5CYII=) 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: 2em;
	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 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: 1000px){
	.news_content_other{
		display:none;
	}
	.sub-content{
		padding: 0 10px 10px!important;
	}
	.sub-content .big-title{
		font-size: 1.5em;
		font-weight:bold;
	}
	.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;
	}
	.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>*: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: #2e5aa6;
	color: #fff;
	border: 1px solid #2e5aa6;
}
.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*/