#slide{
    width: 100%;
}
#slide img {
	width: 100%;
        min-height: 160px;
        object-fit: cover;
}

#slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

#slide .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
}

#slide .swiper-pagination-bullet-active {
	background-color: #C50000;
}

.mainbox{
	background-color: #F2F2F2;
	padding: 25px 25px 0;
}
.swiper-news{
	float: left;
	width: 580px;
	height: 410px;
	position: relative;
	padding-top: 20px;
	margin-top: -20px;
	/* overflow: hidden; */
	margin-bottom: 15px;
}
.swiper-news .swiper-slide{
	position: relative;
}
.swiper-news .swiper-slide img{
	width: 100%;
}
.swiper-news .swiper-slide p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 90px 0 20px;
	background: rgba(0,0,0,.6);
	color: #fff;
}
.swiper-news .swiper-slide p a{color: #fff;}
.swiper-news .swiper-pagination{
	text-align: right;
}
.swiper-news .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: .8;
}
.swiper-news .swiper-pagination-bullet-active{
	background: #950202;opacity: 1
}
.swiper-news .date{
	position: absolute;
	left:20px;
	top:-20px;
	width: 66px;
	padding: 0 12px;
	height: 82px;
	background-color: #A60000;
	color: #fff;
	text-align: center;
	line-height:1.5;
}
.swiper-news .date span{
	padding:4px 0;
	display: block;
	border-bottom: 1px solid #fff;
}

.listbox{
	width: 580px;
	height: 390px;
	margin-bottom: 15px;
	background-color: #fff;
}
.zt{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.zt img{
	width: 100%;
}
.boxHd{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 22px;
	background:#E8E8E8 url(../images/boxhd1.jpg) no-repeat 0 bottom;
}
.boxHd span{
        color: #a60000;
	font-weight: bold;
}
.listdl{
	padding: 0 25px;
        height: 340px;
}
.listItem{
	display: flex;
	padding: 15px 0;
	border-bottom: 1px dashed #DADADA;
}
.listItem dt{
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 3px #ddd;

}
.listItem dt p{
	height: 42px;
	line-height: 42px;
	background-color: #F2F2F2;
	color: #c7161e;
}
.listItem dt span{
	line-height: 28px;
	color: #333;
}
.listItem dd{
	flex: 1;
	padding-left: 18px;
}
.listItem dd span{
	color: #999;
	padding-top:4px;
}
.list {
	padding: 15px 25px;height: 340px;
}
.list li{
	padding: 7px 0;
}
.list li a{
    position: relative;
    padding-left: 18px;
}
.list li a:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #A60000;
    border-radius: 50%;
}
.list li span{
	color: #888;
	float: right;
	padding-right: 8px;
}

.listbox2,.linkbox{
	border-top: 4px solid #C7161E;
	background-color: #fff;
	width: 378px;
}
.linkbox{
	width: 100%;
	margin: 15px 0 0;
}

.listbox2{
       display: none;
}

.boxHd2{
	padding: 20px 15px;
	line-height: 30px;
}
.boxHd2 span{
	display:inline-block;
	color: #a60000;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
}
.boxHd2 i{
	display:inline-block;
	width: 30px;
	height: 30px;
	margin-right: 4px;
	line-height: 30px;vertical-align: top;
}
.boxHd2 .icon1{
	background: url(../images/icon1.png) no-repeat center;
}
.boxHd2 .icon2{
	background: url(../images/icon2.png) no-repeat center;
}
.boxHd2 .icon3{
	background: url(../images/icon3.png) no-repeat center;
}
.boxHd2 .icon4{
	background: url(../images/icon4.png) no-repeat center;
}
.linkbox p{
	display:inline-block;
}
.linkbox p a{margin: 0 15px;}
