@charset "utf-8"; /* CSS Document */
.subbanner {
    max-width: 100%;
    min-width: 1300px;
    margin: 0 auto;
    position: relative;
    animation: 0.5s ease 0.8s 1 normal backwards running fadeInDown;
}

.subbanner .dqwz {
    font-size: 0
}

.subbanner .dqwz * {
    display: inline-block
}

.subbanner .dqwz, .subbanner .dqwz a {
    font-size: 14px;
    color: #555;
    padding-top: 0;
    font-weight: 400;
}

.subbanner .dqwz span {
    width: 1px;
    height: 14px;
    background: #9e9e9e;
    margin: 0 5px;
    opacity: .3;
}

.subbanner .dqwz em {
    color: #0066c1;
}

.dqwz img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.subbanner .bg {
    background-image: none !important;
    /* background: url(../img/04_banner2.jpg) !important; */
    background-size: cover;
}

.subbanner .bg .w1300 {
    position: relative;
}

.blink-icon li {
    border: 1px solid #fff;
}

.nrsub .lmmc {
    /* padding-top: 115px; */
}

.lmmc {
    padding-top: 25px;
}

.lmmc h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #0066c1;
    text-align: center;
    font-weight: normal;
    display: none;
}

.lmmc p {
    font-size: 15px;
}

.snav, .snavi {
    width: 100%;
    margin-top: 40px;
}

.snav li {
    float: left;
    width: 25%;
    line-height: 75px;
    text-align: center;
    background: #1154a7;
    position: relative;
}

.snav li::after {
    position: absolute;
    width: 1px;
    height: 17px;
    background: #588ccc;
    content: "";
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.snav li:last-child::after {
    display: none;
}

.snav li a {
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: bold;
}

.snav li.active, .snav li:hover {
    background: #fff;
}

.snav li.active a, .snav li:hover a {
    font-weight: bold;
    color: #0066c1;
}

.subg {
    height: 350px;
    background: #f2f8fd;
}

.subg .lmmc {
    padding-top: 25px;
    color: #1a3f70;
    text-align: left;
}

.subg .lmmc h2 {
    margin: 15px 0;
}

.subg .dqwz {
    font-size: 14px;
    color: #555;
    padding-top: 0;
    font-weight: 400;
}

.subg .dqwz img {
    display: none;
}

.subg .dqwz a {
    font-size: 14px;
}

.subg .dqwz span {
    background: #a9b3bb;
    width: 1px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
}

/* 集团简介 */
.yygk {
    padding: 100px 0 0;
    position: relative;
    height: 660px;
    overflow: hidden;
}

.ftxt {
    width: 53%;
    opacity: 0;
    visibility: hidden;
}

.yygk.animation .ftxt {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInLeft;
}

.ftxt.tit h3 {
    float: none;
}

.tit h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 30px;
    font-weight: normal;
}

.ftxt h2 {
    font-size: 35px;
    color: #1154a7;
    margin-bottom: 25px;
    background: url(../img/txtbg.png) repeat-x left bottom;
    line-height: 40px;
}

.ftxt p {
    font-size: 16px;
    color: #232323;
    line-height: 34px;
}

.ftxt .more {
    width: 255px;
    height: 55px;
    line-height: 55px;
    background: #e6bb36 url(../img/more2.png) no-repeat 28px center;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: right;
    padding-right: 25px;
    box-sizing: border-box;
    margin-top: 60px;
}

.ftxt .more:hover {
    background: #0066c1 url(../img/more2.png) no-repeat 28px center;
    color: #FFF;
}

.fimg {
    position: absolute;
    right: 0;
    top: 100px;
    box-shadow: 0px 175px 0px 75px #edf6ff;
    opacity: 0;
    visibility: hidden;
    width: 40%;
}

.yygk.animation .fimg {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInRight;
}

/* 领导介绍 */
.leader {
    padding: 80px 0;
    background: url(../img/leader.png) no-repeat center center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.leader.animation {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInUp;
}

.tit>a {
    float: right;
    background: url(../img/dian2.png) no-repeat center left;
    padding-left: 20px;
    color: #808080;
    margin-top: 7px;
}

.tit>a:hover {
    color: #0066c1;
}

.tit h3 {
    float: left;
}

.leader .tit h3 {
    color: #fff;
}

.leader .tit a {
    color: #fff;
    background: url(../img/dian.png) no-repeat center left;
}

.leader li {
    float: left;
    margin-right: 35px;
}

.leader li .txt {
    width: 100%;
    height: 72px;
    line-height: 72px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}

.leader li .img {
    width: 100%;
    height: 322px;
    overflow: hidden;
}

.leader li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.leader .slick-prev, .leader .slick-next {
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    width: 48px;
    height: 83px;
}

.leader .slick-prev {
    left: -90px;
    background: url(../img/lprev.png) no-repeat center center;
}

.leader .slick-next {
    right: -55px;
    background: url(../img/lnext.png) no-repeat center center;
}

.leader .tit {
    max-width: 1300px;
}

.leader .w1300 {
    width: 1335px;
}

.leader .slick-list {
}

/* 领导致辞 */
.leader-speak {
    padding: 62px 0;
    background: url(../img/leadersc-bg.png) no-repeat center center;
    background-size: cover;
}

.leader-speak .tit {
    opacity: 0;
    visibility: hidden;
}

.leader-speak.animation .tit {
    animation: 0.5s ease 0.5s 1 normal backwards running fadeInDown;
    opacity: 1;
    visibility: visible;
}

.leader-speak.animation .txt {
    opacity: 1;
    visibility: visible;
}

.leader-speak li {
    float: left;
    width: 49.5%;
    background: url(../img/speak1.png) no-repeat center center;
    background-size: cover;
    margin-right: 1%;
    opacity: 0;
    visibility: hidden;
}

.leader-speak.animation li {
    opacity: 1;
    visibility: visible;
}

.leader-speak.animation li:nth-child(1) {
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInLeft;
}

.leader-speak.animation li:nth-child(2) {
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInRight;
}

.leader-speak li:nth-child(2) {
    background: url(../img/speak2.png) no-repeat center center;
    background-size: cover;
    margin: 0;
}

.leader-speak li a {
    padding: 30px 40px 55px 40px;
    display: block;
    box-sizing: border-box;
}

.leader-speak li h2 {
    font-size: 26px;
    color: #2349a9;
    line-height: 30px;
    line-height: 85px;
    background: url(../img/sicon1.png) no-repeat top right 30px;
    border-bottom: 1px solid #f1f1f1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    padding-right: 100px;
    height: 86px;
}

.leader-speak li p {
    font-size: 15px;
    color: #2a2a2a;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 20px;
    height: 112px;
}

/* 医院文化 */
.yywh {
    padding: 70px 0 90px;
    opacity: 0;
    visibility: hidden;
}

.yywh.animation {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInUp;
}

.yytab ul {
    position: relative;
}

.yytab li {
    color: #fff;
    text-align: center;
}

.yytab li.active .yylist>a, .yytab li:hover .yylist>a {
    background: #fdb812;
}

.yytab li a::after {
    display: block;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 78px;
    position: absolute;
    transition: all 0.5s;
    z-index: 9;
}

.yytab li.active .yylist >a::after, .yytab li:hover .yylist>a::after {
    background: url(../img/sj.png) no-repeat center center;
    width: 23px;
    right: -23px;
}

.yytab li .yylist>a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 130px;
    background: #1154a7;
    position: absolute;
    line-height: 80px;
    left: 0;
    top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    padding: 0 15px;
    box-sizing: border-box;
}

.yytab li:nth-child(2) .yylist>a {
    top: 80px;
}

.yytab li:nth-child(3) .yylist>a {
    top: 158px;
}

.yytab li:nth-child(4) .yylist>a {
    top: 235px;
}

.yytab li:nth-child(5) .yylist>a {
    top: 315px;
}

.yytab {
    width: 100%;
}

.yyimg {
    width: calc(50% - 130px);
    height: 395px;
}

.yyimg img, .yyimg .dome {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yyimg {
    display: none;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInRight;
    margin-left: 130px;
}

.yytxt {
    width: 50%;
    background: url(../img/yywhbg.png) no-repeat center center;
    background-size: cover;
    padding: 80px 60px 47px 80px;
}

.yytxt h2 {
    font-size: 24px;
    color: #262626;
    text-align: left;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    height: 26px;
}

.yytxt p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    /* white-space: pre-wrap; */
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 128px;
}

.yytxt a {
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #1154a7;
    margin-top: 50px;
    float: right;
}

.yytxt {
    display: none;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}

.footer {
    /* margin-top: 80px; */
    box-shadow: 0 0 5px #ebebeb;
}

.yytab li.active .yytxt {
    display: block;
}

.yytab li.active .yyimg {
    display: block;
}

/* 就医指南 */
.snav li img {
    display: none;
    margin-right: 20px;
}

.snav li img:nth-child(1) {
    display: inline-block;
}

.snav li.active img:nth-child(1), .snav li:hover img:nth-child(1) {
    display: none;
}

.snav li.active img:nth-child(2), .snav li:hover img:nth-child(2) {
    display: inline-block;
}

.snav2 {
    margin-top: 65px;
    opacity: 0;
    visibility: hidden;
}

.snav2.animation {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInUp;
    transition: all 0.3s;
}

.snav2 ul {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 160px;
}

.snav2 ul>li {
    display: block;
    line-height: 70px;
    float: left;
}

.snav2.mt {
    margin-bottom: 140px;
}

.snav2 {
    margin-bottom: 40px;
}

.snav2 ul>li>a::before {
    width: 1px;
    height: 32px;
    display: block;
    content: "";
    background: #d2d2d2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.snav2 ul>li:last-child>a::after {
    width: 1px;
    height: 32px;
    display: block;
    content: "";
    background: #d2d2d2;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.snav2 ul>li>a {
    font-size: 18px;
    color: #4c4c4c;
    display: block;
    padding: 0 30px 0 60px;
    position: relative;
    background: url(../img/circle1.png)no-repeat left 30px center;
}

.snav2 ul>li.active>a, .snav2 ul>li:hover>a {
    color: #0066c1;
    font-weight: bold;
}

.snav2 ul>li.active>a, .snav2 ul>li:hover>a {
    background: url(../img/circle2.png)no-repeat left 30px center;
}

.snav2 ol {
    position: absolute;
    top: 70px;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid #ccc;
    left: 0;
    padding-left: 160px;
    display: none;
    animation: 0.5s ease 0.3s 1 normal backwards running fadeInUp;
}

.snav2 ol li {
    float: left;
    line-height: 70px;
    padding: 0 49px;
}

.snav2 ol li a {
    font-size: 16px;
    color: #313131;
    position: relative;
    display: block;
}

.snav2 ol li.active a, .snav2 ol li:hover a {
    color: #1154a7;
}

.snav2 ol li a::after {
    width: 0;
    height: 6px;
    display: block;
    content: "";
    background: #538acf;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
}

.snav2 ol li.active a::after, .snav2 ol li:hover a::after {
    width: 100%;
}

.snav2 li.active ol {
    display: block;
}

.main {
    /* margin: 0 0 80px; */
    transition: all 0.3s;
}

.main .w1300, .main2 .w1300 {
    padding: 30px 0;
    min-height: 40vh;
}

.main .w1300 .culBox4 {
    padding-bottom: 14px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

.main .w1300 .culBox4 a {
    font-size: 20px;
    margin-right: 25px;
    padding-bottom: 15px;
}

.main .w1300 .culBox4 a.on {
    font-weight: bold;
    color: #0660b0;
    border-bottom: 2px solid #0660b0;
}

.main h2 {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    margin: 30px 0;
    text-align: center;
}

.main .bar {
    font-size: 14px;
    color: #999;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.main .txt, .main .img {
    width: 49%;
}

.main .txt {
    margin-right: 2%;
}

.main .txt.noimg {
    float: none;
    width: 100%
}

.main .txt p {
    font-size: 18px;
    color: #2f2f2f;
    line-height: 35px;
    margin-top: 30px;
    text-indent: 2em;
}

.main .nr {
    margin-top: 0px;
}

#yqjs.main .nr img {
    margin: 0;
}

#yqjs.main .nr .bule {
    padding: 10px;
}

.main .nr p {
    font-size: 17px;
    line-height: 36px;
    text-indent: 2em;
    letter-spacing: 0.1px;
    margin-bottom: 16px;
    text-align: justify;
}

.main .nr p.vsbcontent_img {
    margin-bottom: 0;
}

.main .nr p.vsbcontent_img img, .main .nr p img {
    display: block;
    width: auto;
    height: auto;
    max-width: 60%;
    margin: 10px auto;
}

.main .nr p iframe {
    display: block;
    width: 100%;
}

.main .nr .box {
    display: inline-block;
    margin: 10px 0;
    width: 48%;
    float: left;
    min-height: 150px;
}

.main .nr .box:nth-child(2n) {
    float: right;
}

.main .nr .box strong {
    background: #274e9f;
    display: block;
    padding: 5px 20px;
    color: #FFF;
}

.main .nr .box p {
    text-indent: 0 !important;
}

.main .nr .box p:nth-child(2n) {
    /* min-height: 180px; */
    color: #111;
}

.main .nr .zdxk {
}

.main .nr .zdxk p {
    text-indent: 0;
    margin: 15px 0;
}

.main .nr .zdxk p strong {
    padding: 0;
    margin: 0;
}

.main .nr .zdxk h1 {
    font-size: 17px;
    background: rgb(85 114 175);
    padding: 15px;
    color: #FFF;
}

.main .img {
    text-align: center;
    padding-top: 65px;
}

.main .nr .leadbox {
    margin: auto;
    width: 80%;
}

.main .nr .leadbox p {
    font-size: 20px;
    margin-bottom: 0;
    padding: 20px 0;
    text-indent: 0;
    border-bottom: 1px solid #ededed;
}

.main .nr .ghBox {
    padding: 10px;
    margin-bottom: 50px;
    background: url("../img/bg_box.gif");
}

.main .nr .ghBox .inner {
    background: #FFF;
    padding: 40px 45px;
}

.main .nr .ghBox dl dt {
    float: left;
    width: 230px;
    display: inline-block;
}

.main .nr .ghBox dl dt img {
}

.main .nr .ghBox dl dd {
    float: left;
    width: 900px;
    padding-top: 13px;
    padding-left: 50px;
    border-left: 1px solid #e5e6ec;
}
.main .nr .ghBox dl dd a{
    color: #FFF;
    background: #0660b0;
    padding: 9px 15px;
    font-size: 14px;
}
.main .nr .ghBox dl dd p {
    text-indent: 0;
    line-height: 31px;
    margin-bottom: 10px;
}

.main .nr .ghBox dl dd p span {
}

.main .nr .ghBox dl dd.t {
    margin-top: 60px;
}

.main .nr .ghBox dl.n1 dd.t p:last-child {
    text-indent: 0;
}

.main .nr .ghBox dl.n1 {
}

.main .nr .ghBox dl.n2 {
    margin-top: 30px;
    padding-top: 25px;
    display: block;
    border-top: 1px solid #e9edf6;
}

.main .nr .ghBox dl.n2 p {
    text-indent: 0;
    line-height: 24px;
    margin-bottom: 10px;
}

.main .nr .ghBox dl .notice {
    display: inline-block;
    background: #0660b0;
    padding: 1px 10px;
    color: #FFF;
    border-radius: 4px;
    font-size: 12px;
}

.main .nr .ghBox dl.n1 dd p:last-child {
    color: #0660b0;
    text-indent: -10px;
    font-weight: bold;
}

/* 科研与教学 */
.kjnews {
    padding: 50px 0 70px;
}

.kjnewss {
    padding: 30px 0 0px;
}

.kjnews li.fl {
    margin-right: 25px;
    float: left;
    width: 38%;
}

.kjnews li.fl .time {
    background: #0066c1;
    width: 80px;
    height: 75px;
    padding-top: 15px;
    text-align: center;
    float: left;
}

.kjnews li.fl .time .p1 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
}

.kjnews li.fl .time .p2 {
    font-size: 14px;
    color: #fff;
}

.kjnews li.fl .txt {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.kjnews li.fl .txt>p {
    width: calc(100% - 80px);
    float: left;
    line-height: 75px;
    padding: 0 22px;
    box-sizing: border-box;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    height: 75px;
}

.kjnews li.fl .img {
    height: 295px;
    width: 100%;
    overflow: hidden;
}

.kjnews li.fl .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.kjnews li.fr {
    padding: 16px 0;
    float: left;
    width: 29%;
    /* border-top: 1px solid #e4e4e4; */
    border-bottom: 1px solid #e4e4e4;
}

.kjnews li.fr:hover a {
}

.kjnews li:nth-child(3) {
    border-top: 0;
    /* padding-top: 0; */
}

.kjnews li.fr:last-child {
    /* border-bottom: 0; */
    /* padding-bottom: 0; */
}

.kjnews li.fr .time {
    width: 75px;
    float: left;
    text-align: center;
    padding-right: 15px;
    border-right: 1px solid #e4e4e4;
}

.kjnews li.fr .time .p1 {
    font-size: 28px;
    color: #959595;
    margin-bottom: 14px;
}

.kjnews li.fr .time .p2 {
    font-size: 14px;
    color: #959595;
    line-height: 20px;
}

.kjnews li.fr a {
    font-size: 16px;
    float: right;
    width: calc(100% - 35px);
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
}

.kjnews li {
    opacity: 0;
    visibility: hidden;
}

.kjnews.animation li {
    opacity: 1;
    visibility: visible;
}

.kjnews.animation li:nth-child(1) {
    animation: 0.5s ease 0.6s 1 normal backwards running fadeInUp;
}

.kjnews.animation li:nth-child(2) {
    animation: 0.5s ease 0.8s 1 normal backwards running fadeInUp;
}

.kjnews.animation li:nth-child(3) {
    animation: 0.5s ease 0.9s 1 normal backwards running fadeInUp;
}

.kjnews.animation li:nth-child(4) {
    animation: 0.5s ease 1s 1 normal backwards running fadeInUp;
}

.kjnews.animation li:nth-child(5) {
    animation: 0.5s ease 1.1s 1 normal backwards running fadeInUp;
}

.kjnews.animation li:nth-child(6) {
    animation: 0.5s ease 1.2s 1 normal backwards running fadeInUp;
}

.kjnews li.fl:hover .txt>p {
}

.kjnews li.fl:hover .img img {
    transform: scale(1.1);
}

.kjnews .tit {
    opacity: 0;
    visibility: hidden
}

.kjnews.animation .tit {
    opacity: 1;
    visibility: visible;
    animation: 0.5s ease 0.5s 1 normal backwards running fadeInDown;
}

.yqjs {
    text-align: center;
}

.yqjs a {
    border-radius: 50%;
    background: #0066c1;
    display: inline-block;
    color: #FFF;
    width: 240px;
    height: 240px;
    position: relative;
    margin: 30px 5px;
}

.yqjs a.n2 {
    background: #6bb468;
}

.yqjs a.n3 {
    background: #cdab5a;
}

.yqjs a.n4 {
    background: #4aafbe;
}

.yqjs a span {
    display: block;
    bottom: 0;
    margin: 108px auto;
    text-align: center;
    font-size: 22px;
}

.yqjs a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 11px solid #ffffff3b;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    display: block;
    transition: .8s;
    z-index: 999999;
}

.yqjs a:hover::after {
    border-color: rgba(0,0,0,.4);
}

/* education */
.education {
    padding: 70px 0 95px;
    background: url(../img/leadersc-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.education .tit {
    opacity: 0;
    visibility: hidden
}

.education.animation .tit {
    opacity: 1;
    visibility: visible;
    animation: 0.5s ease 0.5s 1 normal backwards running fadeInDown;
}

.education .bkjy {
    width: 48.5%;
    margin-right: 2.5%;
    opacity: 0;
    visibility: hidden;
}

.education.animation .bkjy, .flist.animation .jxjy {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInLeft;
}

.education .yjsjw {
    width: 48.5%;
    opacity: 0;
    visibility: hidden;
}

.education.animation .yjsjw, .flist.animation .bgxz {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInRight;
}

.education ul {
    background: #fff;
    height: 460px;
}

.education li {
    padding: 20px 35px;
    position: relative;
}

.education .bkjy li span {
    font-size: 16px;
    color: #0066c1;
    float: left;
    width: 15%;
}

.education li h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.education .bkjy li h2 {
    height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    width: 85%;
}

.education li p {
    font-size: 14px;
    color: #808080;
    line-height: 32px;
}

.education .bkjy li p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 96px;
}

.education li a {
    display: block;
    padding: 25px 10px 20px 30px;
}

.bkjy li a {
    border-left: 3px solid #0066c1;
}

.education li:first-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    border-bottom: 1px dashed #e6e6e6;
    bottom: 0;
    left: 5%;
}

.education .yjsjw li {
    padding: 0 35px;
    line-height: 60px;
    overflow: hidden;
}

.education .yjsjw li a {
    font-size: 15px;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    height: 60px;
}

.education .yjsjw li .zf {
    height: 160px;
}

.education .yjsjw li:first-child {
    padding: 20px 35px;
    line-height: inherit;
    height: 230px;
}

.education .yjsjw li:first-child a {
    padding: 25px 10px 20px 20px;
    border-bottom: 0;
}

.education .yjsjw li h2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    height: 32px;
}

.education .yjsjw li p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.education .bkjy li {
    height: 230px;
}

.education .yjsjw li span {
    float: right;
    font-size: 14px;
    color: #aaa;
}

.flist {
    padding: 70px 0 80px;
}

.flist .tit {
    opacity: 0;
    visibility: hidden
}

.flist.animation .tit {
    opacity: 1;
    visibility: visible;
    animation: 0.5s ease 0.5s 1 normal backwards running fadeInDown;
}

.flist .jxjy {
    width: 49%;
    margin-right: 2%;
    opacity: 0;
    visibility: hidden;
}

.flist .first .img {
    float: left;
    width: 44%;
    height: 165px;
}

.flist .first .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flist .first .txt {
    float: right;
    width: 51%;
    padding-top: 5px;
}

.flist .first .txt h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 5px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.flist .first .txt p {
    color: #808080;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}

.flist .first .txt span {
    width: 88px;
    line-height: 33px;
    background: #0066c1;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.flist .li {
    padding: 31px 0;
    border-bottom: 1px solid #e8e8e8;
}

.flist .li .time {
    width: 74px;
    float: left;
    padding-top: 15px;
}

.flist .li .time .p1 {
    font-size: 26px;
    color: #333;
    margin-bottom: 8px;
}

.flist .li .time .p2 {
    font-size: 15px;
    color: #333;
}

.flist .li .txt {
    width: calc(100% - 90px);
    float: right;
}

.flist .li .txt h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    height: 26px;
}

.flist .li .txt p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
}

.flist .bgxz {
    width: 49%;
    opacity: 0;
    visibility: hidden;
}

.flist .bgxz li {
    line-height: 45px;
    float: left;
    width: 48%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    padding-top: 20px;
    box-sizing: border-box;
    margin-bottom: 4%;
}

.flist .bgxz li:nth-child(2n) {
    margin-left: 4%;
}

.flist .bgxz li span {
    width: 120px;
    height: 45px;
    font-size: 14px;
    color: #737373;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background: #f6f6f6;
    float: left;
    transition: all 0.5s;
}

.flist .bgxz li:hover span {
    background: #0066c1;
    color: #fff;
}

.flist .bgxz li:hover a {
    color: #0066c1;
}

.flist .bgxz li a {
    display: block;
}

.flist .bgxz li a .img {
    width: 100%;
    height: 146px;
    overflow: hidden;
    text-align: center;
}

.flist .bgxz li a .img img {
    width: auto;
    height: 100%;
    /* object-fit: contain; */
}

.flist .bgxz li a p {
    display: block;
    font-size: 15px;
    color: #4c4c4c;
    width: calc( 100% - 140px);
    float: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    height: 45px;
    width: 100%;
    float: none;
    text-align: center;
}

/* 列表页 */
.ejlm h2 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2em;
    display: none;
}

.ejlm {
    opacity: 0;
    visibility: hidden;
}

.ejlm.animation {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 1s 1 normal backwards running fadeInDown;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: center;
}

.list li {
    border-bottom: 1px solid #eaeaea;
    opacity: 0;
    visibility: hidden;
    position: relative;
    padding: 15px 0;
}

.list li.animation {
    opacity: 1;
    visibility: visible;
    animation: 0.5s ease 0.5s 1 normal backwards running fadeInUp;
}

.list li .date {
    font-family: Arial;
    font-size: 13px;
    float: left;
    margin-right: 20px;
    padding: 15px 10px 5px 12px;
    text-align: center;
    overflow: hidden;
    color: #697076;
    background: #f5f6f7;
    transition: .5s;
    display: none;
}

.list li .date1 {
    font-family: Arial;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    color: #697076;
    transition: .5s;
    float: right;
}

.list li .date h3 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 3px;
    font-family: Impact;
}

.list li .img {
    float: left;
    width: 20%;
    height: 145px;
    overflow: hidden;
    display: none;
}

.list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.list li:hover img {
    transform: scale(1.1);
}

.list li .txt {
    float: right;
    width: 71%;
}

.list li .noimg {
    float: none;
    width: 100%;
}

.list li h2 {
    font-size: 18px;
    margin-bottom: 10px;
    /* font-weight: normal; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    height: 26px;
    line-height: 26px;
    margin: 0;
    font-weight: normal;
    position: relative;
}

.list li h2::before {
    content: '';
    border: 2px solid #274e9f;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 10px;
}

.list li h2::after {
    border-color: transparent transparent #274e9f #274e9f;
    border-style: solid;
    border-width: 3px;
    border-radius: 1px;
    bottom: 10px;
    left: 3px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 0;
    position: relative;
    transform: rotate(225deg);
    transform-origin: center center;
    width: 0;
    position: absolute;
}

.list li p {
    font-size: 15px;
    color: #727272;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    /* white-space: pre-wrap; */
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 76px;
    display: none;
}

.list li .info {
    font-size: 14px;
    color: #9a9a9a;
}

.list li .info .time {
    padding-right: 10px;
    border-right: 1px solid #cdcdcd;
    line-height: 13px;
    height: 13px;
    display: inline-block;
}

.list li .info .click {
    padding-left: 10px;
    line-height: 13px;
    height: 13px;
    display: inline-block;
}

.list li a:hover .date {
    color: #fff;
    background: #0660b0;
}

.page-list {
    padding: 40px 0;
    text-align: center;
}

#n_time .list li .date {
    display: none
}

#n_time .list li .txt {
    width: 78%;
}

.list_dsj {
}

.list_dsj ul {
    margin: 25px 0;
}

.list_dsj ul li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.list_dsj ul li:nth-child(2n) {
}

.list_dsj ul li a {
    display: table;
    padding: 25px;
    background: #f4f8fd;
    width: 100%;
    box-sizing: border-box;
}

.list_dsj ul li .img {
    width: 150px;
    display: table-cell;
}

.list_dsj ul li .img img {
}

.list_dsj ul li .txt {
    display: table-cell;
    vertical-align: middle;
}

.list_dsj ul li h2, .list_dsj ul li p {
    margin-left: 25px;
}

.list_dsj ul li .noimg h2, .list_dsj ul li .noimg p {
    margin-left: 0 !important;
}

.list_dsj ul li .txt h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.list_dsj ul li p {
    font-size: 13px;
    line-height: 22px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

/* 内容页 */
.content .contentl .v_news_content img {
    width: auto;
    height: auto;
    max-width: 80%;
    display: block;
    margin: 35px auto 0 !important;
}

.content {
    padding: 65px 0 85px;
}

.content .bt {
    font-size: 25px;
    color: #0a2339;
    font-weight: 700;
    line-height: 40px;
}

.content .contentl {
    width: 68%;
    float: left;
}

.contentl .con-time {
    color: #808080;
    font-size: 17px;
    margin-top: 30px;
    border-bottom: 1px solid #ececec;
}

.contentl .con-time .info {
    font-size: 13px;
    color: #b0b0b0;
    line-height: 1;
    margin: 0;
    text-indent: 0;
    margin-right: 20px;
}

.contentl .con-time .zh {
    float: right;
    line-height: 1;
    margin: 0;
    text-indent: 0;
    font-size: 18px;
}

.contentl .con-time .zh span {
    padding-right: 5px;
    cursor: pointer;
}

.con-time .infol {
    border-bottom: 2px solid #0066c1;
    padding-bottom: 10px;
    max-width: 85%;
    margin-bottom: -1px;
}

.content .con-conb .v_news_content p {
    margin-top: 30px;
    font-size: 17px;
    line-height: 32px;
    text-indent: 2em;
}

.content .contentr {
    width: 28%;
    float: right;
    padding-top: 10px;
}

.content .contentl#dor {
}

.content .contentl#dor #dor_conts {
    margin-top: 40px;
}

.content .contentl#dor #dor_conts .box_1 {
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 80px;
}

.content .contentl#dor #dor_conts .box_1 .img_l {
    float: left;
    width: 25%;
    position: relative;
}

.content .contentl#dor #dor_conts .box_1 .img_l::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0066c1;
    bottom: -25px;
    right: -25px;
    z-index: -9;
    opacity: 0.1;
}

.content .contentl#dor #dor_conts .box_1 .img_l img {
    margin: inherit;
    max-width: 100%;
}

.content .contentl#dor #dor_conts h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
}

.content .contentl#dor #dor_conts p {
}

.content .contentl#dor #dor_conts p span {
}

.content .contentl#dor #dor_conts .box_1 .LeftBox {
    text-align: left;
    float: right;
    width: 68%;
}

.content .contentl#dor #dor_conts .box_1 .LeftBox p {
    text-indent: 0;
    margin-bottom: 0;
}

.content .contentl#dor #dor_conts .box_1 .LeftBox p span {
    display: block;
}

.content .contentl#dor #dor_conts .box_1 .LeftBox p.clickbtn a {
    display: inline-block;
    padding: 5px 15px;
    margin-top: 10px;
    color: #FFF;
    font-size: 14px;
    background: #0066c1;
}

.content .contentl#dor #dor_conts .box_1 .LeftBox p.clickbtn a:hover {
    background: #c89b58
}

.content .contentl#dor #dor_conts .inner {
}

.content .contentl#dor #dor_conts .inner p {
}

.content .contentl#dor #dor_conts .inner .vsbcontent_img {
    display: none
}

.content .hot li {
    background: #fff;
    box-shadow: 0 0 17px 0 rgba(85,85,85,0.1);
    margin-bottom: 25px;
}

.content .hot li a {
    padding: 30px 20px;
    display: block
}

.content .hot li a:hover {
    color: #FFF;
    background: #0660b0;
}

.content .contentl#dor #dor_conts .pageBar {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

.content .contentl#dor #dor_conts .pageBar p {
    text-indent: 0;
    font-size: 13px;
    margin: 0;
    background: #fcfcfc;
    margin-bottom: 20px;
    padding: 10px;
}

.content .contentl#dor #dor_conts .pageBar p a {
}

.content .hot li h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    height: 26px;
}

.content .hot li p {
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
}

.content .contentl .v_news_content * {
    padding: 0 !important;
    margin: 30px 0 0 !important;
}

.content .contentl .v_news_content video {
    margin: auto !important;
}

.content .contentl .v_news_content>div {
    margin: 0 !important;
}

.content .contentl .v_news_content p {
    font-size: 17px;
    margin-bottom: 15px !important;
    line-height: 2em;
}

.content .contentl#doc .v_news_content p.vsbcontent_img {
    display: none
}

.content .contentl table thead th {
    background: #f7f7f7;
    padding: 16px 0 16px 0;
    font-size: 17px;
    border-left: 0;
    color: #333;
}

.content .contentl table thead tr:last-child th {
    border-bottom: 1px solid #999;
}

.content .contentl table th {
    color: #444;
    font-size: 17px;
}

.content .contentl table th:first-child, .content .contentl table td:first-child {
    border-left: 0
}

.content .contentl table th:last-child, .content .contentl table td:last-child {
    /* border-right: 0; */
}

.content .contentl .v_news_content table tr td p {
    text-indent: 0em !important;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 15px;
    padding: 5px !important;
    margin: 0 !important;
}

.content .contentl#doc {
    width: 100%;
    float: none;
    margin-top: -340px;
}

.content .contentl#doc .box_1 {
    padding: 90px;
    background: url(../img/doc_bg.jpg) no-repeat;
    position: relative;
    margin-bottom: 60px;
}

.content .contentl#doc .inner {
    margin-left: 33%;
}

.content .contentl#doc .inner::before {
    content: '个人简介';
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 4px solid #174d95;
    display: inline-block;
}

.content .contentl#doc .box_1 .img_l {
}

.content .contentl#doc .box_1 .docImg {
    display: inline-block;
    float: left;
    width: 20%;
    position: absolute;
}

.content .contentl#doc .box_1 .docImg img {
    width: 100%;
}

.content .contentl#doc .box_1 .docImg .sa_logo {
    position: absolute;
    left: 62%;
    bottom: 23%;
    width: 19%;
    display: none;
}

.content .contentl#doc .box_1 .docImg .sa_logo img {
}

.content .contentl#doc .box_1 .docText {
    color: #FFF;
    margin-left: 28%;
    padding-top: 10px;
}

.content .contentl#doc .box_1 .docText h1 {
    font-size: 30px;
    font-weight: normal;
}

.content .contentl#doc .box_1 .docText h1 span {
    font-size: 22px;
    margin-left: 15px;
}

.content .contentl#doc .box_1 .docText p {
    font-size: 17px;
    margin: 20px 0;
}

.content .contentl#doc .box_1 .docText p span {
    display: block;
    padding: 12px 0;
}

.content .contentl#doc .box_1 .docText p span em {
    display: inline-block;
    float: left;
}

.content .contentl#doc .box_1 .docText p span i {
    display: inline-block;
    width: 60%;
}

.content .contentl#doc .box_1 .LeftBox {
    position: absolute;
    top: 50px;
    right: 80px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.content .contentl#doc .box_1 .LeftBox img {
    display: block;
}

.content .contentl#doc .box_1 .LeftBox span {
    display: block;
    margin-top: 20px;
}

/* 组图内容页 */
.attraction .sub_title {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #fff;
    text-align: center;
}

.attraction h2 {
}

.attraction h2 p {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    margin-top: 15px;
    color: #666;
}

.attraction .inner_box {
    position: relative;
    padding: 50px;
    z-index: 3;
    margin-bottom: 60px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.attraction .attraction_img_list {
    position: relative;
    z-index: 3;
}

.attraction .attraction_img_item a {
    display: block;
}

.attraction .attraction_img_item .attraction_box {
    position: relative;
    overflow: hidden;
    height: 840px;
}

.attraction .attraction_img_item .attraction_box .cont_box {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 1;
}

.attraction .attraction_img_item .attraction_box .cont_box::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(0 0 0 / 40%);
}

.attraction .attraction_img_item .attraction_box .cont_box h3 {
    color: #FFF;
    font-size: 17px;
}

.attraction .attraction_img_item .attraction_box .cont_box .list {
    margin-top: 26px;
    font-size: 0;
}

.attraction .attraction_img_item .attraction_box .cont_box .list li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 20px;
    color: #464646;
}

.attraction .attraction_img_item .attraction_box .cont_box .list li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
}

.attraction .attraction_img_item .attraction_box .cont_box .list li span, .attraction .attraction_img_item .attraction_box .cont_box .list li em {
    vertical-align: top;
}

.attraction .attraction_img_item .attraction_box .cont_box .list li em {
    margin-left: 4px;
    word-break: keep-all;
}

.attraction .attraction_img_item .attraction_box .cont_box .more {
    position: absolute;
    right: 0;
    bottom: 51px;
    border-bottom: 1px solid #000;
    padding-right: 60px;
    font-size: 13px;
    line-height: 36px;
    color: #000;
    text-decoration: none;
    transition: .3s;
}

.attraction .attraction_img_item .attraction_box .inner_image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.attraction .attraction_img_item .attraction_box .inner_image img {
    width: 100%;
    margin: auto;
}

.attraction .attraction_img_item a:hover .attraction_box .cont_box .more {
    right: -20px;
    padding-left: 20px;
    background-color: #000;
    color: #fff;
}

.attraction .attraction_nav {
    position: relative;
    margin-top: 25px;
}

.attraction .attraction_nav .attraction_nav_list {
    padding: 0;
    margin: 0 35px 0 30px;
}

.attraction .attraction_nav_item {
    display: block;
    margin: 0 7px;
    width: 96px;
    height: 100px;
    border: 0;
    text-decoration: none;
}

.attraction .attraction_nav_item .thumb_box {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.attraction .attraction_nav_item .thumb_box:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: -1%;
    top: -1%;
    width: 102%;
    height: 102%;
    border: 10px solid #fff;
    box-sizing: border-box;
    transition: .3s;
}

.attraction .attraction_nav_item .thumb_box .inner_image {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.attraction .attraction_nav_item:hover .thumb_box:before {
    opacity: 1;
    border: 8px solid #2196F3;
}

.attraction .attraction_nav_item.slick-current .thumb_box:before {
    opacity: 0.6;
    border: 8px solid #0066c1;
    background: #0066c1;
}

.attraction .attraction_nav_item.slick-current:hover .thumb_box:before {
    border: 8px solid #2196F3;
}

.attraction_control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.attraction_control button {
    position: absolute;
    width: 30px;
    height: 100px;
    border: 0;
    font-size: 0;
    color: transparent;
    vertical-align: middle;
    transition: .2s;
    background: #444;
}

.attraction_control button:before {
    left: 0px;
}

.attraction_control button.prev:before, .attraction_control button.next:before {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
    content: '';
    width: 20px;
    height: 20px;
    border: solid #ffffff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.attraction_control button.prev {
    right: 0;
}

.attraction_control button.prev:before {
    left: auto;
    right: 10px;
}

.attraction_control button.next:before {
    border-width: 0 0 2px 2px;
}

#img_box.attraction_control {
    position: absolute;
    top: 34%;
    left: 0;
    width: 100%;
    z-index: 9;
}

#img_box.attraction_control button {
    background: none;
    left: 10px;
    width: 50px;
    opacity: 0;
    transition: .5s;
}

#img_box.attraction_control button:before {
    left: 0px;
}

#img_box.attraction_control button.prev:before, #img_box.attraction_control button.next:before {
    display: inline-block;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 18px;
    right: 0;
    margin: auto;
    content: '';
    width: 40px;
    height: 40px;
    border: solid #ffffff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

#img_box.attraction_control button.prev {
    right: 10px;
    left: auto;
}

#img_box.attraction_control button.prev:before {
    left: auto;
    right: 18px;
}

#img_box.attraction_control button.next:before {
    border-width: 0 0 2px 2px;
}

.attraction .inner_box:hover #img_box.attraction_control button {
    opacity: 1
}

.attraction .inner_box:hover #img_box.attraction_control button.next {
    left: 65px;
}

.attraction .inner_box:hover #img_box.attraction_control button.prev {
    right: 65px;
    left: auto;
}

.hotImbBox {
    height: 360px;
    overflow: hidden;
    margin-top: 40px;
}

.hotImbBox h2 {
    font-size: 22px !important;
    line-height: 1;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

.hotImbBox table {
    padding: 0;
    border: 0;
    border-spacing: 0;
}

.hotImbBox table tr {
    padding: 0;
    border: 0;
}

.hotImbBox table tr td {
}

.hotImbBox table tr td:last-child table {
    padding-right: 0;
}

.hotImbBox table tr td table {
    width: auto;
    padding-right: 30px;
}

.hotImbBox table tr td table tr {
}

.hotImbBox table tr td table tr td {
    width: auto;
}

.hotImbBox table tr td table tr td a {
    font-size: 15px;
    line-height: 55px;
}

.hotImbBox table tr td table tr td a img {
    width: 100%;
    height: auto;
    min-height: 187px;
}

/* 院内文化 */
.yyzx {
    padding: 45px 0 25px;
}

.yyzx #imgBox-1 {
}

.yyzx #imgBox-1 .slick-dots {
    text-align: right;
    bottom: 23px;
    right: 10px;
}

.yyzx #imgBox-1 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
}

.yyzx #imgBox-1 .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    font-size: 0;
}

.yyzx #imgBox-1 .slick-dots li.slick-active button {
    background: #f90
}

.yyzx #imgBox-1 .slick-dots li.slick-active button::after {
    display: none
}

.yyzx #imgBox-1 #imgBox-left {
    width: 540px;
    position: relative;
}

.yyzx #imgBox-1 #imgBox-left img {
    width: 100%;
    height: 350px;
}

.yyzx #imgBox-1 #n2 {
    width: calc(100% - 570px);
}

.yyzx #imgBox-1 #n2 .ntitle h2 {
    margin-bottom: 10px
}

.yyzx #imgBox-1 .slick-slide {
    position: relative
}

.yyzx #imgBox-1 .txt {
    width: 100%;
    background: #0660b0;
    padding: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yyzx #imgBox-1 .txt h2 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    padding-right: 90px;
    position: relative;
}

.tit2 {
    opacity: 0;
    visibility: hidden;
}

.hot_1 {
}

.hot_1 a {
    background: #f1f5fa;
    width: 100%;
    display: block;
    text-align: center;
    padding: 27px 0;
    margin-bottom: 34px;
    font-size: 24px;
    color: #183980;
    background: #e5f2fb;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e5f2fb, #f5e2e6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e5f2fb, #f5e2e6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: url(../img/bj-sb.jpg) no-repeat #fae1e5 left top;
    font-weight: bold;
}

.animation .tit2 {
    opacity: 1;
    visibility: visible;
    animation: 0.5s ease 0.5s 1 normal backwards running fadeInDown;
    margin-bottom: 25px;
}

.tit ul li {
    float: left;
    line-height: 32px;
    text-align: center;
    /* background: #f1f1f1; */
    margin-right: 30px;
}

.tit li a {
    color: #464646;
    font-size: 26px;
    display: block;
}

.tit ul li.active, .tit ul li:hover {
    /* background: #e6a045; */
}

.tit ul li.active a, .tit ul li:hover a {
    color: #bc9c4c;
}

.tit ul li:first-child {
}

.yyzx-lb {
    float: left;
    width: 49%;
    margin-right: 2%;
    opacity: 0;
    visibility: hidden;
}

.yyzx.animation .yyzx-lb {
    opacity: 1;
    visibility: visible;
    animation: 0.6s ease 0.5s 1 normal backwards running fadeInLeft;
}

.yyzx-lb .slider .img {
    width: 100%;
    height: 390px;
}

.yyzx-lb .slider .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tit2 h3 {
    margin-bottom: 0;
}

.yyzx-lb .slider .txt {
    width: 100%;
    height: 68px;
    background: #0660b0;
    padding: 20px 35px 0 30px;
}

.yyzx-lb .slider .txt h2 {
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    padding-right: 90px;
    position: relative;
}

.yyzx-lb .slider .txt p {
    font-size: 16px;
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
    display: none;
}

.yyzx-lb .slider .txt h2 span {
    font-size: 14px;
    color: #84b7e5;
    float: right;
    position: absolute;
    right: 0;
}

.yyzx-lb .slick-dots li, .yyzx-lb .slick-dots li button, .yyzx-lb .slick-dots li button:before {
    width: 11px;
    height: 11px;
}

.yyzx-lb .slick-dots {
    bottom: 20%;
    border: 0;
    text-align: left;
    text-indent: 20px;
}

.yyzx-lb .slick-dots li {
    margin: 0 2px;
}

.yyzx-lb .slick-dots li button {
    background: #ffffff;
}

.yyzx-lb .slick-dots li.slick-active button {
    background: #feac42;
}

.yyzx-list {
    width: 47%;
    float: right;
}

.yyzx-list li {
    margin-bottom: 18px;
    opacity: 0;
    visibility: hidden;
}

.yyzx.animation .yyzx-list li {
    opacity: 1;
    visibility: visible;
}

.yyzx.animation .yyzx-list li:nth-child(1) {
    animation: 0.6s ease 0.5s 1 normal backwards running fadeInDown;
}

.yyzx.animation .yyzx-list li:nth-child(2) {
    animation: 0.6s ease 0.7s 1 normal backwards running fadeInDown;
}

.yyzx.animation .yyzx-list li:nth-child(3) {
    animation: 0.6s ease 0.9s 1 normal backwards running fadeInDown;
}

.yyzx-list .hasimg .img {
    float: left;
    width: 35%;
    height: 140px;
}

.yyzx-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yyzx-list .txt {
    float: right;
    padding: 15px 25px 25px 25px;
    background: #fafafa;
    height: 140px;
}

.yyzx-list .txt h2 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    height: 26px;
}

.yyzx-list .txt p {
    color: #808080;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 50px;
}

.yyzx-list .txt span {
    display: block;
    font-size: 13px;
    color: #b2b2b2;
    margin-top: 5px;
}

.yyzx-list .txt {
    width: 100%;
}

.yyzx-list .hasimg .txt {
    /* width: 65%; */
}

.yyzx-m {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 460px;
}

.yyzx-dome {
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInUp;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.yyzx-dome.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

/* 党建 */
.dj {
    background: #ebf3f9;
    padding: 70px 0;
    overflow: hidden;
}

#bjbg {
    /* background: #ebf3f9; */
    padding: 30px 0;
    overflow: hidden;
    /* margin-top: 35px; */
}

#bjbg .ntitle h2 {
    margin-bottom: 10px;
}

#bjbg .public-news .list li a {
    padding: 10px 0;
    display: block
}

#bjbg .bjbox {
    width: 31.333%;
    margin-right: 3%;
}

.yyzx .tit>a, .dj .tit>a {
}

.yyzx .tit>a.active, .dj .tit>a.active {
    display: block;
}

.dj .tit ul li.active, .dj .tit ul li:hover {
    /* background: #0066c1; */
}

.dj .tit ul li {
    /* background: #fff; */
}

.dj .djgz {
    width: 48.5%;
    float: left;
}

.djgz .dj-list, .jkjy .dj-list {
    opacity: 0;
    visibility: hidden;
}

.dj.animation .djgz .dj-list {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInLeft;
}

.dj.animation .jkjy .dj-list {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInRight;
}

.dj .dj-list li {
    background: #fff;
    padding: 10px 40px 25px 40px;
    margin-bottom: 15px;
}

.dj .dj-list li h2 {
    border-bottom: 1px solid #f1f1f1;
    font-size: 17px;
    color: #333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    position: relative;
    padding: 20px 85px 10px 10px;
    margin-bottom: 10px;
}

.dj .dj-list li h2 span {
    font-size: 14px;
    color: #b2b2b2;
    float: right;
    position: absolute;
    right: 0;
}

.dj .dj-list li p {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
}

.dj .dj-list li:hover {
    background: #0066c1;
}

.dj .dj-list li:hover h2, .dj .dj-list li:hover h2 span {
    color: #fff;
    border-color: #2b83d1;
}

.dj .dj-list li:hover p {
    color: #c6def4;
}

.dj .djgz .dj-list ul {
    display: none;
    animation: 0.5s ease 0.5s 1 normal backwards running fadeInUp;
}

.dj .djgz .dj-list ul.active {
    display: block;
}

.dj .jkjy {
    float: right;
    width: 48.5%;
}

/* 护理风采 */
.hlfc {
    padding: 65px 0;
}

.hlfc li {
    padding: 18px;
    float: left;
    border: 1px solid #f1f1f1;
    width: 24.22%;
    margin-right: 1%;
    opacity: 0;
    visibility: hidden;
}

.hlfc.animation li {
    opacity: 1;
    visibility: visible;
}

.hlfc.animation li:nth-child(odd) {
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInUp;
}

.hlfc.animation li:nth-child(even) {
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInDown;
}

.hlfc li:last-child {
    margin-right: 0;
}

.hlfc li .img {
    width: 100%;
    height: 195px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hlfc li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.hlfc li p {
    line-height: 50px;
    font-size: 18px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    height: 50px;
}

.hlfc li p::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #ededed;
    transition: all 0.5s;
}

.hlfc li:hover img {
    transform: scale(1.1);
}

.hlfc li:hover p {
}

.hlfc li:hover p::after {
    background: #0066c1;
}

.ks {
    margin: 60px 0;
}

.ks-nav#bmdh .w1300 {
    overflow: inherit;
}

.ks-nav .ks-tit {
}

.ks-nav .ks-tit h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 30px;
}

.ks-nav .ks-tab {
    margin: 30px 0 10px;
}

.ks-nav .ks-tab li {
    float: left;
    width: 20%;
    position: relative;
}

.ks-nav .ks-tab li a {
    font-size: 17px;
    padding: 15px 20px;
    display: block;
    border: 1px solid #ddd;
    margin-right: -1px;
}

.ks-nav .ks-tab li.active a {
    font-weight: bold;
    color: #ffffff;
    background: #114e9f;
    border-color: #114e9f;
}

.ks-nav .ks-tab li a::after {
    display: block;
    position: absolute;
    right: 20px;
    top: 28px;
    width: 8px;
    height: 8px;
    border: solid #949494;
    border-width: 2px 0 0 2px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ks-nav .ks-tab li.active a::after {
    top: 22px;
    border-width: 0 2px 2px 0;
    border-color: #FFF;
}

.ks-nav .ks-list li {
    width: 18.4%;
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 2%;
}

.ks-nav .ks-list li:nth-child(5n) {
    margin-right: 0;
}

.ks-nav .ks-list li a, .doct-list li a {
    font-size: 16px;
    background: #f6f8f9;
    padding: 15px 20px;
    display: block;
    margin-top: 20px;
    position: relative;
    transition: .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.ks-nav .ks-list li a::before, .doct-list li a::before {
    display: inline-block;
    position: absolute;
    right: 7%;
    top: 23px;
    content: '';
    width: 7px;
    height: 7px;
    border: solid #245076;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.ks-nav .ks-list li a:hover, .doct-list li a:hover {
    color: #ffffff;
    background: #d89b30;
}

.ks-nav .ks-list li a:hover::before, .doct-list li a:hover::after {
    border-color: #ffffff;
}

.ks_item {
    margin: 50px 0;
    font-size: 0;
}

.ks_item a {
    padding: 15px 20px;
    width: 24%;
    font-size: 16px;
    background: #f6f8f9;
    margin-right: 1%;
    margin-bottom: 1.6%;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ffffff;
    position: relative;
    transition: .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    display: block;
}

.ks_item a:after {
    display: inline-block;
    position: absolute;
    right: 7%;
    top: 23px;
    content: '';
    width: 7px;
    height: 7px;
    border: solid #245076;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.ks_item a:hover {
    color: #ffffff;
    background: #1578d1;
}

.ks_item a:hover::after {
    border-color: #ffffff;
}

.ks-nav .ks-tit1 {
    padding-top: 45px;
}

.ks-nav .ks-tit1 h2 {
    font-size: 26px;
    font-weight: normal;
    color: #1f334d;
    margin-bottom: 25px;
}

.ks-nav .ks-tab1 li {
    width: 18.4%;
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 2%;
}

.ks-nav .ks-tab1 li:nth-child(5n) {
    margin-right: 0;
}

.ks-nav .ks-tab1 li a {
    font-size: 16px;
    background: #f6f8f9;
    padding: 15px 20px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    transition: .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.ks-nav .ks-tab1 li a:after {
    display: inline-block;
    position: absolute;
    right: 7%;
    top: 23px;
    content: '';
    width: 7px;
    height: 7px;
    border: solid #245076;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.ks-nav .ks-tab1 li a:hover::after, .ks-nav .ks-tab1 li.active a::after {
    border-color: #ffffff;
}

.ks-nav .ks-tab1 li a:hover, .ks-nav .ks-tab1 li.active a {
    color: #ffffff;
    background: #d89b30;
}

#bmdh {
    margin: 30px 0;
}

#bmdh .w1300 {
    overflow: hidden;
}

#bmdh ul.navUl {
    margin: 0 -0.5%;
}

#bmdh ul.navUl li.fLi {
    float: left;
    width: 32.3%;
    position: relative;
    margin: 8px 0.5%;
    position: relative;
}

#bmdh ul.navUl li.num3 {
}

#bmdh ul.navUl li.fLi > a {
    font-size: 16px;
    padding: 15px 20px;
    display: block;
    border: 1px solid #eeefef;
    margin-right: -1px;
    /* background: #f6f8f9; */
}

#bmdh ul.navUl li.hasub > a::after {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 8px;
    height: 8px;
    border: solid #949494;
    border-width: 0 2px 2px 0;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s
}

#bmdh ul.navUl li.hasub > a:hover::after {
    transform: rotate(225deg);
    top: 29px;
}

#bmdh ul.navUl li.nsb > a::after {
    display: none
}

#bmdh ul.navUl li.fLi > a span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

#bmdh ul.navUl li .subUl {
    left: 1px;
    margin-top: 0px;
    position: absolute;
    width: 170%;
    background: #FFF;
    box-shadow: 0 0 10px 5px rgb(34 36 135 / 9%);
    z-index: 1;
    display: none;
}

#bmdh ul.navUl li.num3 .subUl {
    left: auto;
    right: 0;
}

#bmdh ul.navUl li .subUl ul {
    padding: 25px;
    position: relative;
    background: #FFF;
}

#bmdh ul.navUl li .subUl ul:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #FFF;
    transform: rotate(45deg);
    position: absolute;
    left: 40px;
    top: -6px;
    box-shadow: 0 0 5px 2px rgba(34,36,135,0.09);
    z-index: -141;
}

#bmdh ul.navUl li.num3 .subUl ul:before {
    left: auto;
    right: 20px;
}

#bmdh ul.navUl li .subUl ul li {
    float: left;
    display: inline-block;
    width: 50%;
}

#bmdh ul.navUl li .subUl ul li a {
    padding: 5px;
    display: block;
}

/* 科室介绍 */
.ksjs {
    width: 100%;
    padding: 70px 0;
    position: relative;
}

.ksjs .w1300 {
    position: relative;
}

.ksjs .title3 {
    position: absolute;
    right: 0;
    width: 55%;
    top: 0;
}

.ksjs .title3.nw {
    position: relative;
    width: 100%;
}

.ksjs .ksimg {
    width: 42%;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.ksjs-main.animation .ksimg {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInLeft;
}

.ksjs .ksimg img {
    width: 100%;
    height: 330px;
}

.ksjs .kstxt {
    width: 55%;
    /* height: 348px; */
    overflow: hidden;
    /* opacity: 0; */
    /* visibility: hidden; */
    padding-top: 85px;
}

.ksjs .kstxt.nw {
    width: 100%;
    padding: 0;
}

.ksjs .kstxt.nw p {
    max-height: 102px;
    -webkit-line-clamp: 3;
}

.ksjs-main.animation .kstxt {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInRight;
}

.ksjs .kstxt p {
    text-indent: 0;
    font-size: 17px;
    line-height: 34px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    /* white-space: pre-wrap; */
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    max-height: 238px;
}

.ksjs .kstxt p img {
    width: auto !important;
    height: auto;
    max-width: 88%;
    margin: 0 auto;
    display: block;
}

.ksjs .kstxt table p {
    padding: 0;
    text-indent: 0;
}

.doctor {
    padding-bottom: 70px;
}

.ks .ks-listcut {
    display: none;
    /* animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp; */
}

.ks .ks-listcut.active {
    display: block;
}

.title3 {
    position: relative;
    margin-bottom: 35px;
    border-bottom: 1px solid #e2e2e2;
    /* visibility: hidden; */
}

.title3.animation {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.2s 1 normal backwards running fadeInUp;
}

.title3 h2 {
    color: #1f334d;
    font-size: 28px;
    float: left;
    padding-bottom: 20px;
    position: relative;
}

.title3 .more {
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 10px;
    margin: auto;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    color: #113561;
}

.title3 .more:hover {
    background: #1154a7;
    color: #fff;
    border-color: #1154a7;
}

.doctor-list li h2 {
    font-size: 22px;
    color: #1154a7;
    position: relative;
    line-height: 20px;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.doctor-list li h2::after {
    display: block;
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #0592e3;
    bottom: -10px;
}

.doctor-list li p {
    font-size: 13px;
    color: #4c4c4c;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 125px;
}

.doctor-list li .xx {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #787878;
    line-height: 1;
    margin: 20px 0 0 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.doctor-list li:hover .xx {
    color: #d5ebff;
    background: #0066c1;
    border: 1px solid #0066c1;
}

.doctor-list li:hover .doctor-img img {
    transform: scale(1.1);
}

.doctor-list li {
    float: left;
    width: 32%;
    /* opacity: 0; */
    /* visibility: hidden; */
    padding: 0 10px 0;
}

.doctor.animation .doctor-list li:nth-child(odd) {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInDown;
}

.doctor.animation .doctor-list li:nth-child(even) {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}

.doctor-list li .doctor-img {
    width: 48%;
    overflow: hidden;
    height: 256px;
}

.doctor-list li .doctor-img img {
    width: 100%;
    height: 100%;
    transition: .4s;
}

.doctor-list li .doctor-txt {
    width: 52%;
    padding-left: 25px;
}

/* 科室动态 */
.desk-news .title3 {
    margin-bottom: 30px;
}

.desk-news {
    width: 100%;
    padding-top: 70px;
    display: none;
}

.desk-news li {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    height: auto;
    float: left;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.desk-news.animation li {
    opacity: 1;
    visibility: visible;
}

.desk-news.animation li:nth-child(1), .desk-news.animation li:nth-child(2) {
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}

.desk-news.animation li:nth-child(3), .desk-news.animation li:nth-child(4) {
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInUp;
}

.desk-news.animation li:nth-child(5), .desk-news.animation li:nth-child(6) {
    animation: 0.8s ease 1s 1 normal backwards running fadeInUp;
}

.desk-news li span {
    display: block;
    float: left;
    text-align: center;
    width: 11%;
    height: 65px;
    font-size: 13px;
    color: #ffffff;
    background: #0660b0;
}

.desk-news li a {
    display: block;
    width: 86%;
    float: right;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}

.desk-news li span i {
    font-size: 24px;
    display: block;
    width: 100%;
    font-style: normal;
    line-height: 1;
    margin: 11px 0 0px;
}

.desk-news li h2 {
    font-size: 17px;
    font-weight: normal;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.desk-news li p {
    font-size: 14px;
    line-height: 25px;
    color: #717171;
    margin: 0;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.desk-news li:hover span, .desk-news li:hover span i {
    color: #ffffff;
    transition: all 0.6s;
    background: #d7a93c;
}

.news-list {
    padding-bottom: 60px;
    border-bottom: 1px solid #dcdcdc;
}

/* 图片列表页 */
.img-list {
    margin-top: 20px;
}

.img-list li {
    width: 18%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    opacity: 0;
    visibility: hidden;
}

.img-list li.animation {
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInDown;
}

.img-list li a {
    display: block;
}

.img-list li.last {
    margin-right: 0;
}

.img-list li:nth-child(5n) {
    margin-right: 0;
}

.img-list li .images {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.img-list li .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
    /* background: #efefef; */
}

.img-list li .images-txt {
    width: 100%;
    background: #f6f6f6;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.images-txt p {
    color: #333;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}

.img-list li:hover .images img {
    transform: scale(1.1);
}

.img-list li:hover .images-txt {
    background: #3287d4;
}

.img-list li:hover .images-txt p {
    color: #fff;
}

.img-list2 li {
    height: auto;
    position: relative;
}

.img-list2 li .images {
    height: 220px;
}

.img-list2 li .images-txt {
    height: 50px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.img-list2 .images-txt p {
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    height: 50px;
}

.img-list2 li .images img {
    object-fit: cover;
}

.img-list2 li:hover .images-txt {
    background: rgba(50,135,212,0.8);
}

#rongy.img-list li {
    width: 31%;
    margin: 1%;
}

#rongy.img-list li .images {
    height: 240px;
}

#rongy2 .w1300 ul {
    background: rgb(245 247 250);
    padding: 40px;
}

#rongy2.img-list li {
    width: 49%;
    margin-right: 0;
}

#rongy2.img-list li:nth-child(2n) {
    margin-left: 2%
}

#rongy2.img-list li a {
    display: table;
    padding: 20px 20px;
    background: #eaeef4;
    cursor: auto;
}

#rongy2.img-list li img {
    width: 28px;
    margin-right: 13px;
    max-width: revert;
    vertical-align: -8px;
}

#rongy2.img-list li .images-txt {
    background: none;
    display: table-cell;
    color: #333;
    font-size: 18px;
    line-height: 1;
}

#rongy2.img-list li .images-txt p {
    font-size: 18px;
    text-align: left;
    padding: 0 10px;
    line-height: 34px;
    color: #333;
}

#rongy2.img-list li a:hover {
    background: #dde5f0;
}

[class^="box_st"] {
    position: relative;
    padding: 1.75rem 2rem;
    margin-top: 1rem;
}

.box_st1 {
    border: 1px solid #e0e0e0;
    background: #fff;
}

.box_st1_img {
    overflow: hidden;
}

.box_st1_img img {
    float: left;
    max-width: 84px;
}

.box_st1_img .txt_wrap {
    float: left;
    padding-left: 30px;
    width: calc(100% - 84px);
}

.box_st1_1 {
    background: #e7e7e7;
}

.box_st1_1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(0deg, rgba(40,89,166,1) 0%, rgba(40,89,166,1) 1%, rgba(16,172,177,1) 99%, rgba(16,172,177,1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(40,89,166,1)), color-stop(1%, rgba(40,89,166,1)), color-stop(99%, rgba(16,172,177,1)), color-stop(100%, rgba(16,172,177,1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(40,89,166,1) 0%, rgba(40,89,166,1) 1%, rgba(16,172,177,1) 99%, rgba(16,172,177,1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(40,89,166,1) 0%, rgba(40,89,166,1) 1%, rgba(16,172,177,1) 99%, rgba(16,172,177,1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(40,89,166,1) 0%, rgba(40,89,166,1) 1%, rgba(16,172,177,1) 99%, rgba(16,172,177,1) 100%);
    /* ie10+ */
    background: linear-gradient(90deg, rgba(40,89,166,1) 0%, rgba(40,89,166,1) 1%, rgba(16,172,177,1) 99%, rgba(16,172,177,1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2859a6', endColorstr='#10acb1', GradientType=1 );
    /* ie6-9 */
    content: '';
}

.box_st1_1:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #fff;
    content: '';
}

.box_st1_1 > * {
    position: relative;
    z-index: 1;
}

.box_st1_1_img {
    overflow: hidden;
}

.box_st1_1_img img {
    float: left;
    max-width: 100px;
}

.box_st1_1_img .txt_wrap {
    float: left;
    padding-left: 45px;
    width: calc(100% - 100px);
}

.box_st2 {
    padding: 1rem 2rem;
    background: #f6f6f6;
}

.box_st3 {
    border: 2px dotted #e7e7e7;
    background: #fff;
}

.box_st3_1 {
    border: 3px solid #d9dce3;
    background: #fff;
}

div[class^="tab_st"] {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

div[class^="tab_st"] ul[class^="tab_st"] {
}

ul[class^="tab_st"] {
    text-align: center;
    overflow: hidden;
}

ul[class^="tab_st"] + *[class^="tit"] {
    margin-bottom: 0;
}

ul[class^="tab_st"] a[target='_blank'] > span:after {
    font-size: .89rem;
    content: "\e980";
    font-family: 'xeicon';
    display: inline-block;
    padding-left: 0.35rem;
}

ul[class^="tab_st"] a, ul[class^="tab_st"]:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab_st1 {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.tab_st1 > li {
    line-height: 1;
    display: inline-block;
}

.tab_st1 > li a {
    position: relative;
    display: block;
    color: #3f3f3f;
    margin: 0 6px;
    text-align: left;
    font-size: 17px;
    padding: 7px 15px;
    background: #f4f8fd;
    margin-bottom: 10px;
}

.tab_st1 > li a > span {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.tab_st1 > li.on a[target='_blank']:before {
    color: #fff;
}

.tab_st1 > li.on a:before {
    opacity: 1;
}

.tab_st1 > li a:hover, .tab_st1 > li a:focus, .tab_st1 > li.on2 a:hover, .tab_st1 > li.on2 a:focus {
    color: #114e9f;
    /* background: #4a78b4; */
}

.tab_st1 > li.on2 a:hover, .tab_st1 > li.on2 a:focus {
    color: #FFF
}

.tab_st1 > li.on a {
    color: #f5f9ff;
    background: #114e9f;
}

.tab_st1 > li.on2.on a {
    color: #3f3f3f;
    background: #f4f8fd;
}

.tab_st1 > li a i {
    display: none;
}

.c-tab01 {
    position: relative;
}

.c-tab01:after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}

.c-tab01 ul {
    display: block;
    overflow: hidden;
    text-align: center;
}

.c-tab01 ul li {
    display: inline-block;
    min-width: 13%;
}

.c-tab01 ul li button {
    background: #FFFFFF;
    border: 0;
    width: 100%;
}

.c-tab01 ul li button, .c-tab01 ul li a {
    box-sizing: border-box;
    display: block;
    font-size: 0;
    line-height: 1;
    padding: 18px 10px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    width: 100%;
    color: #3f3f3f;
    background: #f4f8fd;
}

.c-tab01 ul li button span, .c-tab01 ul li a span {
    -webkit-box-orient: vertical;
    display: inline-block;
    font-size: 15px;
    height: auto;
    -webkit-line-clamp: 2;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    transition: all .3s ease;
    vertical-align: middle;
    white-space: normal;
    word-break: keep-all;
    word-wrap: break-word;
}

.c-tab01 ul li button:focus, .c-tab01 ul li button:active, .c-tab01 ul li button:hover, .c-tab01 ul li a:focus, .c-tab01 ul li a:active, #container .c-tab01 ul li a:hover {
    background-color: #F6F6F6;
    color: #005BAA
}

.c-tab01 ul li a:focus:after, .c-tab01 ul li a:active:after, .c-tab01 ul li a:hover:after {
    background-position: 0 0;
}

.c-tab01 ul li.over button, .c-tab01 ul li.over a {
    background: #0066c1;
    color: #FFFFFF;
}

.c-tab01 ul li.over button span:after, .c-tab01 ul li.over a span:after {
    top: 15px
}

.c-tab01 ul li.over a:after {
    background-position: -10px 0;
}

.c-tab01 ul li.nw a:after {
    height: 10px;
    margin: 0;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

.c-tab01.mSet {
    z-index: 5;
}

.c-tab01.mSet button.ctab01Ctrl {
    background: #0066c1;
    border: 0;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 45px;
    position: relative;
    text-align: left;
    width: 100%;
}

.c-tab01.mSet button.ctab01Ctrl span {
    display: block;
    margin: 0 50px 0 15px
}

.c-tab01.mSet button.ctab01Ctrl:after {
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: -6px;
    transform: rotate(45deg);
    transition: all .3s ease;
    width: 8px;
}

.c-tab01.mSet button.ctab01Ctrl.over:after {
    top: 6px;
    transform: rotate(-135deg);
}

.c-tab01.mSet ul {
    left: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    display: none;
    background: #f4f8fd;
}

.c-tab01.mSet ul li {
    width: 100%
}

.c-tab01.mSet ul li a {
    background: #f4f8fd;
    color: #333;
}

.c-tab01.mSet ul li.over a {
    background: #0066c1;
    color: #FFF;
}

.c-tab01.mSet ul li a span {
}

.c-tab01.mSet ul li a span:after {
    display: none
}

.c-tab01.mSet ul li button, #container .c-tab01.mSet ul li a {
    border-radius: 0;
    padding: 15px 32px;
    text-align: left;
}

.c-tab01.mSet ul li button:before, #container .c-tab01.mSet ul li.nw a:after {
    right: 20px
}

.dsjs {
    background: #f4f8fd;
    margin: 20px 0 20px;
    text-align: center;
}

.dsjs a {
    display: inline-block;
    padding: 10px;
}

@media screen and (max-width: 1000px) {
    .snav, .snavi {
        margin-top: 20px;
        height: 50px;
    }

    .tab_st1 > li.on2 a {
        color: #000;
        background: #ffffff;
        position: relative
    }

    .tab_st1 > li.on2 a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 5px;
        background: rgb(233 195 35);
        top: 0;
        left: 0;
    }

    ul[class^="tab_st"] {
        margin-bottom: 1.5rem;
    }

    .reactTab {
        height: 0;
    }

    .reactTab ul[class^="tab_st"] {
        text-align: left;
        margin-bottom: 0;
    }

    .reactTab ul[class^="tab_st"] > li {
        width: 100% !important;
        display: block;
        padding: 0;
        table-layout: auto;
    }

    .reactTab ul[class^="tab_st"] > li.on {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .reactTab ul li.on > a i {
        display: block;
        position: absolute;
        right: 1rem;
        font-size: 18px;
        line-height: 45px;
        z-index: 1;
        color: #fff;
        background: transparent;
        bottom: auto;
        left: auto;
        height: auto;
        width: auto;
        transition: transform .3s;
        top: 0;
        font-size: 0;
        background: url(../img/icon_btn_arrow_b.png) no-repeat center center;
        width: 15px;
        bottom: 0;
        transform: rotate(90deg);
    }

    .reactTab.tab_st1_box {
        padding-top: 48px;
        width: calc(100% - 0px);
        position: absolute;
        z-index: 9999;
    }

    .tab_st1 > li.on2 a::before {
        display: block;
    }

    .reactTab.tab_st1_box.ov i {
        transform: rotate(-90deg);
    }

    .reactTab.tab_st1_box ul {
        background: #1578d1;
    }

    .reactTab.tab_st1_box ul > li {
        margin: 0;
    }

    .reactTab.tab_st1_box ul > li a {
        background: transparent;
        border: 0;
        overflow: hidden;
        /* font-size:15px; */
        color: #ffffff;
        padding: 12px 10px;
    }

    .tab_st1 > li.on2 a:hover, .tab_st1 > li.on2 a:focus {
        background: transparent;
    }

    .reactTab.tab_st1_box ul > li + li {
        margin-left: 0;
    }

    .reactTab.tab_st2_box {
        padding-top: 45px;
    }

    .reactTab.tab_st2_box ul {
        background: #f3f3f3;
        overflow: hidden;
    }

    .reactTab.tab_st2_box ul > li {
        border: 0;
    }

    .reactTab.tab_st2_box ul > li a {
        display: block;
        padding: 15px 10px;
        font-size: 15px;
        border: 0;
    }

    .reactTab.tab_st2_box ul > li.on a {
        background: #2859a6;
        color: #fff;
    }

    .reactTab.tab_st1_box ul > li.on a {
        padding: 15px;
        margin: 0;
        color: #2d2c2c;
        background: #f0f5fb;
    }

    .tab_st1 > li a > span {
        padding: 0
    }

    .reactTab ul[class^="tab_st"] > li:last-of-type {
        border-bottom: 0;
    }

    .reactTab.ov ul[class^="tab_st"] > li.on > a:after {
        -webkit-transform: translateY(-65%) rotate(180deg);
        transform: translateY(-65%) rotate(180deg);
    }

    .reactTab.ov ul > li.on a {
        padding-right: 50px;
    }

    .Tab_w20 > li {
        width: 25%;
    }

    .li_w20 > li {
        width: 25%;
    }

    .tbl_utile {
        margin-top: 0;
    }

    .tab_st1 > li {
        /* width: 50%; */
    }

    .tab_st1 > li.on a::before {
        height: 100%;
        background: #f4f8fd;
        bottom: 0px;
    }

    #bmdh ul.navUl li .subUl {
        width: 304%;
        position: absolute;
        left: 1px;
        right: 0;
        margin: 0;
    }

    #bmdh ul.navUl li.num2 .subUl {
        left: -102%;
    }

    #bmdh ul.navUl li.nm .subUl {
        right: 0;
        transform: none;
    }

    #bmdh ul.navUl li .subUl ul:before {
        left: 50%;
        margin-left: 0%;
    }

    #bmdh ul.navUl li:nth-child(3n-2) .subUl ul:before {
        left: 4%;
    }
}

@media screen and (max-width: 599px) {
    #bmdh {
        margin: 15px 0;
    }

    #bmdh ul.navUl li.fLi {
        width: 100%;
        margin: 8px 0;
    }

    #bmdh ul.navUl li.hasub > a::after {
        width: 6px;
        height: 6px;
        right: 14px;
        top: 18px;
    }

    #bmdh ul.navUl li.hasub > a:hover::after {
        top: 23px;
    }

    #bmdh ul.navUl li.fLi > a {
        font-size: 14px;
        padding: 10px 15px;
    }

    #bmdh ul.navUl li .subUl {
        width: 100%
    }

    #bmdh ul.navUl li.num2 .subUl {
        left: 0;
    }

    #bmdh ul.navUl li .subUl ul {
        padding: 15px 20px;
    }

    #bmdh ul.navUl li .subUl ul li {
        width: 100%;
    }

    #bmdh ul.navUl li .subUl ul:before {
        left: auto !important;
        right: auto !important;
    }
}

.doctortitle {
    /* height: 45px; */
    background: #2663af;
    margin-bottom: 40px;
}

.doctortitle h1 {
    /* height: 45px; */
    /* line-height: 45px; */
    font-size: 18px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}

.eqtab_table {
    border: 1px solid #dedede;
}

.eqtab_table:last-child {
}

.eqtab_table th {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.eqtab_table td ul {
    overflow: hidden;
    /* margin: 15px auto; */
    /* margin-top: 5px; */
    /* min-height:50px; */
}

.eqtab_table td ul li {
    display: inline-block;
    text-align: center;
    color: #000;
    margin-left: 20px;
    width: 52px;
}

.eqtab_table td ul li a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s;
    font-size: 16px;
}

.eqtab_table td ul li a:hover {
    color: #2663af;
}

.eqtab_table td span {
    float: left;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    color: #000;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
}

.eqtab_table td ul.eqtabl-ul li {
    width: 163px;
}

.eqtab_table2 {
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}

td .eqtab_table2:last-child {
    border: 0;
}

.eqtab_table2 td {
    box-sizing: border-box;
    line-height: 1;
}

.eqtab_table2 td.eqtable-td {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    background: #f8f8f8 !important;
}

.eqtab_table2 tr {
    border-top: 1px solid #ccc;
}

.eqtab_table .eqtab_table2:first-child tr:first-child {
    border-top: none;
}

.eqtab_table2 th {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    border-top: none;
    text-align: center;
}

/* cont-navi */
#cont-navi {
    display: block;
    width: 100%;
    z-index: 2;
}

#cont-navi .div-cont {
    position: relative;
    height: 100%;
}

#cont-navi .div-cont:after {
    content: "";
    display: block;
    clear: both
}

#cont-navi .home {
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    width: 70px;
    height: 100%;
    display: none;
}

#cont-navi .home:before, #cont-navi .home:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s ease
}

#cont-navi .home:before {
    z-index: 2;
    width: 25px;
    height: 22px;
    background: url(../img/layout_spr.png) no-repeat -170px 0;
}

#cont-navi .home:after {
    z-index: 1;
    left: auto;
    width: 1px;
    height: 26px;
    background: rgba(159,159,159,0.3);
}

#cont-navi .home:focus:after, #cont-navi .home:hover:after {
    opacity: .4
}

#cont-navi dl {
    float: left;
    position: relative;
    z-index: 5;
    width: auto;
    height: 100%;
    margin: 0;
}

#cont-navi dt {
    display: block;
    height: 100%
}

#cont-navi dt a {
    display: block;
    position: relative;
    height: 100%;
    padding: 0 30px 0 30px;
    font-size: 0;
}

#cont-navi dt a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

#cont-navi dt a:after {
    display: none
}

#cont-navi dt a .txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 59%;
    right: 0;
    margin-top: -13px;
    width: 1px;
    height: 15px;
    background: rgba(159,159,159,0.3);
    transition: all .3s ease;
}

#cont-navi dt a .txt {
    display: inline-block;
    font-size: 18px;
    color: #444;
    padding: 0;
    font-weight: bold;
    vertical-align: middle;
    transition: all .3s ease;
}

#cont-navi .over dt a:after {
    opacity: 1;
    transform: rotate(90deg)
}

#cont-navi .over dt a .txt {
    color: #444;
}

#cont-navi .is-last dt a .txt {
    color: #0066c1;
    font-weight: 700;
}

#cont-navi .sub-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #0066c1;
    box-sizing: border-box;
    width: 100%;
    min-width: 234px;
    box-shadow: 0 30px 30px rgba(0,0,0,0.2);
    display: none;
}

#cont-navi .sub-list ul {
    display: block;
}

#cont-navi .sub-list .mn_a1 {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    padding: 13px 23px 15px 23px;
    transition: all .3s ease;
}

#cont-navi .sub-list li:last-child .mn_a1 {
    border-bottom: 0
}

#cont-navi .sub-list .mn_a1[target=_blank] span:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 0 0 13px;
    background: url(../img/layout_spr.png) no-repeat -81px -35px
}

#cont-navi .sub-list li.isOver a:hover, #cont-navi .sub-list li.isOver a {
    background: #0066c1;
}

#cont-navi .sub-list li.isOver a:hover span, #cont-navi .sub-list li.isOver a span {
    color: #fff
}

#cont-navi .sub-list li:hover a {
    background: #b6d2ea;
}

#cont-navi .sub-list li:hover span {
    color: #092b49;
}

#cont-navi .sub-list li.isOver .mn_a1[target=_blank] span:after {
    background-position: -57px -35px
}

#cont-navi .sub-list .mn_a1:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin: -3px 0 2px 5px;
    opacity: 0;
    transition: all .3s ease
}

#cont-navi .sub-list li.isOver .mn_a1:after {
    margin-left: 10px;
    opacity: 1;
}

#cont-navi .cont-ctrl-btns {
    float: right;
    width: 70px;
    height: 100%;
    font-size: 0;
    background: #1578d1;
    display: none;
}

#cont-navi .cont-ctrl-btns:after {
    content: "";
    display: block;
    clear: both
}

#cont-navi .cont-ctrl-btns > button {
    position: relative;
    width: 70px;
    height: 70px;
    border: 0;
    background: transparent;
    margin-top: 0;
}

#cont-navi .cont-ctrl-btns > button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s ease
}

#cont-navi .cont-ctrl-btns > button:before {
    background: url(../img/layout_spr.png) no-repeat;
    z-index: 2;
}

#cont-navi .cont-ctrl-btns .btn-share:before {
    width: 18px;
    height: 20px;
    background-position: 0 -35px;
}

#cont-navi .cont-ctrl-btns > button:focus:before, #cont-navi .cont-ctrl-btns > button:hover:before {
    transform: translateY(-5px)
}

#cont-navi .cont-ctrl-btns .sns-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: auto;
    font-size: 0;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 15px 15px 15px 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#cont-navi .cont-ctrl-btns .sns-list * {
    vertical-align: middle;
}

#cont-navi .cont-ctrl-btns .sns-list:after {
    display: block;
    content: '';
    clear: both;
}

#cont-navi .cont-ctrl-btns .sns-list:before {
    display: block;
    content: '';
    position: absolute;
    top: -10px;
    right: 28px;
    width: 15px;
    height: 10px;
    background: url(../img/layout_spr.png) no-repeat -198px -35px;
}

#cont-navi .cont-ctrl-btns .sns-list .stit {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 34px;
    padding-right: 0;
}

#cont-navi .cont-ctrl-btns .sns-list a {
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    position: relative;
    background: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    margin-left: 10px;
}

#cont-navi .cont-ctrl-btns .sns-list a:before {
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease
}

#cont-navi .cont-ctrl-btns .sns-list a:before {
    width: 40px;
    height: 40px;
    background: url(../img/layout_spr.png) no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#cont-navi .cont-ctrl-btns .sns-list .bshare-weixin:before {
    background-position: -104px -65px;
}

#cont-navi .cont-ctrl-btns .sns-list .bshare-sinaminiblog:before {
    background-position: 0 -65px;
}

#cont-navi .cont-ctrl-btns .sns-list .bshare-qqim:before {
    background-position: -52px -65px;
}

#cont-navi .cont-ctrl-btns .sns-list .btn-nb:before {
    background-position: -105px -65px
}

#cont-navi .cont-ctrl-btns .sns-list .btn-kakao:before {
    background-position: -158px -65px
}

#cont-navi .cont-ctrl-btns .sns-list .btn-close {
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    position: relative;
    background: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    margin-left: 10px;
}

#cont-navi .cont-ctrl-btns .sns-list .btn-close:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    transform: rotate(-45deg);
    background: #858585;
}

#cont-navi .cont-ctrl-btns .sns-list .btn-close:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    transform: rotate(45deg);
    background: #858585;
}

.history .ul1, .history .ul2 {
    width: 48%;
}

.history .ul1 li {
    margin-bottom: 150px;
}

.history ul li .txt1 {
    float: left;
    width: 67%;
    border: 1px solid #eee;
    height: 150px;
    text-align: left;
    padding: 20px 25px;
    box-sizing: border-box;
}

.history ul li .img1 {
    float: right;
    width: 33%;
    height: 150px;
    overflow: hidden;
}

.history ul li .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history ul li .txt1 h2 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #114e9f;
    text-align: left;
    margin: 0;
}

.history ul li .txt1 p {
    color: #888;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
    height: 75px;
}

.history .ul2 li .img1 {
    float: left;
}

.history .ul2 li .txt1 {
    float: right;
}

.history .ul2 li .txt1, .history .ul2 li .txt1 h2 {
    text-align: left;
}

.history .ul2 li {
    margin-top: 150px;
}

.history .ul3 {
    margin-left: 1.2%;
    margin-top: 75px;
}

.history .ul3 .circle {
    width: 9px;
    height: 9px;
    background: #114e9f;
    border-radius: 100%;
    /* border: 1px solid #f4f2f6; */
    border: 3px solid #b4cceb;
    box-sizing: content-box;
}

.history .ul3 .line {
    width: 2px;
    height: 134px;
    background: #114e9f;
    margin-left: 7px;
}

.history .ul3 li:last-child .line {
    height: 120px;
    display: none;
}

.jtvideo li {
    width: 49%;
    float: left;
}

.jtvideo li video {
    width: 100%;
    height: 358px;
    object-fit: cover;
}

.jtvideo li:last-child {
    margin-left: 2%;
}

.leader-td .firstRow {
    background: #114e9f;
    color: #fff;
}

.leader-td td {
    line-height: 45px !important;
    font-size: 17px;
    font-weight: bold;
}

.ldfg {
    margin-top: 20px
}

.ldfg ul {
    text-align: center
}

.ldfg li {
    position: relative;
    margin-bottom: 10px;
    width: 13%;
    margin-right: 1%;
    display: inline-block;
    text-align: center;
}

.ldfg li:last-child {
    margin-right: 0%;
}

.ldfg li h2 {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 0 0;
    display: block;
    min-height: 60px;
    color: #333;
}

.ldfg li h2 span {
    margin-left: 15px;
    font-weight: normal;
}

.ldfg li p, .ldfg li h4 span {
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
}

.ldfg li h4 span:nth-child(2) {
    margin-left: 35px;
}

.ldfg li .img {
    width: 100%;
    height: 14em;
    margin-right: 50px;
    overflow: hidden;
}

.ckhz {
    width: 140px;
    height: 45px;
    line-height: 45px;
    background: #114e9f;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
}

.ckhz a {
    color: #fff;
    display: block;
}

@media all and (max-width: 1400px) {
    #cont-navi {
        width: 100%;
        left: 0;
        margin: 0
    }

    #cont-navi .div-cont {
        margin-left: 0;
        margin-right: 0;
    }

    #cont-navi dl {
        min-width: 1px;
    }

    #cont-navi dt a:after {
        right: 15px;
    }

    #cont-navi .cont-ctrl-btns {
        right: 5px;
    }

    #cont-navi .cont-ctrl-btns .sns-list {
        right: -5px;
    }

    #cont-navi .cont-ctrl-btns .sns-list:before {
        right: 88px;
    }
}

@media all and (max-width: 1300px) {
    .yyzx #imgBox-1 #imgBox-left {
        width: 470px;
    }

    .yyzx #imgBox-1 #imgBox-left img {
        height: 340px;
    }

    .yyzx #imgBox-1 #n2 {
        width: calc(100% - 520px);
    }

    #fybj .yyzx {
        padding: 40px 0 0 0;
    }
}

@media all and (max-width: 999px) {
    #cont-navi .cont-ctrl-btns {
        right: 15px;
    }

    #cont-navi dt a {
        padding: 0 55px 0 15px;
    }

    #cont-navi dt a:after {
        right: 15px;
    }

    #cont-navi dt a .txt {
        font-size: 16px;
    }

    #cont-navi .cont-ctrl-btns {
        right: 0;
    }

    #cont-navi .cont-ctrl-btns .sns-list {
        right: 0;
    }

    #cont-navi .cont-ctrl-btns .sns-list:before {
        right: 23px;
    }

    .yyzx #imgBox-1 .fl {
        float: none
    }

    .yyzx #imgBox-1 {
        width: 100%;
        overflow: hidden;
    }

    .yyzx #imgBox-1 #imgBox-left {
        width: auto;
    }

    .yyzx #imgBox-1 #imgBox-left img {
        height: 500px;
    }

    .yyzx #imgBox-1 #n2 {
        width: 100%;
        margin-top: 40px;
    }

    #fybj .yyzx {
        padding: 40px 0 0 0;
    }

    #fybj .list {
        margin: 0;
    }

    #fybj #bjbg {
        padding: 40px 0;
    }

    #fybj #bjbg .bjbox {
        width: 100%;
    }

    #fybj #bjbg .bjbox.dome2 {
        margin: 30px 0 25px;
    }

    .main .nr .box {
        width: 100%;
        float: none;
    }

    .main .nr .box strong {
        text-align: left;
    }
}

/* cont-navi */
#cont-navi {
    display: block;
    width: 100%;
    z-index: 2;
}

#cont-navi .div-cont {
    position: relative;
    height: 100%;
}

#cont-navi .div-cont:after {
    content: "";
    display: block;
    clear: both
}

#cont-navi .home {
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    width: 70px;
    height: 100%;
    display: none;
}

#cont-navi .home:before, #cont-navi .home:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s ease
}

#cont-navi .home:before {
    z-index: 2;
    width: 25px;
    height: 22px;
    background: url(../img/layout_spr.png) no-repeat -170px 0;
}

#cont-navi .home:after {
    z-index: 1;
    left: auto;
    width: 1px;
    height: 26px;
    background: rgba(159,159,159,0.3);
}

#cont-navi .home:focus:after, #cont-navi .home:hover:after {
    opacity: .4
}

#cont-navi dl {
    float: left;
    position: relative;
    z-index: 5;
    width: auto;
    height: 100%;
    margin: 0;
}

#cont-navi dt {
    display: block;
    height: 100%
}

#cont-navi dt a {
    display: block;
    position: relative;
    height: 100%;
    padding: 0 30px 0 30px;
    font-size: 0;
}

#cont-navi dt a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

#cont-navi dt a:after {
    display: none
}

#cont-navi dt a .txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 59%;
    right: 0;
    margin-top: -13px;
    width: 1px;
    height: 15px;
    background: rgba(159,159,159,0.3);
    transition: all .3s ease;
}

#cont-navi dt a .txt {
    display: inline-block;
    font-size: 18px;
    color: #444;
    padding: 0;
    font-weight: bold;
    vertical-align: middle;
    transition: all .3s ease;
}

#cont-navi .over dt a:after {
    opacity: 1;
    transform: rotate(90deg)
}

#cont-navi .over dt a .txt {
    color: #444;
}

#cont-navi .is-last dt a .txt {
    color: #0066c1;
    font-weight: 700;
}

#cont-navi .sub-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #0066c1;
    box-sizing: border-box;
    width: 100%;
    min-width: 234px;
    box-shadow: 0 30px 30px rgba(0,0,0,0.2);
    display: none;
}

#cont-navi .sub-list ul {
    display: block;
}

#cont-navi .sub-list .mn_a1 {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    padding: 13px 23px 15px 23px;
    transition: all .3s ease;
}

#cont-navi .sub-list li:last-child .mn_a1 {
    border-bottom: 0
}

#cont-navi .sub-list .mn_a1[target=_blank] span:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 0 0 13px;
    background: url(../img/layout_spr.png) no-repeat -81px -35px
}

#cont-navi .sub-list li.isOver a:hover, #cont-navi .sub-list li.isOver a {
    background: #0066c1;
}

#cont-navi .sub-list li.isOver a:hover span, #cont-navi .sub-list li.isOver a span {
    color: #fff
}

#cont-navi .sub-list li:hover a {
    background: #b6d2ea;
}

#cont-navi .sub-list li:hover span {
    color: #092b49;
}

#cont-navi .sub-list li.isOver .mn_a1[target=_blank] span:after {
    background-position: -57px -35px
}

#cont-navi .sub-list .mn_a1:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin: -3px 0 2px 5px;
    opacity: 0;
    transition: all .3s ease
}

#cont-navi .sub-list li.isOver .mn_a1:after {
    margin-left: 10px;
    opacity: 1;
}

#cont-navi .cont-ctrl-btns {
    float: right;
    width: 70px;
    height: 100%;
    font-size: 0;
    background: #1578d1;
    display: none;
}

#cont-navi .cont-ctrl-btns:after {
    content: "";
    display: block;
    clear: both
}

#cont-navi .cont-ctrl-btns > button {
    position: relative;
    width: 70px;
    height: 70px;
    border: 0;
    background: transparent;
    margin-top: 0;
}

#cont-navi .cont-ctrl-btns > button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s ease
}

#cont-navi .cont-ctrl-btns > button:before {
    background: url(../img/layout_spr.png) no-repeat;
    z-index: 2;
}

#cont-navi .cont-ctrl-btns .btn-share:before {
    width: 18px;
    height: 20px;
    background-position: 0 -35px;
}

#cont-navi .cont-ctrl-btns > button:focus:before, #cont-navi .cont-ctrl-btns > button:hover:before {
    transform: translateY(-5px)
}

#cont-navi .cont-ctrl-btns .sns-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: auto;
    font-size: 0;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 15px 15px 15px 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#cont-navi .cont-ctrl-btns .sns-list * {
    vertical-align: middle;
}

#cont-navi .cont-ctrl-btns .sns-list:after {
    display: block;
    content: '';
    clear: both;
}

#cont-navi .cont-ctrl-btns .sns-list:before {
    display: block;
    content: '';
    position: absolute;
    top: -10px;
    right: 28px;
    width: 15px;
    height: 10px;
    background: url(../img/layout_spr.png) no-repeat -198px -35px;
}

#cont-navi .cont-ctrl-btns .sns-list .stit {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 34px;
    padding-right: 0;
}

#cont-navi .cont-ctrl-btns .sns-list a {
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    position: relative;
    background: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    margin-left: 10px;
}

#cont-navi .cont-ctrl-btns .sns-list a:before {
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease
}

#cont-navi .cont-ctrl-btns .sns-list a:before {
    width: 40px;
    height: 40px;
    background: url(../img/layout_spr.png) no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#cont-navi .cont-ctrl-btns .sns-list .bshare-weixin:before {
    background-position: -104px -65px;
}

#cont-navi .cont-ctrl-btns .sns-list .bshare-sinaminiblog:before {
    background-position: 0 -65px;
}

#cont-navi .cont-ctrl-btns .sns-list .bshare-qqim:before {
    background-position: -52px -65px;
}

#cont-navi .cont-ctrl-btns .sns-list .btn-nb:before {
    background-position: -105px -65px
}

#cont-navi .cont-ctrl-btns .sns-list .btn-kakao:before {
    background-position: -158px -65px
}

#cont-navi .cont-ctrl-btns .sns-list .btn-close {
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    position: relative;
    background: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    margin-left: 10px;
}

#cont-navi .cont-ctrl-btns .sns-list .btn-close:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    transform: rotate(-45deg);
    background: #858585;
}

#cont-navi .cont-ctrl-btns .sns-list .btn-close:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    transform: rotate(45deg);
    background: #858585;
}

.history .ul1, .history .ul2 {
    width: 48%;
}

.history .ul1 li {
    margin-bottom: 150px;
}

.history ul li .txt1 {
    float: left;
    width: 67%;
    border: 1px solid #eee;
    height: 150px;
    text-align: left;
    padding: 20px 25px;
    box-sizing: border-box;
}

.history ul li .img1 {
    float: right;
    width: 33%;
    height: 150px;
    overflow: hidden;
}

.history ul li .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history ul li .txt1 h2 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #114e9f;
    text-align: left;
    margin: 0;
}

.history ul li .txt1 p {
    color: #888;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
    height: 75px;
}

.history .ul2 li .img1 {
    float: left;
}

.history .ul2 li .txt1 {
    float: right;
}

.history .ul2 li .txt1, .history .ul2 li .txt1 h2 {
    text-align: left;
}

.history .ul2 li {
    margin-top: 150px;
}

.history .ul3 {
    margin-left: 1.2%;
    margin-top: 75px;
}

.history .ul3 .circle {
    width: 9px;
    height: 9px;
    background: #114e9f;
    border-radius: 100%;
    /* border: 1px solid #f4f2f6; */
    border: 3px solid #b4cceb;
    box-sizing: content-box;
}

.history .ul3 .line {
    width: 2px;
    height: 134px;
    background: #114e9f;
    margin-left: 7px;
}

.history .ul3 li:last-child .line {
    height: 120px;
    display: none;
}

.jtvideo li {
    width: 49%;
    float: left;
}

.jtvideo li video {
    width: 100%;
    height: 358px;
    object-fit: cover;
}

.jtvideo li:last-child {
    margin-left: 2%;
}

.leader-td .firstRow {
    background: #114e9f;
    color: #fff;
}

.leader-td td {
    line-height: 45px !important;
    font-size: 17px;
    font-weight: bold;
}

.ldfg {
    margin-top: 20px
}

.ldfg ul {
    text-align: center
}

.ldfg li {
    position: relative;
    margin-bottom: 10px;
    width: 13%;
    margin-right: 1%;
    display: inline-block;
    text-align: center;
}

.ldfg li:last-child {
    margin-right: 0%;
}

.ldfg li h2 {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 0 0;
    display: block;
    min-height: 60px;
    color: #333;
}

.ldfg li h2 span {
    margin-left: 15px;
    font-weight: normal;
}

.ldfg li p, .ldfg li h4 span {
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
}

.ldfg li h4 span:nth-child(2) {
    margin-left: 35px;
}

.ldfg li .img {
    width: 100%;
    height: 14em;
    margin-right: 50px;
    overflow: hidden;
}

.ckhz {
    width: 140px;
    height: 45px;
    line-height: 45px;
    background: #114e9f;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
}

.ckhz a {
    color: #fff;
    display: block;
}

@media all and (max-width: 1400px) {
    #cont-navi {
        width: 100%;
        left: 0;
        margin: 0
    }

    #cont-navi .div-cont {
        margin-left: 0;
        margin-right: 0;
    }

    #cont-navi dl {
        min-width: 1px;
    }

    #cont-navi dt a:after {
        right: 15px;
    }

    #cont-navi .cont-ctrl-btns {
        right: 5px;
    }

    #cont-navi .cont-ctrl-btns .sns-list {
        right: -5px;
    }

    #cont-navi .cont-ctrl-btns .sns-list:before {
        right: 88px;
    }
}

@media all and (max-width: 1300px) {
    .yyzx #imgBox-1 #imgBox-left {
        width: 470px;
    }

    .yyzx #imgBox-1 #imgBox-left img {
        height: 340px;
    }

    .yyzx #imgBox-1 #n2 {
        width: calc(100% - 520px);
    }

    #fybj .yyzx {
        padding: 40px 0 0 0;
    }
}

@media all and (max-width: 999px) {
    #cont-navi .cont-ctrl-btns {
        right: 15px;
    }

    #cont-navi dt a {
        padding: 0 55px 0 15px;
    }

    #cont-navi dt a:after {
        right: 15px;
    }

    #cont-navi dt a .txt {
        font-size: 16px;
    }

    #cont-navi .cont-ctrl-btns {
        right: 0;
    }

    #cont-navi .cont-ctrl-btns .sns-list {
        right: 0;
    }

    #cont-navi .cont-ctrl-btns .sns-list:before {
        right: 23px;
    }

    .yyzx #imgBox-1 #imgBox-left {
        width: 100%;
        overflow: hidden;
    }

    .yyzx #imgBox-1 #imgBox-left img {
        height: 500px;
    }

    .yyzx #imgBox-1 #n2 {
        width: 100%;
        margin-top: 40px;
    }

    #fybj .yyzx {
        padding: 40px 0 0 0;
    }

    #fybj .list {
        margin: 0 !important;
        padding: 0;
    }

    #fybj #bjbg {
        padding: 40px 0;
    }

    #fybj #bjbg .bjbox {
        width: 100%;
    }

    #fybj #bjbg .bjbox.dome2 {
        margin: 30px 0 25px;
    }

    .yyzx #imgBox-1 #n2 .ntitle h2 {
        font-size: 22px;
    }
}

@media all and (max-width: 899px) {
    .yyzx #imgBox-1 #imgBox-left img {
        height: 440px;
    }
}

@media all and (max-width: 799px) {
    .yyzx #imgBox-1 #imgBox-left img {
        height: 330px;
    }
}

@media all and (max-width: 650px) {
    .hot_1 a {
        display: block;
        text-align: center;
        padding: 15px 0;
        margin-bottom: 25px;
        font-size: 17px;
    }

    .yyzx #imgBox-1 #imgBox-left img {
        height: 300px;
    }
}

@media all and (max-width: 450px) {
    .yyzx #imgBox-1 #imgBox-left img {
        height: 240px;
    }
}