@charset "utf-8";

/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
}

.cd-nav-trigger {
	display: none;
}

.cd-nav {
	display: none;
}

body ul {
	margin: 0px;
	padding: 0px;
}

body ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

body a {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

body a:hover {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #a40000;
}

body img {
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.top_bg {
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-width: 1200px;
	height: 160px;
	background-color: #a40000;
}

.top {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
	height: 160px;
}

.logo {
	padding: 0;
	text-align: left;
	padding-left: 0px;
}

.logo img {
	margin-left: 0
}

.search {
	cursor: pointer;
}

.search_bg {
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	width: 220px;
}

.search-container {
	display: inline-block;
}

.search-input,
.search-btn {
	box-sizing: border-box;
	height: 30px;
	line-height: 1;
}

.search-input {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.search-btn {
	padding: 5px 10px;
	background-color: #fff;
	color: #666;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.school {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	text-align: right;
}

.school img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.school a,
.school a:hover {
	display: inline-block;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 10px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	margin-left: 10px;
}

.keyword {
	border: 1px #eee solid;
	line-height: 33px;
	padding: 0 15px 0 15px;
	color: #666;
	outline: none;
	margin-top: -4px
}

.wp_search .search {
	background-color: #a40000;
	background-image: url(../images/search.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 35px !important;
	width: 40px !important;
	border: 1px solid #a40000;
}

.nav_bg {
	padding: 0px;
	height: 65px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-width: 1200px;
	background-color: #a40000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.nav {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 60px;
}

.nav ul.w1200 {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}

.nav li {
	flex: 1;
	text-align: center;
	background-repeat: no-repeat;
	position: relative;
	border: 0px solid #fff;
}

.nav li a {
	color: #fff;
	text-decoration: none;
	line-height: 60px;
	display: block;
	text-align: center;
	margin: 0px;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border: 0px solid #fff;
}

.nav li a:hover,
.nav li a.cur {
	color: #fff;
	text-decoration: none;
	background-color: #B70000;
	border: 0px solid #0269ba;
}

.nav li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	z-index: 1000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.nav li ul li {
	width: 100%;
	background-repeat: repeat;
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #0b9867;
}

.nav li ul li a {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	background: rgba(220, 40, 41, 0.8);
	color: #fff;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: repeat;
	border-radius: 0;
}

.nav li ul li a:hover {
	font-size: 14px;
	background-image: none;
	color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	background: rgba(220, 40, 41, 1);
}

.banner {
	margin-top: 0px;
	position: relative;
	background-size: cover
}

.banner img {
	width: 100%;
}

.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 0px solid #ddd;
}

.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 80px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	display: inline;
	zoom: 1;
	width: 55px;
	height: 55px;
	margin: 5px;

	overflow: hidden;
	line-height: 9999px;
	filter: alpha(opacity=10);
	opacity: 1;
	border-radius: 50%;
	/* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 50%;
	/* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 50%;
	/* Webkit浏览器的私有属性 性*/
	background-image: url(../images/point1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.slideBox .hd ul .on {
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #fff;
	background-image: url(../images/point2.png);
	width: 55px;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 680px;
	background-position: center center;
}

.slideBox .bd li a {
	width: 100%;
	height: 100%;
	display: block;
}

.slideBox .bd img {
	width: 100%;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.ad {
	width: 1200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.ad img {
	width: 100%;
}

.ad1 {
	float: left;
	width: 376px;
}

.ad2 {
	float: left;
	width: 376px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
}

.ad3 {
	float: right;
	width: 376px;
}

.bottom1_bg {
	padding: 0px;
	height: 50px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-width: 1200px;
	background-color: #2b2b2b;
	display: none;
}

.bottom1 {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 50px;
	text-align: center;
	color: #999999;
}

.bottom1 a {
	color: #999999;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* 底部区域样式 */
.bottom2_bg {

	position: relative;
	background-color: #a40000;
	padding: 0px 0;
	margin-top: 20px;
}

.bottom2 {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
}

.bottom3 {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff; text-align:center; padding-top:10px; padding-bottom:10px;
	width: 100%;

}
.bottom3 a{ color:#fff}
/* 友情链接区域 */
.link-section {
	flex: 1;
	padding-right: 20px;
}

.link-section h3 {
	color: #ffcc00;
	font-size: 18px;
	margin-bottom: 30px;
}

.link-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.link-list li {
	width: 48%;
	margin-bottom: 20px;
}

.link-list a {
	color: #fff;
	text-decoration: none;
}

.link-list a:hover {
	color: #ffcc00;
}

/* 联系我们区域 */
.contact-section {
	flex: 1;
	padding: 0 20px;
}

.contact-section h3 {
	color: #ffcc00;
	font-size: 18px;
	margin-bottom: 30px;
}

.contact-section p {
	margin-bottom: 20px;
}

/* 二维码区域 */
.qr-section {
	flex: 1;
	padding-left: 20px;
	text-align: center;
}

.qr-section h3 {
	color: #ffcc00;
	font-size: 18px;
	margin-bottom: 30px;
}

.qr-section img {
	width: 150px;
	height: 150px;
	border: 1px solid #fff;
}

/* 版权信息 */
.footer-info {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #fff;
	font-size: 12px;
}

.footer-info p {
	margin: 5px 0;
}

/*main1*/
.main1 {
	width: 1200px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.main1_l {
	width: 590px;
	float: left;
}

.main1_r {
	width: 590px;
	float: right;
}

.title,
.title4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #a40000;
	border-right-color: #a40000;
	border-bottom-color: #a40000;
	border-left-color: #a40000;
	line-height: 60px;
	height: 60px;
	background-image: url(../images/red.png);
	background-repeat: no-repeat;
	background-position: left 56px; position:relative
}

.title a,
.title4 a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.title a:hover,
.title4 a:hover
{
color: #a40000;
font-size: 24px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #a40000;
border-right-color: #a40000;
border-bottom-color: #a40000;
border-left-color: #a40000;
display: inline-block;
}

.title_a {
	color: #a40000;
	font-size: 24px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a40000;
	border-right-color: #a40000;
	border-bottom-color: #a40000;
	border-left-color: #a40000;
	display: inline-block;
}

.title span,
.title4 span {
	float: right;
}

.title span a,
.title4 span a,
.title span a:hover,
.title4 span a:hover {
	background-image: none;
	padding: 0px;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #a40000;
	font-weight: normal;
}

.sel,
.sel:hover {
	font-size: 30px;
	color: #333333;

}


.more_btn {
	font-size: 14px;
	color: #a40000;
	float: right
}

.more_btn:hover {
	color: #a40000;
	font-size: 14px
}

.more_text,
.more_text:hover {
	color: #a40000;
	font-size: 14px;
	border: none
}

.main4_pic {
	margin: 0;
	padding: 0;
	position: relative;
	width: 280px;
}

.picnews {
	position: relative;
	width: 100%;
	padding-top: 25px;
}

.picnews img {
	width: 100%;
	display: block;
}

.picnews_title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	z-index: 10;
}

/* 图片新闻轮播高度调整 */
#picnewsSlideBox {
	padding-top: 25px;
}

#picnewsSlideBox .bd li {
	height: 385px;
	position: relative;
}

#picnewsSlideBox .bd li .picnews_title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	z-index: 15;
	margin: 0;
}
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	z-index: 10;
}

/*main2*/
.main2 {
	width: 1200px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.main2 img {
	width: 100%;
}

.title2 a {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/title1.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 16px;
}

.title2 a:hover,
.sel2 {
	color: #d64639;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d64639;
	border-right-color: #d64639;
	border-bottom-color: #d64639;
	border-left-color: #d64639;
	background-image: url(../images/title2.png) !important;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 16px;
}

.title2 span {
	float: right;
}

.title2 span a {
	background-image: none;
	padding: 0px;
	font-size: 16px;
}

.title2 span a:hover {
	background-image: none !important;
	border: none;
	padding: 0px;
	color: #d64639;
	font-size: 16px;
}

.title3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	line-height: 40px;
}

.title3 a {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d64639;
	border-right-color: #d64639;
	border-bottom-color: #d64639;
	border-left-color: #d64639;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 16px;
}

ul#zhuanti_list {
	margin: 0px;
	padding: 0px;
}

ul#zhuanti_list li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	width: 33%;
}

ul#zhuanti_list li img {
	width: 55%;
}

/* main2 */
.main2_bg {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 550px;
	padding-top: 50px;
}

.main2 {
	width: 1200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul.pic_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 40px;
}

ul.pic_list li {
	width: 24%;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

ul.pic_list li img {
	width: 100%; height:210px;
}

.pic_list_title {
	line-height: 30px;
	padding: 15px 20px 5px 20px
}

.date {
	line-height: 30px;
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 40px;
}

.main2_l {
	width: 385px;
	float: left;
}

.main2_m {
	width: 380px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}

.main2_r {
	width: 385px;
	float: right;
}

/* main2 */

/*main3*/
.main3_bg {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}

.main3 {
	width: 1200px;
	padding-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.notice-card {
	width: 350px;
	height: 120px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	padding: 20px;
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); margin-top:25px;
}

.notice-date {
	font-size: 50px;
	font-weight: bold;
	color: #999;
	float: left;
	margin-right: 20px;
}

.notice-month {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 5px;
	font-weight: lighter;
}

.notice-content {
	margin-left: 80px;
	overflow: hidden;
	line-height: 1.4;
}

.notice-title {
	font-size: 14px;
	color: #333;
	margin: 0;
	line-height: 1.4;
}

.notice-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

/*main4*/

.main4_bg {
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.main4 {
	padding: 30px 0 50px;
	width: 1200px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.main4_l {
	width: 580px;
	float: left;
}

.main4_r {
	width: 580px;
	float: right;
}

.main4_img {
	display: flex;
	justify-content: space-between;
}

.main4_img img {
	width: 280px;
}

.main4_title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	z-index: 10;
}

.download_list {
	padding-top: 10px;
	line-height: 40px;
}

ul#news_list1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul#news_list1 li {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.news_pic {
	width: 165px;
	float: left;
}

.news_pic img {
	width: 100%;
	height: 115px;
}

.news_txt {
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 185px;
}

.news_txt_t {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
}

.news_txt_t span {
	float: right;
	font-size: 16px;
}

.news_txt_c {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #999999;
}

.news_txt_t:hover {
	color: #d64639;
}

ul#news_list2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#news_list2 li {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	line-height: 51px;
	height: 51px;
	overflow: hidden;
}

ul#news_list2 li span {
	float: right;
	color: #999;
}

ul#news_list3 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul#news_list3 li {
	margin: 0px;
	line-height: 41px;
	height: 41px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/yuan.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

ul#news_list3 li span {
	float: right;
	color: #999;
}

/* main5 */
.main5 {
	width: 1200px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 30px;
}

.main5 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.main5 li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 calc(20% - 16px);
	height: 150px;
	background-size: cover;
	background-position: center;
	position: relative;
	list-style: none;
	color: #fff;
	z-index: 1;
}

.main5 li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.main5 li a,.main5 li a:hover{ color:#fff}

.main5 .title,.main2 .title ,.main3 .title {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center 56px;
}
.main5 .title span,.main2 .title span,.main3 .title span{ position:absolute ; right:0}
.main5 .title a.sel,.main2 .title a.sel ,.main3 .title a.sel{
	float: none;
	display: inline-block; font-size:30px;
}

/* list_banner */
.list_banner {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.list_banner img {
	width: 100%;
}

/*neirong*/
.bread {
	line-height: 30px;
	margin: 10px 0;
	font-size: 14px;
	color: #666;
}

.bread img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.neirong {
	width: 90%;
	/* 替代固定1200px，适配移动端 */
	max-width: 1200px;
	/* 限制最大宽度 */
	margin: 20px auto;
	/* 居中并增加上下间距 */
	padding: 0 15px;
	/* 增加内边距避免内容贴边 */
}

.neirong_l {
	width: 250px;
	float: left;
	min-height: 400px;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cd181d;
	border-right-color: #cd181d;
	border-bottom-color: #cd181d;
	border-left-color: #cd181d;
}

.neirong_title {
	font-size: 22px;
	line-height: 100px;
	background-color: #a40000;
	text-align: center;
	color: #fff;
}

#erji {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#erji li {
	margin: 0px;
	line-height: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

#erji li a {
	display: block;
	background-image: url(../images/title1_z.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#erji li a:hover {
	background-color: #f0f0f0;
}

.neirong_r {
	width: 845px;
	min-height: 450px;
	float: right;
	margin: 0px;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow: hidden;
}

.sel3 {
	color: #a40000
}

/*page*/
ul#page {
	width: 100%;
	margin: 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#page li {
	margin: 0px;
	padding: 2px;
	display: inline;
}

ul#page li a {
	color: #666;
	font-size: 16px;
	background-color: #eee;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}

ul#page li a:hover {
	color: #fff;
	background-color: #f13a3a;
}

.title8 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #a40000;
	border-right-color: #a40000;
	border-bottom-color: #a40000;
	border-left-color: #a40000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	color: #333;
	text-align: left;
}

.title8 span {
	float: right
}

.erji_bread {
	float: right;
	line-height: 60px;
}

.erji_bread img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.erji_t {
	font-size: 30px;
	float: left;
	background-image: url(../images/red.png);
	background-repeat: no-repeat;
	background-position: left 55px;
	line-height: 60px;
}

ul#pic_list {
	margin: 0px;
	padding: 0px;
}

ul#pic_list li {
	width: 260px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul#pic_list li p {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 25px;
}

ul#pic_list li img {
	width: 260px;
	height: 180px;
	margin: 0px;
	padding: 0px;
}

ul#pic_list li a {
	margin: 0px;
	padding: 0px;
}

.pic_txt {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

/*内容*/
.news_bg {
	width: 940px;
	line-height: 25px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.news_t {
	line-height: 50px;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 30px;
}

.laiyuan {
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #cd181d;
	border-left-color: #ccc;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 35px;
}

.news_c {
	margin: 0 auto;
}

.news_c p {
	padding-bottom: 20px;
}

.news_c img {
	max-width: 100%;
}

.news1_1 {
	width: 340px;
	float: left;
	padding-top: 20px;
}

.news1_1 img {
	width: 100%;
}

.news1_2 {
	width: 395px;
	float: right;
}

ul.news_list0 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul.news_list0 li {
	margin: 0px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: none;
	font-size: 14px;
	color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #a40000;
	border-right-color: #a40000;
	border-bottom-color: #a40000;
	border-left-color: #a40000;
}

ul.news_list0 li p {
	padding: 0;
	margin: 0
}

.news_list0_c {
	color: #666
}

ul.news_list0 li span {
	float: left;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	line-height: 25px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #a40000;
	height: 70px;
}

ul.news_list0 li span strong {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

ul.link_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 10px;
}

ul.link_list li {
	width: 48%;
	margin-top: 10px;
	text-align: center;
	line-height: 50px;
}

ul.link_list li a {
	display: block;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

ul.link_list li a:hover {
	display: block;
	color: #fff;
	background-color: #a40000;
}

ul.icon_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 10px;
}

ul.icon_list li {
	width: 48%;
	margin-top: 10px;
	text-align: center;
	line-height: 32px;
	text-align: center;
	background-color: #fff;
	border: 0px solid #eee;
	padding-top: 15px;
	padding-bottom: 10px;
}

ul.icon_list li p {
	padding: 0;
	margin: 0px;
}

.picbase1-content {
	display: none !important
}

.possplit {
	float: none !important
}

.bottom_t {
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
}

.bottom_l {
	float: left;
	width: 520px;
	text-align: left
}

.bottom_m {
	float: left;
	width: 160px;
}

.bottom_r {
	float: right;
	width: 400px;
	text-align: left
}

.link_list2 {
	padding-top: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.link_list2 li {
	width: 45%;
	line-height: 30px;
}

.picbase1-slidenav {
	left: 50% !important;
	margin-left: -20px !important
}

.picbase1-slidenav>.active img {
	display: none !important
}

.picbase1-slidenav li {
	width: 15px !important;
	height: 15px !important;
	border-radius: 50% !important
}

.picbase1-credit {
	display: none !important
}

.news-item {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	padding: 30px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.news-content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.news-image {
	flex: 1;
	min-width: 200px;
	overflow: hidden;
}

.news-image img {
	width: 100%;
	height: auto;
	display: block;
}

.news-text {
	flex: 2;
	min-width: 300px;
}

.news-title {
	font-size: 24px;
	color: #333;
	margin: 0 0 15px 0;
	line-height: 1.4;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-summary {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin: 0 0 15px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-meta {
	font-size: 14px;
	color: #999;
}

.date-icon {
	display: inline-block;
	margin-right: 8px;
}

.news-date {
	font-weight: 500;
}

.pic_box {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.pic_box div {
	cursor: pointer;
	flex: 0 0 calc(50% - 15px);
	height: 120px;
	background-color: #a40000;
	margin-right: 30px;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	line-height: 120px;
	font-size: 20px;
	position: relative;
}

.pic_box div::before {
	content: '';
	position: absolute;
	top: 15px;
	right: 20px;
	bottom: 15px;
	left: 20px;
	border: 1px solid #fff;
	z-index: 1;
}

.pic_box div:nth-child(2n) {
	margin-right: 0;
}