@charset "utf-8";

.index1{
	margin: 35px 0;
}

.index1 .news-lb{
	float: left;
	width: 55%;
}
.index1 .slider{
	position: relative;
}
.index1 .slider img{
	width: 100%;
	height: 475px;
}
.index1 .slider .text{
	position: absolute;
	bottom: 0;
	background: rgba(37,39,92,0.8);
	width: 100%;
}
.index1 .slider .text span{
	position: absolute;
	width: 100px;
	height: 36px;
	background: #e60012;
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	bottom: 80px;
	left: 40px;
}
.index1 .slider .text p{
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	text-indent: 40px;
	width: 85%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 60px;
}
.news-lb .slick-dots{
	width: 70px;
	left: auto;
	right: 12px;
}
.news-list{
	width: 42%;
	border-top: 3px solid #0087cf;
	padding: 0 30px 0;
	box-shadow: 0 0 59px 0 rgba(0,0,0,0.08);
	height: 475px;
}

.title{
	border-bottom: 1px solid #eaeaea;
}
.title h2{
	font-size: 23px;
	color: #0066cf;
	line-height: 70px;
	float: left;
}
.title a{
	float: right;
	font-size: 14px;
	color: #717171;
	width: 55px;
	height: 29px;
	border: 1px solid #afafaf;
	text-align: center;
	border-radius: 5px;
	margin-top: 18px;
	line-height: 29px;
}

.news-list li span{
	width: 53px;
	height: 26px;
	background: #e8f3f9;
	display: block;
	color: #0061d8;
	text-align: center;
	line-height: 26px;
	float: left;
	margin-top: 5px;
	transition: all 0.5s;
}
.news-list li {
	line-height: 33px;
	margin-top: 20px;
}
.news-list li a{
	float: right;
	font-size: 16px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 80px);
}
.news-list li:hover span{
	background: #0087ce;
	color: #fff;
}
.news-list li:hover a{
	color: #0089d7;
	text-decoration: underline;
}

.index2{
	margin-bottom: 40px;
}
.index3 .dome{
	padding: 0 30px 15px;
	box-shadow: 0 0 59px 0 rgba(0,0,0,0.08);
	width: 49%;
	border-top: 3px solid #0087cf;
}
.index3 .dome:last-child{
	margin-left: 2%;
}

.title a:hover{
	background: #0087cf;
	color: #fff;
	border: 1px solid #0087cf;
}
.index3 {
	margin-bottom: 40px;
}
.index3 .dome .first .img{
	float: left;
	width: 50%;
	height: 180px;
}
.index3 .dome .first .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.index3 .dome .first .text{
	float: right;
	width: 50%;
	padding-left: 25px;
}
.index3 .dome .first{
	margin: 30px 0;
}
.index3 .dome .first h2{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
}
.index3 .dome .first p{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 15px 0;
	line-height: 30px;
	font-size: 14px;
	color: #6f6f6f;
	height: 60px;
}
.index3 .dome .first span{
	font-size: 16px;
	color: #0066cf;
}
.index3 .dome li span{
	float: right;
	color: #3685e7;
}
.index3 .dome li a{
	font-size: 16px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.index3 .dome li{
	position: relative;
	padding-left: 20px;
	line-height: 52px;
}
.index3 .dome li::after{
	width: 6px;
	height: 6px;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #0066cf;
	border-radius: 50%;
}

.index4{
	background: url(../img/index4bg.png) no-repeat center center;
	background-size: cover;
	padding: 40px 0 90px;
}
.index4 .tit{
	float: left;
	margin-bottom: 35px;
}
.index4 .tit h2{
	font-size: 23px;
	color: #000;
	margin-bottom: 20px;
}
.index4 .tit p{
	font-size: 16px;
	color: #5d5d5d;
}
.index4 .icon{
	float: right;
}

.index4 .icon li{
	float: left;
	margin-left: 22px;
	position: relative;
}

.index4 .icon li .hide-img{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100px;
	top: 65px;
	left: -18px;
	transition: all 0.5s;
	z-index: 9999;
}
.index4 .icon li:hover .hide-img{
	opacity: 1;
	visibility: visible;
}

.index4 .list li{
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 30px;
	background: #fff;
	margin-top: 30px;
}
.index4 .list li:nth-child(3n){
	margin-right: 0;
}
.index4 .list li .img{
	float: left;
	width: 53%;
	position: relative;
}
.index4 .list li .text{
	float:right;
	width: 40%;
}
.index4 .list li .text h2{
	font-weight: normal;
	font-size: 16px;
	color: #5f5f5f;
	line-height: 32px;
	margin: 8px 0 20px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
}
.index4 .list li .img img{
	width: 100%;
	height: 140px;
}
.index4 .list li .text p{
	font-size: 16px;
	color: #5f5f5f;
}
.index4 .list li .img .i{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -16px;
	width: 33px;
	height: auto;
}
