#main {
	margin: 0 auto !important;
	background-color: #f4f4f4;
}

.intro-img {
	display: flex;
	align-items: center;
}
.news-container {
	width: 60em;
	margin: 3em auto;
}
.a-fadeinB2 {
	animation: 1s 0.4s ease-out backwards;
}

.news-top {
	background: #fff;
	padding: 40px 50px;
	margin-top: 40px;
	border-radius: 10px;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.active {
  opacity: 1;
  transform: translateY(0);
}
.pper {
	display: flex;
	justify-content: space-between;
}

.erl {
	overflow: hidden;
	width: 42%;
	display: flex;
	justify-content: center;
}

.erl .img img {
	width: 100%;
	border-radius: 10px;
}
.erl .img video{
	height: 330px;
}

.err {
	width: 52.5%;
}

.err .ri {
	color: #3b82c2;
	font-weight: bold;
	font-size: 16px;
}

.r1a {
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.3;
	margin-top: 13px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.rib {
	color: #666;
	line-height: 1.6;
	margin-top: 14px;
	margin-bottom: 20px;
	font-size: 17px;
}

.gyljgdj a {
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	padding: 14px 35px 15px 37px;
	border: 1px solid #999999;
	position: relative;
	transition: all .5s;
}

.gyljgdj a:hover{
	color: white;
	background-color: rgb(15, 46, 159);
}

.news-buttom {
	margin-top: 15px;
}
.news-buttom ul{
	padding-left: 0;
}
.news-buttom ul li {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	list-style: none;
}

.news-buttom ul li a {
	display: block;
	padding: 30px 50px 30px 50px;
}

.more{
	margin: 3em auto;
	text-align: center;
	color: #666;
	font-size: 18rpx;
}