@charset "utf-8";


.index1{
	padding: 80px 0 150px;
	background: url(../img/index1bg.png) no-repeat center;
	background-size: cover;
}


.title{
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.title h2{
	font-size: 43px;
	
}

.title h2 span{
	color: #c50000;
	position: relative;
}
	
.title h2 span::before{
	display: block;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	left: -60px;
	background: url(../img/icon.png) no-repeat center left;
	width: 43px;
	height: 34px;
}

.title a{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	color: #afafaf;
	line-height: 43px;
}

.title a img{
	margin-left: 15px;
}


.newslb{
	width: 50%;
}
.newslb .slider a{
	position:relative;
	display: block;
}
.newslb .slider p{
	font-size: 19px;
	color: #fff;
	position: absolute;
	z-index: 999;
	bottom: 20px;
	left: 0;
	line-height: 55px;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}
.newslb .slider a{
	position: relative;
}
.newslb .slider a img{
	width:100%;
	height: 499px;
	object-fit: cover;
}

.newslb .slider a::before{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	content: "";
	background: url(../img/imgbg.png) no-repeat center;
	height: 196px;
	z-index: 9;
	background-size: cover;
}

.newslb .slick-dots{
	left: 20px;
	right: auto;
	bottom: 80px;
}


.newslb  .slick-prev,.newslb  .slick-next{
	width: 45px;
	height: 45px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
}

.newslb  .slick-prev{
	background: url(../img/left.png) no-repeat center;
	left: 20px;
}

.newslb  .slick-next{
	background: url(../img/right.png) no-repeat center;
	right: 20px;
}


.news-list {
	padding: 40px;
	background: #fff;
	width: 45%;
}
.news-list .time {
	margin-top: 30px;
}
.news-list .time span{
	color: #b1180f;
	font-size: 39px;
	display: block;
	text-align: center;
	line-height: 1;
}
.news-list .time span:nth-child(2){
	font-size: 15px;
	margin-top: 15px;
}

.news-list p.fr{
	color:#b1180f;
	font-size: 22px;
	width: calc(100% - 90px);
	line-height: 38px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-weight: bold;
}


.news-list .line{
	width: 100%;
	height: 1px;
	background: #e2e2e2;
	margin: 33px 0;
}

.news-list p.txt{
	font-size: 17px;
	color: #656565;
	line-height: 40px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.news-list p.txt span,.news-list p.txt span a{
	font-size: 16px;
	color: #cb1d17;
}

.index2{
	padding: 110px 0 90px;
	background: url(../img/index2bg.png) no-repeat center;
	background-size: cover;
}



.title2{
	float: left;
}
.title2 img{
	margin-bottom: 30px;
}
.title2 h2{
	font-size: 43px;
	color: #fff4e7;
	writing-mode: vertical-rl;
	letter-spacing: 10px;
	position: relative;
}


.index2 .text p{
	color: #fff3dd;
	font-size: 20px;
	line-height: 55px;
	margin: 25px 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.index2 .text{
	margin-left: 60px;
	width: 40%;
	padding: 10px 0;
}

.index2 .text p span{
	font-size: 18px;
	color: #fff;
}

.index2 .img{
	position: relative;
	width: 50%;
}
.index2 .img img{
	width:100%;
	height:484px;
	object-fit: cover;
}
.index2 .img a{
	display:block;
	position:relative;
}
.index2 .img a::before{
	position: absolute;
	content: "";
	display: block;
	background: url(../img/bf.png) no-repeat center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.index3{
	padding: 100px 0;
	background: url(../img/index3.png) no-repeat center;
	background-size: cover;
}
.index3 .img{
	position: relative;
	width: 60%;
}
.index3 .img img{
	width:100%;
	height:690px;
}
.index3 .img::before{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	content: "";
	background: url(../img/imgbg.png) no-repeat center;
	height: 196px;
	z-index: 9;
	background-size: cover;
}

.index3 .img p{
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 30px;
	z-index: 9;
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.index3 .txt li{
	background: #fff;
	margin-bottom: 10px;
}
.index3 .txt li a{
	padding: 14px 20px;
}
.index3 .txt{
	width: 36%;
}

.index3 .text h2{
	font-size: 18px;
	font-weight: normal;
}

.index3 .images{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.index3 .text p{
	font-size: 15px;
	color: #707070;
	line-height: 22px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index3 .text{
	float: right;
	width: calc(100% - 125px);
	padding: 15px 0;
}

.index3 .txt li:hover{
	background: #bc0e07;
}

.index3 .txt li:hover .text h2,.index3 .txt li:hover .text p{
	color: #fff;
}

.index3 .txt li:last-child{
	margin-bottom: 0;
}


.index4{
	padding: 80px 0;
	background: #f6f6f6;
}

.index4 li{
	float: left;
	background: #fff;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	border-radius: 10px;
}
.index4 li a{
	padding: 30px 35px;
	display: block;
}

.index4 li h2,.index5 .huigu_p{
	color: #626262;
	font-size: 18px;
	font-weight: normal;
	line-height: 33px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index4 li:nth-child(3n){
	margin-right: 0;
}

.index4 li p{
	font-size: 16px;
	color: #d8a033;
	font-weight: bold;
	margin-top: 10px;
}
.index4 li:hover h2{
	color: #b60007;
	font-weight: bold;
}