.banner{
	height: 5.6rem;
	width: 100%;
	position: relative;
}
.banner_title{
	font-size: 0.86rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.96rem;
	position: absolute;
	top: 2.31rem;
	left: 2.62rem;
}
.banner_subtitle{
	font-size: 0.36rem;
	font-weight: bold;
	color: #005FE1;
	line-height: 0.96rem;
	position: absolute;
	top: 3.41rem;
	left: 2.6rem;
}



.scope_cut {
	width: 100%;
	height: 0.8rem;
	background: #F8F9FB;
	overflow: hidden;
	padding: 0 2.6rem;
}

.scope_cut .cut_left {
	float: left;
}

.scope_cut .cut_left .cut_title {
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.8rem;
	float: left;
	margin-right: 1rem;
	cursor: pointer;
	color: #000000;
	position: relative;
}
.scope_cut .cut_left .cut_color {
	color: #005FE1;
}


.scope_cut .cut_left .cut_color::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0.4rem;
	height: 0.04rem;
	background: #005FE1;
}

.scope_cut .cut_left .cut_title:last-child {
	margin-right: 0;
}

.scope_cut .cut_right {
	float: right;
}

.scope_cut .cut_right img {
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.11rem;
	margin-top: 0.32rem;
	float: left;
}

.scope_cut .cut_right .cut_title {
	font-size: 0.16rem;
	font-weight: 400;
	color: #9F9F9F;
	line-height: 0.8rem;
	display: block;
	float: left;
	overflow: hidden;
}





.scope_content {
	width: 100%;
	padding: 0.8rem 2.04rem;
}
.scope_chinese {
	font-size: 0.36rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.22rem;
	text-align: center;
}

.scope_english {
	text-align: center;
	font-size: 0.2rem;
	font-weight: bold;
	color: #CCCCCC;
}
.scope_english p{
	font-size: 0.2rem;
	font-weight: bold;
	color: #CCCCCC;
}
.scope_index{
	width: 15.13rem;
	overflow: hidden;
	padding: 0.44rem;
}
.scope_one{
	width: 4.45rem;
	height: 4.71rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.3rem 0.1rem #E6E6E6;
	float: left;
	margin-right: 0.45rem;
	margin-bottom: 0.45rem;
	overflow: hidden;
}
.scope_one:nth-child(3n){
	margin-right: 0;
}
.scope_img{
	width: 100%;
	height: 3.8rem;
	overflow: hidden;
}
.scope_img img{
	width: 4.4rem;
	height: 4.4rem;
	transition: 1s ease;
	object-fit: cover;
}
.scope_one:hover .scope_img img{
	transform: scale(1.1);
}
.scope_bottom{
	padding: 0 0.31rem ;
}
.scope_one:hover .scope_bottom{
	background: #ED4B22;
}
.scope_one:hover .scope_time{
	color: #FFFFFF;
}
.scope_one:hover .scope_title{
	color: #FFFFFF;
}
.scope_one:hover .scope_abstract{
	color: #FFFFFF;
}
.scope_time{
	font-size: 0.16rem;
	font-weight: 400;
	color: #ED4B22;
	margin-bottom: 0.32rem;
}
.scope_title{
	font-size: 0.22rem;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 0.92rem;
}
.scope_abstract{
	font-size: 0.18rem;
	font-weight: 400;
	color: #999999;
	line-height: 0.28rem;
	height: 0.54rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.viewMore{
	margin: 0.36rem auto 0;
	width: 1.5rem;
	height: 0.5rem;
	border: 1px solid #ED4B22;
	text-align: center;
	font-size: 0.16rem;
	font-weight: 400;
	color: #ED4B22;
	line-height: 0.5rem;
	cursor: pointer;
}
.viewMore:hover{
	color: #FFFFFF;
	background-color: #ED4B22;
}


.headermobile{
	display: none;
}
.banner img{
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1200px) {
	html, body{
		min-width: auto;
	}
	.headermobile{
		display: block;
	}
	.headerpc{
		display: none;
	}
	.banner{
		height: 280px;
		margin-top: 50px;
	}
	.banner_title{
		font-size: 40px;
		    line-height: 48px;
		    top: 100px;
		    left: 0;
		    right: 0;
		    margin: 0 auto;
		    text-align: center;
	}
	.banner_subtitle{
		font-size: 18px;
		line-height: 48px;
		    top: 145px;
		    left: 0;
		    right: 0;
			margin: 0 auto;
		    text-align: center;
	}
	.scope_cut{
		height: 40px;
		padding: 0 25px;
	}
	.scope_cut .cut_left .cut_title{
		font-size: 12px;
		line-height: 40px;
	}
	.scope_cut .cut_right img{
		width: 12px;
		    height: 12px;
		    margin-right: 10px;
		    margin-top: 14px;
	}
	.scope_cut .cut_right .cut_title{
		font-size: 12px;
		line-height: 40px;
	}
	
	.scope_chinese{
		font-size: 24px;
		    margin-bottom: 10px;
	}	
	.scope_english{
		font-size: 16px;
	}
	.scope_index{
		width: 100%;
		padding: 20px;
	}
	.scope_content{
		padding: 30px 5px;
	}
	.scope_one{
		width: 47%;
		height: 168px;
		margin-right: 6%;
	}
	.scope_one:nth-child(3n){
		margin-right: 6%;
	}
	.scope_one:nth-child(2n){
		margin-right: 0;
	}
	.scope_img{
		height: 130px;
	}
	.viewMore{
		width: 130px;
		    margin: 18px auto 0;
		    height: 30px;
		    line-height: 30px;
		    font-size: 14px;
	}
	.viewMore:hover{
		color: #ED4B22;
		background: #FFFFFF;
	}
}