@charset "utf-8";

/*Technical Support SudyTech*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
}

::-webkit-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: "sys", "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: #1864AC;
}


@font-face {
    font-family: 'sys';
    src: url('fonts/SourceHanSerifCN-Regular.ttf');
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
}

.list {}

/**页面全局宽度**/
/*headtop*/
.head_top {
    background: linear-gradient(to right, #6FC3E6, #82C979, #FDF160);
    height: 11px;
}

/*head开始*/
.head {
    background: url(images/head.png) no-repeat center -5px;
    background-size: cover;
}
.list .head {
    background-size:cover
}

#head {}

#head .inner {
    position: relative;
    padding: 12px 0 20px;
}

.header .head_top {}

.header .sitelogo {}

.header .sitelogo img {
    width: 560px;
}


/**站点名称**/
.header .head-left {
    float: left;
    padding-top: 15px;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


/*lang样式*/
.site-lang.lang1 {
    padding-bottom: 17px;
}

.site-lang.lang1 ul {
    float: right;
}

.site-lang.lang1 ul li.links {}


.site-lang.lang1 ul li.links a {
    line-height: 20px;
    font-size: 14px;
    color: rgb(33 33 33 / 80%);
}

.site-lang.lang1 ul li.links a:hover {
    opacity: .8
}


/*默认主导航样式*/
#nav {
    background: linear-gradient(to left, #1864AC, #7BC79F);
}

#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 .sub-menu .sub_img {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    opacity: 0.8;
}

.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 47.6px;
    line-height: 47px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {}

.nav .sub-menu {
    display: none;
    position: absolute;
    right: 50%;
    top: 47px;
    min-width: 100%;
    z-index: 100;
    transform: translateX(50%);
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    text-align: center;
    display: block;
    color: #1864AC;
    height: 40px;
    line-height: 42px;
    padding: 0 10px;
    font-size: 16px;
    background: #fff;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #1864AC;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 50%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    text-decoration: none;
}

.nav .wp-menu .menu-item a.menu-link:after {
    content: "";
    width: 00px;
    height: 2px;
    display: block;
    background: #fff;
    margin: 0 auto;
    transition: all .4s ease;
    margin-top: 0
}

.nav .wp-menu .menu-item.hover a.menu-link:after {
    width: 100%
}

/**主页banner开始**/
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}

.mbanner .slick-slider {
    height: auto;
    position: relative;
    padding-bottom: 0;
}

.mbanner .slick-slider .slide_imgs:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 229px;
    background: linear-gradient(to top, rgb(0 0 0 / 43%), transparent);
    z-index: 1;
    pointer-events: none;
}

.mbanner .view .news_bg {
    width: 100%;
    transition-duration: 1s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.mbanner .slide_imgs {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
}

.mbanner .slick-dots {
    width: auto;
    position: absolute;
    right: 180px;
    bottom: 34px;
    z-index: 99;
    display: flex;
    align-items: center
}

.mbanner .slick-dots li {
    text-align: center;
    margin: 0 12.5px;
    float: left;
    transition: all 0.4s ease-in-out;
    height: 21px;
    width: 21px;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
}

.mbanner .slick-dots button {
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 0px;
    padding: 0;
}

.mbanner .slick-dots li.slick-active {
    background: rgb(255 255 255 / 80%);
    width: 25px;
    height: 25px;
}

.mbanner .slick-dots li.slick-active button {
    background: transparent;
}

.mbanner .slick-prev {
    width: 56px;
    height: 56px;
    transform: translateY(50%);
    bottom: 50%;
    left: 55px;
    top: auto;
    margin: 0;
    background: url(images/banner_prev.png) no-repeat center;
    z-index: 99;
    transition: all 0.4s ease-in-out;
}

.mbanner .slick-next {
    width: 56px;
    height: 56px;
    transform: translateY(50%);
    bottom: 50%;
    right: 55px;
    top: auto;
    margin: 0;
    background: url(images/banner_next.png) no-repeat center;
    z-index: 99;
    transition: all 0.4s ease-in-out;
}

.mbanner .slick-prev:hover,
.mbanner .slick-next:hover {
    opacity: 0.7;
}

/**主体模块样式**/
#m-container {}

#m-container .inner {}

/**首页三列布局**/
.mod {}

.mbox {}

/**标题栏新闻窗口**/
.post {}

.post .tt {
    position: relative;
    display: flex;
    width: 100%;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/**标题栏**/
.post .tt .tit {
    display: block;
    position: relative;
}

/**标题字体**/
.post .tt .tit .title {
    display: block;
    line-height: 50px;
    color: #333;
    font-size: 33px;
    font-weight: bold;
}


/*栏目别名*/
.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: block;
    * display: inline;
    * zoom: 1;
}

.post .more_btn .more_text {
    font-size: 16px;
    #666666;
    /* line-height: 50px; */
}

.post .more_btn a {
    color: #1864AC;
}



.news_list li.news {
    line-height: 34px;
    padding-left: 0px;
}


/*默认简介*/
.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;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
#container-1 {
    position: relative;
  
}

.list #container-1:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to top, rgb(0 0 0 / 40%), transparent);

}

.l-banner {
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    padding-top: 25%;
    /* display: none; */
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container,
#d-container {}

#l-container .inner {
    padding: 106px 0px;
    position: relative;
    /* width: 100%; */
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    padding: 40px 0 160px;
}

.col_menu {
    width: 310px;
    float: left;
    margin-right: -310px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #1864AC;
    height: 60px;
}

/**??????**/
.col_menu .col_menu_head h3.col_name {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

/**??????**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 60px;
    text-align: center;
}

/**??????**/
.col_menu .col_menu_con {}

/*????*/
.col_list {

    width: 320px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 24px;
    font-weight: normal;
    background: none;
    border: none;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    line-height: 80px;
    padding: 0;
    text-align: center;
    display: block;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #1864AC;
    background: none;
    border: none;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #1864AC;
}

.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: #1864AC;
}

/*?????**/
.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 52px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    color: #1864AC;
}

/*?????**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 52px;
    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: #1864AC;
}

/**????**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 350px;
    margin-top: 10px;
}

.col_news_head {
    border-bottom: 1px solid #1864AC;
    padding-bottom: 20px;
}


.col_metas .col_title {
    display: inline-block;
    float: left;
    line-height: 24px;
}

/**????**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #1864AC;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    color: #666;
    font-size: 16px;
    margin-top: 8px;
    line-height: 20px;
}
.col_metas .possplit{color:transparent}
.col_metas .col_path img {
    margin-right: 10px;
}

.dis .col_metas .col_path {
    float: left;
    margin-top: 10px;
    margin-bottom: 24px;
}

.wp_paging {
    padding: 50px 0
}

/**????**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_list {
    margin-top: 10px;
}

.col_news_list li.news span.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 110px;
    font-size: 22px;
    width: calc(100% - 115px);
}

.col_news_list li.news:hover span.news_title:before {
    left: 15px;
}

.col_news_list li.news span.news_meta {}

.col_news_list .list2.news_list .news .news_date {
    /* width: 76px; */
    float: right;
    font-size: 18px;
}

.col_news_list .list2.news_list .news .news_date .news_days {
    font-size: 24px;
    line-height: 55px;
}

.col_news_list .list2.news_list .news .news_date .news_years {
    font-size: 12px;
    line-height: 25px;
    margin-top: -6px;
    margin-bottom: 2px;
}

.col_news_list .list2.news_list .news .wz {
    float: left;
    width: calc(100% - 120px);
}

.col_news_list .list2.news_list .news .wz .news_title {
    width: 100%;
    font-size: 20px;
    display: block;
    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 {
    width: 100%;
    float: left;
    min-height: 500px;
}

.nearbox {
    width: 500px;
    float: right;
    background: #fff;
    box-sizing: border-box;
    padding: 35px;
}

.nearbox .zjyw {
    font-size: 28px;
    color: #1864AC;
    font-weight: bold;
    line-height: 40px;
}

.nearbox .news_list {
    background: url(images/nearline.png) no-repeat left top;
    background-size: 16px 793px;
    padding-left: 28px;
    margin-top: 48px;
    padding-bottom: 65px;
}

.nearbox .news_list .news {
    padding-bottom: 27px;
}

.nearbox .news_list .news .news_meta {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 16px;
}

.nearbox .news_list .news .news_title {
    -webkit-line-clamp: 2;
    height: 60px;
}

.nearbox .news_list .news a:hover .news_title {
    color: #1864AC
}

.article {}

.article h1.arti_title {
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    color: #000000;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #cfd0d3;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 16px;
    color: #9D9D9D;
    line-height: 36px;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 55px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 36px;
    font-size: 18px;
    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: url(images/foot.png) no-repeat center;
    background-size: cover;
}

#footer .inner {
    position: relative;
    padding: 25px 0 0;
}

.footer .foot-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 35px;
}

.footer .foot-l {
    width: 430px;
    float: left;
}

.footer .foot-l img {
    width: 100%
}


.footer .foot-r {
    float: right;
    width: 700px;
}

.footer .foot-r  p {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    opacity: .8;
}
.footer .foot-r .foot-info p .add{margin-right: 50px;}

.footer .foot-r .foot-fw {
}

.footer .foot-r .foot-code .news_list .news:hover .news_imgs img {
    transform: scale(1);
}


.footer .foot-bottom .bq {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    text-align: right;
    padding: 10px 0;
}


/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

.layer {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

/*自定义输入框*/
.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 45px;
    background: #2c84c3;
    width: 267px;
    border-radius: 8px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: none;
    font-size: 20px;
    border: 0;
    outline: 0;
    margin-left: 25px;
    color: rgb(255 255 255 / 70%);
}

.wp-search .search-btn {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0%;
    border-radius: 8px;
}

.wp-search .search-btn input.search-submit {
    width: 45px;
    height: 45px;
    border: 0;
    outline: 0;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
}

.searchbox {
    width: 100%;
}

/*搜索去背景色：*/
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;
}


/*列表页*/
.col_news_list .news_list {
}

.col_news_list .news_list .news {
    /* position: relative; */
    line-height: 40px;
    transition: 0.4s;
    /* background: #fff; */
    /* box-sizing: border-box; */
    /* padding: 30px 20px; */
    /* border: 1px solid #eee; */
    /* border-radius: 10px; */
}

.col_news_list .news_list .news a {
}

.col_news_list .news_list .news .news_imgs {
    width: 440px;
    padding-top: 19.22%;
}

.col_news_list .news_list .news .news_con {
    flex: 1;
    box-sizing: border-box;
    padding: 0 40px;
}

.col_news_list .news_list .news .news_date {}

.col_news_list .news_list .news .news_date .dd {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin-top: 36px;
}

.col_news_list .news_list .news .news_date .yy {
    font-size: 30px;
    line-height: 30px;
    color: #1864AC;
    margin-top: 11px;
}

.col_news_list .news_list .news .news_title {
    line-height: 40px;
}

.col_news_list .news_list .news .news_title:after {
    background: #1864AC;
    width: 0%;
    height: 1px;
    content: " ";
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .6s ease-in-out;
}

.col_news_list .news_list .news a:hover .news_title:after {
    width: 100%
}

.col_news_list .news_list .news .news_text {
    font-size: 16px;
    color: #818181;
    line-height: 32px;
    -webkit-line-clamp: 3;
    height: 96px;
    margin-top: 12px;
}

/*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;
}

/*************************************************************
*二级页面
*/
/*自定义样式*/
.news_list .news .news_title {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.news_list .news a:hover .news_title {
    color: #1864AC
}

.news_list .news .news_text {
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8A8A8A;
}

.news_list .news .news_meta {
    display: none;
    color: #1864AC;
    font-size: 14px;
    line-height: 24px;
}

.news_list .news_imgs {
    width: 100%;
    padding-top: 67%;
    position: relative;
    overflow: hidden;
    background: #eee;
}

.news_list .news_imgs img {
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_list .news:hover .news_imgs img {
    transform: scale(1.1);
}


.main1 .ml {
    width: 63%;
    float: left;
}

.main1 .mr {
    width: 34.5%;
    float: right;
}

.main1 .mc {
    width: 100%;
    float: left;
}

.main1 .inner {
    padding: 10px 0;
}

.main2 {
    background: url(images/main2.png) no-repeat center;
    background-size: cover;
}

.main2 .inner {
    padding: 10px 0;
}

.main2 .ml {
    float: left;
    width: 436px;
}

.main2 .mc {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.main2 .mr {
    float: right;
    width: 734px;
}

.main3 {
    background: url(images/main3.png) no-repeat center;
    background-size: cover;
}

.main3 .inner {
    padding: 20px 0;
}

.main3 .ml {
    float: left;
    width: 436px;
}

.main3 .mc {
    float: left;
    width: 340px;
    margin-left: 40px;
}

.main3 .mr {
    float: right;
    width: 360px;
}

.main3 .mb {
    float: left;
    width: 100%;
}

/* post-12 */
.post-12 {
    width: 440px;
    float: left;
    border-radius:10px;
}
.post-12 .news_list li.news {border-radius:10px}
.post-12 .news a{display:block;position:relative}
.post-12 .news_imgs {
    position: relative;
    padding-top: 75.73%;
    overflow: hidden;
    background-color: #eee;
    border-radius:10px;
}

.post-12 .news_imgs img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: all 0.3s ease;
}

.post-12 .news_imgs img:hover {
    transform: scale(1.1);
}


.post-12 .news_con {
    box-shadow: #0000002d 0px 0px 9px;
    background-color: #fff;
}
.post-12 .news .wz {
    position:absolute;
    bottom:0;
    width:100%;
    padding: 18px 20px;
    background:linear-gradient(to top,rgb(0 0 0 / .1),transparent);
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.post-12 .news_list .news .news_title {
    font-size: 18px;
    color: #fff!important;
    width: calc(100% - 80px);
    font-weight:bold;
    -webkit-line-clamp: 2;
}

.post-12 .news_title a {
    color: inherit;
}

.post-12 .slick-prev{left:auto;right:24px;bottom:47px;
background:url(images/p12.png) no-repeat center;}
.post-12 .slick-next{right:24px;bottom:12px;
background:url(images/n12.png) no-repeat center}
.post-12 .slick-prev,
.post-12 .slick-next {
    width:30px;
    height:30px;
    opacity: 1;
    top:auto
    
}

.post-12 .news_list .slick-prev:hover{
    background:url(images/p121.png) no-repeat center
}
.post-12 .news_list .slick-next:hover {
    background:url(images/n121.png) no-repeat center
}

/* .post-13 */
.post-13 {
    width: 300px;
    float: right;
}

.post-13 .news_list li.news {
    border-bottom: 1px solid #9CC0E3;
    transition: all .3s ease;
    margin-bottom: 0px;
    padding: 15px 10px;
    padding-bottom: 8px;
    box-sizing: border-box;
}

.post-13 .news_list li.news:hover {
    border-bottom: 1px solid #1864AC;
    background: linear-gradient(to top, rgb(24 100 172 / 6%), transparent)
}

.post-13 .news_list .news .news_title {
    -webkit-line-clamp: 2;
    height: 48px;
    margin-bottom: 6px;
}

.post-11 .news_list .news {
    margin-top: 45px;
}
.post-11 .news_list .news:hover .wz {background:rgb(24 100 172 / .14)}

.post-11 .news_list .news.n1 {
    margin-top: 0px
}

.post-11 .news_list .news .news_date {
    float: left;
    background: #1864AC;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 10px;
}

.news_date .dd {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.news_date .yy {
    font-size: 14px;
    margin-top: -6px;
}

.post-11 .news_list .news .wz {
    border: 1px solid #9CC0E3;
    float: right;
    width: calc(100% - 80px);
    height: 78px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.post-11 .news_list .news .news_title {
    -webkit-line-clamp: 2;
}

.post-14 {
    background: url(images/p14.png) no-repeat center/cover;
    height: 120px;
    margin-top: 20px;
}
.post-14 .news_list .news .news_title {
    font-size: 48px;
    color: #FFE4B2!important;
    /* font-weight:bold; */
    line-height: 120px;
    text-align:center;
    font-family: "STXingkai", "KaiTi";
    }
.post1.post-14 .news_list {
  position: relative !important;
  height: 120px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.post1.post-14 .news.active {
    opacity: 1 !important;
}
.post1.post-14 .news {
  position: absolute !important;
  width: 100% !important;
  opacity: 0;
  transition: opacity 0.8s ease;
  text-align: center !important;
  left: 0 !important;
  top: 0 !important;
}
.post-21 .con {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 14px 20px;
}

.post-21 .news_list .news {
    border-bottom: 1px solid #1864AC;
}
.post-21 .news_list.list1{padding-top: 0px;/* padding-bottom: 7px; */}
.post-21 .news_list.list1 .news {
    border: none;
}

.post-21 .news_list .news a {}

.post-21 .news_list .news_imgs {
    /* padding-top: 50%; */
    border-radius: 10px;
}

.post-21 .news_list .news_imgs img {}

.post-21 .news_list .news .news_title {
    -webkit-line-clamp: 2;
    box-sizing:border-box;
    padding: 0 10px;
    margin:12px 0
}
.post-21 .news_list.list1 .news .news_title {
    -webkit-line-clamp: 1;
    margin:0;
    line-height: 30px;
}
.post-21 .news_list .news .news_text {
    -webkit-line-clamp: 2;
    box-sizing:border-box;
    padding: 0 10px;
    margin: 8px 0;
}

.post-21 .news_list .news .news_date {
    position: absolute;
    right: 15px;
    background: url(images/date.png) no-repeat center;
    width: 65px;
    height: 65px;
    color: #fff;
    display: flex;
    bottom: 10px;
    align-items: center;
    background-size: cover;
    white-space: nowrap;
    overflow: hidden;
    flex-direction: column;
}

.post-22 .news_list {display:flex;justify-content:space-between}
.post-22 .news_list .news_imgs img{object-fit:contain;}
.post-22 .news_list .news_imgs {
    padding-top: initial;
    width: 64px;
    height: 64px;
    background:none;
}
.post-22 .news_list .news {
    width: 22%;
    padding: 22.7px 32px;
    box-sizing: border-box;
    border-radius: 10px;
    /* margin-bottom: 17px; */
}
.post-22 .news_list .news.n1{background:#7BC79F}
.post-22 .news_list .news.n2{background:#66C2D8}
.post-22 .news_list .news.n3{background:#2C84C3}
.post-22 .news_list .news.n4{background:#D5BC6C}
.post-22 .news_list .news a {
    display: flex;
    gap: 18px;
    align-items: center;
}

.post-22 .news_list .news .news_title {
    font-size: 26px;
    color: #fff!important;
    line-height: 42px;
    font-weight: bold;
    margin-left: 10px;
}


.post-23 .con {
    background: #fff;
    border-top: 6px solid #2C84C3;
    padding: 20px;
    box-sizing: border-box;
}

.post-23 .news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-23 .news_list.list1 .news{
    margin-bottom:0
}

.post-23 .news_list.list1 .news {
    width: 100%
}

.post-23 .news_list.list1 .news a {
    width: 100%;
    display: flex;
    gap: 24px;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.post-23 .news_list .news {
    border-radius: 10px;
    background: #f7fbff;
    width: 222px;
    height: 61.5px;
    padding: 5px 15px;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.post-23 .news_list .news .news_title {
    font-size: 16px;
    color: #A2A2A2;
}
.post-23 .news_list.list1 .news .news_title {line-height:28px}
.post-23 .news_list .news .news_text {
    font-size: 18px;
    color: #212121;
    line-height: 28px;
    font-weight: bold
}

.post-23 .news_list .news .news_text img {
    width: 16px;
    margin-top: 8px;
    margin-right: 8px;
}





.main3 .post .con {
    box-shadow: 0 0px 10px rgb(0 50 98 / 30%);
    background: #fff;
}

.main3 .mc .post .con {
    border-top: 6px solid #2C84C3;
}

.main3 .mr .post .con {
    border-top: 6px solid #7BC79F;
}
.main3 .post-21 .news_list .news_imgs{
    padding-top: 69%;
}
.post-31 .con {
    padding: 30px 0;
    border-radius: 0 0 10px 10px;
}

.post-31 .news_list {
    padding: 0 30px;
}

.post-31 .news_list .news {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: 22.5px 15px;
    transition: all .4s ease;
}

.post-31 .news_list .news:hover {
    border-bottom: 1px solid #1864AC;
}

.main3 .mb .post .con {
    background: none;
    box-shadow: none;
}

.main3 .mb {
    padding-top: 20px;
}

.post-34 .tt {
    justify-content: center;
}
.post-34{position:relative}
.post-34:before{
    position:absolute;
    left:0%;
    top: -20px;
    content:" ";
    width: 100%;
    height: 100px;
    background: url(images/p34.png) no-repeat center;
}
.post-34 .more_btn {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%)
}

.post-34 .news_list .news {
    margin: 0 15px;
    width:23%;
}

.post-34 .news_list .slick-list {
    margin: 0 -15px
}

.post-34 .news_list .news .news_imgs {
    padding-top: 74%;
    border-radius: 10px;
}

.post-34 .news_list .news .wz {
    box-sizing: border-box;
    padding: 0;
}

.post-34 .news_list .news .news_title {
    margin-bottom: 12px;
    -webkit-line-clamp:2;
    display: none;
}
.post-34 .news_list .news .news_meta{
    font-size:16px;
}
.post-34 .slick-prev,
.post-34 .slick-next {
    width: 56px;
    height: 56px;
    transform: translateY(-100%);
    margin: 0;
    z-index: 99;
    transition: all 0.4s ease-in-out;
}

.post-34 .slick-prev {
    left: -25px;
    background: url(images/prev.png) no-repeat center;
    background-size:cover
}

.post-34 .slick-next {
    right: -25px;
    background: url(images/next.png) no-repeat center;
    background-size:cover

}

.post-34 .slick-prev:hover {
    background: url(images/prev1.png) no-repeat center;
    background-size:cover


}

.post-34 .slick-next:hover {
    background: url(images/nxet1.png) no-repeat center;
    background-size:cover
    

}
/* Dots */
.post-34 .slick-dots {bottom: -5px;display: flex;align-items: center;justify-content: center;}
.post-34 .slick-dots li {height: 9px;width: 9px;margin: 0px 14px;background: #1864AC;opacity:.7;border-radius:50%;}
.post-34 .slick-dots li.slick-active {background: url(images/dot.png) no-repeat center;width: 17px;height:17px;background-size: cover;opacity:1}
.post-34 .slick-dots li button {height: 9px;width: 9px;}
.list #container-1{display:none;}