* {
	margin: 0;
	padding: 0;
}

ul,
li,
a,
p {
	margin: 0;
	padding: 0;
}

/* 头部 */
.header_logo {
	width: 100%;
}

/* 导航 */
.nav {
	background-color: #c2131a;
}

.nav_ul {
	height: 68px;
	display: flex;
	align-items: center;
	list-style-type: none;
}

.nav_ul li {
	flex: 1;
	text-align: center;
}

.nav_ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

.nav_ul li a:hover {
	font-size: 22px;
}

/*  */
.item_box {
	margin-top: 85px;
	background-color: #fffcfb;
}

.left_header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d80017;
}

.header_title {
	font-size: 24px;
	color: #d80017;
	position: relative;
	padding-left: 35px;
	background: url(../img/ico01.png) left center no-repeat;
}

.header_title:before {
	width: 100%;
	height: 3px;
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #d80017;
}

.left_header .more {
	margin-top: 15px;
	color: #d80017;
	font-size: 16px;
}

.left_bottom ul li {
	list-style: none;
}

.left_bottom ul li a {
	display: block;
	text-decoration: none;
}

.left_bottom ul li a p {
	width: 70%;
	overflow: hidden;
	line-height: 48px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 2px;
}

.left_bottom ul li a p:hover {
	color: #d22d35;
}

.left_bottom ul li a p::before {
	content: '›';
	display: inline-block;
	margin-right: 6px;
}

.left_bottom ul li a span {
	float: right;
	line-height: 48px;
	color: #333;
	font-size: 16px;
}

/* 轮播 */
.sjxw {
	margin: 10px 0;
}

.sjxw .swiper-container {
	height: 310px;
}

.swiper-container a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container a {
	background-size: cover;
}

/* 内容二 */

.item_box2 {
	padding: 30px 0;
}

.page_box {
	padding: 15px 15px;
	margin: 20px 0;
    background: #c2131a;
	min-height: 400px;
}

.commom-header {
	margin: 15px 0 30px;
}

.page_box .commom-header {
	margin-bottom: 20px;
}


.commom-header .pull-left {
	font-size: 22px;
	color: #fff;
	position: relative;
	padding-left: 18px;
	float: left !important;
}

.commom-header .pull-left:before {
	width: 4px;
	height: 21px;
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	background: #fff;
}

.commom-header .pull-right {
	margin-top: 5px;
	float: right !important;
}

.pull-right a {
	color: #fff;
}

.clearfix:before {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.commom-main {
	border-top: 1px solid #fff;
}

.commom-main ul li {
	height: 50px;
	line-height: 30px;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
}

.commom-main ul li a {
	color: #fff;
}

.commom-main ul li a span {
	float: right;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
}

.commom-main ul li a p {
	font-size: 18px;
	line-height: 44px;
	letter-spacing: 2px;
	width: 70%;
	color: #ffffff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.commom-main ul li p::before {
	content: '◇';
}

/* 友情链接 */
.common-head {
	margin: 40px 0;
	padding-bottom: 10px;
	background: url(../img/line.png) center bottom no-repeat;
	position: relative;
	background-size: contain;
}

.common-head h3 {
	color: #b80817;
	font-size: 40px;
	display: inline-block;
	margin: 0;
	padding: 0 25px;
	background: #fff;
	font-weight: bold;
}

.yqlj {
	text-align: center;
}

.yqlj a {
	text-decoration: none;
	display: inline-block;
	margin: 0px 40px;
	font-size: 17px;
	color: #333;
	font-weight: 600;
}

.yqlj a:hover {
	color: #b80817;
}

/* 页脚 */
.footer {
	margin-top: 40px;
	background-color: #c2131a;
	text-align: center;
	padding: 25px 0;
	color: #fff;
}

.footer_title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.title_logo {
	width: 35px;
	margin-right: 10px;
}

.footer a {
	color: #fff;
}

/* 列表页 */
/*  左列表 */
.list-left {
	margin: 25px 0;
	background-color: #c2131a;
	text-align: center;
}

.list-left-h5 {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold;
	color: #fff;
}

/*  右列表 */
.list-right {
	height: 800px;
	margin: 25px 0;
}

.list_h5 {
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list_h5 h5 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px;
	color: #cf0a0f;
	margin: 0;
}

.list_h5 h4 {
	margin: 0;
}

.list-right-h4 a {
	text-decoration: none;
	color: #1f1f1f;
	font-size: 14px;
	padding: 10px 5px;

}

.list-right2-ul {
	margin-top: 15px;
}

.list-right2-ul li {
	overflow: hidden;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
}


.list-right2-ul li a {
	height: 50px;
	line-height: 50px;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.list-right2-ul li a:hover {
	color: #cf0a0f;
}

.list-right2-ul li span {
	font-size: 16px;
	color: #000;
	float: right;
}

/*分页*/
.pagenav {
	clear: both;
	margin: 5px 0;
	padding: 2px 0;
	line-height: 24px;
}

.pagenav a {
	border: 1px solid #d9d9d9;
	color: #666;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
	padding: 0 8px;
	text-decoration: none;
}

.pagenav a:hover {
	background: #cf0a0f;
	border: 1px solid #cf0a0f;
	color: #fff;
}

.pagenav a.active {
	border: 1px solid #cf0a0f;
	color: #fff;
}

.pagenav a.current,
.pagenav a.current:hover {
	background: #cf0a0f;
	border: 1px solid #cf0a0f;
	color: #fff;
}

.pagenav a.disabled,
.pagenav a.disabled:hover {
	background: #d9d9d9;
	border: 1px solid #d9d9d9;
	color: #666;
	cursor: default;
}

.pagenav a.text,
.pagenav a.text:hover {
	color: #fff;
	margin-right: 0px;
	background: #cf0a0f;
	border: 1px solid #cf0a0f;
	cursor: text;
}

.pagenav a.pagemore,
.pagenav a.pagemore:hover {
	color: #666;
	background: #fff;
	border: #fff 1px solid;
	cursor: text;
	padding: 0 5px;
}

.pagenav #page {
	float: left;
}

.pagenav #page input {
	float: left;
	width: 25px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #d9d9d9;
	padding: 0 3px;
	margin: 3px 3px 3px 6px;
	color: #666;
}

.pagenav .goto {
	float: left;
	display: block;
	width: 36px;
	height: 26px;
	line-height: 26px;
	background: #cf0a0f;
	border: 1px solid #cf0a0f;
	color: #fff;
	margin: 3px;
	text-align: center;
	cursor: pointer;
}


/* 详情页 */
.details {
	margin: 25px 0;
}

.details-bottom {
	padding: 25px 50px 15px;
}

.details-bottom h5 {
	font-family: "Microsoft YaHei";
	color: #282828;
	padding: 0 0 10px;
	text-align: center;
	font-size: 23px;
	min-height: 70px;
	line-height: 30px;
	border-bottom: 1px solid #dbdee1;
}

.details-p {
	text-align: center;
	border-bottom: 1px solid #dbdee1;
}

.details-p span {
	height: 36px;
	line-height: 36px;
	margin: 0 10px;
	font-size: 13px;

}

.wzcon {
	padding: 25px 0;
	border-bottom: 1px solid #dbdee1;
}

.wzbot {
	margin-top: 15px;
}

.wzbot a {
	color: #000;
	text-decoration: none;
}
