@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; }
/*备用样式表*/
/*scroll*/
::-webkit-scrollbar {width: 6px; height: 6px; background-color: #F5F5F5;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background-color: #FFF;}
::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #AAA;}
.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-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:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#d5000f; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {width: 1420px;margin:0 auto;} /**页面全局宽度**/

/*head开始*/
#header {background: #d5000f url('images/head_bg.png') no-repeat center top;background-size: cover;}
#header .inner{height: 77px;/* position:relative; */ width: 100%;padding: 0 180px 0 80px;box-sizing: border-box;}
#header .inner .mod{/* padding-right:180px; */position: relative;}
.header .sitelogo{/* float:left; *//* margin-top: 25px; padding: 0 80px 90px;*/background: url(./images/logo_bg.png) no-repeat bottom center;background-size: cover;padding: 0 30px 40px;}
.header .sitelogo img{height:170px}
.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;position: absolute;z-index: 222;top: 0; }
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 16px;display: flex;align-items: center;}
.header .en{float: right;font-size: 16px;font-weight: bold;color: #fff;}
.header .en a{color:#fff}
/*lang样式*/
.site-lang{}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;}
.site-lang ul li.links a{line-height: 35px;margin:0px 5px;font-size: 13px;color: #cad3d4;}
.site-lang ul li.links a:hover{color:#fff;}
/*导航样式：后台绑定时也可以定义配置*/
.nav{float: right;margin-right: 20px;}
.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: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;padding: 0 18px;line-height: 45px;color: #FFFFFF;font-size: 16px;font-weight: bold;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color:#1384e2; text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;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: 100%;position:relative;}
#banner li.news .imgs{position: relative;padding-top:48.4%}
#banner li.news img,#banner li.news video{position: absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
#banner .status{position: absolute;z-index: 22;color: #fff;font-size: 25px;line-height: 30px;right: 100px;bottom: 100px;}
#banner .status span{font-size: 48px;line-height: 40px;}
#banner .slick-prev{font-size:65px;line-height: 40px;height:40px;color:#fff;right: 221px;bottom:100px;top:auto;margin:0;width:30px;left: auto;z-index: 2;}
#banner .slick-next{font-size:65px;line-height: 40px;height:40px;color:#fff;right:50px;bottom:100px;top:auto;margin:0;width:30px}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}


.main4 .mr .mlink{}
/**标题栏新闻窗口**/
.post {  }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;position: relative;margin-bottom: 60px;} /**标题栏**/
.post .tt .tit {display:inline-block;/* float:left; */font-size: 40px;font-weight:normal;text-align: center;} /**标题字体**/
.post .tt .tit .title {display: inline-block;line-height: 52px;color: #424242;font-family:"Microsoft yahei";/* padding-left: 70px; *//* background: url(./images/tt-ico2.png) left center no-repeat; */}
.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: 30px;margin-top: 10px;line-height: 38px;float:right;position: absolute;top: 0;right: 0;/* padding-left: 27px; */background: url(./images/more.png) left 0px no-repeat;}
.post .more_btn .more_text,.post .more_btn a {font-size: 14px; cursor:pointer;} 
.post.nomore .more_btn{display: none;}
.post .more_btn img{transition: 0.3s;}
.post .more_btn a{color:#505050;} 
.post .more_btn a:hover{ } 
.post1 .tt .tit{float: left;}
.post-white .tt .tit .title{color: #fff;background: url(./images/tt-ico.png) left center no-repeat;}
/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;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{/* color: #666; */}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {/* line-height:22px; */ /* color:#666; */}/*默认简介*/
.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;}
 
/*日历新闻样式2*/
.rili2{}
.rili2 .con{ }
.rili2 .news_list {}
.rili2 .news_list li.news{margin-bottom: 15px;padding:15px 0;border-left: 10px solid #0071ae;transition: 0.4s;box-shadow: 3px 7px 13px #f5e7e7;}
.rili2 .news_list li.news.n1{ }
.rili2 .news_list li.news .news_date{float: left;width: 110px ; text-align:center;color:#0071ae;border-right: 1px solid #d8d8d8;}
.rili2 .news_list li.news .news_date .news_days{line-height: 48px;font-size: 44px;}
.rili2 .news_list li.news .news_date .news_year{line-height: 18px; font-size: 12px;transition:all 0.4s ease-in-out; }
.rili2 .news_list li.news .wz {margin-left:110px; padding: 0px 20px;} 
.rili2 .news_list li.news .news_title{line-height: 34px; font-size: 18px;color:#333;font-weight: bold;} 
.rili2 .news_list li.news .news_text{line-height: 33px; font-size: 15px;color:#7c7c7c; } 
.rili2 .news_list li.news:hover .news_date{ color:#d50010;} 
.rili2 .news_list li.news:hover{box-shadow: 0px 6px 10px 0px #f5e7e7;border-color:#d50010}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
 
 
 
 
/**页脚开始**/
#footer {background: #98000d;position: relative;}
#footer .inner {padding: 10px 0px 50px;position:relative;background: none;}
#footer .foot-nav{ border-radius: 75px 0 0 75px;  position: relative; top: -70px;z-index: 222; width: 100%;}
#footer .foot-nav .bg{background: linear-gradient(90deg,#0666a7, #d5000f);position: absolute;width: calc(100% + 9.375vw);top:0;left: 9.375vw;height: 100%;border-radius: 75px 0 0 75px;/* display: none; */z-index: -1;}
#footer .foot-nav ul{width: 1420px;margin:0 auto;display: flex;justify-content: end;left: 50%;z-index: 22;top: 50%;/* transform: translateY(-50%); */box-sizing: border-box;padding: 30px 0;}
#footer .foot-nav li{width: 10%;text-align: right;}
#footer .foot-nav .news_title{font-size: 16px;font-weight: bold;color:#fff;clear: both;width:auto;float:none}
#footer .foot-nav .news_box{float: right;/* width: 70px; */max-width: 100%;text-align: center;}
#footer .foot-nav .imgs{height: 54px;width: auto;display: block;margin: 0 auto;transition:0.3s;}
#footer .foot-nav .imgs:hover{animation:scale 0.5s linear}
#footer .foot-nav .imgs.i1{background:url(./images/td1.png) center no-repeat}
#footer .foot-nav .imgs.i2{background:url(./images/td2.png) center no-repeat}
#footer .foot-nav .imgs.i3{background:url(./images/td3.png) center no-repeat}
#footer .foot-nav .imgs.i4{background:url(./images/td4.png) center no-repeat}
#footer .foot-nav .imgs.i5{background:url(./images/td5.png) center no-repeat}
#footer .foot-nav .imgs.i6{background:url(./images/td6.png) center no-repeat}
#footer .foot-nav .imgs.i7{background:url(./images/td7.png) center no-repeat}
#footer .foot-nav .imgs.i8{background:url(./images/td8.png) center no-repeat}
#footer .foot-nav .imgs.i9{background:url(./images/td9.png) center no-repeat}
#footer .foot-nav .imgs.i10{background:url(./images/td10.png) center no-repeat}

@keyframes scale{
0%{transform:scale(1)}
20%{transform:scale(1.1)}
40%{transform:scale(1.2)}
50%{transform:scale(1.25)}
60%{transform:scale(1.2)}
80%{transform:scale(1.1)}
100%{transform:scale(1)}
}

 

#footer .inner .foot-left{float:left;width: 295px;}
#footer .inner .foot-left img{display: block;max-width: 100%;}
#footer .inner .foot-right{margin-left: 309px;padding-top: 15px;/* overflow: hidden; */margin-bottom: 65px;}
#footer .inner .foot-right .foot-nav2{/* display: flex; *//* justify-content: end; */margin: 0px -1%;}
#footer .inner .foot-right .foot-nav2 li.menu-item{float: left;width: 7.11%;text-align: left;color: #fff;margin-left: 4%;}
#footer .inner .foot-right .foot-nav2 li a{color: #fff;display: block;    overflow: visible;}
#footer .inner .foot-right .foot-nav2 li.menu-item>a{font-size: 16px;line-height: 30px;position: relative;margin-bottom: 10px;padding-bottom:10px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#footer .inner .foot-right .foot-nav2 li.menu-item>a:before{content: "";display: block;width: 32px;height: 1px;background: #fff;position: absolute;right:0%;bottom:0;margin-left:-0;z-index: 1;}
#footer .inner .foot-right .sub-menu {font-size: 14px;line-height: 30px;opacity: 0.6;;}
#footer  p{font-size: 14px;line-height: 26px; font-weight:normal;text-align:left;color: #fff;opacity: 0.6;}
#footer  p span { margin:0 3px; } 
#footer .foot-b{border-top:1px solid rgba(255,255,255,0.13);padding: 30px 0 50px;width: 1420px;margin:0 auto;} 
#footer .foot-b .copy-l{float: left;}
#footer .foot-b .copy-r{float: right;}
#footer .foot-b .copy-r p{text-align: right;}
#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;}
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: #333;
}
.wp-search .search-btn {width:32px;height: 32px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:32px;height: 30px;border:0;outline: 0;background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer;}

.search-panel {float: right;clear: right;/* width:18%; */position: relative;z-index:200;right: 10px;/* margin-top:12px; */min-width: 45px;}
.search-window { overflow: hidden; top:0; right:0; z-index:100;; /* padding-top:4px; */ /* padding-bottom:4px; */float:right}
.searchbtn { position: absolute;  width: 45px; height: 45px; top: 0;  right: 0;cursor: pointer; z-index:120; background: #fff url(./images/sous.png)  center no-repeat;border-radius: 50%;}
.wp-search {  position: relative;}
.wp-search form { display: block;}
.wp-search .search-input { margin-right: 45px; }
.wp-search .search-input input.search-title { width: 100%; height: 37px; line-height: 37px; border:0; outline: 0; background:#fff; color: #333; font-size: 14px; text-indent: 5px;font-family: "微软雅黑";color: red;}
.wp-search .search-btn { width: 45px; height: 45px; position: absolute; right: 0; top: 0; /* margin-top: -17px; */border-radius: 50%;background: #fff;}
.wp-search .search-btn input.search-submit { width: 100%; height: 100%; border:0; outline: 0; cursor: pointer; background: #fff url(./images/sous.png)  center no-repeat;border-radius: 50%;}

/* 分享二维码 */
.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: block; width: 100%; height: 0px;padding-top:100%; border: 0px solid red;  filter:Alpha(opacity=60); vertical-align:top;} 
 
.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;}
.shares li .con img.nn{display:none !important}
/**友情链接**/
.botlinks{margin-top: 25px;float:none}
.botlinks .links-wrap {position: relative;float: right;/* display: inline-block; */ margin: 5px 0px; width: 210px; line-height: 32px; background: rgba(255,255,255,0.1);/* border:1px solid #d0d0d0; */clear: both;}
.botlinks .links-wrap a.links-arrow {display: block; height: 42px; line-height: 42px; padding: 0 30px 0 20px; color: #fff; background: url(images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #fee; 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;z-index:333}
.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*/
 
 
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
 
/*************************************************************
*二级页面
*/
 
.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;
}


.main1,.main2{display:none}
.body_1{/*background: url(./images/body_bg.png) top center no-repeat; background-size: 100% auto; */}
.main1 .inner{padding:85px 0 110px;width: auto;}
.post-11{position:relative;padding-bottom:40px}
.post-11 .tt{position:static}
.post-11.post .more_btn{position:absolute;bottom:-20px;z-index:11;left:50%;margin-left:-50px;top:auto}
.post-11.post .more_btn a{color:#fff}
.post-11 .tt .tit,.post-21 .tt .tit{display: block;text-align: center;}
.post-11 li.news{}
.post-11 li.news .news_box{margin:0 45px;position: relative;z-index: 20;}
.post-11 li.news .news_imgs{position: relative;padding-top:58%;overflow: hidden;z-index: 12;}
.post-11 li.news .news_imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;}
.post-11 li.news .news_wz{display:none;position: absolute;bottom:-30px;left:0;z-index: 22;background: #0069ab url(./images/main1_img.png) 90% bottom no-repeat;padding: 29px 48px;color: #fff;width: 68%;}
.post-11 li.news .news_time{font-size: 17px;line-height: 32px;margin-bottom: 10px;}
.post-11 li.news .news_title{font-size: 18px;line-height: 38px;}
.post-11 li.news .news_title a{color:#fff} 
.post-11 .slick-list{padding-bottom:35px !important}
.post-11 .slick-slider{margin: 0px -690px;}
.post-11 li.slick-center .news_wz{display:block;}
.post-11 li .news_wz:hover{box-shadow:0px 0px 7px 0px #9e9a9a;transition:0.4s}
.post-11 .slick-arrow{z-index: 100;font-size: 45px;line-height: 40px;height: 40px;color:#fff;display: block;width: 30px;z-index: 2;}
.post-11 li.slick-center .slick-arrow{display:none;}
.post-11 li.news .slick-arrow{display:none;}
.post-11 .slick-prev{left: 32.8%;}
.post-11 .slick-next{right: 32.8%;}
.post-11 li.slick-center{position: relative;z-index: 1111;}


.post-21{position: relative;}
.post-21 .con{padding: 63px 40px 85px;background-color: #fff;box-shadow: 0px 4px 15px 0px #e8e2e3;}
.post-21 li.news{float:left;width: 33.3%;}
.post-21 li.news .news_box{margin: 0 30px;}
.post-21 li.news .news_time{color: #d5000f;font-size: 14px; }
.post-21 li.news .news_title{font-size: 17px;font-weight: bold;max-height: 64px;line-height: 32px;margin:20px 0}
.post-21 li.news .news_wz{color:#757575;line-height: 28px;font-size: 15px;height:84px}
.post-21 li.news .news_zd{font-size: 15px;color:#757575;line-height: 28px;}
.post-21 .more_btn{position: absolute;right: 40px;bottom: 30px;z-index: 12;top: auto;margin: 0;}
.post-21 .tt{position: static;}


.main3{position: relative;display: none;}
.main3 .inner{padding: 30px 0 130px;width:auto}
.main3 .post-31{ position: relative; }
.post-31.post .tt .tit{display: block;}
.main3 .swiper{overflow: visible; width: 1420px;margin: 0 auto;position: static;}
.main3 .swiper-button-prev{z-index: 222;left: auto;right:50%;color:#fff;margin-right:-620px;margin-top:0;top:5px;background:url(./images/left4.png) center no-repeat;width:27px;height:44px}
.main3 .swiper-button-prev:after{display:none !important}
.main3 .swiper-button-next:after{display:none !important}
.main3 .swiper-button-next{z-index: 222;left: auto;right:50%;margin-right: -700px;color:#fff;margin-top: 0px;top:5px;background:url(./images/right4.png) center no-repeat;width:27px;height:44px}
.main3 .swiper-button-next:after,.main3 .swiper-button-prev:after{color:#d5000f}
.main3 .news_box{margin-right: 0px;position: relative;}
.main3 .swiper-slide{position: relative;}
.main3 .imgs{position: relative;padding-top:49.5%;overflow: hidden;}
.main3 .imgs.novideo video,.main3 .imgs.novideo .play{display:none}
.main3 .imgs video{position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;display: block;}
.main3 .imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;display: block;z-index:11}
.main3 .news_title{position: absolute;z-index: 10;z-index: 22;width: 480px;right: 0;bottom: 65px;background: #c5081a url(./images/main3_news_bg.png) left center no-repeat;font-size: 18px;line-height: 36px;height: 150px;padding: 40px 45px;color: #fff;box-sizing: border-box;display: none;} 
.main3 .news_title a{color:#fff;/* display: block; */width: 100%;}
.main3 .play{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);width: auto;height: auto;cursor:pointer;z-index:444}
.main3 .swiper-slide-active .news_title{display: -webkit-box;}


.main4{background: url(./images/main4_bg.jpg) center no-repeat;background-size:100% 100%;}
.main4 .inner{padding:80px 0 140px}
.main4 .more_btn a{color: #fff;}
.main4 .sudy-tab{position: relative;}
.main4 .tab-list{position:relative;}
.main4 .tab-list .tab-con{border-top: 8px solid #d50010;}
.main4 .tab-con{position:absolute;top:0;left:0;right: 0;width:100%;background: #fff;}
.main4 .tab-con.active{position:relative}
.main4 .sudy-tab .tab-menu{border-bottom: 0;height: auto;margin-bottom: 27px;    padding-left: 140px;
    background: url(./images/tb.png) left center no-repeat;}
.main4 .sudy-tab .tab-menu li{height: auto;line-height: 52px;font-size: 40px;color: #fff;margin-right: 20px;font-weight: normal;opacity: 0.5;}
.main4 .sudy-tab .tab-menu li.selected{background: none;/* padding-left: 70px; *//* background: url(./images/tt-ico.png) left center no-repeat; */color: #fff;opacity: 1;}
.main4 .news_time{color: #d5000f;font-size: 17px;font-weight: bold;padding-left: 15px;}
body.main .main4 .ml .imgs{position: relative;height: 445px;overflow: hidden;}
.main4 .sudy-tab .tab-menu li a {
    color: #fff;
}
.main4 li.news:hover .imgs img{transform:scale(1.05)}
.main4 .imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;transition:0.4s}
body.main .main4 .post .more_btn .more_text img{opacity: 0.4;}
body.main .main4 .ml .wz{padding: 26px 37px 26px;background: #fff;transition: 0.4s;height: 208px;}
body.main .main4 .ml .news_top{display:flex;justify-content: space-between;}
body.main .main4 .ml .news_top .news_views{color:#151515;font-size:15px;font-family: "Georgia";padding-left: 27px;background: url(images/eye.svg)no-repeat left center;background-size: 20px 23px;display: none;}
body.main .main4 .ml .news_title{margin: 9px 0 11px;font-size: 17px;font-weight: bold;color: #181818;}
body.main .main4 .ml .news_text{color:#545454;font-size: 15px;line-height: 28px;height: 84px;margin-bottom: 36px;}
body.main .main4 .ml .entermore{display: block;transition: 0.4s;display: none;opacity:0}
body.main .main4 .ml .entermore img{display:inline}
body.main .main4 .ml .slick-dots{bottom: 25px;height: auto;}
body.main .main4 .ml .slick-dots li{background:rgba(188,188,188,0.6);width: 11px;height: 11px;margin: 0 4.5px;}
body.main .main4 .ml  .slick-dots li.slick-active{background:#fc3133}
body.main .main4 .mr li.news:first-child{border-top:0}
body.main .main4 .mr li.news{/* float: left; *//* width: 47.5%; *//* margin-left:2.5%; */padding-top: 14px;border-top: 1px solid #d4d4d5;padding-bottom: 16px;position: relative;transition: 0.4s;}
body.main .main4 .mr li.news:before{content:'';background:#fff;position:absolute;left: -38px;right: -38px;top: 0;bottom:0;box-shadow:3px 3px 13px #DFDFDF;z-index:-1;opacity:0;transition:0.7s}
body.main .main4 .mr li.news:hover:before{opacity:1}
body.main .main4 .mr li.news:last-child{margin-bottom: 0;border-bottom: 0px solid #d4d4d5;}
body.main .main4 .mr li.news .imgs{height: 210px;position: relative;overflow: hidden;}
body.main .main4 .mr li.news:hover{border-top-color:transparent}
body.main .main4 .mr li.news.showLi{display:none} 
body.main .main4 .mr .wz{/* padding: 15px 25px; */background: #fff;transition: 0.4s;}
.main4 .post-41 .list-r .wz{padding:18px 25px}
.main4 .post-41 .list-r .news_text{margin-bottom:9px;height:68px}
body.main .main4 .mr .news_title{font-size: 17px;line-height: 32px;/* margin-bottom: 22px; */font-weight:bold;    padding-left: 15px;
    background: url(./images/dd.png) left center no-repeat;}
.main4 .news_list .wz:hover{background: #db212d;}
.main4 .news_title a{color: #181818;}
.main4 .news:hover .news_title a{color:#db212d}

.main5 .inner{padding: 110px 0 46px;}
.post-51{float: left;width: 50.7%;}
.post-52{float: right;width: 45%;}
.post-51 .list-l{float: left;width: 48.6%;}
.post-51 .list-r{float: right;width: 47%;}
.post-51 .list-l .news_box{position: relative;height: 377px;}
.post-51 li.news{padding: 28px 30px 25px;transition: 0.4s;box-shadow: 3px 7px 35px #f5e7e7;background: #fff;} 
.post-51 .list-l .news_time{display:none;color: #787878;font-size: 17px;line-height: 29px;margin-bottom: 15px;}
.post-51 .news_title{line-height:30px;font-size: 18px;color: #191818;margin-bottom: 18px;font-weight:bold}
.post-51 .list-l .news_title{max-height:90px}
.post-51 .zd{color: #4d4d4d;font-size: 16px;line-height: 33px;word-break: break-word;}
.post-51 .entermore{display: block;position: absolute;z-index: 22;left:0;bottom:0;line-height: 20px;}
.post-51 .list-r li.news:nth-child(2){margin-top: 30px;}
.post-51 li.news:hover{background: #d50010;}
.post-51 li.news:hover a,.post-51 li.news:hover .news_title,.post-51 li.news:hover .zd,.post-51 li.news:hover .news_time{color:#fff;}


.main6{background: url(./images/main6_bg2.png) left bottom no-repeat;display: none;}
.main6 .inner{padding: 30px 0 118px;width: auto;margin-left:calc( 50% - 710px )}
.main6 .sudy-tab{position: relative;background: url(./images/main6_bg.jpg) right top no-repeat;/* padding-bottom: 160px; */}
.main6 .sudy-tab .tab-menu{
	border-bottom: 0;
    height: auto; 
 	position: absolute;z-index: 22;left: 0;top: 0;
}
.main6 .sudy-tab .tab-list>li{position:absolute;top:0;left:0;width:100%}
.main6 .sudy-tab .tab-list>li.active{position:relative}
.main6 .sudy-tab .tab-menu li {
    height: auto;
    line-height: 53px;
    font-size: 40px;
    color: #474747;opacity: 0.48;
    margin-right: 20px;font-weight: normal;
}
.main6 .sudy-tab .tab-menu li.selected {
    /* padding-left: 70px; */
    opacity: 1;
    color: #1a1818;
background: url(./images/tt-ico2.png) left center no-repeat; 
background: none;
}
.main6 .swiper2{float: left;width: 31%;}
.main6 .news_title{font-size: 22px;color: #101010;line-height: 40px;max-height: 80px;margin: 10px 0 30px;font-weight: bold;}
.main6 .news_text{font-size: 17px;color: #7c7c7c;line-height: 40px; height: 240px;   overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 6;line-clamp: 6; -webkit-box-orient: vertical;}
.main6 .news_time{font-size:16px;margin-top:10px}
.main6 .entermore{display: block;margin-top: 100px;background: #d50010;width: 200px;line-height: 68px;text-align: center;border-radius: 36px;color:#fff;font-size: 17px;}
.main6 .imgs{position: relative;height: 575px;overflow: hidden;}
.main6 .imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;}
.main6 .swiper3{/* margin-left:35%; *//* margin-right:170px; */position: relative;z-index: 22;overflow : hidden;padding-bottom: 160px;float: right;width: 65%;}
.post-61 .swiper3 .news_list{ margin-right:170px;}
.post-61 .swiper3 .slick-list{overflow: visible;}
.main6 .swiper3 .news_box{padding-right:60px}
.post-61 .con{padding-top: 100px;}
.post-61 .tt{margin-bottom: 0;}
.post-61 .slick-arrow{width: 62px;height: 20px;left:auto;top:auto;right: 300px;bottom:-80px;z-index: 22;opacity: 0.5;transition: 0.3s;background: url(./images/right2.png) center no-repeat;}
.post-61 .slick-arrow:hover{opacity: 0.8;}
.post-61 .slick-prev{right: 410px;background: url(./images/left2.png) center no-repeat;}
.post-61.post .more_btn{left: 39%;position: absolute;}


.main7 .inner{padding-bottom: 0;}
.post-71 .tt{margin-bottom: 40px;}
.post-71 .imgs{position: relative;padding-top: 42%;overflow: hidden;}
.post-71 .imgs img{position: absolute;top:0;left:0;width: 100%;height:100%;}
.post-71 .swiper{overflow: visible;}
.post-71 .swiper-button-next,.post-71 .swiper-button-prev{top:50%;left:auto;right:0;width:32px;height:44px;display:none}
.post-71 .swiper-button-next{background:url(./images/slickbg.png) right center no-repeat;}
.post-71 .swiper-button-prev{left:0px;background:url(./images/slickbg.png) left center no-repeat;}
.post-71 .swiper-button-next:after,.post-71 .swiper-button-prev:after{font-size:0}


.rili2 .news_list li.news .news_title{font-size:16px}
.main8 .mod{position: relative }
.post-81 ul.news_list{display: block; }
.post-81 li.news{float: left;width: 48.5%;margin: 0 1.5% 15px 0;position: relative;}
.post-81 .list-r li.news{margin: 0 auto 15px;width: 100%;}
.post-81 ul.news_list.list-l{float: left;width: 69.1%;}
.post-81 ul.news_list.list-r{float: right;width:30.9%;}
.post-81 li.news .imgs{position: relative;height: 360px;overflow: hidden;}
.post-81 li.news .bg{    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
    height: 51px;
    /* background: url(./images/81_shadow.png) left top no-repeat; */
    background-size: cover;
    background: #000;
    opacity: 0.5;}
.post-81 li.news:hover .imgs img{transform:scale(1.05)}
.post-81 li.news .imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;display: block;/* object-fit: contain; */;transition:0.4s}
.post-81 .list-r li.news .imgs{height: 440px;}
.post-81 .news_title{
	display:flex;
	align-items: center;
	position: absolute;
	bottom:22px;
	padding-left:80px;padding-right:10px;
	box-sizing: border-box;
	width: 100%;
	border-left:7px solid #0af36d;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	height: 50px;
        background-image: url(./images/weixin.png);
        background-repeat: no-repeat;
	background-position: 20px center;
}
.post-81 .news_title.wx{background-image: url(./images/weixin.png) }
.post-81 .news_title.dy{background-image: url(./images/douyin.png) }
.post-81 .news_title.wb{background-image: url(./images/weibo.png) }
.post-81 .news_title a{color: #fff; }
.post-81 li.news.linone{display: none;}
.post-82{position: absolute;right:0;bottom: 0;z-index: 22;padding: 32px 27px 20px;background:#d5000f url(./images/post_82_bg.png) top right no-repeat;width: 30.9%;box-sizing: border-box;background-size: contain;z-index: 22;}
.post-82 li.news{width: 16%;float:left;margin: 0 2% 20px;text-align: center; position: relative;padding:0 5px;box-sizing:border-box}
.post-82 ul.news_list{margin: 0 -2%;}
.post-82 li.news .imgs{position: relative;/* padding-top:100%; *//* overflow: hidden; */width: 100%;/* height: 0; */}
.post-82 li.news img{width: 100%;display: block;/* position: absolute; */top:0;left:0;height: 100%;transition: 0.3s linear;}
.post-82 li.news .img-2{top:100%}
.post-82 .title{font-size:20px;color: #fff;font-weight: bold;margin-bottom: 35px;}
.post-81 li.news.list-b{margin-bottom: 0;}
.post-82 .shares li a{transition:0.4s;background-repeat:no-repeat;background-size: cover;}
.post-82 .shares li.i1 a{background-image:url(./images/share_1.png)}
.post-82 .shares li.i2 a{background-image:url(./images/share_2.png)}
.post-82 .shares li.i3 a{background-image:url(./images/share_3.png)} 
.post-82 .shares li.i4 a{background-image:url(./images/share_4.png)}
.post-82 .shares li.i5 a{background-image:url(./images/share_5.png)}
.post-82 .shares li.i6 a{background-image:url(./images/share_6.png)}
.post-82 .shares li.i7 a{background-image:url(./images/share_7.png)}
.post-82 .shares li.i8 a{background-image:url(./images/share_8.png)}
.post-82 .shares li.i9 a{background-image:url(./images/share_9.png)}
.post-82 .shares li.i10 a{background-image:url(./images/share_10.png)}
.post-82 .shares li a:hover{background-position:bottom center}
.shares li .con img{width:100px;height:100px;position: static;}

.body_3{background: url(./images/main9_bg.png) center -50px no-repeat;}
.main9 .inner{padding: 73px 0 72px;}
.m1{display: none;}
.post-91 .news_list.list-l{float: left;width: 26.7%;}
.post-91 .news_list.list-r{float: right;width: 25.2%;}
.post-91 .news_list.list-m{float: left;width: 39.8%;margin-left: 3.5%;}
.post-91 .news_list.list-m .imgs{position: relative;height: 395px;overflow: hidden;}
.post-91 .news_list.list-m .imgs:hover img{transform:scale(1.05);}
.post-91 .news_list.list-m .imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;transition:0.4s}
.post-91 .list-side li.news{padding: 35px 30px 35px 20px;border-bottom: 1px solid #dedede;}
.post-91 li.news{transition: 0.4s;}
.post-91 li.news .news_title{font-size: 18px;font-weight: bold;line-height: 32px;height: 64px;transition: 0.4s;}
.post-91 li.news .stitle{margin-bottom: 15px;color: #d5000f;font-size: 17px;line-height: 33px;font-weight: bold;transition: 0.4s;}
.post-91 .news_list.list-m .wz{padding: 20px;}
.post-91 li.news:hover{background: #d5000f;}
.post-91 li.news:hover .news_title,.post-91 li.news:hover a,.post-91 li.news:hover .stitle{color: #fff;}


.fix-wrap {
    position: fixed;
    right: 0;display:none;
    top: 50%;
    margin-top: -180px;
    z-index: 9999;
    animation: move 2s ease-out;
}

.post-6 .menu {margin: 0;}
.post-6 .menu .menu-item {display: block; position: relative; z-index: 9999; border-bottom: 1px solid #fff;}
.post-6 .menu .menu-item a.menu-link {display: inline-block; padding: 34px 8px 0 8px; height: 36px; line-height: 36px; color: #fff; font-size: 14px; background: #ff213d url(./images/icon0.png) center 16px no-repeat;}
.post-6 .menu .menu-item.i1 a.menu-link {background: #b2b2b2 url(./images/icon0.png) center 16px no-repeat;}
.post-6 .menu .menu-item.i2 a.menu-link {background: #b2b2b2 url(./images/icon1.png) center 13px no-repeat;}
.post-6 .menu .menu-item.i3 a.menu-link {background: #b2b2b2 url(./images/icon4.png) center 10px no-repeat;}
.post-6 .menu .menu-item.i4 a.menu-link {background: #b2b2b2 url(./images/icon2.png) center 14px no-repeat;}
.post-6 .menu .menu-item.i5 a.menu-link {background: #b2b2b2 url(./images/icon3.png) center 13px no-repeat;}
.post-6 .menu .menu-item.i6 a.menu-link {background: #b2b2b2 url(./images/icon5.png) center 13px no-repeat;}
.post-6 .menu .menu-item.i7 a.menu-link {background: #b2b2b2 url(./images/icon0.png) center 16px no-repeat;}
.post-6 .menu .menu-item a.menu-link:hover, .post-6 .menu .menu-item a.menu-link.parent {text-decoration: none; color: #fff; background-color:#ff213d}

.post-11 .more_btn{background: url(./images/moreb.png) left 0px no-repeat;}
.main4 .more_btn{background: none;/* top:-100px; */}
.banner_img img {
    width: 100%;
}

.cols_list .cols .cols_title a.noclick {
    pointer-events: none;
}

#w4000{}
#w4000 .slick-track{
opacity: 1; 
width: 4872px; 
transform: translate3d(-696px, 0px, 0px);
}

/**8.27修改**/
/**.main4**/
body.main .main4 .ml{
    float: left;
    width: 49%;
}
body.main .main4 .mr{
    width: 47.5%;
    float: right;
}
body.main .post-42 .tt{margin-bottom:43px;    display: none;}
body.main .post-42 .tt .tit .title{color:#fff;}
body.main .main4 .tab-con{padding: 4px 38px 33px;width: auto;}
body.main .main4 .tab-con:first-child{
    border-top-color: #0766a6;
}
body.main .main4 .tab-con:first-child .news_time{color:#0766a6;}
body.main .main4 .tab-con .more_btn{top: -100px;}
body.main .body_2{background: url(./images/main6_bg2.jpg) left top no-repeat;}
/**main10**/
body.main .main8 .inner{padding-bottom:187px;}
body.main .post-91 .slick-dots{text-align:right;width: auto;right: 0;bottom: 112px;}
body.main .post-91 .slick-dots li{width:11px;height:11px;background: #d7d7d7;}
body.main .post-91 .slick-dots li.slick-active{background:#fc2729}
body.main .post-91 .m2 .news:hover{
    background: none;
}
body.main .post-91 .m2 .news:hover .news_title, body.main .post-91 .m2 .news:hover a,body.main .post-91 .m2 .news:hover .stitle{color:#d5000f}

/**main10**/
.main10 .inner{padding:0 0 61px}
body.main .main10 .mod{display:flex;justify-content: space-between;}
body.main .main10 .ml{width:48%;}
body.main .main10 .mr{width:48%;}
body.main .post-10 .news{display:flex;justify-content: space-between;margin-bottom: 29px;transition:0.4s}
body.main .post-10 .news:hover{background:#d5000f}
body.main .post-10 .news:hover .news_wz .news_meta,body.main .post-10 .news:hover .news_wz .news_title{color:#fff;}
body.main .post-10 .imgs{width:276px;height:171px;position:relative;overflow:hidden;}
body.main .post-10 .imgs img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;transition:0.4s}
body.main .post-10 .news:hover .imgs img{transform:scale(1.05);}
body.main .post-10 .news .news_wz{display:block;width: calc(100% - 310px);padding: 8px 0 0 0;}
body.main .post-10 .news .news_wz .news_meta{color: #d5000f;font-size: 17px;font-weight: bold;margin-bottom: 10px;}
body.main .post-10 .news .news_wz .news_title{font-size: 17px;font-weight: bold;line-height: 32px;height: 64px;transition: 0.4s;color: #181818;}



/*历史沿革*/
.lsyg .wp_subcolumn_list .wp_sublist .sublist_title{height:auto;line-height:unset;border:none;margin-bottom:0}
.lsyg .wp_subcolumn_list .wp_sublist.sublist-1 .sublist_title::after{content:'（1993.02更名）';}
.lsyg .wp_subcolumn_list .wp_sublist.sublist-2 .sublist_title::after{content:'（1980.08恢复原名）';}
.lsyg .wp_subcolumn_list .wp_sublist.sublist-3 .sublist_title::after{content:'（1972.08更名）';}
.lsyg .wp_subcolumn_list .wp_sublist.sublist-4 .sublist_title::after{content:'（1952.10合并组建）';}
.lsyg .wp_subcolumn_list .wp_sublist .sublist_title::after{display:block;font-size:0.2rem;color:#6888A3;text-align:center;margin-top: 0.1rem;font-weight: 500;}

.lsyg .wp_subcolumn_list .wp_sublist .sublist_title a{    pointer-events: none;}
.lsyg .wp_subcolumn_list .wp_sublist .sublist_title .morelink{display:none}
.lsyg .lsyglogobox img{width:1.5rem;height:1.5rem;}
.lsyg .lsyglogobox {text-align:center;margin-bottom:0.9rem;position: relative;}
.lsyg .lsyglogobox::after{content:'';display:block;width:2px;background:#00528D;height:0.74rem;    position: absolute;
    left: 0;
    right: 0;
    margin: auto;    
    bottom: -0.82rem;} 
.lsyg .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name{    font-size: 0.26rem;
    font-weight: 600;
    color: #195F9B;}
.lsyg .wp_subcolumn_list .wp_sublist .sublist_title .subcolumn-name{    position: relative;}
.lsyg .wp_subcolumn_list .wp_sublist .sublist_title .subcolumn-name::before{content:'';width:0.29rem;height:100%;background:url(images/lsygleftbg.svg) no-repeat center left / 0.2rem;display: inline-block;     position: absolute;left:-0.29rem;}

.lsyg .wp_subcolumn_list .wp_sublist{    margin-bottom: 0;position: relative;
    text-align: center;}
.lsyg .wp_subcolumn_list .wp_sublist::after{content:'';display:block;width:2px;background:#00528D;top:0.7rem;bottom:0.2rem;    position: absolute;
    left: 0;
    right: 0;
    margin: auto;}
.lsyg .wp_subcolumn_list .wp_sublist::before{content:'';display:block;width:0.15rem;height:0.15rem;background:url(images/lsygarrow.svg) no-repeat center / contain;    position: absolute;
    left: 0;
    top: 0.6rem;
    right: 0;
    margin: auto;}

.lsyg .column-news-con .news_list .news .news_title{font-size:0.2rem;color:#195F9B;    float: none;    overflow: visible;    display: inline-block;
    width: auto;}
.lsyg .column-news-con .news_list .news .news_stitle{color: #6888A3;
    font-size: 0.18rem;
    line-height: 0.31rem;}
.lsyg .wp_subcolumn_list .sublist-4 .news_stitle{display:none}
.lsyg .wp_subcolumn_list .news_list {width: 4.4rem;}
.lsyg .wp_subcolumn_list .news_list li{margin-bottom:0.6rem;position: relative;}
.lsyg .wp_subcolumn_list .news_list li:last-child{margin-bottom:0}
.lsyg .wp_subcolumn_list .sublist-1 .news_list li::before{content:'';display:block;width:0.1rem;height:0.4rem;background:url(images/lsyglibg1.svg) no-repeat center / contain;    position: absolute;left:0;right:0;margin:auto;    bottom: calc(100% + 0.08rem);}
.lsyg .wp_subcolumn_list .sublist-1 .news_list li:first-child::before{display:none}
.lsyg .wp_subcolumn_list .sublist-1 .news_list li:first-child .news_title{position: relative;}
.lsyg .wp_subcolumn_list .sublist-1 .news_list li:first-child .news_title::before{content:'';background:url(images/lsyglibg2.svg) no-repeat center / contain;position: absolute;right:auto;left:calc(100% + 0.1rem);bottom:0;top:0;width:1.5rem;height:0.1rem;    margin: auto;}

.lsyg .wp_subcolumn_list .sublist-1 .news_list{    margin-left: -0.5rem;
    margin-top: -0.3rem;}
.lsyg .wp_subcolumn_list .sublist-2 .news_list{    margin-left: -0.5rem;}
.lsyg .wp_subcolumn_list .wp_sublist.sublist-2{    padding-bottom: 0.2rem;}
.lsyg .wp_subcolumn_list .sublist-2 .news_list{    margin-left: calc(100% - 4.4rem);
    margin-top: 0.2rem;
    margin-bottom: 0;}
.lsyg .wp_subcolumn_list .sublist-2 .news_list li .news_title{position: relative;}
.lsyg .wp_subcolumn_list .sublist-2 .news_list li .news_title::before{content:'';background:url(images/lsyglibg3.svg) no-repeat center / contain;position: absolute;bottom:0;top:0;width:2.35rem;height:0.1rem;   right:calc(100% + 0.1rem); margin: auto;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list{width:auto;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li{text-align:right;padding-right:calc(50% + 2rem);  box-sizing: border-box;    width: auto;transform: translateX(-0.5rem);margin-bottom:0.41rem;
    float: right;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n1,.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n2{text-align: center;padding-left: calc(50% + 0.5rem);padding-right:0;
    box-sizing: border-box;width:100%;
    position: absolute;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n1{top:1.7rem;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n2{top:2.85rem;}
.lsyg .column-news-con .sublist-3 .news_list .news .news_stitle{text-align:center}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n3{margin-top:0.6rem;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li .news_title{position: relative;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li .news_title::before{content:'';background:url(images/lsyglibg3.svg) no-repeat center / contain;position: absolute;bottom:0;top:0;width:2.45rem;height:0.1rem;   left:100%; margin: auto;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n1 .news_title::before{display:none}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n2 .news_title::before{left:auto;right:calc(100% + 0.1rem);    width: 1.9rem;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n2{     text-align: right;
    padding-right: 0.9rem;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n2 .news_stitle{    text-align: right;
    padding-right: 0.2rem;}

.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n1::before{content:'';display:block;width:0.1rem;height:0.4rem;background:url(images/lsyglibg1.svg) no-repeat center / contain;    right: 22%;
    top: 100%;    position: absolute;}
.lsyg .wp_subcolumn_list .sublist-4 .news_list{width:auto;display:flex;  position: relative;  margin-top: 0.8rem;}
.lsyg .wp_subcolumn_list .sublist-4 .news_list li{margin-bottom:0;width:20%;position: relative;}
.lsyg .wp_subcolumn_list .sublist-4 .news_list li::before{content:'';display:block;width:2px;background:#00528D;height:0.28rem;position: absolute;
    left: 50%;
    bottom: 0.3rem;    transform: translateX(-50%);}
.lsyg .wp_subcolumn_list .sublist-4 .news_list li.n3::before{display:none}

.lsyg .wp_subcolumn_list .sublist-4.wp_sublist::after{bottom:0.3rem}
.lsyg .wp_subcolumn_list .sublist-4 .news_list::after{content:'';display:block;height:2px;width:80%;background:#00528D;left:0;right:0;margin:auto;position: absolute;    visibility: visible;bottom: 0.56rem;}
.lsyg .column-news-con .news_list .news .news_title{line-height:0.3rem;}
.lsyg .wp_subcolumn_list .sublist-4 .news_list li{line-height:0.3rem;}
/*3.26*/
.lsyg .wp_subcolumn_list .sublist-1 .news_list{    margin-top: -0.55rem;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li .news_title::before{    left: calc(100% + 0.1rem);    width: 2.3rem;}
@font-face{
     font-family: 'ssn'; 
     src:url('fonts/SourceHanSansCN-Normal.ttf') format('truetype')
}
@font-face{
     font-family: 'ssb'; 
     src:url('fonts/SourceHanSansCN-Bold.ttf') format('truetype')
}
@font-face{
     font-family: 'ssm'; 
     src:url('fonts/SourceHanSansCN-Medium.ttf') format('truetype')
}
.lsyg .wp_subcolumn_list .wp_sublist .sublist_title a{font-family: 'ssb'; }
.lsyg .wp_subcolumn_list .wp_sublist .sublist_title::after{ font-family: 'ssn';}
.lsyg .column-news-con .news_list .news .news_stitle{font-family: 'ssn';}
.lsyg .column-news-con .news_list .news .news_title{ font-family: 'ssm'; }
.lsyg .wp_subcolumn_list .sublist-2 .news_list li .news_title::before{width:2.3rem;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n2 .news_title::before{width: 2.3rem;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n2{    padding-right: 0.5rem;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n1{padding-left: calc(50% + 1.75rem);}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n1::before{    right: 16.5%;}
.lsyg .wp_subcolumn_list .sublist-3 .news_list li.n1 .news_stitle{white-space: nowrap;}