@charset "utf-8";

/* ================================ news ================================ */

.news {
	padding: 0% 4%;
}

/* ================================ news-nav ================================ */

.news .news-nav {
	padding: 3vw 0vw;
}

.news .news-nav h1 {
	display: none;
}

.news .news-nav ul {
}

.news .news-nav ul li {
	float: left;
	margin-left: 2vw;
}
.news .news-nav ul li:first-child {
	margin-left: 0vw;
}

.news .news-nav ul li a {
	color: #666;
	font-size: 1vw;
	font-family: 'OPPOSans-L';
}
.news .news-nav ul li a:hover {
	color: #ff8000;
}
.news .news-nav ul li.chked a {
	color: #ff8000;
}

/* ================================ news-content ================================ */

.news .news-content {
	padding-bottom: 5vw;
}

.news .news-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news .news-content ul li {
	width: 31.3%;
	margin-top: 4%;
}
.news .news-content ul li.index0 {
	margin-top: 0%;
}
.news .news-content ul li.index1 {
	margin-top: 0%;
}
.news .news-content ul li.index2 {
	margin-top: 0%;
}

.news .news-content ul li .img {
	width: 100%;
	padding-top: 56%;
	position: relative;
	background: url(../../res/imgs/loading.gif) 50% 50% no-repeat;
}

.news .news-content ul li .img .main {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.news .news-content ul li .img .main div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.news .news-content ul li .img:hover .main div {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news .news-content ul li .img .mask {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.news .news-content ul li .img:hover .mask {
	opacity: 1;
}

.news .news-content ul li .img .mask a {
	display: block;
	width: 100%;
	height: 100%;
}

.news .news-content ul li .text {
}

.news .news-content ul li .text h1 {
	font-size: 1.1458vw;
	font-family: 'OPPOSans-R';
	font-weight: normal;
	margin-top: 1.5vw;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news-content ul li .text h2 {
	color: #666;
	font-size: 0.9375vw;
	font-family: 'OPPOSans-R';
	font-weight: normal;
	margin-top: 0.5vw;
}

/* ================================ news-bottom ================================ */

.news .news-bottom {
	padding-bottom: 5vw;
}

@media (min-width: 1px) and (max-width: 750px) {
	
	/* ================================ news ================================ */
	
	.news {
		padding: 0% 4%;
		
		padding: 0% 3%;
		padding: 0% 7%;
	}
	
	/* ================================ news-nav ================================ */
	
	.news .news-nav {
		padding: 3vw 0vw;
		
		padding: 3vw 0vw 5vw;
		padding: 5vw 0vw 7vw;
	}
	
	.news .news-nav h1 {
		display: none;
		
		display: block;
		color: #000;
		font-size: 5vw;
		font-size: 4vw;
		font-family: 'OPPOSans-L';
		font-family: 'OPPOSans-R';
		font-weight: normal;
		position: relative;
		padding: 1.5vw 0vw;
		border-bottom: 1px solid #333;
		border-bottom: 1px solid #999;
		cursor: pointer;
	}
	
	.news .news-nav h1 a {
	}
	
	.news .news-nav h1 i {
		width: 0px;
		height: 0px;
		position: absolute;
		top: 15%;
		bottom: 0px;
		right: 0px;
		margin-top: auto;
		margin-bottom: auto;
		border-top: 1.5vw solid #000;
		border-left: 1.5vw solid transparent;
		border-right: 1.5vw solid transparent;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.news .news-nav h1.expand i {
		transform: rotateZ(180deg);
		-o-transform: rotateZ(180deg);
		-ms-transform: rotateZ(180deg);
		-moz-transform: rotateZ(180deg);
		-webkit-transform: rotateZ(180deg);
	}
	
	.news .news-nav ul {
		
		display: none;
	}
	
	.news .news-nav ul li {
		float: left;
		margin-left: 2vw;
		
		width: 33.3%;
		width: 100%;
		margin-left: 0vw;
		/* margin-top: 2vw; */
		padding: 2vw 0vw;
		border-bottom: 1px solid #999;
	}
	.news .news-nav ul li:first-child {
		margin-left: 0vw;
	}
	.news .news-nav ul li.chked {
		border-bottom: 2px solid #ff8000;
	}
	
	.news .news-nav ul li a {
		color: #666;
		font-size: 1vw;
		font-family: 'OPPOSans-L';
		
		display: block;
		color: #000;
		font-size: 4vw;
		font-size: 5vw;
		font-size: 4vw;
		font-family: 'OPPOSans-R';
	}
	.news .news-nav ul li a:hover {
		color: #ff8000;
	}
	.news .news-nav ul li.chked a {
		color: #ff8000;
	}
	
	/* ================================ news-content ================================ */
	
	.news .news-content {
		padding-bottom: 5vw;
		
		padding-bottom: 10vw;
	}
	
	.news .news-content ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.news .news-content ul li {
		width: 31.3%;
		margin-top: 4%;
		
		width: 48.5%;
		margin-top: 3%;
	}
	.news .news-content ul li.index0 {
		margin-top: 0%;
	}
	.news .news-content ul li.index1 {
		margin-top: 0%;
	}
	.news .news-content ul li.index2 {
		margin-top: 0%;
		
		margin-top: 3%;
	}
	
	.news .news-content ul li .img {
		width: 100%;
		padding-top: 56%;
		position: relative;
		background: url(../../res/imgs/loading.gif) 50% 50% no-repeat;
	}
	
	.news .news-content ul li .img .main {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		overflow: hidden;
	}
	
	.news .news-content ul li .img .main div {
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.news .news-content ul li .img:hover .main div {
		transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	
	.news .news-content ul li .img .mask {
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		color: #fff;
		background-color: rgba(0,0,0,0.6);
		cursor: pointer;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.news .news-content ul li .img:hover .mask {
		opacity: 1;
	}
	
	.news .news-content ul li .img .mask a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.news .news-content ul li .text {
	}
	
	.news .news-content ul li .text h1 {
		font-size: 1.1458vw;
		font-family: 'OPPOSans-R';
		font-weight: normal;
		margin-top: 1.5vw;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
		
		font-size: 3vw;
	}
	
	.news .news-content ul li .text h2 {
		color: #666;
		font-size: 0.9375vw;
		font-family: 'OPPOSans-R';
		font-weight: normal;
		margin-top: 0.5vw;
		
		font-size: 2.5vw;
	}
	
	/* ================================ news-bottom ================================ */
	
	.news .news-bottom {
		padding-bottom: 5vw;
		
		padding-bottom: 10vw;
	}
	
}
