@charset "utf-8";

.defaultButtonStyle {
   font-family: 微软雅黑 !important;
    padding: 0px 5px !important;
}

.defaultInputStyle{
    border:1px solid #ccc;
    height:20px;
    width:30px;
}

.PrevDisabled,
.Next,
.Prev,
.NextDisabled{
    height:auto !important;
}

.zst {
    position: relative;
}

.zst img {
    display: block;
    width: 100%;
    height: auto;
}

.zst .lmmc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60%;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
}

.column {
    background-image: url(../images/column_bg.png);
    background-size: 100% 100%;
    padding: 35px 32px 35px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -50px;
    position: relative;
    z-index: 9;
}

.column>p {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
}

.column ul {
    display: flex;
    align-items: center;
}

.column ul div {
    display: flex;
    align-items: center;
}

.column ul div p {
    margin-left: 12px;
}

.column ul p,
.column ul a {
    display: block;
    line-height: 15px;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}

.column ul li {
    margin-left: 24px;
    position: relative;
}

.column ul li::before {
    position: absolute;
    content: ">>";
    line-height: 15px;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    left: -22px;
    top: calc(50% - 7.5px);
}

.column ul li:nth-child(2)::before {
    display: none;
}

.column ul li:nth-child(2) {
    margin-left: 0;
}

/* 文字列表 */

.wz_list {
    margin-top: 12px;
}

.wz_list li {
    border-bottom: 1px solid #DEDEDE;
}

.wz_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 76px;
}

.wz_list li a p {
    width: calc(100% - 120px);
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    color: #333333;
}

.wz_list li a p::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0454C5;
    left: 0px;
    top: calc(50% - 2px);
}

.wz_list li a span {
    display: block;
    font-family: RS_XingKai;
    font-weight: 400;
    font-size: 20px;
    color: #DEDEDE;
}

/* 图片列表 */

.tp_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.tp_list li {
    width: 23.5%;
}

.tp_list li {
    margin-left: 2%;
}

.tp_list li:nth-child(4n+1) {
    margin-left: 0;
}

.tp_list li {
    margin-left: 2%;
    margin-top: 23px;
}

.tp_list li a {
    display: block;
}

.tp_list li a .img {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.tp_list li a .img img,
.tw_list li a .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.tp_list li:hover a .img img,
.tw_list li:hover a .img img {
    transform: scale(1.05);
}

.tp_list li a p {
    font-size: 23px;
    color: #333333;
    text-align: center;
    line-height: 77px;
    padding: 0 20px;
}

/* 图文列表 */

.twList_main {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.nav_twList {
    width: 250px;
    background: #F0F7FD;
    border-radius: 7px;
    overflow: hidden;
}

.nav_twList li {
    padding: 0 21px;
    line-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nav_twList .active::before {
    display: none;
}

.nav_twList .active a {
    font-weight: bold;
    color: #fff;
}

.nav_twList .active {
    background-color: #15B3C7;
    box-shadow: 0px 3px 12px 4px rgba(21, 179, 199, 0.3);
}

.nav_twList li::before {
    position: absolute;
    content: "";
    width: calc(100% - 42px);
    height: 1px;
    background: #D0E0E2;
    left: 21px;
    bottom: 0;
}

.nav_twList li a {
    font-size: 19px;
    color: #1C1C1C;
}

.nav_twList li span {
    display: block;
    width: 8px;
    height: 13px;
    background-image: url(../images/nav_jt_h.png);
    background-position: center;
    background-repeat: no-repeat;
}

.nav_twList .active span {
    background-image: url(../images/nav_jt_b.png);
}

.tw_list {
    width: calc(100% - 290px);
}

.tw_list li {
    background: #F0F7FD;
    border-radius: 30px 0px;
    margin-bottom: 50px;
    border: 5px solid transparent;
    transition: all 0.5s ease-in-out;
}

.tw_list li:hover {
    border-color: #024cc6;
}

.tw_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 40px;
}

.tw_list li a .img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
}

.tw_list li a .txt {
    width: calc(100% - 290px);
}

.tw_list li a .txt .bt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tw_list li a .txt .bt p {
    font-size: 24px;
    color: #024cc6;
    line-height: 24px;
}

.tw_list li a .txt .bt span {
    display: block;
    margin-left: 25px;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 15px;
    background-image: linear-gradient(171deg, #024cc9 0%, #1fccc8 100%);
}

.tw_list li a .txt .zy {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.main .fy {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

/* 内容页 */

.content {
    margin-top: 40px;
}

.content_main {
    float: left;
    width: 71.5%;
    padding-top: 15px;
}

.content_main .title {
    font-weight: bold;
    font-size: 28px;
    color: #2A2E34;
    line-height: 45px;
    text-align: center;
}

.content_main .source {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background-color: #FAFAFA;
}

.content_main .source span {
    display: block;
    margin: 0 5px;
    font-size: 15px;
    color: #333333;
    line-height: 29px;
    display: flex;
}

.graphic_cont {
    margin-top: 25px;
}

.graphic_cont p {
    font-size: 17px;
    color: #333333;
    line-height: 37px;
    text-indent: 2em;
}

.graphic_cont img {
    display: block;
    margin: 25px auto;
    max-width: 100%;
    height: auto !important;
}

.page_turning {
    margin: 35px 0 20px;
}

.page_turning a {
    display: block;
    font-size: 16px;
    color: #024EC5;
    line-height: 46px;
}

.recent_articles {
    float: right;
    width: 25%;
    padding: 12px 28px 50px;
    background-color: #FAFAFA;
}

.recent_articles h3 {
    font-size: 19px;
    color: #034FC5;
    line-height: 55px;
    border-bottom: 2px solid #ddd;
}

.recent_articles ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.recent_articles ul li a p {
    font-size: 16px;
    color: #2A2E34;
    line-height: 28px;
    margin: 13px 0;
}

.recent_articles ul li a span {
    display: block;
    font-size: 15px;
    color: #B0B0B0;
    line-height: 12px;
}

/* 录取结果查询 */

.result_query {
    margin: 65px 0 50px;
    background-color: #F4F8FE;
    padding: 70px 100px 85px;
}

.result_query .title {
    font-size: 38px;
    color: #0354C5;
    line-height: 64px;
    text-align: center;
}

.inquire {
    margin-top: 43px;
}

.inquire .ss {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inquire .ss .srk {
    display: block;
    width: calc(100% - 185px);
    padding: 0 22px;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(54, 118, 215, 0.15);
}

.inquire .ss .srk::placeholder {
    font-size: 16px;
    color: #999999;
}

.inquire .ss .btn {
    width: 160px;
    height: 55px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #024CC5, #1BD4C8);
    box-shadow: 0px 8px 77px 10px rgba(54, 118, 215, 0.25);
}

.inquire .ss .btn p {
    font-size: 18px;
    color: #FEFEFF;
    margin-left: 13px;
}

.inquire .verify {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.inquire .verify p {
    font-size: 19px;
    color: #333333;
}

.inquire .verify input {
    width: 100px;
    height: 40px;
    background-color: #fff;
    border: none;
    padding: 0 20px;
    margin: 0 20px;
}

.inquire .verify img {
    display: block;
    object-fit: cover;
    width: 100px;
    height: 34px;
}

.inquire .notice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.inquire .notice p {
    font-weight: bold;
    font-size: 19px;
    color: #034FC5;
    line-height: 39px;
}

.inquire .notice span {
    display: block;
    font-size: 19px;
    color: #000000;
    line-height: 39px;
}

.inquire_result {
    margin-top: 90px;
    background-color: #fff;
    padding: 55px 120px;
    background-image: url(../images/cxjg_bg.png);
    background-repeat: no-repeat;
    background-position: 95% 40%;
}

.inquire_result .title {
    font-size: 28px;
    color: #111111;
    line-height: 28px;
    text-align: center;
    margin-bottom: 48px;
}

.inquire_result p,
.inquire_result span {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 51px;
}

.inquire_result span {
    color: #BE0000;
}


@media (max-width:1500px) {
    .main .w1400 {
        width: 100%;
        padding: 0 3%;
    }

    .tw_list li a .img {
        width: 30%;
    }

    .tw_list li a .txt {
        width: calc(100% - 32.5%);
    }
}

@media (max-width:1200px) {
    .nav_twList {
        display: none;
    }

    .tw_list {
        width: 100%;
    }

    .tw_list li a .img {
        width: 300px;
    }

    .tw_list li a .txt {
        width: calc(100% - 325px);
    }

    .tp_list li {
        width: 32%;
    }

    .tp_list li:nth-child(4n+1) {
        margin-left: 2%;
    }

    .tp_list li:nth-child(3n+1) {
        margin-left: 0%;
    }

    .tp_list li a .img {
        width: 100%;
        height: calc(30vw/12*7);
    }
}

@media (max-width:1024px) {
    .recent_articles {
        display: none;
    }

    .content_main {
        width: 100%;
    }

    .column {
        padding: 30px 25px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .tw_list li a {

        padding: 35px 25px;
    }

    .tw_list li a .txt .zy {
        -webkit-line-clamp: 4;
    }

    .tw_list li a .img {
        width: 250px;
        height: 175px;
    }

    .tw_list li a .txt {
        width: calc(100% - 275px);
    }

}


@media (max-width:768px) {
    .zst .lmmc {
        top: calc(50% + 20px);
        font-size: 20px;
        line-height: 20px;
    }

    .tw_list li a .txt .bt {
        display: block;
    }

    .tw_list li a .txt .bt span {
        margin-left: 0px;
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
    }

    .tw_list li a .txt .zy {
        margin-top: 10px;
        font-size: 16px;
        line-height: 32px;
    }

    .tw_list li a .txt .zy {
        -webkit-line-clamp: 3;
    }

    .tp_list li a p {
        font-size: 17px;
        color: #333333;
        line-height: 57px;
    }

    .result_query {
        margin-top: 50px;
        padding: 50px 30px 30px;
    }

    .inquire_result {
        margin-top: 60px;
        padding: 30px 20px;
    }

    .result_query .title {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width:576px) {
    .column {
        display: block;
        padding: 20px 25px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .column>p {
        margin-bottom: 20px;
    }

    .zst .lmmc {
        display: none;
    }

    .tw_list li a {
        display: block;
    }

    .tw_list li a .img {
        width: 100%;
        height: calc(82vw/5*3);
    }

    .tw_list li a .txt {
        margin-top: 20px;
        width: 100%;
    }

    .tp_list li {
        width: 49%;
    }

    .tp_list li:nth-child(4n+1) {
        margin-left: 2%;
    }

    .tp_list li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .tp_list li:nth-child(2n+1) {
        margin-left: 0%;
    }

    .tp_list li a .img {
        width: 100%;
        height: calc(44.8vw/12*7);
    }
}

@media (max-width:480px) {

    .tw_list li a {
        padding: 15px 15px 10px;
    }

    .tw_list li {
        margin-bottom: 20px;
    }

    .wz_list li a p {
        width: calc(100% - 100px);
        padding-left: 15px;
        font-size: 16px;
    }

    .wz_list li a span {
        font-size: 16px;
    }

    .wz_list li a {
        line-height: 60px;
    }

    .tp_list li {
        margin-left: 2%;
        margin-top: 10px;
    }

    .result_query .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;

    }

    .inquire .ss .srk {
        display: block;
        width: calc(100% - 110px);
        padding: 0 10px;
        height: 40px;
        line-height: 45px;
    }

    .inquire .ss .btn {
        width: 110px;
        height: 40px;
    }

    .inquire .ss .btn p {
        font-size: 12px;
        color: #FEFEFF;
        margin-left: 5px;
    }

    .inquire .verify p {
        font-size: 16px;
    }

    .inquire .verify input {
        width: 80px;
        height: 30px;
        padding: 0 10px;
        margin: 0 10px;
    }

    .inquire .verify img {
        display: block;
        object-fit: cover;
        width: 100px;
        height: 30px;
    }

    .inquire .notice span {
        font-size: 16px;
        line-height: 30px;
    }

    .inquire .notice p {
        font-size: 17px;
        line-height: 32px;
    }

    .inquire_result p,
    .inquire_result span {
        font-size: 16px;
        line-height: 36px;
    }

    .inquire_result {
        background-size: 100%;
    }
}