@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: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #095ab5;
}

.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);
}

/*????*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 14rem;
    margin: 0 auto;
}

/**??????**/

/*head??*/
.header {
    background: url('images/shead.jpg') no-repeat;
    border-bottom: 0.06rem solid #01A6F6;
    background-size: cover;
}

.header .inner {
    height: 1.42rem;
    position: relative;
}

.header .sitelogo {
    float: left;
    margin-top: 0.04rem;
}

.header .sitelogo img {
    width: 6.24rem;
}

.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 0.10rem;
}

.header .head-right {
    float: right;
    position:relative;
}
.header .head-right .searchbox :before{position:absolute;content:" ";width: 3rem;height: .5rem;background: url(images/h-zt.png) no-repeat center;right: 3rem;top:0;background-size: 100%;opacity: .6;}

/*rale??*/


.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: 0.35rem;
    padding: 0 0.12rem 0 0.12rem;
    padding-left: 0.19rem;
    font-size: 0.13rem;
    color: #cad3d4;
    background: url(images/link_icon.png) no-repeat;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-rale ul li.links.i1 a {
    background-position: 0rem 0rem;
}

.site-rale ul li.links.i2 a {
    background-position: -60rem 0rem;
}

.site-rale ul li.links.i3 a {
    background-position: -117rem 0rem;
}

.site-rale ul li.links.i4 a {
    background-position: -1.77rem 0rem;
}

/*lang??*/
.site-lang {
    margin-top: 0.22rem;
}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}
.site-lang ul li.links.i1 {
    padding-right:0.1rem;
    border-right:2px solid #fff;
    margin-right:0.1rem
}

.site-lang ul li.links a {
    margin: 0rem 0.05rem;
    font-size: 0.16rem;
    color: #fff;
}


.fixednav {
    display: block;
    position: fixed;
    height: 0.6rem;
    width: 100%;
    z-index: 9;
    top: -0.6rem;
    left: 0;
    background-color: #006ec0;
    border-bottom: 0.03rem solid #02a7f7;
    opacity: 0.975 ! important;
    filter: alpha(opacity=0.975) ! important;
    transition: all 0.3s ease-in-out;
}

.nav-table {
    width: 14rem;
    margin: 0 auto;
    height: 0.6rem;
}
.nav-table .fixedlogo {
    float: left;
    width: 3rem;
}
.nav-table .fixedlogo img {
    width: 100%;
    margin: 0 auto;
}
.nav-table .first {
    float: right;
    width: calc(100% - 3.2rem);
    padding-left:0.2rem;
}
.nav-table .first .wp-menu{display:flex;justify-content:space-between;}
.nav-table .first .wp-menu .menu-item{position:relative;}
.nav-table .first .wp-menu .menu-item .menu-link{padding: 0 0.24rem;color:#fff;font-size:0.16rem;display: block;line-height:0.6rem;position:relative}
.nav-table .first .wp-menu .menu-item:hover{background:#1384e2}
.nav-table .first .wp-menu .menu-item .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    min-width: 1.12rem;
    _zoom: 1;
}
.nav-table .first .wp-menu .menu-item .sub-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:100%;width:auto;}
.nav-table .first .wp-menu .menu-item .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 0.40rem;
    line-height: 0.40rem;
    font-size: 0.12rem;padding:0 0.2rem;
    background: #fff;
    text-align: center;
}

.nav-table .first .wp-menu .menu-item .sub-menu .sub-item.hover>a {
    color: #fff;
    background-color: #1384e2;
    display: block;
}




/*???????*/
#nav {
    background: #fff;
}



/*??*/

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

/*?????????????????*/
.nav .wp-menu {
    margin: 0 auto
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: inline-block;
    width: 0;
    height: 0.20rem;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 0.37rem;
    line-height: 0.63rem;
    color: #151515;
    font-size: 0.19rem;
    font-weight: bold;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    background-color: #1384e2;
    text-decoration: none;
    color: #eee;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0.63rem;
    min-width: 1.5rem;
    z-index: 100;
    background: #fff;
    text-align: center;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 0.40rem;
    line-height: 0.40rem;
    padding: 0 0.17rem;
    font-size: 0.14rem;
    background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #1384e2;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0rem;
    z-index: 200;
    background: #fff;
}

/**??banner??**/
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}

#banner .news_list .news_imgs{
    position:relative;
    padding-top:31%;
    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}
#banner .news_list .news{position:relative}
#banner .news_list .news_title{position:absolute;left:13.54%;bottom:0.5rem;font-size:0.35rem;color:#fff;font-weight:bold;line-height: 0.4rem;background:;z-index: 999;}
#banner .slick-dots{right:13.54%;bottom:0.5rem;width: 1.25rem;display: flex !important;align-items: center;}
#banner .slick-dots li{width:0.1rem;height:0.1rem;border-radius:50px;background: rgb(255 255 255 / 60%);margin: 0 0.09rem;}
#banner .slick-dots li.slick-active{width:0.14rem;height:0.14rem;background: rgb(255 255 255);margin: 0 0.125rem;}
#banner .slick-dots li button{0.2rem 0.2rem}
#banner .slick-prev, #banner .slick-next{display:none}

/**??????**/

.main1 .inner {
    padding: 0.47rem 0rem 0.70rem;
}

.main2 {
    background: #E2F3FF;
}

.main2 .inner {
    padding: 0.685rem 0rem 0.35rem;
}

.ml {
    float: left;
    width: 64%;
}

.mr {
    float: right;
    width: 32.7%;
}

.main3 .inner {
    padding-top: 0.64rem;
}

.main4 .inner {
    padding: 0.15rem 0 0.70rem;
}

/**???????**/
.post {}

.post .tt {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.35rem;
}

/**???**/
.post .tt .tit {
    display: inline-block;
    float: left;
}

/**????**/
.post .tt .tit .title {
    display: block;
    color: #0062AC;
    font-family: "syh";
    font-size: 0.34rem;
    font-weight: bold;
    height: 0.34rem;
    line-height: 0.34rem;
}

.post .tt .tit .name {
    display: none;
    line-height: 0.16rem;
    color: #333;
}

/*????*/
.post .con {
    margin: 0 auto;
}

.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;
    float: right;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 0.14rem;
    cursor: pointer;
    line-height: 0.34rem;
    margin-top: 0.10rem;
}

.post .more_btn a {
    color: #999;
}

.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: 2; 
overflow: hidden; 
text-overflow: ellipsis; 
font-size:0.18rem;
    line-height:0.31rem
}
.news_list .news .news_title a{color:#000000}
.news_list .news .news_title a:hover{color:#0062AC}

.post-11 .news_list .news,.post-21 .news_list .news{
    width:4.3rem;
    float:left;
}
.post-11 .news_list .news.n1,.post-21 .news_list .news.n1{margin-right: 0.36rem;}
.post1 .news_list .news_imgs a{
    position:relative;
    padding-top:62.8%;
    overflow:hidden;
    width:100%;
    display:block;
}
.post .news_list .news_imgs img{transition:all .6s ease-in-out}
.post .news_list .news_imgs:hover img{transform:scale(1.1)}
.post1 .news_list .news_imgs img{width:100%;position:absolute;top:0;left:0;bottom:0;right:0;height:100%;object-fit:cover}
.post-11 .news_list .news .news_title{font-size:0.19rem;font-weight:bold;margin-top: 0.26rem;}
.post-11 .news_list .news_title a{color:#292929}
.post-11 .news_list .news_title a:hover{color:#0062AC}
.post-21 .news_list .news .news_title{margin-top: 0.44rem;line-height: 0.28rem;}

.post-12 .news_list .news{margin-bottom: 0.18rem;padding-bottom: 0.18rem;border-bottom:1px solid rgb(112 112 112 / 20%)}
.post-12 .news_list .news.n4{margin-bottom: 0;}
.post-12 .news_list .news_lm{float:left;width:0.56rem;height: 0.48rem;background:#3381BD;font-size:0.15rem;color:#fff;line-height: 0.24rem;text-align: center;padding: 0.04rem 0;}
.post-12 .news_list .news_yw{}
.post-12 .news_list .news_ly a{font-size:0.15rem;color:#fff;}
.post-12 .news_list .news .news_title{float:right;width:calc(100% - 0.78rem);line-height: 0.28rem;}

.post-22 .news_list .news{border-bottom:1px solid rgb(112 112 112 / 20%);padding-bottom: 0.18rem;margin-bottom: 0.18rem;}
.post-22 .news_list .news .news_title{}

.post-30 .news_list{display:flex;justify-content:space-between;flex-wrap:wrap}
.post-30 .news_list .news{width:4.08rem;display:flex;margin-bottom: 0.48rem;}
.post-30 .news_list .news .news_date{width:0.66rem;display:flex;flex-direction: column;align-items: center;justify-content: center;line-height: 0.25rem;font-size: 0.15rem;background: url(images/date.png) no-repeat;margin-right: 0.2rem;background-size: 100%;height: .66rem;}
.post-30 .news_list .news .news_year{color:#fff;margin-top:.05rem}
.post-30 .news_list .news .news_title{width:3.21rem;margin-top: 0.04rem;}


.post-40 .news_list{display:flex;justify-content:space-between;}
.post-40 .news_list .news{width:2.58rem;position:relative}
.post-40 .news_list .news_imgs a{
    position:relative;
    padding-top:58.9%;
    overflow:hidden;
    width:100%;
    display:block;
}
.post-40 .news_list .news_imgs img{width:100%;position:absolute;top:0;left:0;bottom:0;right:0;height:100%;object-fit:cover}
.post-40 .news_list .news .news_title{width:100%;position:absolute;bottom:0;line-height: 0.45rem;text-align:center}
.post-40 .news_list .news .news_title a{color:#fff}
.post-40 .news_list .news.n5 .news_title{background:rgb(102 167 211 / 90%)}
.post-40 .news_list .news.n4 .news_title{background:rgb(0 175 162 / 90%);}
.post-40 .news_list .news.n3 .news_title{background:rgb(52 190 228 / 90%)}
.post-40 .news_list .news.n2 .news_title{background:rgb(248 182 44 / 90%)}
.post-40 .news_list .news.n1 .news_title{background:rgb(0 109 192 / 90%)}

/***********************************************************
 * ???
 */
/**??????**/
/**???**/
/*????*/
.l-banner {
    height: 3.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}
.nav_site {
    margin-top: 0px;
    box-shadow: 0 3px 3px 0px #f3f3f3;
}
.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**???????**/
#l-container {}

#l-container .inner {
    padding: 0.25rem 0.10rem;
}

/**???????**/
#d-container {}

#d-container .inner {
    background: #fff;
margin-top: 0.05rem;
}

.col_menu {
    width: 2.40rem;
    float: left;
    margin-right: -2.40rem;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 0.10rem;
}

.col_menu .col_menu_head {
    background: #0065b3;
}

/**??????**/
.col_menu .col_menu_head h3.col_name {
    font-size: 0.20rem;
    font-weight: normal;
    color: #fff;
}

/**??????**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 0.50rem;
    padding: 0rem 0.05rem 0rem 0.30rem;
}

/**??????**/
.col_menu .col_menu_con {
    border: 0.01rem solid #e4e4e4;
}

/*????*/
.col_list {}

.col_list .wp_listcolumn {
    border-top: 0rem solid #2867A0;
    border-bottom: 0rem solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 0.15rem;
    font-weight: normal;
    background: none;
    border-top: 0rem solid #fff;
    border-bottom: 0.01rem solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 0.05rem 0rem 0.05rem 0.28rem;
    line-height: 0.32rem;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #0f429b;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #0065b3;
}

.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: #0f429b;
}

/*?????**/
.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: 0.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;
    font-weight: bold;
    color: #0f429b;
}

/*?????**/
.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: #0f429b;
}

/**????**/
.col_news {
    width: 100%;
    min-height: 5.00rem;
    float: right;
}

.col_news .col_news_box {
    margin-left: 2.90rem;
}

.col_news_head {
    border-bottom: 0.01rem solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 0.48rem;
    line-height: 0.48rem;
}

/**????**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 0.20rem;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #0065b3;
    border-bottom: 0.03rem solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 0.46rem;
    line-height: 0.46rem;
    color: #666;
}

.wp_paging{padding:0.5rem 0}

/**????**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 0.05rem 0rem 0.10rem 0rem;
    margin: 0 0.07rem;
}

.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 #E3E3E3;
    transition: all ease 0.4s
}

.col_news_list li.news:hover {
    padding-left: 0.15rem;
}

.col_news_list li.news span.news_title {
    float: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.5rem;
    margin-right: 1.1rem;
}

.col_news_list li.news:hover span.news_title:before {
    left: 0.15rem;
}

.col_news_list li.news span.news_meta {
    position: absolute;
    right: 0;
    top: 0;
}



/**????????**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 0.14rem;
    color: #333;
}

.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: 6.80rem;
    _width: expression(this.width > 680 ? "6.80rem" : this.width);
}

/**???????????**/
.possplit {
    text-indent: 0;
    width: 0.20rem;
    text-align: center;
    background: none;
}

/**???**/
.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.48rem;
    font-family: "Microsoft YaHei";
    font-size: 0.22rem;
    text-align: center;
    color: #000;
}

/**????**/
.article h2.arti_title {
    line-height: 0.40rem;
    font-family: "Microsoft YaHei";
    font-size: 0.17rem;
    text-align: center;
    color: #1B1B1B;
}

/**?????**/
.article .arti_metas {
    padding: 0.10rem;
    text-align: center;
    border-top: 0.01rem solid #ececec;
}

.article .arti_metas span {
    margin: 0 0.05rem;
    font-size: 0.12rem;
    color: #787878;
}

/**??????**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0.10rem;
}

/**????**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 0.14rem;
    color: #333;
}

/**????**/
.article .entry .read p {
    margin-bottom: 0.10rem;
}

.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_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-bg.jpg) no-repeat center bottom;
    height: 3.10rem;
}

#footer .inner {
    position: relative;
    height: 100%;
}

#footer .inner .ftop {
    padding-top: 0.60rem;
    display: flex;
    justify-content: space-between;
}

#footer .inner .ftop .flogo {
    padding-top: 0.25rem;
    width: 4rem;
}
#footer .inner .ftop .flogo img{
width:100%
}
#footer .inner .ftop .finfo {
    padding-top: 0.40rem
}

#footer .inner .ftop .flink {
    padding-top: 0rem
}
#footer .inner .ftop .fcode .news_list{display:flex;flex-direction: row-reverse;column-gap: 0.23rem;}
#footer .inner .ftop .fcode .news_imgs{
    width:1.17rem;
}
#footer .inner .ftop .fcode .news_imgs img{
    width:100%;height:100%
}
#footer .inner .ftop .fcode .news_title{
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
}

#footer .inner .fbottom {
    bottom: 0.15rem;
    position: absolute;
    width: 100%;
}

#footer .inner .fbottom .finfo {
    text-align: center;
    width: 100%;
}

#footer .inner .finfo p {
    font-size: 0.16rem;
    color: #fff;
    opacity: .8
}

#footer .inner .foot-right {
    float: right;
    margin-top: 0.12rem;
}

/**************************************************************
 * ????
 */
/*??????*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 0.04rem;
    border: 0.01rem solid #d0d0d0;
}

.wp_search #keyword {
    width: 1.60rem !important;
    padding: 0.04rem 0;
    border: none;
    height: 0.20rem;
    line-height: 0.20rem;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 0.32rem;
    height: 0.30rem;
    border: 0rem;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*??????*/
.searchbox {
    text-align: right;
    background: rgb(241 241 241 / 40%);
    margin-top: 0.26rem;
    border-radius: 0.195rem;
    width: 2.27rem;
    right: 0;
    position: absolute;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 0.10rem;
}

.wp-search .search-input input.search-title {
    height: 0.4rem;
    line-height: 0.26rem;
    background: none;
    color: #FFFFFF;
    font-size: 0.16rem;
    border: 0;
    outline: 0;
    padding-left: 0.2rem;
}

.wp-search .search-btn {
    width: 0.40rem;
    height: 0.40rem;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0.10rem;
}

.wp-search .search-btn input.search-submit {
    width: 0.40rem;
    height: 0.40rem;
    border: 0;
    outline: 0;
    background: url(images/sous.png) no-repeat center center;
    cursor: pointer;
    background-size: 0.2rem 0.2rem;
}

/**????**/
.botlinks .links-wrap {
    position: relative;
    display:block;
    margin: 0.2rem 0.10rem;
    width: 2.54rem;
    line-height: 0.47rem;
    background: rgb(255, 255, 255, .25);
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 0.47rem;
    padding: 0 0.35rem 0 0.25rem;
    color: #fff;
    background: url(images/arrow.png) no-repeat right 0%;
    font-size: 0.16rem;
    line-height: 0.47rem;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #fff;
    background-position: right 100%;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0.47rem;
    width: auto;
    min-width: 2.54rem;
    height: auto;
    max-height: 3.00rem;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 0.35rem;
    padding: 0 0.25rem;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 0.06rem;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #097bd4;
    cursor: pointer;
}

/**????**/
.list #container-1 .wp-inner{width:100%}

.nav-table .first .wp-menu .menu-item .sub-menu .sub-menu {
    display: none !important;
}
.news_ly {
    margin: 0 0.1rem;
}
.mbanner .news_imgs:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 26%;
    background: url(images/bannerbg.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    z-index: 99;
}