*{
    margin: 0px;
    padding: 0px;
	/*word-break:break-all;*/
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	-o-box-sizing:border-box;
}  
a[href]:after{content:normal;}
body {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family:Helvetica;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	height: auto;
	/*background: url(20220718xsnh_topbg.png) top center no-repeat;*/
}
a {
	color: #444;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	color: #3D62D0;text-decoration:none;
}
a:hover, a:active, a:focus {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;          
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
ul, li{
	margin:0px; padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
	padding: 0px;
	margin: 0px;
}
button {outline: none;}
select { width:100%;}
input::-webkit-input-placeholder{ color: #fff;}
input:-moz-placeholder{ color: #fff;}
input::-moz-placeholder{ color: #fff;}
input:-ms-input-placeholder{ color: #fff;}

.clear{
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb35 { margin-bottom:35px;}
.mb40 { margin-bottom:40px;}
.mb45 { margin-bottom:45px;}
.mb50 { margin-bottom:50px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mt50 { margin-top:50px;}
.bh { display:block; overflow:hidden;}
.img-hover:hover {
    opacity: 0.8;
}
.phone{display: none;}
.TRS_Editor *{
	font-size: 20px;
	font-family:Helvetica !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    word-break: break-word;
}
@media (min-width: 1230px){
	.container{width: 1200px;}
}
@media (min-width: 1299px) {
  .container{
    width: 1260px;
  }
}
@media (min-width: 1399px) {
  .container{
    width: 1360px;
  }
}
@media (min-width: 1499px) {
  .container{
    width: 1440px;
  }
}
@media (min-width: 1560px) {
  .container{
    width: 1440px;
  }
}

@media (min-width: 1660px) {
  .container{
    width: 1440px;
  }
}


/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #D0021B;
	z-index: 1005;
	display: none;
	line-height: 50px;
}
.scrollToTop img{
	display:inline-block;
	width: 27px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
		line-height: 40px;
	}
	.scrollToTop img{
		width: 28px;
	}
}

/*---------------head---------------------*/
.webheader{
	background: url(head_bg_icas.png) top center no-repeat;
	background-size: cover;
}
.top_yqlink{ text-align: right; padding-top: 15px;height: 35px;line-height: 35px;}
.san_link{ display: inline-block; color: #fff; font-size: 14px; margin-right: 30px;}
.san_link a{ color: #fff; }
.san_link a:hover{ color:#01BAF4;}
.san_link span{ margin: 0 5px; }
.san_linkimg{ display: inline-block; float: right; margin-left: 6px;  }
.san_linkimg img{ width: auto; height: 18px; }
.top_search{ display: inline-block; color: #fff; }
.top_search{float: right;}
.btn_sech{ background:none; border:0;  }
.search{ background: none; border:0;position: relative;} 
.search input{
	width: 245px;
	height: 35px;
	background-color: #c8d5f0;
	border-radius: 18px;
	border:none;
	padding: 0 15px;
	outline: none;
}
.search input::-webkit-input-placeholder{
    color:#666666;
}
.search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#666666;
}
.search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666666;
}
.search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#666666;
}
.search img{
	position: absolute;
	top: 6px;
	right: 15px;
}
.search_model {
    position: absolute;
    background-color: rgba(16,53,158,0.9);
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 999;
}
.search_close{ float: right; position: relative; z-index: 1000; cursor: pointer;}
.search_box{ padding: 0 10% 15px; position: relative;}
.cent_logo{}
.logo01{padding-left: 15%; display:block; margin-bottom: 10px;}
.logo01 img{ display:inline-block; }
.logo02{ padding-right: 5.5%; display:block; text-align: right; margin-bottom: 34px;}
.logo02 img{ display:inline-block; }
.cent_logo p{ padding: 0 6.66%;  font-size: 18px; 
		line-height: 34px; color: #fff; font-weight: 700; 
		text-indent: 2em;
		margin-bottom: 34px;}



/*Ã¤Â¸â€¹Ã¦â€¹â€°Ã¨ÂÅ“Ã¥Ââ€¢*/
.head_nav .nav li.dropdown.open>a,.head_nav .nav li.dropdown.open>a:hover{
	background: #0f51aa;
}
.head_nav .dropdown-menu{
	margin: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	background: rgb(15,81,170);
}
.head_nav .dropdown-menu li{
	display: block;
	background: rgb(15,81,170);
}
.head_nav .dropdown-menu li a{
	display: block;
	background: rgb(15,81,170);
}
.head_nav .dropdown-menu li a:hover{
	background: #2f6fd7;
}
.nav{ text-align: right; }
.nav li{
	display: inline-block;
}
.nav >li >a{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline-block;
	padding: 15px 30px;
}
.nav >li:last-child >a{
	padding-right:0;
}
.nav li a:hover{
	color: #fff;
	background:transparent;
}
.nav li ul li{
	float: none;
	min-width: 160px;
	height: auto;
}
.nav li ul li a{
	font-size: 17px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 100%;
}
.nav li ul li a:hover{
	background: none;
	text-decoration: none;
	background:#a60808;
}
.nav li ul{
	position: absolute;
	z-index: 99;
	display: none;
}
#topNav .swiper-slide {
    padding: 0 5px;
    width: 30%;
    text-align: center;
}

.pad_nav{
		width: 100%;
		background: linear-gradient(360deg, rgba(3,34,125,0.4100) 0%, rgba(16,53,158,0.8100) 100%);
		overflow: hidden;
	}
	.pad_nav ul{
		float: none;
		width: 100%;
		overflow: unset;
		display: flex;
	}
	.pad_nav ul li{
		width: auto;
		box-sizing: border-box;
		flex-shrink: 0;
	}
	.pad_nav li.cur{
		background: #2a91d7;
	}
	.pad_nav li.cur a{
		color: #fff;
	}
	.pad_nav li a{
		color: #fff;	
		font-size: 18px;
		font-weight: 700;
		padding: 15px 20px;	
		display: inline-block;
	}
.pchide{ display: none; }

.pad_nav_box{ background:#9b0c01;  }
#topNav{}
#topNav ul{ line-height: 42px; }
#topNav ul li{}
#topNav ul li.active{background:#d34f45;}
#topNav ul li a{ font-size: 18px; color: #fff; }

@media (min-width: 1921px){
	body{ background-size: 100% auto;}
}
@media (max-width: 1499px){
	.nav >li >a {padding: 17px 28px;}
}
@media (max-width: 1399px){
	.nav >li >a {padding: 17px 22px;}
}
@media (max-width: 1299px){
	.nav >li >a {padding: 17px 16px;}
}
@media (max-width: 1199px){
	.logo01{padding-left: 0;  text-align: center;}
	.logo02{ padding-right: 0;text-align: center; }
	.cent_logo p{ padding: 0; }
	.nav >li >a {padding: 17px 8px;}
}
@media (max-width: 991px){
	.nav >li >a{font-size: 14px;
    padding: 17px 7px;}
	.nav li ul li{min-width: 122px;}
}
@media (max-width: 767px){
	.head_title a img{ width: 65%; }
	.head_title .right{ text-align: right; }
	.head_title .right img{ display:inline-block; }
	.pchide{ display: block; }
	.mobhide{ display: none; }
	.cent_logo p{ text-align: center; }
	.cent_logo p img{ width: 100%; }
	.top_yqlink {padding-top: 15px;
    margin-bottom: 22px;}
    .pad_nav {
    	max-height: 50px;
    }
}

@media (max-width: 600px){

}
@media (max-width: 500px){

}
@media (max-width: 450px){
	
}
@media (max-width: 380px){

}
@media (max-width: 320px){
		
}

/*Ã¥Â·Â¦Ã¤Â¾Â§Ã¦Â ÂÃ§â€ºÂ®*/
.sidebar{}
.sidebar .title{ margin: 0; background: #9b0c01; color: #fff; padding: 15px; }
.navLeft{ width: 100%; }
.navLeft_ul{}
.navLeft_ul li{ line-height: 42px;
 background: #fad5d2; 
 border-bottom: 1px solid #fff;
font-size: 18px;
padding: 0 15px;}
.navLeft_ul li.active,
.navLeft_ul li:hover{
 background: #f6b0ab; 
}
.navLeft_ul li.active a,
.navLeft_ul li:hover a{ color: #fff;}

.m_menu_box {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
    display: none;
}
.m_menu_btn {
    width: 40px;
    height: 70px;
    background: url(20220607_nav01.png) no-repeat center;
    background-color:rgba(155,12,1,0.7);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -39px;
}
.m_menu_btn.open {
    background-image: url(20220607_nav02.png);
}
.m_menu {
    background-color:rgba(155,12,1,0.7);
    border-radius: 6px 0 0 6px;
}
.m_menu li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #9b0c01;
}
.m_menu li:last-child{border-bottom: 0;}
.m_menu li a {
    color: #fff;
    display: block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
}


.djban_txt{ overflow: hidden; 
    text-overflow:ellipsis;
    white-space: nowrap;}
@media (min-width: 768px) {
  .banner01 .slides img {
  width: 100%;}
}

@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
	
}
@media (max-width: 1280px) {
	
}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
  
}

@media (max-width: 767px) {
	.m_menu_box { display: block;top: 200px; }
}
@media (max-width: 600px) {
  
  .djban_txt{ font-size: 16px; line-height: 24px;}
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
  
}
@media (max-width: 380px) {
  
}
@media (max-width: 320px) {
  
}


/* Ã¥â€ â€¦Ã¥Â®Â¹ */
.index_cent{
	background: url(swiper_bg_icas.png) top center no-repeat;
	background-size: cover;
	padding-top: 30px;
}
.rp_cent{
	background: #f6faff;
	padding-top: 40px;
}
.idx_banner{ overflow: hidden; }


.idx_xbli {}
.idx_xbli .row{ margin: 0 -10px; }
.idx_xbli .row .col-md-2{ padding: 0 10px; margin-bottom: 20px; }
.xuebu{ border-radius: 4px; overflow: hidden; position: relative; }
.xuebu_ct{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 10px;}
.xuebu_ct a{ display: block; color: #fff; }
.xuebubg01{ 
	/*background: rgba(255,255,255,0.7); */
}
.xuebu_ct b{ font-size: 16px; 
	font-style: oblique; background: #1447B8;
	padding: 3px 8px 3px 3px; 
	border:1px solid #1447B8;
	display: inline-block;
width: 60px;}
.xuebu_ct p{ font-size: 20px; text-align: center; color: #fff; }
.sp_date{font-size: 13px; 
	font-style: oblique; padding: 3px 2px 3px 1px; 
	display: block;text-align: left; 
	margin-bottom: 20px; border:1px solid #979797; border-top:0;  width: 60px; }
.sp_txtbg{ display: block; margin: 0 auto; width: 43px; height: 7px; background: #1447B8; }
.xuebubg02 b,
.xuebubg02 .sp_txtbg{background: #01BAF4;}
.xuebubg02 b{ border:1px solid #01BAF4; }
.xuebubg02 a:hover p{ color: #01BAF4; }
.xuebubg01 a:hover p{ color: #1447B8; }

.title_lm a{ 
	float: right; 
	padding-top: 18px;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	color: #0f58bb;
}
.title_lm a:hover{ color: #3D62D0; }


.dhdt_cent{
 overflow: hidden;
}
.dhdt_cent li.col-md-4:hover .news-tab-wrap{
	box-shadow: 0px 0px 6px 0px #7f7f7f;
	background: #e7f0fd;
}
.dhdt_cent li.col-md-4:hover .news-tab-tit{
	color: #0f58bb;
}	
.img-box{
	overflow: hidden;
}
.img-box img{
	width: auto;
	max-width: 100%;
}
.dhdt_cent .news-tab-wrap{
	width:100%;
	display: inline-block;
	background: #fff;
	min-height: 397px;
	box-shadow: 0px 0px 15px 0px rgba(15,88,187,0.2);
	position: relative;
}
.dhdt_cent .news-tab-wrap:hover .news-tab-tit{
	color: #0f58bb;
}
.dhdt_cent .news-tab-wrap .img-box{
	display: block;
	overflow: hidden;
}
.dhdt_cent .news-tab-wrap .img-box:hover img{
	transform: scale(1.0);
}
.dhdt_cent .news-tab-wrap .img-box img{
	transform: scale(1.05);
	transition: all ease 0.25s;
}
.dhdt_cent .news-tab-tit{
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #444444;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all ease 0.25s;
}
.news-bbox{
	padding: 20px;
	transition: all ease 0.25s;
}
.dhdt_cent .news-tab-info{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	color: #777777;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: none;
}
.dhdt_cent .news-tab-wrap .news-bbox.active .news-tab-info{
	display: -webkit-box;
}
.dhdt_cent .news-tab-wrap .news-bbox .news-tab-times{
	display: none;
}
.dhdt_cent .news-tab-wrap .news-bbox.active .news-tab-times{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 20px;
	right: 0;
	padding:12px 20px;
	border-radius: 2px;
}
.dhdt_cent .news-tab-wrap .news-bbox.active .news-tab-time{
	display: none;
}
.dhdt_cent .news-tab-time{
	margin-top: 20px;
}
.lf_txtimg{ float: left;padding-right: 20px; width:42%;}
.rgt_txtzy{  float: left; width:58%; }
.rgt_txtzy h3{ 
	background:url(20220718xsnh_icon04.png) top 8px left no-repeat; 
	font-size: 18px; 
	font-weight: 700;
	margin: 0 0 15px; 
	padding-left: 20px;
	line-height: 30px; }
.rgt_txtzy h3 span{ font-size: 16px; color: #AFAFAF; font-style: oblique; }
.rgt_txtzy p{ padding-left: 20px; font-size: 14px; line-height: 28px; color: #7B7B7B; }
.ptnew_li{ padding-top: 5px; }
.ptnew_li li{ background:url(20220718xsnh_icon03.png) top 10px left no-repeat; 
	padding-left: 20px; margin-bottom: 20px;
	font-size: 16px; line-height: 26px; } 
.ptnew_li li:hover{background:url(20220718xsnh_icon04.png) top 6px left no-repeat; }

.fwzn_cent{ background:url(20220718xsnh_idxhubg.png); padding: 50px 0 60px; 
	    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
 }
.bg_txtlib{ background:rgb(232,233,249,0.3); padding: 30px 18px 15px; }
.bg_txtlib li{}
.bg_txtlib li a{font-size: 16px;
line-height: 22px;
 background:url(20220718xsnh_icon03.png) top 8px left no-repeat; 
	padding-left: 16px; 
	margin-bottom: 18px;
}
.bg_txtlib li a:hover{
	background:url(20220718xsnh_icon04.png) top 3px left no-repeat; 
}
.bg_txtlib li p{
color: #7B7B7B;
font-size: 14px;
padding-left: 16px;
margin-bottom: 15px;
line-height: 24px;}
li.firstli a{font-size: 20px;
font-weight: 800; margin-bottom: 13px; 
line-height: 34px;}
li.firstli a,
li.firstli a:hover{ background:url(20220718xsnh_icon04.png) top 9px left no-repeat;}


.fwdf_ct{

}
.fwdf_ct .lf_txtimg{ width: 42%;padding-right: 0; }
.fwdf_ct .lf_txtimg b{ margin-bottom: 15px; }
.fwdf_ct .lf_txtimg p{font-size: 16px;
line-height: 26px;}
.fwdf_ct .lf_txtimg span{font-size: 13px;
font-style: oblique;
color: #BDBDBD;
line-height: 22px;}
.rgttxt_lib{ width: 58%; float: left; }
.bg_imgtxtlib{ min-height: 315px;
	background:rgb(232,233,249,0.3); padding: 20px 15px 5px; 
}
.bg_imgtxtlib .firstli a{ white-space: normal; }


.pcwrapper{}
.pcwrapper .swiper-button-prev{ background:url(20220718xsnh_idxban01.png) center no-repeat; left: 0; }
.pcwrapper .swiper-button-next{ background:url(20220718xsnh_idxban02.png) center no-repeat; right: 0;}
.item{}
.item b{ margin-bottom: 10px; }
.item p{ font-size: 15px; line-height: 26px; }




.swiper-container1 {
  display: block;
  overflow: hidden;
  width: 100%;
}
.swiper-container1 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.wenzi_list li{ line-height: 45px;}
.wenzi_list li a{ 
	background-image: url(20220607_list.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    padding-left: 28px;}


.wenzi_listbg li a{ }
.tuwen_list{ }
.tuwen_list li{ margin-bottom: 40px; }
.tuwen_list li img{ height: 185px; }
.tuwen_list li p{ margin-top: 10px;
 line-height: 28px;
 font-size: 16px; }

.lan_title{
    overflow: hidden;
	text-align: center;
	position: relative;
	margin: 10px 0 20px;
}
.lan_title a{   
	font-size: 30px;
    line-height: 24px;    
    padding: 8px 0 22px;
    font-weight: 700;
    text-decoration: none;
    color:#3D62D0;
    display: block;
    border-bottom: 2px solid #3D62D0;
    margin-bottom: 10px;
}
.lan_title span{ 
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 1px;
	left: 50%;
	margin-left: -10px;
} 
.lan_title a:hover{ color:#1c5fe8; }


.wenzi_list li a{ 
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width:100%;
}
.wenzi_list li span{  font-size: 19px;
    line-height: 38px;
    color: #aaa9a9;
    text-decoration: none;}


.zm_cenbaner{
	background: #dcebff;
	padding: 25px 20px 15px;
}

.zm_txt{ text-align: center; margin-top: 6px; margin-bottom: 5px; }
.text_list{ overflow: hidden; margin-top: 20px; }

.pic_list{ padding: 0 17px 10px; }
.pic_list .tuwen_list{margin: 0 -10px;}
.pic_list .tuwen_list li{padding:  0 10px; margin-bottom: 15px;}
.jzandxw{ margin:0 -10px 32px; }
.jzandxw > .col-md-6{ padding: 0 10px; }
.kxjz_ten{
	
}
.cent_sdnew{
	background: #f3f3f3; 
	margin-top: -66px;
	padding: 0 15px;
	padding-top: 66px;
}
.top_title{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 59px 0;
	padding-left: 90px;
	position: relative;
}
.top_title01{
	font-size: 31px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding: 31px 0;
	padding-right: 110px;
	position: relative;
}

@media (min-width: 768px){
	.tuwen_list li p{
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	height: 58px;}
	.bghui li{ padding: 0 8.5px; }
	.ptnew_li li{overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
	.bg_txtlib li a{
		display: block;
		width: 100%;
		overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
	.bg_txtlib li p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height:48px; 
	}


}
@media (max-width: 1800px){
	
}
@media (max-width: 1680px){
	
}
@media (max-width: 1599px){
	.sp_date{ margin-bottom: 15px; }
	.lf_txtimg{ width: 46%; }
	.rgt_txtzy{ width: 54%; }

}
@media (max-width: 1440px){
	
}
@media (max-width: 1399px){
	.tuwen_list li img{ height: 150px; }
	.xuebu_ct b{ font-size: 14px; text-align: center; }
	.xuebu_ct p{ font-size: 18px; }
	.sp_date{ margin-bottom: 12px; font-size: 12px; text-align: center;}
	.rgt_txtzy h3{ font-size: 17px; }
	li.firstli a{ font-size: 17px; }
}
@media (max-width: 1299px){
	.xuebu_ct p{ font-size: 16px; }
	.tuwen_list li img{ height: 138px; }
	.tp_bgcentxt p{ font-size: 19px; }
}
@media (max-width: 1280px){
	
}
@media (max-width: 1199px){
	.idx_xbli ul li{ margin-bottom: 20px; }
	.xuebu_ct p{ font-size: 20px; }
	.shipin li img{height: 141px;}
	.tuwen_list li img{ height: 110px; }
	
	.tp_bgcentxt{ background-size: cover; }
	.top_title,.top_title01{ background-size: 100%; }
	.top_title01{ font-size: 28px; line-height: 35px;padding:36.6px 0; padding-right: 100px; }
}
@media (max-width: 1099px){
	
}
@media (max-width: 991px){
	
	.shipin li img{height: 229px;}
	.bghui li{ margin-bottom: 15px; }
	.tuwen_list li img{ height: 174px; }
	.tp_bgcentxt p{ font-size: 18px; }
	.top_title{ font-size: 28px;    padding: 40px 0;padding-left: 70px; }
	.top_title01{ font-size: 22px; line-height: 28px;padding:24px 0; padding-right: 75px; }
	.dhdt_cent{ border-right: 0; margin-bottom: 30px; }
	.bg_txtlib{ margin-bottom: 20px; }
}
@media (max-width: 767px){
	
	.video_kex video{ width: 100%; height: auto; }
	.wenzi_list li a{ max-width:100%; }
    .shipin li img{height: auto;}
	.tuwen_list li img{ height: auto; width: 100%;}
	.chengjiu ul li{ width: 100%; text-align: left; }
	.wenzi_list li span{ display:none; }
	.ywtop h3{white-space: normal;
    font-size: 20px;}
    .ywtop p{ font-size: 16px; }
    .zt_cent{ font-size: 16px; }
    .img_bgsy{ margin:0 0 15px 0; width: 100%; }
    .img_bgsy b img{width: 100%;}
    .padline p{ font-size: 16px; }
    .tuwen_list li p{ font-size: 16px;    
    	height: auto;
    margin-bottom: 18px; }
    .lan_title01{background:none;}
    .top_title{ font-size: 36px; padding: 69px 0;padding-left: 90px; }
	.top_title01{ font-size: 31px; padding: 41px 0;padding-right: 110px; line-height: 40px;}
	.xuebu img{width: 100%;}
	.sp_date {margin-bottom: 20%;}
	.bg_txtlib li a{ display: block; }
	.lf_txtimg{ width: 100%; padding-right: 0; margin-bottom: 15px; }
	.rgt_txtzy{ width: 100%; }
	.rgt_txtzy h3 span{ font-size: 14px; }
	.fwdf_ct .lf_txtimg{ width: 100%; }
	.rgttxt_lib{ width: 100%; }
	.dhdt_cent{ padding-right: 0; }
	.dhdt_cent li.col-md-4.col-sm-4{
		margin-bottom:20px;
	}
}
@media (max-width: 680px){
	
}
@media (max-width: 500px){
	.top_title01{font-size: 26px; line-height: 30px;}
	.sp_date{ margin-bottom: 15%; }
}
@media (max-width: 460px){
	.lan_title a{ font-size: 24px; }
	.top_title{ font-size: 28px; padding: 40px 0;padding-left: 70px; }
	.top_title01{ font-size: 20px; line-height: 24px;padding:24px 0; padding-right: 75px; }
}
@media (max-width: 385px){
	
}
@media (max-width: 345px){
	.top_title{font-size: 24px; }
}


/* foot */
.foot{ color: #fff; background: url(20220718xsnh_btm.png) no-repeat top center;}
.foot a{ color: #fff; }
.foot .copyright{padding: 30px 0 25px;
    overflow: hidden;}
.foot .cas_jiucuo{
    float: right;
    width: 18%;
text-align: right;}
.foot .cas{ float: left; margin-right: 100px;}
.foot .cas img{ width: 309px; }
.foot .left{ width: 51%;text-align: left; margin-top: 13px;}
#_span_jiucuo{    display: inline-block;
    vertical-align: top;
    margin-top: 13px;margin-right: 20px;}
#_ideConac{ display:inline-block; }

@media (min-width: 1921px){
	.foot{ background-size: 100% auto;}
}

@media (max-width: 1399px){
	.foot .cas img{ width: 270px; }
}
@media (max-width: 1299px){
	.foot .cas {margin-right: 40px;}
	.foot .cas_jiucuo{ width: auto; }
	.foot .left{ width: 55%;}
}
@media (max-width: 1199px){
	.foot .cas{ margin-right: 25px;  margin-top: 15px;}
	.foot .left{ width: 68%; }
	.foot .cas_jiucuo{ width: 9%; }
	.foot .cas img{ width: 190px; }
	#_span_jiucuo{ margin-right: 0; }
}
@media (max-width: 991px){
	.foot { background-size: cover; }
	.foot .cas{ width: 100%; margin: 0; text-align: center;}
	.foot .cas img{ width: 250px; display: inline-block; }
	.foot .cas_jiucuo { padding-top: 0;
    width: 100%;
    text-align: center;}
    .foot .left{ width: 100%; text-align: center;}
}
@media (max-width: 767px){
	
    
}
@media (max-width: 570px){
	
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
	
	
}

/* Ã¥Ë†â€”Ã¨Â¡Â¨ */
.view_cent{  }
.xsnhgl_cent{ padding: 30px 35px; background: #fff;border-top: 5px solid #3D62D0; }
.new-graphics .tuwen_list li p{ font-size: 16px; margin-bottom: 5px; color: #444; }
.new-graphics .tuwen_list li span{font-size: 15px;
font-style: oblique;
color: #A1A1A1;
line-height: 18px;}
.new-graphics .tuwen_list li p:hover{ color: #3D62D0; }

.ky_seemore{ text-align: center; display:none;  margin: 20px 0 30px;}
.ky_seemore button{
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-radius: 3px;
	border: 1px solid #3D62D0;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background:#3D62D0;}
.ky_seemore button:hover{ background:#acacac; border:1px solid #acacac; color:#333; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }
.breadcrumb{ background:none;  float: right;}
.title_gl{ 
	display:inline-block;
	font-weight: 700;
	color: #444444;
	margin: 0 0 35px;
	padding: 7px 0;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0f58bb;
	position: relative; 
}
.title_gl:after{
	content: '';
	display: inline-block;
	width: 55px;
	height: 6px;
	background: #ff4e4e;
	position: absolute;
	bottom: -5px;
	left: 0; 
}
.join-us-wrap{
	width: 100%;
}
.join-us-wrap h4{
	overflow: hidden;
	background: #0f58bb;
	padding: 20px 30px;
	margin: 0;
}
.join-us-wrap h4 span{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.join-us-wrap h4 a.join-more{
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.join-us-wrap .join-us-list{
	background: url(bg-icon.png) center center no-repeat;
		box-shadow: 0px 0px 15px 0px 
			rgba(15, 88, 187, 0.2);
	padding: 22px 30px;
	background-size: cover;
}
.join-us-wrap .join-us-list li{
	background: url(icon_icas.png) 0 20px no-repeat;
}
.join-us-wrap .join-us-list li a{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #444444;
	display: inline-block;
	width: 100%;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 15px;
}
.pub-wrap{
	margin-top: 30px;
}
.pub-wrap .img-box img{
	width:100%;
}
@media screen and (min-width: 768px){
	.new-graphics .tuwen_list li p{ 
		 display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height:56px; }
}
@media screen and (max-width: 767px){
	.ky_seemore{  display:block; }
	.breadcrumb{ margin-bottom: 10px; display: none; }
	.xsnhgl_cent{ padding: 20px 15px; }
	.title_gl{font-size: 20px;}
}
@media screen and (max-width: 500px){
	.title_gl{ background-size: 35%; }
	.title_kxzg{  background-size: 21%; }
}


/*-----------------Ã¥â€ºÂ¾Ã¦â€“â€¡Ã¥Ë†â€”Ã¨Â¡Â¨---------------------*/
.graphiclist {overflow: hidden;}
.graphiclist li{padding:0 0 40px; display: block; overflow: hidden; 
	border-bottom: 1px solid #D5D5D5; margin-bottom: 28px;}
.graphiclist li:last-child{
	margin-bottom: 0;
}
.people-item{
	overflow: hidden;
}
.people-item li{
	width: 20%;
	padding: 0 15px;
	float: left;
}
.people-item li{
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.people-item li img{
	transition: all ease 0.25s;
}
.people-item li .people-name{
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #444444;
	display: block;
	margin:15px 0 8px 0;
}
.people-item li:hover .people-name{
	color: #2f6fd7;
}
.people-item li:hover img{
	opacity: 0.8;
	box-shadow: 1px 3px 10px #3d3a3a;
}
.people-item li .people-line{
	width: 27px;
	height: 4px;
	display: inline-block;
	background: #2f6fd7;
}
.peops #pager{margin: 50px auto;}
.peops .pager ul{overflow: hidden;text-align: center;}
.peops .pager ul li{display: inline-block;float: none;padding: 4px 10px;border-radius: 2px;}
.peops .pager ul li.text #chatpage .enter{height: 27px;line-height: 27px;}
.peops .pager ul li.text #chatpage .pagenum{line-height: 27px;outline: none;}
.peops .pager ul li.text{transform: translateY(-5px);}
.peops .phone-more{margin-top:15px;margin-bottom:15px;}
.peops .phone-more li{text-align: center;}
.peops .people-item li img{height: 280px;}
.peops .phone-more li #more{width: 100%;border-color: #0e50a9;background:#0e50a9;color: #fff;font-size: 16px;padding:10px 0; }
.graphiclist li h2 { font-size:24px; 
	margin:0 0 10px 0; line-height: 36px;
	padding-top: 15px;
	font-weight: 700;
color:#444;}
.graphiclist .news-img img{ 
	
}
.graphiclist .news-txt p { line-height: 26px; 
	font-size: 14px; 
	margin:0 0 10px; color:#444;}
.graphiclist .news-txt span{display: inline-block;margin-top: 15px; font-size: 24px; color:#3077d8; font-style: initial; }
.graphiclist .news-txt span i{font-size: 18px;font-style: initial;color:#777777;}
.graphiclist .news-txt a:hover h2{ color:#3D62D0;  }
.graphiclist .news-txt a:hover p,
.graphiclist .news-txt a:hover span{ color:#3D62D0; }

@media (min-width: 768px) {
	.graphiclist .news-txt p{
	 font-size: 18px;
	 color:#777;
	  overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 20px;
}
	.graphiclist .news-img img{ width: 340px; height: 240px;object-fit: cover;}
	.graphiclist .news-img{ margin-right: 30px;}
	.graphiclist li h2 { 
		/* overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap; */}

}

@media screen and (min-width:768px) and (max-width:991px){
  .graphiclist .news-txt p{-webkit-line-clamp: 2; height: 50px;}
  .current_leaders li .news-txt p{ height: 66px; }
}

@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.graphiclist li{  }
	.graphiclist .news-img img{ width: 180px; height: 101px;}
	.graphiclist .news-txt p {  }
	.graphiclist li h2 a { height: 20px; }
	.graphiclist .learn_more{ float: right; }
	.graphiclist li h2{ padding-top: 5px; }
}
@media (max-width: 767px) {
	.graphiclist .news-img{ margin-bottom:15px;margin-right: 0;}
	.graphiclist .news-img img{ width: 100%; height:auto;}
	.graphiclist li{
    display: block;
    overflow: hidden;}
	.graphiclist li h2 a {height: auto;
    	white-space: normal;
		line-height: 28px;
		line-height: 22px;}

}

/* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
.text_listtime{ padding-left: 20px; }
.text_listtime li{ line-height: 40px; overflow: hidden; font-size: 16px;}
.text_listtime li:nth-child(5n){ border-bottom: 1px solid #D5D5D5; padding-bottom: 30px; margin-bottom: 30px;}
.text_listtime li a{
	background-image: url(20220718xsnh_icon01.png);
    background-repeat: no-repeat;
    background-position: left top 19px;
    padding-left: 16px;
    float: left;
    max-width: 80%; }
.text_listtime li a:hover{
	font-size: 18px;
	font-weight: 700;
	background-image: url(20220718xsnh_icon02.png);
	background-position: left top 15px; color: #444;}
.text_listtime li span{ padding-right: 4px; font-size: 15px;color: #A1A1A1;
    font-style: oblique;}   
.text_listtime li a{ 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media screen and (min-width: 768px){
    
}

@media screen and (max-width: 767px){
	.text_listtime li a{ max-width: 100%; }
	.text_listtime li span{ display:none; }
	.text_listtime li span{ display:none; }
}


/*---------------details---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px;}
.xltoptitle{
    border-bottom: 2px solid #3D62D0;
    padding: 0px 0px 10px 0px;
    margin: 0 0 20px;
}
#xlmain .wztitle {
	    font-size: 28px;
    line-height: 32px;
    color: #444;
    text-decoration: none;
    text-align: center;
    font-weight: 700;}
.lyandtime{ font-size: 14px; color:#9a9a9a; }
#xlmain .qtinfo {color:#666; 
	text-align:left; font-size: 14px;
	padding: 0px 0px 0 0px;margin-bottom: 0;}
.share_sy{  border-bottom: solid 1px #cccccc; padding-bottom: 6px; }
#xlmain .textxl p{ font-size: 16px; color:#404040; text-indent: 0; }


#xlmain .qtinfo a {color:#666; text-decoration: none;}
#xlmain .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
#xlmain .text { margin:0; overflow:hidden; display:block;}
#xlmain .text p {margin: 0 0 24px 0;}
#xlmain .text p:last-child {margin: 0;}
#xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textlx { margin:0; overflow:hidden; display:block;}
#xlmain .textlx p {margin: 0 0 12px 0;}
#xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textxl { margin:10px 6px 6px 6px; overflow:hidden; display:block;}
#xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;padding: 0 0 10px 0;}
#xlmain .textxl table {margin: 0 0 15px 0;}
#xlmain .textxl td {text-align: center;}
#xlmain .textsp { margin:30px auto 0 auto; overflow:hidden; display:block;width: 56%;}
#xlmain .textsp video {border: #c3d2e5 solid 6px;border-radius: 5px;margin-bottom: 10px;}
#xlmain .xilan-content-main.zoomIn {
  font-size: 19px;
  line-height: 36px;
}
#xlmain .xilan-content-main.zoom {
  font-size: 16px;
  line-height: 30px;
}
#xlmain .xilan-content-main.zoomOut {
  font-size: 13px;
  line-height: 24px;
}
#xlmain .textxl *{
	    font-size: 16px!important;
    line-height: 34px!important;
    font-family: \5FAE\8F6F\96C5\9ED1!important;
    color: #444!important;
}
#xlmain .textxl p a{ color:#2966ca !important}
.time_ly{ overflow: hidden; }
.time_ly .right b{ font-weight: normal; margin-right: 20px; }
.text_right{ text-align: right; }
.text_center{ text-align: center; }
.xl_font font{ cursor: pointer; }
.xl_font font:hover{ color:#2d5dc3; }

#xlmain .wztitlefb{    
	font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 3px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 767px) {
	#xlmain .textxl img {max-width: 100%;}
}
@media (max-width: 1199px) {
	#xlmain .textsp { width: 64%;}
	.enclosure_btm h3{ width: 16%;}
	.enclosure_btm ul{ width: 84%; }
}
@media screen and (max-width: 991px){
	#xlmain .textsp { width: 80%;}
	.share_sy .col-sm-5{ width:100%; margin-bottom: 5px;}
	#xlmain .qtinfo{  text-align: center; }
	.share_sy .col-sm-7{ width:100%;text-align: center; }
	.font_txtbh{ float: none; }
	.enclosure_btm h3{ width: 25%;}
	.enclosure_btm ul{ width: 75%; }
}
@media (max-width: 767px) {
	#xlmain .wztitle {line-height:30px;font-size: 22px;}
	#xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
	.font_txtbh{ margin-bottom: 5px; }
	.share{text-align: center;
    width: 140px;
    float: none;
    margin: 0 auto;}
    .enclosure_btm h3{ width: 100%;}
	.enclosure_btm ul{ width: 100%; }
	.time_ly .left{ width: 100%; text-align: center; margin-bottom: 6px;}
	.time_ly .right{ width: 100%; text-align: center; }
}


/*Ã©Â¼Â Ã¦Â â€¡Ã¥Ë†â€™Ã¨Â¿â€¡Ã¥ÂËœÃ¥Â¤Â§*/
.img_hovbig{
	display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.img_hovbig:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}



/*Page*/
#pages {
    width:100%; font-size: 14px; text-align:center; clear:both; 
    border-top: dotted 0px #cccccc; 
	overflow: hidden; padding-top: 0px; margin: 20px 0 30px;
}
#pages span{padding:8px 16px;}
#pages A {
    background: #acacac; 
    color: #333; 
	text-decoration:none;
    border: #3c85e9 1px solid; 
    display: inline-block; 
	padding:8px 16px;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:#acacac;}
#pages A:hover {
    border: #e5e5e5 1px solid; background: #3c85e9;  color: #333;
}
#pages A.curr {
    border: #e5e5e5 1px solid; background: #e5e5e5;  color: #333;
}
#pages A.curr:visited {
    border: #e5e5e5 1px solid; background: #e5e5e5;  color: #333;
}
#pages .curr{
	background: #e5e5e5;
    color: #2d5dc3;
	border:1px solid #e5e5e5;
	display:inline-block;
}

@media screen and (max-width: 767px){
	#pages A { padding:3px 10px; font-size: 13px; }
	#pages .nolink{ padding:3px 10px; }
}
@media screen and (max-width: 320px){
	#pages A { padding:2px 8px; font-size: 12px; }
	#pages .nolink{ padding:2px 8px; }
}




/*  Ã¥Å“Â°Ã¥Â­Â¦Ã©Æ’Â¨  */

/* header-top */
.img-box img{
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.dxb_logo{
  margin:29px 0 38px 0;
}
.dxb_banner .text-center{
  position: relative;
}
.dxb_banner .text-center img{
  width: 100%;
}
.dxb_banner .img-box{
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 35px;
  background: url(20220725_dxb_icon03.png) bottom center no-repeat;
}
.dxb_banner .img-box img{
  width: auto;
}
.dxb_main_left{
  width: 1600px;
  padding:0 80px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#dxb_left_menu{
  width: 100%;
  overflow: hidden;
}
#dxb_left_menu .dxb_title_yellow{
  float: left;
  font-size: 43px;
  font-weight: 800;
  color: #FFFFFF;
  border-bottom: 7px solid #28A5E0;
  padding-bottom: 20px;
  line-height: initial;
}
#dxb_left_menu .dxb_left_top{
  overflow: hidden;
  float: right;
  transform: translateY(18px);
}
#dxb_left_menu li{
  float: left;
}
#dxb_left_menu li>a{
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: inline-block;
  height: 65px;
  padding: 0 27px;
  line-height: 65px;
}
#dxb_left_menu li.active>a,#dxb_left_menu li>a:hover{
  background: #32C5FF;
  border-radius: 4px 4px 0px 0px;
  opacity: 0.8;
}
/* center */
.cont-wrap{
	padding-top: 50px;
	background: url(cont-bg-icas.png) top center no-repeat;
	background-size: cover;
}
.aside-left{
	padding: 0 15px;
	width: 17%;
	float: left;
}
.aside-left .aside-wrap{
	
}
.aside-left .aside-tit{
	font-size: 30px;
	margin: 0;
	line-height: 38px;
	letter-spacing: 0px;
	color: #2f6fd7;
	padding-bottom: 20px;
}
.cont-box-main{
	float: right;
	width: 82%;
	padding: 0 15px;
}
.cont-top-box{
	/*overflow:hidden;*/
}
.about-box{
	margin-top: 70px;
}
.about-box-first{
	position: relative;
}
.about-box-first .img-box{
	background: #0f58bb;
	overflow: inherit;
}
.about-box-first .img-box img{
	width: 100%;
	transform: translate(25px,25px);
}
.about-box-first .wrap{
	padding-left: 30px;
	padding-top: 25px;
}
.about-box-first .wrap .about-title{
	font-size: 48px;
	line-height: 36px;
	color: #444444;
}
.about-box-first .wrap .line{
	width: 50px;
	height: 4px;
	background: #b9c7ea;
	margin: 25px 0 20px 0;
}
.about-box-first .wrap .des{
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}
.about-box-first .about-more{
	position: absolute;
	bottom: -25px;
	right: 0;
	width: 136px;
	height: 50px;
	line-height: 46px;
	display: inline-block;
	font-size: 20px;
	color: #0f58bb;
	text-align: center;
	border: 2px solid #edf2ff;
	border-radius: 25px;
}
.about-box-first .about-more:hover{
	background: #0f58bb;
	color: #fff;
}
.about-box-second{
	margin-top: 75px;
	background: #edf2ff;
	padding: 50px 0;
}
.about-box-second .history{
	font-size: 48px;
	line-height: 36px;
	color: #444444;
	text-align: center;
	position: relative;
}
.about-box-second .line{
	text-align:center;
	margin-bottom: 30px;
}
.history-box{
	width: 100%;
}
.about-box-third{
	padding: 50px 0;
	background: #fff;
}
.about-box-third .dir-box{
	position: relative;
}
.about-box-third .dir-box .img-box{
	position: absolute;
	right: 0;
	top: 0;
}
.about-box-third .dir-box .wrap{
	padding-right: 250px;
}
.about-box-third .wrap .about-title{
	font-size: 48px;
	line-height: 36px;
	color: #444444;
}
.about-box-third .wrap .line{
	width: 50px;
	height: 4px;
	background: #b9c7ea;
	margin: 25px 0 20px 0;
}
.about-box-third .wrap .des{
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}
.about-box-third .dir-more{
	margin-top: 50px;
}
.about-box-third .dir-more a{
	width: 136px;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    font-size: 20px;
    color: #0f58bb;
    text-align: center;
    border: 2px solid #edf2ff;
    border-radius: 25px;
}
.about-box-third .dir-more a:hover{
	background: #0f58bb;
	color: #fff;
}
.about-box-second .history-more{
	margin-top: 50px;
	text-align: center;
}
.history-swiper{
	position: relative;
}
.history-swiper .swiper-button-next{
	position: absolute;
	top: 25px;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(hosity-news.png) center center no-repeat;
}
.about-box-second .history-more a{
	width: 136px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	line-height: 50px;
	font-size: 20px;
	color: #0f58bb;
	display: inline-block;
}
.about-box-second.Message{
	margin-top: 30px;
}
.about-box-second.Message .history{
	text-align: left;
}
.about-box-second.Message .line{
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.about-box-second.Message .dir{
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}
.about-box-second.Message .mes-more{
	text-align: right;
	margin-top: 60px;
}
.about-box-second.Message .mes-more a{
	width: 136px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    line-height: 50px;
    font-size: 20px;
    color: #0f58bb;
    display: inline-block;
    text-align: center;
}
.about-box-second.Message .mes-more a:hover{
	background: #0f58bb;
	color: #fff;
}
.about-box-second .history-more a:hover{
	background: #0f58bb;
	color: #fff;
}
.history-box .time{
	font-size: 30px;
	line-height: 36px;
	color: #3057bb;
	padding-bottom: 18px;
	background: url(hostiy-bg.png) 0 bottom repeat-x;
}
.history-box .des{
	font-size: 20px;
	line-height: 36px;
	color: #666666;
	width: 90%;
	margin-top: 20px;
}
.about-box-second .line span{
	width: 50px;
	height: 4px;
	display: inline-block;
	background: #ff5b5b;
}
.cont-top-box .main-title{
	margin: 0;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #444444;
	position: relative;
	float: left;
}
.cont-top-box .main-title:after{
	content: '';
	display: inline-block;
	width: 80px;
	height: 8px;
	background: #ff5b5b;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.content-bread{
	float: right;
	color: #999999;
	font-size: 18px;
	padding-left: 24px;
	margin-top: 6px;
	background: url(home-icas.png) 0 center no-repeat;
}
.content-bread a{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.content-box{
	padding-bottom: 100px;
}
.content-box *{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #444444;
}
.aside-list{
	width: 100%;
} 
.aside-list li{
	border-top: 1px solid #dddddd;
	/*transition: all ease 0.25s;*/
}
.aside-list li:hover{
	background: url(aside-bg.png) right center no-repeat;
}
.aside-list li:hover a{
	color: #2f6fd7;
} 
.aside-list li a{
	font-size: 18px;
	line-height: 60px;
	letter-spacing: 0px;
	color: #666666;
} 
.aside-list li.active{
	background: url(aside-bg.png) right center no-repeat;
} 
.aside-list li.active a{
	color: #2f6fd7;
} 
.dxb_bread{
  text-align: right;
}
.dxb_bread .breadnav{
  padding: 0 85px;
  display: inline-block;
}
.dxb_swiper_box{
  position: relative;
  overflow: hidden;
}
.swiper-btn{
	opacity: 0;
	transition: all ease 0.15s;
}
.dxb_swiper_box:hover .swiper-btn{
	opacity: 1;
}
.dxb_swiper_box .dxb_news_left{
	position: relative;
}
.dxb_swiper_box .dxb_news_left .dxb_news_info{
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 80px;
	padding: 21px 20px;
	border-left: 4px solid #c5deff;
	background: rgba(15,88,187,0.8);
}
.dxb_news_left .dxb_news_info a{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dxb_swiper_box .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.dxb_swiper_box .swiper-pagination-bullet-active{
	background: #fff;
	width: 24px;
	border-radius: 5px;
}
.dxb_swiper_box .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 30px;
}
.swiper-btn .swiper-button-next{
  background: url(20220718xsnh_idxban02.png) center center no-repeat;
}
.swiper-btn .swiper-button-prev{
  background: url(20220718xsnh_idxban01.png) center center no-repeat;
  border-right: 1px solid #2C305F;
}
.swiper-btn .swiper-button-prev,.swiper-btn .swiper-button-next{
  width: 60px;
  height: 58px;
  background-size: cover;
  margin-top: 0;
}
.dxb_news_right .dxb_news_more{
  position: absolute;
  right: 36px;
  bottom: 16px;
}
.dxb_news_right .dxb_news_more a{
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
}
.dxb_news_right li{
  background: #1447B8;
  transition: all ease 0.25s;
}
.dxb_news_right li:nth-child(1).active{
  margin-top: 0;
}
.dxb_news_right li .news_item{
  padding: 22px 27px 0 37px; 
}
.dxb_news_right li .dxb_news_title{
  margin: 0;
  position: relative;
}
.dxb_news_right li .dxb_news_title:after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #D9BD00;
  position: absolute;
  top: 0;
  left: 0;
}
.dxb_news_right li .dxb_news_title a{
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  line-height: 28px;
  display: inline-block;
  margin-top: 20px;
}
.dxb_news_right li .dxb_news_des{
  display: none;
}
.dxb_news_right li.active{
  background: #F9FAFC;
  padding: 10px;
  margin-top: 20px;
}
.dxb_news_right li.active .news_item{
  padding: 30px;
  border:1px solid #A9BEEF;
}
.dxb_news_right li.active .dxb_news_title{}
.dxb_news_right li.active .dxb_news_title:after{
  display: none;
}
.dxb_news_right li.active .dxb_news_title a{
  font-size: 22px;
  font-weight: 800;
  color: #444444;
  line-height: 34px;
  margin-top: 0;
}
.dxb_news_right li.active .dxb_news_des{
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  line-height: 26px;
  margin-top: 20px;
}
.dxb_xueshu{
  margin-top: 56px;
}
.dxb_xueshu_box .title_gl{
	font-size: 30px;
}
.dxb_xueshu_box .lf_txtimg{
	width: 37%;
}
.dxb_xueshu_box .rgttxt_lib{
	width: 63%;
}
.dxb_xueshu_box .bg_txtlib li p{
	position: relative;
}
.dxb_xueshu_box .bg_txtlib li p .dxb_time{
	position: absolute;
	bottom: 0;
	right: 26px;
	color: #BDBDBD;
}
.dxb_xueshu_box .bg_imgtxtlib{
	background: #F9FAFC;
}
.dxb_xueshu_box .bg_txtlib li{
	overflow: hidden;
	position: relative;
}
.dxb_xueshu_box .fwdf_ct{
	overflow: hidden;
}
.dxb_xueshu_box .bg_txtlib li.firstli a{
	width: auto;
}
.dxb_xueshu_box .bg_txtlib li.firstli .dxb_time{
	top:auto;
}
.dxb_xueshu_box .bg_txtlib li a{
	display: block;
	width: 80%;
}
.dxb_xueshu_box .bg_txtlib li .dxb_time{
	position: absolute;
	right: 26px;
	top: 0;
	color: #BDBDBD;
}
.dxb_show_box{
	margin-top: 55px;
}
#pages {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-top: 30px;
}
#pages #more {
  width: 100%;
  background: #2081c5;
  color: #fff;
  padding: 10px 0;
}
#pages span,
 #pages a {
  display: inline-block;
  height: 40px;
  width: auto;
  min-width: 40px;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 40px;
  margin: 0 2px;
}
#pages span {
  background: #3c85e9;
  color: #fff;
}
 #pages a {
  background: #fff;
  color: #2081c5;
}
#pages a:hover {
  background: #3c85e9;
  color: #fff;
} 
.content-list-wrap  li{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.content-list-wrap li:last-child{
	margin-bottom: 30px;
}
.content-list-wrap .list-title{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #444444;
	margin: 0;
	transition: all ease 0.25s;
}
.content-list-wrap a:hover .list-title{
	color: #3077d8;
}
.content-list-wrap .list-info{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #3077d8;
}
.content-list-wrap .list-info span{
	font-size: 18px;
	color: #777777;
	margin-left: 5px;
}
.content-list-wrap .list-des{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #777777;
	margin:20px 0 15px 0;
}
.content-title-box{
	margin-top: 50px;
	text-align: center;
}
.content-title-box h4{
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #444444;
	margin: 0;
}
.title-appendix{
	font-weight: 700;
	color: #0e4fa8;
}
.wrap-appendix{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #0e4fa8;
}
.wrap-appendix ul li a{
	color: #0e4fa8;
}
.content-title-box .time{
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 30px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 25px;
}
.people-item li.people-list-wenzi{
	text-align: left;
}
/* Ã¤ÂºÂºÃ¥â€˜Ëœ */
.people-wrap{
	margin-top: 75px;
}
.people-wrap .people-par-box{
	position: relative;
}
.people-par-box .img-box{
	position: absolute;
	right: 0;
	top: 0;
	width: 199px;
	height: 277px;
	border: solid 4px #a6c1f0;
	overflow: inherit;
}
.people-par-box .img-box img{
	width: 199px;
	height: 277px;
	transform: translate(-10px, 10px);
}
.people-par-box .people-info{
	padding-right: 230px;
}
.people-par-box .people-info .people-names{
	margin: 0;
	border-bottom: 1px solid #a6c1f0;
}
.people-par-box .people-info .people-names span{
	font-size: 32px;
	border-bottom: 4px solid #2f6fd7;
	padding-bottom: 20px;
	display: inline-block;
}
.people-par-box .people-info .more-dirs{
	padding: 10px;
}
.people-par-box .people-info .more-dirs li{
	font-size: 18px;
	line-height: 36px;
	color: #777777;
}
.people-par-box .people-info .more-dirs li span{
	font-size: 18px;
	line-height: 36px;
	color: #444444;
	font-weight: 600;
	display: inline-block;
	min-width: 140px;
}
.people-wrap .other-info{
	margin-top: 70px;
}
.people-wrap .other-info .other-list{}
.other-info .other-list .other-title{
	margin: 0;
	border-left: 4px solid #2f6fd7;
	font-size: 32px;
	padding-left: 14px;
}
.other-info .other-list .other-cont{
	margin-top: 25px;
	padding: 0 10px;
}
.other-info .other-list .other-cont *{
	font-size: 16px;
	line-height: 26px;
}
@media screen and (max-width: 991px){
  .peops .people-item li img{
  	height: auto;
  }
}
@media (max-width: 767px) {
	.dhdt_cent .news-tab-tit{
		display: block;
	}
	.mb50{
		margin-bottom: 20px;
	}
	.phone{
		display: block;
	}
	.cont-box-main{
		width: 100%;
	}
	.aside-left{
		position: fixed;
	    right: -200px;
	    min-width: 200px;
	    background: #103ca0;
	    padding: 15px 10px;
	    z-index: 9;
	}
	.aside-left .aside-wrap{
		position: relative;
	}
	.aside-left .aside-wrap :after{
		content: '';
	    pointer-events: auto;
	    display: inline-block;
	    width: 28px;
	    height: 55px;
	    background: url(aside_icon05_2022gz.png) no-repeat center;
	    background-color: #103ca0;
	    border-radius: 6px 0 0 6px;
	    position: absolute;
	    top: 50%;
	    left: -36px;
	    transform: translateY(-60%);
	}
	.aside-left.active .aside-wrap :after{
	    content: '';
        pointer-events: auto;
        display: inline-block;
        width: 28px;
        height: 55px;
        background: url(aside_icon06_2022gz.png) no-repeat center;
        background-color: #103ca0;
        border-radius: 6px 0 0 6px;
        position: absolute;
        top: 50%;
        left: -36px;
        transform: translateY(-60%);
	}
	.aside-left.active{
		right: 0;
		transition: all ease 0.25s;
	}
	.aside-list{
		margin-top: 10px;
	}
	.aside-left .aside-tit{
		color: #fff;
		padding-bottom: 10px;
	}
	.aside-list li{
		padding: 10px;
	}
	.aside-list li a{
    	line-height: 35px;
		color: #fff;
	}
	.aside-list li.active{
		background: #1153ac;
	}
	.aside-list li.active a{
    	font-weight: 700;
    	color: #fff;
	}
	.cont-top-box .main-title{
		float: none;
	}
	.content-bread{
		float: none;
		margin-top: 40px;
	}
	.people-item li{
		width: 50%;
	}
	.dxb_swiper_box .swiper-container-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.dxb_swiper_box .dxb_news_left .dxb_news_info{
		width: 100%;
		bottom: 0;
		padding: 5px;
	}
	.dxb_news_left .dxb_news_info a{
		font-size:14px;
		line-height: 25px;
	}
	.people-par-box .img-box{
		position: inherit;
		width: 100%;
		border: none;
		text-align: center;
	}
	.people-par-box .img-box img{
		width: auto;
		max-width: 100%;
		transform: none;
	}
	.people-par-box .people-info{
		padding-right: 0;
		margin-top: 20px;
	}
	.about-box-first .wrap{
		padding-left: 0;
	}
	.about-box-third .dir-box .wrap{
		padding-right: 0;
	}
	.about-box-first .about-more{
		position: inherit;
		margin-top: 20px;
	}
	.about-box-third .dir-box .img-box{
		position: inherit;
	}
	.about-box-third .wrap .about-title,.about-box-second .history,.about-box-first .wrap .about-title{
		font-size: 26px;
	}
	.about-box-first .img-box img{
		transform: none;
	}
}