.banner_more{
	border-bottom-color: #233791;
	transition: all 0.3s;
	margin-top: 0;
}
.banner_more p{
	color: #233791;
	transition: all 0.3s;
}
.banner_more_img{
	position: relative;
}
.banner_more .banner_more_img img{
	transition: all 0.3s;
}
.banner_more .banner_more_img img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}
.banner_more:hover .banner_more_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.banner_more:hover .banner_more_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.banner_more:hover{
	border-bottom-color: #FF6B35;
	transition: all 0.3s;
}
.banner_more:hover p{
	color: #FF6B35;
	transition: all 0.3s;
}
.pub_text{
	justify-content: space-between;
}
.pub{
	padding-top: 0.96rem;
}
.Journal{
	flex-wrap: wrap;
	padding: 0.5rem 0 0.72rem;
	justify-content: space-between;
}
.Journal .index_journal_cont{
	flex: 0 0 48%;
	border: 1px solid #F2F2F2;
	box-shadow: none;
	transition: all 0.5s;
	margin-bottom: 0.37rem;
}
.Journal .index_journal_cont .banner_more{
	margin-top: 0.21rem;
}
.Journal .index_journal_cont:hover{
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
	transition: all 0.5s;
}
.Reviewer{
	background: #F4F4F4;
	padding: 1rem 0;
}
.Reviewer_tit{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.35rem;
	margin-top: 0.34rem;
}
.Reviewer_button{
	margin-top: 0.42rem;
}
.Reviewer_bc{
	background: #233791;
	border-radius: 51px 51px 51px 51px;
	padding: 0.18rem 0.36rem;
	margin-right: 0.25rem;
	flex: 0 0 auto !important;
	width: auto;
	transition: all 0.5s;
}
.Reviewer_bc img{
	width: 0.2rem;
	height: 0.2rem;
}
.Reviewer_bc p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	margin-left: 0.05rem;
}
.Reviewer_bc:hover{
	background: #FF6B35;
	transition: all 0.5s;
}

.reports{
	padding: 1rem 0 0.94rem;
}
.new_tab{
	border-bottom: 1px solid transparent;
	justify-content: end;
}
.new_tab_li{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.18rem;
	color: #233791;
	border-bottom: 1px solid transparent;
	margin-left: 0.82rem;
	padding: 0.04rem 0;
}
.reports_cont{
	display: none;
}
.content_wrap .active{
	display: block;
}
.new_tab .active{
	border-bottom: 1px solid #FF6B35;
	color: #FF6B35;
}
.content_wrap{
	margin-top: 0.74rem;
}
.reports_cont_l {
    column-gap: .33rem;
}
.reports_cont_li{
	margin-bottom: 0.36rem;
	padding: 0 0 0.22rem;
	border-bottom: 1px dashed #E8E8E8;
}
.reports_cont_limg{
	flex: 0 0 0.48rem;
	position: relative;
}
.reports_cont_limg img{
	width: 0.48rem;
	height: 0.53rem;
	transition: all 0.3s;
	
}
.reports_cont_limg img:nth-of-type(2){
	position: absolute;
	top: 0;
	opacity: 0;
}
.reports_cont_c{
	/*padding-left: 0.33rem;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*column-gap: .33rem;*/
}
.reports_cont_c img{
    width: .48rem;
    height: .53rem;
    object-fit: contain;
    filter: grayscale(1);
}
.reports_cont_li:hover .reports_cont_c img{
    filter: grayscale(0);
}
    
.reports_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.2rem;
	color: #000000;
	transition: all 0.3s;
}
.reports_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.25rem;
	margin-top: 0.06rem;
}
.reports_cont_down{
	margin-top: 0.06rem;
}
.reports_cont_down1{
	margin-right: 0.34rem;
	flex: 0 0 auto !important;
	width: auto;
}
.reports_cont_down1 img{
	width: 0.2rem;
	height: 0.2rem;
}
.reports_cont_down1 p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #747474;
	margin-left: 0.05rem;
}
.reports_cont_r{
	padding-left: 1.29rem;
	width: auto;
}
.reports_cont_bu{
	width: 1.5rem;
	height: 0.5rem;
	background: #233791;
	border-radius: 51px 51px 51px 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	color: #fff;
}
.reports_cont_li:hover .reports_tit{
	color: #FF6B35;
	transition: all 0.3s;
}
.reports_cont_li:hover .reports_cont_limg img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.reports_cont_li:hover .reports_cont_limg img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.reports_cont_li:hover .reports_cont_bu{
	background: #FF6B35;
	transition: all 0.3s;
}

.access{
	background: #F4F4F4;
	padding: 1rem 0 0.4rem;
}
.access .about_top p:nth-of-type(2){
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.35rem;
	margin-top: 0.4rem;
}
.access_text{
	margin-top: 0.8rem;
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.25rem;
	color: #000000;
}
.access_cont{
	margin-top: 0.52rem;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.access_li{
	flex: 0 0 31%;
	padding: 0.02rem 0 0.02rem 0.28rem;
	border-left: 0.05rem solid #1850B2;
	position: relative;
	height: 1.8rem;
	transition: all 0.3s;
	margin-bottom: 0.6rem;
	margin-right: 2%;
}
.access_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.25rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 transition: all 0.3s;
}
.access_dec{
	margin-top: 0.1rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.25rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
}
.access_open{
	position: absolute;
	bottom: 0;
	height: auto;
	    width: auto;
}
.open1{
	width: 0.24rem;
	height: 0.24rem;
	background: rgba(35, 55, 145, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s;
}
.open2{
	width: 0.16rem;
	height: 0.16rem;
	background: #233791;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s;
}
.open2 img{
	width: 0.1rem;
	height: 0.09rem;
}
.access_open p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #233791;
	margin-left: 0.07rem;
	transition: all 0.3s;
}
.access_li:hover .access_tit{
	color: #FF6B35;
	transition: all 0.3s;
}
.access_li:hover .open1{
	background: rgba(255, 107, 53, 0.1);
	transition: all 0.3s;
}
.access_li:hover .open2{
	background: #FF6B35;
	transition: all 0.3s;
}
.access_li:hover .access_open p{
	color: #FF6B35;
	transition: all 0.3s;
}

.member{
	padding: 1rem 0 0.45rem;
}
.member_cont{
	margin-top: 0.52rem;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	column-gap: 3.5%;
}
.member_list{
	flex: 0 0 31%;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
	/*border-bottom: 0.03rem solid transparent;*/
	transition: all 0.3s;
	margin-bottom: 0.55rem;
}
.member_img{
	width: 100%;
	height: 3rem;
	object-fit: cover;
}
.memberB{
	padding: 0.32rem 0.3rem 0.4rem;
}
.member_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.25rem;
	color: #000000;
	transition: all 0.3s;
}
.member_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.25rem;
	margin-top: 0.1rem;
	/*display: block;*/
}
.member_dec span{
	font-weight: bold;
	font-family: Poppins, Poppins;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.25rem;
	margin-right: 0.04rem;
}
.member_class{
	justify-content: space-between;
	margin: 0.2rem 0 0.4rem;
}
.member_class div{
	flex: 0 0 49%;
	height: 0.36rem;
	background: #EFF2FF;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #233791;
	line-height: 0.36rem;
	text-align: center;
}
.member_list hr{
    width: 0;
    height: .03rem;
    background: #FF6B35;
    transition: all .3s;
}
.member_list:hover .member_tit{
	color: #FF6B35;
	transition: all 0.3s;
}
.member_list:hover hr{
    width: 100%;
}


/* form */
.pub_form{
	padding: 1rem 0;
	background: #FAFAFA;
}
.pub_form .about_top p{
	text-align: center;
}
.message{
	padding-top: 0.15rem;
}
.form_list{
	margin-top: 0.4rem;
	flex: 0 0 48%;
}
.message form{
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_list p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
}
.form_list textarea{
	width: 100%;
	height: 1rem;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	padding: 0.18rem 0.14rem;
	margin-top: 0.2rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333;
}
.form_list textarea::-webkit-input-placeholder{
    font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #C0C0C0
}
.form_list input{
	width: 100%;
	height: 0.6rem;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	padding: 0.18rem 0.14rem;
	margin-top: 0.2rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333;
}
.form_list input::-webkit-input-placeholder{
    font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #C0C0C0;
}
.header_top{
	border-bottom: 1px solid #E2E2E2;
}
.message .button{
	width: 1.5rem;
	height: 0.5rem;
	background: #233791;
	border-radius: 51px 51px 51px 51px;
	margin: auto;
	margin-top: 0.59rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	border: none;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.message .button:hover{
	background: #FF6B35;
	transition: all 0.3s;
}
.pub_form{
	/*position: relative;*/
}
.submit_success{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0.6rem 2.1rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
	border-radius: 20px 20px 20px 20px;
	z-index: 99;
}
.submit_success img{
	width: 0.76rem;
	height: 0.76rem;
	margin: auto;
}
.submit_success p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.25rem;
	color: #000000;
	line-height: 0.67rem;
	margin-top: 0.21rem;
	text-align: center;
}
.close{
	width: 0.17rem !important;
	height: 0.17rem !important;
	position: absolute;
	right: 0.28rem;
	top: 0.28rem;
}