.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;
}
.resource{
	padding: 1rem 0;
}
.resource_cont{
	
}
.resource_li{
	justify-content: space-between;
	padding: 0.65rem 0 0.36rem;
	border-bottom: 1px solid #E2E2E2;
}
.resource_l{
	flex: 0 0 62%;
}
.resource_r{
	flex: 0 0 30%;
}
.resource_tit{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.2rem;
	color: #000000;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.resource_dec,.resource_l p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #656363;
	line-height: 0.3rem;
	margin-top: 0.12rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
}
.publish{
	margin-bottom: 0.14rem;
}
.publish p,.publish span{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #656363;
	line-height: 0.25rem;
}
.publish span{
	font-weight: bold;
}
.publish_list{
	margin-top: 0.04rem;
}
.publish_list p{
	width: auto;
	height: 0.3rem;
	background: #DEF2FF;
	padding: 0 0.1rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #233791;
	line-height: 0.3rem;
	flex: 0 0 auto;
	margin-right: 0.12rem;
}
.pdf{
	margin-top: 0.05rem;
}
.pdf img{
	height: 0.3rem;
	width: 0.3rem;
}
.pdf p a{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	margin-left: 0.13rem;
	padding: 0.04rem 0;
	border-bottom: 1px solid #C0C0C0;
}

.toolkit{
	height: 3.64rem;
	background: #F4F4F4;
	margin-bottom: 2.38rem;
	padding-top: 1rem;
}
.toolkit_cont{
	margin-top: 1rem;
	justify-content: space-between;
}
.toolkit_li{
	flex: 0 0 30%;
	height: 2.79rem!important;
	padding: 0 0.2rem;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	cursor: pointer;
	transition: all 0.3s;
}
.toolkit_div{
	width: 0.83rem;
	height: 0.83rem;
	background: rgba(35, 55, 145, 0.1);
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-top: 0.69rem;
	transition: all 0.3s;
}
.toolkit_div div{
	width: 0.67rem;
	height: 0.67rem;
	background: #233791;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s;
}
.toolkit_div img{
	width: 0.28rem;
	height: 0.28rem;
	object-fit: contain;
}
.toolkit_li p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
	margin-top: 0.35rem;
	text-align: center;
	transition: all 0.3s;
}
.toolkit_li:hover .toolkit_div{
	background: rgba(255, 107, 53, 0.1);
	transition: all 0.3s;
}
.toolkit_li:hover .toolkit_div div{
	background: #FF6B35;
	transition: all 0.3s;
}
.toolkit_li:hover p{
	color: #FF6B35;
	transition: all 0.3s;
}

/* Policy */
.Policy{
	padding-bottom: 1rem;
}
.train_r_tit{
	width: 100%;
	min-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;
	cursor: pointer;
}
.Policy_cont{
	padding-top: 0.38rem;
	display: none;
}
.new_tab{
	border-bottom: 1px solid transparent;
	justify-content: center;
	flex-wrap: wrap;
}
.new_tab .active{
	border-bottom: 1px solid #FF6B35;
	color: #FF6B35;
}
.new_tab a{
    font-family: Poppins, Poppins;
    font-weight: bold;
}
.content_wrap .active{
	display: block;
}
.Policy .resource_li{
	padding: 0.39rem 0 0.36rem;
}

/* toolkit */
.n_toolkit{
	padding-bottom: 1rem;
}
.n_toolkit_cont{
	padding-top: 0.38rem;
	display: none;
}
.n_toolkit_li{
	padding: 0.38rem 0.26rem 0.36rem;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	transition: all 0.3s;
	margin-top: 0.4rem;
}
.n_toolkit_top img{
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.14rem;
}
.n_toolkit_li hr{
	width: 100%;
	height: 0.01rem;
	background: #D3D3D3;
	margin: 0.26rem 0;
}
.n_toolkit_li .resource_dec{
	margin: 0;
}
.toolkit_button{
	margin-top: 0.17rem;
	width: 1.62rem;
	height: 0.44rem;
	background: #EFEFEF;
	border-radius: 51px 51px 51px 51px;
	justify-content: center;
	transition: all 0.3s;
}
.toolkit_buttonimg,.n_toolkit_topimg{
	position: relative;
}
.toolkit_buttonimg img{
	width: 0.2rem;
	height: 0.2rem;
	transition: all 0.3s;
}
.toolkit_buttonimg img:nth-of-type(2),.n_toolkit_topimg img:nth-of-type(2){
	position: absolute;
	top: 0;
	opacity: 0;
}
.toolkit_button p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #AAAAAA;
	margin-left: 0.06rem;
	margin-top: 0;
	transition: all 0.3s;
}
.n_toolkit_li:hover .toolkit_buttonimg img:nth-of-type(2),.n_toolkit_li:hover .n_toolkit_topimg img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.n_toolkit_li:hover .toolkit_buttonimg img:nth-of-type(1),.n_toolkit_li:hover .n_toolkit_topimg img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.n_toolkit_li:hover .toolkit_button{
	background: #FF6B35;
	transition: all 0.3s;
}
.n_toolkit_li:hover .toolkit_button p{
	color: #FFFFFF;
	transition: all 0.3s;
}
.n_toolkit_li:hover .resource_tit{
	color: #FF6B35;
	transition: all 0.3s;
}