@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: "shm","PingFang","Microsoft Yahei";color:#333;}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#9D181D;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 15rem;margin:0 auto;} /**页面全局宽度**/

/*head开始*/
.header {background: #9D181D; border-bottom:none; height:auto;line-height:inherit; }
.header .inner{position:relative;}
.header .sitelogo{float:left;}
.header .sitelogo span{position:relative;font-size:inherit; font-weight:normal;}
.header .sitelogo span a{ color:transparent; margin:0;}
.header .sitelogo h1{font-size:inherit; font-weight:normal; background:none; padding-left:0px;}


.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;}
.header .head-right{float:right;}


/*默认主导航样式*/
#nav{background: #fff;}
#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}
.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; vertical-align:middle; display: none;}
.nav .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 0.2rem;line-height: 0.62rem;color: #000;font-size: 0.2rem;    font-family: 'ssb';}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color:#9D181D; text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 100%;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: #000;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.1rem;
    font-size: 0.15rem;
    background: none;
    text-align: center;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#9D181D; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;max-width: 1345px;text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 3.5rem;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:25px 10px;    box-sizing: border-box;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #9D181D;}/**位置栏目背景**/
.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:#9D181D; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #9D181D;}
.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:#9D181D;}
/*二级子栏目**/
.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:#9D181D;} 
/*三级子栏目**/
.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:#9D181D;} 
/**栏目新闻**/
.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: #9D181D;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;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 .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:5.5rem}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #9D181D;} /**文章标题**/
.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; overflow:hidden;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 {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: #9D181D;}
#footer .inner {padding: 0px;position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;}
#footer .inner .foot-center{float: left;}
#footer .inner .foot-right{float:right;}

/**************************************************************
 * 组件功能
 */


/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: hidden; -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;
}
@font-face{
     font-family: 'shr'; 
     src:url('fonts/SourceHanSansCN-Regular.ttf') format('truetype');
}
@font-face{
     font-family: 'shm'; 
     src:url('fonts/SourceHanSansCN-Medium.ttf') format('truetype');
}
@font-face{
     font-family: 'ssb'; 
     src:url('fonts/SourceHanSerifCN-Bold.ttf') format('truetype');
}
@font-face{
     font-family: 'ssr'; 
     src:url('fonts/SourceHanSerifCN-Regular.ttf') format('truetype');
}
body{background:#F9F5F5}
/* 搜索 */
.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;cursor:pointer;vertical-align:top}
.searchbox .tt{color:#fff;text-align:center;font-size:0.3rem;font-weight:bold;margin-bottom:0.47rem}
.searchbox{text-align:right;width:0.2rem;overflow:hidden}
.wp-search{position:relative;}
.wp-search form{display:block}
.wp-search .search-input{margin-left:0;margin-right:0.2rem;    border-bottom: 1px solid #fff;}
.wp-search .search-input input.search-title{width:100%;line-height:0.4rem;background:none;color:#FFFFFF;font-size:0.16rem;border:0;outline:0;font-family: "PingFang","Microsoft Yahei";}
.wp-search .search-btn{width:0.159rem;height:0.4rem;position:absolute;right:0;top:0%}
.wp-search .search-btn input.search-submit{width:100%;height:100%;border:0;outline:0;background:url(images/sous2.svg) no-repeat center / contain;cursor:pointer}
.header .searchbox:hover{width:2rem;}
.header .searchbox{transition:all 0.4s ease-in-out}

.header .inner .mod{padding: 0.43rem 0;}
.header .sitelogo img{width: 5.28rem;}
.header .head-right{display: flex;    margin-top: 0.14rem;}
.header .head-right .site-lang li a{font-size: 0;display: block;width: 0.17rem;height: 0.17rem;background: url(images/homeico.svg) no-repeat center / contain;}
.header .head-right .site-lang{margin-right: 0.21rem;position: relative;    display: flex;
    align-items: center;}
.header .head-right .site-lang::after{content: '';display: inline-block;position: absolute;right: -0.22rem;height: 0.18rem;width: 1px;background: #fff;top: 50%;transform: translateY(-50%);}
.header .head-right .searchbox{margin-left: 0.21rem;}

.line1{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.line2{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.line3{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}

#nav .inner{padding:0 0.45rem;box-sizing:border-box}
.nav .wp-menu {display:flex;justify-content: space-between;}

.news_imgs{position: relative;padding-top:60%;    overflow: hidden;}
.news_imgs img{width:100%;height:100%;    position: absolute;left:0;top:0;    transition: .5s;}
li:hover .news_imgs img{    transform: scale(1.1);}
.mbanner .news_img{    position: relative;padding-top:36.4%;    overflow: hidden;}
.mbanner .news_img img{width:100%;height:100%;    position: absolute;left:0;top:0;}

.mbanner .slick-prev,.mbanner .slick-next{width:0.75rem;height:0.75rem;    opacity: 1;font-size:0;    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    box-shadow: none;
    border-radius: 0;}
.mbanner .slick-prev{background:url(images/bannerprev.svg) no-repeat center / contain;left:calc(50% - 7.5rem);}
.mbanner .slick-next{background:url(images/bannernext.svg) no-repeat center / contain;right:calc(50% - 7.5rem);}
.post-11{background: #fff;    box-shadow: 0 0 0.15rem rgb(157 24 29 / 15%);padding:0 0.08rem;padding-top:0.21rem;padding-bottom:0.4rem;}
.post-11 .news_list {padding: 0 0.45rem}
.post-11 .news_list li.news .news_title{font-size: 0.18rem;    font-family: 'shm';     line-height: 1.1;  text-align: center;}
.post-11 .news_list li.news .svgbox{width:0.83rem;height:0.83rem;border-radius:50%;margin: auto;margin-bottom:0.18rem;}

.post-11 .news_list li.i1 .svgbox{background:#F3E4E4 url(images/p11ico1.svg) no-repeat center / 0.31rem;}
.post-11 .news_list li.i2 .svgbox{background:#F3E4E4 url(images/p11ico2.svg) no-repeat center / 0.33rem;}
.post-11 .news_list li.i3 .svgbox{background:#F3E4E4 url(images/p11ico3.svg) no-repeat center / 0.42rem;}
.post-11 .news_list li.i4 .svgbox{background:#F3E4E4 url(images/p11ico4.svg) no-repeat center / 0.5rem;}
.post-11 .news_list li.i5 .svgbox{background:#F3E4E4 url(images/p11ico5.svg) no-repeat center / 0.46rem;}
.post-11 .news_list li.i6 .svgbox{background:#F3E4E4 url(images/p11ico6.svg) no-repeat center / 0.36rem;}
.post-11 .news_list li.i7 .svgbox{background:#F3E4E4 url(images/p11ico7.svg) no-repeat center / 0.39rem;}
.post-11 .news_list li.i8 .svgbox{background:#F3E4E4 url(images/p11ico8.svg) no-repeat center / 0.42rem;}
.post-11 .news_list li.i9 .svgbox{background:#F3E4E4 url(images/p11ico9.svg) no-repeat center / 0.33rem;}
.post-11 .news_list li.i10 .svgbox{background:#F3E4E4 url(images/p11ico10.svg) no-repeat center / 0.41rem;}
.post-11 .news_list li.i11 .svgbox{background:#F3E4E4 url(images/p11ico6.svg) no-repeat center / 0.31rem;}


.main1{margin-top:-0.81rem;    position: relative;}
.post-11 .slick-prev,.post-11 .slick-next{    opacity: 1;      margin: 0;
    transform: translateY(-50%);
    border-radius: 0;
    box-shadow: none;}
.post-11 .slick-prev{background:url(images/p11prev.svg) no-repeat center / contain;width:0.14rem;height:0.25rem;font-size:0;left:0.2rem}
.post-11 .slick-next{background:url(images/p11next.svg) no-repeat center / contain;width:0.14rem;height:0.25rem;font-size:0;right:0.2rem}
.main2{background:url(images/m2bg.png) no-repeat center bottom / 100% ;    padding-top: 0.71rem;
    padding-bottom: 0.98rem;}
.post-tt .title{    font-size: 0.34rem;    position: relative;
    font-family: 'ssb';
    padding-left: 0.2rem;
    display: inline-block;
    line-height: 0.5rem;}
.post-tt .title::before{content:'';display:block;width:0.05rem;height:0.2rem;background:#9D181D;border-radius:0.06rem;    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);}
.post-tt .tt{display: flex;margin-bottom:0.46rem;
    justify-content: space-between;
    align-items: center;}
.post-tt .more_btn a{color:#A3856B;    font-family: 'shr';padding-right:0.16rem;display:inline-block;background:url(images/moreico.svg) no-repeat right center / 0.06rem}
.post-22{    width: 51.4%;  float: left;}
.post-23{    width: 44.8%; float: right;}
.post-22 .news_list li.news .news_wz{padding-top:0.25rem;padding-bottom:0.36rem;   background: #fff;box-shadow:0 0 0.16rem rgb(157 24 29 / 10%)}
.post-22 .news_list li.news .news_title{ line-height:0.2rem;
    padding: 0 0.37rem ;
    font-size: 0.18rem;}
.post-22 .slick-arrow{width:0.54rem;height:0.54rem;margin-top:-0.67rem;    opacity:1;font-size:0;box-shadow: none;}
.post-22 .slick-prev{left:0.24rem;background:url(images/p22prev_d.svg) no-repeat center / contain;}
.post-22 .slick-next{right:0.24rem;background:url(images/p22next_d.svg) no-repeat center / contain;}

.post-22 .slick-prev:hover{background-image:url(images/p22prev.svg)}
.post-22 .slick-next:hover{background-image:url(images/p22next.svg)}
.post-23 .news_list li.news{margin-bottom:0.2rem;box-shadow:0 0 0.16rem rgb(157 24 29 / 10%)}
.post-23 .news_list li.news:last-child{margin-bottom:0}
.post-23 .news_list li.news a{    display: flex;align-items: center;    position: relative; background:rgba(255,255,255,.7);    padding: 0.06rem 0.37rem;}
.post-23 .news_list li.news a::after{content:'';display:block;width:0.07rem;height:57.5%;background:#9D181D;border-radius:0.3rem;    position: absolute;left:0;top:0;bottom:0;margin:auto;    opacity: 0;    transition: .5s;}
.post-23 .news_list li.news:hover a::after{ opacity: 1;  }
.post-23 .news_list li.news .news_title {    font-size: 0.18rem;  line-height: 0.3rem;    width: calc(100% - 0.6rem);padding-left:0.26rem;
    box-sizing: border-box;}
.post-23 .news_list li.news .news_time{    width: 0.6rem;    font-family: 'ssb';
    color: #9D181D;
    text-align: center;}
.post-23 .news_list li.news .news_time .day{font-size: 0.41rem;margin-bottom:0.1rem;margin-top:0.1rem;    display: inline-block;}
.post-23 .news_list li.news .news_time .month{font-size:0.14rem;line-height:0.2rem;    display: inline-block;    font-family: 'ssr';}
.main3{padding-top:0.52rem;padding-bottom:0.73rem;}
.post-31{width:48.1%;float:left;}
.post-32{width:48.1%;float:right;}
.main3 .post-tt .news_list li.news{margin-bottom:0.22rem;    position: relative;margin-left:0.22rem}
.main3 .post-tt .news_list li.news:last-child{margin-bottom:0}
.main3 .post-tt .news_list li.news a{display:block;background:#fff;box-shadow:0 0 0.16rem rgb(157 24 29 / 10%)}
.main3 .post-tt .news_list li.news .news_title {    font-size: 0.18rem;    padding-left: 0.43rem;    position: relative;   transition: .5s;
    padding-right: 0.3rem;
    line-height: 0.8rem;}
.main3 .post-tt .news_list li.news .news_title::before{content:'';display:block;width:0.05rem;height:0.05rem;background:#9D181D;border-radius:50%;left:0.23rem;top:50%;margin-top:-0.025rem;    position: absolute;}
.main3 .post-tt .news_list li.news .news_time{ line-height:0.54rem;    display: flex; height:0.54rem;  position: absolute;color:#fff;left:-0.22rem;padding-left:0.08rem;padding-right:0.17rem;    opacity: 0;    transition: .5s;    z-index: 1;
    background: #9D181D;top:0.15rem}
.main3 .post-tt .news_list li.news .news_time::before{content:'';display:block;width:0.22rem;height:0.1rem;background:url(images/m3timeico.svg) no-repeat top left / 100% 100%;top:97%;left:0;    position: absolute;}
.main3 .post-tt .news_list li.news .news_time .day{    font-size: 0.26rem;    display: inline-block;
    font-family: 'ssb';}
.main3 .post-tt .news_list li.news .news_time .month{font-size:0.14rem; font-family: 'ssb';color:rgba(255,255,255,.6);   display: inline-block;    margin-left: 0.05rem;}


.main3 .post-tt .news_list li:first-child .news_time{opacity: 1; }
.main3 .post-tt .news_list li:first-child .news_title{ padding-left: 1.16rem; }

.main3 .post-tt .news_list li:nth-child(n+2) .news_time{    position: static;width:120px;    box-sizing: border-box;    text-align: right;
    background: none;
    font-size: 0.17rem;
    line-height: 0.8rem;
    height: auto;
    padding: 0;
    opacity: 1;
    color: #999;
    padding-right: 0.2rem;}
.main3 .post-tt .news_list li.news:nth-child(n+2) .news_time::before{display:none}
.main3 .post-tt .news_list li.news:nth-child(n+2) a{    display: flex;
    justify-content: space-between;}
.main3 .post-tt .news_list li.news:nth-child(n+2) .news_title{    width: calc(100% - 120px);
    box-sizing: border-box;}


.post-41 .tt{margin-bottom:0.37rem}
/*
.post-41 .news_list li.news{width:22.9%;float:left;margin-right:2.8%}
.post-41 .news_list li.news:last-child{margin-right:0}
*/

.post-41 .slick-prev,.post-41 .slick-next{    opacity: 1;      margin: 0;
    transform: translateY(-50%);
    border-radius: 0;
    box-shadow: none;}
.post-41 .slick-prev{background:url(images/p11prev.svg) no-repeat center / contain;width:0.14rem;height:0.25rem;font-size:0;left:-0.15rem}
.post-41 .slick-next{background:url(images/p11next.svg) no-repeat center / contain;width:0.14rem;height:0.25rem;font-size:0;right:-0.15rem}

.post-41 .news_list{margin:0 -0.2rem;}
.post-41 .news_list li.news{padding:0 0.2rem;}
.post-41 .news_list li.news .news_title {    font-size: 0.18rem;text-align: center;
    line-height: 0.3rem;
    margin-top: 0.13rem;}
.post-42{margin-top:0.58rem;background:#fff;    padding: 0.27rem 0.29rem 0.27rem;    display: flex;
    align-items: center;}
.main4{padding-bottom:0.85rem}
.post-42 .title{    font-size: 0.34rem;  font-family: 'ssb';    white-space: nowrap;}
.post-42 .tt{margin-right: 1rem}
.post-42 .news_list li.news{float:left;margin-right:3%;  width: 30%;}
.post-42 .news_list li.news:last-child{margin-right:0}
.post-42 .news_list li.news .news_title {font-size: 0.18rem;    line-height: 0.48rem;padding-left:0.46rem;}
.post-42 .news_list li.n1 .news_title{background:url(images/p42ico1.svg) no-repeat center left / 0.33rem;}
.post-42 .news_list li.n2 .news_title{background:url(images/p42ico2.svg) no-repeat center left / 0.32rem;}
.post-42 .news_list li.n3 .news_title{background:url(images/p42ico3.svg) no-repeat center left / 0.31rem;}
.post-42 .news_list li.n4 .news_title{background:url(images/p42ico4.svg) no-repeat center left / 0.34rem;}
.post-42 .news_list li.n5 .news_title{background:url(images/p42ico5.svg) no-repeat center left / 0.33rem;}
.post-42 .news_list li.n6 .news_title{background:url(images/p42ico1.svg) no-repeat center left / 0.33rem;}
.post-42 .news_list li.n7 .news_title{background:url(images/p42ico4.svg) no-repeat center left / 0.34rem;}
.post-42 .news_list li.n8 .news_title{background:url(images/p42ico8.svg) no-repeat center left / 0.34rem;}
.post-42 .news_list li.n9 .news_title{background:url(images/p42ico9.svg) no-repeat center left / 0.34rem;}
.post-42 .news_list li.n10 .news_title{background:url(images/p42ico10.svg) no-repeat center left / 0.34rem;}


#footer .inner .foot-left p{font-size:0.16rem;line-height:0.38rem;color:#fff;    font-family: 'shr';}
#footer .inner .foot-left{margin-top: 0.34rem}
#footer .inner .foot-center{margin-left:1.37rem;margin-top: 0.34rem}
#footer .inner .foot-center .sitelogo img{width:5.28rem;}
.foot-right .shares .news_list li.news{float:left;width:1.15rem}
.foot-right .shares .news_list li.n1{margin-right:0.36rem;}
.foot-right .shares .news_list .news_imgs{padding-top:100%;}
.foot-right .shares .news_list li:hover .news_imgs img{    transform: none;}
.foot-right .shares .news_list .news_title{text-align:center;color:#fff;    font-size: 0.14rem;
    color: rgba(255,255,255,.8);
    font-family: 'shr';
    margin-top: 0.11rem;}
#footer .inner .mod{    padding-top: 0.52rem;
    padding-bottom: 0.45rem;}

.listcon .news_list li.news .news_title{font-size:16px;line-height:50px;width:calc(100% - 120px);float:left}
.listcon .news_list li.news .news_meta{font-size:16px;line-height:50px;width:120px;margin:0;color:#999;float:left;text-align:right;}

.article .entry .read p,.article .entry .read span,.article .entry .read font,.col_news_list .wp_entry p,.col_news_list .wp_entry span,.col_news_list .wp_entry font{    font-size: 18px !important;    font-family: 仿宋_gb2312, fangsong_gb2312 !important;
    line-height: 2em !important;  text-indent: 2em !important}
.col_news_list .wp_entry table{display:block;}
.wp_entry .scroller{width: 100%;
    overflow: auto;
    height: auto;}