.train_r_tit{
	width: 100%;
	height: 0.7rem;
	background: #FAFAFA;
}
.new_tab_li{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.18rem;
	color: #233791;
	line-height: 0.3rem;
	margin: 0 0.48rem;
}
.new_tab_li a{
    font-weight: bold;
}
.new_tab_li a:hover{
    color: #FF6B35;
}
.n_news_cont{
	padding-top: 0.52rem;
	display: none;
	padding-bottom: 1rem;
}
.new_tab{
	border-bottom: 1px solid transparent;
	justify-content: center;
}
.new_tab .active{
	border-bottom: 1px solid #FF6B35;
	color: #FF6B35;
}
.content_wrap .active{
	display: block;
}
.n_news_cont_li{
	margin-top: 0.38rem;
	padding-bottom: 0.38rem;
	border-bottom: 1px solid #AAAAAA;
	transition: all 0.3s;
}
.n_news_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.3rem;
	transition: all 0.3s;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.n_news_dec{
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.25rem;
	margin-top: 0.06rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.n_news .index_news_dateL{
	margin-top: 0.25rem;
}
.n_news .index_news_dateL p{
	color: #747474;
}
.n_news_cont_c{
	padding-right: 1rem;
	width: 100%;
}
.n_news_img{
	max-width: 2.88rem;
	max-height: 1.79rem;
	flex-shrink: 0;
	object-fit: contain;
}
.n_news_cont_li:hover .n_news_tit{
	color: #FF6B35;
	transition: all 0.3s;
}

/* related */
.related{
	background: #F4F4F4;
	width: 100%;
	padding: 1rem 0 1.09rem;
}
.related_text{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.35rem;
	color: #000000;
	line-height: 0.75rem;
}
.related_cont{
	margin-top: 0.39rem;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: .3rem;
}
.related_list{
	flex: 0 0 31%;
}
.related_list img{
	height: 2.94rem;
	object-fit: cover;
	width: 100%;
}
.related_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.2rem;
	color: #000000;
	margin-top: 0.23rem;
	transition: all 0.5s;
}
.related_dec{
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.25rem;
	margin-top: 0.14rem;
}
.related_tit:hover{
	color: #FF6B35;
	transition: all 0.5s;
}

/* detail */
.news_detail{
	background: #F4F4F4;
	width: 100%;
	padding: 0.82rem 0 0.74rem;
}
.news_detail .bread{
    filter: brightness(.3);
    margin-bottom: .5rem;
}
.news_detail_text{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.3rem;
	color: #000000;
	line-height: 0.45rem;
}
.news_detail .index_news_dateL{
	margin-top: 0.18rem;
}
.news_detail .index_news_dateL p{
	color: #747474;
}
.index_news_dateL p:nth-of-type(1){
	border: none;
}
.news_detail_cont{
	padding: 1rem 0;
}
.news_detail_l p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.35rem;
	/*margin-bottom: 0.42rem;*/
}
.news_detail_l img{
	max-width: 100%;
	width: revert-layer;
	margin-bottom: 0.42rem;
}
.news_detail_r{
	padding-left: 0.92rem;
	    flex: 0 0 30%;
}
.hotNewTit{
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: .28rem;
}
.news_detail_r .index_news_dateL{
	margin-top: 0.24rem;
}
.news_detail_r .index_news_dateL p{
	color: #656363;
}
.index_newsRlist{
	margin-bottom: 0.3rem;
}
.news_detail_cont .max-width{
	align-items: flex-start;
}

/* conference */
.conference .n_news_img{
	max-width: 4.1rem;
	    max-height: 2.5rem;
	    flex: 0 0 4.1rem;
	    object-fit: cover;
}
.conference .n_news_cont{
	padding: 0;
}
.conference .n_news_cont_li{
	background: #F5F5F5;
	transition: all 0.3s;
	padding: 0;
	border: none;
}
.conference .n_news_cont_c{
	padding: 0 0.35rem;
}
.conference .n_news_dec{
	margin-top: 0.13rem;
}
.conference .n_news .index_news_dateL{
	margin-top: 0.37rem;
}
.conference .index_news_date_img{
	position: relative;
	transition: all 0.3s;
}
.conference .index_news_date_img img:nth-of-type(2){
	position: absolute;
	top: 0;
	opacity: 0;
}
.conference .index_news_dateL p{
	margin-left: 0.08rem;
}
.conference .n_news_cont_li:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
	transition: all 0.3s;
}
.conference .n_news_cont_li:hover .index_news_dateL p{
	color: #FF6B35;
	transition: all 0.3s;
}
.conference .n_news_cont_li:hover .index_news_date_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.conference .n_news_cont_li:hover .index_news_date_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.conference{
	padding-bottom: 1rem;
}