* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}

.body{
	background: linear-gradient( 180deg, #EDF3FA 0%, #F6F9FE 40%, #F4F8FE 100%);
	padding-top: 0.8rem;
	padding-bottom: 1.2rem;
}



.jieshao_body{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}
.jieshao_txt{
	width: 9.8rem;
}
.jieshao_txt .jieshao_title {
	width: 100%;
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
	margin-bottom: 0.5rem;
}
.jieshao_txt .jieshao_cont{
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}

.jieshao_img{
	width: 3.2rem;
	height: 3.2rem;
	overflow: hidden;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.jieshao_img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.jieshao_img:hover {
	transform:scale(1.1);
}




.view_list .view_item {
	width: 13.2rem;
	height: 3rem;
	background: #FFFFFF;
	box-shadow: 0.03rem 0.03rem 0.08rem 0.01rem rgba(0,0,0,0.1);
	border-radius: 0.15rem;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	margin-bottom: 0.3rem;
	padding: 0.3rem;
	box-sizing: border-box;
	transition: 0.5s;
}
.view_list .view_item .view_time {
	width: 0.72rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	font-weight: 400;
	color: #333333;
}

.view_list .view_item .view_time .time_d {
	font-size: 0.56rem;
	text-align: center;
}

.view_list .view_item .view_time .time_ym {
	font-size: 0.18rem;
	text-align: center;
}


.view_list .view_item .view_more {
    width: 0.52rem;
    height: 0.24rem;
    background: #C4C4C4 url(../img/jiantou2.png) center no-repeat;
    background-size: 0.21rem 0.1rem;
	border-radius: 0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
	margin-top: 0.44rem;
}
.view_list .view_item .view_cn{
	width: 8.4rem;
	margin-left: 0.6rem;
}
.view_list .view_item .view_title {
	font-weight: 400;
	font-size: 0.22rem;
	color: #3D3D3D;
}
.view_list .view_item .view_cont{
	margin-top: 0.3rem;
	padding-top: 0.35rem;
	border-top: 0.01rem solid #DBDBDB;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
} 
.view_list .view_item .view_img{
	position: absolute;
	right: -2rem;
	top: 0.3rem;
	width: 3.8rem;
	height: 2.4rem;
	overflow: hidden;
	border-radius: 0.15rem;
	box-shadow: 0.03rem 0.03rem 0.08rem 0.01rem rgba(0,0,0,0.1);
	transition: 0.5s;
}
.view_list .view_item .view_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.view_list .view_item:hover{
	width: 100%;
	transition: 0.5s;
}
.view_list .view_item:hover .view_more {
	background: #23478C url(../img/jiantou.png) center no-repeat;
}
.view_list .view_item:hover .view_title{
	color: #23478C;
	font-weight: bold;
}
.view_list .view_item:hover .view_img{
	right: 0.3rem;
	transition: 0.5s;
	box-shadow: none;
}


.body .page_box{
	margin-bottom: 0;
}




