body{
	
	/*解决ios微信字体自动改变问题*/
	-webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    font-size:14px;
}


/*=============================头部样式=============================*/
.top{
	width:100%;
	background-color: #c80f2e;
	height: 20px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	/*position: relative;*/ /*去除绝对定位是设置防止图片遮挡导航*/
	z-index: 99;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/*background-color: #FFFFFF;
	background-image: url(/images/bg/top-bg-1.png);*/
	background-repeat: repeat-y;
	background-size: 100% 100%;
}

.header.is-sticky {
	position: fixed;
	padding: 0;
	/*background-color: #FFFFFF;
	background-image: url(/images/bg/top-bg-1.png);*/
	background-repeat: repeat-y;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.header-sub {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	/*position: relative;*/ /*去除绝对定位是设置防止图片遮挡导航*/
	z-index: 99;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #FFFFFF;
	/*border-bottom: solid 2px #e4e4e4;*/
}

.header-sub.is-sticky {
	position: fixed;
	padding: 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}


.header.menu-open {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
	.header {
		padding: 0 !important;
	}
	.header-logo img{
		width: 30%;
	}
	.pt-2 
	{
		padding-top: 0rem !important;
	}
	
	.pb-2{
		padding-bottom: 0rem !important;
	}
}


/*===========================================文章+内容页通用css======================================*/

.wz-location {
	padding: 20px 0 20px 0;
	color: #706e6e;
	font-size:14px;
}

.wz-location span {
	display: inline-block;
	padding-right: 5px;
}

.wz-location i.fa{
	font-size:14px;
	font-weight: 600;
	color:#bf1629;
	
}

.wz-location a {
	color: #706e6e;
	text-decoration: none;
}

.wz-location a:hover {
	color: #bf1629;
	text-decoration: none;
}

/*文章列表*/
.list-title{
	flex:1;
	padding:15px;
	background-color: #c80f2e;
	font-size:18px;
	font-weight: 600;
	color:#FFFFFF;
}

.list-wapper{
	padding:20px 15px 5px 15px;
  	border-bottom:solid 1px #c0c0c0;
}
.list-img{
	overflow: hidden;
	margin-bottom: 15px;
}
.list-img img{
	width:100%;
	transform: scale(1);
	transition: all .5s;
}
.list-img img:hover{
	transform: scale(1.3);
}
.list-info{
	
}
.list-info i{
	color: #bf1629;
	padding-right: 5px;
}
.list-info p{
	flex: 1;
}
.list-info p.p-title{
	font-size:16px;
	font-weight:600;
	color:#000000;
	
}
.list-info p.p-title a{
	color:#000000;
	text-decoration: none;
}
.list-info p.p-title a:hover{
	color:#bf1629;
	text-decoration: none;
}
.list-info p.p-desc{
	font-size:14px;
	min-height:40px;
}
.list-info p.p-time{
	text-align:right;
	font-size:14px;
	color:#c0c0c0;
	
}
.list-info p.p-info{
	text-align: center;
	
}
.list-info p.p-info a{
	display: block;
	margin-left:auto; /*控制居右*/
	width:100px;
	padding: 10px;
	font-size:14px;
	background-color: #bf1629;
	color: #ffffff;
	border-radius: 5px;
} 




/*文章内容*/
.wz-article{
	font-size:16px;
}
.wz-article p{
	display: block;
	width:100%;
	text-align:left;
   	text-align:justify;/*文本两端对齐*/
    text-justify:inter-ideograph;/*IE*/
}
.wz-article p:after {
    display: block;
    width: 100%;
    content: '';
}
.wz-article img{
	max-width: 100%;
  	height: auto;
}

/*文章上下篇*/
.wx-page {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	color: #828282;
}

.up-article {
	padding: 10px 10px 5px 10px;
	border-bottom: solid 1px #bf1629;
}

.next-article {
	padding: 5px 10px 10px 10px;
	text-align: right;
}

.wx-page a {
	color: #828282;
	text-decoration: none;
}

.wx-page a:hover {
	color: #828282;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.list-info p.p-title{
		padding-top: 10px;
		
	}
}

/*===========================================通用背景色/图片css======================================*/

.bg-img-1{
	background-image: url(/images/bg/notice-bg-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

/*=============================================line通用css=========================================*/

.bt-line-1{
	border-bottom: solid 1px #e6e6e6;
}
.btl-2{
	border-bottom: solid 1px #d7d5d5;
}
.btl-3{
	border-bottom: solid 1px #d7d5d5;
}
.bt-line-2{
	border-bottom: solid 2px #d45c10;
}

@media only screen and (max-width: 767px) {
	
	.btl-2{
		border-bottom: solid 0px #d7d5d5;
	}
}
/*=============================================footer脚本css=========================================*/
.footer{
	border-top:solid 2px #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #c80f2e;
	text-align: center;
	color: #ffffff;
	font-size:13px;
}
.footer span.sp-1{
	padding-left: 15px;
}
.footer p{
	padding:0;
	margin:0;
	line-height: 25px;
}
.footer .dw-img{
	width:120px;
	height:120px;
}
.footer .wx-img{
	width:120px;
	height:120px;
}
.footer .ga-img{
	width:25px;
	height:25px;
}
@media only screen and (max-width: 767px) {
	
	.footer span{
		display: block;
		width:100%;
	}
	.footer .dw-img{
		width:80px;
		height: auto;
		padding-bottom: 15px;
	}
	.footer .wx-img{
		width:80px;
		height: auto;
	}
}

/*=============================================bar底部css=========================================*/
.bottom-bar{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: #f6f6f6;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #868686;
	display: flex;
	flex-direction: row;
	font-size: 14px;
	border-top: solid 1px #e7e7e7;
}
.bottom-bar > .bar-1{
	flex: 1;
	
}
.bottom-bar .bar-ico{
	font-size: 16px;
}
.bottom-bar a{
	color: #868686;
	text-decoration: none;
}
.bottom-bar a:hover{
	color: #868686;
	text-decoration: none;
}
.bottom-bar .action{
	color: #ff0000;
}

.bottom-bar .action a{
	color: #ff0000;
	text-decoration: none;
}
.bottom-bar .action a:hover{
	color: #ff0000;
	text-decoration: none;
}


/*====================================控制图片大小============================================*/

.img-w100{
	width:100%;	
}
.img-maxh60{
	max-height:60px;	
}
@media only screen and (max-width: 767px) {
	.img-maxh60{
		max-height:30px;	
	}
	
}

/*====================================分页============================================*/
.page-info{
	padding: 15px;
	font-size:14px;
	color: #c0c0c0;
	text-align: right;
}
.common-page{
	padding:0;
	margin:0;
	display: flex;
	display: -webkit-flex;
	align-items:center;
	justify-content:center;
    font-size:14px;       
}
.pagination active{
	background-color: #bf1629;
}
.common-page a{
	color:#bf1629;
	text-decoration: none;
}
.common-page a:hover{
	color:#bf1629;
	text-decoration: none;
}

/*====================================清除设置============================================*/
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}