﻿.news {
	width: 100%;
	max-width: 1920px;
	min-width: 1300px;
	height: 850px;
	overflow: hidden;
	position: relative;
}

.news .news-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 1300px;
	height: 650px;
	margin: 0 auto;
}

.news .news-box .news-box-r1 {
	width: 700px;
	height: 650px;
	background: url(../images/news-bg-2.png) left bottom no-repeat;
	background-size: auto 500px;
}

.news .news-box .news-box-r1 h2 {
	font-size: 42px;
	color: #303030;
	font-weight: bolder;
	line-height: normal;
}

.news .news-box .news-box-r1 h2 span {
	font-size: 24px;
	color: #fa3534;
	margin-left: 10px;
}

.news .news-box .news-box-r1 .news-r1-c1 {
	width: 480px;
	height: auto;
	margin-left: 80px;
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 480px;
	height: 360px;
	position: relative;
	overflow: hidden;
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b1::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	width: 120px;
	height: 90px;
	border-bottom: 3px solid #FFF;
	border-left: 3px solid #FFF;
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b1::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	content: '';
	width: 240px;
	height: 180px;
	border-top: 3px solid #2979ff;
	border-right: 3px solid #2979ff;
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b1 .r1-b1-box {
	width: 440px;
	height: 330px;
	overflow: hidden;
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b1 .r1-c1-img {
	display: block;
	width: 440px;
	height: 330px;
	vertical-align: middle;
	transition: all 1s ease 0s;
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b1:hover .r1-c1-img {
	position: relative;
	overflow: hidden;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b2 {
	width: 480px;
	padding: 20px 20px 20px 0;
	overflow: hidden;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(3, 114, 172, .6));
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b2:hover {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, .6));
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b2 h2 {
	margin-bottom: 10px;
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b2 h2 a {
	width: 100%;
	font-size: 16px;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b2 p {
	font-size: 14px;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .news-box .news-box-r1 .news-r1-c1 .r1-c1-b3 {
	width: 100%;
	padding-top: 10px;
	font-size: 12px;
	color: #f1f1f1;
}

.news .news-box .news-box-r2 {
	width: 600px;
	height: 650px;
}

.news .news-box .news-box-r2 .news-r2-c1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 75px;
}

.news .news-box .news-box-r2 .news-r2-c1 .r2-c1-box.bg-1 {
	background: url(../images/news-bg-4.png) no-repeat;
}

.news .news-box .news-box-r2 .news-r2-c1 .r2-c1-box.bg-2 {
	background: url(../images/news-bg-3.png) no-repeat;
}

.news .news-box .news-box-r2 .news-r2-c1 .r2-c1-box {
	width: 160px;
	height: 75px;
	margin-right: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
}

.news .news-box .news-box-r2 .news-r2-c1 .r2-c1-box:last-child {
	margin-right: 0;
}

.news .news-box .news-box-r2 .news-r2-c1 .r2-c1-box a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 18px;
	position: relative;
}

.news .news-box .news-box-r2 .news-r2-c1 .r2-c1-box a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 37px;
	border: 1px solid #FFF;
	border-width: 0 1px 1px 0;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.news .news-box .news-box-r2 .news-r2-c2 {
	width: 100%;
	height: 490px;
	overflow: hidden;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 120px;
	position: relative;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box::after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 3px;
	content: '';
	border-bottom: 1px dashed #999;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box .r2-c2-d1 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 90px;
	max-width: 90px;
	min-width: 90px;
	height: 90px;
	flex-shrink: 1;
	background-color: #ed6c00;
	color: #FFF;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box .r2-c2-d1 .span-1 {
	font-size: 32px;
	padding-top: 15px;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box .r2-c2-d1 .span-2 {
	font-size: 12px;
	padding-bottom: 10px;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box .r2-c2-d2 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	height: 90px;
	margin-left: 30px;
	background-color: #FFF;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box .r2-c2-d2 h2 {
	padding-top: 5px;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box .r2-c2-d2 h2 a {
	width: 100%;
	font-size: 14px;
	color: #303030;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box .r2-c2-d2 h2 a:hover {
	color: #2979ff;
}

.news .news-box .news-box-r2 .news-r2-c2 .r2-c2-box .r2-c2-d2 p {
	font-size: 12px;
	color: #646566;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .news-dox {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 100%;
	z-index: 1;
	opacity: .07;
	font-size: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: bgScroll 24s infinite linear;
	animation: bgScroll 24s infinite linear;
	will-change: transform;
}

.news .news-dox .news-dox-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	min-height: 280px;
}

.news .news-dox .news-dox-box .news-dox-item {
	height: 80px;
	margin: 0 50px 50px;
	display: inline-block;
	vertical-align: middle;
	line-height: 80px;
	-webkit-filter: grayscale(100%);
	-webkit-filter: gray;
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.news .news-dox .news-dox-box .news-dox-item.item001 {
	width: 300px;
	height: 57px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: 0px -232px
}

.news .news-dox .news-dox-box .news-dox-item.item002 {
	width: 300px;
	height: 81px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: 0px 0px;
}

.news .news-dox .news-dox-box .news-dox-item.item003 {
	width: 150px;
	height: 57px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: -96px -291px;
}

.news .news-dox .news-dox-box .news-dox-item.item004 {
	width: 300px;
	height: 79px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: 0px -83px;
}

.news .news-dox .news-dox-box .news-dox-item.item005 {
	width: 94px;
	height: 94px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: 0px -291px;
}

.news .news-dox .news-dox-box .news-dox-item.item006 {
	width: 103px;
	height: 55px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: 0px -387px;
}

.news .news-dox .news-dox-box .news-dox-item.item007 {
	width: 220px;
	height: 81px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: -302px 0px;
}

.news .news-dox .news-dox-box .news-dox-item.item008 {
	width: 72px;
	height: 72px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: 0px -444px;
}

.news .news-dox .news-dox-box .news-dox-item.item009 {
	width: 300px;
	height: 66px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: 0px -164px;
}

.news .news-dox .news-dox-box .news-dox-item.item010 {
	width: 216px;
	height: 35px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: -248px -291px;
}

.news .news-dox .news-dox-box .news-dox-item.item011 {
	width: 177px;
	height: 32px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: -96px -350px;
}

.news .news-dox .news-dox-box .news-dox-item.item012 {
	width: 178px;
	height: 53px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: -302px -232px;
}

.news .news-dox .news-dox-box .news-dox-item.item013 {
	width: 200px;
	height: 58px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: -302px -170px;
}

.news .news-dox .news-dox-box .news-dox-item.item014 {
	width: 190px;
	height: 85px;
	background-image: url(https://www.pcasl.com/images/logo-bj.png);
	background-position: -302px -83px;
}

@-webkit-keyframes bgScroll {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%)
	}
}

@keyframes bgScroll {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%)
	}
}
