@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;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}


/*备用样式表*/

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}


/*css3扩展*/

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
}

::-moz-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}


/**布局开始**/

body {
    line-height: 1;
    font-size: 16px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #81D8D1;
}


/*页面尺寸*/

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1600px;
    margin: 0 auto;
}


/**页面全局宽度**/


/*head开始*/

.header {
    background:  url(images/mask.png) no-repeat center;
    border-bottom: none;
    height: auto;
    line-height: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: fixed;
    top: 0;
    z-index: 200;
}

.header .inner {
    height: 110px;
    position: relative;
}

.header .sitelogo {
    float: left;
    margin-top: 25px;
}

.header .sitelogo span {
    position: relative;
    font-size: inherit;
    font-weight: normal;
}

.header .sitelogo span a {
    color: transparent;
    margin: 0;
}


/**站点名称**/

.header .sitelogo img.logos {
    display: none;
}

.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-right {
    float: right;
    margin-top: 40px;
}

.header .head-right .nav_btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 42px;
}

.header .head-right .nav_btn.btn2 {
    display: none;
}

.header .head-right #nav {
    float: left;
}

.openSubNav.header {
    background: #fff;
}

.openSubNav.header .sitelogo img.logos {
    display: block;
}

.openSubNav.header .sitelogo img.logo {
    display: none;
}

.openSubNav.header .searchbox {
    border: 1px solid #B2B2B2;
}

.openSubNav.header .wp-search .search-btn input.search-submit {
    background: url(images/sous2.png) no-repeat center;
}

.openSubNav.header .head-right .nav_btn.btn2 {
    display: block;
}

.openSubNav.header .head-right .nav_btn.btn1 {
    display: none;
}
.openSubNav.header .nav .wp-menu .menu-item a.menu-link {
    color: #333;
}

/*下拉*/

.header.showdiv {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px -10px rgb(0 0 0 / 60%);
    box-shadow: 0 5px 15px -10px rgb(0 0 0 / 60%);
}

.showdiv.header .sitelogo img.logos {
    display: block;
}

.showdiv.header .sitelogo img.logo {
    display: none;
}

.showdiv.header .nav .wp-menu .menu-item a.menu-link {
    color: #333;
}

.showdiv.header .searchbox {
    border: 1px solid #B2B2B2;
}

.showdiv.header .wp-search .search-btn input.search-submit {
    background: url(images/sous2.png) no-repeat center;
}

.showdiv.header .head-right .nav_btn.btn2 {
    display: block;
}

.showdiv.header .head-right .nav_btn.btn1 {
    display: none;
}


/**/

.btn-navcon {
    position: fixed;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    top: 0;
    z-index: -1;
   padding: 150px 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 100%;
    transition: transform 2s ease-in-out;
}

.btn-navcon.on {
    z-index: 99990;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-navcon.on ul li.links{
    float: left;
    width: 12.5%;
    text-align: center;
}
.btn-navcon.on ul li.links a{
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}
.btn-navcon.on ul li.links a:hover{color:#81D8D1}
.btn-navcon.on ul li.links .ul-links{padding-top: 20px;}
.btn-navcon.on ul li.links a.sub-link{
    font-size: 18px;
    font-weight: normal;
}
.close {
    width: 50px;
    text-align: center;
    position: absolute;
    right: 2vw;
    top: 2vw;
    transition: transform .4s ease-out;
}

.close i {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.close:hover {
    transform: rotate(180deg);
}


/*默认主导航样式*/

#nav {}

#nav .inner {}

#nav .inner .wp-panel {}


/*导航*/

#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}


/*导航样式：后台绑定时也可以定义配置*/

.nav .wp-menu {
    margin: 0 auto
}

.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 21px;
    line-height: 32px;
    color: #FFFFFF;
    font-size: 17px;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    /*background-color: #1384e2;*/
    text-decoration: none;
    /*color: #333;*/

}
.nav .wp-menu .menu-item:after{
    position: absolute;
    bottom: 0;
    width: 0px;
    height: 1px;
    content: " ";
    transition: 0.5s;
    background: #81D8D1;
    left: 50%;
}
.nav .wp-menu .menu-item:hover:after {
    left: 20px;
    width: 60%;
}
.nav .wp-menu .menu-item.i1:hover:after{
    width: 38px;}
.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    min-width: 100%;
    z-index: 100;
    background: #fff;
    padding: 10px 0;
}

.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: 32px;
    line-height: 32px;
    padding: 0 17px;
    font-size: 14px;
    background: none;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #81D8D1;
    /*background-color: #1384e2;*/
    display: block;
}

.nav .sub-menu .sub-item.hover .icon_nav_arrow {
    clip-path: inset(0 0 0 0); width: 16px; width: 0px;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.icon_nav_arrow {
    background: url(images/icon_nav_arrow.png) no-repeat;
    width: 0px;
    height: 10px;
    clip-path: inset(0 100% 0 0);
    position: relative;
    left: 7px;
    top: -2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


/**主页banner开始**/

#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    max-width: 1920px;
    text-align: center;
    position: relative;
}

#banner ul li .news_imgs {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    transition-duration: 0.8s;
}

#banner ul li .news_imgs video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    height: 100%;object-fit:cover
}

#banner ul li .news_wz {
    position: absolute;
    bottom: 0%;
    left: 8%;
 transition: all 1.2s ease-in-out;
}
#banner ul li.slick-active .news_wz {    bottom: 38%;   }
#banner ul li .news_wz .news_title {
    
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    font-family: 'PingFang-SC-Semibold';    text-align: left;
}
#banner ul li .news_wz .news_title a{ color: #fff;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#banner ul li .news_wz .news_title a:hover{ color: #81D8D1;}
#banner ul li .news_wz .news_more {
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
    margin-top: 47px;
width: 176px;
}

#banner ul li .news_wz .news_more a {
    color: #fff;
    display: inline-block;
    width: 176px;
}
#banner ul li .news_wz .news_more:hover{background: #81D8D1; border: 2px solid #81D8D1;}
#banner .slick-prev{left:60px;width:32px;height:46px;margin-top:-23px;background:url(images/m-prev.png) no-repeat center;    z-index: 9;}
#banner .slick-next{right:60px;width:32px;height:46px;margin-top:-23px;background:url(images/m-next.png) no-repeat center;    z-index: 9;}
#banner .slick-dots li{width:19px;height:19px;border:1px solid #707070;    margin: 0px 18px;    background: #fff;    opacity: 0.65;}
#banner .slick-dots li.slick-active{opacity: 1;}
#banner .slick-dots li:hover{opacity: 1;}
#banner .slick-dots{bottom:50px}

/**主体模块样式**/

#m-container {}

#m-container .inner {}


/**首页三列布局**/

.mod {}

.mbox {}

.main1 {}

.main1 .inner {
    padding: 158px 0px 114px;
}

.main1 .ml {
    float: left;
    width: 49.375%;
}

.main1 .ml .ul1 {
    margin-bottom: 20px;
}
.main1 .ml ul li .news_box{ position: relative;}
.main1 .ml ul li .news_box .news_wz{ position: absolute; height: 0px; transition: all 0.4s ease-in-out;   background: #81D8D1; width: 100%;bottom: 0;}
.main1 .ml ul li:hover .news_box .news_wz{height: 45px;}
.main1 .ml ul li .news_box .news_con{padding:0 20px}
.main1 .ml ul li .news_box .news_title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;    font-size: 18px;line-height: 45px;}
.main1 .ml ul li .news_box .news_title a{color:#fff}
.main1 .ml ul li .news_imgs{
    width:100%;
    overflow: hidden;
}
.main1 .ml ul li .news_imgs img{
    width: 100%;height:100%;object-fit: cover;
}
.main1 .ml .ul1 li .news_imgs{height:460px}
.main1 .ml .ul2 li .news_imgs{height:243px}
.main1 .ml .ul2 li.n1 {width:35.1%}
.main1 .ml .ul2 li.n2 {width:64.9%}
.main1 .ml .ul2 {
    margin: 0 -10px;
}

.main1 .ml .ul2 li {
    float: left;
}

.main1 .ml .ul2 li .news_box {
    margin: 0 10px;
}

.main1 .ml .ul2 li.n1 {}

.main1 .ml .ul2 li.n2 {}

.main1 .mr {
    float: right;
    width: 43.75%;
    border-left: 1px solid #D1D1D1;
    padding-left: 4.25%;
}
.main1 .mr .more_btn .more-link .moretext{font-size:16px;font-family: 'PingFang-Regular';    color: #333333;}
.main1 .mr .more_btn .more-link .moretext:hover{color: #81D8D1;}
.main1 .mr .post .more_btn{    margin-top: 40px;}
.main2 {background: url(images/m2-bg.png) no-repeat bottom center;    height: 1445px;}

.main2 .inner {}

.main2 .inner3 {
    width: 1686px;
    margin: 0 auto;
    background: #fff;
position: relative;
    top: -162px;
}
.main2 .inner3 .mod2{width: 1600px;margin: 0 auto;padding: 76px 0 50px;}
.main2 .post-21 .tt {
    text-align: center;
}

.main2 .post-21 .tt .tit {
    float: none;
}

.main2 .post-21 .tt .tit .title {
    background: url(images/p21-tt.png) no-repeat left;
    padding-left: 100px;
    padding-top: 33px;
}
.main2 .tab{position: relative;    margin-top: 42px;}
.main2 .post-22{position: absolute;    bottom: 27%; left: 14%;}
.main2 .post-22 ul li{float: left;margin: 0 10px;  border: 1px solid #fff;  width: 90px; text-align: center;line-height: 58px;    cursor: default;}
.main2 .post-22 ul li .news_title{font-size: 16px;font-family: 'PingFang-SC-Semibold';line-height: 58px;color:#fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.main2 .post-22 ul li:hover{background:#fff}
.main2 .post-22 ul li:hover .news_title {color:#333}
.main2 .post-22 ul li.selected{background:#fff}
.main2 .post-22 ul li.selected .news_title {color:#333}

.main2 .post-23 ul li .news_imgs{float: left;width: 50%;height:800px;}
.main2 .post-23 ul li .news_imgs img{width: 100%;
    height: 100%;
    object-fit: cover;
}
.main2 .post-23 ul li .news_wz{float: right;width: 50%;background: #81D8D1;}
.main2 .post-23 ul li .news_wz .news_con{padding: 85px 158px 226px 100px;}
.main2 .post-23 ul li .news_wz .news_tt{font-size: 32px;line-height: 42px;margin-bottom: 67px;font-family: "Microsoft yahei";}

.news_tt {}
.main2 .post-23 ul li .news_wz .news_tt a:hover{color:#fff}
.main2 .post-23 ul li .news_wz .news_title{font-size: 20px;font-weight: bold;line-height: 40px;}
.main2 .post-23 ul li .news_wz .news_title a{overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 80px;}
.main2 .post-23 ul li .news_wz .news_title a:hover{color:#fff}
.main2 .post-23 ul li .news_wz .news_text a{font-size: 14px;opacity: 0.8;color: #666666;line-height: 28px;margin: 40px 0 127px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;    height: 84px;}
.main2 .post-23 ul li .news_wz .news_text a:hover{color: #fff;}
.main2 .post-23 ul li .news_wz .news_more{ width: 129px;text-align: center;}
.main2 .post-23 ul li .news_wz .news_more a{  color: #fff;display: inline-block; width: 100%; line-height: 49px;background: #23292D;}
.main2 .post-23 ul li .news_wz .news_more a:hover{color: #23292D;background: #fff;}
.main2 .post-24 .tt{float: left;width: 14.375%;margin-left: 2.75%;}
.main2 .post-24 .tt .tit{float: none;width: 100%;}
.main2 .post-24 .con{float: right;width: 75.625%;}
.main2 .post-24 .lmjj{color: #666666;opacity: 0.8;line-height: 32px;    margin: 69px 0 120px;}
.main2 .post-24 .more_btn{  display: block;   width: 127px;  text-align: center;   border: 1px solid #81D8D1; float: none;  line-height: 47px;height: 47px;    left: 0;}
.main2 .post-24 .more_btn .more_text{font-size: 16px;color: #81D8D1;font-family: 'PingFang-SC-Semibold';}
.main2 .post-24 .more_btn:hover{background:#81D8D1;}
.main2 .post-24 .more_btn:hover .more_text{color:#fff}
.main2 .post-24 ul{margin: 0 -17px;}
.main2 .post-24 ul li{float: left;width: 33.3%;}
.main2 .post-24 ul li .news_box{margin: 0 17px;}
.main2 .post-24 ul li .news_imgs{
    position: relative;
    overflow: hidden;

    padding-top: 100%;
}
.main2 .post-24 ul li .news_imgs img{
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.8s;
    right: 0;
    width: 100%;
    height: 100%;
}
.main2 .post-24 ul li .news_imgs img:hover{ transform: scale(1.12);}
.main2 .post-24 ul li .news_wz{padding-top: 35px;}
.main2 .post-24 ul li .news_title{font-size: 18px;font-weight: bold;line-height: 32px;}
.main2 .post-24 ul li .news_title a{height: 64px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main2 .post-24 ul li .news_time{font-size: 14px;color: #666666;margin: 18px 0 0;}

.main3 {}

.main3 .inner {
    padding: 115px 0;
}
.main3 .post-31 .tt .tit .title{    background: url(images/p31-tt.png) no-repeat left;padding-left: 100px;padding-top: 40px;}
.main3 .post-31 .more_btn{    /*margin-top: 50px;*/}
.main3 .post-32 .con ul li .news_imgs{    overflow: hidden;}
.main3 .post-32 .con ul li .news_imgs img{width:100%;height:100%;transition-duration: 0.8s;position: absolute;top: 0;left: 0;right: 0;}
.main3 .post-32 .con ul li .news_imgs img:hover{transform: scale(1.12);}
.main3 .post-32 .con .ml{float: left;width: 50%;}
.main3 .post-32 .con .ml .ul1 li .news_imgs{    /* height: 780px; */position: relative; padding-top: 97.5%;}
.main3 .post-32 .con .ml .ul1 li .news_con{    padding: 20% 15% 0;}
.main3 .post-32 .con .ml .news_title{font-size: 22px;font-weight: bold;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333333;}
.main3 .post-32 .con .ml .news_title:hover{color:#fff}
.main3 .post-32 .con .ml .news_tt{margin: 27px 0 31px;line-height: 27px;font-size: 18px;color: #333333;}
.main3 .post-32 .con .ml .news_tt:hover{color:#fff}
.main3 .post-32 .con .ml .news_text{color: #666666;opacity: 0.6;font-size: 16px;line-height: 28px;height: 112px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.main3 .post-32 .con .ml .news_text:hover{color:#fff}
.main3 .post-32 .con .ml .ul1 li .news_wz{position: absolute;width: 100%;top:0;z-index: 9;     height: 100%;   display: none; transition: all linear 0.3s;background-color: rgba(129, 216, 209, .85);}
.main3 .post-32 .con .ml .ul1 li:hover .news_wz{    display: block;}

.main3 .post-32 .con .mr{float: right;width: 50%;}
.main3 .post-32 .con .mr ul li{float: left;width: 50%;    position: relative;}
.main3 .post-32 .con .mr ul li .news_wz{position: absolute;width: 100%;top:0;z-index: 9;     height: 100%;}
.main3 .post-32 .con .mr ul.ul2 li.n1 .img_box{   width: 100%; opacity: 0;}
.main3 .post-32 .con .mr ul.ul2 li.n1:hover .img_box{opacity: 1;   }
.main3 .post-32 .con .mr ul.ul2 li.n1:hover .news_wz{background-color: rgba(129, 216, 209, .85);}
.main3 .post-32 .con .mr ul.ul2 li.n2 .news_wz{   display: none;background-color: rgba(129, 216, 209, .85);}
.main3 .post-32 .con .mr ul.ul2 li.n2:hover .news_wz{    display: block;}
.main3 .post-32 .con .mr ul.ul3 li.n1 .news_wz{ display: none;background-color: rgba(129, 216, 209, .85);}
.main3 .post-32 .con .mr ul.ul3 li.n1:hover .news_wz{    display: block;}
.main3 .post-32 .con .mr ul.ul3 li.n2 .img_box{    width: 100%; opacity: 0;}
.main3 .post-32 .con .mr ul.ul3 li.n2:hover .news_wz{background-color: rgba(129, 216, 209, .85);}
.main3 .post-32 .con .mr ul.ul3 li.n2:hover .img_box{  opacity: 1;  }
.main3 .post-32 .con .mr .news_con{padding: 83px 32px 0px 45px;}
.main3 .post-32 .con .mr .news_title{font-size: 20px;font-weight: bold;line-height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333333;}
.main3 .post-32 .con .mr .news_title:hover{color:#fff}
.main3 .post-32 .con .mr .news_tt{margin: 27px 0 31px;line-height: 21px;color: #333333;}
.main3 .post-32 .con .mr .news_tt:hover{color:#fff}
.main3 .post-32 .con .mr .news_text{color: #666666;opacity: 0.6;font-size: 14px;line-height: 28px;height: 84px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.main3 .post-32 .con .mr .news_text:hover{color:#fff}
.main3 .post-32 .con .mr .ul2 .news_wz{width: 100%;}
.main3 .post-32 .con .mr ul li .news_imgs{/* height:390px */position: relative;overflow: hidden;padding-top: 97.5%;}
.main3 .post-32 .con .mr .ul2 .news_imgs{width: 100%;}
.main3 .post-32 .con .mr .ul3 .news_wz{width: 100%;}
.main3 .post-32 .con .mr .ul3 .news_imgs{width: 100%;}
.main3 .mt{margin-top: 93px;}


.main3 .post-33 ul li.news{float: left;width: 25%;}
.main3 .post-33 ul li .news_wz{background: #81D8D1;opacity:0;    transition: all 0.4s ease-in-out;}
.main3 .post-33 ul li .news_box:hover .news_wz{/*height:108px;*/opacity:1;}
.main3 .post-33 ul li .news_con{padding: 8px 37px;line-height: 18px;}
.main3 .post-33 ul li .news_con .news_title{font-size: 20px;font-weight: bold;color: #fff;line-height: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}
.main3 .post-33 ul li .news_con .news_title a{color: #fff;font-size: 17px;}
.main3 .post-33 ul li .news_con .news_tt{line-height: 26px;color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.main3 .post-33 ul li .news_box .news_imgs{
    position: relative;
    overflow: hidden;
    padding-top: 97%;
}
.main3 .post-33 ul li .news_box .news_imgs img{position: absolute;top: 0;width: 100%;height: 100%;left: 0;right: 0;transition-duration: 0.8s;object-fit: cover;}
.main3 .post-33 ul li .news_box .news_imgs img:hover{ transform: scale(1.12);}
.main3 .post-33 .slick-prev{width:55px;height:55px; background: url(images/p32-prev.png) no-repeat;    left: -27px;z-index: 9;opacity: 0.3;    top: 37%;    transition: all 0.4s ease-in-out;}
.main3 .post-33 .slick-prev:hover{opacity: 1;}
.main3 .post-33 .slick-next{width:55px;height:55px;background: url(images/p32-next.png) no-repeat; right: -27px;z-index: 9;opacity: 0.3;    top: 37%;    transition: all 0.4s ease-in-out;}
.main3 .post-33 .slick-next:hover{opacity: 1;}

.main4 {}

.main4 .inner {
    padding: 15px 0 113px;
}
.main4 .post-41 .tt .tit .title{    background: url(images/p41-tt.png) no-repeat left;padding-left: 100px;padding-top: 46px;}
.main4 .post-41 .con{padding-top: 76px;}
.main4 .post-41 ul li{float: left;width: 25%;height: 621px;position: relative;background: #F5F5F5;}
.main4 .post-41 ul li .news_wz{ top: 0;width: 100%;z-index: 20;}
.main4 .post-41 ul li .news_wz .news_con{padding: 50px 45px 0 30px;}
.main4 .post-41 ul li .news_box{height: 100%;}
.main4 .post-41 ul li .news_imgs{width: 100%;overflow: hidden;background: #F5F5F5;display:none !important}
.main4 .post-41 ul li .news_imgs img{width: 100%;}
.main4 .post-41 ul li>a{display:block;height:100%}
.main4 .post-41 ul li .news_text{
    line-height: 28px;
    font-size: 14px;
    color: #666;
    height: 84px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main4 .post-41 ul li .news_title{    font-size: 20px;font-weight: bold;margin-bottom: 29px;}
.main4 .post-41 ul li .news_box.ct{background-size:cover !important; }
.main4 .post-41 ul li .news_box.ct .news_imgs{height:100%;opacity:1}
.main4 .post-41 ul li .news_box.ct .news_imgs img{height:100%;}
.main4 .post-41 ul li .news_box.dt{/*background-size:100% auto !important*/}
.main4 .post-41 ul li .news_box.ct .news_title{color:#fff}
.main4 .post-41 ul li .news_box.ct .news_text{color:#fff}
.main4 .post-41 .more_btn{   /* margin-top: 50px;*/}
.main4 .post-41 .slick-prev{background: url(images/p41-prev.png) no-repeat center;    height: 100%;top: 0; margin: 0;width:7%; border-radius: 0;left: -10%;    transition: all 0.4s ease-in-out;}
.main4 .post-41 .slick-prev:hover{background: url(images/p41-prev-h.png) no-repeat center;}
.main4 .post-41 .slick-next{background: url(images/p41-next.png) no-repeat center; height: 100%;top: 0; margin: 0;width:7%;    border-radius: 0;right: -10%;    transition: all 0.4s ease-in-out;}
.main4 .post-41 .slick-next:hover{background: url(images/p41-next-h.png) no-repeat center;}

.main5 .post-51 ul li .news_imgs img{width:100%}

/**标题栏新闻窗口**/

.post {}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;    position: relative;
}


/**标题栏**/

.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
}


/**标题字体**/

.post .tt .tit .title {
    display: block;
    line-height: 42px;
    color: #424242;
    font-family: "Microsoft yahei";
}

.post .tt .tit .name {
    display: none;
    line-height: 16px;
    color: #333;
}


/*栏目别名*/

.post .con {
   
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}


/**新闻列表**/

.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    float: right;
    font-size: 18px;
    font-family: 'PingFang-SC-Semibold';
    position: absolute;
    right: 0;
    bottom: 5px;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 16px;
    cursor: pointer;
}

.post .more_btn a {
    color: #666;
}

.post .more_btn a:hover {
    color: #81D8D1;
}


/*标准标题*/

.post1 {}

.post1 .tt {
    border-bottom: 0px solid #146cc1;
}

.post1 .tt .tit {}

.post1 .tt .tit .title {
    display: inline-block;
    font-size: 32px;
    font-weight: normal;
    color: #333333;
}

.post1 .tt .tit .title.selected {
    color: #0f429b;
}

.post1 .more_btn a {
    color: #333;
}


/*带图标标题*/

.post2 {}

.post2 .tt {}

.post2 .tt .tit {
    padding-left: 24px;
    background: url('images/new1_icon.png') no-repeat left center;
}

.post2 .tt .tit .title {
    font-size: 16px;
    font-weight: bold;
    color: #18267d;
    cursor: pointer;
}

.post2 .con {}


/*居中标题*/

.post3 {}

.post3 .tt {
    width: 100%;
    text-align: center;
}

.post3 .tt .tit {
    float: none;
}

.post3 .tt .tit .title {
    font-weight: bold;
    color: #1B2EA3;
}

.post3 .more_btn {
    margin-left: 10px;
    line-height: 20px;
    float: none;
}


/*标题切换hover*/

.post4 {}

.post4 .tt {
    border-bottom: 0px solid #57b8ef;
}

.post4 .tt .tit {
    border-bottom: 0px;
    padding-left: 121px;
    background: url(images/p12-tt.png) no-repeat left;
    padding-top: 34px;
}

.post4 .tt .tit .title {
    display: inline-block;
    margin-right: 13px;
    opacity: 0.3;
    font-size: 32px;
    cursor: pointer;
    color: #333333;
}

.post4 .tt .tit .line {
    margin: 0 13px 0 5px;
    font-size: 32px;
    color: #333333;
    opacity: 0.3;
}

.post4 .tt .tit .title.selected {
    opacity: 1;
}

.post4 .more_btn a {
    color: #1826a5;
}



/**自定义新闻列表**/

.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;
}


/*日历新闻样式1*/

.rili {}

.rili .con {
    padding: 5px 0px;
}

.rili .news_list {}

.rili .news_list li.news {
    margin-top: 0px;
    padding: 15px 0 30px;
    border-bottom: 1px solid #D1D1D1;
}

.rili .news_list li.news.n1 {    margin-top: 13px;}

.rili .news_list li.news .news_date {
    float: left;
    width: 65px;
    line-height: 28px;
    margin-top: 0px;
    font-family: "Microsoft YaHei";
    text-align: center;
    vertical-align: middle;
}

.rili .news_list li.news .news_date .news_year {
    line-height: 17px;
    font-size: 13px;
    margin-top: 2px;
    color: #333333;
}

.rili .news_list li.news .news_date .news_days {
    font-size: 46px;
    color: #333333;
    line-height: 61px;
    vertical-align: top;
}

.rili .news_list li.news .news_wz {
    width: 100%;
}

.rili .news_list li.news .news_wz .news_con {
    margin-left: 131px;
}

.rili .news_list li.news .news_title {
    line-height: 28px;
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.rili .news_list li.news.n1 .news_title{padding-left:64px;background:url(images/hot.png) no-repeat left;}
.rili .news_list li.news.n2 .news_title{padding-left:64px;background:url(images/hot.png) no-repeat left;}
.rili .news_list li.news .news_text {
    line-height: 26px;
    margin-top: 12px;
    font-size: 14px;
    color: #666;
    opacity: 0.8;
overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}


/*标题文*/

.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;
}


/*滚动Arrows */

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
    height: 62px;
    width: 60px;
    background: url(images/slickarrow2.png) no-repeat;
    top: 50%;
    border: 0px solid #d4d8d9;
    border-radius: 50%;
    outline: none;
}

.slick-prev {
    left: -95px;
    background-position: 0px 0px;
}

.slick-prev:hover {
    background-position: 0px 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-prev:before {
    content: '';
}

.slick-next {
    right: -95px;
    background-position: right 0px;
}

.slick-next:hover {
    background-position: right 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-next:before {
    content: '';
}


/***********************************************************
 * 列表页
 */


/**首页三列布局**/


/**列表页**/


/*栏目图片*/

.l-banner {
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}


/**主体列表页开始**/

#l-container {padding: 20px 0;}
 #l-container .inner2{    margin: 0 6.5%;}
body.list1 #l-container .inner2{    margin: 0;}
body.list #container-1{    padding-top: 110px;}
#l-container .inner {
    padding: 25px 0px;
}
#wp_paging_w6 .wp_paging {    padding: 20px 0;}

/**主体文章页开始**/

#d-container {padding-top: 110px;}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    /*background: #81D8D1;*/
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    font-size: 18px;
    font-weight: normal;
    color: #81D8D1;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
    font-size: 20px;
}


/**栏目名称图标**/

.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}


/*栏目列表*/

.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 5px 0px 5px 28px !important;
    line-height: 32px;
    font-size: 16px;

}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #81D8D1;
    /*background: #eee;*/
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #81D8D1;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #81D8D1;
}


/*二级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 0px 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: #81D8D1;
    font-size: 16px;
}


/*三级子栏目**/

.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: #81D8D1;
}


/**栏目新闻**/

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 350px;
    margin-right: 50px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #81D8D1;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}


/**当前位置**/

.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {}


/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item .Article_Index {}
.col_news_list ul li.news span.news_title{width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/**栏目新闻图标序号**/

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px": this.width);
}


/**列表页文章图片大小限制**/


/**文章页**/

.infobox {
    padding: 20px 60px;
    margin: 0 auto;
    width: auto;
}

.article {
    padding-top: 10px;

}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #81D8D1;
}


/**文章标题**/

.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}


/**文章副标题**/

.article .arti_metas {
    padding: 10px;
    text-align: center;
    /* border-top:1px solid #ececec; */
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}


/**文章其他属性**/

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    min-height: 450px;
}


/**文章内容**/

.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}


/**阅读字体**/

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px": this.width);
}


/**文章阅读部分图片大小限制**/

.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}


/**页脚开始**/

#footer {
    background: #1c1c1c url(images/foot-bg.png) no-repeat center;
}

#footer .inner {
    padding: 95px 0px 65px;
    position: relative;
}

#footer .inner .mod {}

#footer .inner .foot-left {
    padding: 20px 0px;
    opacity: 0.8;
}

#footer .inner .foot-right {
    margin-top: 12px;
}

#footer .inner .flogo {
    margin-bottom: 20px;
}

#footer .inner p {
    font-size: 12px;
    line-height: 21px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    opacity: 0.8;
}

#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;
    float: right;
    margin-right: 40px;
    background: url(images/search-bg.png) no-repeat center;
    width: 150px;
}

.wp-search {
    position: relative;
    border: 0px 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: 28px;
    line-height: 28px;
    background: none;
    color: #333;
    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: url(images/sous.png) no-repeat center;
    cursor: pointer;
}


/* 分享二维码 */

.shares {
    text-align: center;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
}

.shares li {
    float: left;
    margin: 0 6px;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 30px;
    height: 27px;
    border: 0px solid red;
    
    vertical-align: top;
}

.shares li a:hover {}

.shares li.i1 a {
    background: url(images/wx.png) no-repeat;
}

.shares li.i2 a {
    background: url(images/wb.png) no-repeat;
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 100;
    margin-left: -50px;
    width: 100px;
}

.shares li .con img {
    width: 90px;
    height: 90px;
    vertical-align: top;
    background: #fff;
}




/*列表页*/


/*banner*/


/*************************************************************
 * 特殊页面
 */


/*滚动样式*/

.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; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}


/*字体*/

@keyframes arr{
    0%{transform:translateX(0px);}
    25%{transform:translateX(-3px);} 
    50%{transform:translateX(-5px);} 
    75%{transform:translateX(-3px);}
    100%{transform:translateX(0px);}
}

/*特殊页1  list1*/
body.list1 #l-container{    padding-top: 110px;}
body.list1 #l-container .inner2{margin-left: 60px;}
body.list1 .col_menu{padding-top: 95px;}
body.list1 .col_menu .col_menu_head{display: none;}
body.list1 .col_news_head{display: none;}
body.list1 .col_news_con{padding: 0;}
body.list1 .col_news_list{margin: 0;}
.col_menu .col_menu_con{border:0}
.col_list .wp_listcolumn .wp_column a{border:0;font-size: 20px;}
body.list1 .col_news_list ul li.news{float: left;width: 33.3%;}
body.list1 .col_news_list ul li .news_wz{background: #F3F3F3;height: 470px;}
body.list1 .col_news_list ul li .news_con{padding: 67px 40px 0;}
body.list1 .col_news_list ul li .videobox{ position: relative;}
body.list1 .col_news_list ul li video { display: block; width: 100%;object-fit: cover;position: relative; height: 470px;}
body.list1 .col_news_list ul li .news_title{font-weight: bold;line-height: 32px;text-align: center;padding: 0 40px;position: relative;}
body.list1 .col_news_list ul li .news_title a{height: 64px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
body.list1 .col_news_list ul li .news_title::after{content: " ";position: absolute;width: 34px;height: 1px;background: #616161; bottom: -25px;left: 50%; margin-left: -17px;}
body.list1 .col_news_list ul li .news_meta{text-align: center;margin: 50px 0 36px;color: #81D8D1;font-size: 14px;line-height: 30px;}
body.list1 .col_news_list ul li .news_text{font-size: 14px;line-height: 28px;color: #999999;  margin-bottom: 60px;height: 84px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
body.list1 .col_news_list ul li .news_more a{font-size: 16px;font-family: 'PingFang-Regular';float: right;transition:none}
body.list1 .col_news_list ul li .news_more a:hover .vmore{animation: arr 1s ease-in-out 0s infinite;background: url(images/list-more-h.png) no-repeat;}
body.list1 .col_news_list ul li .news_more .vmore{    display: inline-block;margin-left: 24px;background: url(images/list-more.png) no-repeat;    width: 48px;height: 12px;}


#playvideo {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}
#playvideo .playbox {
    position: absolute;
    width: 56%;
    top: 15%;
    height: 65%;
    margin: 0 auto;
    display: block;
    z-index: 100;
    left: 22%;
}
#playvideo video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#playvideo .close {
    position: absolute;
    right: -70px;
    top: -35px;
    cursor: pointer;
    z-index: 100;
}
#playvideo .video_bg {
    position: absolute;
    z-index: 0;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.videobox .play-bg{
    background: url(images/play-bg.png) no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    display: none;
}
.videobox .play-bg.active{display: block;}
.videobox .play{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    cursor: pointer;
}


.post-24 .slick-next {
    width: 55px;
    height: 55px;
    background: url(images/p32-next.png) no-repeat;
    right: -27px;
    z-index: 9;
    opacity: 0.3;
    top: 50%;margin-top:-87px;
    transition: all 0.4s ease-in-out;
}
.post-24 .slick-prev {
    width: 55px;
    height: 55px;
    background: url(images/p32-prev.png) no-repeat;
    left: -27px;
    z-index: 9;
    opacity: 0.3;
    top: 50%;margin-top:-87px;
    transition: all 0.4s ease-in-out;
}
/*特殊页2  list2*/

body.list2 #l-container{    padding-top: 110px;}
body.list2 #l-container .inner{padding-top: 95px;}
body.list2 .col_news_head{display: none;}
body.list2 .col_menu .col_menu_con{border:0}
body.list2 .col_list .wp_listcolumn .wp_column a{border:0}
body.list2 .col_news_list ul li.news{    border-bottom: 1px solid #DADADA;padding:  60px 0 45px;}
body.list2 .col_news_list ul li.news.n1{padding-top:0}
body.list2 .col_news_list ul li .videobox{ position: relative;width: 327px;float: left;}
body.list2 .col_news_list ul li video { display: block; width: 100%;object-fit: fill;position: relative; height: 218px;}
body.list2 .col_news_list ul li .news_wz{width: 100%;}
body.list2 .col_news_list ul li .news_con{margin-left: 370px;}
body.list2 .col_news_list ul li .news_con .news_title{font-size: 18px;font-weight: bold;line-height: 30px;margin: 10px 0 19px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
body.list2 .col_news_list ul li .news_con .news_text{font-size: 14px;color: #999999;line-height: 28px;height: 84px; overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
body.list2 .col_news_list ul li .news_con .news_meta{color: #81D8D1;font-size: 14px;margin-top: 35px;}


.main4 .post-41 ul li .news_box.ct{background-size:cover !important; }
.main4 .post-41 ul li .news_box.ct .news_imgs{height:100%;opacity:1!important;}
.main4 .post-41 ul li .news_box.ct .news_imgs img{height:100%;}



#l-container .col_news .col_news_box{    margin-left: 350px;
    margin-right: 0;}
.wp_listcolumn .wp_column{/* margin-bottom: 45px; */padding: 0 17px;}

