.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;
	box-shadow: 0 0 0.5rem 0.01rem rgba(0,0,0,0.1);
	    border-radius: 0.1rem;
	    margin-top: 0.3rem;
}
.scope_one{
	width: 100%;
	border-bottom: 0.01rem solid #ccc;
	display: block;
	overflow: hidden;
	padding: 0.24rem 0;
}
.mobileTime{
	display: none;
}
.scope_one:hover{
	background: #ED4B22;
}
.scope_one:hover .scope_subscript{
	color: #FFFFFF;
}
.scope_one:hover .scope_title{
	color: #FFFFFF;
}
.scope_subscript{
	font-size: 0.24rem;
	font-weight: bold;
	color: #333333;
	float: left;
	width: 0.5rem;
	text-align: center;
}
.scope_title{
	font-size: 0.22rem;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 75%;
}
.scope_time{
	float: right;
	    font-size: 0.22rem;
	    font-weight: 400;
	    color: #ccc;
		margin-right: 0.1rem;
}
.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;
}









.information {
	width: 4.45rem;
	height: 5.9rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	float: left;
	border-right: 0.01rem solid #ededed;
	margin-right: 0.45rem;
	    margin-bottom: 0.45rem;
	box-shadow: 0rem 0rem 10px 1px #E6E6E6;
}

.information:nth-child(3n){
	border: 0;
	margin-right: 0;
}

.information_img {
	width: 100%;
	height: 4.4rem;
	overflow: hidden;
}

.information_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s ease;
}
.information_img video {
	width: 100%;
	height: 100%;
}

.information:hover .information_img img {
	transform: scale(1.1);
}

.information_message {
	padding: 0.3rem 0.3rem 0.23rem;
	overflow: hidden;
}
.information_message img{
	height: 0.5rem;
	width: 0.5rem;
	margin-right: 0.11rem;
	border-radius: 50%;
	float: left;
}
.information_message .information_text{
	overflow: hidden;
}
.information_message .information_text .information_name{
	font-size: 0.16rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.11rem;
}
.information_message .information_text .information_company{
	font-size: 0.14rem;
	font-weight: 400;
	color: #999999;
}

.information_abstract {
	height: 0.78rem;
	font-size: 0.14rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.26rem;
	padding: 0 0.3rem;
	margin-bottom: 0.25rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.information_read {
	width: 2rem;
	height: 0.42rem;
	background: #F6F9FB;
	border-radius: 0.03rem;
	font-size: 0.14rem;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 0.42rem;
	text-align: center;
	margin: 0 auto;
}





.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: 90%;
		padding: 20px;
		margin: 0.3rem auto 0;
	}
	.scope_content{
		padding: 30px 5px;
	}
	.scope_img{
		height: 130px;
	}
	.pcTime{
		display: none;
	}
	.mobileTime{
		display: block;
	}
	.scope_title{
		width: 85%;
	}
	.scope_time{
		float: left;
		margin-top: 0.1rem;
	}
	.viewMore{
		width: 130px;
		    margin: 18px auto 0;
		    height: 30px;
		    line-height: 30px;
		    font-size: 14px;
	}
	.viewMore:hover{
		color: #ED4B22;
		background: #FFFFFF;
	}
	
	
	.information{
		width: 48%;
		margin-right: 4%;
	}
	.information:nth-child(3n){
		margin-right: 4%;
	}
	.information:nth-child(2n){
		margin-right: 0;
	}
	
}
