@charset "utf-8";

/*Technical Support SudyTech*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "syh", "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;
    font-family: 'syh';
}

a:hover {
    color: #095ab5;
}

@font-face {
    font-family: 'syh';
    src: url('fonts/SourceHanSansCN-Regular.ttf');
}

@font-face {
    font-family: 'sys';
    src: url('fonts/SourceHanSerifCN-Regular.ttf');
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
}

.list {}

/**页面全局宽度**/
/*headtop*/
/*head开始*/
#head {
    /* position: absolute; */
    width: 100%;
    z-index: 999;
    transition: 0.8s ease-in-out;
    background: url(images/head.png) no-repeat center;
    background-size: cover;
}

.list #head {
    background: url(images/head.png) no-repeat center bottom;
    background-size: cover;
}

#head .inner {
    position: relative;
    padding: 35px 0;
}

.header .sitelogo {
    float: left;
}


.header .head-left {
    float: left;
    display: inline-block;
}



.header .head-right {
    float: right;
    padding-top: 12px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

.header .head-right .right-top .head-r {
    float: right;
}

/*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.lang1 {
    float: right;
    margin-right: 4px;
}

.site-lang.lang1 ul {
    float: right;
}

.site-lang.lang1 ul li.links {
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    float: left;
    border-right: 1px solid rgb(255 255 255 / 70%);
}

.site-lang.lang1 ul li.links:last-child:after {
    content: '';
    display: block;
    position: absolute;
    transform: translateY(50%);
    bottom: 50%;
    right: 0;
    height: 16px;
    width: px;
    background: #fff;
}

.site-lang.lang1 ul li.links a {
    line-height: 16px;
    font-size: 16px;
    color: #fff;
}

.site-lang.lang1 ul li.links a:hover {
    font-size: 16.5px;
    font-weight: bold;
}


/*默认主导航样式*/
#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 .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 49px;
    line-height: 60px;
    font-size: 18px;
    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: 60px;
    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: #19458E;
    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: #19458E;
    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开始**/

.mbanner{display:none}
#banner{position:relative;z-index:99;}
#banner .inner {width: 100%;overflow: hidden;}
.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:0px;
    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: 35.7%;
    position: relative;
}

.mbanner .slick-dots {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 99;
    display: flex;
    align-items: center;
    transform:translateX(-50%);
}

.mbanner .slick-dots li {
    text-align: center;
    margin: 0 20px;
    float: left;
    transition: all 0.4s ease-in-out;
    height: 16px;
    width: 16px;
    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: 22px;
    height: 22px;
}

.mbanner .slick-dots li.slick-active button {
}

.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: 999;
    transition: all 0.4s ease-in-out;
}

.mbanner .slick-prev,
.mbanner .slick-next{
    opacity: 0;
}
.mbanner .news_list:hover .slick-prev,
.mbanner .news_list:hover .slick-next {
    opacity: 1;
}

/**主体模块样式**/
#m-container {}

#m-container .inner {}

/**首页三列布局**/
.mod {}

.mbox {}

/**标题栏新闻窗口**/
.post {}

.post .tt {
    position: relative;
    display: flex;
    width: 100%;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

/**标题栏**/
.post .tt .tit {
    display: inline-block;
    position: relative;
}

/**标题字体**/
.post .tt .tit .title {
    display: block;
    line-height: 57px;
    color: #134F98;
    font-size: 40px;
    font-weight: bold;
    font-family: "sys";
}


/*栏目别名*/
.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;
   
}
.post .more_btn .more_text {
    font-size:18px;
    color:#8F8F8F;
}
.post .more_btn a {
    color: #19458E;
}



.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%;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container,
#d-container {
}

#l-container .inner {
    padding: 30px 0px 100px;
    position: relative;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    padding: 40px 0 160px;
}

.col_menu {
    width: 320px;
    float: left;
    margin-right: -320px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #134F98;
    height: 80px;
}

/**??????**/
.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: 80px;
    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: #134F98;
    background: none;
    border: none;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #134F98;
}

.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: #134F98;
}

/*?????**/
.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: #134F98;
}

/*?????**/
.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: #134F98;
}

/**????**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 400px;
    margin-top: 10px;
}

.col_news_head {
    border-bottom: 1px solid #134F98;
    padding-bottom: 28px;
}


.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: #134F98;
}

.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 .col_path .possplit{font-size: 0;height: 20px;width: 20px;line-height: 33px;}
.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: 7px;
}

.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 {
    display: flex;
    background: #fff;
    width: 76px;
    flex-direction: column;
    align-items: center;
    color: #134F98;
    border: 1px solid #134F98;
    border-radius: 10px;
    /* margin-top: 32px; */
    float: left;
}

.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: right;
    width: calc(100% - 115px);
    margin-top: 19px;
}

.col_news_list .list2.news_list .news .wz .news_title {
    width: 100%;
    font-size: 22px;
    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 {
    min-height: 500px;
}



.article {}

.article h1.arti_title {
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    color: #134f98;
}

/**文章标题**/
.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: 30px 0 40px;
}

.footer .foot-info p {
   line-height: 30px;
    font-size: 16px;
    color: #fff;
    opacity: .7;
    text-align:center
}


/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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;
    background: #fff;
    border-radius: 25px;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: none;
    font-size: 12px;
    border: 0;
    outline: 0;
    margin-left: 20px;
    color: #666666;
    font-family: "syh";
}

.wp-search .search-btn {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0%;
    border-radius: 50%;
}

.wp-search .search-btn input.search-submit {
    width: 36px;
    height: 36px;
    border: 0;
    outline: 0;
    background: url(images/sous.png) no-repeat  center;
    cursor: pointer;
}

.layer-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 45px;
    width: 550px;
}

.searchbox {
    width: 100%;
}

.search-con {
    position: fixed;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    width: 100%;
    height: 0%;
    transition: all 0.8s ease-in-out;
}

.search-con.on {
    z-index: 999;
    opacity: 1;
    height: 100%;
    filter: alpha(opacity=100);
}

#aaa {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 50%;
}

.search-con .close {
    width: 54px;
    right: 8.3%;
    top: 37px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}

.close {
    position: absolute;
    transition: transform .4s ease-out;
}

.close:hover {
    transform: rotate(180deg);
}

/*搜索去背景色：*/
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 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.col_news_list .news_list .news {
    position: relative;
    line-height: 45px;
    transition: 0.4s;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 0 5px #eee;
}

.col_news_list .news_list .news a {
    display: flex;
    justify-content: space-between;
}

.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: #0F52AE;
    margin-top: 11px;
}

.col_news_list .news_list .news .news_title {
    font-size: 20px;
    line-height: 40px;
    /* margin-top: 32px; */
    position: relative;
}

.col_news_list .news_list .news .news_title:after {
    background: #0F52AE;
    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: 30px;
    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: #134F98
}

.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: #00000080;
}

.news_list .news .news_meta {
    color: #134F98;
    font-size: 18px;
    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);
}

#content{
    background: url(images/content.png) no-repeat center bottom / contain;
}

.main1 {
}

.main1 .inner {
    padding: 30px 0;
}

.post-10 {}

.post-10 .tt {
    margin-bottom: 40px;
}

.main2 {
}

.main2 .inner {padding: 24px 0;}

.post-21 .tt {
    margin-bottom: 32.5px;
}

.post-21 {
}


.post-21 .news_list {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-21 .news_list .news {
    transition: all .4s ease-in-out;
    width: 675px;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
    padding: 25px 10px;
}
.post-21 .news_list .news.n1,.post-21 .news_list .news.n2 {border-top:5px solid #134f98}
.post-21 .news_list .news a {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.post-21 .news_list .news .news_wz {flex:1}
.post-21 .news_list .news .news_title {color: #232323;}


.post-21 .news_list .news .news_text {color: #787878;font-size: 16px;}


.post-21 .news_list .news .news_date {
    color: #115EAE;
    display: flex;
    align-items: center;
    font-family: "Microsoft YaHei";
    flex-direction: column;
    justify-content: center;
}

.post-21 .news_list .news .news_day {
    font-size: 25px;
    font-weight: bold;
}

.post-21 .news_list .news .news_year {
    font-size: 14px;
    color: #7F7F7F;
    line-height: 20px;
}



.main3 {
}

.main3 .inner {
    padding: 14px 0 54px;
}


.lib_comp--010035 .ml {
    float: left;
}

.lib_comp--010035 .mr {
    float: right;
    margin-top: -30px;
}

/* post-12 */
.lib_comp--010035 .post-12 {
    width: 780px;
}
.lib_comp--010035 .post-12 .con{position:relative}
.lib_comp--010035 .post-12 .news_imgs {
    position: relative;
    padding-top: 64.1%;
    overflow: hidden;
    background-color: #eee;
}

.lib_comp--010035 .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;
}

.lib_comp--010035 .post-12 .news_imgs img:hover {
    transform: scale(1.1);
}

.lib_comp--010035 .post-12 .news_date {
    width: 153px;
    height: 110px;
    background: url(images/p12.png) no-repeat center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    float: left;
    font-weight: bold;
    font-family: "sys";
    background-size: cover;
}

.lib_comp--010035 .post-12 .news_date .dd {
    font-size: 49px;
    line-height: 66px;

    margin-top: 5px;
}

.lib_comp--010035 .post-12 .news_date .yy {
    font-size: 14px;
    line-height: 14px;
    margin-top: -7px;
}

.lib_comp--010035 .post-12 .news_con {
    background-color: #134F98;
    width: 634px;
    margin-top: -55px;
    position: relative;
    height: 102px;
}

.lib_comp--010035 .post-12 .news_text {
    box-sizing: border-box;
    padding: 35px 28px;
}

.lib_comp--010035 .post-12 .news_title {
    font-size: 18px;
    line-height: 32px;
    color: #fff!important;
    white-space: nowrap;
    font-weight: bold;
}


.lib_comp--010035 .post-12 .page {
    width: auto;
    right: 25px;
    bottom: 6px;
    font-size:30px;
    position:absolute;
    display: flex;
}

.lib_comp--010035 .post-12 .page .current-page{color:#134F98;font-weight:bold;padding-right: 24px;background: url(images/page.png) no-repeat right center;margin-right: 12px;}
.lib_comp--010035 .post-12 .page .total-page{color:#A4A4A4;}

.lib_comp--010035 .post-12 .slick-prev,
.post-12 .slick-next {
    opacity: 0;
    width:56px;
    height:56px;
    top:50%
}
.lib_comp--010035 .post-12 .slick-prev{
    background: url(images/prev31.png) no-repeat center;
                                      }
.lib_comp--010035 .post-12 .slick-next{
    background: url(images/next31.png) no-repeat center;
                                      }
.lib_comp--010035 .post-12 .news_list:hover .slick-prev,
.lib_comp--010035 .post-12 .news_list:hover .slick-next {
    opacity: .8;
}

/* .post-13 */
.lib_comp--010035 .post-13 {
    width: 585px;
}

.lib_comp--010035 .post-13 li.news {
}

.lib_comp--010035 .post-13 li.n1 {
    margin-top: 0;
}

.lib_comp--010035 .post-13 .news_con {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-bottom: 1px solid #d7d7d7;
    padding: 0px 12px;
    box-sizing: border-box;
}
.lib_comp--010035 .post-13 .news_con:hover {
    border-bottom: 1px solid #115eae;
    
}
.lib_comp--010035 .post-13 .news_date {
    float: left;
    color: #134F98;
    padding-right: 24.5px;
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: 100px;
}


.lib_comp--010035 .post-13 .news_title {
    float:right;
    color: #333;
    transition: all 0.3s ease;
    flex: 1;
}

/* post-33 */

.lib_comp--010067 .post-33 .news_list .slick-list {margin:0 -12.5px;height: 180px;}
.lib_comp--010067 .post-33 .news_list li.news {
    background: #fff;
    margin:0 12.5px;
    box-shadow: 0 0 5px #3333333d;
    
}

.lib_comp--010067 .post-33 .news_list li.news a {
    background: #fff;
    padding: 25px 35px;
    display: block;
    box-sizing: border-box;
}

.lib_comp--010067 .post-33 .news_list li.news a:hover .news_title {
    color: #134F98;

}

.lib_comp--010067 .post-33 .news_list li.news .news_time {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 16px;
    position: relative;
    color: #134F98;
    font-weight: bold;
}

.lib_comp--010067 .post-33 .news_list li.news .news_time::after {
    content: '';
    display: block;
    width: 36px;
    height: 3.5px;
    background: #134F98;
    position: absolute;
    bottom: 0;
}

.lib_comp--010067 .post-33 .news_list li.news .news_title {
    margin-top: 28px;
    -webkit-line-clamp: 2;
    height: 60px;
}
.lib_comp--010067 .post-33  .slick-prev,
.lib_comp--010067 .post-33  .slick-next {
    opacity: 0.3;
    width:30px;
    height:50px;
    top:50%
}
.lib_comp--010067 .post-33  .slick-prev{
    background: url(images/prev31.png) no-repeat center;
    left:-30px
                                      }
.lib_comp--010067 .post-33  .slick-next{
    background: url(images/next31.png) no-repeat center;
    right:-30px
                                      }
.lib_comp--010067 .post-33 .news_list:hover .slick-prev,
.lib_comp--010067 .post-33  .news_list:hover .slick-next {
    opacity: .8;
}