.img_to_text.img_to_text_slider.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;
	text-align: justify;
}
.news_detail .news_text .key{
	position: relative;
	padding: 4rem 0;
	margin: 2rem 0;
}
.news_detail .news_text .key:before{
	position: absolute;
	content: '';
	width: 300vw;
	left: -100vw;
	top: 0;
	height: 100%;
	/*background-color: #eee;*/
	z-index: -1;
}
.news_detail .news_text .key .key_inner{
    font-size: 24px;
    width: 80%;
    margin: auto;
    line-height: 34px;
}
.news_detail .news_text .key .key_inner:before,
.news_detail .news_text .key .key_inner:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0;
}
.news_detail .news_text .key .key_inner:before{
	top: 2rem;
}
.news_detail .news_text .key .key_inner:after{
	bottom: 2rem;
}
.news_detail .news_text .minilid{
	width: 80%;
	margin: 0 auto;
}
.news_detail .news_text .lid{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 3rem 0;
}
.news_detail .news_text .lid:before{
	position: absolute;
	content: '';
	width: 300vw;
	height: 100%;
	background-color: #eee;
    z-index: -1;
    left: -100vw;
    top: 0;
}
.news_detail .news_text .minilid p,
.news_detail .news_text .lid p{
	margin: 0;
}
.news_detail .news_text .minilid *{
	font-style: italic;
	text-align: center;
}
.news_detail .slick-prev,
.news_detail .slick-next{

}
.news_detail .slick-prev{
	left: -2rem;
}
.news_detail .slick-next{
	right: -2rem;
}
.news_detail .author{
	text-align: center;
	margin-top: 3rem;
}
.news_detail .author_inner{

}
.news_detail .author_img{
	border-radius: 50%;
	width: 200px;
	margin-bottom: 1rem;
}
.news_detail .author_name{
	font-size: 22px;
}


.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_main{

}
.img_to_text.img_to_text_main img{
    width: 100%;
}
.img_to_text.img_to_text_1 {
    justify-content: center;
}
.img_to_text.img_to_text_2 {
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.img_to_text.img_to_text_3 {
	justify-content: space-between;
}
.img_to_text.img_to_text_slider{

}
.img_to_text img{
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.img_to_text.img_to_text_1 img{
    width: 90%;
    height: 400px;
    object-fit: cover;
}
.img_to_text.img_to_text_2 img{
	width: calc(100% / 2 - 2rem);
	/*height: 237px;*/
	object-fit: cover;
}
.img_to_text.img_to_text_3 img{
	width: calc(100% / 3 - 2rem);
	height: 237px;
}
.img_to_text.img_to_text_slider img{
	margin: 0 1rem;
	object-fit: cover;
	height: 250px;
}
.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;
	height: 100px;
}
.news_other_block .news_other_title a{
    line-height: 22px;
    font-size: 16px;
}

.img_to_text.img_to_text_slider .slick-dots{
	/*width: calc(100% - 16rem);*/
	bottom: -2rem;
}
.img_to_text.img_to_text_slider .slick-dots li button{
	border: 2px solid #1c2e3d;
	border-radius: 50%;
}
.img_to_text.img_to_text_slider .slick-dots li.slick-active button{
	background-color: #1c2e3d;
}
.img_to_text.img_to_text_slider .slick-dots li button:before{
	display: none;
}
@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);
	}
}