@charset "UTF-8";

.ny_banner {
    animation: 0.5s ease 0.3s 1 normal backwards running fadeInUp;
}

.ny_banner img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 160px;
    object-fit: cover;
}

main {
    margin: 55px 0;
}

/* 左侧导航 */
.left_dh {
    width: 300px;
    animation: 0.5s ease 0.3s 1 normal backwards running fadeInLeft;
}

.left_dh ul li:nth-of-type(1) a {
    margin-top: 0;
}

.left_dh ul li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 23px 30px 23px 0;
    margin-top: 1px;
    background: #fafafa url(../img/more_icon1.png) no-repeat right 30px center;
    line-height: 30px;
    text-indent: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}

.left_dh ul li a span {
    display: block;
    width: 80px;
    height: 30px;
    border-right: 1px solid #e1e1e1;
    float: left;
}

.left_dh ul li:nth-of-type(1) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(2) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(3) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(4) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(5) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(6) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(7) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(8) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(9) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(10) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(11) a span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(12) a span {
    background: url(../img/note.png) no-repeat center;
}


.left_dh ul li a:hover,
.left_dh ul li a.hover {
    background: url(../img/more_icon1.png) no-repeat right 30px center;
    color: #fff;
}

.left_dh ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #119790;
    z-index: -1;
    transition: .5s;
}

.left_dh ul li a:hover::after,
.left_dh ul li a.hover::after {
    width: 100%;
}

.left_dh ul li:nth-of-type(1) a:hover span,
.left_dh ul li:nth-of-type(1) a.hover span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(2) a:hover span,
.left_dh ul li:nth-of-type(2) a.hover span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(3) a:hover span,
.left_dh ul li:nth-of-type(3) a.hover span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(4) a:hover span,
.left_dh ul li:nth-of-type(4) a.hover span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(5) a:hover span,
.left_dh ul li:nth-of-type(5) a.hover span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(6) a:hover span,
.left_dh ul li:nth-of-type(6) a.hover span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(7) a:hover span,
.left_dh ul li:nth-of-type(7) a.hover span {
    background: url(../img/note.png) no-repeat center;
}

.left_dh ul li:nth-of-type(8) a:hover span,
.left_dh ul li:nth-of-type(8) a.hover span {
    background: url(../img/zcdh_icon88.png) no-repeat center;
}

.left_dh ul li:nth-of-type(9) a:hover span,
.left_dh ul li:nth-of-type(9) a.hover span {
    background: url(../img/zcdh_icon99.png) no-repeat center;
}

/* 专升本左侧图片列表 */
.left_dh .zsb_tp_list li {
    margin-bottom: 20px;
}

.left_dh .zsb_tp_list li a,
.left_dh .zsb_tp_list li img {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    height: 135px;
    object-fit: cover;
    transition: all .6s;
}

.left_dh .zsb_tp_list li a {
    overflow: hidden;
}

.left_dh .zsb_tp_list li a:hover img {
    transform: scale(1.2);
}

.right_con {
    width: calc(100% - 380px);
    animation: 0.5s ease 0.3s 1 normal backwards running fadeInRight;
}

/* 内容页 */
.right_top {
    margin-bottom: 20px;
}

.right_top h2 {
    width: auto;
    font-size: 30px;
    line-height: 1;
    color: #119790;
    font-weight: normal;
}

.dqwz,
.dqwz a {
    display: inline-block;
    font-size: 14px;
    color: #444444;
}

.dqwz a:hover {
    color: #119790;
}

.content h2.con_tit {
    font-size: 22px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
}

.content .wzxx {
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #a9a9a9;
    margin-bottom: 20px;
}

.content .con p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #666666;
    text-align: justify;
}

.sxt {
    margin-top: 30px;
    padding: 0 25px;
    box-sizing: border-box;
    background: #f5f5f5;
    position: relative;
}

.sxt::before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #dcdcdc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sxt a {
    display: block;
    width: 50%;
    float: left;
    font-size: 15px;
    line-height: 60px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sxt a:nth-of-type(2) {
    text-align: right;
}

.sxt a:hover {
    color: #119790;
    font-weight: bold;
}

#vsb_content p img.img_vsb_content,
#vsb_content p.vsbcontent_img img {
    display: block;
    width: auto !important;
    height: auto !important;
    margin: 10px auto;
    max-wdith: 90% !important;
}

/* 列表页 */
.right_con .list ul li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px dashed #b8b8b8;


    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_con .list ul li a.new {
    background: url(../img/new_icon.png) no-repeat left center;
}

.right_con .list ul li a span.fr {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.right_con .list ul li a:hover {
    color: #119790;
    font-weight: bold;
}

/* 学生奖助 */
.xzzc .left p.img,
.xzzc .left p.con {
    float: left;
    width: 50%;
}

.xzzc .right p.img,
.xzzc .right p.con {
    width: 50%;
    float: right;
}

.xzzc p.img img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.xzzc p.con {
    padding: 60px;
    height: 440px;
    background: #f7f7f7;
    box-sizing: border-box;
}

.xzzc p.con span {
    display: block;
}

.xzzc p.con span.tit {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 15px;
    color: #333333;
    position: relative;
}

.xzzc p.con span.tit::before {
    display: block;
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #ed4022;
}

.xzzc p.con span.con {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    margin-top: 35px;
}

.xzzc p.con a {
    display: block;
    width: 120px;
    line-height: 40px;
    background: #ed4022;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 35px;
}

.xzzc p.con a:hover {
    background: #119790;
}

/* 招生专业 */
.zszy h2 a {
    display: block;
    font-size: 26px;
    line-height: 46px;
    font-weight: normal;
    color: #119790;
    background: #fafafa;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
}

.zszy h2 a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ed4022;
}

.zszy ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.zszy ul li:nth-of-type(4n) {
    margin-right: 0;
}

.zszy ul li a {
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: #119790;
    margin-top: 20px;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.zszy ul li a span {
    display: block;
    width: 95%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.zszy ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ed4022;
    z-index: 0;
    transition: .5s;
}

.zszy ul li a:hover::after {
    width: 100%;
}

.zsjh_dh a {
    display: block;
    float: left;
    width: calc(89% / 12);
    margin-right: 1%;
    background: #119790;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    line-height: 32px;
    border-radius: 5px;
}

.zsjh_dh a:nth-of-type(12n) {
    margin-right: 0;
}

.zsjh_dh a.hover,
.zsjh_dh a:hover {
    background: #ed4022;
}

/* 专升本招生 */
.left_dh h2 {
    width: 100%;
    line-height: 62px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    background: #119790;
    color: #fff;
}

.left_dh ul.zsbzs li a {
    background: #fafafa;
    padding: 15px 0;
    text-align: center;
    text-indent: 0;
    font-size: 20px;
    font-weight: normal;
}

.left_dh ul.zsbzs li a:hover {
    background: #119790;
    color: #fff;
}

/* 录取查询 */
.lqcx {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 80px 20px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin-top: 50px;
}

.sjcx,
.lqjd {
    width: 48%;
    float: left;
}

.sjcx .lqcx_sub {
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}

.sjcx .lqcx_sub h1,
.lqjd .lqjd_sub h1 {
    font-size: 22px;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}

.sjcx .lqcx_sub h1::before,
.lqjd .lqjd_sub h1::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #119790;
    left: 0;
    bottom: 0;
}

.sjcx .lqcx_sub li {
    margin-top: 20px;
    text-align: left;
}

.sjcx .lqcx_sub li p {
    float: left;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.sjcx .lqcx_sub li p:nth-of-type(1) {
    width: 25%;
    line-height: 38px;
    box-sizing: border-box;
    font-weight: bold;
}

.sjcx .lqcx_sub li p:nth-of-type(2) {
    width: 75%;
}

.sjcx .lqcx_sub li p:nth-of-type(2) input {
    display: block;
    line-height: 36px;
    height: 36px;
    width: 100%;
    font-size: 16px;
    text-indent: 10px;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
}

.sjcx .lqcx_sub li:nth-of-type(4) {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.sjcx .lqcx_sub li input[type="reset"],
.sjcx .lqcx_sub li input[type='submit'] {
    display: inline-block;
    width: 35%;
    line-height: 36px;
    background: #119790;
    height: 36px;
    margin-right: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
}

.sjcx .lqcx_sub li input[type="reset"] {
    margin-right: 0;
}

.lqjd {
    margin-left: 4%;
}

.lqjd .lqjd_sub {
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}

.lqjd .lqjd_sub ul {
    overflow: hidden;
    border: 1px solid #cbcbcb;
}

.lqjd .lqjd_sub ul div.gd_up {
    height: 200px;
    overflow: hidden;
}

.lqjd .lqjd_sub li p {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 32px;
}

.lqjd .lqjd_sub li.top p {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #cbcbcb;
}

.lqjd .lqjd_sub li p:nth-of-type(1) {
    width: 25%;
}

.lqjd .lqjd_sub li p:nth-of-type(2) {
    width: 50%;
}

.lqjd .lqjd_sub li p:nth-of-type(3) {
    width: 25%;
}

.lqcx .wzzs {
    margin-top: 20px;
}

.lqcx .wzzs p {
    font-size: 15px;
    line-height: 26px;
    color: #ff0000;
    font-weight: bold;
    padding-left: 20px;
    box-sizing: border-box;
}

/* 录取查询结果 */
.lqcx_sub>h2 {
    font-size: 30px;
    line-height: 1.5;
    color: #ae0404;
    text-align: center;
    margin-bottom: 30px;
}

.lqcx_sub>p {
    font-size: 0;
}

.lqcx_sub>p:nth-of-type(odd) span {
    background: #e9f2fb;
}

.lqcx_sub>p:nth-of-type(even) {
    padding: 5px 0;
}

.lqcx_sub>p>span {
    display: inline-block;
    width: 49%;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 34px;
}

.lqcx_sub>p>span:nth-of-type(1) {
    padding-right: 25px;
    box-sizing: border-box;
    text-align: right;
    margin-right: 2%;
}

.lqcx_sub>p>span:nth-of-type(2) {
    padding-left: 25px;
    box-sizing: border-box;
    text-align: left;
}

.lqcx_sub>a.btn {
    display: block;
    width: 40%;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    background: #df1b1b;
    padding: 0;
    margin: 40px auto 20px;
}

/* 图片列表页 */
.list_img ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.list_img ul li:nth-of-type(3n) {
    margin-right: 0;
}

.list_img ul li a {
    display: block;
    width: 100%;
}

.list_img ul li img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border: 1px solid #edecec;
    box-sizing: border-box;
}

.list_img ul li p {
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    background: #edecec;
    box-sizing: border-box;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.list_img ul li a:hover p {
    background: #119790;
    color: #fff;
}

.gallery_tswybig {

    position: relative;
}

.gallery_tswysmall {

    box-sizing: border-box;

    padding: 15px;

    border: 1px solid #dfd9d9;
}



.gallery_tswybig .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 540px;
}

.gallery_tswybig .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gallery_tswybig .next,
.gallery_tswybig .prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 44px;
    margin-top: -70px;
    height: 90px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

.gallery_tswybig .prev {
    background: url(../img/tswy_arrow1.png) no-repeat center;
    left: 0px;
}

.gallery_tswybig .next {
    background: url(../img/tswy_arrow2.png) no-repeat center;
    right: 0px;
}

.gallery_tswysmall .img {
    padding-bottom: 56.36%;
}

.gallery_tswysmall .img em {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;

}

.gallery_tswysmall .img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(58, 34, 96, 0.4);
}

.gallery_tswysmall .swiper-slide-active .img:after {
    background: none;
}

/* 媒体查询 */
@media only screen and (max-width: 1500px) {
    .zszy ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1400px) {
    .left_dh {
        width: 260px;
    }

    .right_con {
        width: calc(100% - 300px);
    }

    main {
        margin: 30px 0;
    }

    .left_dh ul li a {
        padding: 15px 20px 15px 0;
    }

    .lqcx {
        width: 100%;
        margin-top: 30px;
        padding: 50px 40px 20px;
    }

    .list_img ul li img {
        height: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .lqcx {
        padding: 20px 20px 20px;
    }

    .sjcx .lqcx_sub,
    .lqjd .lqjd_sub {
        padding: 30px 20px;
    }

    .xzzc p.con {
        padding: 30px;
    }

    .xzzc p.con,
    .xzzc p.img img {
        height: 385px;
    }

    .list_img ul li img {
        height: 170px;
    }

    .gallery_tswybig .img {
        height: 440px;
    }
}

@media only screen and (max-width: 1024px) {
    main {
        margin: 20px 0;
    }

    .left_dh {
        display: none;
    }

    .zsbtp {
        display: block;
        width: 100%;
        float: none;
    }

    .left_dh .zsb_tp_list li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .left_dh .zsb_tp_list li:nth-of-type(2) {
        margin-right: 0;
    }

    .right_con {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .right_top {
        padding-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
    }

    .right_top h2 {
        font-size: 26px;
    }

    .gallery_tswybig .img {
        height: 540px;
    }
}

@media only screen and (max-width: 960px) {
    .right_con .list ul li a {
        line-height: 40px;
        font-size: 15px;

    }

    .sjcx,
    .lqjd {
        width: 100%;
    }

    .lqjd {
        margin-left: 0;
    }

    .lqjd .lqjd_sub {
        padding: 30px 20px 0;
    }

    .sjcx .lqcx_sub {
        padding: 30px 20px 0;
        width: 70%;
        margin: 0 auto;
    }

    .xzzc p.con span.tit {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .xzzc p.con span.con {
        margin-top: 20px;
        font-size: 14px;
        line-height: 28px;
    }

    .xzzc p.con a {
        margin-top: 25px;
    }

    .xzzc p.con,
    .xzzc p.img img {
        height: 340px;
    }

    .gallery_tswybig .img {
        height: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .right_top h2 {
        font-size: 18px;
    }

    .dqwz,
    .dqwz a {
        font-size: 13px;
    }

    .right_top {
        padding-bottom: 5px;
        line-height: 20px;
    }

    .content h2.con_tit {
        font-size: 18px;
        line-height: 24px;
    }

    .zszy h2 a {
        font-size: 22px;
        line-height: 40px;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .zszy ul li {
        width: 32%;
    }

    .zszy ul li:nth-of-type(4n) {
        margin-right: 2%;
    }

    .zszy ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    .zszy ul li a {
        height: 44px;
        margin-top: 10px;
    }

    #vsb_content table {
        width: 100% !important;
    }

    .sxt a {
        width: 100%;
        font-size: 14px;
        line-height: 32px;
    }

    .sxt {
        padding: 0 10px;
    }

    .sxt::before {
        display: none;
    }

    .sxt a:nth-of-type(2) {
        text-align: left;
        border-top: 1px solid #fff;
    }

    .left_dh .zsb_tp_list li a,
    .left_dh .zsb_tp_list li img {
        height: 110px;
    }

    .sjcx .lqcx_sub {
        width: 80%;
    }

    .sjcx .lqcx_sub h1,
    .lqjd .lqjd_sub h1 {
        font-size: 18px;
    }

    .lqcx_sub>h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .lqcx_sub>a.btn {
        margin: 15px auto 0;
        width: 220px;
        line-height: 36px;
    }

    .list_img ul li {
        width: 49%;
    }

    .list_img ul li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .list_img ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .list_img ul li img {
        height: 210px;
    }
}

.zsjh {
    display: none;
}

@media only screen and (max-width: 640px) {
    .right_top {
        margin-bottom: 10px;
    }

    .content h2.con_tit {
        padding-bottom: 5px;
    }

    .content .con p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }

    #vsb_content p img.img_vsb_content,
    #vsb_content p.vsbcontent_img img {
        margin: 5px 0;
    }

    .right_con .list ul li a {
        line-height: 36px;
        font-size: 14px;
    }

    #main {
        display: none;
    }

    .zsjh {
        display: block;
    }

    .zsjh ul li {
        width: calc(94% / 4);
        float: left;
        margin-right: 2%;
    }

    .zsjh ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    .zsjh ul li a {
        display: block;
        padding: 10px 0;
        margin-right: 18px;
        background: #119790;
        color: #fff;
        margin-top: 15px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 5px;
        text-align: center;
        width: 100%;
    }

    .zszy h2 a {
        font-size: 20px;
    }

    .left_dh .zsb_tp_list li a,
    .left_dh .zsb_tp_list li img {
        height: 90px;
    }

    .sjcx .lqcx_sub {
        width: 100%;
        padding: 0 10px 0;
    }

    .lqcx .wzzs p {
        padding-left: 0;
    }

    .lqcx {
        padding: 0;
        box-shadow: none;
        margin-top: 15px;
    }

    .lqcx_sub>p>span:nth-of-type(1) {
        width: 38%;
        padding-right: 0;
    }

    .lqcx_sub>p>span:nth-of-type(2) {
        width: 60%;
        padding-left: 10px;
    }

    .lqcx_sub>p:nth-of-type(even) {
        padding: 0;
    }

    .list_img ul li img {
        height: 160px;
    }

    .list_img ul li p {
        font-size: 14px;
        line-height: 32px;
    }

    .gallery_tswybig .img {
        height: 340px;
    }
}

@media only screen and (max-width: 540px) {
    .lqjd .lqjd_sub {
        padding: 30px 0 0;
    }
}

@media only screen and (max-width: 460px) {
    .zszy ul li {
        width: 49%;
    }

    .zszy ul li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .zszy ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .zszy ul li a {
        height: 44px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .left_dh .zsb_tp_list li a,
    .left_dh .zsb_tp_list li img {
        height: 75px;
    }

    .left_dh .zsb_tp_list li {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .sjcx .lqcx_sub {
        padding: 0;
    }

    .sjcx .lqcx_sub li p:nth-of-type(1) {
        font-size: 17px;
        width: 30%;
    }

    .sjcx .lqcx_sub li p:nth-of-type(2) {
        width: 70%;
    }

    .sjcx .lqcx_sub li {
        margin-top: 10px;
    }

    .sjcx .lqcx_sub li:nth-of-type(4) {
        margin-top: 20px;
    }

    .list_img ul li img {
        height: 120px;
    }

    .gallery_tswybig .img {
        height: 240px;
    }
}