*{
    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: \5FAE\8F6F\96C5\9ED1;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	height: auto;
	background: #fff;
}
a {
	color: #333;
	-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: #3d55a7;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: 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: #3C5AA9;}
input:-moz-placeholder{ color: #3C5AA9;}
input::-moz-placeholder{ color: #3C5AA9;}
input:-ms-input-placeholder{ color: #3C5AA9;}


.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;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.bh { display:block; overflow:hidden;}
.img-hover:hover {
    opacity: 0.8;
}


@media (min-width: 1230px){
	.container{width: 1200px;
    	max-width: 1200px;
	}

}
@media (min-width: 1260px) {
  .container{
    width: 1230px;
    max-width: 1234px;
  }
}
@media (min-width: 1299px) {
  .container{
    width: 1284px;
    max-width: 1284px;
  }
}
.ycs_style .ycs_wrap  #content .row{
	margin-right: 0;
	margin-left: 0;
}


/* 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(topbg_20220702gb.png) #114a95 no-repeat top right; }
.top_lanli{ margin-bottom: 7px; overflow: hidden; }
.search{ float: right; }
.ks_li{ float: right; margin-top: 8px; margin-left: 16px;}
.ks_li li{ float: left; font-size: 14px; color: #fff;}
.ks_li li a{ color: #fff; }
.ks_li li a:hover{ color: #869ff6 }
.ks_li li span{ padding: 0 10px; }
.search{ width: 150px;height: 30px; background:#fff;
	border-radius: 30px;position: relative; margin-top: 3px;
	padding-right: 12px;}
#searchword{ width: 80%; float: left; border:0; height: 26px;
	outline: 0;
margin:2px 0 0 10%; display: inline-block; }
#sub-pc{ background:url(srarch_20220702gb.png) no-repeat; 
	width: 15px; height: 15px; border:0;
	position: absolute; right: 10px; outline: 0;
	top: 7px; }
.top_logo{ margin-bottom: 17px; }
.tpic01{ width: 100%; }
.tpic02{ width: 100%; display:none; }
.cent_nav{ background: #254f9d; border-top: 1px solid #209bf9; }

/*下拉菜单*/
.head_nav{ 
	
 }
.ycs_style .head_nav .nav >li >a{
	padding:15px 36px;
}
.head_nav .container .nav{
	justify-content:center;
}
.nav{ text-align: center; }
.nav li{
	display: inline-block;
	height: 50px;
}
.nav >li >a{
	font-size: 16px;
	color: #FFFFFF;
	padding: 15px 34px;
}
.nav >li >a:hover{ background: none;color: #209bf9;}
.nav li ul{ padding: 10px 10px;
	background:#f3f5fb; 
	text-align: left;
	min-width: 220px;
	box-shadow: 0 10px 10px #c2d0dd;}
.nav li ul li{
	float: none;
	height: auto;
	display: block;
	text-align: left;
}
.nav li ul li a{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	display: block;
	width: 100%;
}
.nav li ul li a:hover{
	background: none;
	text-decoration: none;
	color: #254f9d;
}
.nav li ul{
	position: absolute;
	z-index: 99;
	display: none;
}

#topNav .swiper-slide {
    padding: 0 5px;
    width: 30%;
    text-align: center;
}
.pchide{ display: none; }
.pad_nav_box{ background:#114a95; position: relative; }
#topNav{ display: none; }
#topNav ul{ line-height: 42px; }
#topNav ul li{ padding-left: 20px; }
#topNav ul li.active{background:#d34f45;}
#topNav ul li a{ font-size: 18px; color: #fff; }
.mobnav_btn{
	background: none;
    border: 0;
    position: absolute;
    right: 10px;
    top: -27px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1921px){
	
}
@media (max-width: 1280px){
	
}
@media (max-width: 1199px){
	.nav >li >a{ padding: 15px; }
}
@media (max-width: 991px){
	.nav >li >a{font-size: 15px;padding: 15px 6px;}
	.nav li ul li{min-width: 122px;}
}
@media (max-width: 767px){
	.tpic01{ display:none; }
	.tpic02{ display:block; }
	.pchide{ display: block; }
	.mobhide{ display: none; }
}

@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;
}


.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.banner01{

}
.banner01.swiper-container-horizontal>.swiper-pagination-bullets{ 
	display:inline-block; 
	left: auto; 
	right:12px; 
	width: auto;
	bottom: 14px;
}
.banner01 .swiper-pagination-bullet{ 
	width: 14px; 
	height: 14px; 
	background: #fff;
	opacity: 1;
}
.banner01 .swiper-pagination-bullet-active{
	width: 40px; 
	border-radius: 20px;
}

.djban_txt{ 
  padding: 35px 20% 10px 15px;
  font-size: 18px; 
  color:#fff; 
  line-height: 34px;
  font-weight: 700;
  background:url(bantxtbg_20220702gb.png) repeat-x;
  margin: 0;
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.djban_txt:hover{ color:#209bf9; }

.djban_txt{ overflow: hidden; 
    text-overflow:ellipsis;
    white-space: nowrap;}


@media (min-width: 768px) {
  .banner01 .slides img {
	  width: 100%;
	  height: 402px;
	  object-fit: cover;
	} 
}

@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
	
}
@media (max-width: 1280px) {
	
}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
  
}

@media (max-width: 767px) {
	.banner01 .slides img{
		width: 100%;
	    max-height: 230px;
	    object-fit: cover;
	}
	.m_menu_box { display: block;top: 200px; }
	.banner01.swiper-container-horizontal>.swiper-pagination-bullets{ display: none; }
	.djban_txt{ padding-right: 15px; white-space: normal; font-size: 15px;}
}
@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) {
  
}


/* 内容 */
.in_cent{
	background: url(indexbg_20220702gb.jpg) repeat-x;
}
.news_video{
	margin-top: 32px;
	background: #f0f5ff;
}
.yaowen{ padding-top: 6px; }
.title_yw{
	border-bottom:2px solid #ccd5ed;}
.title_yw h3{font-size: 18px;
    line-height: 50px;
    padding: 0 9px 0;
	margin: 0 ;
	font-weight: 700;
	color: #3d55a7;
	display: inline-block;
	position: relative;}
.title_yw h3 span{ position: absolute; 
	height: 4px; width: 100%;
	display: inline-block;
	background: #3d55a7;
	bottom: -2px;
	left: 0; }
.title_yw a{ float: right;  font-size: 14px; color: #969bab; margin: 21px 5px 0 0;}	
.title_yw a:hover{ color: #869ff6; }
.yaowen li{ font-size:16px;
	line-height: 60px;
border-bottom: 1px solid #bbcff0;}
.yaowen ul{ padding: 15px 15px 0; }
.yaowen li a{display: block;
	color: #183c89;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.yaowen li:last-child{ border-bottom: 0; }
.yaowen li a:hover{ color: #869ff6; }
.bging{ background:#fceac4; padding: 6px; }
.padline{ padding: 15px 12px 20px; border: 1px solid #df9b86; }
.img_bgsy{ background:#fff; padding: 5px; margin-right:20px; }
.padline p{ text-indent: 2em; 
	font-size: 20px; 
	line-height: 31px; color: #473203; margin-bottom: 0; }

.shipin{}
.shipin li{}
.shipin li img{ width: 100%; height: 170px; }
.shipin li p{ margin-top: 7px; line-height: 28px; }
.xueshu_cent{ overflow: hidden; }
.chengjiu{}
.chengjiu p{ text-indent: 2em; margin-bottom: 20px; }
.chengjiu ul{ overflow: hidden; width: 100%; float: left; }
.chengjiu ul li{ float: left; 
	width: 33%;
	text-align: center;}
.chengjiu ul li a{	
	background-image: url(20220607_list.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 27px; }

.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{ overflow: hidden; }
.tuwen_list li img{ height: 185px; }
.tuwen_list li p{ margin-top: 10px;
 line-height: 28px; }

.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:#d70b0b;
    display: block;
    border-bottom: 2px solid #d70b0b;
    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; }


}

@media (max-width: 1298px){
	.kxr_txtvid{margin-top: -300px;}
	.tuwen_list li img{ height: 175px; }
	.tp_bgcentxt p{ font-size: 19px; }
}
@media (max-width: 1280px){
	.kxr_txtvid{margin-top: -440px;}
}
@media (max-width: 1199px){
	.kxr_txtvid{margin-top: -300px;}
	.shipin li img{height: 141px;}
	.tuwen_list li img{ height: 134px; }
	.kxr_txtvid{margin-top: -410px;}
	.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; }
	.yaowen li{ line-height: 44px; }
	.yaowen ul{ padding-top: 10px; }
}
@media (max-width: 1099px){
	.kxr_txtvid{margin-top: -370px;}
}
@media (max-width: 991px){
	.kxr_txtvid{margin-top: -338px;}
	.shipin li img{height: 229px;}
	.bghui li{ margin-bottom: 15px; }
	.tuwen_list li img{ height: 95px; }
	.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; }
}
@media (max-width: 767px){
	.kxr_txtvid{margin-top: -255px;}
	.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;}
	.yaowen li a{ white-space:normal; }
	.yaowen li {
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;}
}
@media (max-width: 680px){
	
}
@media (max-width: 500px){
	.top_title01{font-size: 26px; line-height: 30px;}
}
@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; }
}


/*tab*/
.wzhdky{ min-height: 306px; }
.zh_news{ min-height: 506px; }
.events_tab .tabmenu { 
	margin-bottom:22px;
	border-bottom:2px solid #ccd5ed;
	height: 42px; 
	line-height: 42px;
}
.events_tab .tabmenu ul li {
	  float: left; 
    position:relative;
}
.events_tab .tabmenu .selected{ background:#3d55a7; }
.events_tab .tabmenu ul li:last-child{margin-right:0px; }
.events_tab .tabmenu ul li a {
	font-size: 18px;
    height: 42px;
	font-weight: 700;
	color: #3d55a7;
	display: block;
}
.events_tab .tabmenu ul li.selected a {
	color: #fff;
	font-weight:700;
}
.events_tab .tabmenu ul li span {
	height: 4px; 
	position: absolute;
	width: 100%;
	background:#3d55a7;
	bottom:0;
}
.tab_con{ display: none; }
.iconbg01{ background:url(icon01_20220702gb.png) left 14px center no-repeat;
padding:0 18px 0 45px; }
.iconbg02{background:url(icon02_20220702gb.png) left 14px center no-repeat;
padding:0 18px 0 45px;}
.iconbg03{background:url(icon03_20220702gb.png) left 14px center no-repeat;
padding:0 18px 0 46px;}
.iconbg04{background:url(icon04_20220702gb.png) left 14px center no-repeat;
padding:0 18px 0 54px;}
.iconbg05{background:url(icon05_20220702gb.png) left 14px center no-repeat;
padding:0 18px 0 54px;}
.iconbg06{background:url(icon06_20220702gb.png) left 14px center no-repeat;
padding:0 18px 0 50px;}
.iconbg07{background:url(icon07_20220702gb.png) left 14px center no-repeat;
padding:0 18px 0 54px;}
.iconbg08{background:url(icon08_20240716gb.png) left 14px center no-repeat;
padding:0 18px 0 54px;}
.iconbg09{background:url(icon09_20220702gb.png) left 14px center no-repeat;
padding:0 18px 0 54px;}
.selected .iconbg01{background-image:url(icon01hov_20220702gb.png);}
.selected .iconbg02{background-image:url(icon02hov_20220702gb.png);}
.selected .iconbg03{background-image:url(icon03hov_20220702gb.png);}
.selected .iconbg04{background-image:url(icon04hov_20220702gb.png);}
.selected .iconbg05{background-image:url(icon05hov_20220702gb.png);}
.selected .iconbg06{background-image:url(icon06hov_20220702gb.png);}
.selected .iconbg07{background-image:url(icon07hov_20220702gb.png);}
.selected .iconbg08{background-image:url(icon08hov_20240716gb.png);}
.selected .iconbg09{background-image:url(icon09hov_20220702gb.png);}

.wa_school{font-size: 18px;
    color: #444;
    font-weight: 700;
    margin-left: 15px;
    float: left;}
.wa_school img{
	display: inline-block;
    margin: -4px 5px 0 0;}


.fwcx {
	width: 100%; overflow: hidden;
}
@media (max-width: 1199px) {
	.index_tab .tabmenu ul li {font-size:19px;}
    .index_tab .tabmenu ul li a {font-size:19px;}
    .index_tab .tabmenu ul li.selected a {font-size:19px;}
	.index_job .tabmenu ul li {font-size:19px;}
    .index_job .tabmenu ul li a {font-size:19px;}
    .index_job .tabmenu ul li.selected a {font-size:19px;}
	
}
@media (max-width: 991px) {
	.index_tab .tabmenu ul li {font-size:20px;}
	.index_job .tabmenu ul li {font-size:20px;}
	.fwcx {max-height: none;}
	.wzhdky{ min-height: 353px; }
	.zh_news .col-md-8{ margin-bottom: 35px }
}
@media (max-width: 640px) {
	.index_tab .tabmenu ul li {font-size:19px;}
	.index_job .tabmenu ul li {font-size:19px;}
	.btn-text {margin: 8px 0;}
	.events_tab .tabmenu ul li a{ font-size: 13px; }
	.iconbg01 {background: url(icon01_20220702gb.png) left 8px center no-repeat;
    background-size: 15% auto;
    padding: 0 10px 0 30px;}
    .iconbg02 {background: url(icon02_20220702gb.png) left 8px center no-repeat;
    background-size: 15% auto;
    padding: 0 10px 0 28px;}
    .iconbg03 {background: url(icon03_20220702gb.png) left 8px center no-repeat;
    background-size: 15% auto;
    padding: 0 10px 0 28px;}
    .iconbg04 {background: url(icon04_20220702gb.png) left 8px center no-repeat;
    background-size: 15% auto;
    padding: 0 10px 0 30px;}
    .iconbg05 {background: url(icon05_20220702gb.png) left 8px center no-repeat;
    background-size: 15% auto;
    padding: 0 10px 0 30px;}
    .iconbg06 {background: url(icon06_20220702gb.png) left 8px center no-repeat;
    background-size: 20% auto;
    padding: 0 10px 0 30px;}
    .iconbg07 {background: url(icon07_20220702gb.png) left 8px center no-repeat;
    background-size: 20% auto;
    padding: 0 10px 0 30px;}
}
@media (max-width: 320px) {
    .events_tab .tabmenu ul li {
    	 font-size:12px;font-weight:500;}
}

.list-tab { overflow:hidden; display:block;}
.list-tab ul{ float:left; width:76%; padding-left:28px;}
.list-tab ul li{overflow:hidden;
	clear:both;
	border-bottom:0px dashed #d4d4d4;
	 width:100%; text-align:left;padding: 0;
margin-bottom:14px;}
.list-tab ul li:last-child{ margin-bottom: 0; }
.list-tab ul li a{ float:left;/*width:88%;*/
	max-width: 85%;overflow:hidden;font-size:15px; 
	color:#333;
	background-image: url(index_03_bg.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding:0 0 0 15px;
	text-overflow:ellipsis; white-space:nowrap; display:block; font-weight:500;}
.list-tab ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-tab ul li a:hover {color: #3C61C2; text-decoration: none;}
.list-tab .jqfb_ul i{margin: 0;}
.list-tab i {float: left;margin: 14px 0 0 8px;}
.list-tab span {color:#a6a6a6; font-size: 14px; padding-right: 4px;}
.list-tab span.right {float: right;}
.list-tab .lingt_smbig li{margin-bottom:16px;}

.list-tab .top_newtit a{ width:100%; max-width: 100%;
    white-space: normal;
    padding-left:0;
}
.list-tab .top_newtit a h3{ margin: 0 0 5px; line-height: 25px; font-size: 18px; color:#fff;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 50px; }
.list-tab .top_newtit a p{ color:#7995bc; font-size: 14px; margin-bottom: 12px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 40px; }
.list-tab .top_newtit a:hover h3{ color:#0096ff;}
ul.jqfb_ul li a h3{font-size: 16px; color: #3d55a7; margin: 0 0 4px 0; 
	text-overflow:ellipsis; white-space:nowrap; display:block; overflow: hidden; }
ul.jqfb_ul li a p{ font-size: 14px;color: #333333; margin-bottom: 0; 
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.list-tab ul.jqfb_ul li a{ max-width: 100%; width: 100%;white-space: normal;}
ul.jqfb_ul li a:hover h3{ color: #209bf9; }

.left-txtximg{ float:left; width:24%;  background: #fff;
border-radius: 0 0 6px 6px;}
.left-txtximg img{width:100%;}
.left-txtximg a p{    
	font-size: 15px;
    color: #444;
    margin-top: 10px;
    line-height: 1.6;}
.left-txtximg a:hover p{color: #3C61C2;}	

.top_bgxw{ background: #f0f5ff;overflow: hidden; }
.top_bgxw .leftimg{ float: left; margin-right: 20px;  
	width: 266px; height: 180px; }
.top_bgxw .right_txt{ padding-right: 20px; }
.top_bgxw .right_txt h4{font-size: 18px;color: #333333;margin: 20px 0 16px;
text-overflow:ellipsis; white-space:nowrap; display:block;overflow: hidden;}
.top_bgxw .right_txt p{ font-size: 14px; color: #333333; 
	text-indent: 2em; line-height: 22px; 
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;}
.top_bgxw .right_txt a:hover h4{ color: #3C61C2;}
.list-tab ul.newli{ width: 100%; padding-left: 0; padding-top: 20px; }
.xzfc_li{margin-top: 22px;}
.xzfc_li li .xuezhe_second{margin-bottom:20px;padding: 0;}
.xzfc_li li .xuezhe_second b img{min-height: 82px;}
.xzfc_li li .xuezhe_first b img{min-height: 185px;object-fit: cover;}
.xzfc_li li .xuezhe_second>a span{max-width: 30%;}
.xzfc_li li .xuezhe_second:last-child{margin-bottom:0;}
.xzfc_li li a{ display: block;
position: relative; }
.xzfc_li>ul.row{margin-left: -10px;margin-right: -10px;}
.xzfc_li>ul.row>li{padding-right: 10px;padding-left: 10px;}
.xzfc_li li a > b img{width: 100%;}
.xzfc_li li span{ position: absolute; left: 50%; top: 50%; margin: -21px 0 0 -21px; }
.xzfc_li li .djban_txt{ font-size: 14px; color: #fff; font-weight: 100; line-height: 20px; padding-right: 12px; padding-left: 12px; white-space:inherit;}
.xzfc_li li.col-md-4>.row{margin:0;}
@media (max-width: 767px) {
	.xzfc_li li.col-md-4>.row{margin-left: -10px;margin-right: -10px;}
	.xzfc_li li .djban_txt{font-size: 16px;}
	.xzfc_li>ul.row>li.col-md-8{margin-bottom: 20px;}
	.xzfc_li li .xuezhe_second b img{min-height: 125px;object-fit: cover;}
	.xzfc_li li .xuezhe_second{padding: 0 10px;}
	.xzfc_li li .xuezhe_second .djban_txt{position: relative;position: relative;padding: 10px;background: none;color: #000;}
}
.tzgg_tab .tabmenu{ margin-bottom: 0; }
.tzgg_tab .tabmenu ul li span{ background:none; }
.tzgg_tab .tabmenu ul li a{ color: #333; }
.events_tab .tabmenu .selected span{ background: #3d55a7; }
.tzgg_tab .tabmenu .selected{ background: #fff; }
.tzgg_tab .tabmenu ul li.selected a{ color: #3d55a7; }
.tzgg_tab .tzgg{ background: #f0f5ff; }
.tz_mttab{ padding: 30px 20px 10px; }
.tz_mttab li{ background: url(icon10_20220702gb.png) left 5px no-repeat; 
	padding-left: 14px; 
margin-bottom: 20px;}
.tz_mttab li a{ font-size: 16px; color: #333; }
.tz_mttab li a span{ font-size: 15px; color: #999; }
.tz_mttab li a:hover{ color: #3d55a7; }

.events_tab{ position:relative;}
.mores_all{ position:absolute; right:0; top:11px;}
.mores_all a{ font-size:14px; color:#969bab;}
.mores_all a:hover{ color:#3d55a7;}
.text_listtime{ margin: 20px 0 45px; }



.ztjj_cent{}
.ztjj_cent .title_yw{ margin-bottom: 22px; }
.ztjj_cent .title_yw h3{ line-height: 34px; padding-bottom: 10px; padding-left: 30px; 
	background: url(icon08_20220702gb.png) left 5px no-repeat; }
.ztjj_cent .title_yw a{ margin:12px 0 0 0; }
.zt_li li{ text-align: center; font-size: 18px; margin-bottom: 30px; }
.zt_li li img{ margin-bottom: 10px;max-height: 100px; }


@media (max-width: 1199px) {
	.list-tab ul li a{max-width: 81%;}
	.tz_mttab li a{ font-size: 14px; }
	.tz_mttab li{ margin-bottom: 17px; }
}
@media screen and (max-width: 992px){
.list-tab { height:auto !important;margin-left: 0px;}
}
@media (max-width: 991px) {
.list-tab ul li a{font-size:15px;}
.list-tab span {}
.list-tab i {margin: 10px 0 0 8px;}
}
@media screen and (max-width: 767px){
	.list-tab ul li{}
	.list-tab ul li a {max-width: 100%;white-space: normal;line-height: 24px;background-position: left 10px;overflow: hidden;
	text-overflow:ellipsis;}
	.list-tab span {width:0px; visibility:hidden;display: none;}
	.left-txtximg{ width: 100%;
	margin-bottom: 25px; }
	.list-tab ul{ width: 100%; padding-left: 0;}
	ul.jqfb_ul li a h3{ white-space:normal; overflow: auto; line-height: 22px; }
	ul.jqfb_ul li a p{    -webkit-line-clamp: unset;}
	.top_bgxw .leftimg{ width: 100%; height: auto; }
	.xzfc_li li a > b img{ height: auto; }
	.zt_li li{ font-size: 16px; margin-bottom: 20px; }
}

.list-news { overflow:hidden; display:block;}
.list-news li{overflow:hidden;clear:both;border-bottom:0px dashed #d4d4d4;}
.list-news li:nth-child(5n+0) {margin-bottom: 20px;
	padding-bottom: 20px;
 border-bottom: 1px dashed #D8D8D8;}
.list-news li a{ float:left;/*width:86%;*/max-width: 84%;overflow:hidden;font-size:16px;
	line-height:42px; 
	color:#333333;
	background-repeat: no-repeat;
	background-position: left 18px;
	padding-left: 16px;text-overflow:ellipsis; white-space:nowrap; }
.list-news li a > img {display: inline-block;margin: 0 0 0 6px;}
.list-news li a:hover {color: #2459BC;}
.list-news i {float: left;margin: 14px 0 0 8px;}
.list-news span {line-height:42px;color:#999999; font-size: 16px; }
.list-news span.right {float: right;}
@media (max-width: 1199px) {
	.list-news li a{max-width: 81%;}
}
@media screen and (max-width: 991px){
	.list-news li a{max-width: 73%;font-size:15px;}
	.list-news i {margin: 12px 0 0 8px;}
}
@media screen and (max-width: 767px){
.list-news ul li{padding: 4px 0;}
.list-news li a {max-width: 100%;white-space: normal;line-height: 24px;background-position: left 10px;}
.list-news span.right {visibility:hidden;display: none;}
.mores_all a{ font-size: 12px; }
}




/* foot */
.foot{ background:#114a95;color: #fff; padding-top: 7px;}
.foot a{ color: #fff; }
.leftbtmlogo{ float: left; width: 20%; margin-top: 7px;}
.foot .copyright{padding: 25px 0 20px;
    overflow: hidden;}
.foot a:hover{ color: #209bf9; }
.foot .left{ width: 70%;text-align: left; padding-left: 35px; }
.top_yqlj{ overflow: hidden; margin-bottom: 10px;}
.top_yqlj li{ float: left; }
.top_yqlj li span{ padding: 0 10px; }
.top_yqlj li a:hover{ color: #209bf9; }
.foot .right{ margin-top: 8px; }
@media (max-width: 1199px){
	.foot .left{ width: 70%; }
	.foot{ font-size: 12px; }
}
@media (max-width: 991px){
	.leftbtmlogo{ width: 100%; text-align: center; }
	.leftbtmlogo img{ display: inline-block; margin-bottom: 15px;}
    .foot .left{ width: 100%; }
    .foot .right{width: 100%; text-align: center; }
    .foot .right img{ display: inline-block;}
}
@media (max-width: 767px){
	
    
}
@media (max-width: 570px){
	
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
	
	
}

/* å›¾ç‰‡åˆ—è¡¨ */
.view_cent{  }
.new-graphics .tuwen_list li p{ font-size: 18px; margin-bottom: 15px; }
.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 #9b0c01;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background:#9b0c01;}
.ky_seemore button:hover{ background:#acacac; border:1px solid #acacac; color:#333; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }
.breadcrumb{ background:none; }
@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; }
}

/* æ–‡å­—åˆ—è¡¨ */
.text_listtime{}
.text_listtime li{ line-height: 38px; overflow: hidden; font-size: 19px;}
.text_listtime li a{
	background-image: url(20220607_list.png);
    background-repeat: no-repeat;
    background-position: left top 12px;
    padding-left: 28px;
    float: left;
    max-width: 80%; }
.text_listtime li span{ color:#444; }   
.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 #d70b0b;
    padding: 0px 0px 10px 0px;
    margin: 0 0 20px;
}
#xlmain .wztitle {
	    font-size: 28px;
    line-height: 44px;
    color: #d70b0b;
    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; }
}


/*imgbig*/
.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: #9b9b9b 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: #e5e5e5;  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;
}
.container-my .ycs_wrap #content .row{
	margin-right: 0;
	margin-left: 0;
}
@media screen and (min-width: 768px){
	.ycs_style .sidebar .title .fa{
		display:none;
	}
}
@media screen and (max-width: 767px){
	#pages{ display:none; }
	#pages A { padding:3px 10px; font-size: 13px; }
	#pages .nolink{ padding:3px 10px; }
	#navbars{
		display: block !important;
	    position: fixed;
	    right: -50%;
	    top: 0;
	    width: 50%;
	    height: 100%;
	    padding: 0;
	    z-index: 9;
	    background: #0269b6;
	    overflow-y: scroll;
	    transition: all ease 0.3s;
	}
	.ycs_wrap .search-input{
		width:80% !important;
	}
	.ycs_wrap .search-button{
		width:20% !important;
	}
	.ycs_wrap .search-button button{
		padding:12px 8px !important;
	}
	#navbars.active{
		right: 0;
	}
	.ycs_style .leftNavigation li a{
		padding: 10px 12px 10px 10px;
	}
	.ycs_style .leftNavigation li a .leftNavIcon{
		display:none;
	}
	.ycs_style .sidebar .title{
		position:relative;
		font-size: 18px;
	}
	.ycs_style .sidebar .title .fa{
		position:absolute;
		right: 10px;
		top: 10px;
		display:block;
		cursor:pointer;
	}
	.TRS_Editor table{
		width:100% !important;
	}
}
@media screen and (max-width: 320px){
	#pages A { padding:2px 8px; font-size: 12px; }
	#pages .nolink{ padding:2px 8px; }
}
.contents img,.ycs_content img{
	display:inline-block;
}

