* {
	margin: 0;
	padding: 0;
}

body {
	background: #F8FBFF;
}


.body{
	margin-top: 1.05rem;
	margin-bottom: 1.08rem;
}
.body .body_view{
	display: flex;
	justify-content: space-between;
}



.body_view .body_fl{
	width: 11.5rem;
}
.body_view .title{
	font-weight: bold;
	font-size: 0.35rem;
	color: #000000;
	line-height: 0.55rem;
	text-align: center;
	margin-bottom: 0.37rem;
}
.body_view .body_txt,
.body_view .body_txt .body_time,
.body_view .body_txt .body_num{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #727272;
	line-height: 0.35rem;
}
.body_view .body_txt .body_time{
	margin-right: 0.7rem;
}
.body_view .body_txt .body_time i{
	width: 0.21rem;
	height: 0.21rem;
	background: url(../img/view_time.png) center no-repeat;
	background-size: cover;
	margin-right: 0.08rem;
}
.body_view .body_txt .body_num i{
	width: 0.21rem;
	height: 0.13rem;
	background: url(../img/view_num.png) center no-repeat;
	background-size: cover;
	margin-right: 0.08rem;
}
.body_view .body_hr{
	width: 100%;
	height: 0rem;
	border-bottom: 0.01rem solid #D8D8D8;
	margin-bottom: 0.37rem;
	margin-top: 0.45rem;
}

.body_view .body_content{
	padding-bottom: 0.3rem;
	box-sizing: border-box;
	border-bottom: 0.01rem solid #D8D8D8;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.35rem;
}
.body_view .body_content p{
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.35rem;
	margin-bottom: 0.36rem;
}
.body_view .body_content img{
	max-width: 9.5rem;
	height: auto;
	margin: 0 auto;
}


.body_view .next_pre{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.39rem;
}
.body_view .next_pre .next_list{
	width: calc(100% - 1.8rem);
}
.body_view .next_pre .next_list a{
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	margin-bottom: 0.13rem;
	cursor: pointer;
	display: block;
}
.body_view .next_pre .next_list a:last-child{
	margin-bottom: 0;
}
.body_view .next_pre .next_list a:hover{
	color: #004097;
}
.body_view .next_pre .notice_more{
	width: 1.6rem;
	height: 0.5rem;
	background: #C91420;
	border-radius: 0.05rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.body_view .next_pre .notice_more i{
	width: 0.18rem;
	height: 0.16rem;
	background: url(../img/notice_more.png) center no-repeat;
	background-size: cover;
	margin-left: 0.15rem;
}



.body_view .body_fr{
	width: 3.39rem;
	border-left: 0.01rem solid #E5E5E5;
	padding-left: 0.26rem;
	box-sizing: border-box;
}
.body_view .body_fr .class_name{
	font-weight: bold;
	font-size: 0.25rem;
	color: #000000;
}
.body_item{
	margin-top: 0.33rem;
	width: 100%;
	cursor: pointer;
}
.body_item .body_time{
	width: 1rem;
	height: 0.26rem;
	line-height: 0.26rem;
	text-align: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	border: 0.01rem solid #B7B7B7;
	border-radius: 0.04rem;
	position: relative;
}
.body_item .body_time::before{
	content: "";
	position: absolute;
	width: 0.07rem;
	height: 0.07rem;
	background: #B7B7B7;
	border-radius: 50%;
	top: 0.09rem;
	left: -0.31rem;
}

.body_item .body_title{
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.25rem;
	margin-top: 0.16rem;
}
.body_item:hover .body_time{
	background-color: #C91420;
	color: #fff;
}
.body_item:hover .body_time::before{
	background: #C91420;
}
.body_item:hover .body_title{
	color: #004097;
}



@media screen and (max-width:1024px){
    .body_view .body_fl{
        width: 95%;
        margin: 20px auto;
    }
    .body_view .body_txt, .body_view .body_txt .body_time, 
    .body_view .body_txt .body_num{
        font-size: 14px;
    }
    .body_view .body_hr{
        width: 100%;
    }
    .body_view .body_content p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .body_view .body_fr{
        display: none;
    }
    .body_view .next_pre .next_list a{
        font-size: 14px;
    }
    .body_view .next_pre .notice_more{
        font-size: 14px;
    }
}





