﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
.news-banner-container .desc {
	font-size: 24px;
	line-height: 28px
}

.news-container {
	width: 100%;
	padding: 40px 0;
	background: #fbfbfc
}

.news-container .tabs {
	margin: 0 auto 40px
}

.news-container .tabs .tabs-wrap {
	display: flex;
	justify-content: center
}

.news-container .tabs .tab {
	width: 180px;
	height: 49px;
	text-align: center;
	font-size: 18px;
	line-height: 49px;
	margin-right: 16px;
	transition: all .3s;
	cursor: pointer;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #2d2d2d;
	background: rgba(14, 87, 162, .05);
	border: 1px solid rgba(14, 87, 162, .2)
}

.news-container .tabs .tab:last-child {
	margin-right: 0
}

.news-container .tabs .tab.active {
	background: #0e57a2;
	color: #fff
}

.news-container .news-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 40px;
	background: transparent;
	box-shadow: 0 4px 13px 0 rgba(164, 164, 166, .05);
	width: 1240px;
	margin: 0 auto
}

.news-container .news-wrap .news-item:nth-child(2n),
.news-container .news-wrap .news-item:nth-child(2n-1) {
	display: inline-block;
	background: #f1f7ff;
	border-radius: 1px;
	width: 100%;
	display: flex;
	padding: 40px;
   margin-bottom:35px;
}

.news-container .news-wrap .news-item .pic-wrap {
	width: 330px;
	height: 224px;
	margin-right: 40px
}

.news-container .news-wrap .news-item .pic {
	-o-object-fit: cover;
	object-fit: cover;
	width: 330px;
	height: 224px;
	margin-right: 40px;
   border-radius: 8px;
}

.news-container .news-wrap .news-video .pic {
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.news-container .news-wrap .news-video .video_start img {
	height: 60px;
	width: 60px !important
}

.news-container .news-wrap .news-item .pic img {
	width: 100%
}
.news-container .news-wrap .news-item .content{
	width:100%
}
.news-container .news-wrap .news-item .content .title {
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	line-height: 30px;
	margin-bottom: 12px
}
.news-container .news-wrap .news-item:hover{
	box-shadow: 0 10px 30px rgba(179,205,232,.5);
}
.news-container .news-wrap .news-item .content .desc {
	font-size: 14px;
	color: #777;
	line-height: 24px;
	margin-bottom: 60px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 70px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300
}

.news-container .news-wrap .news-item .content .bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.news-container .news-wrap .news-item .content .tags{
    padding: 0 12px;
    font-size: 14px;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    vertical-align: top;
    border: 1px #5A8DC4 solid;
    border-radius: 8px;
    color: #2665a7;
}
.news-container .news-wrap .news-item .content .tags .tag {

}

.news-container .news-wrap .news-item .content .date {
	margin-bottom: 12px;
	height: 30px;
	font-size: 16px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #777;
	line-height: 30px
}

.hideList,
.news-container .news-wrap .news-item .content .tags i {
	
}

.news-container .pagination {
	display: flex;
	justify-content: center;
	font-size: 14px;
	margin: 40px auto 0px
}

.news-container .pagination .pagination-item {
	margin-right: 16px;
	width: 30px;
	height: 30px;
	background: #f2f3f5;
	font-size: 14px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #777;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 8px
}

.news-container .pagination .pagination-item .pagination-next,
.news-container .pagination .pagination-item .pagination-prev {
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-image: url(//filecdn.ify.cn/skin/mrfa10396/img/prev.news.png);
	width: 100%;
	height: 100%
}

.news-container .pagination .pagination-item .pagination-next {
	background-image: url(//filecdn.ify.cn/skin/mrfa10396/img/next.news.png)
}

.news-container .pagination .pagination-quick::before {
	content: "···"
}

.news-container .pagination .pagination-item:last-child {
	margin-right: 0
}

.news-container .pagination .pagination-item.disabled {
	color: #d3d3d3
}

.news-container .pagination .pagination-item.active {
	background-color: #0e57a2;
	color: #fff
}

@media (hover:hover) {

	.news-container .news-wrap .news-item:hover .content .title,
	.news-container .tabs .tab:hover {
		color: #0e57a2
	}

	.news-container .tabs .active:hover {
		color: #fff
	}

	.news-container .pagination .pagination-item:hover {
		background-color: #0e57a2;
		color: #fff
	}

	.news-container .pagination .pagination-item:hover .pagination-prev {
		background-image: url(//filecdn.ify.cn/skin/mrfa10396/img/prev-active.news.png)
	}

	.news-container .pagination .pagination-item:hover .pagination-next {
		background-image: url(//filecdn.ify.cn/skin/mrfa10396/img/next-active.news.png)
	}

	.news-container .pagination .pagination-quick-next:hover::before {
		content: ">>"
	}

	.news-container .pagination .pagination-quick-prev:hover::before {
		content: "<<"
	}
}

.about_megvii-video-modal,
.about_megvii-video-modal .mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 102
}

.about_megvii-video-modal .mask {
	background: #000;
	opacity: .7
}

.about_megvii-video-modal .video-container {
	z-index: 103;
	width: 66.71875vw;
	min-width: 615px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.about_megvii-video-modal .video-player-box {
	position: relative
}

.about_megvii-video-modal .video-container .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	cursor: pointer
}

.about_megvii-video-modal .video-player-box .video-js {
	font-size: 10px;
	color: #fff;
	width: 66.71875vw;
	min-width: 615px;
	height: 37.5vw;
	min-height: 345.75px
}

.about_megvii-video-modal .video-player-box .video-js * {
	outline: 0
}

.about_megvii-video-modal .video-player-box .video-js .vjs-big-play-button {
	text-align: center;
	font-size: 8em;
	height: 8em;
	width: 8em;
	border: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	left: 0;
	right: 0;
	margin: auto;
	top: 28.75em;
	line-height: 8em
}

.about_megvii-video-modal .video-player-box .video-js .vjs-control-bar {
	background-color: transparent
}

.about_megvii-video-modal .video-player-box .video-js .vjs-load-progress,
.about_megvii-video-modal .video-player-box .video-js .vjs-slider,
.about_megvii-video-modal .video-player-box .video-js .vjs-slider-bar,
.about_megvii-video-modal .video-player-box .video-js .vjs-volume-level {
	height: 2px;
	background: #fff
}

.about_megvii-video-modal .video-player-box .video-js .vjs-slider {
	opacity: .4
}

.about_megvii-video-modal .video-player-box .video-js .vjs-load-progress:before {
	font-size: .5em
}

.about_megvii-video-modal .video-player-box .video-js .vjs-slider:hover {
	opacity: .8
}

@media screen and (max-width:767px) {
	.news-banner-container {
		width: 100vw;
		height: 2.4rem;
		margin-top: .48rem;
		padding-top: 1.04rem;
		background-position: center;
		background-image: url(//filecdn.ify.cn/skin/mrfa10396/img/banner-mobile.news.png)
	}

	.news-banner-container .title {
		font-size: .24rem;
		font-family: PingFangSC-Light, PingFang SC;
		font-weight: 300;
		color: #fff;
		line-height: .33rem;
		height: .33rem
	}

	.news-banner-container .desc {
		font-size: .14rem;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #fff;
		line-height: .2rem
	}

	.news-container {
		background-color: #fff;
		padding: 0
	}

	.news-container .tabs {
		display: block;
		margin: 0;
		height: .4rem;
		width: 100vw;
		position: relative
	}

	.news-container .tabs .tabs-wrap {
		width: 100vw;
		overflow-x: scroll;
		white-space: nowrap;
		position: relative;
		display: block;
      background: #ecf2f8;
	}

	.news-container .tabs::after {
		position: absolute;
		top: 0;
		right: 0;
		content: "";
		width: .63rem;
		height: .4rem;
		pointer-events: none;
		background: linear-gradient(270deg, #cfddec 0, #d4e1ee 18%, rgba(236, 242, 248, 0) 100%)
	}

	.news-container .tabs .tab {
		width: 1.04rem;
		height: .4rem;
		line-height: .4rem;
		margin: 0;
		border: 0;
		font-size: .14rem;
		color: #2d2d2d;
		background: #ecf2f8;
		position: relative;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
		font-family: PingFangSC-Light, PingFang SC;
		font-weight: 300
	}

	.news-container .tabs .tab:not(:last-of-type)::after {
		position: absolute;
		right: 0;
		margin-top: .06rem;
		content: "";
		width: 1px;
		height: .28rem;
		background: #cfddec
	}

	.news-container .tabs .tab.active {
		border: 0
	}

	.news-container .tabs .tab.active::after {
		width: 0
	}

	.news-container .news-wrap {
		padding: .24rem;
		background: #fff;
		margin: 0;
		width: 100%
	}

	.news-container .news-wrap .news-item {
		width: 100%;
		height: auto !important;
		padding-bottom: .24rem !important;
		padding-top: 0 !important;
		display: flex;
		flex-direction: column;
		background: 0 0;
		border-radius: 1px;
		margin-bottom: .24rem !important;
		border-bottom: 1px solid rgba(126, 126, 126, .15) !important
	}

	.news-container .news-wrap .news-item .pic,
	.news-container .news-wrap .news-item .pic-wrap {
		width: 3.27rem;
		height: 2.22rem;
		margin-right: 0
	}

	.news-container .news-wrap .news-item .pic {
		min-width: initial;
		max-width: initial
	}

	.news-container .news-wrap .news-video .pic {
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer
	}

	.news-container .news-wrap .news-video .video_start img {
		height: .48rem;
		width: .48rem !important
	}

	.news-container .news-wrap .news-item .content .date {
		font-size: .12rem;
		font-family: PingFangSC-Light, PingFang SC;
		font-weight: 300;
		color: #777;
		line-height: 17px;
		height: 17px;
		margin-top: .08rem;
		margin-bottom: .12rem
	}

	.news-container .news-wrap .news-item .content .desc,
	.news-container .news-wrap .news-item .content .title {
		font-size: .14rem;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #000;
		line-height: .2rem;
		margin-bottom: .12rem
	}

	.news-container .news-wrap .news-item .content .desc {
		font-size: .12rem;
		color: #777;
		height: .4rem;
		margin-bottom: .24rem
	}

	.news-container .news-wrap .news-item .content .tags {
		line-height: .21rem;
		position: relative
	}

	.news-container .news-wrap .news-item .content .tags .tag {
		padding: 0 .12rem;
		font-size: .12rem;
		color: #777;
		background: #f8f8f8;
		font-family: PingFangSC-Light, PingFang SC;
		font-weight: 300;
		margin-right: .12rem;
		line-height: .21rem;
		height: .21rem;
		display: inline-block
	}

	.news-container .news-wrap .news-item .content .tags i {
		display: none;
		position: absolute;
		right: 0;
		top: .07rem;
		color: #666;
		font-size: .12rem
	}

	.news-container .pagination {
		margin: 0 auto .24rem
	}

	.news-container .pagination .pagination-item {
		margin-right: .14rem;
		width: .24rem;
		height: .24rem;
		background: #f2f3f5;
		color: #777;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: .14rem;
		font-family: PingFangSC-Light, PingFang SC;
		font-weight: 300;
		padding: .05rem
	}

	.news-container .tabs .tab-en {
		font-size: .13rem;
		line-height: .16rem
	}

	.news-container .news-wrap .news-item .content .tags-en {
		display: flex;
		flex-wrap: wrap
	}

	.news-container .news-wrap .news-item .content .tags .tag-en {
		margin-bottom: .08rem
	}

	.news-banner-container-en {
		padding-top: .44rem;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.news-banner-container .title-en {
		margin: 0
	}

	.about_megvii-video-modal .video-player-box .video-js {
		font-size: .05rem;
		width: .32rem;
		width: 100vw;
		min-width: initial;
		height: 2.5rem;
		min-height: initial
	}

	.about_megvii-video-modal .video-container {
		width: 100vw;
		min-width: initial
	}

	.about_megvii-video-modal .video-container .close {
		top: -.2rem;
		right: 0
	}

	.news-container .scrollNav {
		position: fixed;
		left: 0;
		top: .48rem;
		z-index: 999
	}

	.scrollNews {
		margin-top: .4rem !important
	}
}

.news-pdf {
	cursor: pointer
}