.headerWrap{
    position: initial !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.n_form_tit{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    text-align: center;
}
.search2{
	padding: 0.78rem 0 0.94rem;
}
.search2 .train_r_tit{
	width: 100%;
	    height: auto;
	    background: transparent;
}
.search2 .new_tab{
	border-bottom: none;
	justify-content: flex-start;
  margin-top: 0.32rem;
}
.search2 .new_tab_li{
	margin: 0 0.2rem 0 0;
	cursor: pointer;
	width: 2.2rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #E5E5E5;
	flex: 0 0 auto !important;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  text-align: center;
  line-height: 0.5rem;
}
.search2 .new_tab .active{
	background: #000000;
  color: #FFFFFF;
}
.new_tab_li span{
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}
.search2 .new_tab .active span{
  color: #FFFFFF;
}

.search2 .header_trr{
  width: 78%;
  height: 0.7rem;
  margin: 0.3rem auto 0;
  background: #FAFAFA;
  border-radius: 10px 10px 10px 10px;
  padding: 0.14rem 0.22rem 0.14rem 0.24rem;
}
.search2 .header_trr form{
	width: 100%;
}
.search2 input{
	font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  width: 100%;
}
.search2 input::placeholder{
	font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 0.16rem;
	color: #888888;
}
.search2 .header_trr button{
	flex: 0 0 0.42rem;
	    background: none;
}
.search2 .header_trr img{
	width: 0.42rem;
	    height: 0.42rem;
}
.result{
	margin-top: 0.97rem;
	font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
}
.result span{
	font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 0.2rem;
	color: #FF5B00;
	margin: 0 0.1rem;
}
.search_pub{
	background: #E8E8E8;
	padding: 0 0.13rem;
	height: 0.4rem;
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.16rem;
	color: #AAAAAA;
	line-height: 0.4rem;
	margin-top: 0.27rem;
	width: auto;
	display: inline-block;
	transition: all 0.3s;
}
.search2 .n_news_dec{
	margin-top: 0.14rem;
}
.search2 .n_news_cont_li{
	border-bottom: 1px solid #E8E8E8;
}
.search2 .n_news_cont_li:hover .search_pub{
	background: #FF6B35;
	color: #FFFFFF;
	transition: all 0.3s;
}
.search2 .n_news_cont{
	padding-bottom: 0;
  margin-top: 0.5rem;
  display: none;
}
.search2 .n_news_cont.active{
  display: block;
}
.search2{
	padding-bottom: 1rem;
}

.noresult{
	display: none;
}
.noresult img{
	margin: 0.65rem auto 0.07rem;
	max-width: 4.08rem;
  display: block;
}
.noresult p{
	font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
	text-align: center;
}

.n_pro_list1{
    flex-wrap: wrap !important;
    row-gap: 42px;
    column-gap: 40px;
}
.n_pro_list{
    flex: 0 0 21%;
}
.n_pro_img{
    height: 3.38rem;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
}
.n_pro_img img{
    width: 100%;
    height: 3.38rem;
    transition: all 0.5s;
}
.n_pro_list:hover .n_pro_img img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.n_pro_list p{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    text-align: center;
    margin-top: 0.2rem;
    transition: all 0.5s;
}
.n_pro_list:hover p{
    color: #FF5B00;
    transition: all 0.5s;
}

.n_news_cont2{
    flex-wrap: wrap !important;
    justify-content: space-between;
}
.n_news_li{
    flex: 0 0 48%;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.43rem;
    margin-bottom: 0.67rem;
    transition: all 0.3s;
}
.n_news_img{
    overflow: hidden;
    border-radius: 10px;
}
.n_news_img img{
    width: 100%;
    height: 4.6rem;
    transition: all 0.3s;
}
.n_news_date{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0.41rem 0 0.11rem;
}
.n_news_tit{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.28rem;
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.n_news_dec{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #505050;
    line-height: 0.25rem;
    margin-top: 0.11rem;
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.n_news_li:hover{
    border-bottom: 1px solid #000000;
    transition: all 0.3s;
}
.n_news_li:hover .n_news_img img{
    transform: scale(1.1);
    transition: all 0.3s;
}
.n_news_cont:last-child .page{
  margin-top: 0;
}