@charset "utf-8";
/*Technical Support SudyTech*/

html {
    font-size: 100px;
    overflow-x: hidden;
}

@media (max-width: 1680px) {
    html {
        font-size: 87.5px;
    }

    /* 1680/1920?100 ? 87.5 */
}

@media (max-width: 1440px) {
    html {
        font-size: 75px;
    }
}


@media (max-width: 1280px) {
    html {
        font-size: 66.67px;
    }

}


@media (max-width: 1024px) {
    html {
        font-size: 53.33px;
    }


}

@media (max-width: 768px) {
    html {
        font-size: 40px;
    }


}


@media (max-width: 480px) {
    html {
        font-size: 25px;
    }

}


@media (max-width: 375px) {
    html {
        font-size: 19.53px;
    }
}

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: 0.13rem/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*?????*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 0.3rem;
    border: 0.02rem 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: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/*css3??*/
body:before {
    content: "";
    position: fixed;
    top: -10rem;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 0.10rem;
    -webkit-box-shadow: 0rem 0rem 0.10rem rgba(0, 0, 0, .8);
    -moz-box-shadow: 0rem 0rem 0.10rem rgba(0, 0, 0, .8);
    box-shadow: 0rem 0rem 0.10rem rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

.scroller {
    position: absolute;
    z-index: 1;
    width: 7.50rem;
    height: 1.60rem;
    -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;
}

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;
}

/**?????**/
/**body::-webkit-scrollbar{display: none;}**/
::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #CCCCCC;
    -webkit-border-radius: 0.06rem;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 0.04rem;
    background-color: #CCCCCC;
    -webkit-border-radius: 0.06rem;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    /*????????*/
    -webkit-border-radius: 0;
    /*????????*/
}

::-webkit-scrollbar-thumb:vertical {
    height: 0.50rem;
    background-color: #999;
    -webkit-border-radius: 0.04rem;
    outline: 0.01rem solid #fff;
    outline-offset: -0.01rem;
    border: 0.01rem solid #fff;
}

/**????**/
body {
    line-height: 1;
    font-size: 0.13rem;
    font-family: "r","Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #00447B;
}

.yh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lh {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@font-face {
    font-family: "syh";
    src: url(fonts/SourceHanSansCN-Regular.ttf);
}


@font-face {
    font-family: "r";
    src: url(fonts/Roboto-Regular.ttf);
}


/*????*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 16rem;
    margin: 0 auto;
}

/**??????**/

/*head??*/
/*.list .header{background:#004379;position: initial;}*/
.header {
    background: url("images/head.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 3;    transition: all 0.4s ease-in-out;
}
.header.on {
    position: fixed;
    top: 0;
    left: 0;
    background: #00437a;
}.header.on .inner {
    padding: 0.1rem 0;
}
.header .inner {
    position: relative;
    padding: .38rem 0;
}

.header .sitelogo {
    float: left;
}

.header .sitelogo img {
    width: 3rem;
}

.header .head-left {
    float: left;
}

.header .head-right {
    float: right;
    display: flex;
    align-items: center;
    height: .95rem;
    width: 8.8rem;
}



/*???????*/
#nav {/* width: 7.28rem; */}



/*??*/
#nav .inner {
    width: 100%;
    padding: 0;
}

#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;
    display: flex;
    justify-content: space-between;
}

.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: inline-block;
    width: 0;
    height: 0.20rem;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0;
    line-height: .27rem;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    text-decoration: none;
    opacity:.7
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.1rem 0rem;
    top: .27rem;
    min-width: 100%;
    z-index: 100;
    background: #fff;
    text-align: center;
}

.nav .sub-menu .sub-item {text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}
.nav .sub-menu .sub-menu {
    transform: none;
}
.nav .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.24rem;
    background: none;    padding: 0 0.1rem;
}
.nav .sub-menu .sub-item ul.sub-menu .sub-item a {
    font-size: 0.2rem;
}
.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
       color: #fff;
    display: block;
    background: #00447B;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0rem;
    z-index: 200;
    background: #fff;
}
/*lang样式*/
.site-lang{
    width: auto;
    margin: 0 0.32rem;
}
.site-lang ul{}
.site-lang ul li.links{}
.site-lang ul li.links a{line-height: 0.18rem;font-size: 0.18rem;color: #fff;padding: 0 0.32rem;border-left: 1px solid rgb(255 255 255 / 40%);border-right: 1px solid rgb(255 255 255 / 40%);font-family: "syh";white-space: nowrap;height: 0.18rem;display: block;}
.site-lang ul li.links a:hover{opacity:.7;}
/**??banner??**/
#banner {
}

#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}

#banner .news_list .news_imgs {
    position: relative;
    padding-top: 31.25%;
    overflow: hidden;
    width: 100%;
}

#banner .news_list .news_imgs img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    transform:initial
}

#banner .slick-dots {
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.24rem;
    display: flex !important;
    align-items: center;
    bottom: .28rem;
    justify-content: space-between;
}

#banner .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50px;
    background: #fff;
    opacity: .5
}

#banner .slick-dots li.slick-active {
    opacity: 1
}


#banner .slick-prev,
#banner .slick-next {
    display: none !important
}

/**??????**/

.main1 {
    background: url(images/main1.png) no-repeat center;
    background-size: cover;
    height: 3.8rem;
}

.main1 .inner {
    padding: 0.75rem 0;
}

.main2 {
    background: url(images/main2.png) no-repeat center;
    background-size: cover;
    height: 10rem;
}

.main2 .inner {
    padding: .8rem;
}

.main3 {
    height: 6.6rem;
}

.main3 .inner {
    padding: .8rem 0 1rem;
}
.main4 {
    background: url(images/main4.png) no-repeat center;
    background-size: cover;
    height: 4.15rem;
}

.main4 .inner {
    padding: .78rem 0 .75rem;
}
/**???????**/
.post {}


.post .tt {
    display: inline-block;
    /* width: 100%; */
    margin-bottom: 0.48rem;
    position: relative;
}
.post-11 .tt {width:auto;float:left;margin-right: 2rem;}


/**???**/
.post .tt .tit {
    position: relative;
}

/**????**/
.post .tt .tit .title {
    display: block;
    color: #000;
    font-size: 0.6rem;
    font-weight: bold;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: left;
}


/*????*/
.post .con {
    margin: 0 auto;
}
.post-11 .con {float:right;width: 71%;/* margin-top: .3rem; */}
.post .con .wp_article_list .list_item {
    border-bottom: 0.01rem 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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 0.14rem;
    cursor: pointer;
    line-height: 0.8rem;
}

.post .more_btn a {
    color: #999;
    display: block;
    height: .8rem;
}

.post .more_btn a:hover {
    color: #0062AC;
}

/**???????**/
.news_list {}

.news_list li.news {
    line-height: 0.28rem;
    padding-left: 0rem;
}

.news_list .news .news_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.22rem;
    font-weight: bold;
    color: #000;
}

.news_list .news .news_title a {
    color: #282828;
    
}

.news_list .news .news_title a:hover {
    color: #004379
}

.news_list .news .news_text {
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 5; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    font-size: 0.22rem;
    line-height: 0.4rem;
    /* color: #333; */
}

.news_list .news .news_imgs img {
    transition: all .4s ease-in-out
}

.news_list .news:hover .news_imgs img {
    transform: scale(1.1)
}



.post-11 .news_list .news .news_text {}


.post-21 .news_list { margin-bottom: .65rem;}
.post-21 .news_list .news .news_title{margin-top:0.28rem}
.post-21 .news_list .news:hover .news_title{color:#00447B}

.post-21 .news_list.list1 {width:8.64rem;float: left;}
.post-21 .news_list.list1 .news .news_title{line-height:0.44rem;-webkit-line-clamp: 2;}
.post-21 .news_list.list2 .news .news_title{line-height:0.32rem;font-size: 0.18rem;-webkit-line-clamp: 2;}
.post-21 .news_list.list2 {width: 6.85rem;float: right;}
.post-21 .news_list.list2 .news{width: 3.17rem;float: right;}
.post-21 .news_list.list2 .news.n4{margin-right:.5rem}
.post-21 .news_list.list2 .news.n2{margin-right:.5rem;margin-bottom:.25rem}
.post-21 .news_list.list2 .news.n1{margin-bottom:.25rem}

.post-21 .news_list .news_imgs {
    width: 100%;
    padding-top:67%;
    position:relative;
    overflow:hidden;
}
.post-21 .news_list.list2 .news_imgs {
    padding-top:66%;
}
.post-21 .news_list .news_imgs img{
    transition: all .4s ease-in-out;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%
}



.post-31 .slick-list{margin: 0 -0.1rem;}
.post-31 .news_list .news {margin: 0 0.1rem;}
.post-31 .news_list .news a{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 3rem;
    border-radius: .04rem;
    background: #F3F7FD;
    align-items: center;
    padding: 0 0.2rem;
}

.post-31 .news_list .news_imgs {
    width: 1.6rem;
    height: 1.8rem;
    position: relative;
}

.post-31 .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%;
}

.post-31 .news_list .news .news_title {
    line-height: .38rem;
    height: .38rem;
    padding: 0 .2rem;
    display: block;
    width: 120%;
}
.post-31 .news_list .news:hover .news_title{color:#004379}
.post-31 .news_list .slick-prev,
.post-31 .news_list .slick-next {
    font-size: 0;
    width: 0.52rem;
    height: 0.52rem;
    top: -0.85rem;
}

.post-31 .news_list .slick-prev {
    right: 0.72rem;
    left: auto;
    background: url(images/prev.png) no-repeat center;
}

.post-31 .news_list .slick-next {
    right: 0;
    background: url(images/next.png) no-repeat center;
}

.post-31 .news_list .news .news_title {
    text-align: center;
    margin-top: .15rem;
}
.post-41 .news_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    flex-direction: column;
}

.post-41 .news_list.list1 {
    float:left;
    width: 60%;
    gap: 0rem;
    
}
.post-41 .news_list.list2 {
    float:right;
    width: 30%;
}
.post-41 .news_list .news{
    padding-left:0.2rem;
    position:relative;
}
.post-41 .news_list .news:before{
    position:absolute;
    background: #00447B;
    content:" ";
    width:0.02rem;
    height:0.14rem;
    left:0;
    top: 0.1rem;
}
.post-41 .news_list.list1 .news.n2:before{display:none}
.post-41 .news_list .news .news_title {
    line-height: 0.34rem;
    font-size: 0.2rem;
    font-weight: normal;
    color: #00447B;
    display: contents;
}
.post-41 .news_list.list1 .news.n2 .news_title{display:none}
.post-41 .news_list .news .news_text {
    line-height: 0.34rem;
    font-size: 0.2rem;
    display: contents;
    font-weight: 100 !important;
}


#btt {
    position: absolute;
    width: .48rem;
    bottom: 0.68rem;
    height: .21rem;
    right: 0;
    cursor: pointer;
    z-index: 100;
    background: url(images/btt.png) no-repeat center top;
    border: none;
    font-size: 0;
    background-size: cover;
}
#btt:hover {
    opacity:.7
}


/***********************************************************
 * ???
 */
/**??????**/
/**???**/
/*????*/
.l-banner {
    height: 4rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**???????**/
#l-container {}

#l-container .inner {
    padding: 0.56rem 0.10rem;
}

/**???????**/
#d-container {}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 3.2rem;
    float: left;
    margin-right: -3.2rem;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 0.10rem;
}

.col_menu .col_menu_head {
    background: transparent;
    /* margin-top: -1.05rem; */
    margin-bottom:0.2rem;
}

/**??????**/
.col_menu .col_menu_head h3.col_name {
    font-size: 0.4rem;
    color: #000000;
    font-weight: bold;
}

/**??????**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: .8rem;
    text-align: left;
    text-transform: uppercase;
}

/**??????**/
.col_menu .col_menu_con {}

/*????*/
.col_list {
 
    width: 3.2rem;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.col_list:has(li.wp_column){   background: url(images/list.png);}
.col_list .wp_listcolumn {
    border-top: 0rem solid #2867A0;
    border-bottom: 0rem solid #fff;
    padding: 0.2rem 0;
}

.col_list .wp_listcolumn .wp_column a {
    color: #94AFC5;
    font-size: 0.22rem;
    font-weight: normal;
    background: none;
    border: none;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    line-height: 1.4;
    padding: 0;
    display: block;
    text-align: left;
    padding: 0.16rem 0.2rem 0.16rem 0.7rem;
    position: relative;
}
.col_list .wp_listcolumn .wp_column a .column-name:after{content:'';display:block;width:0.08rem;height:0.08rem;box-sizing:border-box;border:0.02rem solid #00447B40;border-radius:50%;position:absolute;left:0.4rem;top:50%;z-index:1;transform:translateY(-50%);}
.col_list .wp_listcolumn .wp_column.selected a .column-name:after{border-color:#00447B;background:#00447B;}
.col_list .wp_listcolumn .wp_column.selected a .column-name:before{content:'';display:block;width:0.2rem;height:0.2rem;box-sizing:border-box;border:0.01rem solid #00447B;border-radius:50%;position:absolute;left:0.34rem;top:50%;z-index:1;transform:translateY(-50%);}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #004379;
    background: none;
    border: none;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #004379;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 0.01rem solid #fff;
    border-bottom: 0.01rem solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #004379;
}

/*?????**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 0.01rem solid #eee;
    margin-top: -0.01rem;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: .28rem;
    padding: 0.05rem 0.10rem 0.05rem 0.52rem;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
   /* font-weight: bold;*/
    color: #004379;
}

/*?????**/
.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: 0.05rem 0.10rem 0.05rem 0.51rem;
    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: #004379;
}

/**????**/
.col_news {
    width: 100%;
    min-height: 5.00rem;
    float: right;
}

.col_news .col_news_box {
    margin-left: 4rem;
    margin-top: .1rem;
}

.col_news_head {
 /*   border-bottom: 0.01rem solid #004379; */
    padding-bottom: .28rem;
}


.col_metas .col_title {
    display: inline-block;
    float: left;
    line-height: 0.24rem;
display:none;
}
.wp-inner .col_title{font-size:0.6rem;font-family:'r';color:#fff;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);font-weight:bold;}
/**????**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: .24rem;
    font-weight: bold;
    color: #004379;
}
.col_metas .col_path:before{content:'Location：'}
.col_metas .col_path {
    display: inline-block;
    float: left;
    white-space: nowrap;
    color: #888;
    font-size: .2rem;
    margin-top: .08rem;
    line-height: .2rem;
}

.col_metas .col_path img {
    margin-right: .1rem;
}

.dis .col_metas .col_path {
    float: left;
    margin-top: .1rem;
    margin-bottom: .24rem;
}

.wp_paging {
    padding: 0.5rem 0
}

/**????**/
.col_metas .col_path a {
    color: #888;
}

.col_news_con {}

.col_news_list {
    margin-top: 0.07rem;
}

.col_news_list li.news {
    font-size: 0.18rem;
    position: relative;
    line-height: 0.54rem;
   border-bottom: 0.01rem solid #dddddd; 
    transition: all ease 0.4s;
    padding-bottom: .3rem;
}

.col_news_list li.news:hover {
    padding-left: 0.15rem;
}

.col_news_list li.news span.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 1.1rem;
    font-size: .22rem;
    width: calc(100% - 1.15rem);
}

.col_news_list li.news:hover span.news_title:before {
    left: 0.15rem;
}

.col_news_list li.news span.news_meta {}



/**????????**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75 !important;
    color: #333;
    font-size: 16px !important;
    text-align: justify;
}

.col_news_list .wp_entry p {
    margin-bottom: 0.10rem;
}

.col_news_list .wp_entry table {
    margin-bottom: 0.04rem;
}

.col_news_list .wp_entry img {
    max-width: 10rem;
    _width: expression(this.width > 680 ? "6.80rem" : this.width);
}

/**???????????**/
.possplit {
    text-indent: 0;
    width: 0.20rem;
    text-align: center;
    background: none;
    /* font-size: 0; */
}

/**???**/
.infobox {
    width: auto;
    margin: 0 auto;
    padding: 0.20rem 0.60rem;
    min-height: 5.50rem;
}

.article {
    padding-top: 0.10rem;
}

.article h1.arti_title {
    line-height: 0.52rem;
    font-size: 0.32rem;
    text-align: center;
    color: #004379;
}

/**????**/
.article h2.arti_title {
    line-height: 0.40rem;
    font-size: 0.17rem;
    text-align: center;
    color: #1B1B1B;
}

/**?????**/
.article .arti_metas {
    padding: 0.30rem;
    text-align: center;    display: none;
    border-bottom: 1px solid #E3E3E3
}

.article .arti_metas span {
    margin: 0 0.05rem;
    font-size: 0.16rem;
    color: #787878;
}

/**??????**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0.40rem;
}

/**????**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 0.18rem;
    color: #333;
}

/**????**/
.article .entry .read p {
    margin-bottom: 0.10rem;
   text-align: justify;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 9.40rem;
    _width: expression(this.width > 940 ? "9.40rem" : this.width);
}

.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}


/** 上一篇 下一篇样式 **/
.wp_artfuns .wp_art_adjoin {
    margin: .5rem 0;    display: none;
}

.wp_artfuns .wp_art_adjoin .prev {
    cursor: pointer;
    color: #333;
    font-weight: bold;
    font-size: 0rem;
    line-height: .56rem;
    width: .8rem;
    background: ;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position:relative
}
.wp_artfuns .wp_art_adjoin .prev:before {
    position:absolute;
    content:"Prev :";
    line-height: .56rem;
    width: .8rem;
    top:0;
    bottom:0;
    font-size:0.24rem;
}

.wp_artfuns .wp_art_adjoin .prev-title {
    cursor: pointer;
    color: #333;
    font-weight: bold;
    font-size: .2rem;
    line-height: .56rem;
    display: inline-block;
    width: calc(100% - 1rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.wp_artfuns .wp_art_adjoin .prev:hover {
    color: #333;
}

.wp_artfuns .wp_art_adjoin .next {
    cursor: pointer;
    padding: 0;
    color: #333;
    font-weight: bold;
    font-size: .0rem;
    line-height: .56rem;
    width: .8rem;
    background: ;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position:relative
}
.wp_artfuns .wp_art_adjoin .next:before {
    position:absolute;
    content:"Next :";
    line-height: .56rem;
    width: .8rem;
    top:0;
    bottom:0;
    font-size:0.24rem;
}
.wp_artfuns .wp_art_adjoin .next-title {
    cursor: pointer;
    color: #333;
    font-weight: bold;
    font-size: .2rem;
    line-height: .56rem;
    display: inline-block;
    width: calc(100% - 1rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.wp_artfuns .wp_art_adjoin .next:hover {
    color: #333;
}


#wp_paging_w6 .wp_paging {
    font-size: 0.12rem;
    line-height: 0.34rem;
    padding: 0.04rem 0 0.72rem;
    text-align: right;
}

#wp_paging_w6 .wp_paging li {
    margin: 0;
    line-height: 0.20rem;
    height: 0.20rem;
    float: none;
    display: inline-block;
}

#wp_paging_w6 .wp_paging li.pages_count {
    display: none;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 0.10rem;
}

#wp_paging_w6 .wp_paging li a {
    height: 0.20rem;
    line-height: 0.20rem;
    padding: 0 0.09rem;
    border: 0.01rem solid #9E9E9E;
    color: #000;
}

.wp_paging li input {
    border: 0.01rem solid #d5d5d5;
    background: #fff;
    text-align: center;
}

#wp_paging_w6 .wp_paging li a:hover {
    background: #79452E;
    color: #fff;
}

#wp_paging_w6 .wp_paging li input {
    font-size: 0.12rem;
    width: 0.40rem;
    height: 0.20rem;
    margin: 0;
    line-height: 0.34rem;
    border: 0.01rem solid #9E9E9E;
    background: transparent;
}

#wp_paging_w6 .wp_paging li span:last-child {
    margin: 0;
}

#wp_paging_w6 .wp_paging li em {
    font-weight: 400;
}

.wp_paging li span.pages {
    padding: 0 0.10rem;
}

#wp_paging_w6 .wp_paging li span.all_count {
    margin: 0 0.15rem;
}

#footer {
    background: url(images/foot.png) no-repeat center;
    background-size: cover;
}

#footer .inner {
    position: relative;
}

#footer .inner .mod {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0 0.72rem;
}
#footer .inner .fl img {
    width: 3rem;
    margin-top: 0.06rem;
}
#footer .inner .fr {width: 3.2rem; display: none;}

#footer .inner .flink .title {
    color: #fff;
    font-size: 0.27rem;
    font-weight: bold;
    line-height: 0.36rem;
    margin-bottom: 0.34rem;
    display: block;
}
#footer .inner .flink .news_list {height: 1.02rem;}
#footer .inner .flink .news{float:left;width: 1rem;}
#footer .inner .flink .news.n2{margin-left: 1rem;}
#footer .inner .flink .news.n4{margin-left: 1rem;}
#footer .inner .flink .news_title a {
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.1rem;
    opacity:.7;
    line-height:0.34rem;
    /* display:block; */
    font-weight: 300;
}
#footer .inner .flink .news_title a:hover{
    opacity:1
}
#footer .inner .finfo{
    padding-bottom: .6rem;
}
#footer .inner .finfo p {
    font-size: 0.16rem;
    color: #fff;
    line-height: .34rem;
    font-weight: 400;
    opacity: .7;
}


/**弹出的搜索**/

.layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999999;
}

.layer.showdiv {
    opacity: 1;
    visibility: visible;
}

.layer .close {
    font-size: 0.6rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 0.3rem;
    height: 0.3rem;
    text-align: center;
    line-height: 0.8rem;
    cursor: pointer;
    color: #ccc;
    display: block;
    background: url(images/close.png) no-repeat;
    transition: 1s;
    background-size: 100%;
}

.layer .close:hover {
    transform: rotate(180deg);
}

.searchbox {
    transform: translateY(-0.5rem);
    opacity: 0;
    transition: 0.7s;
    width: 5.5rem;
}

.layer.showdiv .searchbox {
    transform: none;
    opacity: 1;
}

.searchbtn {
    width: 0.2rem;
    height: 0.2rem;
    background: url(images/sous.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 0.48rem;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    border: 0;
    outline: 0;
    color: #888;
    font-size: 0.14rem;
    background: #fff;
    text-indent: 0.1rem;
}

.wp-search .search-btn {
    width: 0.48rem;
    height: 0.44rem;
    position: absolute;
    right: 0;
    top: 0;
}

.wp-search .search-btn input.search-submit {
    width: 0.48rem;
    height: 0.44rem;
    border: 0;
    outline: 0;
    background: #004098 url(images/search_bg.png);
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background-size: 100%;
}

/**????**/
.list #container-1 .wp-inner {
    width: 100%;
    position: relative;
}


.list2.news_list .news .news_date {
    display: flex;
    background: #fff;
    width: .76rem;
    flex-direction: column;
    align-items: center;
    color: #004379;
    border: 1px solid #ccdbec;
    border-radius: 10px;
    margin-top: .32rem;
    float: left;
}

.list2.news_list .news .news_date .news_days {
    font-size: 0.24rem;
    line-height: .55rem;
}

.list2.news_list .news .news_date .news_years {
    font-size: .12rem;
    line-height: .25rem;
    margin-top: -.06rem;
    margin-bottom: .02rem;
}

.list2.news_list .news .wz {
    float: right;
    width: calc(100% - 1.15rem);
    margin-top: .45rem;
}

.list2.news_list .news .wz .news_title a{
    width: 100%;
    font-size: .22rem;
    display: block;
    white-space: nowrap;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis
}


.post-41 .news_list .news p span.news_title {
    opacity: 0 !important;
    visibility: hidden;
}.post-41 .news_list .news p {
    line-height: 0.34rem;
    font-size: 0.2rem;
    font-weight: 100 !important;
}
.portal-w{min-height:10px;}