img.img-hover {
	cursor: pointer;
	transition: transform 1.5s ease;
}

img.img-hover:hover {
	transform: scale(1.15);
}

.news {
	width: 100%;
	background: url(../images/threeBg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 220px 0 220px;
}

.overflow {
	overflow: hidden;
}

.fl {
	float: left;
}

.newsMore {
	margin: 40px 8px 0 10px;
	font-size: 15px;
	color: #9E9E9E;
	cursor: pointer;
}

.newsTab {
	margin-top: 27px;
}

.fr {
	float: right;
}

.newsTab li {
	width: 100px;
	height: 45px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	box-sizing: border-box;
	vertical-align: bottom;
	cursor: pointer;
	margin-right: 20px;
	font-weight: 600;
}

.newsChoose {
	background-color: #ff9600;
	color: #fff;
	border-radius: 2em;
}

.newsContent {
	margin-top: 45px;
}

.newsBox {
	display: none;
}

.newsActive {
	display: block;
}

.slideBox1 {
	width: calc(50% - 10px);
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

#thirdSection.active .slideBox1 {
	animation: fadeInLeftBig 1s .2s ease both;
	-webkit-animation: fadeInLeftBig 1s .2s ease both;
	-moz-animation: fadeInLeftBig 1s .2s ease both;
}

.slideBox1 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 12px;
	z-index: 1;
}

.slideBox1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox1 .hd ul li {
	float: left;
	margin-right: 8px;
	width: 9px;
	height: 9px;
	background: #9E9E9E;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox1 .hd ul li.on {
	background: #fff;
}

.slideBox1 .bd1 {
	position: relative;
	height: 100%;
	z-index: 0;
}

.relative {
	position: relative;
}

.slideBox1 .bd1 img {
	width: 100%;
	height: 400px !important;
	display: block;
	transition: 1.5s;
	cursor: pointer;
}

.slideBox1 .bd1 img:hover {
	transform: scale(1.15, 1.15);
}

.newimgZhe {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	width: 100%;
	background-color: rgb(0 0 0 / 55%);
	height: 48px;
	line-height: 48px;
}

.newimgTitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	width: 77%;
	margin-left: 25px;
	font-size: 16px;
}

.newsTwoCon {
	width: calc(50% - 10px);
}

#thirdSection.active .newsTwoCon {
	animation: fadeInRightBig 1s .2s ease both;
	-webkit-animation: fadeInRightBig 1s .2s ease both;
	-moz-animation: fadeInRightBig 1s .2s ease both;
}

.newsTwo {
	width: calc(50% - 10px);
	height: 190px;
	background-color: #fff;
	border-bottom: solid 2px #257FCD;
	padding: 30px;
	box-shadow: 2px 2px 7px 2px #E7E7E7;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: .5s;
}

.newsTwo:nth-child(2n) {
	margin-right: 0;
}

.newsTwoTit {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: inherit;
	line-height: 27px;
	font-size: 18px;
	transition: .5s;
}

.newsTwoTime {
	position: absolute;
	bottom: 30px;
	font-size: 15px;
	color: #8A8A8A;
	transition: .5s;
}

.newsTwo:hover {
	transform: translateY(-10px);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}

.newsTwo:hover .newsTwoTit {
	color: #257FCD;
}

.newsTwo:hover .newsTwoTime {
	color: #257FCD;
}

.newsTwoB {
	margin-top: 22px;
	width: 100%;
}

.newsTwoB ul {
	width: 100%;
}

.newsTwoB li {
	font-size: 18px;
	width: calc(50% - 10px);
	height: 60px;
	border-bottom: solid 1px #D1D1D1;
	padding: 18px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	margin-right: 20px;
	position: relative;
	transition: .5s;
}

.newsTwoB li:nth-child(2n) {
	margin-right: 0;
}

#thirdSection.active .newsTwoB li {
	animation: fadeInBottomBig 1s .2s ease both;
	-webkit-animation: fadeInBottomBig 1s .2s ease both;
	-moz-animation: fadeInBottomBig 1s .2s ease both;
}

.newsTwoB li .date {
	color: #797979;
	position: absolute;
	left: -85px;
	transition: .5s;
}

.newsTwoB li .title {
	position: absolute;
	left: 0;
	transition: .5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 24px;
}

.newsTwoB li:hover {
	border-color: #257FCD;
}

.newsTwoB li:hover .date {
	left: 0;
}

.newsTwoB li:hover .title {
	left: 80px;
	color: #257FCD;
}
.part3-box {
    position: relative;
    height: 331px;
    margin: 0 20px;
    padding: 20px 0;
    overflow: hidden;
}
.part3-box ul {
    position: absolute;
    left: 0;
    top: 20px;
    display: flex;
}
.part3-box ul li {
    width: 394px;
    padding: 0 4px;
}
.part3-box ul a {
    position: relative;
    display: block;
}
.part3-box ul i {
    display: block;
    border: 3px solid #bfbfbf;
}
.part3-box ul p {
    position: absolute;
    z-index: 10;
    left: 3px;
    bottom: 3px;
    width: 380px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
}
.part3-box ul i img {
    width: 100%;
}