.newdt{
	width: 100%;
	min-height: 1000px;
	padding-top: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	background-color: #FFF;
}
.newdt_l{
	flex: 2;
	min-height: 1000px;
	position: relative;
	/* margin-bottom: 100px; */
}

.head_title{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}
.newtitle{font-size: 30px;font-family: "OPPOSans-Ver2-Regular";font-weight: 500;color: #333333;flex-shrink: unset;padding: 0 40px;text-align: center;}
.head_time{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 10px 0;
	align-items: center;
}
.newtime{

	font-size: 13px;
	font-family: "OPPOSans-Ver2-Regular";
	font-weight: 500;
	color: #616161;
}
.head_share{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 10px 0;
	align-items: center;
	height: 50px;
}
.head_share_hr{
	width: 42%;
	border: none;
	background-color: #DDDDDD;
	height: 1px;
}
.head_share_center{
	width: 16%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	height: 100%;
}
.bg_new{
	width: 80%;
	position: absolute;
	top: 0;
	left: 0;
}



.social-share .icon-linkedin {
	color:  none;
	border-color:  none;
	border: none;

}

.social-share .icon-linkedin:hover {
	background:  none;
	border: none;

}

.social-share .icon-wechat {
	position: relative;
	color: none;
	border-color: none;
	border: none;
	opacity: 0;
}

.social-share .icon-wechat:hover {
	background: none;
	border: none;

}

.social-share .icon-weibo {
	color: none;
	border-color: none;
	border: none;
	opacity: 0;
}

.social-share .icon-weibo:hover {
	background: none;
	border: none;

}
.icon-weibo:before{
	content: none;
}
.icon-linkedin:before{
	content: none;

}
.pcom{
	position: relative;
	width: 20%;
	height: 100%;
	text-align: center;
}
.new_centent{
	width: 95%;

}

.newdt_r{
	flex: 0.7;
	min-height: 500px;
	margin-left: 4%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}
.newdt_rsonbx{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	border-left: 1px solid #E9E9E9;

}
.newdt_r_head{
	width: 90%;
	height: 50px;
	border-bottom: 1px solid #D7D7D7;
}
.newdt_r_headtt{

	font-size: 20px;
	font-family: "OPPOSans-Ver2-Regular";
	font-weight: 500;
	color: #333333;
}
.newdt_r_btmc{
	width: 90%;
	margin: 20px 0;
}
.newdt_r_btmsona{
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	/* margin: 24px 0; */
}
.newdt_r_btmsspan1{

	font-size: 13px;
	font-family: "OPPOSans-Ver2-Regular";
	font-weight: 500;
	color: #8D8D8D;
	/* margin-bottom: 10px; */

}
.newdt_r_btmsspan2{

	font-size: 15px;
	font-family: "OPPOSans-Ver2-Regular";
	font-weight: 500;
	color: #222222;
	line-height: 29px;

}
.newdt_r_btmsona:hover .newdt_r_btmsspan2{
	color: #FE5C0C;
}
.newdt_r_bqbody{
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 20px;
}
.newdt_r_bqa{
	padding: 6px 15px;
	border: 1.5px solid #616161;
	color: #616161;
	text-align: center;
	border-radius: 5px;
	margin: 5px 5px;
	font-size: 13px;
	font-weight: 500;
	/* width: 100px; */
}
.newdt_r_bqa:hover{
	border: 1.5px solid #FF5400;
	color: #FF5400;
}
.new_l_bttom{
	width: 100%;
	margin: 40px 0;
	height: 150px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	border-top: 1px solid #DBDBDB;
	/* position: absolute;
	bottom: 0; */
}
.new_l_bttom_l{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	width: 50%;
	font-family: "OPPOSans-Ver2-Regular";
	height: 60px;
	font-weight: 400;
	font-size: 15px;
}
.new_l_bttom_ra{
	padding: 10px 15px;
	color: #FFF;
	text-align: center;
	font-family: "OPPOSans-Ver2-Regular";
	background-color: #FE5C0C;
	font-size: 15px;
	border-radius: 5px;
}
.new_l_bttom_l a:hover{
	color: #0E38A8;
}
.new_l_bttom_ra:hover{
	color: #FFF;
	font-size: 16px;
}
.new_centent p,b,a,span{ 
	/* font-family: "OPPOSans-Ver2-Regular" !important; */
	font-family: 'OPPOSans-Ver2-Medium' !important;
	line-height: 28px;

}
.newdt_box{
	width: 1440px;
	display: flex;
	flex-direction: row;
}

.social-share .icon-wechat {
	position: relative;
	color: none;
	border-color: none;
	border: none;
	opacity: 1;
}

.social-share .icon-wechat:hover {
	background: none;
	border: none;

}

.social-share .icon-weibo {
	color: none;
	border-color: none;
	border: none;
	opacity: 0;
}

.social-share .icon-weibo:hover {
	background: none;
	border: none;

}
.icon-weibo:before{
	content: none;
}
.icon-linkedin:before{
	content: none;

}
@media screen and (max-width: 1366px) {
	.bannerbx_boxsssp1_sc{
		font-size: 3vw !important;

	}
	.bannerbottom_l a{
		font-size: 0.8vw!important;
	}
	.bannerbottom_r a{
		font-size: 0.8vw !important;
	}
	.bottom_rs_text{
		font-size: 0.8vw!important;
	}
	.newdt{
		padding:0 0% !important;
	}
	.new_centent{
		width: 80%;
	}
	.newtitle{
		width: 70%;
	}
}
@media screen and (max-width: 1650px) {
	.newdt_l{
		min-width: 1000px !important;
	}
	.newdt_r{
		min-width: 300px !important;
	}
	.newdt_box{
		flex-wrap: wrap !important;
		width: 100% !important;
	}
	.new_l_bttom{
		padding: 0 10% ;
	}
	.bannerbx_boxcs{
		width: 100%;
		padding: 0 11%;
	}
	.bannerbottom_l{
		padding: 0 10% !important;
	}
	.newdt{
		padding:0 10%;
	}
	.new_centent{
		width: 80%;
	}
	.newtitle{
		width: 70%;
	}
}
.new_centent img{
	width: 100% !important;
	/* max-width: 500px !important; */
	border: none;
	 width: auto;
}
.new_centent p{
	margin-top: 1.6rem;
	margin: 0 0 1.6rem 0;
}
.new_cententbox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
  /* css Ã©â€¡ÂÃ§Â½Â® */
  body{
	height: 0 !important;
}
.icon-linkedin{
	opacity: 0;
}


/* Ã¦Å“Â¬Ã¤Â¾â€¹Ã¥Â­Âcss */

.sideMenu {
	border: 1px solid #ddd;
}

.sideMenu h3 {
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	border-top: 1px solid #e3e3e3;
	background: #f4f4f4;
	cursor: pointer;

	font: normal 14px/32px "Microsoft YaHei";

}

.sideMenu h3 em {
	float: left;
	display: block;
	width: 40px;
	height: 32px;
	background: url(__CDN__/assets/static/images/icoadd.png) 16px 12px no-repeat;
	cursor: pointer;
}

.sideMenu h3.on em {
	background-position: 16px -57px;
}

.sideMenu ul {
	padding: 8px 25px;
	color: #999;
	display: none;
	/* Ã©Â»ËœÃ¨Â®Â¤Ã©Æ’Â½Ã©Å¡ÂÃ¨â€”Â */
}

.bannerbx_boxss1 {
	width: 1440px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}

.bannerbx_boxsssp1_sc {

	font-size: 50px;
	font-family: "OPPOSans-Ver2-Regular";
	font-weight: 800;
	color: #262626;
}

.bannerbx_boxsssp2 {

	font-size: 22px;
	font-family: "OPPOSans-Ver2-Regular";

	font-weight: 400;
	color: #FEFEFE;

}

.bannerbx_boxsssp3 {
	font-size: 22px;
	font-family: "OPPOSans-Ver2-Regular";

	font-weight: 400;
	color: #FEFEFE;
}

.bannerbottom_lssk {
	display: flex;
	flex-direction: row;
	margin-right: 38%;
	margin-left: 15%;
}
.gywm_a{
	padding: 0 20px;
	height: 100%;
	font-family: "OPPOSans-Ver2-Regular";
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 60px;
	text-align: center;
}
.gywm_a_act{
	background-color: #FE5C0C;
}
.gywm_a:hover{
	background-color: #FE5C0C;
	color: #FFFFFF;

}
