@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; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ 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; }
i,cite,em,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,em,strong,b{ 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;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 13px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color: #0D0D0D;text-decoration:none;transition:all 0.4s ease-in-out;font-family:'syh'}
a:hover { color:#b51c2f;}
@font-face{font-family: 'syh'; src : url('css/SourceHanSansCN-Regular.ttf');}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 13.5rem;margin:0 auto;} /**页面全局宽度**/
/*headtop*/
/*head开始*/
@keyframes showHeader{
    0%{
        transform:translateY(-100%);
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    100%{
        transform:translateY(0);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
.header_box{position: absolute;top: 0;z-index: 99;width: 100%;transition: 0.8s ease-in-out;}
.header_box.showHeader{animation:showHeader 1s linear;position: fixed;z-index: 99;}
.header {background: #b51c2f;}
.header .inner{padding: 0.19rem 0;width: 15.5rem;position:relative;}
.header .sitelogo{float:left;width: 4.75rem;max-width: 100%;}
.header .sitelogo img{    width: 100%;}
.header .sitetitle {display:inline-block;margin-top: 28px;margin-left:10px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/
.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 0.15rem;}
.header .head-right .right-top{    display: flex;    align-items: center;    gap: 0.29rem;}
.header .head-right .right-top .head-r{float:right;}
/*lang样式*/
.site-lang{}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;position: relative;}
.site-lang ul li.links:after{content: '';display:block;width: 0.01rem;height: 0.18rem;background: rgb(255 255 255 / 32%);position: absolute;right: 0;transform: translateY(50%);bottom: 50%;}
.site-lang ul li.links:last-child:after{display:none;}
.site-lang ul li.links a{line-height: 0.24rem;font-size: 0.16rem;color: #fff;padding: 0 0.14rem;transition: all .4s ease;}
.site-lang ul li.links a:hover{font-size:15px; font-weight:bold;}

.site-lang2{float:right;}
.site-lang2 ul{float:right;}
.site-lang2 ul li.links{float:left;}
.site-lang2 ul li.links a{line-height: 36px;margin-right:27px;font-size: 14px;color: #fff;transition: all .4s ease;}
.site-lang2 ul li.links a:hover{font-size:15px; font-weight:bold;}
/*默认主导航样式*/
#nav{background: #b51c2f;border-top: 0.01rem solid rgb(255 255 255 / 33%);}
#nav .inner{
    width: 100%;
}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{/* float:left; */}
#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;justify-content: center;}
.nav .wp-menu.clearfix:after{display:none;}
.nav .wp-menu .menu-item {display: inline-block;/* float: left; */position: relative;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{ display:inline-block; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; display:none;}
.nav .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 0.42rem;line-height: 0.74rem;color: #fff;font-size: 0.19rem;font-weight:bold;}
.nav .wp-menu .menu-item:last-child a.menu-link{background:unset;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color: #fff;text-decoration: none;color: #b51c2f;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 0.74rem;min-width:100%;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: #b51c2f;height: 0.5rem;line-height: 0.5rem;padding: 0 0.15rem;font-size: 0.18rem;background:none;text-align: center;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{color: #fff;background-color: #b51c2f;display: block;}
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主页banner开始**/
#banner {position: relative;background: #e7e2df;}
#banner .inner {width: 100%;text-align: center;position: relative;}
.mbanner .slick-slider {height: auto;position: relative;padding-bottom: 0;}
.mbanner .view .news_bg {width: 100%;transition-duration: 1s;height: 100%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-width: 100%;}
.mbanner .slide_imgs {display: block;width: 100%;overflow: hidden;padding-top: 37.6%;position: relative;}
.mbanner .slide_imgs:after{content:'';display:block;width: 100%;height: 1.88rem;background: linear-gradient(to top, rgb(0 0 0 / 40%), transparent);position: absolute;bottom: 0;z-index: 1;pointer-events: none;}
.mbanner .view .news_title{position: absolute;transform: translateX(50%);right: 50%;bottom: 0.8rem;width: auto;text-align: left;font-size: 0.30rem;font-weight: bold;color: #fff;z-index: 10;line-height: 0.55rem;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;overflow-wrap: break-word;}
.mbanner .view .news_title a{color:#fff;}
.mbanner .slick-dots {width: auto;position: absolute;transform: translateX(50%);right: 50%;bottom: 0.4rem;z-index: 10;}
.mbanner .slick-dots li{text-align: center;margin: 0 0.09rem;float:left;transition: all 0.4s ease-in-out;height: 0.12rem;width: 0.12rem;background: rgb(255 255 255 / 52%);}
.mbanner .slick-dots button {margin: 0 auto;display:block;height: 100%;width: 100%;border: 0;background: transparent;color: #fff;font-size: 0px;line-height: 0.24rem;border-radius: 50%;padding: 0;}
.mbanner .slick-dots li.slick-active {background: #fff;}
.mbanner .slick-dots li.slick-active button{background: transparent;}
.mbanner .slick-next{background: url(images/banner_next.png) no-repeat center / cover;width: 0.3rem;height: 0.54rem;right: 2.2rem;top: auto;transform: translateY(50%);bottom: 50%;margin: 0 auto;z-index: 10;transition: all 0.4s ease-in-out;}
.mbanner .slick-prev{background: url(images/banner_prev.png) no-repeat center / cover;width: 0.3rem;height: 0.54rem;left: 2.2rem;top: auto;transform: translateY(50%);bottom: 50%;margin: 0 auto;z-index: 10;transition: all 0.4s ease-in-out;}
.mbanner .slick-prev:hover,.mbanner .slick-next:hover{opacity: 0.8;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}
/**标题栏新闻窗口**/
.post {}
.post .tt {position: relative;display:inline-block;width:100%;text-align:left;} /**标题栏**/
.post .tt .tit {display:inline-block;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 0.44rem;color: #0D0D0D;font-size: 0.3rem;font-family:'syh';}
.post .tt .tit .title .sub{line-height:25px;font-size:22px;color:#b51c2f;padding-left:10px;}
.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; *zoom:1;line-height: 0.24rem;transform: translateY(50%);position: absolute;right: 0;bottom: 50%;}
.post .more_btn .more_text{} 
.post .more_btn a{font-size: 0.16rem;color: #b51c2f;} 
.post .more_btn a:hover{
    font-size: 0.17rem;
} 
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 3rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-size: cover;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding: 0.49rem 0px 2.57rem;width: 14.5rem;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 2.55rem;float:left;margin-right: -2.55rem;position:relative;padding-bottom: 2.24rem;background: url(images/list_col_bg.png)no-repeat bottom center;background-size: auto 2.24rem;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #b51c2f;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 0.25rem;font-weight:normal;color:#fff;font-family:'syh';}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 0.7rem;padding: 0 0.1rem;text-align: center;}/**栏目名称图标**/
.col_menu .col_menu_con{}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #b51c2f; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#2E2E2E;font-size: 0.18rem;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;background: #F8F8F8;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 0.09rem 0px 0.09rem 0.57rem;line-height: 0.42rem;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {color:#b51c2f;background: #fff;border-left: 0.04rem solid #b51c2f;box-sizing: border-box;} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #b51c2f;}
.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:#b51c2f;}
/*二级子栏目**/
.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: 0.32rem;padding: 0.09rem 0px 0.09rem 0.77rem;cursor:pointer;font-size: 0.16rem;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {color:#b51c2f;background: #fff;border-left: 0.04rem solid #b51c2f;box-sizing: border-box;} 
/*三级子栏目**/
.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:#b51c2f;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 3.22rem;}
.col_news_head {padding-bottom: 0.24rem;border-bottom: 0.01rem solid #B9B9B9;}
.col_metas .col_title {display:inline-block;float:left;height: 0.54rem;line-height: 0.54rem;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 0.37rem;font-family: 'syh';font-weight: normal;color: #0D0D0D;font-weight: bold;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 0.54rem;line-height: 0.54rem;color: #6F6F6F;font-family: 'syh';font-size: 0.16rem;} /**当前位置**/
.col_metas .col_path a{color: #6F6F6F;}
.col_metas .col_path .possplit{
    background: url(images/posSplit.png) no-repeat center;
    background-size: 0.09rem;
    width: auto;
}
.col_news_con {padding: 0.39rem 0px 0.1rem 0px;margin:0 0px;}
.col_news_list {/* margin-top:7px; */}
.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: 0.64rem 0 1.5rem;margin:0 auto;width:auto;}
.article {}
.article h1.arti_title {line-height: 0.5rem;font-family:'syh';font-size: 0.32rem;text-align:center;color: #b51c2f;margin-bottom: 0.25rem;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {/* padding: 15px; */text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span {line-height: 0.24rem;margin: 0 0.18rem;font-size: 0.16rem;color: rgb(51 51 51 / 50%);font-family:'syh';}/**文章其他属性**/
.article .entry {margin:0 auto;overflow:hidden;margin-top: 0.64rem;min-height:5.5rem;} /**文章内容**/
.article .entry .read,.article .entry .read p {line-height:1.75;font-size:14px;color: #333333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/
#footer {background: #b51c2f;background-size: cover;}
#footer .inner {width: 14.5rem;padding-top: 0.69rem;padding-bottom: 0.34rem;position:relative;}
.footer .foot_l{float:left;margin-right: 0.83rem;}
.footer .foot_l .sitelogo{
    width: 5.77rem;
    max-width: 100%;
}
.footer .foot_l .sitelogo img{
    width: 100%;
}

.footer .foot_m{float:left;margin-top: 0.11rem;}
.footer .foot_m .foot_info .info_title{line-height: 0.26rem;font-size: 0.18rem;font-weight: bold;color: #fff;font-family: 'syh';margin-bottom: 0.19rem;}
.footer .foot_m .foot_info .info_box1{
    float: left;
    margin-right: 0.5rem;
}
.footer .foot_m .foot_info .info_box2{
    float: left;
}
.footer .foot_m .foot_info .info_text {line-height: 0.34rem;font-size: 0.17rem;color: #fff;font-family: 'syh';}

.footer .foot_r{float:right;}
.post-94{}
.post-94 .news_list{}
.post-94 .news_list li.news{}
.post-94 .news_list li.news .news_imgs{
    display: block;
    width: 1.13rem;
    overflow: hidden;
    padding-top: 1.13rem;
    position: relative;
    margin-bottom: 0.15rem;
}
.post-94 .news_list li.news .news_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit:cover;
}
.post-94 .news_list li.news .news_title{
    line-height: 0.24rem;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    font-family: 'syh';
}

.footer_bottom{
    background: #b51c2f;
}
.footer_bottom .inner{
    padding: 27px 0;
    border-top: 0.01rem solid rgb(255 255 255 / 23%);
}
.footer_bottom .foot_b .foot_info {}
.footer_bottom .foot_b .foot_info .copyright{text-align: center;line-height: 0.25rem;color: #fff;font-size: 0.17rem;font-family: 'syh';}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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; }
.layer{position: fixed;  background: rgba(0,0,0,.5);  top: 0;  bottom: 0;  left: 0;  right: 0;  z-index: 9999;   display: none;}
/*自定义输入框*/
.wp-search {position: relative;background: #fff;border-radius: 0.25rem;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 0.4rem;margin-left: 0.21rem;}
.wp-search .search-input input.search-title {width: 100%;height: 0.36rem;line-height: 0.36rem;background: none;font-size: 0.14rem;border:0;outline: 0;font-family: 'syh';color: #7E7E7E;}
.wp-search .search-input input.search-title::placeholder{color:#fff;}
.wp-search .search-btn {width: 0.16rem;height: 0.16rem;position: absolute;transform: translateY(50%);right: 0.19rem;bottom: 50%;}
.wp-search .search-btn input.search-submit {width: 0.16rem;height: 0.16rem;border: 0;outline: 0;background: url(images/sous.png) no-repeat center;background-size: cover;cursor: pointer;}
.searchbox {width: 2.16rem;}
/*搜索去背景色：*/
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {-webkit-transition-delay: 99999s;-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;}
/*搜索文字颜色：*/
.wp-search .search-input input.search-title::-webkit-input-placeholder {color: #7E7E7E;font-size:0.14rem;}
/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left;margin-left: 0.115rem;position:relative;}
.shares li a{display:inline-block;width: 0.4163rem;height: 0.4163rem;background:url('images/share_icon.png') no-repeat;filter:Alpha(opacity=60);vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background: url(images/wx_icon.png) no-repeat center;background-size: cover;}
.shares li.i2 a{    background: url(images/wb_icon.png) no-repeat center;}
.shares li.i3 a{    background: url(images/dy_icon.png) no-repeat center;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none;position:absolute;transform: translateX(50%);bottom: 0.6rem;right: 50%;z-index:100;width:100px;}
.shares li .con img{width: 1rem;height: 1rem;object-fit: cover;vertical-align:top;background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; margin-right:6.7%;    width: 42%;    line-height: 44px;    background: rgba(255, 255, 225, 0.21);}
.botlinks .links-wrap a.links-arrow {display: block; height: 44px; line-height: 44px; padding: 0 41px 0 24px;     color: #fff;    font-weight: bold;    font-size: 16px; background: url(images/arrow.png) no-repeat right 27px top 2px;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: rgba(255,255,255,0.8); background-position: right 27px bottom 2px; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 44px; width: auto; width:100%; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #fff;}
.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: #1B56A2; cursor: pointer;}/**链接样式**/
/*列表页*/
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news{
    padding-bottom: 0.63rem;
    margin-bottom: 0.44rem;
    border-bottom: 0.01rem solid #DDDDDD;
}
.col_news .col_news_box .col_news_con .col_news_list .news_list.list_imgs li.news{
    padding-bottom: 0.43rem;
    margin-bottom: 0.39rem;
}
.col_news .col_news_box .col_news_con .col_news_list .news_list.list_imgs li.news:last-child{margin-bottom:0!important;}
.col_news .col_news_box .col_news_con .col_news_list .news_list.list_imgs li.news .news_imgs{
    float: left;
    display: block;
    width: 3.51rem;
    margin-right: -3.51rem;
    overflow: hidden;
    padding-top: 21%;
    padding-top: 2.39rem;
    position: relative;
}
.col_news .col_news_box .col_news_con .col_news_list .news_list.list_imgs li.news .news_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit:cover;transition: 1s;
}
.col_news .col_news_box .col_news_con .col_news_list .news_list.list_imgs li.news .news_imgs:hover img{transform: scale(1.1);}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_wz{}
.col_news .col_news_box .col_news_con .col_news_list .news_list.list_imgs li.news .news_wz{
    margin-left: 4.03rem;
    margin-top: 0.05rem;
}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_title{
    line-height: 0.36rem;
    height: 0.72rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.14rem;
}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_title:hover a{color:#b51c2f;}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_title a{font-size: 0.2rem;font-weight: bold;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;color: #333333;}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_text{
    line-height: 0.36rem;
    height: 0.72rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_text a{
    font-size: 0.18rem;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_text:hover a{color:#b51c2f;}
.col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_meta{
    text-align: left;
    line-height: 0.26rem;
    font-size: 0.18rem;
    color: #b51c2f;
    font-family: 'syh';
}
/*页码*/
#wp_paging_w6{
    display: block!important;
    margin-top: 0.64rem;
}
#wp_paging_w6 .wp_paging{float:none;display: flex;justify-content: center;}
#wp_paging_w6 .wp_paging li{height: 0.5rem;line-height: 0.5rem;margin-top: 0;margin-bottom:0.1rem;}
#wp_paging_w6 .wp_paging li a{margin-left: 0;margin-right: 0.08rem;padding: 0.08rem;text-align: center;line-height: 0.32rem;height: 0.32rem;border: 0.01rem solid #666666;font-size: 0.16rem;color: #666666;}
#wp_paging_w6 .wp_paging li a span{float:none;}
#wp_paging_w6 .wp_paging li.pages_count{display:none;}
#wp_paging_w6 .wp_paging li.page_jump{}
#wp_paging_w6 .wp_paging li.page_jump span{margin-left: 0;margin-right: 0.08rem;}
#wp_paging_w6 .wp_paging li.page_jump span.pages{padding: 0.08rem;text-align: center;line-height: 0.32rem;height: 0.32rem;border: 0.01rem solid #666666;font-size: 0.16rem;color: #666666;}
#wp_paging_w6 .wp_paging li.page_jump span.curr_page{float: none;margin:0 auto;}
#wp_paging_w6 .wp_paging li.page_jump span.all_pages{float: none;margin:0 auto;}
#wp_paging_w6 .wp_paging li.page_jump span input{padding: 0.08rem;width: 0.45rem;margin-top: 0;line-height: 0.32rem;height: 0.32rem;border: 0.01rem solid #666666;font-size: 0.22rem;color: #666666;}
/*banner*/
/*************************************************************
 * 特殊页面
 */

/*************************************************************
*二级页面
*/
/*自定义样式*/
.main_box{
    position: relative;
    background: #F6F5F5;
}

.main0{
    position: absolute;
    width: 2.4rem;
    left: 0.23rem;
    top: 0.33rem;
}
.main0 .inner{
    width: 100%;
}
.post-10{
    margin-bottom: 0.17rem;
}
.post-10 .tt{}
.post-10 .tt .tit{}
.post-10 .tt .tit .title{}
.post-qa{position: relative;padding-top: 0.14rem;padding-bottom: 0.32rem;background: #FFFFFF;border-radius: 0.1rem;border: 0.01rem solid #EFE5E5;margin-bottom: 0.14rem;}
.post-qa.zxxs .qa_tt:after{content:'';display: block;width: 0.34rem;height: 0.34rem;background: url(images/zxxs_icon.png) no-repeat center / cover;position: absolute;top: 0.06rem;left: -0.52rem;}
.post-qa.bkxs .qa_tt:after{content:'';display: block;width: 0.29rem;height: 0.37rem;background: url(images/bkxs_icon.png) no-repeat center / cover;position: absolute;top: 0.06rem;left: -0.52rem;}
.post-qa.xszl .qa_tt:after{content:'';display: block;width: 0.37rem;height: 0.34rem;background: url(images/xszl_icon.png) no-repeat center / cover;position: absolute;top: 0.06rem;left: -0.52rem;}
.post-qa.xxly .qa_tt:after{content:'';display: block;width: 0.42rem;height: 0.37rem;background: url(images/xxly_icon.png) no-repeat center / cover;position: absolute;top: 0.06rem;left: -0.52rem;}
.post-qa .qa_tt{
    position: relative;
    margin-left: 0.7rem;
}
.post-qa .qa_tt .qa_tit{
    line-height: 0.27rem;
    font-size: 0.19rem;
    font-family: 'syh';
    color: #171717;
    margin-bottom: 0.04rem;
}
.post-qa .qa_tt .qa_text{
    line-height: 0.21rem;
    font-size: 0.15rem;
    font-family: 'syh';
    color: #7B7B7B;
}
.post-qa .down{
    width: 0.18rem;
    height: 0.1rem;
    background: url(images/qa_down.png) no-repeat center/ cover;
    cursor: pointer;
    /* transition: 0.4s; */
    position: absolute;
    bottom: 0.13rem;
    transform: translateX(50%);
    right: 50%;
}
.post-qa.active .down{
    width: 0.18rem;
    height: 0.1rem;
    background: url(images/qa_up.png) no-repeat center / cover;
    cursor: pointer;
}
.post-qa .post_box{height: auto;max-height: 0;padding: 0 0.2rem;margin: 0 0.15rem;border: 0.01rem solid #EFE5E5;border-radius: 0.1rem;transition: 1s;clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);}
.post-qa.active .post_box{
    height: auto;
    max-height: 5rem;
    margin: 0.21rem 0.15rem 0;
    padding: 0.15rem 0.2rem 0.1rem;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.post-101{margin-bottom: 0.18rem;}
.post-101 .tt{
    margin-bottom: 0.16rem;
}
.post-101 .tt .tit{
    line-height: 0.24rem;
    font-size: 0.16rem;
    font-family: 'syh';
    font-weight: normal;
}
.post-101 .tt .tit .title{}
.post-101 .news_list{}
.post-101 .news_list li.news{
    line-height: 0.35rem;
    border: 0.01rem solid rgb(192 1 45 / 35%);
    border-radius: 0.3rem;
    text-align: center;
    margin-bottom: 0.1rem;
    transition: all 0.4s ease-in-out;
}
.post-101 .news_list li.news:last-child{margin-bottom:0;}
.post-101 .news_list li.news:hover{background: #b51c2f;}
.post-101 .news_list li.news a{
    font-size: 0.15rem;
    color: #b51c2f;
}
.post-101 .news_list li.news a:hover{
    color: #fff;
}
.post-101 .news_list li.news a .news_title{
}

.main1{}
.main1 .inner{
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
}
.main1 .ml{
    float: left;
    width: 6.6rem;
    padding: 0.4rem 0.41rem 0.5rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.03rem 0.24rem rgb(234 235 240 / 50%);
}
.main1 .mr{
    float: right;
    width: 6.6rem;
    padding: 0.4rem 0.41rem 0.5rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.03rem 0.24rem rgb(234 235 240 / 50%);
}

.post-11{}
.post-11 .tt{
    margin-bottom: 0.3rem;
}

.post-12{
    margin-bottom: 0.17rem;
}
.post-12 .news_list{
    padding-bottom: 0;
}
.post-12 .news_list li.news{}
.post-12 .news_list li.news .news_imgs{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 63%;
    padding-top: 3.62rem;
    border-radius: 0.05rem;
    position: relative;
}
.post-12 .news_list li.news .news_imgs:after{content:'';display: block;width: 100%;height: 1.35rem;position: absolute;bottom: 0;background: linear-gradient(to top, rgb(0 0 0 / 60%), transparent);pointer-events: none;}
.post-12 .news_list li.news .news_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit:cover;transition: 1s;
}
.post-12 .news_list li.news .news_imgs:hover img{transform: scale(1.1);}
.post-12 .news_list li.news .news_title{
    line-height: 0.29rem;
    position: absolute;
    bottom: 0.28rem;
    left: 0.31rem;
    right: 1rem;
}
.post-12 .news_list li.news .news_title a{
    color: #ffff;
    font-size: 0.18rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.post-12 .slick-dots {width: auto;position: absolute;right: 0.145rem;bottom: 0.24rem;z-index: 10;}
.post-12 .slick-dots li{text-align: center;margin: 0 0.065rem;float:left;transition: all 0.4s ease-in-out;height: 0.09rem;width: 0.09rem;background: rgb(255 255 255 / 52%);}
.post-12 .slick-dots button {margin: 0 auto;display:block;height: 100%;width: 100%;border: 0;background: transparent;color: #fff;font-size: 0px;line-height: 0.24rem;border-radius: 50%;padding: 0;}
.post-12 .slick-dots li.slick-active {background: #fff;}
.post-12 .slick-dots li.slick-active button{background: transparent;}

.post-13{}
.post-13 .news_list{}
.post-13 .news_list li.news{
    position: relative;
    line-height: 0.8rem;
    height: 0.8rem;
    border-bottom: 0.01rem solid rgb(112 112 112 / 25%);
}
.post-13 .news_list li.news:before{content: "";position: absolute;z-index: 999;left: 0;right: 100%;bottom: 0;background: #b51c2f;height: 0.01rem;width: 0px;margin-bottom: -0.01rem;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.post-13 .news_list li.news:hover:before{width:100%;}
.post-13 .news_list li.news .news_title{padding-left: 0.16rem;box-sizing: border-box;position: absolute;top: 0;left: 0;bottom: 0;right: 0.6rem;}
.post-13 .news_list li.news .news_title:after{content:'';display:block;width: 0.06rem;height: 0.06rem;background: #b51c2f;border-radius: 50%;position: absolute;transform: translateY(50%);left: 0;bottom: 50%;}
.post-13 .news_list li.news .news_title a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    font-size: 0.18rem;
}
.post-13 .news_list li.news .news_meta{
    float: right;
    width: 0.6rem;
    text-align: right;
    font-size: 0.18rem;
    font-family: 'syh';
}

.main2{
    background: #F6F5F5 url(images/main2_bg.png) no-repeat center /cover;
}
.main2 .inner{
    padding-top: 0.51rem;
    padding-bottom: 0.5rem;
}
.main2 .ml{
    float: left;
    width: 6.6rem;
    padding: 0.36rem 0.37rem 0.33rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.03rem 0.24rem rgb(234 235 240 / 50%);
}
.main2 .mr{
    float: right;
    width: 6.6rem;
    padding: 0.36rem 0.36rem 0.43rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.03rem 0.24rem rgb(234 235 240 / 50%);
}

.post-21{}
.post-21 .tt{
    margin-bottom: 0.13rem;
}
.post-21 .news_list{}
.post-21 .news_list li.news{
    padding-bottom: 0.12rem;
    border-bottom: 0.01rem solid rgb(112 112 112 / 25%);
    margin-bottom: 0.16rem;
}
.post-21 .news_list li.news:last-child{margin-bottom:0;}
.post-21 .news_list li.news .news_date{
    float: left;
    margin-right: -0.8rem;
    width: 0.8rem;
    text-align: center;
    padding-top: 0.28rem;
    padding-bottom: 0.15rem;
    background: url(images/date_bg.png) no-repeat center;
    background-size: 0.8rem;
}
.post-21 .news_list li.news .news_date .news_days{
    line-height: 0.26rem;
    font-size: 0.26rem;
    margin-bottom: 0.05rem;
    font-family: 'syh';
    font-weight: bold;
}
.post-21 .news_list li.news .news_date .news_years{
    line-height: 0.12rem;
    font-size: 0.12rem;
    font-family: 'syh';
}
.post-21 .news_list li.news .news_wz{
    margin-left: 1rem;
    margin-top: 0.03rem;
}
.post-21 .news_list li.news .news_wz .news_title{
    line-height: 0.26rem;
    margin-bottom: 0.13rem;
}
.post-21 .news_list li.news .news_wz .news_title a{
    font-size: 0.18rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.post-21 .news_list li.news .news_wz .news_kzzd{
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #606060;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

.main2 .sudy-tab{
    position: relative;
}
.main2 .sudy-tab ul.tab-menu{
    display: flex;
    gap: 0.13rem;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    padding-right: 0.5rem;
    box-sizing: border-box;
    margin-bottom: 0.28rem;
}
.main2 .sudy-tab ul.tab-menu .tab-title{
    =:
    flex;
    line-height: 0.44rem;
    font-size: 0.3rem;
    font-weight: bold;
    font-family: 'syh';
}
.main2 .sudy-tab ul.tab-menu li.tab-name{
    line-height: 0.34rem;
    height: 0.34rem;
    font-size: 0.13rem;
    padding: 0 0.1rem;
    font-family: 'syh';
    color: #b51c2f;
    border: 0.01rem solid #b51c2f;
    border-radius: 0.3rem;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.main2 .sudy-tab ul.tab-menu li.tab-name.selected{background: #b51c2f;color: #fff;}
.main2 .sudy-tab ul.tab-list{}
.main2 .sudy-tab ul.tab-list li.tab-con{}
.main2 .sudy-tab ul.tab-list li.tab-con.selected{}

.post-22{}
.post-22 .more_btn{
    line-height: 0.24rem;
    position: absolute;
    top: 0.07rem;
    right: -0.07rem;
}
.post-22 .more_btn a{
    font-size: 0.16rem;
    color: #b51c2f;
}
.post-22 .more_btn a:hover{font-size:0.17rem;}
.post-22 .more_btn a .more_text{}
.post-22 .news_list{}
.post-22 .news_list li.news{
    padding: 0.22rem 0.28rem;
    box-sizing: border-box;
    margin-bottom: 0.18rem;
    border: 0.01rem solid rgb(192 2 46 / 24%);
    border-radius: 0.05rem;
    transition: all 0.4s ease-in-out;
}
.post-22 .news_list li.news:hover{background:rgb(192 2 46 / 24%);}
.post-22 .news_list li.news:hover a{color:#b51c2f;}
.post-22 .news_list li.news:last-child{margin-bottom:0;}
.post-22 .news_list li.news .news_title{
    line-height: 0.26rem;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    font-size: 0.18rem;
}
.post-22 .news_list li.news .news_title a{
}
.post-22 .news_list li.news .news_meta{
    line-height: 0.24rem;
    font-size: 0.16rem;
    color: #b51c2f;
}

.main3{
    background: #F6F5F5 url(images/main3_bg.png) no-repeat center /cover;
}
.main3 .inner{
    padding-top: 0.5rem;
    padding-bottom: 0.35rem;
}
.main3 .ml{
    float: left;
    width: 6.6rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.03rem 0.24rem rgb(234 235 240 / 50%);
    padding: 0.36rem 0.45rem 0.53rem;
    box-sizing: border-box;
}
.main3 .mr{
    float: right;
    width: 6.6rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.03rem 0.24rem rgb(234 235 240 / 50%);
    padding: 0.36rem 0.45rem 0.53rem;
    box-sizing: border-box;
}

.post-31{}
.post-31 .tt{
    margin-bottom: 0.34rem;
}

.post-32{
    margin-bottom: 0.11rem;
}
.post-32 .news_list{}
.post-32 .news_list li.news{}
.post-32 .news_list li.news .news_imgs{
    float: left;
    margin-right: -2.66rem;
    display: block;
    width: 2.66rem;
    overflow: hidden;
    padding-top: 34%;
    padding-top: 1.93rem;
    position: relative;
    border-radius: 0.05rem;
}
.post-32 .news_list li.news .news_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit:cover;transition: 1s;
}
.post-32 .news_list li.news .news_imgs:hover img{transform: scale(1.1);}
.post-32 .news_list li.news .news_wz{
    margin-left: 2.97rem;
    padding-top: 0.06rem;
}
.post-32 .news_list li.news .news_wz .news_title{line-height: 0.33rem;height: 0.66rem;margin-bottom: 0.19rem;}
.post-32 .news_list li.news .news_wz .news_title a{
    font-size: 0.18rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.post-32 .news_list li.news .news_wz .news_text{
    line-height: 0.3rem;
    height: 0.6rem;
    margin-bottom: 0.12rem;
}
.post-32 .news_list li.news .news_wz .news_text a{
    font-size: 0.16rem;
    color: #606060;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.post-32 .news_list li.news .news_wz .news_text:hover a{color:rgb(192 2 46 / 50%);}
.post-32 .news_list li.news .news_wz .news_meta{
    line-height: 0.24rem;
    font-size: 0.16rem;
    color: #b51c2f;
    font-family: 'syh';
}

.post-33{}
.post-33 .news_list{}
.post-33 .news_list li.news{
    position: relative;
    line-height: 0.8rem;
    height: 0.8rem;
    border-bottom: 0.01rem solid rgb(112 112 112 / 25%);
}
.post-33 .news_list li.news:before{content: "";position: absolute;z-index: 999;left: 0;right: 100%;bottom: 0;background: #b51c2f;height: 0.01rem;width: 0px;margin-bottom: -0.01rem;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.post-33 .news_list li.news:hover:before{width:100%;}
.post-33 .news_list li.news .news_title{padding-left: 0.16rem;box-sizing: border-box;position: absolute;top: 0;left: 0;bottom: 0;right: 0.6rem;}
.post-33 .news_list li.news .news_title:after{content:'';display:block;width: 0.06rem;height: 0.06rem;background: #b51c2f;border-radius: 50%;position: absolute;transform: translateY(50%);left: 0;bottom: 50%;}
.post-33 .news_list li.news .news_title a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    font-size: 0.18rem;
}
.post-33 .news_list li.news .news_meta{
    float: right;
    width: 0.6rem;
    text-align: right;
    font-size: 0.18rem;
    font-family: 'syh';
}

/*******************************师资特殊页************************************/
.list_szdw .col_news_con{
    padding-top: 0.22rem;
}
.list_szdw .item_box{}
.list_szdw .option{
    display: flex;
    align-items: center;
}
.list_szdw .option .item_tt{
    line-height: 0.29rem;
    font-size: 0.2rem;
    font-family: 'syh';
    margin-right: 0.32rem;
    width: 0.82rem;
    text-align: right;
}
.list_szdw .option .item_list{
    display: flex;
    align-items: center;
}
.list_szdw .option .item_list>li{
    line-height: 0.3rem;
    padding: 0 0.12rem;
    font-size: 0.18rem;
    font-family: 'syh';
    margin-right: 0.18rem;
    color: #333333;
    border-radius: 0.19rem;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.list_szdw .option .item_list>li.selected{
    color: #fff;
    background: #b51c2f;
}

.list_szdw .option1{
    margin-bottom: 0.35rem;
}
.list_szdw .option1 .item_list{
    display: flex;
}
.list_szdw .option1 .item_list .item{
    position: relative;
    line-height: 0.44rem;
    font-size: 0.3rem;
    padding: 0 0.2rem;
    font-weight: bold;
    font-family: 'syh';
    color: #7B7B7B;
    cursor: pointer;
}
.list_szdw .option1 .item_list .item:after{content:'';display: block;height: 0.33rem;width: 0.01rem;background: #b51c2f;transform: translateY(50%);position: absolute;bottom: 50%;right: 0;}
.list_szdw .option1 .item_list .item:first-child{padding-left:0;}
.list_szdw .option1 .item_list .item:last-child{padding-right:0;}
.list_szdw .option1 .item_list .item:last-child:after{display:none;}
.list_szdw .option1 .item_list .item.selected{
    color: #b51c2f;
}

.list_szdw .sz_search{
    display: flex;
    align-items: center;
}
.list_szdw .sz_search .item_tt.ss_title{
    line-height: 0.29rem;
    font-size: 0.2rem;
    font-family: 'syh';
    margin-right: 0.32rem;
}
.list_szdw .sz_search .ss_box{
    position: relative;
    background: #fff;
    border: 0.01rem solid #D1D1D1;
    border-radius: 0.2rem;
    width: 8.82rem;
}
.list_szdw .sz_search .ss_box .search-input{
    margin-left: 0.2rem;
    margin-right: 1.2rem;
}
.list_szdw .sz_search .ss_box .ss-input{
    width: 100%;
    height: 0.46rem;
    line-height: 0.46rem;
    background: none;
    font-size: 0.14rem;
    border: 0;
    outline: 0;
    font-family: 'syh';
    color: #9B9B9B;
    font-size: 0.18rem;
}
.list_szdw .sz_search .ss_box .search-btn{
    position: absolute;
    transform: translateY(50%);
    right: 0;
    bottom: 50%;
    border-radius: 0.2rem;
    padding: 0 0.23rem;
    background: #b51c2f;
}
.list_szdw .sz_search .ss_box .ss-btn{
    line-height: 0.46rem;
    height: 0.46rem;
    padding-left: 0.25rem;
    font-size: 0.18rem;
    color: #fff;
    background: url(images/szdw_sous.png) no-repeat left center;
    background-size: 0.17rem;
    cursor: pointer;
}
/*搜索文字颜色：*/
.list_szdw .sz_search .ss_box .ss-input::-webkit-input-placeholder {color: #9B9B9B;font-size:0.18rem;}
.list_szdw .option.option2{
    padding: 0.18rem 0;
    border-bottom: 0.01rem dashed #D0D0D0;
}
.list_szdw .option.option3{
    padding: 0.18rem 0;
    border-bottom: 0.01rem dashed #D0D0D0;
}
.list_szdw .option.option4{
    padding: 0.18rem 0;
    border-bottom: 0.01rem dashed #D0D0D0;
}
.list_szdw .amount_con{
    margin-top: 0.24rem;
    line-height: 0.26rem;
    font-size: 0.18rem;
    font-family: 'syh';
    color: #A3A3A3;
}
.list_szdw .amount_con .amount{
    color: #b51c2f;
    padding: 0 0.1rem;
}
.list_szdw .sq_con{
    line-height: 0.44rem;
    display: flex;
    align-items: center;
    font-family: 'syh';
    font-size: 0.18rem;
    color: #A3A3A3;
    margin-top: 0.43rem;
    margin-bottom: 0.29rem;
}
.list_szdw .sq_con .sq_title{
    margin-right: 0.12rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #b51c2f;
}
.list_szdw .sq_con .sq{
    margin: 0 0.08rem;
    color: #b51c2f;
}
.list_szdw .news_szdw{}
.list_szdw .news_szdw li.news{
    float: left;
    width: 5.39rem;
    border: 0.01rem solid #F3E4E8;
    margin-bottom: 0.4rem;
}
.list_szdw .news_szdw li.news:nth-child(2n){float:right;}
.list_szdw .news_szdw li.news a{}
.list_szdw .news_szdw li.news .news_imgs{
    display: block;
    width: 2rem;
    overflow: hidden;
    padding-top: 2.42rem;
    position: relative;
    margin-right: -2.42rem;
    float: left;
}
.list_szdw .news_szdw li.news .news_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit:cover;transition: 1s;
}
.list_szdw .news_szdw li.news:hover .news_imgs img{transform: scale(1.1);}
.list_szdw .news_szdw li.news .news_wz{margin-left: 2.34rem;padding: 0.1rem 0.28rem 0 0;}
.list_szdw .news_szdw li.news .news_wz .news_title{
    width: 100%;
    line-height: 0.4rem;
    font-size: 0.28rem;
    color: #333333;
    font-family: 'syh';
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem dashed #D0D0D0;
    margin-bottom: 0.1rem;
    overflow-wrap: break-word;
    transition: all 0.4s ease-in-out;
}
.list_szdw .news_szdw li.news .news_wz .news_title .title_name{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_szdw .news_szdw li.news:hover .news_wz .news_title{color:#b51c2f;}
.list_szdw .news_szdw li.news .news_wz .news_kzzd{
    line-height: 0.34rem;
    font-size: 0.18rem;
    font-family: 'syh';
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.list_szdw .news_szdw li.news .news_wz .news_kzzd.kzzd1{
    line-height: 0.32rem;
    /* margin-bottom: 0.12rem; */
    color: #b51c2f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

/*******************************师资文章页************************************/

.info_szdw .article_box1{
    background: #F5F5F5;
    margin-bottom: 0.67rem;
}
.info_szdw .article_box1 .news_imgs{
    float: left;
    display: block;
    margin-right: -3.09rem;
    width: 3.09rem;
    overflow: hidden;
    padding-top: 3.62rem;
    /* padding-top: 27%; */
    position: relative;
}
.info_szdw .article_box1 .news_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit:cover;
}
.info_szdw .article_box1 .news_wz{
    margin-left: 3.09rem;
    padding: 0.42rem 0.61rem;
    box-sizing: border-box;
}
.info_szdw .article_box1 .news_wz .title_box{
    display: flex;
    align-items: center;
    gap: 0.19rem;
    margin-bottom: 0.26rem;
}
.info_szdw .article_box1 .news_wz .news_title{
    line-height: 0.6rem;
    font-size: 0.41rem;
    color: #333;
    font-family: 'syh';
    font-weight: bold;
    white-space: nowrap;
}
.info_szdw .article_box1 .news_wz .news_sub{
    line-height: 0.32rem;
    font-size: 0.18rem;
    color: #333333;
    font-family: 'syh';
    font-weight: normal;
    margin-bottom: 0.39rem;
}
.info_szdw .article_box1 .news_wz .news_short{
    line-height: 0.32rem;
    font-size: 0.22rem;
    color: #BB032F;
    font-family: 'syh';
    font-weight: normal;
}
.info_szdw .article_box1 .news_wz .news_kzzd{
    line-height: 0.32rem;
    font-size: 0.18rem;
    color: #333333;
    font-family: 'syh';
    font-weight: normal;
}
.info_szdw .article_box2{}
.info_szdw .article_box2 .read_box{
    margin-bottom: 0.42rem;
}
.info_szdw .article_box2 .read_box .read_title{
    display: flex;
    align-items: center;
    margin-bottom: 0.26rem;
    gap: 0.38rem;
}
.info_szdw .article_box2 .read_box .read_title:after{content:'';display: block;height: 0.01rem;width: 100%;background: rgb(192 2 46 / 20%);flex: 1;}
.info_szdw .article_box2 .read_box .read_title .title_con{
    position: relative;
    line-height: 0.37rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #b51c2f;
    font-family: 'syh';
    padding-left: 0.18rem;
}
.info_szdw .article_box2 .read_box .read_title .title_con:before{content:'';display: block;width: 0.07rem;height: 0.24rem;background: #BB042F;border-radius: 0.03rem;transform: translateY(50%);position: absolute;bottom: 50%;left: 0;}

.info_szdw .article_box2 .read_box .read_con{padding:0 0.1rem;box-sizing:border-box;}
.info_szdw .article_box2 .read_box .read_con, .info_szdw .article_box2 .read_box .read_con p, .info_szdw .article_box2 .read_box .read_con span{
    line-height: 0.32rem!important;
    font-size: 0.16rem!important;
    font-family: 'syh'!important;
    color: #333333!important;
}
.info_szdw #wp_paging_w3{display:none!important;}






