﻿@charset "utf-8";

.lunbo {
	width: 100%;
	background: linear-gradient(180deg, #f6cacc 3%, #fff4f5 60%);
}

.banner {
	width: 1200px;
	overflow: hidden;
	position: relative;
	z-index: 8;
	margin: 0 auto;
}

.banner li a {
	display: block;
	height: 100%;
}

.banner li {
	position: relative;
	height: 400px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .5;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
	width: 20px;
	height: 10px;
	border-radius: 10px;
}

.banner .btn {
	position: absolute;
	height: 400px;
	line-height: 400px;
	top: 0;
	z-index: 9;
}

.banner .btn span {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3s ease;
}

.banner .prev {
	left: 20px;
}

.banner .next {
	right: 20px;
}

.banner .btn:hover span {
	opacity: 1;
}

.main {
	background: #fafafa;
	width: 100%;
	overflow: hidden;
	min-width: 1300px;
	padding: 34px 0 30px;
}

.m-title {
	position: relative;
	border-bottom: 1px solid #cccccc;
	height: 50px;
	margin-bottom: 15px;
}

.m-title .item {
	font-size: 24px;
	color: #000;
	letter-spacing: 3px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	position: relative;
	display: inline-block;
	margin-right: 45px;
	padding-left: 40px;
}

.m-title .item.active {
	color: #023401;
}

.m-title .item img {
	margin-right: 3px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 10px;
}

.m-title .item::after {
	width: 100%;
	height: 3px;
	background: #023401;
	bottom: -1px;
	left: 0;
	content: "";
	position: absolute;
	display: none;
}

.m-title .item.active::after {
	display: block;
}

.mlist {
	width: 384px;
}

.m-box {
	margin-bottom: 26px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.mlist+.mlist {
	margin-left: 23px;
}

.main-5 {
	width: 384px;
	margin-right: 23px;
}

.main-5 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.main-5 ul li.t1 {
	background: #FB6214;
}

.main-5 ul li.t2 {
	background: #F5A021;
}

.main-5 ul li.t3 {
	background: #FCC812;
}

.main-5 ul li.t4 {
	background: #C45575;
}

.main-5 ul li.t5 {
	background: #CDC67E;
}

.main-5 ul li.t6 {
	background: #A181CC;
}

.main-5 ul li.t7 {
	background: #B74137;
	width: 100%;
}

.main-5 ul li {
	width: 48%;
	text-align: center;
	padding: 20px 0;
	height: auto;
	line-height: 1;
	margin-bottom: 15px;
}

.main-5 ul li a {
	color: #fff;
	font-size: 16px;
	text-decoration-line: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.main-5 ul li img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.main-5 ul li p {
	margin-left: 10px;
}

.mores {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
}

.mores .more {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 12px;
}

.mores .more:hover {
	color: #023401;
}

.m-box2 .mlist {
	width: 100%;
}

.mores2 .more {
	display: none;
}

.mores2 .more.on {
	display: inline-block;
}
.meslist li{
	width: 100%;
	clear: both;
	overflow: hidden;
}
.meslist.js li:first-child{
	display: none;
}
.meslist.riqi li{
	margin-bottom: 17px;
}
.meslist li a {
	display: block;
	position: relative;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 60px;
	padding-left: 10px;
}

.meslist.riqi li a {
	background-image: none;
	padding-right: 0;
	padding-left: 0;
}

.meslist .yw-date {
	width: 60px;
	height: 60px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 20px;
	text-align: center;
}

.meslist .yw-dd {
	font-size: 24px;
	color: #9a0d15;
	line-height: 34px;
	font-weight: bold;
}

.meslist .yw-yymm {
	font-size: 14px;
}
.meslist.riqi li text{
	font-size: 12px;
    color: #999;
    line-height: 1.5;
    display: block;
}
.meslist.riqi li .title {
	color: #333;
	font-size: 16px;
	height: auto;
	line-height: inherit;
}
.meslist li .title {
	color: #333;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
}

.meslist li .date {
	position: absolute;
	right: 0;
	color: #999999;
	font-size: 14px;
	top: 0;
	height: 40px;
	line-height: 40px;
}

.meslist li a:hover .title {
	color: #023401;
}

.meslist li a:hover .date {
	color: #023401;
}

.tabswrap .box {
	display: none;
}

.tabswrap .box.open {
	display: block;
}

.meslist2 .top {
	margin-bottom: 6px;
	padding-top: 13px;
}

.meslist2 .top a {
	padding: 0;
	height: auto;
	background: none;
}

.meslist2 .top a:hover {
	background: none;
}

.meslist2 .top .pic {
	width: 180px;
	height: 113px;
	overflow: hidden;
}

.meslist2 .top .pic img {
	transition: all linear .6s;
	width: 100%;
	min-height: 100%;
}

.meslist2 .top a:hover .pic img {
	transform: scale(1.1);
}

.meslist2 .top .con {
	overflow: hidden;
	padding-left: 12px;
}

.meslist2 .top .title {
	color: #333;
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 1;
	height: auto;
}

.meslist2 .top .date2 {
	color: #999999;
	font-size: 14px;
}

.meslist2 .top .state {
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
	height: 64px;
	overflow: hidden;
}

.imgswiper {
	overflow: hidden;
	position: relative;
}

.imgswiper li {
	position: relative;
	overflow: hidden;
}

.imgswiper li img {
	width: 100%;
	height: 308px;
	transition: all .3s ease;
}

.imgswiper li a:hover img {
	transform: scale(1.1);
}

.imgswiper li p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 46px;
	line-height: 46px;
	padding-right: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	background: rgba(0, 0, 0, .6);
	z-index: 9;
}

.imgswiper .swiper-pagination {
	right: 0;
	left: auto;
	width: 70px;
	bottom: 0;
	height: 46px;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	padding: 0 12px 0 0;
	text-align: right;
}

.imgswiper .swiper-pagination .swiper-pagination-current {
	font-size: 22px;
}

.m-title .btns {
	position: absolute;
	right: 0;
	height: 40px;
	top: 0;
}

.itemswiepr {
	overflow: hidden;
	background: #023401;
}

.itemswiepr li {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.itemswiepr li .en {
	font-size: 24px;
	margin-bottom: 15px;
}

.itemswiepr li .en img {
	height: 42px;
}

.itemswiepr li a {
	display: block;
	color: #fff;
	padding: 17px 0;
	transition: all .3s ease;
	font-size: 14px;
}

.itemswiepr li a:hover {
	background: #004e8a;
}

.itembtns a {
	display: inline-block;
	width: 22px;
	height: 40px;
	line-height: 40px;
	margin-left: 40px;
}

.itembtns .swiper-pagination {
	width: 40px;
	left: auto;
	text-align: center;
	right: 22px;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
}

.itembtns a.disabled {
	opacity: .5;
}