@charset "utf-8";
/*Technical Support SudyTech*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;border: 0;outline: 0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{/* position: relative; *//* z-index: 1; */border-collapse:collapse;border-spacing:0;}
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{overflow-x: hidden;}
html.mainHtml{overflow: hidden;}
var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: "";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {
 
content: "";
 
position: fixed;
 
top: -10px;
 
left: 0;
 
z-index: 110;
 
width: 100%;
 
height: 10px;
 
display: none;
}
::-webkit-input-placeholder { color:#AFAFAF;}
:-moz-placeholder {color:#AFAFAF;}
::-moz-placeholder { color:#AFAFAF;}
:-ms-input-placeholder { color:#AFAFAF;}
/**布局开始**/
body {line-height:1;font-size: 13px;font-family: "Microsoft Yahei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#095ab5; }
/*页面尺寸*/
@font-face {
   font-family: 'syh';
   src: url(fonts/SourceHanSansCN-Regular.ttf);  /*思源黑*/
}
@font-face {
   font-family: 'sys';
   src: url(fonts/SourceHanSerifCN-Regular.ttf);  /*思源宋*/
}

.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {margin:0 auto;} /**页面全局宽度**/
.yh{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.l2{  
    overflow: hidden;text-overflow: ellipsis;
   display: -webkit-box;-webkit-line-clamp: 2;
   line-clamp: 2; -webkit-box-orient: vertical;
}
.l3{  
   overflow: hidden;text-overflow: ellipsis;
  display: -webkit-box;-webkit-line-clamp: 3;
  line-clamp: 3; -webkit-box-orient: vertical;
}
:root{--width:2.19rem;--height:1.45rem;--asideWidth:1.2rem;--asideHeight:1.15rem}
/*head开始*/
body.main .body_aside{position: fixed;top:0;left:0;bottom:0;width: 120px;background: #005C96;z-index: 999;display: flex;flex-direction: column;}
.openSearch{height: var(--asideHeight);width: var(--asideWidth);display: flex;align-items: center;justify-content: center;transition: 0.6s;cursor: pointer;background: #337DAC url(images/search.svg) center no-repeat;position: fixed;top:0;left:0;z-index: 1001;flex: n;}
.openSearch.close{background: #337DAC url(images/close.svg) center no-repeat;}
.openSearch.close{background: #337DAC url(images/close.svg) center no-repeat;}
#header1 .openSearch{position:static}
.body_aside .swiper-tools{display: flex;flex-direction: column;flex: 1;justify-content: center;align-items: center;gap: 0.6rem;} 
.body_aside .swiper-button,.body_aside .swiper-pagination{position: static;}
.body_aside .swiper-button{background: url(images/arrow.svg) center no-repeat;width: 40px;height: 40px;}
.body_aside .swiper-button-prev{transform: rotate(180deg);}
.body_aside .GotoTop{background: #337dac;z-index: 999;display: flex;height: 110px;justify-content: center;cursor: pointer;}
.body_aside .swiper-pagination{display: flex;flex-wrap: wrap;width: 21px;transform: rotate(45deg);gap: 1px;}
.body_aside .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;background: rgba(255,255,255,0.2);border-radius: 0;opacity: 1;margin: 0;}
.body_aside .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active{background: #fff;}
body.main .body_maincon{margin-left: 120px;position: relative;}
body.main .body_maincon>div{height: 100vh}
#search-container{position: fixed;z-index: 1000;width: 100%;top:0;left:0;bottom:0;background: url(images/searchCon_bg.jpg) center no-repeat; }
#search-container .searchbox{width:1200px;max-width: 90%;background: rgba(0,92,150,0.75);box-sizing: border-box;border-radius: 10px;padding: 0.8rem 0.5rem 0.4rem;transform: translate(-50%,-50%);z-index: 2;position: absolute;left: 50%;top: 50%;}
#search-container .searchbox .inputbox{position: relative;background: #fff;border-radius: 40px;overflow: hidden;margin-bottom: 0.56rem;}
#search-container .searchbox .inputbox input{width: 100%;text-indent: 0.4rem;color: #AFAFAF;font-size: 0.2rem;font-family: 'syh';line-height: 0.8rem;}
#search-container .searchbox .inputbox ._submit{width:auto;border-radius: 0.36rem;background: #C4261C;color: #fff;padding: 0 0.65rem;text-align: center;line-height: 0.72rem;position: absolute;right:0.04rem;top:0.04rem;font-size: 0.22rem;text-indent: 0rem; cursor: pointer;}
#search-container .searchbox .inputbox ._submit::first-letter{letter-spacing: 0.1rem;}
#search-container .searchbox .opt{display: flex;}
#search-container .searchbox .opt1{margin-bottom: 0.45rem;}
#search-container .searchbox .opt>span{font-size: 0.18rem;color: #fff;}
#search-container .searchbox .opt .optionlist{flex:1;}
#search-container .searchbox .opt .optionlist>div{color: #fff;float: left;font-size: 0.18rem;margin-right: 0.45rem;cursor: pointer;margin-bottom: 0.4rem;}
#search-container .searchbox .opt .optionlist>div a{color: #fff;}
#search-container .searchbox .opt1 .optionlist{display: flex;justify-content: space-between;align-items: center;}
#search-container .searchbox .opt1 .optionlist>div{font-size: 0.16rem;float: none;margin-right: 0;margin-bottom: 0rem;}


 
#header1 {background: #18267e;position: relative;z-index: 1000;margin-left: 0;display: block;flex: 0;}
#header1 .inner{position:relative;width: auto;padding: 0;}
#header1 .inner .mod{height: var(--asideHeight);display: flex;justify-content: space-between;align-items: center;}
.header1 .sitelogo a{display: flex;justify-content: center;align-items: center;}
.header1 .sitetitle {display:inline-block;margin-top: 0;margin-left: 34px;font-size: 0.24rem;font-weight:bold;color:#fff;font-family: 'sys';white-space:nowrap} /**站点名称**/
.header1 .head-left{margin-right: auto;margin-left: 0.5rem;} 
.header1 .head-left img{width:auto}
.header1 .head-right{margin-right: 0.7rem;display: flex;align-items: center;gap: 0.4rem;}
.header1 .head-right .site_log{display: flex;align-items: center;gap: 0.2rem;}
.header1 .head-right .site_log .site {
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    background-size: 100% 100%;
    font-size: 0;
}
.lauge[isSure="否"] {
    display: none;
}
.lauge a {
    width: 45px;
    height: 45px;
    display: block;
    color: #fff;
    background: #1a6da1;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.header1 .head-right .site_log .site:nth-child(2) {
    background-image: url(images/email.svg);
}
 .header1 .head-right .site_log .site:nth-child(3) {
    background-image: url(images/user.svg);
}
 
/*默认主导航样式*/
#nav{ }
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {margin:0 auto;display: flex;gap:0.5rem}
.nav .wp-menu .menu-item {display: inline-block;   position: relative;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.nav .wp-menu .menu-item a.menu-link {display: inline-block;line-height: 42px;color: #FFFFFF;font-size: 20px;font-weight: bold;font-family: 'syh';}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{ color: #eee;}
.nav .sub-menu {display: none !important;position: absolute;left: 0;top: 100%;min-width: 100%;width:auto;z-index: 100;background:#fff;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #000;height: 40px;line-height: 40px;padding: 0 17px;font-size: 14px;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#1384e2; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;display:none !important}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;max-width: 1345px;text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.main_swiper>.swiper-wrapper>.swiper-slide{display: flex;flex-direction: column;}

 
/**标题栏新闻窗口**/
.post {  }
.post .tt {display:inline-block;width:94%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 16px;font-weight:normal;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 42px;color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con {  margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;display:inline; zoom:1; height: 20px;margin-top: 10px;line-height: 20px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size:13px; cursor:pointer;} 
.post .more_btn a{color:#666;} 
.post .more_btn a:hover{color:#666;} 
.post-31{overflow:hidden;}
.post-31 .tt{background:url(./images/grzl.png)no-repeat right center !important;width:100%;    background-size: 86% 13px !important;}
.post-31 .con{padding:26px 0 0px 0;font-size:18px;line-height: 1.75;margin-bottom: 80px;}
.post-zj .tt{background:url(./images/zyyj.png)no-repeat right center;width:100%;}
.post-lw .tt{background:url(./images/zyyj.png)no-repeat right center;width:100%;}
/**自定义新闻列表**/
.news_list { }
.news_list li.news {font-size: 18px;line-height: 36px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{ }/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text { }/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}

/* body */
.main_container .slide1{}
.main_container .swiper-slide .wrapper{flex: 1;display: flex;flex-direction: column;}
.main_container .swiper-slide .main1{background: url(images/slide1.png) center no-repeat;background-size: cover;padding-top: 0.85rem;justify-content: flex-start;}
.main_container .swiper-slide .main1 .inner{position: relative;}
.main_container .main1 .tab-menu{display: flex;justify-content: center;padding: 0 1.5rem;/* margin-bottom: 1rem; */position: absolute;width: 100%;top:0;left:0;box-sizing: border-box;}
.main_container .main1 .tab-menu>div{position: relative;padding: 0 1.2rem;font-size: 0.32rem;font-family: 'syh';color:rgba(255,255,255,0.4);font-weight: bold;display: flex;white-space: nowrap;gap: 0.28rem;cursor: pointer;}
.main_container .main1 .tab-menu>div.selected{color: #fff;}
.main_container .main1 .tab-menu>div span{width: 35px;height: 28px; background: url(images/star.svg) center no-repeat;opacity: 0;transition: 0.4s;}
.main_container .main1 .tab-menu>div.selected span{opacity: 1;;}
.main_container .main1 .tab-menu>div.selected:before{ width: 35px;height: 28px;left:-60px;background: url(images/star.svg) center no-repeat;position: absolute;top:50%;transform: translateY(-50%); }
.main_container .main1 .tab-menu>div.selected:after{ width: 35px;height: 28px;right:-60px;background: url(images/star.svg) center no-repeat;position: absolute;top:50%;transform: translateY(-50%); }
.main_container .main1 .tab-list{position: relative;}
.main_container .main1 .tab-list>div{position: absolute;width: 100%;left:0;top: 0;margin-top: 1.3rem;}
.main_container .main1 .tab-list>div.tab-con2{margin-top: 1rem;}
.main_container .main1 .tab-list>div.active{position: relative;}
.main_container .main1 .swiper-img{padding-bottom: 0.55rem;}
.main_container .main1 .swiper-img .career{margin-bottom: 0.24rem;color: #fff;line-height: 0.2rem;padding-bottom:6px;position: relative;font-size: 0.14rem;background: url(images/career_bg.svg) bottom center no-repeat;text-align: center;}
.main_container .main1 .swiper-img .news_imgs{position: relative;overflow: hidden;/* padding-top:142.5%; */margin-bottom: 0.15rem;border-radius: 12px;box-shadow: 0px 3px 20px rgba(3,41,67,0.25);aspect-ratio: 219 / 312;transition: 0.5s;transform-origin: top center;}
.main_container .main1 .swiper-img .news_imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;}
.main_container .main1 .swiper-img .name{color: #fff;font-weight: bold;font-size: 0.17rem;line-height: 1.2;text-align: center;position: relative;}
.main_container .main1 .swiper-img .name a{color:#fff}
.main_container .main1 .swiper-img .swiper-slide.swiper-slide-active .news_imgs{transform: scale(1.1);}
.main_container .main1 .swiper-img .swiper-slide.swiper-slide-active .name{top: 0.3rem;}
.main_container .main1 .wrap_con .swiper-button{width: 0.8rem;height: 0.75rem;margin-top: -0.4rem;z-index: 22;top: 50%;}
.main_container .main1 .wrap_con .swiper-button-prev {background: url(images/left.svg) center no-repeat;left:-0.8rem}
.main_container .main1 .wrap_con .swiper-button-next {background: url(images/right.svg) center no-repeat;right:-0.8rem}
.main_container .main1 .swiper-text{text-align: center;margin: 0.2rem 0.8rem 0;}
.main_container .main1 .swiper-text .news_text{font-size: 0.14rem;line-height: 1.8;color: rgba(255,255,255,0.7);text-align: center;margin: 0.1rem 0;}
.main_container .main1 .swiper-text .readmore{color: #FFB100;font-size: 0.16rem;line-height: 1.5;}
.main_container .main1 .hot-container{display: flex;justify-content: space-between;align-items: flex-end;}
.main_container .main1 .hot-container .l{width: 5.34rem;height: 5.34rem;display: flex;background: rgba(255,255,255,0.1);border-radius: 50%;flex-direction: column;justify-content: center;align-items: center;position: relative;}
.main_container .main1 .hot-container .r{width: 57.7%;}
.main_container .main1 .hot-container .l .wrap_con2{width: 75%;border:1px solid rgba(255,255,255,0.2);border-radius: 50%;aspect-ratio: 1 / 1;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.main_container .main1 .hot-container .l .swiper{width: 71%;}
.main_container .main1 .hot-container .l .news_imgs{position: relative;padding-top: 100%;overflow: hidden;border-radius: 50%;}
.main_container .main1 .hot-container .l .news_imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;}
.main_container .main1 .hot-container .swiper-button{display: block;width: 12px;height: 20px;margin-top: -10px;}
.main_container .main1 .hot-container .swiper-button-prev{left: -12px;}
.main_container .main1 .hot-container .swiper-button-next{right: -12px;}
.main_container .main1 .hot-container .swiper-button:hover path{fill:#C4261C;transition: 0.4s;}
.main_container .main1 .hot-container .name_list{position: absolute;width: 75%;height: 75%;border-radius: 50%;/* border:1px solid #333; */}
.main_container .main1 .hot-container .name_list .name{position: absolute;z-index: 22;cursor: pointer;background: #BCE4FD;width: 0.62rem;height: 0.62rem;display: flex;border-radius: 50%;align-items: center;flex-direction: column;justify-content: center;transform: translate(-50%,-50%);}
.main_container .main1 .hot-container .name_list .num{color: #C4261C;font-size: 0.14rem;}
.main_container .main1 .hot-container .name_list .title{color: #fff;display: none}
.main_container .main1 .hot-container .name_list .active{background: #C4261C;}
.main_container .main1 .hot-container .name_list .active .title{display: block;}
.main_container .main1 .hot-container .name_list .active .num{display: none;}
.main_container .main1 .hot-container .name_list .name:nth-child(1){left: 7%;top: 22%;}
.main_container .main1 .hot-container .name_list .name:nth-child(2){left: 25%;top: 5%;}
.main_container .main1 .hot-container .name_list .name:nth-child(3){left: 50%;top: 0;}
.main_container .main1 .hot-container .name_list .name:nth-child(4){left: 75%;top: 5%}
.main_container .main1 .hot-container .name_list .name:nth-child(5){left: 93%;top: 22%}
.main_container .main1 .hot-container .r .news_title{color: #fff;font-size: 0.38rem;line-height: 1.3;}
.main_container .main1 .hot-container .r .news_title a{color: #fff;}
.main_container .main1 .hot-container .r .career{color: #fff;font-size: 0.22rem;line-height: 1.2;margin: 0.25rem 0;}
.main_container .main1 .hot-container .r .news_text{font-size: 0.18rem;color: #fff;line-height: 1.4;}
.main_container .main1 .hot-container .r .readmore{background: #C4261C;border-radius: 12px;display: flex;flex-direction: column;align-items: center;width: 0.94rem;height: 0.94rem;margin: 0.55rem 0 0.2rem;color: #fff;justify-content: center;font-size: 0.14rem;gap: 6px;line-height: 1.2;}


.main_container .slide2{background: url(images/slide2.svg) center no-repeat;background-size: cover;padding-top: 0.9rem;box-sizing: border-box;} 
.main_container .slide2 .inner{width: 100%;/* margin-left: calc(50% - 7.15rem); *//* margin-right: 0; */}
.main_container .slide2 .con{margin-left: calc(50% - 7.15rem);}
.main_container .post .tt{display: flex;justify-content: space-between;align-items: center;margin-bottom: 0.4rem;width: auto;} 
.main_container .post .title{font-size: 0.44rem;font-family: 'syh';font-weight: bold;color: #015D98;}
.main_container .slide2 .post .tt{margin: 0 calc(50% - 7.15rem) 0.2rem;}
.main_container .buttonType1 .swiper-tools{display: flex;gap: 0.34rem;}
.main_container .buttonType1 .swiper-button{position: static;margin: 0;background: rgba(0,101,165,0.2);border-radius: 50%;width: 0.58rem;height: 0.58rem;transition: 0.4s;}
.main_container .buttonType1 .swiper-button-prev{margin-left: auto; }
.main_container .buttonType1 .swiper-button:hover{background:rgb(0,101,165) ;}
.main_container .swiper4{height: calc(100vh - 0.9rem - 0.58rem - 0.4rem - 0.1rem);overflow-x: visible;}
.main_container .swiper4::-webkit-scrollbar{display: none;}
.main_container .main2 .news{display: flex;position: relative;transition:all 0.4s ease-in-out;z-index: 2;border-bottom:1px dashed rgba(112,112,112,0.3);border:0;/* text-align: right; */--width:2.19rem;--height:1.45rem;height: auto !important;align-items: center;flex: 0;/* padding-right: calc(50% - 7.15rem); */box-sizing: border-box;padding-top: 0.28rem;padding-bottom: 0.28rem;width:14.3rem}
.main_container .main2 .news:after{content:"";z-index: 23;width: 14.3rem;border-bottom:1px dashed rgba(112,112,112,0.3);height: 0;bottom: -1px;left:0;position: absolute;}
.main_container .main2 .news .news-box{position: relative;/* padding:0.3rem 0; */}
.main_container .main2 .news .bg{position: absolute;left:0;bottom:0;width: calc(50vw - 60px + 7.15rem);border-radius: 1.18rem 0 0 1.18rem;background: #005C96;height: 70%;opacity: 0;transition:all 0.4s ease-in-out;z-index: -1;}
.main_container .main2 .news .bg:before{content:"";width: 1.37rem;height:2.35rem;background: url(images/ico1.svg) center no-repeat;position: absolute;left:14rem;bottom:0;z-index: 2;}
.main_container .main2 .news_imgs{transition: 0.4s;transform-origin: bottom left;width: var(--width);height: var(--height);margin-right: 0.4rem;/* position: absolute; */bottom: 0.3rem;/* display: flex; *//* align-items: flex-end; *//* justify-content: flex-start; */}
.main_container .main2 .news_imgs img{width: var(--width);height: var(--height);transition: 0.4s;}
.main_container .main2 .news .wz{flex:1;margin-left: calc(var(--width) + 0.4rem);position:relative;transition: 0.4s;height: 100%;margin-left: 0 !important;}
.main_container .main2 .news .wz .wz_text{position: absolute;left:0;top: 50%;transform: translateY(-50%);z-index:2;transition: 0.4s}
.main_container .main2 .news .news_title{font-size: 0.2rem;line-height: 1;margin-bottom: 0.3rem;transition:all 0.4s ease-in-out;}
.main_container .main2 .news .news_text{font-size: 0.16rem;line-height: 1.5;transition:all 0.4s ease-in-out;}
.main_container .main2 .news:hover{padding: 0.42rem  0.53rem ;border:0}
.main_container .main2 .news:hover .bg{opacity: 1;}
.main_container .main2 .news:hover:after{display: none;}
.main_container .main2 .news:hover .news_imgs{--width:3.82rem;--height: 2.55rem;}
.main_container .main2 .news:hover .wz{margin-left: 4.22rem;/* height: 100%; */}
.main_container .main2 .news:hover .news_title,.main_container .main2 .news:hover .news_text,.main_container .main2 .news:hover .news_title a{color: #fff;}
.main_container .main2 .news:hover .wz .wz_text{top:100%;transform:translateY(-100%);}
.main_container .main2 .news:hover .news_text{-webkit-line-clamp:3;line-clamp:3}
.main_container .main2 .news.swiper-slide-active{padding-top:0 !important}


.main_container .slide3{background: url(images/slide3.png) center no-repeat;background-size: cover;padding-top: 0.9rem;box-sizing: border-box;}
.main_container .slide3 .main3{position: relative;}
.main_container .slide3 .post{width:70%;position:relative;}
.main_container .slide3 .post .tt{margin-bottom: 1.1rem;}
.main_container .slide3 .swiper-tools{margin: 0 auto;}
.main_container .main3 .news{border:1px solid transparent;background: url(images/post3_bg.png) center no-repeat;transition:0.4s;background-size: cover;z-index: 2;box-sizing: border-box;padding:0.8rem 0.3rem;border-radius: 12px;}
.main_container .main3 .news:after{content:"";width: 2.1rem;height: 1.45rem;transition: 0.4s;opacity:0;position: absolute;bottom:0;right:0.23rem;z-index: -1;background: url(images/ico3.svg) center no-repeat;}
.main_container .main3 .news:before{content: "";z-index: -1;width: 0.54rem;height: 0.54rem;background: url(images/ico2.svg) center no-repeat;top:0.14rem;right:0.14rem;position:absolute}
.main_container .main3 .news .news_title{font-size: 0.2rem;font-family: 'syh';line-height: 0.28rem;height: 0.56rem;margin-bottom:0.55rem;}
.main_container .main3 .news .news_text{font-size: 0.16rem;line-height: 0.27rem;height: 1.35rem;    overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;line-clamp: 5;-webkit-box-orient: vertical;}
.main_container .main3 .readmore{position:absolute;bottom: 20px;right: 20px;transform: translate(96%,96%);background: #C4261C;border-radius: 12px;display: flex;flex-direction: column;align-items: center;width: 0.94rem;height: 0.94rem;color: #fff;justify-content: center;font-size: 0.14rem;gap: 6px;line-height: 1.2;}
.main_container .main3 .imgbg{position: absolute;z-index:-1;right:0;top:0;width: 8.49rem;height:5.14rem;}
.main_container .main3 .news:hover{border-color:#005C96;box-shadow: 14px 14px 10px rgba(27,110,167,0.14);}
.main_container .main3 .news:hover:after{opacity: 1;}
.main_container .main3 .swiper5{padding: 20px;}
.main_container .main3 .swiper5::-webkit-scrollbar{display: none;}


/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {background:url(images/conbg.png) top;    background-size: cover;}
#l-container .ml{position: relative;z-index: 0;width: 25%;float: left;background-color: #196CA2;    min-height: calc(100vh - 115px);} 
#l-container .ml .tx {/* margin: 57px; */position: relative;top: 34px;/* z-index: 20; */width: 180px;margin: 0 auto;/* background: url(./images/yuanhuan.png); */border-radius: 12px;overflow: hidden;border: 1px solid #fff;box-shadow: 0 3px 20px rgb(3 41 67);}
#l-container .ml .tx td{height:254px;}
#l-container .ml .con img {position: relative;/* top: 25px; *//* left: 50px; */z-index: -1;width: 100%;/* height: 100%; */object-fit: cover;    height: 100%;}
#l-container .ml .con .img_er img {position: static;width: 128px;height: 128px;}
#l-container .ml .con .news_text{color:#fff;font-size: 18px;line-height: 28px;/* text-align: center; */}
#l-container .ml .con .list1 .news_text {
    text-align: center;
    margin-bottom: 10px;
}

#l-container .ml .con .list1 .news_text .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

#l-container .ml .con .list1 .news_text .career {
    margin-left: 1em;
}
#l-container .ml .con .news_text1{text-align:center;width:384px;padding-bottom:40px;}
#l-container .ml .con .news_text2{text-align:center;width:384px;font-size:30px;line-height:40px;font-weight:700;}
#l-container .ml .tt .tit .title{font-size: 22px;line-height: 60px;background: #196CA2;}
#l-container .post-31 .tt .tit .title{/* padding-bottom: 25px; */font-weight: 700;color: #0965A5;font-size: 24px;line-height: 36px;}
#l-container .mr{width: 75%;float: left;min-height:calc(100vh - 115px);} 
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}
body.list .wrapper .inner{width:auto;padding-left:0px!important;padding-right:0px!important;}
.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0f429b;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 15px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#0f429b; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0f429b;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#0f429b;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 18px;font-family:"Microsoft yahei";font-weight: normal;color: #0f429b;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;height: 46px;line-height: 46px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .news_list li.news{height:34px;overflow:hidden}
.col_news_list .news_list li.news .news_title{float:none;margin-right:100px;font-size:15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.col_news_list .news_list li.news .news_meta{margin-left:-100px}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;}
.article {padding-top:10px;min-height:500px}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #182880;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding:10px;text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto;  margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width);  }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none;}
/**页脚开始**/
#footer {background: #18267d;}
#footer .inner {padding:12px 0px;position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;padding:12px 0px;margin-top:10px;}
#footer .inner .foot-right{float:right;margin-top: 12px;}
#footer .inner p{font-size: 12px;line-height: 21px; font-weight:normal;text-align:left;color: #fff;}
#footer .inner p span { margin:0 3px; }
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:160px!important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{text-align:right;margin-top:5px;}
.wp-search {position: relative;border: 1px solid #d0d0d0;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:4px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 22px;padding: 4px 0;line-height: 22px;background: none;color: #FFFFFF;font-size: 14px;border:0;outline: 0;font-family: "微软雅黑";-webkit-appearance: none;-webkit-border-radius: 0;}
input.search-title:-webkit-autofill,
input.search-title:-webkit-autofill:hover,
input.search-title:-webkit-autofill:focus, 
input.search-title:-webkit-autofill:active {
	transition-delay: 999999999s;
	transition: color  999999999s ease-out, background-color  999999999s ease-out;
	 -webkit-transition-delay:  999999999s;
	 -webkit-transition: color  999999999s ease-out, background-color  999999999s ease-out;
	 -webkit-text-fill-color: #fff;
}

.wp-search .search-btn {width:32px;height: 32px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height: 100%;border:0;outline: 0;background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer;-webkit-appearance: none;-webkit-border-radius: 0;}
/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0 6px; position:relative;}
.shares li a{display:inline-block; width: 50px; height: 50px; border: 0px solid red; background:url('images/share_icon.png') no-repeat; opacity:.6; filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background-position:0px 0px;}
.shares li.i2 a{background-position: -72px 0px;}
.shares li.i3 a{background-position: -144px 0px;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 80px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; margin:4px 10px; width: 150px; line-height: 32px; background: #fff;border:1px solid #d0d0d0;}
.botlinks .links-wrap a.links-arrow {display: block; height: 32px; line-height: 32px; padding: 0 25px 0 10px; color:#a1a1a1; background: url(images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 100%;width: auto; min-width:100%; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #f5f5f5;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #0f429b; cursor: pointer;}/**链接样式**/
/*列表页*/
/*banner*/

/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: auto;-ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
   -o-text-size-adjust: none;
   text-size-adjust: none;
}
/*************************************************************
*二级页面
*/
/*组织机构*/
.post.post2.post-21.mbox .news_list.list3 {
    margin-left: 46px;
}
.post-21{padding-left:0px;padding-top: 72px;}
.post-21 .tt{background:url(./images/lxfs-1.png)no-repeat right;}
.post-21 .tt .tit{background:#196CA2 url(./images/lxfs.png)no-repeat left;}
.post-21 .tt .tit .title{margin-left:35px;color:#fff;}
.mainbox{    padding: 0px 110px 0 110px;
    height: calc(100vh - 115px);
    overflow: auto;}
.maincon.maincon1 {
    margin-top: 66px;
}

.post-22 .img_er{width: 156px;height: 156px;background: url(./images/2wm.png)no-repeat;background-size: cover;;float:left;margin-left:46px;margin-top:35px;}
.post-22 .img_er canvas,.post-22 .img_er img{padding:8px;background: #fff;}
.post-22 .news_txt{font-size:14px;line-height:28px;float:left;color:#fff;padding-left:20px;padding-top:35px;}

.wp_single .single_paging {
    display: none;
}
#l-container .ml .con .list1 .news_text span.career {
    margin-right: 10px;
}
#l-container .ml .post.post2.post-21.mbox .news_list.list2.clearfix p.news_text {
    font-size: 16px;    color: #fff;
    line-height: 28px;
}.post.post2.post-22.mbox .post.post2.post-21.mbox {
    padding: 0;
}
div#shjz ul.new_list.clearfix.jyjl span.s4 {
    display: none;
}


.post-31:nth-child(3) .tabs_box table tr .s3.year{    display: none;}
.post-31 .tabs_box table tr th:nth-child(3){}
#header1 .openSearch{display:none}
#header1 .openSearch.close{display:block;}

.main_container .main1 .tab-menu>div::before{content:'Highlights';    display: block;
    position: absolute;
    font-size: .18rem;
    bottom: -.3rem;
    left: 0;
    right: 0;
    text-align: center;}
.main_container .main1 .tab-menu>div:nth-child(2)::before{content:'Featured'; }
.main_container .main1 .tab-menu>div:nth-child(3)::before{content:'The Latest'; }
.header1 .sitetitle>span{    display: flex;
    flex-direction: column;}
.header1 .en{font-size: .14rem;color:#fff}
.nav .wp-menu .menu-item a.menu-link{display: flex;    text-align: center;
    flex-direction: column;}
.nav .wp-menu .menu-item a.menu-link .en{    font-size: .12rem;color: #ffffff80;line-height:.2rem}
.header1 .sitelogo a>span{    display: flex;
    flex-direction: column;
    margin-left: 34px;
    gap: .1rem}
.header1 .sitetitle{margin-left:0}
#l-container .ml .con .list1 .news_text .title .code_en {
    font-size: 18px;
    display: block;
    line-height: 20px;
}
#l-container .ml .con .list1 .news_text .code_en {
    font-size: 12px;
    display: block;
    line-height: 1;
}

#l-container .ml .con .list1 .con_text {
    display: flex;
    justify-content: center;
    gap: 17px;
}



.main_container .main1 .hot-container .r .news_img{display:none}
.list .dataList .teacher .name .post2{display:none}
.navbox{display:none}
.header1 .head-right .site_log .site:nth-child(1) {
    background-image: url(images/email.svg);
    display: none;
}
 .header1 .head-right .site_log .site:nth-child(2) {
    background-image: url(images/user.svg);display:block;
}
@media screen and (max-width:999px) {
body #header1{    z-index: 1111;}

.openSearch.close{    z-index: 1112;    right: 0px;
    left: auto;    width: 58px;
    background: transparent;}

body.teamPage .teamPageContainer ._homepage{
    padding: 13px 20px}
body.teamPage .teamPageContainer .name{font-size:16px;}
body.teamPage .teamPageContainer .name:before{width: 22px;
    height: 16px;    margin-right: 14px;}
body.list .col_tt{font-size:24px;}
.list .dataList .teacher .zd2{display:none !important}
.list .dataList .teacher .name .post2{    display: inline-block;font-size:13px;
    float: right;}
.navbox{display:block;}
.list #header1{    position: relative;}
.header1 .head-right .site_log .navi-aside-toggle.arrow .xian2{display:none}
.header1 .head-right .site_log .navi-aside-toggle.arrow .xian1{transform:rotate(-45deg);position:absolute}
.header1 .head-right .site_log .navi-aside-toggle.arrow .xian3{transform:rotate(45deg);position:absolute}
.fixbox{position:fixed;z-index:2;background:#065391;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;top:0;clip-path:circle(32px at 110% 0);padding:60px calc(50vw - 8.2rem);box-sizing:border-box;overflow-y: auto;}
.fixbox .close{width:.48rem;height:.48rem;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;right:50%;margin-right:-8.2rem;top:.55rem;cursor:pointer}
.fixbox .close img{width:.25rem}
.fixbox.open{display:flex}
.fixbox{flex-wrap:wrap;    align-content: flex-start;}
.fixbox a{color:#fff}
.fixbox .wp-menu{display:flex;    flex-direction: column;width:100%;
    justify-content: flex-start;
    height: auto;
    min-height: unset;
    padding: 0;
    margin: 0;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: 600;}
.fixbox .wp-menu .menu-link{font-size:16px;line-height:60px;display:block}
.fixbox .wp-menu .menu-link .en{display:none}
.fixbox .site-lang ul li.links a{border:1px solid #ffffff4d;line-height:2}
.fixbox .wp-menu .sub-menu{margin-top:.3rem;text-align:center;display:none}
.fixbox .wp-menu .sub-menu .sub-menu{display:none}
.fixbox .wp-menu .sub-menu a{font-size:16px;opacity:.8;line-height:2}
.fixbox .searchbox{width:auto}
.fixbox .wp-menu li{    border-bottom: 1px solid #ffffff10;}
.fixbox .login a:first-child{display:none}
.fixbox .login{    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;}
.fixbox .login a{    font-size: 16px;background:url(images/userico.svg) no-repeat center left / 15px;
    color: #3EE1FF;
    text-align: left;    line-height: 60px;
    padding-left: 25px;
    margin-top: 10px;
    display: inline-block;}

.header1 .head-right .site_log{position: static;}
.header1 .head-right .site_log .navi-aside-toggle{    position: absolute;
    right: 0;
    top: 0;    height: 100%;
    width: 58px ;  background: #1672A3;
    left: auto;}
.header1 .head-right .site_log .navi-aside-toggle span{ display:inline-block;width:17px;height:2px;border-radius:1px;background:#fff;    transition: .5s;}
.header1 .head-right .site_log .navi-aside-toggle .box{    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;}
.header1 .head-right .site_log .login{display:none}

body.main #header1{padding-left:0}
.main_container .main1 .swiper3{margin:0;padding-bottom: 44px;}
.main_container .main1 .swiper3 .swiper-slide .news_img{    margin: 0 45px;
    border-radius: 50%;
    background: #ffffff10 url(images/yuandosh.png) no-repeat center / 90%;
    padding: 28px;}
.main_container .main1 .swiper3 .swiper-slide .imgbox{padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.main_container .main1 .swiper3 .swiper-slide img{    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.main_container .main1 .hot-container .r .news_title .career{    font-size: 20px;
    position: absolute;
    margin: 0;
    margin-top: 10px;
    margin-left: 13px;}
.main_container .main1 .hot-container .r .news_title a{    font-size: 30px;
    font-weight: 600;}
.main_container .main1 .hot-container .r .news_title{    text-align: center;    margin-top: 23px;}
.main_container .main1 .hot-container .r .career2{    font-size: 20px;    text-align: center;
    font-weight: 600;}
.main_container .main1 .hot-container .r .news_text{    font-size: 16px;min-height:84px;
    line-height: 28px;
    color: #ffffff80;}
.main_container .main1 .hot-container .r .readmore{    margin: auto;
    height: 23px;
    width: 65px;
    font-size: 10px;
    margin-top: 30px;}
.main_container .main1 .hot-container .r .readmore img{display:none}
.main_container .main1 .swiper3 .swiper-slide .news_img{display:block;}
}
@media screen and (max-width:767px) {
.teamPage {background:url(images/teambg.png) repeat-y center / cover}

.header1 .sitelogo a img{max-width:59%;}
.header1 .sitetitle{display:block;    margin-left: 12px;}
.header1 .sitetitle>span .en{font-size:7px}
.main_container .main1 .tab-list{padding:0}
.main_container .main1 .tab-list .tab-con1,.main_container .main1 .tab-list .tab-con3{padding:0 27px;box-sizing: border-box;}
.main_container .swiper-slide .main1{background:url(images/mainphonebg.png) no-repeat center / cover;}
.main .footer p>span{display: block;
    font-size: 10px;
    color: #ffffff50;}


.main_container .main1 .swiper-img .career{display:none}
.main_container .main1 .tab-menu>div{padding:0 13px}
.main_container .main1 .swiper-img{padding-bottom:30px}
.main_container .main1 .swiper-img .name{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.main_container .main1 .tab-con3 .swiper-text{display:none}
.header1 .sitetitle>span{    font-size: 13px;}
.header1 .sitetitle>span>span{    margin-top: 10px;}
}
@media screen and (max-width:640px) {
.selector .tit{    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;}
.list .careerList .tttop{    flex-direction: column-reverse;}
.list .careerList .tttop .searchtt{margin-top:0;margin-bottom:.4rem;}
.list .careerList .tttop .btn,.list .careerList .tttop input{    line-height: 40px;}
.list .careerList .tttop .btn{    width: 98px;    background-size: 18px;    font-size: 14px;}
body.expert .careerList ._career{line-height: 28px;
    font-size: 12px;}
body.expert .careerList ._career:nth-child(7),body.expert .careerList ._career:nth-child(8){width:100%}
body.expert .careerList .careerContainer {
    gap: 10px 2%;
}
.list .dataList ._tit{font-size:20px}
.searchbox{    max-width: unset;width: calc(100% - 30px);padding: 40px 30px;}    
.searchbox .inputbox{margin-left:0;margin-right:0}
.wp-paralist{margin:0;padding:0}
.searchbox .inputbox input{    line-height: 40px;}
.searchbox .inputbox ._submit{line-height:36px;    font-size: 14px;
    padding: 0 20px;    border-radius: 18px;    top: 2px;right:2px}
.searchbox .inputbox input{    font-size: 12px;
    text-indent: 2em;}
.selector{    flex-direction: column;
    text-align: left;}
.selector .main ul.letterSelector li{    margin-bottom: 0;
    font-size: 16px;text-align: left;}
.selector.s3{margin-bottom:32px;}
body.list.searchPage{background:url(images/searchphonebg.png) no-repeat center / cover ;}
.wp_tw_searchTeachers{    margin: 0 -32px;margin-top:20px;}
.wp_tw_searchTeachers .news_list{    padding: 20px;    gap: 18px;}
.wp_tw_searchTeachers .news_list .news a{margin:0}
.wp_tw_searchTeachers .news_list .news{    width: calc(50% - 9px);
    margin-bottom: 2px;}
.wp_tw_searchTeachers .news_list .news .news_imgs{    padding: 16px 14px;}
.wp_tw_searchTeachers .news_list .news .news_wz{    padding: 0 14px 19px;    text-align: left;}
.wp_tw_searchTeachers .news_list .news .news_title{    padding-bottom: 0;    text-align: left;
    line-height: 40px;
    margin-bottom: 18px;}
.wp_tw_searchTeachers .news_list .news .news_meta{font-size:14px;}

}
@media screen and (max-width:479px) {
.list .dataList .teacher .zd{    text-align: left;}
.list .dataList .teacher .name{text-align: left;}
.list .dataList .teacherContainer{    display: flex;
    flex-wrap: wrap;
    gap: 10px 6%;justify-content: space-between;}
.header1 .sitelogo a img{width:180px}
.list .dataList .teacher{width:46%}
}
.openSearch {
 display: none; 
}
.openSearch.close {
    display: block;
}

.post-31 .con .p_text_indent_2 {
    text-indent: 2em;
}