body {
    color: #333;
    font-size: 14px;
    font-family: "姘撴埉搴愮尗闄嗙倝鑼呴垾琛★拷纬鈹炵儵锟斤拷", "Arial", Helvetica, "鑼呯閳ユ◤銇㈣В锟斤拷", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    padding-top: 152px;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.container {
    width: 1440px;
}

.slick-dots li button:before {
    display: none;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner {
    margin: 0;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.header {
    background: url(../img/header-bj.png);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
}
.sjtop{display:none;}

.logo {
    padding: 20px 0;
}
.head_zs{
    width: 300px;
    margin: 30px 0 0 140px;
}

.header-right-sm {
    padding-top: 35px;
}

.header-a {
    line-height: 30px;
    color: #fff;
}

.header-a span {
    display: inline-block;
    padding: 0 20px;
}

.header-a a {
    color: #c4dbeb;
    font-size: 14px;
}

.header-a a:nth-child(2) {
    margin-left: 25px;
}

.header-a a img {
    margin-right: 12px;
}

.search-box {
    width: 260px;
    position: relative;
    margin-left: 20px;
}

.search-box .form-control {
    width: 100%;
    height: 30px;
    box-shadow: none;
    border: none;
    background: #398ec7;
    color: #fff;
    border-radius: 30px;
}

.btn-search {
    position: absolute;
    right: 10px;
    height: 30px;
    top: 0;
    bottom: 0;
    background: url(../img/search.png) center no-repeat;
}

.nav-list li {
    float: left;
    width:12.5%;
    position: relative;
}

.nav-list {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #4698ab;
}

.nav-list li a {
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 46px;
    text-align: center;
}

.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li,
.banner .slick-dots li button {
    width: 26px;
    height: 26px;
}

.banner .slick-dots li button {
    background: url(../img/li01.png) center no-repeat;
}

.banner .slick-dots li.slick-active button {
    background: url(../img/li02.png) center no-repeat;
}



.one {
    width: 100%;
    padding: 50px 0;
}

.title {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.title span {
    font-size: 22px;
    line-height: 30px;
    color: #0a6fb5;
    font-weight: bold;
    border-bottom: 2px solid #efc850;
    padding-bottom: 12px;
}

.title a {
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #888;
    line-height: 30px;

}


.new-t {
    width: 64%;
}

.new-t a {
    width: 48.5%;
    float: left;
}

.new-t a:nth-child(2) {
    float: right;
}

.new-t a:hover .new-tit h2 {
    color: #0a6fb5;
    font-weight: bold;
}

.new-pic {
    position: relative;
    padding-top: 57%;
    transform: scale(1, 1);
    overflow: hidden;
    margin-bottom: 20px;
}

.new-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s all;
}

.new-pic img:hover {
    transform: scale(1.05, 1.05);
}

.new-tit {
    width: 100%;
}

.new-tit h2 {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0px;
    margin-bottom: 5px;
}

.new-tit p {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    max-height:56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-tit span {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    padding-left: 20px;
    background: url(../img/time.png)left center no-repeat;
}

.new-list {
    width: 34%;
    display: flow-root;
}

.new-list li {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.new-list li:nth-child(5) {
    margin-bottom: 0px;
}

.new-list li .time {
    width: 76px;
    font-size: 12px;
    color: #0a6fb5;
    line-height: 26px;
    text-align: center;
    display: block;
    float: left;
    background: #ededed;
}

.new-list li .time span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    background: #0a6fb5;
    display: block;
    width: 100%;
}

.new-list li a {
    display: block;
    width: calc(100% - 90px);
    float: right;
}

.new-list li a h2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.new-list li a p {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-list li:hover h2 {
    color: #0a6fb5;
    font-weight: bold;
}

.new-list li:hover p {
    color: #4faff2;
}


.two {
    width: 100%;
    padding: 50px 0;
    background: url(../img/two-bj.png)center no-repeat;
    background-size: 100% 100%;
}

.hlxy {
    width: 39%;
}

.hlxy-st {
    width: 100%;
    display: flow-root;
}

.hlxy-st .hlxy-pic {
    width: 30%;
    float: left;
    display: block;
    position: relative;
    padding-top: 19%;
}

.hlxy-st .hlxy-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hlxy-st-t {
    width: 68%;
    float: right;
}

.hlxy-st-t h2 {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hlxy-st-t span {
    font-size: 12px;
    color: #888;
    line-height: 24px;
    display: block;
}

.hlxy-st-t p {
    font-size: 14px;
    color: #555;
    line-height: 26px;
max-height:52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hlxy-st-t:hover h2 {
    color: #0a6fb5;
    font-weight: bold;
}

.hlxy-list {
    width: 100%;
    display: flow-root;
    margin-top:20px;
}

.hlxy-list li {
    width: 100%;
    padding: 8px 0;
    display: inline-block;
}

.hlxy-list li:hover a {
    color: #0a6fb5;
    font-weight: bold;
}

.hlxy-list li span {
    width: 80px;
    display: block;
    float: left;
    font-size: 14px;
    color: #0a6fb5;
    line-height: 28px;
}

.hlxy-list li a {
    width: calc(100% - 90px);
    float: right;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.two-right {
    width: 59%;
}

.mtjj {
    width: 48%;
}

.mtjj ul {
    width: 100%;
    display: flow-root;
}

.mtjj ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.mtjj ul li:hover div {
    background: #0a6fb5;
    color: #fff;
}

.mtjj ul li:hover h2 {
    color: #0a6fb5;
    font-weight: bold;
}

.mtjj ul li div {
      width: 90px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #0a6fb5;
    float: left;
    display: block;
    background: #fff;
    padding: 5px 0px;
}

.mtjj ul li a {
    width: calc(100% - 105px);
    display: block;
    float: right;
}

.mtjj ul li a h2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtjj ul li a span {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 28px;
}


.tzgg {
    width: 48%;
}

.tzgg ul {
    display: flow-root;
}

.tzgg ul li {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.tzgg ul li:hover h2 {
    color: #0a6fb5;
    font-weight: bold;
}


.tzgg ul li .time {
    width: 76px;
    font-size: 12px;
    color: #0a6fb5;
    line-height: 26px;
    text-align: center;
    display: block;
    float: left;
    background: #fff;
}

.tzgg ul li .time span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    background: #0a6fb5;
    display: block;
    width: 100%;
}

.tzgg ul li a {
    display: block;
    width: calc(100% - 90px);
    float: right;
}

.tzgg ul li a h2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kstd {
    width: 100%;
    display: inline-block;
    background: #0a6fb5;
}

.kstd a {
    width: 16.6%;
    display: block;
    float: left;
    text-align: center;
    padding: 14px 0;
    border-right: 1px solid #268dd5;
}

.kstd a:nth-child(6) {
    border: none;
}

.kstd a img {
    display: block;
    width: auto;
    margin: auto;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.kstd a p {
    font-size: 16px;
    color: #ffcc99;
    line-height: 34px;
    display: block;
}

.kstd a:hover img {
    transform: scale(1.15, 1.15);
}

.xmtzx {
    padding: 50px 0;
}


.xmt-slick {
    margin: 0 -12px;
}

.xmt-slick .slick-slide {
    padding: 0 12px;
}

.xmt-slick a {
    position: relative;
    display: block;
    padding-top: 60%;
    overflow: hidden;
}

.xmt-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.xmt-slick a img:hover {
    transform: scale(1.1, 1.1);
}

.xmt-slick a p {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff;
    width: 100%;
    line-height: 40px;
    text-align: center;
}



.xmt-slick .slick-prev {
    width: 25px;
    height: 50px;
    background: url(../img/left1.png) center no-repeat;
    z-index: 100;
    left: 12px;
    top: 40%;
}

.xmt-slick .slick-next {
    width: 25px;
    height: 50px;
    background: url(../img/right.png) center no-repeat;
    z-index: 100;
    right: 10px;
    top: 40%;
}

.xmt-slick button:before {
    display: none;
}


.zt {
    padding-bottom: 50px;
}

.zt-slick {
    margin: 0 -12px;
}

.zt-slick .slick-slide {
    padding: 0 12px;
}

.zt-slick a {
    position: relative;
    display: block;
    padding-top: 22%;
    overflow: hidden;
}

.zt-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);
}

.zt-slick a img:hover {
    transform: scale(1.1, 1.1);
}


.zt-slick .slick-prev {
    width: 25px;
    height: 50px;
    background: url(../img/left2.png) center no-repeat;
    z-index: 100;
    left: 12px;
    top: 35%;
}

.zt-slick .slick-next {
    width: 25px;
    height: 50px;
    background: url(../img/right2.png) center no-repeat;
    z-index: 100;
    right: 12px;
    top: 35%;
}

.zt-slick button:before {
    display: none;
}

footer {
    width: 100%;
    padding: 40px 0;
    background: url(../img/footer-bj.png)center no-repeat;
    background-size: 100% 100%;
}

.foot-left .by {
    margin-right: 30px;
}

.foot-left .dz p {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 28px;
}

.foot {
    font-size: 14px;
    color: #fff;
    margin-top: 50px;
}
.foot p{color: #fff !important;}
.foot p a{color: #fff !important;}
.ewm-f {
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.ewm-f img {
    width: 100px;
    margin-bottom: 10px;

}








































































































































































.nav-down {
    position: absolute;
    display: none;
    padding: 10px 0;
    min-width: 120px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    background: #fff;
}

.nav-down li {
width:100%;
    float: none;
    text-align: center;
    margin: 0 !important;
    white-space: nowrap;
    padding: 0;
}

.nav-down li a {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
}

.nav-down li a:hover {
    color: #1c6eb8;
}

.nav-down:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 7px;

}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 48px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.footer-p span {
    padding-right: 20px;
}

.layer .close,
.search-a {
    display: none;
}



@media(max-width: 1479px) {
    .container {
        width: 1230px;
    }

    .logo {
width:300px;
line-height:80px;
        padding: 0;

    }
.logo img{height:auto;}
.search-box{width:200px;}

.head_zs {
    width: 250px;
    margin: 26px 0 0 90px;
}
body{padding-top:132px;}
.header-a a{margin-left:10px !important;}

    .new-list li {
        margin-bottom: 10px;
    }



}

@media(max-width: 1279px) {
    .container {
        width: 95%;
    }



    .nav-list li a {
        font-size: 16px;
    }

.head_zs {
    width: 210px;
    margin: 26px 0 0 75px;
}



}

@media(max-width: 1150px) {
    .foot-left {
        width: 100%;
    }

    .foot-right {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
.head_zs{display:none;}
    .foot {
        margin-top: 20px;
        text-align: center;
    }
}



@media(max-width: 1100px) {


    .logo img {
      
    }

    .header-right-sm {
        padding-top:20px;
    }

    .nav-list li a {
        font-size: 15px;
    }
body{padding-top:120px;}
}



@media(max-width: 991px) {
    body {
        padding-top: 50px;
    }

    .container {
        width: 96%;
    }

    .logo {
        width: auto;
    }

    .logo img {
        width: auto;
    }



    .one-left {
        width: 100%;
    }

    .one-right {
        width: 100%;
        padding: 0;
    }

    .header {
        height: 80px;
    }

    .logo {
        line-height: 50px;
        width: auto;
    }

    .logo img {
        height: 30px;
    }

    .header .container {
        width: 100%;
    }

    .header-right-sm {
        padding-top: 10px;
        margin-right: 50px;
    }

    .menu-button {
        display: block;
    }

    .nav-list {
        position: fixed;
        border-top: solid 1px #fff;
        display: none;
        left: 0;
        top: 50px;
        margin: 0;
        bottom: 0;
        overflow-y: auto;
        right: 0;
        background: #0a6fb5;
    }

    .nav-list li {
width:100%;
        float: none;
        margin: 0;
    }

    .nav-list li a {
        line-height: 40px;
        padding: 0 15px;
        font-size: 16px;
        text-align: left;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .nav-down li a {
        text-align: left;
        padding: 0 15px;
        display: block;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-down {
        position: static;
        transform: translate(0, 0);
        margin: 0;
        width: 100%;
        background: none;
    }

    .nav-down:before {
        display: none;
    }

    .nav-down li a {
        color: #fff !important;
        padding: 0 25px;
    }

    .search-box {
        width: 180px;
    }

}

@media(max-width: 900px) {
    .new-t {
        width: 100%;
    }

    .new-list {
        width: 100%;
        margin-top: 20px;
    }

    .new-list li {
        margin-bottom: 20px;
    }

    .hlxy {
        width: 100%;
    }

    .two-right {
        width: 100%;
        margin-top: 30px;
    }

}




@media(max-width: 767px) {
    .container {
        width: 100%;
    }

    .header-a {
        display: none;
    }
.sjtop{display:block;background: #06578f;text-align: center;}
.sjtop .header-a{display:block;}
    .banner .slick-dots {
        bottom: 10px;
    }

    .page-one,
    .page-three {
        padding: 30px 0;
    }

    .fz-ul li a {
        font-size: 16px;
    }

    .tabs-ul li a {
        font-size: 16px;
    }

    .layer {
        background: rgba(0, 0, 0, 0.8);
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1000000;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease-out 0s;
    }

    .layer.showdiv {
        opacity: 1;
        visibility: visible;
        z-index: 100000;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .layer .close {
        font-size: 60px;
        display: block;
        font-family: "姘撳簮閳ュ銇㈣В锟斤拷";
        position: absolute;
        right: 50px;
        top: 50px;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        color: #ccc;
    }

    .layer .search_box {
        height: 45px;
        line-height: 45px;
        width: 90%;
        margin-left: 0%;
        display: -ms-flexbox;
        display: flex;
        transform: translateY(-50px);
        opacity: 0;
        margin-top: -100px;
    }

    .layer.showdiv .search_box {
        transform: none;
        transition: all 0.5s ease-out 0s;
        opacity: 1;
    }

    .layer .search_box .kw {
        background: #fff;
        border: none;
        -ms-flex: 1;
        flex: 1;
        padding: 0 12px;
        font-size: 16px;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer .search_box .ok {
        background: #94070a;
        color: #fff;
        box-shadow: none;
        border: none;
        width: 120px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer.active {
        opacity: 1;
        z-index: 1000000;
    }

    .search-a {
        display: block;
        position: absolute;
        right: 55px;
        z-index: 10000;
        line-height: 50px;
    }

    .layer .close {
        top: 50%;
        width: 40px;
        margin-top: -160px;
        right: 5%;
        display: block;
    }

    .search-a {
        display: block;
        position: absolute;
        right: 60px;
        top: 30px;
        line-height: 50px;
    }

    .list-banner {
        height: 150px;
    }

    .list-back:before {
        display: none;
    }

    .list-left {
        width: 100%;
        padding: 0;
    }

    .list-left-top {
        height: 50px;
        line-height: 50px;
        margin: 15px 0 0 0;
        text-align: left;
        padding-left: 20px;
        font-size: 18px;
    }

    .nav-a {
        font-size: 16px;
        line-height: 40px;
    }

    .list-nav-down li a {
        font-size: 14px;
        line-height: 30px;
    }

    .list-right {
        width: 100%;
    }

    .ld-list-img {
        width: 100%;
        text-align: center;
        position: static;
    }

    .ld-list li a {
        height: auto;
        padding: 15px;
    }

    .ld-list-name {
        margin-top: 15px;
    }

    .ld-list-p {
        margin-top: 5px;
        font-size: 14px;
    }

    .ld-list li {
        margin-bottom: 15px;
    }

    .list-back {
        padding-bottom: 20px;
    }

    .list-left-nav {
        display: none;
    }

    .list-left-top {
        display: none;
    }

    .list-left-top-phone {
        display: block;
        position: relative;
    }

    .list-left-top-phone .nav-click {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .ld-list {
        padding-top: 0;
    }

    .ld-top {
        margin-top: 10px;
        padding: 15px;
    }

    .js-img {
        width: 100%;
        float: none !important;
        text-align: center;
    }

    .js-right {
        margin: 0;
    }

    .ld-box {
        padding: 15px;
    }

    .ld-box-p p {
        font-size: 14px;
        line-height: 25px;
    }

    .ld-box-p {
        margin-top: 15px;
    }

    .ls-list {
        margin-top: 10px;
    }

    .ld-p {
        font-size: 14px;
    }

    .lb-list {
        margin-top: 0;
    }

    .list-tp {
        padding-top: 0;
    }

    .list-three .lb-list-date {
        left: 15px;
    }

    .list-three li a {
        padding-left: 90px;
        padding-right: 15px;
    }

    .img-lb-tt {
        font-size: 14px;
        line-height: 40px;
    }

    .img-lb li {
        padding: 0 5px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .img-lb {
        margin: 0 -5px;
        padding: 0;
    }

    .article-tt {
        font-size: 20px;
        margin-top: 0;
    }

    .article-box {
        padding: 20px;
        margin-top: 20px;
    }

    .article-box p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .article-link p a {
        font-size: 14px;
    }

    .about-back {
        padding: 20px;
        margin-top: 0;
    }

    .about-back p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .about-link span {
        font-size: 16px;
    }

    .about-link {
        line-height: 36px;
        padding: 0 20px;
    }

    .yj-back {
        padding: 20px;
        margin-top: 0;
    }

    .yj-right,
    .cg-p {
        font-size: 14px;
        line-height: 25px;
    }

    .yj-tt-right {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .yj-tt-right span {
        padding-right: 5px;
    }

    .yj-title {
        margin: 20px 0 10px 0;
    }

    .cg-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .cg-ul {
        margin-top: 0;
    }

    .cg-ul li {
        width: 33.333333%;
        margin-bottom: 15px;
    }

    .team-slick .slick-prev,
    .team-slick .slick-next {
        top: -35px;
    }

    .team-slick-img {
        padding: 15px;
    }

    .team-slick-img div {
        border-radius: 10px;
    }

    .team-name {
        font-size: 16px;
    }

    .team-p {
        font-size: 14px;
    }

    .teacher-sm {
        padding: 20px;
    }

    .teacher-list li {
        min-width: 100px;
        margin-bottom: 15px;
    }

    .teacher-list li a {
        font-size: 16px;
        padding-left: 20px;
    }

    .teacher-list {
        padding: 0;
    }

    .teacher-tt {
        margin-bottom: 15px;
    }

    .teacher-tabs li a {
        font-size: 18px;
    }

    .tabs-sm li a {
        font-size: 14px;
        height: 62px;
    }

    .tabs-sm li {
        margin-bottom: 0;
        height: 70px;
    }

    .teacher-box {
        margin-top: 0;
    }

    .zn-bottom .ld-list li a {
        padding: 15px;
    }

    .zn-list {
        margin-top: 0;
    }

    .jg-box {
        margin-top: 0;
        padding: 20px;
    }

    .about-back p span {
        display: inline-block;
    }

}


@media(max-width: 730px) {
    .foot-left .by{
        width: 100%;
        text-align: center;
    }
    .foot-left .dz{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .foot{margin-top: 10px;}
}


@media(max-width: 600px) {
    .mtjj {
        width: 100%;
    }

    .tzgg {
        width: 100%;
    }
}
@media(max-width: 550px) {
.xmt-slick .slick-next{right: 12px;}
}

@media(max-width: 460px) {
    .new-t a {
        width: 100%;
        margin-bottom: 20px;
    }
    .kstd a p{font-size: 14px;}
}