.banner{
	height: 5.6rem;
	width: 100%;
}



.scope_cut {
	width: 100%;
	height: 0.8rem;
	background: #FFFFFF;
	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: #005FE1;
	position: relative;
}

.scope_cut .cut_left .cut_title::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;
}




.bottom{
	background: #F8F9FB;
	padding: 0.19rem 0 0.86rem;
	min-height: calc(100vh - 7.1rem);
}
.bottom .middle{
	width: 14rem;
	background: #FFFFFF;
	margin: 0 auto;
	border-top: 0.05rem solid #005FE1;
	padding: 0.5rem 1.25rem 1rem;
}
.middle_top{
	padding-bottom: 0.4rem;
	border-bottom: 0.01rem solid #E6E6E6;
	margin-bottom: 0.72rem;
	overflow: hidden;
}
.middle_top .middle_left{
	float: left;
}
.middle_top .middle_left img{
	height: 0.5rem;
	width: 0.5rem;
	float: left;
	margin-right: 0.11rem;
}
.middle_top .middle_text{
	float: left;
}
.middle_top .middle_text .middle_name{
	font-size: 0.16rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.11rem;
}
.middle_top .middle_text .middle_company{
	font-size: 0.14rem;
	font-weight: 400;
	color: #999999;
}
.middle_top .middle_right {
	float: right;
	font-size: 0.14rem;
	font-weight: 400;
	color: #999999;
	margin-top: 0.3rem;
}
.middle_title{
	font-size: 0.3rem;
	    font-weight: 400;
	    color: #333333;
	    text-align: center;
	    margin-bottom: 0.3rem;
}
.middle_time{
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	margin: 0.2rem 0 0.4rem;
	text-align: center;
}
.content {
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
}
.content img{
	margin: 0 auto;
	    width: 6rem;
	    object-fit: scale-down;
}
.contentCut{
	overflow: hidden;
	margin-top: 0.5rem;
}
.cutValue{
	font-size: 0.2rem;
	font-weight: bold;
	color: #333333;
	width: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.previousPosts{
	float: left;
}
.nextChapter{
	float: right;
	text-align: right;
}









.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;
	}
	.scope_cut{
		height: 40px;
		padding: 0 25px;
		margin-top: 50px;
	}
	.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_cut .cut_right .cut_title:last-child{
		display: none;
	}
	
	.bottom .middle{
		width: 100%;
		padding: 30px 25px;
	}
	.middle_top{
		padding-bottom: 20px;
		    margin-bottom: 36px;
	}
	.middle_top .middle_left img{
		height: 40px;
		    width: 40px;
		    margin-right: 5px;
	}
	.middle_top .middle_text .middle_name{
		font-size: 14px;
		    margin-bottom: 5px;
	}
	.middle_top .middle_text .middle_company{
		font-size: 12px;
	}
	.middle_top .middle_right{
		font-size: 12px;
		    margin-top: 23px;
	}
	.middle_title{
		font-size: 20px;
		    margin-bottom: 15px;
	}
	.content{
		font-size: 12px;
		line-height: 20px;
	}
}