/* *,
html,
body,
p,
li,
a,
h1,
span {
    font-family: "webfont";
} */

img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
    display: block;
}

.publicBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.disNone {
    display: none;
}

ul,
li,
p {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

.clear {
    overflow: hidden;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}


/* 菜单样式 */

.menuBox {
    width: 100%;
    height: 98px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.14);
}

.menuBox .menuBlock {
    width: 1280px;
    margin: 0 auto;
}

.menuBox .menuBlock .menuLogoBox {
    width: 18%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
}

.menuBox .menuBlock .logoBox {
    width: 19%;
    margin-right: 3%;
    float: left;
    padding-top: 25px;
}

.menuBox .menuBlock .menuListBox {
    float: left;
    width: 78%;
}

.menuBox .menuBlock .menuLogoBox img {
    float: left;
    margin-top: 25px;
}

.menuBox .menuBlock .menuListBox ul .menuListItem {
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
    font-size: 18px;
    line-height: 98px;
    color: #505050;
    /* transition: color 0.5s ease; */
    display: inline-block;
    padding-right: 10px;
    padding-left: 5px;
    position: relative;
    outline: none;
}

.menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.menuBox .menuBlock .menuListBox ul .active .menuListItemLink:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 35px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #f68b67;
}

.menuIconBox {
    display: none;
}


/* banner样式 */

#bannerBox {
    width: 100%;
    margin-top: 98px;
    background-size: cover;
    overflow: hidden;
    position: relative;
}


/* #bannerBox .bannerTitleBox {
    position: absolute;
    top: 47%;
    left: 19%;
    width: 45%;
    z-index: 5;
    -webkit-animation: slideInLeft 2s infinite ease-out;
    -moz-animation: slideInLeft 2s infinite ease-out;
    -o-animation: slideInLeft 2s infinite ease-out;
    -ms-animation: slideInLeft 2s infinite ease-out;
    animation: slideInLeft 2s infinite ease-out;
} */

#bannerBox .bannerTitleBox {
    width: 41.4%;
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 19%;
    animation-duration: 1.5s;
    /* -webkit-animation: zoomImg 2s infinite ease-out;
    -moz-animation: zoomImg 2s infinite ease-out;
    -o-animation: zoomImg 2s infinite ease-out;
    -ms-animation: zoomImg 2s infinite ease-out;
    animation: zoomImg 2s infinite ease-out; */
}

@-webkit-keyframes zoomImg {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomImg {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.bannerImgBox .swiper-pagination-bullet {
    width: 80px;
    height: 6px;
    border-radius: 0;
    background: #ffffff;
    opacity: 0.5;
}

.bannerImgBox .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    background-image: linear-gradient(-40deg, #93b54a 0%, #4e9b9c 100%), linear-gradient(0deg, #cd4d0e 0%, #f68b67 100%);
    background-blend-mode: normal, normal;
}


/* 标题样式 */

.itemTitleBox {
    height: 100px;
    margin-bottom: 60px;
    padding-top: 70px;
    overflow: hidden;
    position: relative;
}

.itemTitleBox .itemTitleBlock {
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.itemNumberBlock {
    width: 100px;
    float: left;
    text-align: center;
}

.itemContBlock {
    float: left;
}

.itemNumberBlock p {
    font-family: "Microsoft YaHei";
    text-align: center;
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 0;
    color: #93B54B;
    /* background: linear-gradient(-40deg, #93b54a 0%, #4e9b9c 100%), linear-gradient(0deg, #cd4d0e 0%, #f68b67 100%);
    background: -moz-linear-gradient(-40deg, #93b54a 0%, #4e9b9c 100%), linear-gradient(0deg, #cd4d0e 0%, #f68b67 100%);
    background: -webkit-linear-gradient(-40deg, #93b54a 0%, #4e9b9c 100%), linear-gradient(0deg, #cd4d0e 0%, #f68b67 100%);
    background: -o-linear-gradient(-40deg, #93b54a 0%, #4e9b9c 100%), linear-gradient(0deg, #cd4d0e 0%, #f68b67 100%);
    -webkit-background-clip: text;
    -o-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    -webkit-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -moz-text-fill-color: transparent; */
}

.itemNumberBlock p:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 30px;
    height: 27px;
    background: #f68b67;
}

.itemContBlock .itemTitleName {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    position: relative;
    color: #165068;
}

.itemContBlock .itemSubTitleName {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    color: #505050;
}


/* 项目介绍 */

.projectIntro {
    background: url(../img/projectIntroBg.png) no-repeat center bottom;
    background-size: cover;
}

.projectIntroContBlock {
    width: 77.5%;
}

.projectIntroContBlock p {
    text-align: justify;
    text-indent: 2em;
    font-size: 18px;
    line-height: 36px;
    color: #505050;
    letter-spacing: 1px;
}

.projectIntroContBlock p .projectIntroContBlockSpan01 {
    font-size: 22px;
    font-weight: bold;
    color: #165068;
}

.projectIntroContBlock p .projectIntroContBlockSpan02 {
    font-size: 22px;
    color: #165068;
}

.projectIntroBlock02 {
    overflow: hidden;
}

.projectIntroBlock02 img {
    width: 49.5%;
    margin-left: 43.5%;
}


/* 培养特色 */

.cultureCharacteristic {
    /* padding-top: 1px; */
    background: url(../img/cultureCharacteristicBg.png) no-repeat center top;
    background-size: cover;
}

.cultureCharacteristic .itemNumberBlock p {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    -moz-text-fill-color: #ffffff;
    -o-text-fill-color: #ffffff;
}

.cultureCharacteristic .itemContBlock .itemTitleName {
    color: #ffffff;
}

.cultureCharacteristic .itemContBlock .itemSubTitleName {
    color: #ffffff;
}

.cultureCharacteristicBlock ul {
    overflow: hidden;
    height: 350px;
}

.cultureCharacteristicBlock ul li {
    width: 33.33%;
    height: 350px;
    float: left;
    text-align: center;
    position: relative;
}

.cultureCharacteristicBlock01 ul li:nth-child(1) {
    background: url(../img/cultureCharacteristicBlockBg01.png) no-repeat center center;
    background-size: cover;
}

.cultureCharacteristicBlock01 ul li:nth-child(2) {
    background: url(../img/cultureCharacteristicBlockBg02.png) no-repeat center center;
    background-size: cover;
}

.cultureCharacteristicBlock01 ul li:nth-child(3) {
    background: url(../img/cultureCharacteristicBlockBg03.png) no-repeat center center;
    background-size: cover;
}

.cultureCharacteristicBlock02 ul li:nth-child(1) {
    background: url(../img/cultureCharacteristicBlockBg04.png) no-repeat center center;
    background-size: cover;
}

.cultureCharacteristicBlock02 ul li:nth-child(2) {
    background: url(../img/cultureCharacteristicBlockBg05.png) no-repeat center center;
    background-size: cover;
}

.cultureCharacteristicBlock02 ul li:nth-child(3) {
    background: url(../img/cultureCharacteristicBlockBg06.png) no-repeat center center;
    background-size: cover;
}

.cultureCharacteristicBlock ul .above {
    width: 50%;
    /* transition: all 0.5s ease; */
}

.cultureCharacteristicBlock ul .under {
    width: 25%;
    /* transition: all 0.5s ease; */
}

.cultureCharacteristicBlock ul li .cultureCharacteristicContBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(27, 27, 27, 0.8);
    height: 70px;
}

.cultureCharacteristicBlock ul li .cultureCharacteristicContBox .cultureCharacteristicContBlock {
    position: relative;
}

.cultureCharacteristicBlock ul li .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
    line-height: 70px;
    position: absolute;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
}

.cultureCharacteristicBlock ul .above .cultureCharacteristicContBox {
    height: 100%;
    /* transition: all 0.8s ease; */
}

.cultureCharacteristicBlock ul .above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
    padding-top: 210px;
}

.cultureCharacteristicBlock01 ul li:nth-child(1).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
    background: url(../img/cultureCharacteristicBlockIcon01.png) no-repeat center top;
    background-size: 116px;
    background-position-y: 90px;
}

.cultureCharacteristicBlock01 ul li:nth-child(2).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
    background: url(../img/cultureCharacteristicBlockIcon02.png) no-repeat center top;
    background-size: 116px;
    background-position-y: 90px;
}

.cultureCharacteristicBlock01 ul li:nth-child(3).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
    background: url(../img/cultureCharacteristicBlockIcon03.png) no-repeat center top;
    background-size: 116px;
    background-position-y: 90px;
}

.cultureCharacteristicBlock02 ul li:nth-child(1).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
    background: url(../img/cultureCharacteristicBlockIcon04.png) no-repeat center top;
    background-size: 116px;
    background-position-y: 90px;
}

.cultureCharacteristicBlock02 ul li:nth-child(2).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
    background: url(../img/cultureCharacteristicBlockIcon05.png) no-repeat center top;
    background-size: 116px;
    background-position-y: 90px;
}

.cultureCharacteristicBlock02 ul li:nth-child(3).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
    background: url(../img/cultureCharacteristicBlockIcon06.png) no-repeat center top;
    background-size: 116px;
    background-position-y: 90px;
}

.cultureCharacteristicVideo {
    cursor: pointer;
}


/* 院长寄语 */

.deanMessage {
    background: url(../img/deanMessageBg.png) no-repeat bottom center;
    background-size: cover;
}

.deanMessageBlock {
    overflow: hidden;
}

.deanMessageBlock .deanMessagePeople {
    width: 36.58%;
    float: left;
}

.deanMessageBlock .deanMessageSign {
    width: 63.42%;
    padding-top: 160px;
    float: left;
}


/* 报名条件 */

.registrationConditions {
    background: url(../img/registrationConditionsBg.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 84px;
}

.registrationConditions .itemNumberBlock p {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    -moz-text-fill-color: #ffffff;
    -o-text-fill-color: #ffffff;
}

.registrationConditions .itemContBlock .itemTitleName {
    color: #ffffff;
}

.registrationConditions .itemContBlock .itemSubTitleName {
    color: #ffffff;
}

.registrationConditionsBox {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.registrationConditionsBlock {
    padding: 5px;
}

.registrationConditionsItemBox {
    margin-bottom: 54px;
}

.registrationConditionsItemBox:last-child {
    margin-bottom: 0;
}

.registrationConditionsItemTitle {
    width: 425px;
    height: 77px;
    background: url(../img/registrationConditionsItemTitleBg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}

.registrationConditionsItemTitle p {
    font-size: 24px;
    font-weight: bold;
    line-height: 77px;
    color: #ffffff;
    padding-left: 58px;
    position: relative;
}

.registrationConditionsItemTitle p:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 60px;
    width: 84px;
    height: 3px;
    background: #ffffff;
}

.registrationConditionsItemCont {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin-left: 50px;
    padding-top: 90px;
    margin-top: -60px;
    background: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.23);
}

.registrationConditionsItemCont:before {
    content: '';
    position: absolute;
    top: 60px;
    left: -50px;
    border-bottom: 30px solid transparent;
    border-top: 38px solid #083C50;
    border-left: 50px solid transparent;
}

.registrationConditionsItemDetail {
    padding: 0 75px 40px 65px;
}

.registrationConditionsItemDetail p {
    font-size: 18px;
    line-height: 35px;
    color: #505050;
}


/* 报名方法 */

.reegistrationMethod {
    background: url(../img/reegistrationMethodBg.png) no-repeat center center;
    background-size: 100% auto;
    padding-bottom: 60px;
}

.reegistrationMethodItem {
    margin-bottom: 50px;
}

.reegistrationMethodItem:last-child {
    margin-bottom: 0;
}

.reegistrationMethodItemTitle {
    position: relative;
    padding: 0 70px 0 65px;
    background: url(../img/reegistrationMethodItemTitleBg.png) no-repeat center center;
    background-size: cover;
}

.reegistrationMethodItemTitle .reegistrationMethodItemTitleName {
    font-size: 24px;
    font-weight: bold;
    line-height: 75px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
}

.reegistrationMethodItemTitle .reegistrationMethodItemTitleName:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -35px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #f68b67;
}

.reegistrationMethodItemTitle .reegistrationMethodItemBtn {
    position: absolute;
    right: 33px;
    top: 19px;
    width: 37px;
    cursor: pointer;
}

.reegistrationMethodItemTitle .reegistrationMethodItemBtn .btnRotate {
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

.reegistrationMethodItemCont {
    background: #dbf0f0;
    padding: 40px 65px;
    display: none;
}

.reegistrationMethodItemCont p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #505050;
    text-align: justify;
}

.reegistrationMethodItemCont p a {
    color: #505050;
    outline: none;
}

.reegistrationMethodItemCont p a:hover {
    color: #166577;
}


/* 初 试 */

.preliminaryTest {
    background: url(../img/preliminaryTestBg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 80px;
}

.preliminaryTestItemBox {
    overflow: hidden;
    margin-bottom: 50px;
    /* padding: 4px; */
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23);
}

.preliminaryTestItemBox01 {
    animation-delay: 0;
}

.preliminaryTestItemBox02 {
    animation-delay: 0.5s;
}

.preliminaryTestItemBox03 {
    animation-delay: 1s;
    margin-bottom: 0;
}

.preliminaryTestItemBox .preliminaryTestItemTitle {
    width: 20.4%;
    float: left;
    background: url(../img/preliminaryTestItemTitleBg.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}

.preliminaryTestItemBox .preliminaryTestItemBoxCont {
    width: 79.6%;
    float: left;
}

.preliminaryTestItemBox .preliminaryTestItemTitle p {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #ffffff;
}

.preliminaryTestItemBox01 .preliminaryTestItemTitle {
    height: 135px;
}

.preliminaryTestItemBox01 .preliminaryTestItemTitle p {
    padding-top: 88px;
    background: url(../img/preliminaryTestItemTitleIcon01.png) no-repeat center top;
    background-size: 56px;
    background-position-y: 22px;
}

.preliminaryTestItemBox01 .preliminaryTestItemBoxCont {
    height: 135px;
    position: relative;
}

.preliminaryTestItemBox01 .preliminaryTestItemBoxCont p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 32px;
    color: #505050;
    padding: 0 40px;
    text-align: justify;
}

.preliminaryTestItemBox02 .preliminaryTestItemTitle {
    height: 135px;
    float: right;
}

.preliminaryTestItemBox02 .preliminaryTestItemTitle p {
    padding-top: 88px;
    background: url(../img/preliminaryTestItemTitleIcon02.png) no-repeat center top;
    background-size: 49px;
    background-position-y: 22px;
}

.preliminaryTestItemBox02 .preliminaryTestItemBoxCont {
    height: 135px;
    position: relative;
    float: left;
}

.preliminaryTestItemBox02 .preliminaryTestItemBoxCont p {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 32px;
    color: #505050;
    text-align: center;
}

.preliminaryTestItemBox03 .preliminaryTestItemTitle {
    height: 275px;
}

.preliminaryTestItemBox03 .preliminaryTestItemTitle p {
    padding-top: 156px;
    background: url(../img/preliminaryTestItemTitleIcon03.png) no-repeat center top;
    background-size: 47px;
    background-position-y: 81px;
}

.preliminaryTestItemBox03 .preliminaryTestItemBoxCont {
    height: 275px;
}

.preliminaryTestItemBox03 .preliminaryTestItemBoxCont .preliminaryTestItemBoxDetailBox {
    padding: 25px 67px 0 45px;
}

.preliminaryTestItemBox03 .preliminaryTestItemBoxDetail01 p {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
}

.preliminaryTestItemBox03 .preliminaryTestItemBoxDetail02 p {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
    padding-left: 22px;
    position: relative;
}

.preliminaryTestItemBox03 .preliminaryTestItemBoxDetail02 .preliminaryTestItemBoxSpot:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f6ac19;
}


/* 复试录取 */

.reexaminationAdmission {
    padding-bottom: 126px;
    background: url(../img/reexaminationAdmissionBg.png) no-repeat center center;
    background-size: cover;
    background-position-y: 50px;
}

.reexaminationAdmissionTitleList ul {
    overflow: hidden;
    padding-bottom: 65px;
}

.reexaminationAdmissionTitleList ul li {
    width: 24.7%;
    float: left;
    margin-right: 0.4%;
    text-align: center;
    cursor: pointer;
}

.reexaminationAdmissionTitleList ul li p {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 55px 0 15px 0;
}

.reexaminationAdmissionTitleList ul li:nth-child(1),
.reexaminationAdmissionTitleList ul li:nth-child(3) {
    background: url(../img/reexaminationAdmissionTitleBg01.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.reexaminationAdmissionTitleList ul li:nth-child(2),
.reexaminationAdmissionTitleList ul li:nth-child(4) {
    background: url(../img/reexaminationAdmissionTitleBg02.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.reexaminationAdmissionTitleList ul li:nth-child(1).active:after,
.reexaminationAdmissionTitleList ul li:nth-child(3).active:after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 26px solid transparent;
    border-top: 19px solid #1b566d;
    border-right: 26px solid transparent;
}

.reexaminationAdmissionTitleList ul li:nth-child(2).active:after,
.reexaminationAdmissionTitleList ul li:nth-child(4).active:after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 26px solid transparent;
    border-top: 19px solid #CF5012;
    border-right: 26px solid transparent;
}

.reexaminationAdmissionTitleList ul li:last-child {
    margin-right: 0;
}

.reexaminationAdmissionTitleList ul li:nth-child(1) p {
    background: url(../img/reexaminationAdmissionIcon01.png) no-repeat center top;
    background-size: 32px;
    background-position-y: 16px;
}

.reexaminationAdmissionTitleList ul li:nth-child(2) p {
    background: url(../img/reexaminationAdmissionIcon02.png) no-repeat center top;
    background-size: 32px;
    background-position-y: 16px;
}

.reexaminationAdmissionTitleList ul li:nth-child(3) p {
    background: url(../img/reexaminationAdmissionIcon03.png) no-repeat center top;
    background-size: 32px;
    background-position-y: 16px;
}

.reexaminationAdmissionTitleList ul li:nth-child(4) p {
    background: url(../img/reexaminationAdmissionIcon04.png) no-repeat center top;
    background-size: 32px;
    background-position-y: 16px;
}

.reexaminationAdmissionContList ul li {
    display: none;
    height: 150px;
    border: 1px dashed #1b566d;
}

.reexaminationAdmissionContList ul li.active {
    display: block;
}

.reexaminationAdmissionContList ul li p {
    padding: 45px 50px 0 50px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #1b566d;
}


/* 毕业证与学位证 */

.diplomaGraduate {
    background: url(../img/diplomaGraduateBg01.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 77px;
    position: relative;
}

.diplomaGraduate .itemTitleBox {
    display: inline-block;
    float: right;
}

.diplomaGraduate .itemNumberBlock p {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    -moz-text-fill-color: #ffffff;
    -o-text-fill-color: #ffffff;
}

.diplomaGraduate .itemContBlock .itemTitleName {
    color: #ffffff;
}

.diplomaGraduate .itemContBlock .itemSubTitleName {
    color: #ffffff;
}

.diplomaGraduate .itemTitleBox .itemTitleBlock {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    overflow: hidden;
    height: 100px;
}

.diplomaGraduateBox {
    width: 41.6%;
    float: right;
}

.diplomaGraduateBox p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
}

.diplomaGraduateImg {
    width: 53.2%;
    height: 100%;
    background: url(../img/diplomaGraduateImg01.png) no-repeat center right;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}


/* 学制与收费标准 */

.systemAndFees {
    background: url(../img/diplomaGraduateBg02.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 77px;
    position: relative;
}

.systemAndFees .itemTitleBox {
    display: inline-block;
}

.systemAndFees .itemNumberBlock p {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    -moz-text-fill-color: #ffffff;
    -o-text-fill-color: #ffffff;
}

.systemAndFees .itemContBlock .itemTitleName {
    color: #ffffff;
}

.systemAndFees .itemContBlock .itemSubTitleName {
    color: #ffffff;
}

.systemAndFees .itemTitleBox .itemTitleBlock {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
}

.systemAndFeesBox {
    width: 43%;
}

.systemAndFeesBox p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
}

.systemAndFeesImg {
    width: 53.2%;
    height: 100%;
    background: url(../img/diplomaGraduateImg02.png) no-repeat center left;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}


/* 联系方式 */

.contactInfor {
    background: url(../img/contactInforBg.png) no-repeat center top;
    background-size: cover;
    padding-bottom: 60px;
}

.contactInforMark p {
    text-align: center;
    padding-top: 32px;
    font-size: 18px;
    line-height: 32px;
    color: #505050;
}

.contactInforBlock {
    overflow: hidden;
}

.contactInforBlock .contactInforCont {
    width: 60%;
    float: left;
}

.contactInforBlock .contactInforCode {
    width: 40%;
    float: left;
    overflow: hidden;
}

.contactInforBlock .contactInforCont p {
    padding-left: 33px;
    font-size: 18px;
    line-height: 36px;
    color: #505050;
}

.contactInforBlock .contactInforCont p a {
    color: #505050;
    outline: none;
}

.contactInforBlock .contactInforCont p a:hover {
    color: #f68b67;
}

.contactInforBlock .contactInforCont p:nth-child(1) {
    background: url(../img/contactInforIcon01.png) no-repeat left top;
    background-size: 22px;
    background-position-y: 8px;
}

.contactInforBlock .contactInforCont p:nth-child(2) {
    background: url(../img/contactInforIcon02.png) no-repeat left top;
    background-size: 22px;
    background-position-y: 8px;
}

.contactInforBlock .contactInforCont p:nth-child(3) {
    background: url(../img/contactInforIcon03.png) no-repeat left top;
    background-size: 22px;
    background-position-y: 8px;
}

.contactInforBlock .contactInforCont p:nth-child(4) {
    background: url(../img/contactInforIcon04.png) no-repeat left top;
    background-size: 22px;
    background-position-y: 8px;
}

.contactInforBlock .contactInforCode .contactInforCodeBlock {
    width: 150px;
    float: right;
}

.contactInforBlock .contactInforCode .contactInforCodeBlock img {
    width: 132px;
    margin: 0 auto;
}

.contactInforBlock .contactInforCode .contactInforCodeBlock p {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #505050;
}


/* 返回顶部 */

.backTop {
    width: 34px;
    height: 34px;
    /* background: rgba(255, 150, 85, 0.9); */
    background-image: linear-gradient(-40deg, #93b54a 0%, #4e9b9c 100%), linear-gradient(0deg, #cd4d0e 0%, #f68b67 100%);
    padding: 8px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
}

.backTop img {
    width: 100%;
}

@media (max-width:1500px) and (min-width:1366px) {
    .cultureCharacteristicBlock ul {
        height: 280px;
    }
    .cultureCharacteristicBlock ul li {
        height: 280px;
    }
    .cultureCharacteristicBlock ul .above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
        padding-top: 140px;
    }
    .cultureCharacteristicBlock ul li:nth-child(odd).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
        background-size: 90px;
        background-position-y: 40px;
    }
    .cultureCharacteristicBlock ul li:nth-child(even).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
        background-size: 90px;
        background-position-y: 50px;
    }
}

@media (max-width:1366px) and (min-width:1200px) {
    .publicBox {
        width: 1180px;
        margin: 0 auto;
    }
    .menuBox {
        height: 70px;
    }
    .menuBox .menuBlock {
        width: 1100px;
    }
    .menuBox .menuBlock .logoBox {
        padding-top: 15px;
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        font-size: 18px;
        line-height: 32px;
        padding-top: 20px;
    }
    .menuBox .menuBlock .menuLogoBox img {
        margin-top: 15px;
    }
    .itemTitleBox {
        padding-top: 50px;
        margin-bottom: 40px;
    }
    .itemContBlock .itemTitleName {
        font-size: 32px;
        line-height: 40px;
    }
    .itemContBlock .itemSubTitleName {
        font-size: 22px;
    }
    .itemNumberBlock p {
        font-size: 60px;
        line-height: 70px;
    }
    .itemNumberBlock p:before {
        top: 7px;
        left: 10px;
        width: 20px;
        height: 20px;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
    #bannerBox {
        margin-top: 70px;
    }
    .projectIntroContBlock {
        width: 100%;
    }
    .projectIntroContBlock p {
        font-size: 16px;
    }
    .projectIntroContBlock p .projectIntroContBlockSpan01 {
        font-size: 20px;
    }
    .projectIntroContBlock p .projectIntroContBlockSpan02 {
        font-size: 20px;
    }
    .deanMessageBlock {
        width: 80%;
        margin: 0 auto;
    }
    .registrationConditionsBox {
        width: 1150px;
    }
    .registrationConditionsItemCont {
        width: calc(100% - 30px);
        margin-left: 30px;
        margin-top: -30px;
        padding-top: 50px;
    }
    .registrationConditionsItemBox {
        margin-bottom: 34px;
    }
    .registrationConditionsItemTitle {
        height: 60px;
    }
    .registrationConditionsItemTitle p {
        font-size: 20px;
        line-height: 60px;
    }
    .registrationConditionsItemCont:before {
        content: '';
        position: absolute;
        top: 30px;
        left: -30px;
        border-bottom: 30px solid transparent;
        border-top: 22px solid #083C50;
        border-left: 30px solid transparent;
    }
    .registrationConditionsItemDetail p {
        font-size: 16px;
        line-height: 32px;
    }
    .registrationConditionsItemDetail {
        padding: 0 35px 30px 35px;
    }
    .registrationConditions {
        padding-bottom: 54px;
    }
    .reegistrationMethodItemTitle .reegistrationMethodItemTitleName {
        font-size: 20px;
    }
    .reegistrationMethodItemCont p {
        font-size: 16px;
        line-height: 32px;
    }
    .reegistrationMethodItemCont {
        padding: 40px 45px;
    }
    .preliminaryTestItemBox {
        margin-bottom: 30px;
    }
    .preliminaryTestItemBox01 .preliminaryTestItemBoxCont p {
        font-size: 16px;
        line-height: 28px;
    }
    .preliminaryTestItemBox .preliminaryTestItemTitle p {
        font-size: 20px;
    }
    .preliminaryTest {
        padding-bottom: 40px;
    }
    .reexaminationAdmission {
        padding-bottom: 60px;
    }
    .reexaminationAdmissionContList ul li p {
        font-size: 16px;
        line-height: 32px;
    }
    .diplomaGraduateBox p {
        font-size: 16px;
    }
    .systemAndFeesBox p {
        font-size: 16px;
    }
    .contactInforMark p {
        font-size: 16px;
    }
    .contactInforBlock .contactInforCont p {
        font-size: 16px;
    }
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink:after {
        top: 20px;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    .menuBox {
        position: fixed;
        width: 300px;
        background: none;
        border-top: none;
        box-shadow: none;
        height: auto;
    }
    .menuIconBox {
        display: block;
    }
    .menuBox .menuIconBox {
        display: block;
        position: fixed;
        top: 0;
    }
    .menuBox .menuIconBox .menuIconSwitch {
        cursor: pointer;
    }
    .menuBox .menuIconBox img {
        display: none;
        width: 46px;
        padding: 7px;
    }
    .menuBox .menuIconBox .menuIconClose {
        width: 46px;
        padding: 7px;
    }
    .menuBox .menuIconBox .active {
        display: block;
    }
    .menuBox .menuBlock .menuLogoBox {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .menuBox .menuBlock {
        width: 300px;
        background: rgba(255, 255, 255, 0.8);
        display: none;
        position: fixed;
        top: 60px;
        box-shadow: 0px 2px 13px 1px rgb(0 0 0 / 14%);
    }
    .menuBox .menuBlock .logoBox {
        width: 100%;
        background: #ffffff;
        border-top: 5px solid #01a6f6;
        padding-top: 0;
    }
    .menuBox .menuBlock .logoBox img:nth-child(1) {
        width: 80%;
        margin: 15px 10%;
    }
    .menuBox .menuBlock .logoBox img:nth-child(2) {
        width: 60%;
        margin: 0 20%;
    }
    .menuBox .menuBlock .menuListBox {
        width: 100%;
        float: none;
        /* background: #ffffff; */
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        display: block;
        line-height: 60px;
        font-size: 18px;
        padding-top: 0;
        border-bottom: none;
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink {
        border-bottom: none;
        font-size: 20px;
        background: url(../img/menuBg.png) no-repeat;
        background-size: cover;
        color: #ffffff;
    }
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
        border-bottom: none;
        font-size: 20px;
        background: url(../img/menuBg.png) no-repeat;
        background-size: cover;
        color: #ffffff;
    }
    .menuBox .menuBlock .menuLogoBox img {
        width: 70%;
        margin: 10px 15% 10px 15%;
    }
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink:after {
        display: none;
    }
    .backTop {
        width: 28px;
        height: 28px;
    }
    #bannerBox {
        margin-top: 0;
    }
    .itemTitleBox {
        margin-bottom: 30px;
        padding-top: 40px;
        height: 70px;
    }
    .itemTitleBox .itemTitleBlock {
        top: 40px;
    }
    .itemContBlock .itemTitleName {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 0;
    }
    .itemContBlock .itemSubTitleName {
        font-size: 20px;
    }
    .itemNumberBlock {
        width: 60px;
    }
    .itemNumberBlock p {
        font-size: 50px;
        line-height: 70px;
    }
    .itemNumberBlock p:before {
        top: 10px;
        width: 15px;
        height: 15px;
    }
    .projectIntroContBlock {
        width: 90%;
        margin: 0 auto;
    }
    .projectIntroContBlock p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .projectIntroContBlock p .projectIntroContBlockSpan01 {
        font-size: 18px;
    }
    .projectIntroContBlock p .projectIntroContBlockSpan02 {
        font-size: 18px;
    }
    .cultureCharacteristicBlock ul {
        height: 240px;
    }
    .cultureCharacteristicBlock ul li {
        height: 240px;
    }
    .cultureCharacteristicBlock ul .above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
        padding-top: 150px;
    }
    .cultureCharacteristicBlock ul li:nth-child(odd).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
        background-size: 60px;
        background-position-y: 80px;
    }
    .cultureCharacteristicBlock ul li:nth-child(even).above .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
        background-size: 60px;
        background-position-y: 80px;
    }
    .deanMessageBlock {
        width: 85%;
        margin: 0 auto;
    }
    .registrationConditions {
        padding-bottom: 50px;
    }
    .registrationConditionsBox {
        width: 94%;
    }
    .registrationConditionsItemBox {
        margin-bottom: 34px;
    }
    .registrationConditionsItemTitle {
        height: 55px;
    }
    .registrationConditionsItemTitle p {
        font-size: 18px;
        line-height: 55px;
    }
    .registrationConditionsItemCont {
        width: auto;
        padding-top: 50px;
        margin-top: -30px;
        margin-left: 30px;
    }
    .registrationConditionsItemCont:before {
        top: 30px;
        left: -30px;
        border-bottom: 30px solid transparent;
        border-top: 20px solid #083C50;
        border-left: 29px solid transparent;
    }
    .registrationConditionsItemDetail {
        padding: 0 45px 30px 45px;
    }
    .registrationConditionsItemDetail p {
        font-size: 16px;
        line-height: 30px;
    }
    .reegistrationMethodItemTitle .reegistrationMethodItemTitleName {
        font-size: 20px;
    }
    .reegistrationMethodItemCont p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .reegistrationMethodItemCont {
        padding: 40px 35px;
    }
    .reegistrationMethodItemTitle .reegistrationMethodItemBtn {
        right: 20px;
    }
    .preliminaryTest {
        padding-bottom: 30px
    }
    .preliminaryTestItemBox .preliminaryTestItemBoxCont p {
        font-size: 16px;
        line-height: 30px;
    }
    .preliminaryTestItemBox .preliminaryTestItemTitle p {
        font-size: 20px;
    }
    .preliminaryTestItemBox {
        margin-bottom: 30px;
    }
    .preliminaryTestItemBox03 .preliminaryTestItemBoxCont .preliminaryTestItemBoxDetailBox {
        padding: 25px 45px 0 45px;
    }
    .reexaminationAdmissionTitleList ul {
        padding-bottom: 50px;
    }
    .reexaminationAdmissionTitleList ul li p {
        font-size: 18px;
    }
    .reexaminationAdmissionContList ul li p {
        padding: 45px 40px 0 40px;
        font-size: 16px;
        line-height: 26px;
    }
    .reexaminationAdmission {
        padding-bottom: 50px;
    }
    .diplomaGraduateBox p {
        font-size: 16px;
        line-height: 30px;
    }
    .systemAndFeesBox p {
        font-size: 16px;
        line-height: 30px;
    }
    .contactInforBlock .contactInforCode {
        width: 160px;
    }
    .contactInforBlock .contactInforCont {
        width: calc(100% - 160px);
    }
    .contactInforMark p {
        font-size: 16px;
    }
    .contactInforBlock .contactInforCont p {
        font-size: 16px;
        line-height: 30px;
    }
    .contactInforBlock .contactInforCode .contactInforCodeBlock img {
        width: 112px;
    }
}

@media (max-width: 767px) {
    .publicBox {
        width: 94%;
        margin: 0 3%;
    }
    /* 返回顶部 */
    .backTop {
        width: 26px;
        height: 26px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }
    .menuBox {
        width: 40%;
        height: auto;
        background: none;
        border-top: none;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
    }
    .menuIconBox {
        display: block;
    }
    .menuBox .menuIconBox {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.14);
        z-index: 2;
    }
    .menuBox .menuIconBox .menuIconSwitch {
        display: inline-block;
        float: right;
    }
    .menuBox .menuIconBox .menuIconSwitch img {
        display: none;
        width: 30px;
        padding: 10px;
    }
    .menuBox .menuIconBox .menuIconSwitch img.active {
        display: block;
    }
    .menuBox .menuIconBox .menuIconSwitch .menuIconClose {
        width: 30px;
        padding: 10px;
    }
    .menuBox .menuIconBox .menuIconLogo {
        height: 50px;
    }
    .menuBox .menuIconBox .menuIconLogo img {
        padding-left: 5%;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 5%;
    }
    .menuBox .menuBlock {
        width: 40%;
        top: 50px;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        display: none;
        position: fixed;
    }
    .menuBox .menuBlock .menuLogoBox {
        display: none;
    }
    .menuBox .menuBlock .logoBox {
        width: 100%;
        background: #ffffff;
        display: none;
    }
    .menuBox .menuBlock .logoBox img:nth-child(1) {
        width: 90%;
        margin: 15px 5%;
    }
    .menuBox .menuBlock .logoBox img:nth-child(2) {
        width: 60%;
        margin: 0 20%;
    }
    .menuBox .menuBlock .menuListBox {
        width: 100%;
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }
    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 20px;
        line-height: 50px;
        display: block;
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem .menuListItemLink {
        line-height: 45px;
        font-size: 16px;
        padding-bottom: 0;
        padding-top: 0;
        display: block;
    }
    .menuBox .menuBlock .menuListBox ul .menuListItem:hover .menuListItemLink {
        border-bottom: none;
        background: url(../img/menuBg.png) no-repeat;
        background-size: cover;
        color: #ffffff;
    }
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink {
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: none;
        background: url(../img/menuBg.png) no-repeat;
        background-size: cover;
        color: #ffffff;
        font-weight: bold;
    }
    .menuBox .menuBlock .menuListBox ul li a {
        font-size: 16px;
    }
    .menuBox .menuBlock .menuListBox ul .active .menuListItemLink:after {
        display: none;
    }
    #bannerBox {
        margin-top: 50px;
    }
    .bannerImgBox .swiper-pagination-bullet {
        width: 30px;
        height: 4px;
    }
    #bannerBox .bannerTitleBox {
        width: 51.4%;
        top: 19%;
        left: 6%;
    }
    .itemTitleBox {
        padding-top: 30px;
        margin-bottom: 30px;
        height: 50px;
    }
    .itemNumberBlock {
        width: 40px;
    }
    .itemNumberBlock p {
        font-size: 32px;
        line-height: 50px;
        position: relative;
        letter-spacing: 0;
    }
    .itemNumberBlock p:before {
        top: 8px;
        width: 13px;
        height: 13px;
    }
    .itemTitleBox .itemTitleBlock {
        top: 30px;
        display: -webkit-box;
        width: max-content;
    }
    .itemContBlock .itemTitleName {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
    }
    .itemContBlock .itemSubTitleName {
        font-size: 16px;
        line-height: 20px;
    }
    .projectIntroContBlock {
        width: 100%;
    }
    .projectIntroContBlock p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .projectIntroContBlock p .projectIntroContBlockSpan01 {
        font-size: 16px;
    }
    .projectIntroContBlock p .projectIntroContBlockSpan01,
    .projectIntroContBlock p .projectIntroContBlockSpan02 {
        font-size: 14px;
    }
    .cultureCharacteristicBox {
        overflow: hidden;
    }
    .cultureCharacteristicBlock ul {
        height: auto;
        overflow: unset;
    }
    .cultureCharacteristicBlock ul li {
        height: 120px;
        width: 50%;
    }
    .cultureCharacteristicBlock ul li .cultureCharacteristicContBox {
        height: 30px;
    }
    .cultureCharacteristicBlock ul li .cultureCharacteristicContBox .cultureCharacteristicContBlock p {
        font-size: 14px;
        line-height: 30px;
        font-weight: normal;
        letter-spacing: 0;
    }
    .deanMessageBlock .deanMessageSign {
        padding-top: 60px;
    }
    .reexaminationAdmission {
        padding-bottom: 30px;
    }
    .registrationConditionsBox {
        width: 96%;
    }
    .registrationConditionsItemCont {
        width: auto;
        margin-left: 20px;
        padding-top: 40px;
        margin-top: -25px;
    }
    .registrationConditionsItemTitle {
        width: 90%;
        height: 50px;
    }
    .registrationConditionsItemTitle p {
        font-size: 16px;
        line-height: 50px;
        padding-left: 15px;
        font-weight: normal;
    }
    .registrationConditionsItemTitle p:after {
        height: 2px;
        left: 15px;
        bottom: 6px;
    }
    .registrationConditionsItemDetail {
        padding: 0 15px 20px 15px;
    }
    .registrationConditionsItemCont:before {
        top: 25px;
        left: -20px;
        border-bottom: 30px solid transparent;
        border-top: 15px solid #083C50;
        border-left: 20px solid transparent;
    }
    .registrationConditionsItemDetail p {
        font-size: 14px;
        line-height: 24px;
    }
    .registrationConditionsItemBox {
        margin-bottom: 15px;
    }
    .registrationConditions {
        padding-bottom: 30px;
        background: url(../img/registrationConditionsBg.png) no-repeat center left;
    }
    .reegistrationMethodItemTitle {
        padding: 0 50px 0 25px;
    }
    .reegistrationMethodItemTitle .reegistrationMethodItemTitleName {
        font-size: 18px;
        line-height: 50px;
        letter-spacing: 0;
    }
    .reegistrationMethodItemTitle .reegistrationMethodItemTitleName:before {
        content: '';
        position: absolute;
        top: 22px;
        left: -16px;
        width: 8px;
        height: 8px;
    }
    .reegistrationMethodItemTitle .reegistrationMethodItemBtn {
        right: 10px;
        top: 14px;
        width: 22px;
    }
    .reegistrationMethodItem {
        margin-bottom: 20px;
    }
    .reegistrationMethodItemCont {
        padding: 15px 10px;
    }
    .reegistrationMethodItemCont p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .reegistrationMethod {
        padding-bottom: 30px;
    }
    /* .preliminaryTestItemBox02 .preliminaryTestItemBoxCont p {
        width: auto;
        text-align: left;
    }
    .preliminaryTestItemBox01 .preliminaryTestItemTitle {
        height: 200px;
    }
    .preliminaryTestItemBox01 .preliminaryTestItemBoxCont {
        height: 200px;
    }
    .preliminaryTestItemBox01 .preliminaryTestItemTitle p {
        padding-top: 98px;
        background-position-y: 62px;
    }
    .preliminaryTestItemBox02 .preliminaryTestItemTitle p {
        padding-top: 78px;
        background-position-y: 42px;
    }
    .preliminaryTestItemBox03 .preliminaryTestItemTitle p {
        padding-top: 146px;
        background-position-y: 95px;
    }
    .preliminaryTestItemBox03 .preliminaryTestItemBoxCont .preliminaryTestItemBoxDetailBox {
        padding: 10px 0;
    }
    .preliminaryTestItemBox03 .preliminaryTestItemBoxDetail02 .preliminaryTestItemBoxSpot:before {
        top: 8px;
        width: 6px;
        height: 6px;
    } */
    .preliminaryTestItemBox {
        border-radius: 5px;
        margin-bottom: 20px;
        position: relative;
    }
    .preliminaryTestItemBox .preliminaryTestItemTitle {
        width: 100px;
        height: 100%;
        position: absolute;
    }
    .preliminaryTestItemBox .preliminaryTestItemTitle p {
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        background-size: 30px;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 58px;
    }
    .preliminaryTestItemBox .preliminaryTestItemBoxCont {
        width: calc(100% - 100px);
        height: auto;
        margin-left: 100px;
    }
    .preliminaryTestItemBox .preliminaryTestItemBoxCont p {
        position: relative;
        top: unset;
        transform: translateY(0);
        font-size: 14px;
        line-height: 24px;
        padding: 15px 15px;
    }
    .preliminaryTestItemBox02 .preliminaryTestItemBoxCont p {
        width: auto;
        text-align: left;
        padding: 40px 15px;
    }
    .preliminaryTestItemBox03 .preliminaryTestItemTitle p {
        background-position-y: 22px;
    }
    .preliminaryTestItemBox03 .preliminaryTestItemBoxCont .preliminaryTestItemBoxDetailBox {
        padding: 15px 10px;
        text-align: justify;
    }
    .preliminaryTestItemBox03 .preliminaryTestItemBoxDetail01 p {
        /* padding: 15px 10px 0 10px; */
        padding: 0;
    }
    .preliminaryTestItemBox03 .preliminaryTestItemBoxDetail02 p {
        padding: 0 0 0 10px;
    }
    .preliminaryTestItemBox03 .preliminaryTestItemBoxDetail02 .preliminaryTestItemBoxSpot:before {
        left: 0;
        top: 9px;
        width: 5px;
        height: 5px;
    }
    .preliminaryTestItemBox02 .preliminaryTestItemBoxCont {
        margin-left: 0;
        margin-right: 0;
    }
    .preliminaryTestItemBox02 .preliminaryTestItemTitle {
        right: 0;
    }
    .preliminaryTest {
        padding-bottom: 10px;
    }
    .reexaminationAdmissionTitleList ul li p {
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
        letter-spacing: 0;
        padding: 30px 0 5px 0;
    }
    .reexaminationAdmissionTitleList ul li:nth-child(odd) p {
        background-position-y: 6px;
        background-size: 20px;
    }
    .reexaminationAdmissionTitleList ul li:nth-child(even) p {
        background-position-y: 6px;
        background-size: 20px;
    }
    .reexaminationAdmissionTitleList ul li:nth-child(1).active:after,
    .reexaminationAdmissionTitleList ul li:nth-child(3).active:after {
        bottom: -18px;
        border-left: 14px solid transparent;
        border-top: 12px solid #1b566d;
        border-right: 14px solid transparent;
    }
    .reexaminationAdmissionTitleList ul li:nth-child(2).active:after,
    .reexaminationAdmissionTitleList ul li:nth-child(4).active:after {
        bottom: -18px;
        border-left: 14px solid transparent;
        border-top: 12px solid #CF5012;
        border-right: 14px solid transparent;
    }
    .reexaminationAdmissionTitleList ul {
        padding-bottom: 30px;
    }
    .reexaminationAdmissionContList ul li p {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .diplomaGraduateBox {
        width: 70.6%;
    }
    .diplomaGraduateBox p {
        font-size: 14px;
        line-height: 24px;
    }
    .diplomaGraduate {
        padding-bottom: 30px;
    }
    .diplomaGraduateImg {
        opacity: 0.3;
    }
    .systemAndFeesBox {
        width: 70.6%;
    }
    .systemAndFeesBox p {
        font-size: 14px;
        line-height: 24px;
    }
    .systemAndFees {
        padding-bottom: 30px;
    }
    .systemAndFeesImg {
        opacity: 0.3;
    }
    .contactInfor {
        padding-bottom: 30px;
    }
    .contactInforMark p {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
        padding: 15px 4% 0 4%;
    }
    .contactInforBlock .contactInforCont {
        width: 100%;
        margin-bottom: 20px;
    }
    .contactInforBlock .contactInforCont p {
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
    }
    .contactInforBlock .contactInforCont p:nth-child(odd),
    .contactInforBlock .contactInforCont p:nth-child(even) {
        background-size: 16px;
        background-position-y: 4px;
    }
    .contactInforBlock .contactInforCode {
        width: 100%;
    }
    .contactInforBlock .contactInforCode .contactInforCodeBlock {
        float: unset;
        margin: 0 auto;
    }
    .contactInforBlock .contactInforCode .contactInforCodeBlock img {
        width: 80%;
    }
    .contactInforBlock .contactInforCode .contactInforCodeBlock p {
        font-size: 14px;
        line-height: 24px;
    }
    .diplomaGraduate .itemNumberBlock p,
    .systemAndFees .itemNumberBlock p,
    .cultureCharacteristic .itemNumberBlock p,
    .registrationConditions .itemNumberBlock p {
        color: #ffffff;
        background: unset;
        -webkit-text-fill-color: unset;
    }
}