@charset"utf-8";

/** @media min-width:981px;
**/
.gray_line {
	height: 0rem;
	font-size: 0;
	margin: 0.21rem auto 0.48rem;
	border-bottom: 0.01rem rgba(0,0,0,0.09) solid;
}
.news_details_banner {
    position: relative;
    width: 100%;
    height: 2.52rem;
    margin-bottom: 0.84rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news_details_banner .banner_word {
    position: relative;
    width: 13.2rem;
    height: 100%;
    color: #fff;
    margin: 0 auto;
}
.news_details_banner .banner_word p {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-25%,-50%);
    width: 50%;
    font-size: 0.68rem;
    /*font-weight: normal;*/
}
.content_body {
	width: 8.20rem;
	height: auto;
	min-height: 9.4rem;
	margin: 0 auto 1.2rem;
	padding-bottom: 0.45rem;
	border-bottom: 0.01rem rgba(0,0,0,0.09) solid;
}

.content_body .first_title {
	font-size: 0.48rem;
	margin-bottom: 0.21rem;
	color: #000000;
	line-height: 0.6rem;
}

.content_body .second_title {
	font-size: 0.18rem;
	line-height: 0.24rem;
	margin: 0.21rem auto 0.21rem;
	color: rgba(0,0,0,0.65);
	font-weight: normal;
}