@charset "utf-8";
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; font-size: 16px;}
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{}
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:"Microsoft YaHei", "Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color: #535353; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#F4A140;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;overflow: hidden;}
.wrapper .inner {width: 88.54vw;margin:0 auto;} /**页面全局宽度**/
/*headtop*/
#headtop{background: #666;}
#headtop .inner{}
.headtop .top-left{float: left;}
.headtop .top-right{float:right;}
/*head开始*/
.header {background: url('images/header_bg.png') repeat-x center top; border-bottom:none; height:auto;position: fixed;z-index: 99;line-height:inherit;top:0;overflow: inherit;}
.header .inner{height: 116px;padding: 25px 0 0;}
.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 .sitelogo .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: 16px;padding-right: 45px;}
/*rale样式*/
.site-rale{}
.site-rale ul{}
.site-rale ul li.links{float:left;}
.site-rale ul li.links a{line-height: 35px;padding: 0 12px 0 12px;padding-left: 19px;font-size: 13px;color: #cad3d4;background:url(images/icon_role.png) no-repeat;}
.site-rale ul li.links a:hover{color:#fff;}
.site-rale ul li.links.i1 a{background-position: 0px 0px;}
.site-rale ul li.links.i2 a{background-position: -90px 0px;}
.site-rale ul li.links.i3 a{background-position: -187px 0px;}
.site-rale ul li.links.i4 a{background-position: -269px 0px;}
/*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{ overflow: inherit;}
#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;}
 /* Underline From Center */
        .nav .wp-menu .menu-item {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            position: relative;
            /* overflow: hidden; */
        }

        .nav .wp-menu .menu-item:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 51%;
            right: 51%;
            bottom: 0;
            background: #F4A140;
            height: 4px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .nav .wp-menu .menu-item:hover:before,
        .nav .wp-menu .menu-item:focus:before,
        .nav .wp-menu .menu-item:active:before {
            left: 0;
            right: 0;
        }
.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 13px;line-height: 42px;color: #FFFFFF;font-weight: bold;font-size: 20px;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{ text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 42px;min-width: 106px;z-index: 100;background:#A22D2D;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #fff;height: 40px;line-height: 40px;padding: 0 17px;font-size: 16px;font-weight: normal;text-align: center;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#F4A140; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主页banner开始**/
#banner {background: #e7e2df;position: relative;}
#banner .inner {width:auto;text-align: center;position:relative;}
#banner .xqdjs{position: absolute;bottom: 59px;left: 0;right: 0;opacity: 0;transition: 0.7s;}
#banner .xqdjs .inner2{width: 1700px;height: 243px;border-bottom: 1px solid #fff6;}
#banner .news_box {position:relative;}
#banner .news_box .news_meta{position:absolute;bottom: 59px;margin: 0 auto;left: 8.5vw;}
#banner .news_box .news_day{font-size:40px;line-height: 34px;color:#fff;float:left;}
#banner .news_box .line{float:left;font-size:20px;line-height: 45px;color:#fff;margin: 0 15px;}
#banner .news_box .news_month{font-size:20px;line-height: 45px;color:#fff;float:right;}
#banner .slick-prev,#banner .slick-next{font-size: 14px;color: #fff;width: auto;top: auto;bottom: 60px;z-index: 101;font-weight: bold;transition: 0.7s ease-in-out all;}
#banner .slick-prev{left: 13px;}
#banner .slick-next{left: 17px;right: auto;}
#banner .slick-next:hover{color:#AC1C1C;}
#banner .slick-prev:hover{color:#AC1C1C;}
/**主体模块样式**/

#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}

.main1{background: url(images/main1_bg.jpg)no-repeat center;background-size: 100%;}
.main1 .inner{padding: 67px 0 98px 0;position: relative;overflow:hidden;margin-left:110px;}
.main1 .ml{float:left; width:360px;padding-top:8px;}
.main1 .mc{float:left; width:380px;margin-left:30px;}
.main1 .mr{float:right;width: 346px;}
.main1 .zz2{display: none;}
.main2{background: url(images/main2_bg.jpg) top center;}
.main3{background: url(images/main3_bg.jpg) top center;}
.main4{background:#a22d2d url(images/main4_bg.png) repeat-x top center;}
.main4 .inner{padding: 5.6% 0 0;}
.main4 .inner ul{}
.main7{background:url(images/main_bg.jpg);background-size:contain;}
.main7 .inner{padding-top:64px;height:226px}
.main7 .inner .mod2{padding-top: 73px;position:relative;}
.main2 .inner{padding: 87px 0 79px;overflow:hidden;}
.main3 .inner{padding: 105px 0 130px;overflow:hidden;}
.main2 .ml{width: 48%;float:left;}
.main2 .mr{width: 47.4%;float:right;}
.main4{/* background: #eeeeee; */background-size: 100%;}
.main4 .inner{/* padding: 15px 0 0; */position: relative;}
.main4 .ml{float:left; width:530px;}
.main4 .mr{float:right;padding-top:25px;}
.main4 .mr .mlink{}

.main5{background:url(images/main5_bg.jpg);}
.main5 .inner{padding: 91px 0 21px;overflow:hidden;}
.main5 .ml{width:55.47%;float:left;}
.main5 .mr{width:40.6%;float:right;}

.main6 .inner{    margin: 90px auto 124px auto;}
/**标题栏新闻窗口**/
.post {  }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 40px;font-weight:normal;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 52px;color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con {  margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1; height: 20px;/* margin-top: 10px; */line-height: 52px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size: 20px; cursor:pointer;} 
 .post .more_btn .more_text {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            position: relative;
            overflow: hidden;
        /* padding-bottom: 5px; */}

        .post .more_btn .more_text:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 51%;
            right: 51%;
            bottom: 0;
            background: #F4A140;
            height: 4px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .post .more_btn .more_text:hover:before,
        .post .more_btn .more_text:focus:before,
        .post .more_btn .more_text:active:before {
            left: 0;
            right: 0;
        }
.post .more_btn a{color: #fff;} 
.post.post1.post-10 .more_btn{position: relative;z-index: 9999;}

/**自定义新闻列表**/
.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 { color:#666;line-height: 32px;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;transition:.7s}/*默认简介*/
.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;}
/*日历新闻样式1*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}
.rili .news_list li.news{margin-top:0px;}
.rili .news_list li.news.n1{}
.rili .news_list li.news .news_date{float: left;width: 60px;height: 28px;line-height:28px;margin-top:3px;margin-right: -70px;font-family:"Microsoft YaHei";border-radius:4px;background: #146cc1;text-align:center;vertical-align:middle;}
.rili .news_list li.news .news_date .news_year{display:inline-block;padding: 0 4px;font-size: 18px;color: #fff;}
.rili .news_list li.news .news_date .news_days{display:inline-block;height: 26px;padding: 0 6px;font-size: 14px;color: #18267d;border-radius:0px 4px 4px 0px;background: #fff;vertical-align:top;border:1px solid #146cc1;}
.rili .news_list li.news .news_wz{width:100%;} 
.rili .news_list li.news .news_wz .news_con{margin-left:70px;}
.rili .news_list li.news .news_title{line-height: 34px;margin-top: 0px;font-size: 14px;color:#000;} 
.rili .news_list li.news .news_text{line-height: 20px; margin-top:0px;font-size: 12px;color:#666;}
/*日历新闻样式2*/
.rili2{}
.rili2 .con{ padding:5px 0px;}
.rili2 .news_list {}
.rili2 .news_list li.news{margin-bottom: 10px;padding-bottom: 10px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news.n1{margin-top:10px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news .news_date{float: left;width: 60px;margin-right:-70px;background:#00707a;text-align:center;}
.rili2 .news_list li.news .news_date .news_year{line-height: 30px;font-size: 22px; color:#fff; background-color:#949494; transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news .news_date .news_days{line-height:30px; font-size: 12px; color:#6b6b6b; background-color:#e3e4e6;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left:70px; padding: 4px 0px;} 
.rili2 .news_list li.news .news_title{line-height: 23px;margin-top: 4px;font-size: 15px;color:#000;} 
.rili2 .news_list li.news:hover .news_date .news_year{background-color:#0945a8;transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news:hover .news_date .news_days{background-color:#e3e4e6;}
/*标题文*/
.news_text{}
.news_text .news_list {}
.news_text .news_list li.news{margin-bottom:10px;} 
.news_text .news_list li.news .news_title{line-height: 24px; font-size: 15px;} 
.news_text .news_list li.news .news_text{line-height:22px;font-size: 13px;}
.news_text .news_list li.news .news_time{line-height: 28px;font-size: 13px;}
/*图列表*/
.news_tu{}
.news_tu .con{padding: 12px 0px;}
.news_tu .news_list { }
.news_tu .news_list li.news{}
.news_tu .news_list li.news .news_box{ transition:all 0.4s ease-in-out;}
.news_tu .news_list li.news .news_box:hover{opacity:.85; filter:Alpha(opacity=85);}
.news_tu .news_list li.news .news_imgs{padding-top:75%;background-color:#efefef;position:relative;overflow:hidden;}
.news_tu .news_list li.news .news_imgs img{width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;transition:all 0.6s ease-in-out;}
.news_tu .news_list li.news:hover .news_imgs img{transform: scale(1.05);}
.news_tu .news_list li.news .news_wz{}
.news_tu .news_list li.news .news_wz .news_con{} 
.news_list .news .news_title{line-height: 32px;font-size: 20px;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: bold;line-clamp: 2;
  color: #fff;-webkit-box-orient: vertical;} 
.news_tu .news_list li.news .news_title a{}
/*图文*/
.tu_text{}
.tu_text .news_list {}
.tu_text .news_list li.news{margin-bottom:10px;}
.tu_text .news_list li.news .news_imgs{float: left;width: 160px; margin-right:-175px;}
.tu_text .news_list li.news .news_imgs a{height: 120px; display:table-cell; vertical-align:middle; background-color:#efefef;}
.tu_text .news_list li.news .news_imgs img{width:100%; height:auto; }
.tu_text .news_list li.news .news_wz{width:100%;} 
.tu_text .news_list li.news .news_wz .news_con{margin-left:175px; padding: 0px 0px; position:relative;} 
.tu_text .news_list li.news .news_title{line-height: 24px; font-size: 15px;} 
.tu_text .news_list li.news .news_text{line-height:22px; font-size:12px;}
.tu_text .news_list li.news .news_time{line-height: 26px; font-size:12px;}
/*文字图标链接*/
.link_text {margin-bottom:0px;}
.link_text .news_list{margin:0 -5px;}
.link_text .news_list li.news{float:left;width:20%;text-align:center;}
.link_text .news_list li.news .news_box{margin:0 5px;}
.link_text .news_list li.news .link_icon{display:inline-block;width:100%;background-color:#1b2ea3;}
.link_text .news_list li.news .link_icon:hover{background-color:#666;}
.link_text .news_list li.news .link_con{display:block;line-height:30px;color:#fff;}
/*图标链接*/
.link_icon {margin-bottom:0px;}
.link_icon .news_list{margin:0 -10px;}
.link_icon .news_list li.news{float:left;width:20%;text-align:center;border:none;}
.link_icon .news_list li.news .news_box{margin:0 10px;}
.link_icon .news_list li.news .link_icon{display:inline-block;width:100%;background-color:#1b2ea3; opacity:1; filter:Alpha(opacity=100);}
.link_icon .news_list li.news .link_icon:hover{background-color:#1b2ea3; opacity:.8; filter:Alpha(opacity=80);}
.link_icon .news_list li.news .link_icon .icon{width: 35px;height: 34px;margin: 10px 0px;border:0px solid red;}
.link_icon .news_list li.news.i1 .link_icon .icon{background-position: 0px 0px;}
.link_icon .news_list li.news.i2 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news.i3 .link_icon .icon{background-position: -169px 0px;}
.link_icon .news_list li.news.i4 .link_icon .icon{background-position: -258px 0px;}
.link_icon .news_list li.news.i5 .link_icon .icon{background-position: -335px 0px;}
.link_icon .news_list li.news.i6 .link_icon .icon{background-position: -421px 0px;}
.link_icon .news_list li.news.i7 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news.i8 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news .link_con{display:block;line-height:30px;color:#000;}

.main1 .post .tt{margin-bottom:51px;}
.post-11 .slick-prev{width: 40px;height: 40px;background: url(images/left.png)no-repeat center #BBBBBB;border-radius: 50%;right: 283px;left: auto;top: -86px;transition: 0.7s ease-in-out all;}
.post-11 .slick-next{top: -86px;;width: 40px;height: 40px;right: 197px;border-radius: 50%;background: url(images/right.png)no-repeat center #BBBBBB;transition: 0.7s ease-in-out all;}
.post-11 .slick-prev:hover{background: url(images/left.png)no-repeat center #BC0505;}
.post-11 .slick-next:hover{background: url(images/right.png)no-repeat center #BC0505;}
.post-11 .postm2 .slick-next,.post-11 .postm2 .slick-prev{display: none !IMPORTANT;}
.post-11 .con .news_list .slick-list {padding-right: 197px;}
.post-11 .news_list .news{width:28.64%;margin-right: 77px;position: relative;}
.post-11 .postm:nth-child(2){margin-top:76px;}
.post-11 .news_list.list2 .news_time{color:#F4A140;margin-bottom: 6px;}
.post-11 .news_list.list2 .news{border-top:1px solid #F4A140;border-bottom:1px solid #F4A140;padding: 36px 0 29px 0;}
.post-11 .news_list.list2 .news .news_title{color:#1A1A1A;transition: 0.7s ease-in-out all;}
.post-11 .news_list.list2 li.news:hover .news_title{color: #F4A140;}
.post-11 .news_list.list1 li.news .news_wz{position:absolute;bottom: 0;padding: 13px 21px  15px 27px;background: url(images/title_bg.png) repeat-x;right: 0;left: 0;}
.post-11 .news_list .news .news_title{white-space: nowrap;overflow: hidden;display: block;text-overflow: ellipsis;color: #fff;}
.post-11 .news_list.list1 .news .news_title a{color:#fff;}
.post-11 .news_time{font-weight: bold;font-size:18px;line-height:32px;}
.post-11 .news_list.list1 .news_time{color: #fff;margin-bottom: 2px;}
.post.post1.post-11.mbox {
    position: relative;
}
.main1 .zz{position:absolute;right: 0;bottom: 0;left: 88.5%;background: url(images/zz.png)no-repeat right;background-size: cover;height: 100%;}
.main2 .post .tt{margin-bottom: 57px;}
.main2 .post .tt .tit .title{color:#fff;}
.post-21 .news_list .news{border:1px solid #ffffff4f;width: 48.89%;margin-bottom: 17px;}
.post-21 .news_list .news .news_con{padding: 28px 7.5% 38px;}
.post-21 .news_list .news:nth-child(odd){float:left;}
.post-21 .news_list .news:nth-child(even){float:right;}
.post-21 .news_list .news .news_title{height:64px;font-size: 20px;font-weight: bold;line-height: 32px;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;color: #fff;margin-bottom: 18px;}
.post-21 .news_list .news .news_text{height:64px;font-size: 16px;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;color: #fff;opacity: .6;line-height: 32px;}
.post-22 .con{border:1px solid rgb(255 255 255 / 20%);padding: 19px 62px 0 51px;}
.post-22 .news_list .news{border-bottom: 1px solid #ffffff4f;position:relative;padding: 30.5px 0 15px;transition: 0.7s all ease-in-out;}
.post-22 .news_list .news:last-child{border-bottom:0}
.post-22 .news_list .news:hover .more a{background: url(images/arrow.svg)no-repeat right;}
.post-22 .news_list .news.n3:after{content:"";width:64.5%;background:#fff;opacity:.2;bottom:0;position:absolute;visibility:visible;height:1px;}
.post-22 .news_list .news .news_con{padding: 0 13.9% 0 150px;}
.post-22 .news_list .news .news_meta{position:absolute;font-size: 20px;color: #fff;line-height: 32px;font-weight: bold;}
.post-22 .news_list .news .news_title a{color:#fff;}
.post-22 .news_list .news .news_title{font-size: 20px;font-weight: bold;line-height: 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #fff;margin-bottom: 15px;display: block;}
.post-22 .news_list .news .news_text{
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  opacity: .6;
  line-height: 32px;
  height: 0;
  }
.post-22 .news_list .news.active .news_text{height:64px;margin-bottom: 33px;}
.post-22 .news_list li.news:before {content: "";width: 0;height: 2px;background: #f4a140;position: absolute;left: 0;top: 100%;transition: 0.6s;visibility: visible;}
.post-22 .news_list li.news:hover:before { left: 0;width: 100%;}



.main3 .post .tt{margin-bottom:90px; 
}
.more-link .moretext img{display:none;}
.more-link .moretext{/* display:block; *//* width:71px; *//* height:22px; *//* background:url(images/more.png); */}
.post3 .more_btn a{color:#333;}
.post3 .more_btn .more_text{position:absolute;right: 0px;top: 0px;}
.post-31 .tt{position:relative;}
/*
.post-31 .boxm1 .box .list1{width: 48.9%;float: left;}
.post-31 .boxm1 .box .list2{}
.post-31 .boxm1 .box .list2 .news.hover .more{text-align: left;margin-top: 37px;display: block;}
.post-31 .boxm1 .box .list2 .news .more img{transition:all ease 0.4s;}
.post-31 .boxm1 .box .list2 .news:hover .more img{padding-left:15px;}
.post-31 .boxm1 .box .list2 .news{background: #AC3B3B;transition: 0.6s;margin-bottom: 42.7px;transition: 0.7s;}
.post-31 .boxm1 .box .list2 .news:hover{background:#F4A140}
.post-31 .boxm1 .box .list2 .news:nth-child(2){float:right;}
.post-31 .boxm1 .box .list2 .news.hover .news_con{margin-top: 97px;height: auto;position: relative;overflow: unset;}
.post-31 .boxm1 .box .list2 .news .news_con{margin-top: 0px;height:0;overflow:hidden;transition:0.7s}
.post-31 .boxm1 .box .list2 .news .news_box{padding:43px 40px 30px}
.post-31 .boxm1 .box .list2 .news.hover .news_box{padding: 43px 40px 59px;}
.post-31 .boxm1 .box .list2 .news .news_box{background: none;transition: 0.7s;}
.post-31 .boxm1 .box .list2 .news .more{display:none;transition:0.7s}
.post-31 .boxm1 .box .list2 .news .news_title a{color:#fff;}
.post-31 .boxm1 .box .list2 .news .news_meta{color:#fff;font-size: 18px;transition:0.7s;height:0px}
.post-31 .boxm1 .box .list2 .news.hover .news_meta{height:auto;}
.post-31 .boxm1 .box .list2 .news .news_text{-webkit-line-clamp: 2;color:#fff;
    line-clamp: 2;font-size: 18px;opacity: 0.8;height: 0px;overflow: hidden;transition:0.7s}
.post-31 .boxm1 .box .list2 .news.hover .news_text{height: 64px;transition:0.7s}
.post-31 .boxm1 .box .list2 .news.n2 .news_text{}
.post-31 .boxm1 .news_list li.news .news_img{padding-top: 67%;background-color:#efefef;position:relative;overflow:hidden;}
.post-31 .boxm1 .news_list .news{position:relative;}
.post-31 .boxm1 .news_list li.news .news_img img{width:100%;height: 100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.post-31 .boxm1 .box .list1 .news .news_title{white-space: nowrap;padding: 23px 0  40px 48px;overflow: hidden;display: block;text-overflow: ellipsis;left: 0;color: #fff;position: absolute;bottom: 0;background: url(images/title_bg.png) repeat-x;right: 0;font-size: 24px;}
.post-31 .boxm1 .box .list1 .news .news_title a{color:#fff;}
.post-31 .boxm1 .news_list.list2 .news .news_title{height:64px;position: relative;}
.post-31 .boxm1 .news_list.list2 .news.hover .news_con:after{position:absolute;content:'';height:40px;width:100%;background: url(images/m3mr_bg.svg)no-repeat left;top: -55px;left: -40px;}
.post-31 .box2,.post-31 .box3{}
.post-31 .boxm1 .box .subox{float:left;width:23.1%;}
.post-31 .boxm1 .box .subbox2{margin: 0 0 0 2%;}
.post-31 .boxm1 .box .subbox3{margin: 0 2%;}
.post-31 .boxm1 .box .list2 .news .news_text a{color:#fff;transition:0.7s}
*/

.main4 .post .tt{text-align:center;margin-bottom: 47px;}
.main4 .post .tt .tit{float:none;}
.main4 .post .tt .tit .title{color: #fff;}
.main5 .post .tt{text-align:center;margin-bottom: 47px;}
.main5 .post .tt .tit{float:none;}
.post5 .more_btn a{color:#333}
.post-51{margin-top: -48px;}
.post-51 .slick-list{/* overflow:unset; */padding-top: 48px;}
.post-51 .small_img a{display:none;}
.post-51 .news_list .news:hover .news_title{color:#f4a140; }
.post-51 .news_list .news:hover .news_text{color:#f4a140; }
.post-51  .news_list li.news{background:#fff;position: relative;margin-bottom:70px;padding: 61px 0 82px;}
.post-51 .news_list .news .news_title{margin-bottom:12px;color:#000;transition:.7s}
.post-51 .news_list .news .news_title a{color:#000;}
.post-51 .news_list li.news .news_wz{padding:0 377px 0 0 }
.post-51 .small_img{position: absolute;left: 20px;top: 0;margin-top: -46.5px;border-radius: 50%;}
.post-51 .news_list .news_img{position:absolute;right:0;top:0;bottom: 0;width: 377px;overflow:hidden;}
.post-51 .news_list .news_img img{width:100%;height:100%;transition:all ease 0.6s;object-fit: scale-down;}
.post-51 .small_img img{border-radius:50%}
.post-51 .news_list .news:hover .news_img img{transform:scale(1.05)}
.post-51 .news_list li.news .news_wz .news_con{padding: 0 33px 0 70px;}
.post-51 .news_list li.news:before {  content: "";  width: 0;height: 2px;background: #f4a140;  position: absolute;   left: 0; bottom: 100%; transition: 0.6s;visibility: visible;}
.post-51 .news_list li.news:hover:before { left: 0;width: 100%;}
.post-52{position:relative;}
.post-52 .xszw{position:absolute;z-index:11;background: url(images/xszw.png)no-repeat;width: 126px;height: 126px;display: table-cell;text-align: center;font-size: 31px;color: #fff;line-height: 32px;font-weight: bold;left: 36px;}
.post-52 .xszw span{width:76px;display:block;margin: 0 auto;margin-top: 21px;}
.post-52 .con{padding-bottom:}
.post-52 .news_wz{background:#fff;margin-top:3px;padding: 23px 83px 26px 47px;}
.post-52 .news_time{font-size: 18px;font-weight:bold;transition: .7s;}
.post-52 .news_list .news .news_title{white-space:nowrap;overflow:hidden;color: #535353;text-overflow: ellipsis;display: block;transition: 0.7s;}
.post-52 .news_list li.news{transition:ease 0.4s;position:relative;}
.post-52 .news_list li.news:before {  content: "";  width: 0;height: 2px;background: #f4a140;  position: absolute;   left: 0; bottom: 0; transition: 0.6s;visibility: visible;transition:ease 0.4s;}
.post-52 .news_list li.news:hover:before { left: 0;width: 100%;}
.post-52 .news_list li.news:hover .news_title a{color: #f4a140;}
.post-52 .news_list li.news:hover .news_time{color: #f4a140;}
.post-33{}
.post-33 .con{}
.post-33 .news_list{}
.post-33 .news_list li.news{padding-left:18px; background:url('images/news_biao.png') no-repeat 3px center;}

.post-41{}
.post-41 .news_list li.news{background:#ffffff;position: absolute;width: 16.3%;}
.post-41 .news_list li.news:before{position:absolute;content:"";left: 50%;width:1px;height:200px;background: #F6EAEA;}
.post-41 .news_list li.news.n1:before, .post-41 .news_list li.news.n4:before, .post-41 .news_list li.news.n7:before,.post-41 .news_list li.news.n10:before{height: 233px;top: 92px;}
.post-41 .news_list li.news.n3:before, .post-41 .news_list li.news.n5:before, .post-41 .news_list li.news.n8:before,.post-41 .news_list li.news.n2:before{height: 104px;top: -102px;}
.post-41 .news_list li.news.n6:before, .post-41 .news_list li.news.n3:before, .post-41 .news_list li.news.n9:before{height: 91px;top: 91px;}
.post-41 .news_list li.news.n1{top: 6.2%;left: 0.3%;}
.post-41 .news_list li.news.n2{top: 63.7%;left: 8.6%;}
.post-41 .news_list li.news.n3{top: 25.5%;left: 12.3%;}
.post-41 .news_list li.news.n4{top: 6.2%;left: 24.7%;}
.post-41 .news_list li.news.n5{top: 63.7%;left: 33.4%;}
.post-41 .news_list li.news.n6{top:25.5%;left: 37.2%;}
.post-41 .news_list li.news.n7{top: 6.2%;left: 45.3%;}
.post-41 .news_list li.news.n8{top: 63.7%;left: 54.2%;}
.post-41 .news_list li.news.n9{top:25.5%;left: 57.8%;}
.post-41 .news_list li.news.n10{top: 6.2%;left: 74.3%;}
.post-41 .news_list li.news .news_box{padding: 0.63vw 0;text-align:center;}
.post-41 .news_list .news .news_title{line-height: 40px;font-size: 20px;}
.post-41 .news_list li.news .sub_title{
    color: #AF2A3C;
    font-size: 0.8vw;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    }
.post-41 .news_list li.news .short_title{position:absolute;display: none;}
.post-41 .con{padding-top: 45%;position: relative;background-size: contain;background: url(images/main6in2.png) no-repeat 100% 48.7%;background-size: contain;}
.main6 .post .tt{margin-bottom:65px;text-align: center;}
.main6 .post .tt .tit{float:none;}
.main6 .post .more_btn .more_text{display:none}
.post-62::before {
    content: "";
    position: absolute;
    background: url(images/fz.png) no-repeat right;
    width: 1096px;
    height: 300px;
    right: 94px;
    bottom: 60px;
}
.post-62{width:39%;float:left;margin-left: 30%;background: #A22D2D;border-radius: 10px;    margin-bottom: -20px;position:relative}
.post-62 .slick-dotted.slick-slider{margin-bottom:0;}
.post-62 .news_wz{padding: 93px 84px 155px;height:287px;}
.post-62 .news_wz .news_con{}
.post-62 .news_text{font-size:26px;color:#fff;line-height:46px;font-weight:bold;}
.post-62 .news_con{/* margin-top:31px; */}
.post-62 .news_info{font-size:18px;color:#fff;line-height:46px;float: left;margin-right: 20px;margin-top:31px;}
.post-62 .news_info a{color:#fff;}
.post-62 .slick-dots{bottom:63px;text-align: left;left: 108px;}
.post-62 .slick-dots li.slick-active button{background:#F4A140;border:2px solid #F4A140;}
.post-62 .slick-dots li{width: 25px;height:25px;margin: 0 13.5px;}
.post-62 .slick-dots li button{width: 25px;height: 25px;}
.main7 .post .tt{float:left;width: auto;margin-top: 12px;margin-left:185px}
.main7 .wyjz{    float: right;
    margin-right: 0;
    position: absolute;
    right: 281px;}
.main7 .wyjz a{width: 80px;height: 92px;display:block;background:url(images/wyjz.png)}
.jzcd{position:absolute;top: -114px;left: -10px;display:none;}
.main7 .post .tt .tit{font-size:30px;font-weight: bold;}
.main7 .post .tt .tit .title{color:#fff;background: url(images/line.png) no-repeat bottom;padding: 0 26px 4px;}
.post-71 .news_list li.news{float:left;margin-right: 73.5px;}
.post-71 .news_list li.news .news_title a{color:#fff;}
.post-71 .news_list li.news .news_con{padding-left:37px;}
/* Underline From Center */
        .post-71 .news_list li.news .news_title {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            position: relative;
            overflow: hidden;
        padding-bottom: 5px;}

        .post-71 .news_list li.news .news_title:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 51%;
            right: 51%;
            bottom: 0;
            background: #F4A140;
            height: 4px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .post-71 .news_list li.news .news_title:hover:before,
        .post-71 .news_list li.news .news_title:focus:before,
        .post-71 .news_list li.news .news_title:active:before {
            left: 0;
            right: 0;
        }
.post-71 .news_list li.news.n1 .news_con{background: url(images/icon1.svg)no-repeat left 6px;}
.post-71 .news_list li.news.n2 .news_con{background:url(images/icon2.svg)no-repeat left 6px;}
.post-71 .news_list li.news.n3 .news_con{background:url(images/icon3.svg)no-repeat left 6px;}
.post-71 .news_list li.news.n4 .news_con{background:url(images/icon4.svg)no-repeat left 6px;}
.post-71 .news_list li.news.n5 .news_con{background:url(images/icon5.svg)no-repeat left 6px;}
.post-71 .news_list li.news.n6 .news_con{background:url(images/icon6.svg)no-repeat left 6px;}
.post-81 .news_list .news .news_title a{color:#fff;opacity:0.5}
.post-81 .news_list .news .news_title{font-size:14px;line-height: 24px;}
.post-81 .news_list .news{float:left;margin-right: 67px;width: 84px;}
.post-81 .news_list .news:nth-child(2n){margin-right: 0;}
.post-105{width: 24%;  float: right; margin-right: 4%;    margin-top: 70px;height:420px;}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 516px;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
position: relative;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 0px;}
/**主体文章页开始**/
#d-container {min-height: 600px;}
#d-container .inner {background:#fff;}

.col_menu {width: 300px;float:left;margin-right:-300px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #A22D2D;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 24px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {     display: block;
    line-height: 70px;
    text-align: center;}/**栏目名称图标**/
.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: 20px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{line-height: 50px;
    text-align: center;
    padding: 0;
    display: block;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#A22D2D; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #A22D2D;}
.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:#A22D2D;}
/*二级子栏目**/
.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:#A22D2D;} 
/*三级子栏目**/
.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:#A22D2D;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 350px;}
.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: 28px;font-family:"Microsoft yahei";font-weight: normal;color: #A22D2D;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666;    font-size: 16px;} /**当前位置**/
ul.news_list.list2 span.news_title {
    line-height: 42px;
    font-weight: normal;
    font-size: 16px;

}
ul.news_list.list2 {
    min-height: 350px;
}
.slick-prev, .slick-next{    z-index: 9999;}
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .news{font-size:16px;position:relative;}
.col_news_list li.news span.news_title{float:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right: 110px;}
.col_news_list li.news span.news_meta{position:absolute;right:0;top:0;}
.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); } /**列表页文章图片大小限制**/

ul.news_list.list2 li {
    line-height: 42px;
}

/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:26px;text-align:center;    color: #A22D2D;;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;}
.article .arti_metas span { margin:0 5px; font-size:15px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p,.article .entry .read span { line-height:1.75; font-size:16px; color:#333; font-family:"SimSun";}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:500px; _width:expression(this.width > 500 ? "500px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/
#footer .post .tt .tit{font-size:16px;font-weight: bold;}
#footer .post .tt .tit .title{color: #fff;line-height: 36px;}
#footer {background: #40282A;}
#footer .inner {padding: 80px 0px 0;position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;/* padding:12px 0px; *//* margin-top:10px; */}
#footer .inner .fc{float:left;/* padding:12px 0px; *//* margin-top:10px; */}
#footer .inner .fc1{margin: 0 111px 0 196px;}
#footer .inner .fc2{width: 280px;}
#footer .inner .foot-right{float:right;margin-top: 12px;}
#footer .inner .mod1{padding:0 0 71px}
#footer .inner .mod2{border-top:1px solid #ffffff52;padding: 31px 0;height: 51px;}
#footer .inner .mod2 p{text-align:center;}
#footer .inner p{font-size: 14px;line-height: 24px; font-weight:normal;opacity: .5;text-align:left;color: #fff;}
#footer .inner p span { margin:0 3px; }
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:160px!important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{text-align:right;margin-top:5px;}
.wp-search {position: relative;border: 1px solid #d0d0d0;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:4px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 22px;padding: 4px 0;line-height: 22px;background: none;color: #FFFFFF;font-size: 14px;border:0;outline: 0;}
.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;}
/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0 6px; position:relative;}
.shares li a{display:inline-block; width: 40px; height: 40px; border: 0px solid red; background: url('images/share_icon.png') no-repeat center; opacity:.6; filter:Alpha(opacity=60); vertical-align:top;background-size: cover;border-radius: 50%;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background: rgb(255 255 255 / 10%) url(images/ico71.svg)no-repeat center;}
.shares li.i2 a{background: rgb(255 255 255 / 10%) url(images/ico72.svg)no-repeat center;}
.shares li.i3 a{background: rgb(255 255 255 / 10%) url(images/ico73.svg)no-repeat center;}
.shares li.i4 a{background: rgb(255 255 255 / 10%) url(images/ico74.svg)no-repeat center;}
.shares li.i5 a{background: rgb(255 255 255 / 10%) url(images/ico75.svg)no-repeat center;}
.shares li.i6 a{background: rgb(255 255 255 / 10%) url(images/ico76.svg)no-repeat center;}
.shares li.i7 a{background: rgb(255 255 255 / 10%) url(images/ico77.svg)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; bottom: 54px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; margin:4px 10px; width: 150px; line-height: 32px; background: #fff;border:1px solid #d0d0d0;}
.botlinks .links-wrap a.links-arrow {display: block; height: 32px; line-height: 32px; padding: 0 25px 0 10px; color:#a1a1a1; background: url(images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 33px; width: auto; min-width:180px; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #f5f5f5;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #A22D2D; cursor: pointer;}/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .news_tu .news_list li.news .news_imgs{padding-top: 50.52%;}
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}

.mbanner .focus .focus-pagination {position:absolute;right: 14px;bottom: 14px;margin-right: 0px;z-index:60;}
.mbanner .focus .focus-page { display:inline-block; width:9px; height:9px;  margin-right:6px;background:#fff;}
.mbanner .focus .focus-page-active {width:18px;background: #fff;opacity:1; filter:Alpha(opacity=100);}

.mbanner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px;}
.mbanner .focus .focus-next { right:0px;background-position:right top}
.mbanner .news_list li.news{position:relative;}
#banner .news_list li.news.xq.slick-active .xqdjs{opacity: 1;display:none;}
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.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;
}
/*************************************************************
*二级页面
*/
/*组织机构*/
.inss .part_xy{}
.inss .part_xy .item{}
.inss .part_xy .item h3{line-height:40px;padding-left:0px;font-size: 16px;font-weight:normal;color: #1567B1;border-bottom:1px solid #cecece;}
.inss .part_xy .sub-box{float:left; width:100%;padding-top:0px;padding-bottom:5px;}
.inss .part_xy .sub-list{margin-right:0px;}
.inss .part_xy .sub-list .sub-item{float:left; width:33.3%;background: url(images/icon_arrow2.png) no-repeat left center;}
.inss .part_xy .sub-list .sub-item a{line-height: 35px;padding-left:10px;font-size: 14px;}
.inss .part_xy .sub-img{display:none;float:right;margin-top:15px;margin-left:-250px; width:240px;min-height:80px;}
.inss .part_xy .item.i5 .sub-list .sub-item {width: 50%;}
/*角色*/
.role .part_xy{}
.role .part_xy .item{margin-bottom:10px;display:none;}
.role .part_xy .item.selected{display:block;}
.role .part_xy .item h3{display:none;line-height: 46px;padding-left:0px;font-size:20px;font-weight:bolder;color: #068358;border-bottom:1px solid #f1f1f1;background:none;}
.role .part_xy .sub-list{margin-top:15px;}
.role .part_xy .sub-list .sub-item{padding-top: 10px;padding-bottom: 5px;width:auto;border-bottom:1px solid #f1f1f1;word-wrap: break-word;word-break: normal;}
.role .part_xy .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:bolder;/* color: #068358; */}
.role .part_xy .sub-list .sub-list{margin-top:10px;margin-left:40px;}
.role .part_xy .sub-list .sub-list .sub-item{padding-bottom:5px; padding-top:0px;float:left;margin-right: 50px;border-bottom:0px solid #f1f1f1;}
.role .part_xy .sub-list .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:normal;/* color: #333; */}
/**一屏**/
/* .bb:hover {
   animation-play-state: paused;
   color: #fff;
 }
 .bb {
   position: absolute;
   left: 50%;
   bottom: 20px;
   text-align: center;
   transform: translateX(-50%);
   color: #94070a;
   font-size: 36px;
   cursor: pointer;
   opacity: 0;
   font-family: icon;
   padding: 0 10px;
   animation: bb 1.5s linear 0s infinite;
   font-weight: bold;
 }
 @keyframes bb {
   0% {
     transform: translate(-50%, 0);
     opacity: 0;
   }
   50% {
     transform: translate(-50%, 5px);
     opacity: 1;
   }
   100% {
     transform: translate(-50%, 0px);
     opacity: 0;
   }
 }
 .body_b {
   position: fixed;
   left: 0%;
   top: 100%;
   bottom: 0;
   right: 0;
   background: #fff;
   overflow-x: hidden;
   transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
   z-index: 888;
   outline: none;
 }
 .body_b.showdiv {
   top: 0;
 } */



.post-105 .con  {
    height: 375px;
    width: 100%;
    position: relative;
}
.post-105 .con iframe#ifa {
    height: 100%;
    width: 100%;
    position: relative;
}
.navContent {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    height: 100%;
    z-index: 112;
      display: none;  
}
.navContent-box {
    position: relative;
    top: 125px;
    padding-left: 22px;
    overflow: hidden;
    padding-top: 50px;
}
.navContent-box .item  a {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-bottom: 37px;
}

.dn-nabery  .dn-nav-szy li a i img {
    height: 100%;
}

.navContent-box .item  {
    float: left;
    width: 7.5%;
    padding-left: 38px;
    padding-bottom: 40px;
    margin-bottom: 0;
    padding-top: 12px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.navContent-box .item:first-child {
    border-left: none;
}

.home-page a {
    font-size: 16px;
    width: 154px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: block;
    background: #B8A988;
    color: #fff;
}

.home-page {
    position: absolute;
    bottom: 40px;
    left: 64px;
}

.navContent-box .item .subitem a {
    color: #B8A988;
    font-size: 18px;
    margin-bottom: 35px;
    display: block;
}

.navContent:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(120, 0, 5, .96);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
 
.menu-red {
    font-size: 20px;
    color: #FFFFFF;
    float: right;
    cursor: pointer;
    width: 24px;
    height: 14px;
    background: url(images/tog.svg) no-repeat;
    
    
    position: fixed;
    z-index: 111;
margin-top: 14px;}
.main6 {
       background: url(images/bjg.png) no-repeat center center;
    background-position-y: 100%;
}
.main6 .tp {
    position: absolute;
    bottom: 10px;
    left: -45px;
    display:none;
}
.main6 .inner {
    position: relative;    padding: 0;
}
.border {
    border: 3px solid #A22D2D;
    width: 100%;
    height: 420px;
    position: absolute;
    bottom: 30px;
    border-radius: 10px;
}

/**tsy**/
iframe#ifa2{width:100%;height:1515px;}
.zfjy #l-container{background:#fef5dd;}
.zfjy .message_list li {
 background:url(images/jsbt.png) no-repeat center;
       padding: 52px 90px 52px 65px;
    margin-bottom: 60px;
    background-size: contain;
    font-family: "sub";
}
.loading {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
}
.zfjy .col_news .col_news_box {
    margin-left: 0;
}
.zfjy .col_news{padding-top: 50px;}
.tjjs .message_text {

    font-size: 16px;
    color: #AD0022;
    line-height: 36px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88%;
font-family: 仿宋;
font-weight: bold;
}
.tjjs .message_name {
  font-size: 18px;
    color: #484848;
    line-height: 32px;
    float: right;
font-family: 仿宋;
font-weight: bold;
}
#wp_pager {
    text-align: left;
    clear: both;
    padding-top: 0px;
}
#wp_pager ul.pages {
    margin: 0px auto 0 auto;
    display: table;
}
#wp_pager ul.pages li {
    border: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    list-style: none;
}
#wp_pager ul.pages li a {
    display: block;
    width: auto;
    height: auto;
    padding: 0 12px;
    text-align: center;
    color: #707070;
    font-size: 14px;
    transition: all 0.5s;
}
#wp_pager ul.pages li.pgCurrent a {
    background: #c82e2c;
    color: #fff;
    font-weight: normal;
}
.l-banner2 {
    height: 450px;
	background:#a3151c url(images/lsb.png) no-repeat center;
}
#wp_pager ul.pages li:hover {
    background: none;
    border: 0;
    color: #fff;
}
.zfjy #l-container .inner {
    max-width: 1400px;
    margin: 0 auto;
	    height: 100%;
    position: relative;

}.jynr {
    font-size: 66px;
    color: #FFE6AF;
     font-family: "sub";
    text-align: center;
    line-height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -132px;
    margin-top: -35px;
}
#l-container {
    background: #fef5dd;
}
#wp_pager ul.pages li.pgEmpty {
    display: block !important;
}
.jynr2 {
        font-family: "sub";
    font-size: 26px;
    line-height: 55px;
    background: #f9b62a;
    width: 200px;
    text-align: center;
    position: absolute;
    right: 14%;
    bottom: 7%;
float: right;}
#l-container .inner {
    padding: 65px 0px;
}
.jynr2 a {
    color: #fff;
text-shadow: 1px 1px #999797;
}

.post-900 {
    float: right;z-index: 9999;
    width: 320px;
    background: url(images/xqdjs.svg) no-repeat center;position: absolute;top:100%;
    bottom: 0;right: 0;
    height: 0;
    transition: ease-in-out all 1.3s;
    overflow: hidden;
  
}
.post-10 .more_btn a{color:#333;}
.post-900-text {
    padding-top: 57px;
padding-left: 88px;}
.post-900 .text {
    color: #A22D2D;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    line-height: 50px;padding-left: 10px;
}
.post-900 .timer {
    color: #fff;
    font-size: 32px;
    text-align: left;
    line-height: 86px;
}
.post-900 .timer{
    color: #A22D2D;
    font-weight: bold;
    font-size: 60px;
    text-align: left;
    
}
.post-900 .day{transition:0.8s;margin-left: 20px;}
.post-900  .text_day{font-size:32px;margin-left: 60px;font-weight: bold;}
.post-900.show {
    height: 244px; top:0;
}
#footer {
    overflow: inherit !important;
}
.body_home{position:relative}
.menu-red{z-index: 119;position: fixed;right: 77px;top: 40px;}
.menu-red.returner{background:url(images/close.png);background-size: cover;height: 24px;z-index:300}
 /* Float Shadow */
        .post-21 .news_list .news {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            position: relative;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-property: transform;
            transition-property: transform;
        }

        .post-21 .news_list .news:before {
            pointer-events: none;
            position: absolute;
            z-index: -1;
            content: '';
            top: 100%;
            left: 5%;
            height: 10px;
            width: 90%;
            opacity: 0;
            background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
            background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
            /* W3C */
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-property: transform, opacity;
            transition-property: transform, opacity;
        }

        .post-21 .news_list .news:hover,
        .post-21 .news_list .news:focus,
        .post-21 .news_list .news:active {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            /* move the element up by 5px */
            background:#F4A140;
        }

        .post-21 .news_list .news:hover:before,
        .post-21 .news_list .news:focus:before,
        .post-21 .news_list .news:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }

.main2 .more ,.main5 .more{position: absolute;background: url(images/circle.svg)no-repeat right;right: 0;top: 45px;}
.main2 .more span,.main5 .more span{width:57px;height:25px;background: url(images/arrow2.svg)no-repeat  left;display: block;transition: 0.7s all ease-in-out;}
.main3 ul.news_list.list2{min-height:0;}
.post-51 .news_list li.news .news_wz .news_con{/* position:relative; */}
.main5 .more{right: 416px;top: auto;bottom: 30px;}
.main5 .more span{background: url(images/arrow.svg)no-repeat  left;}

.main2 .post-22 .news_list .news:hover .more span{background: url(images/arrow.svg)no-repeat  right;}
.main5 .news_list .news:hover .more span{background: url(images/arrow.svg)no-repeat  right;}
.post-31 .tt{position:relative;}
.post-31 .tt:after{content:"";position:absolute;height:1px;width: 87%;background:#333333;left:0;bottom:0;opacity:0.5}
.post-31 .tt .tit{font-size:32px}
.post-31  .tt .tit .title{float:left;padding-left: 98px;margin-right: 154px;color: #999999;}
.post-31 .tt .tit .title .tit_box{border-bottom: 4px solid transparent;padding-bottom: 27px;display: block;cursor: pointer;transition: 0.7s;}
.post-31  .tt .tit .title.selected .tit_box{border-bottom: 4px solid #A22D2D;}
.post-31  .tt .tit .title.t1{background: url(images/selected.svg)no-repeat left bottom;}
.post-31  .tt .tit .title.selected{color:#A22D2D;font-size:40px;font-weight: bold;}
.post-31 .con{position:relative;padding-top:25%;height: 131px;}
.post-31 .con .boxm{position:absolute;top: 0;left: 0;right: 0;transition: 0.7s;}
.post-31 .con .boxm2 .ml .news_con{/* position:relative; */}
.post-31 .con .boxm2 .ml .icon{width: 57px;height: 57px;border-radius:50%;position: absolute;bottom: 17px;left: 30px;}

.post-31 .con .boxm2 .ml{float:left;width: 66%;margin-right: 2.4%;}
.post-31 .con .boxm2 .mc{float:left;width: 23.9%;display: none;}
.post-31 .con .boxm2 .mr{float: right;width: 30.3%;}
.post-31 .con .boxm2 .ml .news_list li.news{position:relative;}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_img{width:322px;height:215px;padding-top:0;position: absolute;left: 0;right: 0;}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_img img{position:static;}
.post-31 .con .boxm2 .ml .news_list.list1 li.news:hover .news_img img{transform:scale(1.05)}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_wz{padding-left:322px;position: static;background: #A22D2D;padding: 0 0 0 322px;}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_wz .news_con{padding: 29px 44px 47px 38px;}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_wz .news_title{font-size:22px;margin-bottom: 18px;padding-left: 76px;line-height: 57px;}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_wz .news_text{font-size: 18px;height: 64px;}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_wz .news_text a{color: #fff;}
.post-31 .con .boxm2 .ml .news_list.list1  .top{position:relative;}
.post-31 .con .boxm2 .ml .news_list.list1 .icon{left: 0;bottom: 0;top: 0;background: rgb(255 255 255 / 10%) url(images/wx_w.png)no-repeat center;}
.post-31 .con .boxm2 .ml .news_list.list1 .icon.wx{background: rgb(255 255 255 / 10%) url(images/wx_w.png)no-repeat center;}
.post-31 .con .boxm2 .ml .news_list.list1 .icon.wb{background: rgb(255 255 255 / 10%) url(images/wb_w.png)no-repeat center;}
.main3  .post-31 .boxm2 .ml ul.news_list.list2{min-height: unset;margin-top: 22px;}
.post-31 .con .boxm2 .ml .news_list.list2 li.news{margin-bottom:21px;width: 50%;float: left;}
.post-31 .con .boxm2 .ml .news_list.list2{margin:0 -11.5px;}
.post-31 .con .boxm2 .tab_list{overflow:hidden;}
.post-31 .con .boxm2 .ml .news_list.list2 li.news .news_box{margin:0 11.5px;}
.post-31 .con .boxm2 .ml .news_list.list2 li.news .news_wz{position:static;background: #fff;padding: 0 0 0 121px;}
.post-31 .con .boxm2 .ml .news_list.list2 li.news .news_wz .more{position:absolute;right: 44px;margin-top: -5px;top: 50%;transition:0.7s}
.post-31 .con .boxm2 .ml .news_list.list2 li.news:hover .news_wz .more{right: 30px;}
.post-31 .con .boxm2 .ml .news_list.list2 li.news .news_wz .news_title{line-height: 85px;font-size: 20px;color: #333333;margin-right: 80px;}
.post-31 .con .boxm2 .ml .news_list.list2 li.news .news_wz .news_title a{color: #333333;}
.post-31 .con .boxm2 .ml .news_list.list2 .icon{background: #F6E9E9 url(images/wx_r.svg)no-repeat center;top: 12px;left: 37px;}
.post-31 .con .boxm2 .ml .news_list.list2 .icon.wx{background: #F6E9E9 url(images/wx_r.svg)no-repeat center;}
.post-31 .con .boxm2 .ml .news_list.list2 .icon.wb{background: #F6E9E9 url(images/wb_r.svg)no-repeat center;}
.main3 .con .boxm  li.news .news_img:hover img{transform:scale(1.05)}
.main3 .con .boxm  li.news .news_img img{transition:all 0.6s ease;}
.post-31 .con .boxm2 .ml li.news .news_img{padding-top: 67%;background-color:#efefef;position:relative;overflow:hidden;}
.post-31 .con .boxm2 .ml li.news .news_img img{width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.post-31 .con .boxm2 .ml .news_list li.news .news_wz{position:absolute;bottom: 0;padding: 13px 21px  27px 120px;background: url(images/tt2_bg.png) repeat-x;right: 0;left: 0;}
.post-31 .con .boxm2 .ml .news_list li.news .news_wz .news_title{font-size:24px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.post-31 .con .boxm2 .ml .news_list li.news .news_wz .news_title a{color:#fff;}
.post-31 .con .boxm2 .mc li.news .news_img{padding-top: 56%;background-color:#efefef;position:relative;overflow:hidden;}
.post-31 .con .boxm2 .mc li.news .news_img img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.post-31 .con .boxm2 .mc li.news .news_meta{font-size:18px;font-weight:bold;line-height:24px;color: #666666;}
.post-31 .con .boxm2 .mc .list2 li.news .top_info{margin-bottom: 14px;}
.post-31 .con .boxm2 .mc .list2 li.news .news_meta{float:left;transition: all ease 0.4s;}
.post-31 .con .boxm2 .mc .list2  li.news .wjj{float:right;line-height: 24px;color: #A22D2D;font-size:14px;font-weight:bold;}
li.news .wjj span{padding:0 8px}
.post-31 .con .boxm2 .mc .list2  li.news .wjj a{color: #A22D2D;}
.post-31 .con .boxm2 .mc li.news.n1{border-top:1px solid #D3D2D1;}
.post-31 .con .boxm2 .mc li.news{border-bottom:1px solid #D3D2D1;position: relative;}
.post-31 .boxm2 .mc .news_list li.news:before {  content: "";  width: 0;height: 2px;background: #f4a140;  position: absolute;   left: 0; top: 100%; transition: 0.6s;visibility: visible;}
.post-31 .boxm2 .mc .news_list li.news:hover .news_title a,.post-31 .con .boxm2 .mc .list2 li.news:hover .wjj a,.post-31 .con .boxm2 .mc .list2 li.news:hover .wjj{color:#f4a140}
.post-31 .boxm2 .mc .news_list li.news:hover .news_meta{color:#f4a140}
.post-31 .boxm2 .mc .news_list li.news:hover:before { left: 0;width: 100%;}
.post-31 .con .boxm2 .mc  li.news .news_con{padding: 15.5px 0;}
.post-31 .con .boxm2 .mc li.news .news_title{height:64px;}
.post-31 .con .boxm2 .mc li.news .news_title a{color:#333333}
.post-31 .con .boxm2 .mr li.news .news_img{padding-top: 131%;background-color:#efefef;position:relative;overflow:hidden;}
.post-31 .con .boxm2 .mr li.news .news_img img{width:100%;height: 100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;object-fit: cover;}
.post-31 .con .boxm4 .news_list .news{float: left;width: 32%;}
.post-31 .con .boxm4 .news_list .news.n2{margin:0 2%}
.post-31 .con .boxm4 li.news .news_img{padding-top: 66%;background-color:#efefef;position:relative;overflow:hidden;}
.post-31 .con .boxm4 .news_list li.news .news_img img{width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.post-31 .con .boxm4 li.news .news_meta{font-size:18px;margin: 40px 0 10px;color: #666666;font-weight: bold;}
.post-31 .con .boxm4 li.news .news_title{font-size:20px;line-height:36px;margin-bottom: 34px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;color: #535353;}
.post-31 .con .boxm4 li.news .news_text{font-size:16px;line-height:32px;height: 96px;-webkit-line-clamp: 3;
    line-clamp: 3;}
.post-31 .con .boxm4 li.news:hover .news_img img{transform:scale(1.05)}
.post-31 .con .boxm4 li.news:hover .news_title,.post-31 .con .boxm4 li.news:hover .news_text,.post-31 .con .boxm4 li.news:hover .news_title a{color:#f4a140}
.main1 ul.news_list.list2{min-height:auto;}
.post-31 .con .boxm3 .ml{float: left;width: 48.8%;}
.post-31 .con .boxm3 .news{background:#f8ebde;margin-bottom:28px;/* transition: .7s; */}
.post-31 .con .boxm3 .news:nth-child(2n){float:right;}
.post-31 .con .boxm3 .news .news_wz{padding: 45px 32px 37px;}
.post-31 .con .boxm3 .news .news_wz .news_meta{float:left;font-size:20px;font-weight:bold;color: #818181;}
.post-31 .con .boxm3 .news .top_info{margin-bottom:24px;}
.post-31 .con .boxm3  .news_list .news .news_title{font-size:20px;height: 64px;margin-bottom:24px;color: #000;}
.post-31 .con .boxm3 .news_list.hover li.news .news_text{display: block;    height: 128px;
    margin-bottom: 32px;}
.post-31 .con .boxm3 .report_name{text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    }
.post-31 .con .boxm3 .news_list:hover li{background: #A22D2D  url(images/more.svg)no-repeat 85% 92%; color:#fff;}
.post-31 .con .boxm3 .news_list:hover li .news_text{background:}
.post-31 .con .boxm3 .news_list:hover .news .news_wz .news_title a,.post-31 .con .boxm3 .news_list:hover .news .news_wz .wjj a,.post-31 .con .boxm3 .news_list:hover li .news_text,.post-31 .con .boxm3 .news_list:hover .news .news_wz .wjj,.post-31 .con .boxm3 .news_list:hover li .news_title,.post-31 .con .boxm3 .news_list:hover li .news_meta{color:#fff;}
.post-31 .con .boxm3 .news_list li.news .news_text{transition: ease 0.7s all;height: 0;}
.post-31 .con .boxm3 .news_list li.news.n3 .news_text{height:0;}
.post-31 .con .boxm3 .news_list li.news.n4 .news_text{height:0;}
.post-31 .con .boxm3  .news_list .news .news_title a{color:#000000;transition: all ease 0s;}
.post-31 .con .boxm3 .news .news_wz .wjj{font-size:16px;float:right;color: #A22D2D;font-weight: bold;}
.post-31 .con .boxm3 .news .news_wz .wjj a{color: #A22D2D;transition: all ease 0s;}
.post-31 .con .boxm3 .mr{float:right;width:48.8%;}
.post-31 .slick-prev{width: 40px;height: 40px;background: url(images/left.png)no-repeat center #BBBBBB;border-radius: 50%;right: 86px;left: auto;top: -93px;transition: 0.7s ease-in-out all;}
.post-31 .slick-next{top: -93px;;width: 40px;height: 40px;right: 0;border-radius: 50%;background: url(images/right.png)no-repeat center #BBBBBB;transition: 0.7s ease-in-out all;}
.post-31 .slick-prev:hover{background: url(images/left.png)no-repeat center #BC0505;}
.post-31 .slick-next:hover{background: url(images/right.png)no-repeat center #BC0505;}
.jz{position:fixed;right: -99px;z-index:1000;top: 50%;margin-top: -89px;width: 165px;height: 146px;background: url(images/wyjz_bg.png)no-repeat left;transition: 0.7s ease-in-out all;background-size: contain;}
.jz .wyjz{position: relative;width: 80%;} 
.jz:hover{right:0;}
.jz span{display: block;transition: 0.4s ease-in-out all;}
.jz span img{height: 97px;transition: 0.7s;
    position: absolute;
    left: 66%;
    margin-left: -55px;
    top: 30px;}
.jz:hover span img {
    margin-left: -20px;
}
.jz a {
    display: block;
    width: 100%;
    height: 100%;
}
.post-31 .con .boxm3 .xsbox{float:left;width: 48.6%;transition: all ease 0.4s;}
.post-31 .con .boxm3 .xsbox1{margin-right: 2.8%;}

.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_img{    width: 433px;  height: 289px;}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_wz .news_text{font-size: 18px; height: 96px; color: rgba(255,255,255,.6);   -webkit-line-clamp: 3;padding-left:76px}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_wz .news_text a{color: rgba(255,255,255,.6); }
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_wz .news_con{padding-bottom:89px;}
.post-31 .con .boxm2 .ml .news_list.list1 li.news .news_wz{padding-left:433px;}
.post-31 .con .boxm2 .ml .news_list.list2 li.news .news_wz .more{display:none}
.post-31 .con .boxm2 .ml .news_list.list2 li.news .news_wz .news_title{line-height:91px}
.post-31 .con .boxm2 .ml .news_list.list2 li.news{    margin-bottom: 17px;}
.post-31 .con .boxm2 .mr li.news .news_img{padding-top: 121%;}
.post-31 .boxm1 .box .list2 .news {float:left;width: 15%;margin-right:2%;    position: relative;}
.post-31 .boxm1 .box .list2 .news:last-child{margin-right:0;}
.post-31 .boxm1 .box .list2 .news .news_title{color:#333;-webkit-line-clamp: 3;    margin-bottom: 13px;}
.post-31 .boxm1 .box .list2 .news .news_box{background:#fff;padding: 43px 28px 23px 26px}
.post-31 .boxm1 .box .list2 .news .news_meta,.post-31 .boxm1 .box .list2 .news .news_text{color:rgba(141,141,141,.7);font-size:14px;}
.post-31 .boxm1 .box .list2 .news .news_text{min-height:64px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.post-31 .boxm1 .box .list2 .news .news_meta{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.post-31 .boxm1 .box .list2 .news .news_time{font-size:18px;font-weight:600;color:#A22D2D;text-align:center;    position: absolute;  width: 100%;}
.post-31 .boxm1::before{content:'';display:inline-block;    width: 1885px;background:url(images/boxm1bg.png) no-repeat center left ;height:50px;    position: absolute;  top: 50%;left:50%;transform:translate(-50%,-50%);}
.main3 .inner{overflow:unset}
.post-31 .boxm1 .box .list2 .news:nth-child(2n) .news_time{padding-top:30px;background:url(images/sjtop.png) no-repeat center top;}
.post-31 .boxm1 .box .list2 .news:nth-child(2n+1) .news_time{padding-bottom:30px;background:url(images/sjbottom.png) no-repeat center bottom;}
.post-31 .boxm1 .box .list2 .news:nth-child(2n+1){    transform: translateY(calc(100% + 80px));}
.main3 .post-31 .boxm1 ul.news_list.list2{min-height:642px}
.post-31 .boxm1 .box .list2 .news:nth-child(2n+1) .news_time{    top: -154px;}
.post-31 .boxm1 .box .list2 .news:nth-child(2n) .news_time{bottom: -154px;}
.post-31 .con .boxm3 .news{background:#fff;}
.post-31 .con .boxm3 .ml{width:30.26%;padding-right:2.31%;background:url(images/boxm3bg.png) no-repeat top right / auto 100%}

.post-31 .con .boxm3 .mc{width:30.26%;float:left;padding-left:2.3%;background:url(images/boxm3bg.png) no-repeat top right / auto 100%;padding-right:2.31%}
.post-31 .con .boxm3 .mr{width:30.26%;}
.post-31 .con .boxm3 .xsbox1{width:100%;margin-right:0;}
.post-31 .con .boxm3 .news_list:hover .news .news_wz .wjj a, .post-31 .con .boxm3 .news_list:hover li .news_text, .post-31 .con .boxm3 .news_list:hover .news .news_wz .wjj,  .post-31 .con .boxm3 .news_list:hover li .news_meta{color:rgba(255,255,255,.8)}
.post-31 .con .boxm3 .news_list:hover li .news_title{color:#fff;}
.post-31 .con .boxm3 .news_list.hover li.news .news_text{margin-bottom:0}
.post-31 .con .boxm3 .news .news_wz{    padding: 34px 32px 33px 32px;}
.post-31 .con .boxm3 .news_list .news .news_title{margin-bottom:9px}
.post-31 .con .boxm3 .news_list:hover li{    background: #A22D2D url(images/more.svg) no-repeat 94% 84%;}
.post-31 .con .boxm3 ul:last-child .news{margin-bottom:0}
.post-31 .con .boxm3 .dots{    position: absolute;        width: 1700px;border-bottom: 4px solid #A22D2D;top:0}
.post-31 .con .boxm3 .dots .dot.active{color: rgba(162,45,45,1);}
.post-31 .con .boxm3 .dots .dot{float:left;width: 32%;color: rgba(162,45,45,.4);font-size:18px;    position: relative;    font-weight: 600;}
.post-31 .con .boxm3 .dots .dot:nth-child(2){width:35%;}
.post-31 .con .boxm3 .dots .dot:nth-child(3){width:auto;}
.post-31 .con .boxm3 .dots .dot:last-child{text-align:right;width:auto;float:right}
.post-31 .con .boxm3 .dots .dot .icon{background:url(images/dotbg.png) no-repeat center;display:inlnie-block;width:14px;height:14px;position: absolute; left: 0; top: 36px;}
.post-31 .con .boxm3 .dots .dot.active .icon{background:url(images/dotbgactive.png) no-repeat center;display:inline-block;;width:38px;height:38px;    position: absolute; left: 0;top:24px}
.post-31 .con .boxm3 .dots .dot .time{display:inline-block;padding-bottom:23px;}
.post-31 .con .boxm3 .dots .dot:last-child .icon{left:auto;right:0}
.post-31 .boxm3 .tab_list{padding-top: 80px;}
.post-31 .con{padding-top: 28%;}
.post-31 .boxm1 .box .list2 .news:nth-child(2n+1):hover .news_time{    top: -126px;}
.post-31 .boxm1 .box .list2 .news:nth-child(2n+1) .news_time,.post-31 .boxm1 .box .list2 .news:nth-child(2n) .news_time{transition: 1s;}
.post-31 .boxm1 .box .list2 .news:nth-child(2n):hover .news_time{    bottom: -126px;transition: 1s;}
body.list.list_hx .col_news_list.listcon ul.news_list.list2 li {float: left;width: 24%;margin: 0 0.5%;margin-bottom: 50px;}
body.list.list_hx .col_news_list.listcon ul.news_list.list2 li .news_images {width:100%;height:370px;}
body.list.list_hx .col_news_list.listcon ul.news_list.list2 li .news_images img{width:100%;}
body.list.list_hx .col_news_list.listcon ul.news_list.list2 li .news_title {text-align: center;margin-top: -100px;padding: 34px 0;background:url(images/hxbg.png) no-repeat;background-size:cover;}

