@charset "UTF-8";body {
    font-family: Arial, sans-serif, "Microsoft YaHei";
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0
}

html {
    font-size: 16px
}

h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,hr,input,p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

a:hover {
    text-decoration: none
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none
}

.clearfix {
    zoom: 1}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    outline: none
}

.container {
    width: 95%;
    margin: 0 auto
}

@media (min-width: 1080px) {
    .container {
        width: 1000px
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1200px
    }
}

@media (min-width: 1480px) {
    .container {
        width: 1400px
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1580px
    }
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.wrapper {
    position: relative;
    overflow: hidden
}

.top {
    background: #006786;
    padding: 10px 0;
    text-align: right
}

.top img {
    height: 1.075rem;
    margin-right: 10px;
    vertical-align: text-bottom
}

.top a {
    display: inline-block;
    padding-left: 1rem;
    color: #fff;
    font-size: 1rem
}

/* .top a:last-child {
    margin-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5)
} */

.search-box {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.search-box .close {
    font-size: 2.75rem;
    position: absolute;
    right: 50px;
    top: 50px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc
}

.search-box .inner {
    height: 2.75rem;
    line-height: 2.75rem;
    width: 95%;
    max-width: 550px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px
}

.search-box .inner form {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.search-box .text {
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 2.75rem;
    line-height: 2.75rem;
    width: calc(100% - 2.5rem)
}

.search-box .btn {
    height: 2.75rem;
    line-height: 2.75rem;
    width: 2.5rem;
    background: url(../images/search.png) center center no-repeat #006786;
    background-size: 1.5rem;
    cursor: pointer
}

.search-box input::-webkit-input-placeholder {
    color: #333
}

.search-box input::-moz-placeholder {
    color: #333
}

.search-box input:-ms-input-placeholder {
    color: #333
}

.search-box input::-ms-input-placeholder {
    color: #333
}

.search-box input::placeholder {
    color: #333
}

.search-box input::-webkit-input-placeholder {
    color: #333
}

.search-box input::-ms-input-placeholder {
    color: #333
}

.search-box.showDiv {
    opacity: 1;
    visibility: visible
}

.search-box.showDiv .inner {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 1
}

.header {
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    z-index: 9
}

.header .logo {
    float: left;
    width: 380px
}

.header .top-fr {
    float: right;
    width: calc(100% - 430px)
}

.navbar {
    position: relative;
    z-index: 9;
    width: 100%
}

.navbar ul {
    float: right
}

.navbar li {
    float: left;
    position: relative
}

.navbar li>em {
    display: none
}

.navbar li>a {
    display: block;
    padding: 0 1rem;
    font-size: 1.25rem;
    line-height: 60px;
    color: #333333;
    position: relative;
    text-align: center
}

.navbar li:last-child>a {
    padding-right: 0
}

.navbar li.current>a,.navbar li:hover>a {
    color: #fe7500
}

.navbar .subnav {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    background: rgba(0, 0, 0, .9);
    border-radius: 0 0 10px 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.navbar li:nth-child(n+4) .subnav {
    right: 0;
    left: auto
}

.navbar .subnav dd {
    padding: 5px 0;
    text-align: left;
    position: relative
}

.navbar .subnav dd>a {
    font-size: 1rem;
    white-space: nowrap;
    display: block;
    color: #fff;
    min-width: 130px;

    position: relative;
    padding: 8px 0
}

.navbar .subnav dd>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: scale(0);
    background-color: #fff
}

.navbar .subnav dd a:hover:after {
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: scale(1)
}

.navbar .subnav dd:hover .lv3 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.navbar .subnav dd.hasChild:after {
    content: "";
    border-left: 8px solid #D5E3F7;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -4px;
    display: none
}

.navbar .subnav dd:hover:after {
    display: block
}

.navbar .subnav .lv3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    background: #FFFFFF;
    border: 1px solid #D5E3F7;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15)
}

.navbar .subnav .lv3 a {
    font-size: 1rem;
    color: #333;
    display: block;
    padding: 8px 5px
}

.navbar .subnav .lv3 a:hover {
    color: #002a7b
}

.navbar li:hover .subnav {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.menu-btn,.phone-menu {
    display: none
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.banner * {
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.banner .swiper-container {
    overflow: hidden;
    width: 100%;
    height: 30vw;
    max-height: 640px;
    min-height: 220px
}

.banner .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.banner .swiper-container .pic {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner .swiper-container .container {
    position: absolute;
    bottom: 2.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner .swiper-container .tit p {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff
}

.banner .swiper-container .tit .en {
    font-size: 1.25rem;
    font-weight: normal
}

@-webkit-keyframes waveFlow {
    from {
        background-position-x: -10px, 0
    }

    to {
        background-position-x: -30px, -20px
    }
}

@keyframes waveFlow {
    from {
        background-position-x: -10px, 0
    }

    to {
        background-position-x: -30px, -20px
    }
}

@-webkit-keyframes circleAnim {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circleAnim {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes oline {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.25
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.25
    }
}

@keyframes oline {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.25
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.25
    }
}

@-webkit-keyframes mline {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.55
    }

    65% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.6
    }

    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.6
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.55
    }
}

@keyframes mline {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.55
    }

    65% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.6
    }

    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.6
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.55
    }
}

.flex {
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.index-title {
    position: relative;
    overflow: hidden
}

.index-title h2 {
    display: inline-block;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-top: 8px;
    padding-bottom: 15px
}

.index-title h2 p {
    color: #333333;
    font-size: 2rem;
    font-weight: bold
}

.index-title h2:after {
    content: "";
    width: 75%;
    height: 5px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0
}

.pic {
    position: relative;
    width: 100%;
    overflow: hidden
}

.pic .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.row1 {
    padding: 6.125rem 0 3.25rem
}

.row1 .container {
    overflow: hidden;
    padding: 0 3%
}

.index-zsdt {
    width: 56%;
    float: left
}

.index-zsdt ul {
    margin-top: 10px;
    overflow: hidden
}

.index-zsdt li a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6rem 0 0.5rem;
    border-bottom: 1px solid #dcdcdd
}

.index-zsdt li .date {
    width: 65px;
    color: #006786;
    text-align: center
}

.index-zsdt li .date .day {
    font-size: 1.3rem
}

.index-zsdt li .date .year {
    font-size: 1rem
}

.index-zsdt li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.25rem;
    padding-left: 2.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-zsdt li .txt:before {
    content: "";
    height: 1.125rem;
    width: 1px;
    background: #006786;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(30deg);
    transform: translateY(-50%) rotate(30deg)
}

.index-zsdt li .txt h2 {
    font-size: 1.25rem;
    color: #006786;
    font-weight: normal;
    line-height: 1.5rem;
    max-height: 3rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.index-zszc {
    width: 37%;
    float: right;
    border: 1px solid #dcdcdd;
    position: relative
}

.index-zszc:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #006786;
    position: absolute;
    left: 0;
    top: 0
}

.index-zszc .index-title {
    padding-left: 2.25rem
}

.index-zszc ul {
    margin-top: 15px;
    padding: 0 2.25rem;
    overflow: hidden
}

.index-zszc li a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 0 1rem;
    border-bottom: 1px solid #dcdcdd
}

.index-zszc li .date {
    width: 65px;
    color: #333;
    text-align: center
}

.index-zszc li .date .day {
    font-size: 1.3rem
}

.index-zszc li .date .year {
    font-size: 1rem
}

.index-zszc li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.25rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-zszc li .txt h2 {
    font-size: 1.25rem;
    color: #333;
    font-weight: normal;
    line-height: 1.5rem;
    max-height: 3rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.index-zszc li .txt h2:hover {
    color: #006786
}

.index-zszc .lxwm {
    position: relative
}

.index-zszc .lxwm a {
    display: block
}

.index-zszc .lxwm .pic {
    height: 7.5rem
}

.index-zszc .lxwm p {
    font-size: 1.25rem;
    color: #fff;
    position: absolute;
    left: 2.25rem;
    top: 0.875rem
}

.index-title-zszc {
display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-title-zszc .more {
font-size: 1.15rem;
    padding-right: 2.5rem;
}


.row2 .index-title {
    padding: 0 3%
}

.index-zslx ul {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-zslx li {
    width: calc(20% - 2.1875rem)
}

.index-zslx li a {
    display: block;
    overflow: hidden
}

.index-zslx li a .pic {
    border-radius: 10px
}

.index-zslx li a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.index-zslx li .tit{
    width:100%;
    text-align:center;  
    font-size:2rem;
    color:#fff;
    top:2rem;
    left:0;
    position:absolute;
}

.index-zslx li ul{
    /* width:90%; */
    margin:0 auto;
    display: block;
    position: absolute;
    top: 5rem;
    left: 30%;
}

.index-zslx li ul li{
    width:100%;
    float:none;
    padding-left:15px;
    position:relative;margin:0 !important;
}

.index-zslx li ul li:before{
    content:"";
    width:6px;
    height:6px;
    border-radius:50%;
    background:#fff820;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-3px;
}

.index-zslx li ul li a{
    font-size:1.125rem;
    color:#fff;
    line-height:1.75rem;
}

.index-zslx li .more {
    width: 8.625rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background: url(../images/zslx-more.png) no-repeat;
    background-size: 100% 100%;
    margin: 1.875rem auto 0;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.index-zslx li .more p {
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;
    padding-right: 1.75rem;
    background: url(../images/sanjiao.png) right center no-repeat;
    background-size: auto 1.25rem
}

.index-zslx li .more:hover {
    background: #006786
}

.row3 {
    padding: 4.25rem 0 2.7625rem
}

.index-ljby {
    position: relative
}

.index-ljby ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-ljby li {
    width: calc(50% - 3px);
    margin-bottom: 6px
}

.index-ljby li a {
    display: block;
    position: relative
}

.index-ljby li .pic {
    padding-bottom: 37%;
    overflow: hidden
}

.index-ljby li .tit {
    position: absolute;
    bottom: 1.875rem;
    font-size: 1.6rem;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
    color: #fff
}

.index-ljby li .tit span {
    font-size: 2.4rem
}

.index-ljby li a:hover .img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.index-ljby li:nth-child(2n+1) .tit {
    left: 10%
}

.index-ljby li:nth-child(2n) .tit {
    right: 10%
}

.index-ljby .more {
    width: 35%;
    height: 6.65rem;
    line-height: 6.65rem;
    text-align: center;
    border-radius: 8.125rem;
    border: 2px solid #fff;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.index-ljby .more a {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #006786
}


.row4{
padding:0 0 3rem 0;
}

.index-yqlj {overflow:hidden;}
.index-yqlj h2{float:left;width:100px;}
.index-yqlj ul{float:right;overflow:hidden;width:calc(100% - 110px);margin-top: -5px;}
.index-yqlj li{margin:10px;float:left;}
.index-yqlj li a{font-size:1.125rem;display:block;}
.footer {
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    padding-top: 5rem
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 4.5rem
}

.footer .lf {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1.25rem
}

.footer .foot-logo {
    max-width: 31.875rem
}

.footer .contact {
    overflow: hidden;
    margin-top: 2.5rem
}

.footer .contact p {
    font-size: 1.125rem;
    color: #fff;
    padding: 9px 0 9px 1.875rem;
    background: url(../images/ico-phone.png) left center no-repeat;
    background-size: 20px
}

.footer .contact .phone {
    float: left;
    width: 30%
}

.footer .contact .address {
    float: right;
    width: 68%
}

.footer .rt {
    margin-top: 2rem
}

.footer .rt li {
    float: left;
    margin-left: 55px
}

.footer .rt li .ewm {
    background: #fff;
    border-radius: 10px;
    width: 120px;
    height: 120px
}

.footer .rt li p {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9375rem;
    color: #fff
}

.footer .cory {
    background: #2b353a
}

.footer .cory .container {
    padding: 1.25rem 0
}

.footer .cory .container * {
    font-size: 1rem;
    color: #fff
}

.listbanner {
    overflow: hidden;
    width: 100%;
    height: 24vw;
    max-height: 450px;
    min-height: 220px
}

.listbanner .pic {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.listbanner .pic:after {
display:none;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-mask.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2
}

.list-page {
    position: relative;
    z-index: 3;
    min-height: 600px;
    padding: 4.5rem 0
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #006786 !important;
    color: #fff;
    background-color: #006786 !important;
}

.list-page .left {
    float: left;
    width: 260px
}

.list-page .right {
    float: right;
    width: calc(100% - 320px)
}

.list-page .page {
    text-align: center
}

.list-page .index-lists {
    display: block
}

.list-page .index-lists ul {
    width: 100%
}

.list-page .index-lists li .txt h2 {
    font-size: 1.125rem
}

.list-nav {
    overflow: hidden;
    background: #f5f5f5
}

.list-nav .phone-column {
    display: none
}

.list-nav .lv1 {
    padding: 20px 15px;
    background: #006786;
    border-bottom: 4px solid #fe7500
}

.list-nav .lv1 h2 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.list-nav .subnav {
    padding: 10px 0
}

.list-nav .subnav li .lv2 {
    padding: 15px 40px;
    display: block;
    border-left: 3px solid transparent
}

.list-nav .subnav li .lv2 p {
    font-size: 1.125rem;
    color: #333;
    background: url(../images/leftnav-ico1.png) right center no-repeat;
    padding-right: 20px
}

.list-nav .subnav li.current .lv2,.list-nav .subnav li .lv2:hover {
    background: #006786;
    border-left: 3px solid #fe7500
}

.list-nav .subnav li.current .lv2 p,.list-nav .subnav li .lv2:hover p {
    background: url(../images/leftnav-ico2.png) right center no-repeat;
    color: #fff
}

.list-nav .subnav dd {
    display: none;
    padding: 8px 15px 8px 65px
}

.list-nav .subnav dd a {
    font-size: 1rem;
    color: #333;
    display: block;
    padding: 7px 0 7px 15px;
    background: url(../images/leftnav-ico3.png) left center no-repeat
}

.list-nav .subnav dd .current a,
.list-nav .subnav dd a:hover {
    color: #006786;
    font-weight:bold;
}
.list-nav .subnav li.current dd {
    display: block
}

.location {
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px;
    padding-bottom: 15px
}

.location h2 {
    float: left;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    padding-left: 15px;
    border-left: 3px solid #006786
}

.location .weizhi {
    float: right;
    padding-left: 25px;
    background: url(../images/home.png) left center no-repeat;
    background-size: auto 15px;
    font-size: 1rem;
    color: #666
}

.location .weizhi a {
    font-size: 1rem;
    color: #666
}

.list-news li {
    margin-bottom: 35px;
    position: relative
}

.list-news li .pic {
    float: left;
    width: 245px;
    height: 150px;
    overflow: hidden;
    position: relative
}

.list-news li .pic a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.list-news li .pic a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.list-news li .txt {
    float: right;
    width: calc(100% - 280px);
    position: relative;
    padding: 20px 0
}

.list-news li .txt * {
    position: relative
}

.list-news li .box {
    float: left;
    width: calc(100% - 100px);
    padding-right: 15px;
    position: relative
}

.list-news li .box:after {
    content: "";
    width: 1px;
    height: 80%;
    background: #d1ddee;
    position: absolute;
    right: 0;
    top: 10%
}

.list-news li .tit {
    display: block;
    color: #333333;
    font-size: 1.125rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-news li .abst {
    margin-top: 20px;
    font-size: 0.875rem;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.list-news li .date {
    float: right;
    width: 85px;
    text-align: center;
    margin-top: 10px
}

.list-news li .date .day {
    font-size: 1.75rem;
    color: #00457D;
    line-height: 42px
}

.list-news li .date .mon {
    font-size: 1rem;
    color: #666
}

.list-news li:before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #fff;
    border: 1px solid #d1ddee;
    position: absolute;
    right: 0;
    top: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1)
}

.list-news li:hover .tit {
    color: #006786
}

.list-news li:hover:before {
    opacity: 1;
    visibility: visible
}

.list-txt li {
   margin-bottom: 1.125rem;
    position:relative;
}
.list-txt-margin .list-txt2 li{
margin-bottom: 1.125rem;
}
.list-txt li a {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #006786;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-txt li .date {
    position: relative;
    float: right;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.125rem;
    color: #fff;
    background: #006786;
    width: 60px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 5px 0
}

.list-txt li .date .day {
    font-size: 1.125rem;
    line-height: 1.61rem
}

.list-txt li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 2px;
    padding: 5px 10px
}

.list-txt li .txt:before {
    content: "";
    width: 0;
    height: 100%;
    background: #006786;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.list-txt li h2 {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-height: 3.5rem;
    font-weight: normal;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-txt li:hover .txt:before {
    width: 100%;
    opacity: 1
}

.list-txt li:hover .date,.list-txt li:hover h2 {
    color: #fff
}
.list-txt2 li{
    margin:0;
   
}
.list2-txt2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list2-txt2 li {
    width: 49%;
}
.list2-txt2 li a {
    position: relative;
border: transparent;
}
.list2-txt2 li a .list2-txt2-img-box {
    height: 15rem;
    width: 100%;
}
.list2-txt2 li a .list2-txt2-img-box img {
height: 100%;
    width: 100%;
    object-fit: cover;
}
.list2-txt2 li a .txt {
position: absolute;
    bottom: 5px;
    left: 5px;
}
.list2-txt2 li a .txt h2 {
color: #fff;
}
.list2-txt2 li .txt:before {
display:none;
}

.list-txt2 li .txt{
     padding:10px;
}
.list-mult .inner {
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
}

.list-mult .column {
    background: #006786;
    padding: 15px
}

.list-mult .column a {
    display: block;
    position: relative
}

.list-mult .column a:after {
    content: "";
    border-left: 8px solid #D5E3F7;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px
}

.list-mult .column h2 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: normal
}

.list-mult ul {
    padding: 10px;
    background: #fff
}

.list-mult li {
    padding: 10px;
    border-bottom: 1px dotted #979797
}

.list-mult li a {
    display: block;
    overflow: hidden
}

.list-mult li h2 {
    font-size: 1rem;
    color: #333;
    line-height: 1.5rem;
    font-weight: normal
}

.list-mult li h2:hover {
    color: #006786
}


.column-txt{margin-bottom:1.125rem;font-size:1.125rem;line-height:1.5;}

.list-pics ul {
    overflow: hidden;
    margin: 0 -1.25rem
}

.list-pics li {
    float: left;
    width: 33.3%;
    margin-bottom: 2rem
}

.list-pics a {
    display: block;
    margin: 0 1.25rem;
    overflow: hidden;
    position: relative
}

.list-pics a .pic {
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative
}

.list-pics a .pic .img {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.list-pics a .pic .img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.list-pics a .tit {

    padding: 10px;
    position: relative;
text-align:center;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-pics a .tit h2 {
    font-size: 1.125rem;
    color: #333333;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-teacher {
    overflow: hidden
}

.list-teacher ul {
    overflow: hidden;
    margin: 0 -20px
}

.list-teacher li {
    float: left;
    width: 50%;
    margin-bottom: 1.875rem
}

.list-teacher li a {
    display: block;
    padding: 15px;
    overflow: hidden;
    margin: 0 20px;
    border: 1px solid #d8d8d8
}

.list-teacher li .pic {
    float: left;
    width: 158px;
    overflow: hidden
}

.list-teacher li .pic .img {
    padding-bottom: 137.8%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: cover
}

.list-teacher li .pic .img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.list-teacher li .txt {
    float: right;
    width: calc(100% - 175px)
}

.list-teacher li h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin: 10px 0
}

.list-teacher li h2:hover {
    color: #00457D
}

.list-teacher li h3 {
    font-size: 1rem;
    color: #333;
    font-weight: normal
}

.list-teacher li .abst {
    margin-top: 15px;
    font-size: 0.875rem;
    color: #666;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.article {
    overflow: hidden
}

.article .tit {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.875rem;
    font-weight: 600;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd
}

.article .info {
    padding: 10px;
    color: #666;
    text-align: center;
    background: #f5f5f5;
    font-size: 0.875rem;
    overflow: hidden
}

.article .info span {
    margin: 0 5px
}

.article .cont {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 2;
    color: #333
}

.article .cont p {
    padding-bottom: 15px;
    text-indent: 2em
}
.article .cont p img{
  margin: 0 auto;
    max-width: 100%;
    height: auto !important
}
.article .cont p video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important
}
.article .cont table{max-width:100%;}
.article .cont table p {
    text-indent: 0;
    padding: 0;
}

.article .np {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #ddd
}

.article .np a {
    display: block;
    font-size: 1rem;
    color: #333333;
    line-height: 1.875rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-bottom: 10px
}

.article .np a:hover {
    color: #00457D
}

.article-liuxuekaoyan .headline {
    position: relative;
    margin: 4rem 0 1.25rem;
    padding: 1.25rem;
    background-color: #f8f8f9
}

.article-liuxuekaoyan .headline::before {
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -12px;
    width: 3.75rem;
    height: 3.75rem;
    content: '';
    border: 5px solid #009bbd
}

.article-liuxuekaoyan .headline h2 {
    font-weight: bold
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

.table-responsive .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: .875rem
}

.table-responsive .table tr,.table-responsive .table td,.table-responsive .table th {
    line-height: 1.42857143;
    padding: 8px;
    white-space: nowrap;
    vertical-align: top;
    vertical-align: middle;
    border: 1px solid #ddd
}

.table-responsive .table td:hover,.table-responsive .table th:hover {
    background-color: #ddd
}

.sysimg {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.sysimg img {
    transition: transform .4s;
    width: 100%
}

.sysimg img:hover {
    transform: scale(1.05)
}

.video-list li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 20px
}

.video-list .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 8px
}

.video-list .img em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .4s;
    opacity: 0;
    background: rgba(0, 0, 0, .3)
}

.video-list .img em i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    border-left: 20px solid #D5E3F7;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    transform: translate(-40%, -50%)
}

.video-list .img em::before {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 29px);
    width: 55px;
    height: 55px;
    content: '';
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, .5)
}

.video-list .img img {
    width: 100%
}

.video-list .img span {
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 8px;
    color: #fff;
    border-radius: 8px 0 0 0;
    background-color: rgba(0, 0, 0, .5)
}

.video-list a:hover em {
    transition: opacity .4s;
    opacity: 1
}

.video-list .title {
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0
}

.video-list .list {
    margin-bottom: 50px
}

.video-list .type-name {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px
}

.video-list .type-name::before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 32px;
    height: 5px;
    content: '';
    background-color: #333
}

.video-list .type-name a {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 9px;
    right: 0
}

.video-list .type-name a:hover {
    color: #00546f
}

.xueshengfuwu .headline {
    position: relative;
    margin: 70px 0 20px;
    padding: 20px;
    background-color: #f8f8f9
}

.xueshengfuwu .headline h2 {
    font-weight: bold
}

.xueshengfuwu p {
    font-size: 16px
}

.xueshengfuwu .img {
    margin-top: 20px
}

.xueshengfuwu .img>div {
    margin-bottom: 10px
}

.xueshengfuwu .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.xueshengfuwu .headline::before {
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -12px;
    width: 4rem;
    height: 4rem;
    content: '';
    border: 5px solid #009bbd
}

.article-benke-ptgk-linianluqu .shaixuan {
    padding: 10px;
    border-bottom: 2px solid #eee
}

.article-benke-ptgk-linianluqu dl {
    position: relative
}

.article-benke-ptgk-linianluqu dl strong,.article-benke-ptgk-linianluqu dd,.article-benke-ptgk-linianluqu dd ul li {
    float: left
}

.article-benke-ptgk-linianluqu dl .nian,.article-benke-ptgk-linianluqu dl .sheng {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px
}

.article-benke-ptgk-linianluqu dd span {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px
}

.article-benke-ptgk-linianluqu dd span:hover,.article-benke-ptgk-linianluqu dd span.active {
    color: #fff;
    background-color: #009bbd
}

.article-benke-ptgk-linianluqu dd span.active~ul {
    display: block
}

.article-benke-ptgk-linianluqu dd ul::before {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-top: 3px;
    content: '省份：'
}

.article-benke-ptgk-linianluqu dd ul {
    position: absolute;
    left: 0;
    display: none;
    margin-top: 20px;
    padding-left: 56px
}

.article-benke-ptgk-linianluqu dd ul li {
    margin-bottom: 10px
}

.article-benke-ptgk-linianluqu dd ul li a {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px
}

.article-benke-ptgk-linianluqu dd ul li a:hover,.article-benke-ptgk-linianluqu dd ul li.active a {
    color: #fff;
    background-color: #009bbd
}

.article-benke-ptgk-linianluqu .cont {
    margin-top: 50px
}

.article-benke-ptgk-xuankaokemu .shaixuan {
    padding: 10px;
    border-bottom: 2px solid #eee
}

.article-benke-ptgk-xuankaokemu dl strong,.article-benke-ptgk-xuankaokemu dl dd {
    float: left
}

.article-benke-ptgk-xuankaokemu dl .nian {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px
}

.article-benke-ptgk-xuankaokemu dd a {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px
}

.article-benke-ptgk-xuankaokemu dd a:hover,.article-benke-ptgk-xuankaokemu dd a.active {
    color: #fff;
    background-color: #009bbd
}

.article-benke-ptgk-xuankaokemu .cont {
    margin-top: 50px
}

.article-liuxuekaoyan .sysimg {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.article-liuxuekaoyan .sysimg:hover img {
    transition: transform .4s;
    transform: scale(1.1)
}

.article-liuxuekaoyan .sysimg img {
    transition: transform .4s
}

.article-liuxuekaoyan .sysimg b {
    font-size: 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1))
}

.tabl-responsive table {
    margin: 0 auto;
    border-collapse: collapse
}

.article-xiaoyuanhuanjing p {
    margin-bottom: 20px
}

.article-xiaoyuanhuanjing .vr {
    margin: 40px 0
}
.article-xiaoyuanhuanjing .vr a {
    position: relative;
display: block;
}
.article-xiaoyuanhuanjing .vr a img {
    height: 32rem;
    width: 100%;
    object-fit: cover;
}
.article-xiaoyuanhuanjing .vr a .vrbanner-txt {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 22px;
    color: #fff;
}

.article-xiaoyuanhuanjing .vr iframe {
    width: 100%;height:700px;
}

.article-xiaoyuanhuanjing .xiaoqu {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #f3f3f3;
    /* box-shadow: 0 0 8px 0 #ddd */
}

.article-xiaoyuanhuanjing h2 {
    font-weight: bold;
    position: relative;
    margin-bottom: 25px
}

.article-xiaoyuanhuanjing h2::before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 32px;
    height: 5px;
    content: '';
    background-color: #333
}

.article-xiaoyuanhuanjing .xiaoqu-block,.article-xiaoyuanhuanjing .xiaoqu-img {
    float: left;
    width: 50%
}

.article-xiaoyuanhuanjing .xiaoqu-block {
    padding: 0 30px 0 0
}

.article-xiaoyuanhuanjing .xiaoqu-block p {
    font-size: 16px;
    line-height: 30px
}

.article-xiaoyuanhuanjing .xiaoqu-img img {
    width: 100%
}

.article-xiaoyuanhuanjing .banner {
    margin-bottom: 50px
}

.article-xiaoyuanhuanjing .banner img {
    width: 100%;
    height: 35vw;
object-fit: cover;
    object-position: center;
}

.article-xiaoyuanhuanjing .more a {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    letter-spacing: 1px;
    color: #006786;
    border: 1px solid #006786;
}

/ * .article-xiaoyuanhuanjing .more a::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 150%;
    height: 5px;
    content: '';
    transition: all .4s;
    background-color: rgb(24, 24, 24)
} */

.article-xiaoyuanhuanjing .more a:hover::after {
    width: 100%;
    transition: all .4s
}

.xiaoyuanshenghuo .xysh-k {
    margin-bottom: 20px;
    padding: 15px 0;
    background-color: #f3f3f3;
    box-shadow: 0 0 8px 0 #ddd
}

.xiaoyuanshenghuo .img img {
    width: 100%;
    height: auto
}

.xiaoyuanshenghuo h2 {
    font-weight: bold;
    position: relative;
    margin-bottom: 25px
}

.xiaoyuanshenghuo h2::before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 32px;
    height: 5px;
    content: '';
    background-color: #333
}

.xiaoyuanshenghuo .bann {
    padding: 20px
}

.xiaoyuanshenghuo .banner {
    margin-top: 20px
}

.xiaoyuanshenghuo .banner img {
    width: 100%;
    height: 45vw
}

.xiaoyuanshenghuo .cont h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0
}

.xiaoyuanshenghuo .cont p {
    line-height: 1.5rem;
    margin-bottom: 10px;
    font-size: 1rem
}

.xueshengfuwu .benke-sysimg h2 {
    width: 100%;
    padding: 30px;
    color: #fff;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
    background-color: transparent
}

.xueshengfuwu .headline {
    position: relative;
    margin: 70px 0 20px;
    padding: 20px;
    background-color: #f8f8f9
}

.xueshengfuwu .headline h2 {
    font-weight: bold
}

.xueshengfuwu p {
    font-size: 16px
}

.xueshengfuwu .img {
    margin-top: 20px
}

.xueshengfuwu .img>div {
    margin-bottom: 10px
}

.xueshengfuwu .img img {
    width: 100%
}

.xueshengfuwu .headline::before {
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -12px;
    width: 6rem;
    height: 6rem;
    content: '';
    border: 5px solid #009bbd
}

.swiper-button-prev:after,.swiper-button-next:after {
    display: none
}

.swiper-button-next,.swiper-button-prev {
    top: 15px;
    z-index: 9
}

.swiper-button-next {
    right: 0;
    width: 40px;
    height: 100%;
    margin-top: -15px;
    background: url('../images/next.png') no-repeat center center
}

.swiper-button-prev {
    left: 0;
    width: 40px;
    height: 100%;
    margin-top: -15px;
    background: url('../images/prev.png') no-repeat center center
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .9;
    border: 1px solid #eee;
    border-radius: initial;
    background: #fff
}

.swiper-pagination-bullet-active {
    background: #006786
}

.col-lg-6 {
    float: left;
    padding: 0 15px;
    width: 50%
}

.article-zy>p {
    line-height: 25px;
    margin: 30px 0;
    text-indent: 2rem
}

.article-zy td p {
    margin: 10px 0
}

.article-zy td p::before {
    content: "";
    clear: both;
    display: table-cell
}

.article-zy thead {
    text-align: center;
    background-color: #006786;
    color: #fff
}

.article-zy thead tr td {
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #eee
}

.article-zy thead tr td:hover,.article-zy tbody tr td:hover {
    background-color: transparent
}

.article-zy tbody tr td {
    border: 2px solid #eee;
    font-size: 18px;
    padding: 10px 2rem
}

.article-zy tr td a:hover {
    color: #00546f!important
}

.article-zy img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}


.col-image{
margin-bottom:20px;}
.col-image img{width:100%;}



.list-zynav ul{display:flex;flex-wrap: wrap;margin: 0 -10px;overflow: hidden;}
.list-zynav li{width: 100%;margin: 0 10px  10px;}
.list-zynav li a{display:block;padding:0.8rem 1rem;font-size: 1.25rem;color: #006786;border-bottom: 1px solid #006786;/* margin: 0 10px; */}
.list-zynav li a:hover{color:#fe7500;}



.slideTxtBox .hd ul{
    display:flex;
}


.slideTxtBox .hd ul li{
    padding:0 1rem;
    background:#006786;
    margin-right:10px;
    
}
.slideTxtBox .hd ul li a{
    display:block;
    color:#fff;
    border: none;
font-size:1.125rem;
}
.slideTxtBox .hd ul li.on,
.slideTxtBox .hd ul li:hover{
    background:#fe7500;
}




.page-ljby{
    overflow:hidden;

}

.page-ljby .item{
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #ddd;
    display:flex;
    justify-content:space-between;
}
.page-ljby .item .pic-box{
    width: 50%;
}
.page-ljby .item .pic-box .pic{
    width:100%;
    padding-bottom:56%;
    border-radius:10px;
}

.page-ljby .item .pic-box .pic .img:hover{
    transform:scale(1.05);
}

.page-ljby .item .txt-box{
    width: 47%;
}

.page-ljby .item .txt-box .tit{
    font-size:2rem;
    font-weight:bold;
    text-align:center;
}


.page-ljby .item .txt-box .abst{
    margin-top:2rem;
    font-size:1.25rem;
    text-indent:2em;
    line-height:2;
}

.page-ljby .item .txt-box .more{
    overflow:hidden;
    margin-top: 3rem;
}



.page-ljby .item .txt-box .more a{
  
  display: inline-block;
  font-size:1rem;
  padding:10px 2.55rem;
  border:1px solid rgba(0, 0, 0, 0.3);
 border-radius:3rem;
 transition:.3s;
}

.page-ljby .item .txt-box .more a:hover{
    color:#fff;
    background:#006786;
}



@media (max-width: 992px) {
.page-ljby .item .txt-box .tit{font-size:2rem;}
    .page-ljby .item{flex-wrap:wrap;margin-bottom:1.25rem;}
    .page-ljby .item .pic-box{width:100%;order:-1;}     
     .page-ljby .item .txt-box{width:100%;order:1;margin:1.25rem 0;}   
        .page-ljby .item .txt-box .more{
            margin-top:1.25rem;
        }
}