.wp_articlecontent .MsoNormal {
   word-break: break-word;
}
.wp_articlecontent .MsoNormal:hover a {
       color: #003f88;
}
.banner {
    height: 354px;
    background: url(../images/banner.png) no-repeat center center;
    background-size: cover;
}

.banner .layout {
    padding-top: 40px;
}

.banner .position {
    padding-left: 30px;
    font-size: 16px;
    color: #666;
    background: url(../images/position-icon.png) no-repeat left center;
    background-size: 17px 17px;
}

.banner h3 {
    font-size: 30px;
    color: #666;
    margin-top: 40px;
    text-align: center;
}

/* 鏈夋棤闃村奖 */
.list-shadow {
    width: 100%;
    margin-top: -140px;
    padding-bottom: 55px;
    background-size: cover;

}

.list-shadow .layout .laybox {
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 45px 40px 40px;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, .14);
    min-height: 500px;

}

.list-noshadow {
    width: 100%;
    margin-top: -140px;
    padding-bottom: 55px;
}

.list-noshadow .layout .laybox {
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 45px 40px 40px;
    min-height: 500px;

}

/* 鍒楄〃椤 */
.list .list-item {
    padding-right: 24px;
    height: 50px;
    border-bottom: 1px dashed #c9c9c9;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list .list-item a {
    display: block;
    height: 100%;
    line-height: 50px;
    padding-left: 40px;
    background: url(../images/list-icon.png) no-repeat 15px center;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list .list-item p {
    float: left;
    width: 80%;
    font-size: 18px;
    color: #333333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list .list-item span {
    font-size: 18px;
    color: #999999;
    float: right;
}

.list .list-item:hover {
    background-color: #f4f4f4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.list .list-item:hover a {
    padding-left: 50px;
    background: url(../images/list-icon.png) no-repeat 25px center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list .list-item:hover p,
.list .list-item:hover span {
    color: #003f88;
}



@media screen and (max-width: 710px) {

    .list .list-item p {
        width: 70%;
        font-size: 16px;
    }

    .list .list-item span {
        font-size: 16px;
    }

    .list-shadow .layout .laybox {
        padding: 30px 13px 40px 13px;
    }

    .list .list-item {
        padding-right: 14px;
    }
}

@media screen and (max-width: 450px) {
    .list .list-item p {
        width: 65%;
        font-size: .18rem;
    }

    .list .list-item span {
        font-size: .18rem;
    }

}

/* 鍐呭椤 */
.article {
    font-style: 18px;
    color: #444444;
    line-height: 36px;




}

.article img {
    max-width: 600px;
}

@media screen and (max-width: 580px) {
    .content-displayinfo {
        margin-top: -93px;
    }
}

.content-displayinfo {}

/* 鐢宠鎸囧崡 */
.list-application .list-item {
    position: relative;
    float: left;
    width: 33.33%;
    height: 190px;
    text-align: center;
    display: table;
}

.list-application .list-item:first-child,
.list-application .list-item:first-child+.list-item,
.list-application .list-item:first-child+.list-item+.list-item {
    margin-top: 50px;
    margin-bottom: 78px;
}

.list-application .list-item a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.list-application .list-item a .img1 {
    width: 124px;
    height: 124px;
    margin: 0 auto 45px;
}

.list-application .list-item a .img1 img {
    width: 100%;
    height: 100%;
}

.list-application .list-item p {

    font-size: 24px;
    color: #333;
}

.short {
    position: absolute;
    top: 160px;
    right: 0;
    width: 161px;
    height: 159px;
    background: url(../images/short-bg.png) no-repeat center center;
    background-size: cover;
    text-align: center;

}

.short .img1 {
    position: absolute;
    top: -24px;
    right: 0;
    cursor: pointer;
}

.short .img2 {
    margin-top: 28px;
}

.short p {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    margin-top: 15px;
}

@media screen and (max-width: 660px) {
    .list-application .list-item a .img1 {
        width: 106px;
        height: 106px;
    }

    .list-application .list-item p {
        font-size: 20px;
    }
}

@media screen and (max-width: 580px) {
    .list-application .list-item {

        width: 50%;
        margin-top: 50px;
    }

    .list-application .list-item:first-child,
    .list-application .list-item:first-child+.list-item,
    .list-application .list-item:first-child+.list-item+.list-item {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 400px) {
    .list-application .list-item a .img1 {
        width: 66px;
        height: 66px;

    }

    .list-application .list-item {
        height: 131px;
    }
}

/* 鐗硅壊椤圭洰 */
.list-special {}

.list-special .list-item {
    float: left;
    width: 342px;
    padding-bottom: 25px;
    border-right: 1px solid #ededed;
}

.list-special .list-item:first-child {
    padding-right: 20px;
}

.list-special .list-item:first-child+.list-item {
    padding: 0 20px 25px;
}

.list-special .list-item:first-child+.list-item+.list-item {
    padding-left: 20px;
    border-right: 0;
}

.list-special .list-item img {
    width: 100%;
    height: 222px;
}

.list-special .list-item .bg {
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #133760 , #e3e8ed); 
    background-image: url(../images/shadow.png);*/
height: 1.02rem;
    background: #335baa;
    border-radius: 8px;
}

.list-special .list-item .bg h3 {
    font-size: .28rem;
    color: #ffffff;
    line-height: 1.02rem;
    text-align: center;
    box-sizing: border-box;
}

.list-special .list-item ul {
    width: 100%;
min-height: 423px;
    padding-top: 45px;
    box-sizing: border-box;
}
.list-special .list-item:last-child ul{
min-height: 299px;
}
.list-special .list-item ul li {
    padding-left: 8px;
}

.list-special .list-item ul li a {
    background: url(../images/special-item.png) no-repeat left top 13px;
    padding-left: 36px;
    width: 100%;
    display: block;
    line-height: 42px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 84px;
    box-sizing: border-box;
}

.list-special .list-item .button {


    line-height: 35px;
    text-align: right;
    margin-top: 60px;
}

.list-special .list-item .button a {
    font-size: 16px;
    color: #333;
    border: 1px solid #dadada;
    text-align: center;
    width: 111px;
    height: 35px;
    display: inline-block;
}

.list-special .list-item .radius {
    margin-top: 20px;
    padding-bottom: 6px;
}

.list-special .list-item .radius div {
    float: right;
}

.list-special .list-item .radius a {
    color: #fff;
    line-height: 29px;
    font-size: 24px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background-color: #003f88;

}

@media screen and (max-width: 1250px) {
    .list-special .list-item {
        width: 33%;
        box-sizing: border-box;
    }

    .list-special .list-item ul li a {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1080px) {
   

    .list-special .list-item img {
        height: 193px;
    }

    .list-special .list-item ul {
        padding-top: 35px;
    }

    .list-special .list-item ul li a {
        font-size: 16px;
        padding-left: 31px;
    }

    .list-special .list-item .radius a {
        width: 67px;
        height: 67px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 965px) {
    .list-special .list-item {
        width: 50%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .list-special .list-item ul li a {
        box-sizing: border-box;
    }
    .list-special .list-item:first-child+.list-item {
        border: 0;
        padding-right: 0;
    }

    .list-special .list-item:first-child+.list-item+.list-item {
        border-right: 1px solid #ededed;
        padding-right: 20px;
    }
}

@media screen and (max-width: 680px) {
    .list-special .list-item ul li a {
        -webkit-line-clamp: 1;
    background: url(../images/special-item.png) no-repeat left center;
    }
}

@media screen and (max-width: 640px) {
    

    .list-special .list-item img {
        height: 176px;
    }
}
@media screen and (max-width: 580px) {
    .list-special .list-item {
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
.list-special .list-item {
    border: 0;
    padding-right: 0;
}
.list-special .list-item ul{
min-height: auto !important;
}
.list-special .list-item:first-child+.list-item+.list-item {
    border-right: 0;
    padding-right: 0;
}
}
@media screen and (max-width: 520px) {
    .list-special .list-item {
        float: none;
        margin: 0 auto;
        width: 90%;
        border: none;
        padding-right: 0;
    }

    .list-special .list-item:first-child,
    .list-special .list-item:first-child+.list-item,
    .list-special .list-item:first-child+.list-item+.list-item {
        padding-right: 0;
        padding-left: 0;
    }

    .list-special .list-item:first-child+.list-item+.list-item {
        border: none;
    }
.list-special .list-item:last-child ul{
min-height: auto;
}
.list-special .list-item ul {
min-height: auto;
}
}

/* 甯歌闂 */
.list-faqBox {
margin-top: -75px;
}
.list-faq .list-item {
    box-sizing: border-box;
    padding-left: 14px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #9f9b9b;
}
.banner .menu {
text-align: center;
margin-top: 50px;
}
.menu .menu-item {
margin-right: 23px;
margin-bottom: 35px;
display: inline-block;
background: #7c9ede;
padding: 17px;
border-radius: 8px;
    position: relative;
}
.menu .menu-item a {
color: #fff;
font-size: 18px;
}
.menu .menu-item.selected {
background: #335baa ;
}
.menu .menu-item.selected:before  {
width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    content: " ";
    border-right: 10px solid transparent;
    border-top: 10px #335baa solid;
}
.menu .menu-item:last-child{
margin-right: 0;
}

.list-faq .list-item .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}



.list-faq .list-item .title a {
    font-size: 16px;
    color: #003f88;
    text-decoration: revert;

}

.list-faq .list-item .text {
    display: none;
    font-size: 16px;
    color: #666666;
    line-height: 1.75em;
    padding-left: 26px;
    box-sizing: border-box;
}

.list-faq .list-item.show .text {
    display: block;

}

.list-faq .list-item.show .openName {
    display: none;
}

.list-faq .list-item .text span.yc {
    font-size: 16px;
    color: #003f88;
    cursor: pointer;
    /*榧犳爣鍙樺皬鎵?/
}

.list-faq .list-item.show .title {

    margin-bottom: 44px;
}

@media screen and (max-width: 710px) {
    .list-faq .list-item .text {
        padding-left: 11px;

    }

    .list-faq .list-item.show .title {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 665px) {
    .menu .menu-item {
      margin-right: 1px;
   }
}


/* 璐圭敤鍜岄摱琛岃处鍙 */
.list-cost h4 {
    font-size: 30px;
    padding: 0 0 20px;
    text-align: center;
    color: #000000;
}

.list-cost table {
    border: 1px solid #c7c7c7;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.list-cost table td,
.list-cost table th {
    border: 1px solid #c7c7c7;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    empty-cells: show;
}

.cost-bg {
    width: 100%;
    background: url(../images/cost-bg.png) no-repeat center center /cover;
    padding-bottom: 86px;
    padding-top: 63px;
}

.cost-bg ul {
    width: 100%;

}

.cost-bg ul li {
    line-height: 40px;
    margin-bottom: 16px;
}

.cost-bg ul li i {
    padding: 6px 5px 6px 10px;
    background-color: #003f88;
    font-size: 18px;
    color: #ffffff;
    margin-right: 8px;
}

.cost-bg ul li span {
    font-size: 18px;
    color: #333;
}

.account {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 38px;
}

.account h4 {

    font-size: 24px;
    line-height: 44px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-bottom: 38px;
}


.account .account-left {
    float: left;
    padding-right: 69px;

}

.account .account-left li a,
.account .account-right li a {
    color: #333333;
    line-height: 36px;
    font-size: 18px;
}

.account-right {
    float: left;
    padding-left: 77px;
    border-left: 1px solid #e3e3e3;
}

@media screen and (max-width: 1021px) {
    .account .account-left {
        width: 37%;
        padding-right: 6.7%;
        box-sizing: border-box;
    }

    .account .account-right {
        width: 63%;
        padding-left: 6.4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 890px) {
    .account .account-left {
        width: 100%;
        padding-right: 0;
    }

    .account .account-right {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #e3e3e3;
        padding-top: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 750px) {

    .list-cost table td,
    .list-cost table th {
        font-size: 16px;
    }
}

/* 濂栧閲 */
.list-scholarship {
    width: 100%;
min-height: 384px;
    margin-top: -52px;
    padding-bottom: 55px;
}

.list-schol .list-item {
    width: 47%;
    height: 209px;
    float: left;
    margin-right: 4.7%;
    border-bottom: 6px solid #003f88;
    text-align: center;
    margin-bottom: 53px;
    position: relative;
    box-sizing: border-box;

    display: table;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, .14);
}

.list-schol .list-item a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.list-schol .list-item p {
    margin-top: 41px;
    font-size: 24px;
    color: #003f88;
    font-weight: bold;
}

.list-schol .list-item:nth-child(2n) {
    margin-right: 0;
}

.list-schol .list-item1 {
    background: url(../images/scholarship-bg1.png) no-repeat left center /cover;
}

.list-schol .list-item2 {
    background: url(../images/scholarship-bg2.png) no-repeat left center /cover;
}

.list-schol .list-item3 {
    background: url(../images/scholarship-bg3.png) no-repeat left center /cover;
}

.list-schol .list-item4 {
    background: url(../images/scholarship-bg4.png) no-repeat left center /cover;
}

.list-schol .list-item5 {
    background: url(../images/scholarship-bg5.png) no-repeat left center /cover;
}

.list-schol .list-item6 {
    background: url(../images/scholarship-bg6.png) no-repeat left center /cover;
}
.list-schol .list-item7 {
    background: url(../images/scholarship-bg7.png) no-repeat left center /cover;
}

@media screen and (max-width:780px) {
    .list-schol .list-item {
        height: 240px;
    }

    .list-schol .list-item p {
        margin-top: 27px;
    }
}

@media screen and (max-width:680px) {
    .list-schol .list-item {
        height: 202px;
    }

    .list-schol .list-item p {
        font-size: 20px;
        padding: 0 10px;
    }

    .short {
        width: 1.61rem;
        height: 1.59rem;
    }

    .short .img2 {
        margin-top: 18px;
        width: .75rem;
        height: .61rem;
        padding-left: 10px;
    }

    .short p {
        font-size: .28rem;
        margin-top: .15rem;
        line-height: .36rem;
    }
.menu .menu-item a {
font-size: 24px;
}
}
@media screen and (max-width:490px)  {
  .list-noshadow .article  .erweima {
     width: 2.5rem!important;
     height: 2.5rem!important;
  }
}

@media screen and (max-width:573px) {
    .list-schol .list-item {
        width: 100%;
    }
.menu .menu-item a {
    font-size: 28px;
}
.list-faqBox {
    margin-top: -58px;
}
}

/* 瑙嗛娴欏ぇ */
.list-video {
    width: 100%;
}

.list-video .list-item {
    width: 32%;
    float: left;
    margin-right: 1.6%;
    margin-bottom: 44px;
    border-bottom: 2px solid #dedede;
}

.list-video .list-item:nth-child(3n) {
    margin-right: 0;
}

.list-video .list-item .video {
    width: 100%;
    height: 207px;
    overflow: hidden;
}

.list-video .list-item .video #video1 {
    width: 100%;
    height: 100%;
}

.list-video .list-item p {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-top: 28px;
    margin-bottom: 31px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.list-video .video-js {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.list-video .video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background-color: transparent;
}

@media screen and (max-width: 980px) {
    .list-video .list-item .video {
        height: 154px;
    }

    .list-noshadow .layout .laybox {
        padding: 30px 23px 40px 32px;
    }
}

@media screen and (max-width: 740px) {
    .list-video .list-item {
        width: 48%;

    }

    .list-video .list-item .video {
        height: 207px;
    }

    .list-video .list-item:nth-child(3n) {
        margin-right: 1.6%;
    }
}

@media screen and (max-width: 680px) {
    .list-video .list-item .video {
        height: 173px;
    }
}

@media screen and (max-width: 580px) {
    .list-noshadow .layout .laybox {
        padding: 30px 13px 40px 12px;
    }

    .list-video .list-item {
        width: 100%;
        margin-right: 0;
    }

    .list-video .list-item:nth-child(3n) {
        margin-right: 0;
    }

    .list-video .list-item p {
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 18px;
    }
}
.wp_entry a:hover {
color: transparent;
text-decoration: underline !important;
}
  .MsoTableGrid td {
    border: 1px solid #d2d2d2 !important;
  }
  .MsoTableGrid tr:nth-child(even){ background : #fcfcfc ;}