* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100px
}

a {
    text-decoration: none;
color:#333;
}

.left {
    float: left;
}

.right {
    float: right;
}
.news .rtop{
    float:left;
    margin-top:20px;
    width:40%;
}
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

ol, ul {
    list-style: none
}

body {
    font-family: 'Arial', sans-serif;
    font-size: .16rem;
    color: #333;
}

.clear {
    clear: both;
}

.w1580 {
    width: 1580px;
    margin: auto;
}

.top {
    position: relative;
    width: 100%;
    height: 170px;
}

.logoimg {
    width: 60%;
    top: 30px;
    position: absolute;
}
/* .link_box{ right:25%; top:60px; position:absolute;font-size: 14px;} */
.link_box {
    float: right;
    font-size: 14px;
    margin-top: 40px;
}

    .link_box ul {
        position: relative;
    }

    .link_box li {
        display: block;
        position: relative;
        float: left;
        padding: 0 5px;
    }

        .link_box li .a {
            text-align: center;
            position: relative;
            color: #FFF;
            height: 40px;
            width: 40px;
            line-height: 40px;
            opacity: 0.6;
        }

            .link_box li .a strong {
                font-size: 14px;
                text-align: center;
                line-height: 38px;
                position: relative;
                z-index: 1;
            }

        .link_box li:hover .a {
            opacity: 1;
        }

.search {
    float: right;
    margin-top: 40px;
    margin-right: 3%;
    margin-left: 20px;
}

.search-container {
    position: relative;
    width: 300px; /* 搜索容器的宽度 */
    border: 2px solid #FFF;
    opacity: 0.8;
    border-radius: 24px; /* 圆角边框 */
}

.search-input {
    width: 230px;
    padding: 10px; /* 留出空间给按钮，右侧留边距 */
    font-size: 14px;
    border-radius: 24px 0 0 24px; /* 圆角边框 */
    border: none;
    color: #FFF;
    background-color: transparent;
}

    .search-input::placeholder {
        color: #FFF;
    }

.search-button {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 19px;
    right: 13px;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-input:focus {
    outline: none; /* 聚焦时不显示轮廓 */
}
.hd-nav{border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.hd-nav li {
    line-height: .36rem;
    font-size: 20px;
    margin-left: .1rem;
    position: relative;
}

    .hd-nav li:first-child {
        margin-left: 0
    }

    .hd-nav li > a {
        display: block;
        line-height: .36rem;
        position: relative;
        color: #fff;
        font-weight: normal
    }

    .hd-nav li > a#current {
        color: #c5ecf5;
border-bottom:2px solid #c5ecf5
    }
    .hd-nav li:hover > a {
        color: #cdf6fa;
        font-weight: bold
    }

    .hd-nav li > a.has-child:after {
        content: "\eabd";
        font-family: "swiper-icons";
        margin-left: 5px;
        font-size: .16rem
    }

    .hd-nav li:hover > a.has-child:after {
        display: inline-block;
        transform: rotate(180deg);
        position: relative;
        top: -1px
    }

.on_a a {
    color: #17624a;
}

.wpa {
    width: 100%;
    margin: 0 auto;
    max-width: 17.5rem;
}

.topwrap {
    height: 7.18rem;
    position: relative;
}

.bannerwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navwrap {
    position: absolute;
    top: 0;
    left: 6%;
    width: 88%;
    z-index: 99;
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
}

.gonggao {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 65%;
    height: 1rem;
    background-image: url('../images/rectbg.png');
    background-size: auto 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: 99;
}

.gonggaowrap {
    margin-top: .2rem;
    padding: 0 10% 0 20%;
}

.ggtit {
    font-size: .24rem;
    padding-top: 4px;
    float: left;
    width: 15%;
    border-right: 2px solid #1F3CA4;
    color: #1F3CA4;
}

.gonggaolist {
    float: right;
    overflow: hidden;
    width: 80%;
    height: .4rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .gonggaolist li {
        height: .4rem;
    }

    .gonggaolist span {
        font-size: .18rem;
        line-height: .4rem;
        color: #999;
    }

.gonggaotop {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: .1rem;
    width: 90%;
    float: left;
    margin-left: 9%;
}

    .gonggaotop li {
        line-height: .36rem;
        font-size: .2rem;
        margin-left: .1rem;
        position: relative;
    }

        .gonggaotop li:first-child {
            margin-left: 0
        }

        .gonggaotop li > a {
            display: block;
            line-height: .36rem;
            padding: 6px;
            position: relative;
            color: black;
            font-weight: bold
        }

        .gonggaotop li:hover > a {
            color: #0041c1;
        }

        .gonggaotop li > a:before {
            content: '';
            width: 0;
            border: 5px solid transparent;
            border-bottom-color: #004bc4;
            left: 50%;
            transform: translateX(-50%);
            bottom: 1px;
            position: absolute;
            opacity: 0;
            visibility: hidden;
        }

        .gonggaotop li:hover > a:after {
            width: 100%;
            opacity: 1;
        }

        .gonggaotop li > a:after {
            content: '';
            width: 0;
            height: 2px;
            background: #004bc4;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            transition: .3s;
            opacity: 0;
        }

        .gonggaotop li.on_aa > a:before {
            opacity: 1;
            visibility: visible;
        }

        .gonggaotop li > a.has-child:after {
            content: "\eabd";
            font-family: "swiper-icons";
            margin-left: 5px;
            font-size: .16rem
        }

        .gonggaotop li:hover > a.has-child:after {
            display: inline-block;
            transform: rotate(180deg);
            position: relative;
            top: -1px
        }
    .gonggaotop li.on_aa > a:after {
        width: 100%;
        opacity: 1;
    }


/* 新闻动态区域 */
.news {
    position: relative;
    padding: 0% 8% 2% 8%;
    background-image: url('../images/logobg.jpg');
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
}

    .news h2 {
        text-align: center;
        font-weight: lighter;
        font-family: '微软雅黑';
        font-size: .36rem;
        margin-bottom: .1rem;
        margin-top: .2rem;
    }
.news h1{
        text-align: center;
        font-weight: lighter;
        font-family: '微软雅黑';
    border-bottom: 2px solid #333;
    padding: 10px 0;
    margin-bottom: 16px;
    text-align: left;    font-weight: bold;
    font-size: .28rem;margin-top: 0.2rem;
}
.newsleft {
    width: 59%;
    float: left;
}
.more{
font-size: 0.12rem;
    font-weight:lighter;
    position: relative;
    float: right;
    top: 20px;
}
.newsright {
    width: 38%;
    height: auto;
    float: right;
}

.rtopleft {
    width: 95%;
    height: 95%;
    max-height:220px;
}

.rtopright {
    text-align: left;
    width:95%
}

    .rtopright h3 {
        font-size: .22rem;
        margin-bottom: .2rem;
        padding-bottom: .1rem;
        margin-left: .2rem;
        color: #000;
        border-bottom: 1px solid #ccc;
    }

    .rtopright span {
        display: inline-block;
        margin-left: .2rem;
        font-size: .16rem;
        line-height: .3rem;
        color: #666;
    }

.rbottom {
    /* margin-top: .3rem; */
    float:right;
    width:58%;
}

.newslist {
    line-height:45px;
    font-size:18px;
    border-bottom:solid 1px #ccc;
    text-wrap:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.listleft {
    float: left;
}

    .listleft h2 {
        font-size: .28rem;
        margin-bottom: 10px;
        font-weight: 900;
    }

    .listleft h3 {
        font-size: .18rem;
        text-align: right;
        padding-left: .2rem;
    }

.listright {

    text-align: left;
}
.listright i{
text-decoration: none;
    font-style: initial;
    background: #eee;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
margin-right:12px;
}
    .listright h3 {
        font-size: .20rem;
        margin-bottom: 10px;
        color: #000;
    }

    .listright span {
        font-size: .16rem;
        color: #666;
        line-height: 25px;
    }

/* 研究方向区域 */
.research-areas {
    position: relative;
    padding: 40px 0 40px 0;
    background-image: url('../images/bg2.jpg'); /* 替换为您的图片路径 */
    background-size: 100% 100%;
    background-position: center; /* 背景图居中显示 */
    background-repeat: no-repeat; /* 背景图不重复 */
    text-align: center;
}

    .research-areas h2 {
        color: #FFF;
        margin-bottom: 10px;
        font-weight: lighter;
        font-family: '微软雅黑';
        font-size: .36rem;
        margin-bottom: .1rem;
    }

.research {
    position: absolute;
    width: 15%;
    text-align: center;
    font-size: .3rem;
    color: #FFF;
}

.res1 {
    top: 20px;
    left: 12%;
    height: 500px;
    padding-top: 40px;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.res1 img {
    margin-top: 20px;
    width: 100%;
    animation: myfirst 2s infinite;
}

.res2 img {
    margin-top: 20px;
    width: 100%;
    animation: myfirst 2.5s infinite;
}

.res3 img {
    margin-top: 20px;
    width: 100%;
    animation: myfirst 2s infinite;
}

.res2 {
    top: 220px;
    left: 35%;
    height: 500px;
    padding-top: 40px;
}

.res3 {
    top: 220px;
    right: 25%;
    height: 500px;
    padding-top: 40px;
}

.res4 {
    top: 40px;
    right: 4%;
    height: 300px;
    padding-top: 100px;
}
/* 学术交流区域 */
.academic-exchange {
    position: relative;
    padding: 100px 0 100px 0;
    height: 900px;
    background-image: url('../images/bg3.jpg');
    background-position: left;
    background-repeat: no-repeat;
    text-align: center;
}

    .academic-exchange h2 {
        margin-bottom: 10px;
        margin-bottom: 10px;
        font-weight: lighter;
        font-family: '微软雅黑';
        font-size: .36rem;
    }

    .academic-exchange .event {
        width: 30%;
        float: left;
padding-top:16px;
    }

.events {
    margin-left: 14%;
}
.events h2{
    color:#fff;
}
.event img {
    width: 100%;
}

.eventbtm {
    padding: .3rem .3rem;
    color: #FFF;
}

    .eventbtm h3 {
        border-left: 4px solid #FFF;
        padding-left: 15px;
        text-align: left;
color:white;
    }

    .eventbtm span {
        display: block;
        font-size: .16rem;
        margin-top: .2rem;
        text-align: left;
        line-height: 150%;
color:white;
    }

.event1 {
    background-color: #92B3E0;
    height: 7.8rem;
    overflow:hidden;
}

.event2 {
    background-color: #69005F;
    height: 7.8rem;
    overflow:hidden;
}

.event3 {
    background-color: #e7b56d;
    height: 7.8rem;
    overflow:hidden;
}

    .event3 .eventbtm {
        color: #69005f;
    }

        .event3 .eventbtm h3 {
            border-left: 4px solid #69005f;
        }
/* 实验资源区域 */
.equipments {
    position: relative;
    padding: .1rem 0 50px 0;
    height: 7.7rem;
    background-image: url('../images/dianjin.jpg');
    background-size: 30% auto;
    background-position: 13%;
    background-repeat: no-repeat;
    text-align: center;
}

.imgequipment {
    position: absolute;
    height: 2rem;
    right: 15%;
    top: -.5rem;
}

.equipments h2 {
    font-weight: lighter;
    margin-bottom: 10px;
    font-family: '微软雅黑';
    font-size: .36rem;
}

.equipments p {
    margin-bottom: 10px;
}

.equipment {
    position: absolute;
    width: 40%;
    right: 15%;
    top: 1.5rem;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 创建4列，每列等宽 */
    grid-gap: 10px; /* 设置列和行之间的间距为20px */
    padding: 10px; /* 容器内边距，也作为外边距 */
}

.grid-item {
    padding: 10px; /* 列内边距 */
    text-align: center; /* 文本居中 */
}

    .grid-item img {
        width: 100%;
    }

#banner {
    position: relative;
    height: 718px;
    width: 100%;
}

    #banner .bd {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        #banner .bd a {
            display: block;
            width: 100%;
            height: 718px;
        }

    #banner .hd {
        margin: 0 auto;
        position: absolute;
        width: 100%;
        bottom: 20px;
    }

        #banner .hd ul {
            display: inherit;
            position: relative;
            text-align: center;
        }

            #banner .hd ul li {
                display: inline-block;
            }

                #banner .hd ul li a {
                    border-radius: 50%;
                    height: 12px;
                    width: 12px;
                    margin: 0 3px;
                    display: block;
                    background: #fff;
                }

                    #banner .hd ul li a:hover {
                        background: #6bc513;
                    }

            #banner .hd ul .on a {
                background: #6bc513;
            }

    #banner .bnt {
        position: absolute;
        top: 50%;
        z-index: 3;
        margin-top: -22px;
    }

        #banner .bnt:hover {
        }

    #banner .prev {
        position: absolute;
        left: -54px;
    }

    #banner .next {
        position: absolute;
        right: -54px;
    }

    #banner:hover .prev {
        left: 50px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #banner:hover .next {
        right: 50px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.slide_about .box {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}

.slide_about .bd {
}

    .slide_about .bd ul {
    }

        .slide_about .bd ul li {
            position: relative;
            width: 100%;
            height: 5.5rem;
        }

            .slide_about .bd ul li img {
                width: 100%;
                height: 4rem;
            }

.slide_about .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1rem;
}

    .slide_about .mask h5 {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        font-size: .18rem;
        line-height: 20px;
        margin: 0 0 10px 0;
        color: black;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .slide_about .mask p {
        width: 100%;
        font-size: .16rem;
        line-height: 130%;
        color: black;
        text-align: left;
        text-indent: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.slide_about .hd {
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3px 0;
}

    .slide_about .hd ul {
        position: relative;
        z-index: 9;
        width: 100%;
        display: inherit;
        text-align: center;
    }

        .slide_about .hd ul li {
            cursor: pointer;
            display: inline-block;
        }

            .slide_about .hd ul li a {
                height: 8px;
                width: 8px;
                margin: 0 6px;
                display: block;
                border: 1px solid #fff;
                border-radius: 50%;
            }

                .slide_about .hd ul li a:hover {
                    background: #fff;
                }

        .slide_about .hd ul .on a {
            background: #fff;
        }

/* 列表页 */
.wp {
    margin: 0 auto;
    width: 90%
}

.wpny {
    margin: 0 auto;
    width: 80%
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.nymain {
    border-top: 1px solid #eee;
}

.nylists {
    padding: .8rem 0 .8rem
}

.nylist {
    margin-bottom: .5rem
}

    .nylist li {
        width: 45%;
        margin-bottom: .2rem;
        padding: .2rem .34rem;
        border-bottom: 1px dashed #ddd;
        display: flex;
        justify-content: space-between;
        transition: .3s;
        position: relative
    }

        .nylist li .txt {
            width: calc(100% - .95rem);
            padding-left: .3rem;
            padding-top: .2rem;
            position: relative;
            z-index: 2
        }

            .nylist li .txt h4 {
                font-size: .18rem;
                line-height: 1.5em
            }

        .nylist li .time {
            width: .95rem;
            padding: .15rem 0 0 .15rem;
            position: relative;
            z-index: 2
        }

            .nylist li .time:before {
                content: '';
                position: absolute;
                width: .74rem;
                height: .74rem;
                border: 2px solid #cfdef3;
                top: 0;
                left: 0
            }

            .nylist li .time time {
                display: block;
                width: .76rem;
                height: .76rem;
                background: #cfdef3;
                position: relative;
                z-index: 3;
                text-align: center;
                font-size: .14rem;
                padding-top: .1rem;
                color: #fff
            }

                .nylist li .time time span {
                    font-size: .32rem;
                    display: block;
                    line-height: 1em
                }

        .nylist li:after {
            background: url(../images/ny/listbg.png) no-repeat center;
            background-size: cover;
            content: '';
            position: absolute;
            top: -1px;
            left: 0;
            right: 0;
            bottom: -1px;
            opacity: 0;
            visibility: hidden;
        }

        .nylist li:hover:after {
            box-shadow: 3px 3px .1rem rgba(0,75,196,.3);
            opacity: 1;
            visibility: inherit;
        }

        .nylist li:hover .time:before {
            border-image: linear-gradient(to bottom,#ac0b5e,#0e53ba) 1;
        }

        .nylist li:hover .time time {
            background: linear-gradient(45deg,#ac0b5e 0%,#0e53ba 100%);
        }

        .nylist li:hover a {
            color: #ac0b5e
        }


@media (max-width: 510px) {
    .nylists {
        padding-top: .6rem
    }

    .nylist li {
        padding: .28rem
    }

        .nylist li .txt {
            padding-top: .15rem;
            padding-left: .2rem
        }
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width:1024px) {
    html {
        font-size: 90px !important;
    }

    .lderlist li {
        width: 2.2rem;
        position: relative;
        margin: 0 .2rem .8rem
    }

    .nyarc .nyleft {
        width: 100%;
        margin-bottom: .5rem
    }

    .nyarc .nyright {
        width: 100%;
        position: relative;
        top: 0
    }
}

@media screen and (max-width:900px) {
    .wp {
        width: 90%
    }

    .wpa {
        width: 90%
    }

    html {
        font-size: 85px !important;
    }

    .nylist li {
        width: 100%
    }
}

@media screen and (max-width:640px) {
    body {
        font-size: .18rem
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px !important;
    }

    .eclips {
        display: block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 75px !important;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 70px !important;
    }
}
/*==============分页=====================*/

.page {
    margin: 0;
    display: block
}

    .page .box {
        width: 100%;
        text-align: center;
        padding: .3rem;
        margin: .3rem;
    }

    .page a {
        padding: 0 .2rem;
        height: .4rem;
        line-height: .4rem;
        display: inline-block;
        border: 1px solid #dcdcdc;
        margin: 0;
        color: #fff;
        color: #444444;
        font-size: 0.14rem;
    }

    .page .on {
        background: #F9F9F9;
        color: #666 !important;
        border: 1px solid #0c6545;
    }

    .page span {
        background: #F9F9F9;
        color: #666 !important;
        border: 1px solid #0c6545;
    }

    .page a:hover {
        background: #F9F9F9;
        color: #999 !important;
        text-decoration: none;
        border: 1px solid #0c6545;
    }

    .page a.u_bnt {
        transition: all 1s;
        -moz-transition: all 1s; /* Firefox 4 */
        -webkit-transition: all 1s; /* Safari 和 Chrome */

        -o-transition: all 1s; /* Opera */
    }

.contentlist {
    width: 25%;
}

.wrp {
    width: 80%;
    margin: 0 auto;
}
/* 内容页 */
.nyarc {
    padding: .8rem 0 1rem
}

.nyleftsingle {
    width: 100%
}

.nyarc .nyleft {
    width: 70%
}

.nyarc .nyright {
    width: 100%;
}

    .nyarc .nyright dl {
        margin-top: 0;
    }

        .nyarc .nyright dl dd {
            background: #f5f7f9;
            margin-left: 0;
        }

            .nyarc .nyright dl dd ul li {
                padding: .10rem .2rem;
                display: flex;
                justify-content: space-between;
            }

                .nyarc .nyright dl dd ul li time {
                    width: .75rem;
                    font-size: .16rem;
                    color: #777;
                    margin-top: .1rem;
                }

                    .nyarc .nyright dl dd ul li time span {
                        display: block;
                        font-size: .18rem;
                        color: #222;
                        margin-bottom: .1rem;
                    }

                .nyarc .nyright dl dd ul li .txt {
                    width: calc(100% - .75rem);
                    padding-top: .1rem;
                }

                    .nyarc .nyright dl dd ul li .txt h4 {
                        line-height: 1.2em
                    }

                        .nyarc .nyright dl dd ul li .txt h4 a {
                            max-height: .48rem\0;
                            display: block\0;
color:#333;
                        }

                .nyarc .nyright dl dd ul li:hover {
                    background: #b9014f
                }

                    .nyarc .nyright dl dd ul li:hover a {
                        color: #fff!important;
                    }

                    .nyarc .nyright dl dd ul li:hover time {
                        color: #fff!important;
                    }

                        .nyarc .nyright dl dd ul li:hover time span {
                            color: #fff!important;
                        }

.rightit {
    width: 100%;
    height: 1rem;
    background-image: url('../images/slidebg.png');
    background-color: #F5F7F9;
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

    .rightit h2 {
        color: #FFF;
        padding-top: .2rem;
        padding-left: .4rem;
    }

.n_content {
    padding: 20px;
}
/*==============新闻详情=====================*/
.bodertit {
    border-bottom: 3px solid #b9014f;
    padding: 0 .3rem .2rem .3rem;
}

.n_article {
    margin-bottom: .2rem;
}

    .n_article .ar_title {
        padding: 10px 0 20px 0;
        margin-bottom: 10px;
    }

    .n_article .ar_title {
        padding: 0 0 0px 0;
        position: relative;
    }

        .n_article .ar_title h1 {
            font-size: .22rem;
            margin-bottom: 30px;
            display: block;
            font-weight: bold;
            text-align: center;
            line-height: .3rem;
            color: black;
        }

        .n_article .ar_title h2 {
            font-size: .12rem;
            position: relative;
            display: block;
            border-top: 1px solid #d6d6d6;
            padding: 0 5px;
            color: #999999;
            line-height: .5rem;
            text-align: center;
        }

            .n_article .ar_title h2 strong {
                padding: 0 .2rem;
font-size:16px;
font-weight:normal;
            }

    .n_article .ar_article {
        min-height: 400px;
        padding: .2rem .2rem;
    }

        .n_article .ar_article .text_1 {
            line-height: 200%;
            margin-top: .3rem;
        }

        .n_article .ar_article span {
            line-height: 160%;
            margin-bottom: .2rem;
            /*display: block;*/
            font-size: .18rem;
        }

        .n_article .ar_article p {
            line-height: 200%;
            margin-top: .3rem;
font-size:20px;
        }

        .n_article .ar_article img {
            width: 50%;
        }

    .n_article .bnt_page {
        position: relative;
        height: .4rem;
        margin-bottom: 10px;
        line-height: .4rem;
        font-size: 12px;
        color: #8a8a8a;
        border-top: 1px dotted #e4e4e4;
    }

        .n_article .bnt_page a {
            color: #8a8a8a;
        }

            .n_article .bnt_page a:hover {
                color: #007cc2;
            }

    .n_article .back_box {
        margin: .4rem auto 0 auto;
        padding-bottom: .8rem;
    }

.jiathis_style {
    margin-top: 10px;
}

.n_article .bnt_page {
    position: relative;
}

    .n_article .bnt_page .shart_box {
        position: absolute;
        right: 0;
        top: 10px;
    }

#ar_fot {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

    #ar_fot h1 {
        display: block;
        font-size: 12px;
        line-height: 30px;
        color: #777777;
        font-weight: bold;
    }

        #ar_fot h1 a {
            font-size: 12px;
            color: #777777;
            font-weight: normal;
        }

    #ar_fot .bnt_back {
        position: absolute;
        top: 28px;
        right: 0;
        color: #fff;
        background: #0059b4;
        padding: 0 25px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

        #ar_fot .bnt_back:hover {
            border-radius: 3px;
        }


.flex-left {
    display: flex;
    flex-wrap: wrap
}

.footer {
    position: relative;
    background: url(../images/bgbtn.jpg) no-repeat top;
    background-size: 100% 100%;
}

    .footer .fta {
        padding: .7rem 0;
        color: #051d46;
        position: relative;
    }

        .footer .fta .logoft {
            margin-bottom: .4rem
        }

            .footer .fta .logoft img {
                height: .74rem
            }

        .footer .fta a {
            color: #051d46
        }

            .footer .fta a:hover {
                color: #a80c4e
            }

        .footer .fta dl dt {
            font-size: .22rem;
            margin-bottom: .12rem
        }

        .footer .fta dl dd p {
            padding: .06rem 0
        }

            .footer .fta dl dd p i {
                margin: 0 .1rem
            }

    .footer .ftb {
        color: #fff;
        padding: .2rem 0;
        position: relative;
    }

@media (max-width: 760px) {
    .footer .fta dl {
        width: 100%;
        margin-bottom: .2rem
    }

    .footer .fta {
        padding: .5rem 0 .3rem
    }
}

@media(min-width: 1630px) and (max-width: 1930px) {
.eventbtm span{
font-size:16px;
}
.hd-nav li {
    font-size: 20px;
}
}

@media(min-width: 1200px) and (max-width: 1619px) {
.eventbtm span{
font-size:14px;
}
.hd-nav li {
    font-size: 15px;
}
}

@media (max-width: 1630px) {
.nyarc .nyright dl dd ul li .txt h4 a{
font-size:14px;
}
#c234957 ul li {
    float: left;
    margin-left: 35px!important;
}
.hd-nav li{
font-size:18px;
}
.gonggaotop li > a{
font-size:16px
}
.eventbtm span{
font-size:14px;
}
}



.col-md-3{
float:left;
width:25%;
text-align:center;
color:#000;
margin-top:25px;
}

.nymain{
width:82%;
margin:0 auto;
}

a.abtn{display:none;height:130px;width:17px;overflow:hidden;background:url(/images/arrow3.png) no-repeat 0px 50%;}
a.aleft{float:left;}
a.agrayleft{cursor:default;background-position:-34px 50%;}
a.aright{float:right;background-position:-17px 50%;}
a.agrayright{cursor:default;background-position:-51px 50%;}
.scrolllist .imglist_w ul{width:20000px;position:absolute;left:0px;top:0px;}
.scrolllist .imglist_w {
    width: 100%;
height:650px;
    overflow: hidden;
    float: left;
    position: relative;
}

.stdiv{
width:90%;
margin:0 auto;
}
.stdiv li,.stdiv .evenli{
padding-left:45px;
padding-right:45px;
margin-top:50px;
float:left;
}.stdiv li p,.stdiv .evenli p{
text-align:center;
color:#FFF;
margin-top:25px;
}
.stdiv li i,.stdiv .evenli i{
display:block;
width:200px;
height:200px;
border-radius:250px;
overflow:hidden;
}
.stdiv li img,.stdiv .evenli img{
width:205px;
position:relative;
bottom:5px;
height:auto;
min-height:215px;
}
.xyzt-pic {
    width: 100%;
    float: left;
    overflow: hidden;
    cursor: pointer;
}