@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: "syh", "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: #851321;
}

.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: "sys";
    src: url(fonts/SourceHanSerifCN-Regular.ttf);
}



/*????*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 15rem;
    margin: 0 auto;
}

/**??????**/

/*head??*/
.header {
    background: #851321;
}

.header .inner {
    position: relative;
    padding: .19rem 0;
}

.header .sitelogo {
    float: left;
}

.header .sitelogo img {
    width: 5.45rem;
}

.header .head-left {
    float: left;
}

.header .head-right {
    float: right;
    height: .18rem;
    margin-top: .51rem;
}



/*???????*/



/*??*/

#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;
    padding: 0 .5rem;
}

.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 .15rem;
    line-height: .62rem;
    font-size: 0.24rem;
    font-weight: bold;
    font-family: "sys";
}

.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: 0;
    top: 0.62rem;
    min-width: 100%;
    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.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
    background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #851321;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0rem;
    z-index: 200;
    background: #fff;
}

/*lang样式*/
.site-lang {
    width: auto;
    /* margin: 0 0.32rem; */
    float: left;
    margin-right: 0.25rem;
}

.site-lang ul {}

.site-lang ul li.links {}

.site-lang ul li.links a {
    line-height: 0.18rem;
    padding-left: 0.2rem;
    padding-right: 0.25rem;
    color: #fff;
    border-right: 2px solid rgb(255 255 255);
    height: 0.16rem;
    display: block;
    background: url(images/home.png) no-repeat;
    background-size: contain;
    font-size: 0;
}

.site-lang ul li.links a:hover {
    opacity: .7;
}

/**??banner??**/
#banner {
    /* background: url(images/list_banner.jpg) no-repeat; */
}

#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}

#banner .news_list .news {
    position: relative
}

#banner .news_list .news .news_wz {
    position: absolute;
    bottom: 0;
    right: 2.6rem;
    width: 5.3rem;
    height: 0.6rem;
    background: #fff;
    padding: 0.3rem 0.35rem;
    text-align: left;
}

#banner .news_list .news .news_title {
    font-size: 0.24rem;
}
#banner .news_list .news a:hover .news_title {
    color:#851321;
}
#banner .news_list .news .news_meta {
    font-size: 0.16rem;
    margin-top: .1rem;
}

#banner .news_list .news_imgs {
    position: relative;
    padding-top: 37.6%;
    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 .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: 1
}

#banner .slick-dots li.slick-active {
    background:#851321
}


#banner .slick-prev,
#banner .slick-next {top:auto;bottom: 1.2rem;opacity:1;font-size:0;border-radius:0;width:0.58rem;height:0.58rem}
#banner .slick-prev{
    left:auto;
    right:3.18rem;
    background: url(images/prev.jpg) no-repeat center;
    background-size:cover;
    transition:all .4s ease-in-out
}
#banner .slick-next{
    left:auto;
    right:2.6rem;
    background: url(images/next.jpg) no-repeat center;
    background-size:cover
    
}

#banner .slick-prev:hover{
    background: url(images/prev1.jpg) no-repeat center;
}
#banner .slick-next:hover{
    background: url(images/next1.jpg) no-repeat center;
}

/**??????**/

.main1 {
    background: url(images/main1.png) no-repeat center;
    background-size: cover;
}

.main1 .inner {
    padding: 0.75rem 0 1.36rem;
}

.main2 {
    background: url(images/main2.png) no-repeat center 3.75rem;
}

.main2 .inner {
    padding: .42rem 0 2.12rem;
}

.main3 {
    margin-top: -1.3rem;
    margin-bottom: -0.65rem;
    z-index: 1;
    position: relative;
    /* height: 2rem; */
}

.main3 .inner {background: #fff;}


/**???????**/
.post {}


.post .tt {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.36rem;
    position: relative;
}

.post-21 .tt {
    margin-bottom: 0.24rem;
}

.post-21 .tt .tit {
    padding-left: 0.15rem;
    background: url(images/p21.png) no-repeat left center
}

/**???**/
.post .tt .tit {
    /* position: relative; */
    float: left;
}

/**????**/
.post .tt .tit .title {
    display: block;
    color: #252525;
    font-size: 0.38rem;
    font-weight: bold;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: left;
    font-family: "sys";
}

.post-21 .tt .tit .title {
    /* font-size: 0.3rem; */
    /* height: 0.44rem; */
    /* line-height: 0.44rem; */
}

/*????*/
.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;
    * zoom: 1;

    float: right;

    position: relative;

    margin-top: .2rem;
}

.post .more_btn .more_text,
.post .more_btn a {
    cursor: pointer;
}

.post .more_btn a {
    color: #999;
    display: block;
    height: .2rem;
}

.post .more_btn a:hover {}

/**???????**/
.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: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
}

.news_list .news .news_title a {
    color: #282828;

}

.news_list .news .news_title a:hover {
    color: #851321
}

.news_list .news .news_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: rgb(0 0 0 / 50%);
}

.news_list .news .news_imgs img {
    transition: all .4s ease-in-out
}

.news_list .news:hover .news_imgs img {
    transform: scale(1.1)
}

.news_list .news .news_meta {
    font-size: 0.14rem;
    color: #851321;
    line-height: .24rem;
}

.post-12 {
    width: 8.7rem;
    float: left;
}
.post-12 .news_list {position:relative}
.post-12 .news_list .news{position:relative}
.post-12 .news_list .news .news_wz{position:absolute;bottom:0;padding:.3rem;padding-right: 2.4rem;}
.post-12 .news_list .news .news_title {
    color: #fff
}
.post-12 .news_list .news .news_text {
    color: #fff;
    opacity: .7;
    -webkit-line-clamp: 1;
}

.post-12 .news_list .news_imgs {
    width: 100%;
    padding-top: 64.98%;
    position: relative;
    overflow: hidden;
    background: #eee;
}

.post-12 .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;
}
.post-12 .news_list:before{background: url(images/p12.png) no-repeat right bottom;position:absolute;content:" ";width: 2.4rem;height: 1.48rem;right:0;bottom:0;z-index:1}
.post-12 .news_list .slick-dots{width: auto;height: .33rem;right: 0.12rem;bottom: 0.14rem;z-index: 1;}
.post-12 .news_list .slick-dots li{
    background: none;
    font-size: 12px;
    bottom: 0.03rem;
    width: .28rem;
    height: .33rem;
    margin: 0px 0.05rem;
}
.post-12 .news_list .slick-dots li.slick-active{bottom: 0;height: 0.48rem;background: url(images/dot12.png) no-repeat 0.11rem bottom;background-size: 0.16rem 0.14rem;border-radius: 0;} 
.post-12 .news_list .slick-dots li.slick-active button{font-size:.24rem;height: .33rem;}
.post-12 .news_list .slick-dots li button{
    font-size: .14rem;
    color: #fff;
    width: .28rem;
    height: .2rem;
    background: none;
}
.post-12 .news_list .slick-prev,
.post-12 .news_list .slick-next {
    font-size: 0;
    width: 0.1rem;
    height: 0.2rem;
    top: auto;
    bottom:0.86rem;
    opacity: 1;
    background-size: contain !important;
}

.post-12 .news_list .slick-prev {
    right: .5rem;
    left: auto;
    background: url(images/prev12.png) no-repeat center;
}

.post-12 .news_list .slick-next {
    right: .24rem;
    background: url(images/next12.png) no-repeat center;
}


.post-13 {
    width: 5.8rem;
    float: right;
}

.post-13 .news_list .news{
    border-bottom:1px solid #dad9d9;
    padding-bottom:.3rem;
    margin-bottom:.2rem
}
.post-13 .news_list .news .news_title{
    margin-bottom:.12rem
}
.main2 .inner .mod{
    display:flex;
    flex-wrap: wrap;
    gap: .25rem;
    justify-content: space-between;
}
.post-21 {
    width: 49%;
    margin-top: .2rem;
}

.post-21.post-22 {
}
.post-21.post-23 {
}
.post-21.post-24 {
}

.post-21 .news_list.list1 .news {
    padding: 0.2rem 0 0.3rem;
}

.post-21 .news_list .news {
    background: #fff;
    box-shadow: 0 0 5px #eee;
    position: relative;
    margin-left: 0.38rem;
    margin-bottom: .23rem;
}

.post-21 .news_list .news a {
    display: block;
    padding-right: .45rem;
}

.post-21 .news_list .news .news_title {
    margin-left: 1.15rem;
    line-height: .95rem;
}

.post-21 .news_list.list1 .news .news_title {
    line-height: 0.45rem;
}

.post-21 .news_list .news .news_text {
    margin-left: .27rem;
    margin-top: 0.32rem;
    height: .52rem;
}

.post-21 .news_list.list1 .news .news_date {
    top: 0.18rem
}

.post-21 .news_list .news .news_date {
    position: absolute;
    left: -0.38rem;
    background: url(images/date.png) no-repeat;
    width: 1.28rem;
    height: .72rem;
    color: #fff;
    display: flex;
    top: 0.11rem;
    font-family: "sys";
    font-weight: bold;
    align-items: center;
    background-size: contain;
}

.post-21 .news_list .news .news_day {
    font-size: .26rem;
    margin-top: -0.15rem;
    margin-left: 0.1rem;
    line-height: 0.38rem;
}

.post-21 .news_list .news .news_year {
    font-size: .14rem;
    background: url(images/meta.png) no-repeat 0.08rem 0.05rem;
    margin-top: -0.08rem;
    padding-left: 0.18rem;
    line-height: 0.2rem;
}

.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 .news_list{
    display: flex;
    justify-content: space-between;
    padding: 0.45rem 0.32rem 0.52rem 0.65rem;
}

.post-31 .news_list .news {
    margin: 0 0.1rem;
}

.post-31 .news_list .news a {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.post-31 .news_list .news_imgs {
    width: .52rem;
    height: .52rem;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.post-31 .news_list a:hover .news_imgs { transform: rotateY(-360deg);
    transition: all 0.4s ease-in-out;}
.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: .3rem;
    display: block;
    text-align:center;
    margin-top: .15rem;
}


#btt {
    display:none;
    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: 2.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.25rem 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: #851321;
    /* margin-top: -1.05rem; */
    height: .8rem;
}

/**??????**/
.col_menu .col_menu_head h3.col_name {
    font-size: 0.30rem;
    color: #fff;
    font-weight: normal;
}

/**??????**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: .8rem;
    text-align: center;
}

/**??????**/
.col_menu .col_menu_con {}

/*????*/
.col_list {
    width: 3.2rem;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.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.24rem;
    font-weight: normal;
    background: none;
    border: none;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    line-height: .8rem;
    padding: 0;
    text-align: center;
    display: block;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #851321;
    background: none;
    border: none;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #851321;
}

.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: #851321;
}

/*?????**/
.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: 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: #851321;
}

/*?????**/
.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: #851321;
}

/**????**/
.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 #851321;
    padding-bottom: .28rem;
}


.col_metas .col_title {
    display: inline-block;
    float: left;
    line-height: 0.24rem;
}

/**????**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: .24rem;
    font-weight: bold;
    color: #851321;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    color: #666;
    font-size: .16rem;
    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: #2F2F2F;
}

.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 .list2.news_list .news .news_date {
    display: flex;
    background: #fff;
    width: .76rem;
    flex-direction: column;
    align-items: center;
    color: #851321;
    border: 1px solid #851321;
    border-radius: 10px;
    margin-top: .32rem;
    float: left;
}

.col_news_list .list2.news_list .news .news_date .news_days {
    font-size: 0.24rem;
    line-height: .55rem;
}

.col_news_list .list2.news_list .news .news_date .news_years {
    font-size: .12rem;
    line-height: .25rem;
    margin-top: -.06rem;
    margin-bottom: .02rem;
}

.col_news_list .list2.news_list .news .wz {
    float: right;
    width: calc(100% - 1.15rem);
    margin-top: .45rem;
}

.col_news_list .list2.news_list .news .wz .news_title {
    width: 100%;
    font-size: .22rem;
    display: block;
    white-space: nowrap;
}


/**????????**/
.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;
    /* 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.32rem;
    font-size: 24px;
    text-align: center;
    color: #33333;
}

/**????**/
.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;
    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;
    word-break: break-all;
}

.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;
}

.wp_artfuns .wp_art_adjoin .prev {
    cursor: pointer;
    color: #333;
    font-weight: bold;
    font-size: 0rem;
    line-height: .56rem;
    width: .8rem;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative
}

.wp_artfuns .wp_art_adjoin .prev:before {
    position: absolute;
    content: "上一篇:";
    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: "下一篇:";
    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: #851321;
}

#footer .inner {
    position: relative;
}

#footer .inner .mod {
    display: flex;
    justify-content: space-between;
    padding: 1.11rem 0 .56rem;
    align-items: center;
}

#footer .inner .fl{}
#footer .inner .fc {margin-left:-1.2rem;}
#footer .inner .fr {}
#footer .inner .fr .news_imgs{width:1.36rem;height:1.36rem}
#footer .inner .fr .news_imgs img{width:100%;height:100%;transform: none;}

#footer .inner p {
    font-size: 0.16rem;
    color: #fff;
    line-height: .4rem;
    opacity: .6;
}


/**弹出的搜索**/

.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.16rem;
    height: 0.16rem;
    background: url(images/sous.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    float: right;
}

.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%;
}