.news_detail{

}
.news_detail .news_icon{
	display: flex;
	margin-bottom: 1rem;
	justify-content: end;
}
.news_detail .news_icon img{
	max-width: 200px;
}
.news_detail .news_img{
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.news_detail .news_img img{
	border-radius: 10px;
	max-height: 450px;
}
.news_detail .news_text{
	margin-bottom: 1rem;
	font-size: 20px;
	line-height: 28px;
}
.news_detail .news_text p{
	clear: both;
}
.news_detail.news_detail_cn .news_text{
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 6px;
	text-indent:1rem;
}
.news_detail.news_detail_cn .news_text p{
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 6px;
	text-indent:1rem;
}
.img_to_text {
	display: flex;
	clear: both;
}
.img_to_text.img_to_text_1 {
    justify-content: center;
}
.img_to_text.img_to_text_3 {
	justify-content: space-between;
}
.img_to_text img{
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.img_to_text.img_to_text_1 img{
    width: 80%;
	height: 335px;
}
.img_to_text.img_to_text_3 img{
	width: calc(100% / 3 - 2rem);
	height: 237px;
}
.img_to_text.img_to_text_left{
	float: left;
	width: 25%;
	margin-right: 2rem;
}
.img_to_text.img_to_text_left img{
	width: 100%;
	height: 195px;
}
.img_to_text.img_to_text_right{
	float: right;
	width: 25%;
	margin-left: 2rem;
}
.img_to_text.img_to_text_right img{
	width: 100%;
	height: 195px;
}
.news_imgs{
	margin-bottom: 2rem;
}
.news_imgs .column{

}
.news_imgs .column a{
	border-radius: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
}
.news_detail .files_block{
	margin-bottom: 2rem;
}
.news_detail .files_block .files_list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.news_detail .files_block .files_list .files_item{
	margin-bottom: 1rem;
}
.news_detail .files_block .files_list .files_item:nth-last-child(1){
	margin-bottom: 0;
}
.news_detail .files_block .files_list .files_item a{
	display: flex;
	align-items: flex-start;
}
.news_detail .files_block .files_list .files_item i{
	font-size: 40px;
	margin-right: 1rem;
}
.news_detail .files_block .files_list .files_item span{

}
.news_other_block{
	margin-bottom: 2rem;
	border-radius: 1rem;
	transition: 0.5s ease;
	box-shadow: 0 0 15px rgb(0 0 0 / 4%), 0 0 8px rgb(0 0 0 / 12%);
}
.news_other_block:hover{
	box-shadow: 0 0 15px rgb(0 0 0 / 12%), 0 0 8px rgb(0 0 0 / 24%);
}
.news_other_block .news_other_img{
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	overflow: hidden;
}
.news_other_block .news_other_img img{
    display: block;
    object-fit: cover;
    height: 230px;
    width: 100%;
}
.news_other_block .news_other_title{
	padding: 1rem;
}
.news_other_block .news_other_title a{
    line-height: 22px;
    font-size: 16px;
}
@media(max-width: 767px){
	.img_to_text.img_to_text_3 {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.img_to_text.img_to_text_3 img{
		width: calc(100% / 2 - 2rem);
	}
}