.swiper-container {
    height: 428px;
}

.undergraduateSchool .news {
    width: 1440px;
    margin: 0 auto;
}

.undergraduateSchool .news .title {
    width: 100%;
    margin: 25px 0;
    overflow: hidden;
    position: relative;
}

.undergraduateSchool .news .title .title-left {
    float: left;
    font-size: 36px;
    font-weight: 900;
    font-family: Roboto Condensed-Bold;
    color: #003f88;
}

.undergraduateSchool .news .title .title-right {
    position: absolute;
    right: 8px;
    bottom: 0;
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    color: #8c8c8c;
}

.undergraduateSchool .news .title .title-right a {
    color: #8c8c8c;
    text-decoration: none;
}

.undergraduateSchool .news .title .title-right img {
    margin-bottom: 5px;
}

.undergraduateSchool .news .news-list {
    width: 100%;
}

.undergraduateSchool .news .news-list:after {
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.undergraduateSchool .news .news-list .news-item {
    float: left;
    width: 702px;
    height: 543px;
    margin-bottom: 33px;
    border: 1px solid #ededed;
    box-shadow: 2px 4px 5px #ddd;
    overflow: hidden;
}

.undergraduateSchool .news .news-list .news-item a {
    display: block;
    overflow: hidden;
}

.undergraduateSchool .news .news-list .news-item a:hover {
    text-decoration: none;
}

/*.undergraduateSchool .news .news-list .news-item:nth-child(odd) {
    margin-right: 30px;
  }*/
.undergraduateSchool .news .news-list .news-item:first-child {
    margin-right: 30px;
}

.undergraduateSchool .news .news-list .news-item:first-child+li+li {
    margin-right: 30px;
}

.undergraduateSchool .news .news-list .news-item:first-child+li+li+li+li {
    margin-right: 30px;
}

.undergraduateSchool .news .news-list .news-item .news-pic {
    height: 380px;
    overflow: hidden;
}

.undergraduateSchool .news .news-list .news-item img {
    width: 100%;
    height: 100%;
}

.undergraduateSchool .news .news-list .news-item .news-data {
    font-size: 16px;
    color: #4082b8;
    font-family: Roboto-Regular, Arial, sans-serif;
    margin-top: 30px;
    margin-left: 30px;
}

.undergraduateSchool .news .news-list .news-item .news-title {
    font-size: 26px;
    font-weight: 900;
    font-family: RobotoCondensed-Regular;
    color: #333;
    margin: 12px 0 20px 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 111px\0;
}

.undergraduateSchool .news .news-list .news-item .news-title a {
    /*color: #000;*/
    color: #003f88;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 74px;
}

.wp_paging {
    margin-bottom: 20px;
}

.box-main .yx-box {
    float: left;
    width: 400px;
    height: 200px;
    padding-left: 15px;
    margin: 20px 40px;
    background-color: #F9F3E5;
    overflow: hidden;
    position: relative;
}

.box-main .yx-box .pic {
    padding: 20px 10px;
    /* width: 135px;
    height: 92px; */
    border: 1px solid #c4c1ba;
    position: absolute;
    top: 50%;
    margin-top: -69px;
    color: #fff;
}

.box-main .yx-box .pic img {
    width: 135px;
    height: 92px;
    overflow: hidden;
}

.box-main .yx-box .list {
    position: relative;
    left: 170px;
    top: 50%;
    transform: translateY(-50%);
    _height: 200px;
    padding-left: 15px;
}

.box-main .yx-box .list li {
    line-height: 22px;
    /* width: 208px; */
    position: relative;
    z-index: 1;
    top: 1px;
}

.box-main .yx-box .list li p {
    margin-bottom: 0;
    text-align: left;
}

.box-main .yx-box .list li a {
    color: #000;
}

.box-main .yx-box .list1 li a {
    color: #585858;
}

.box-main .yx-box .list li a:hover {
    color: #066;
}

@media (max-width: 1460px) {
    .undergraduateSchool .news {
        width: 95%;
        margin: 0 auto;
    }

    .undergraduateSchool .news .news-list {
        width: 100%;
    }

    .undergraduateSchool .news .news-list .news-item {
        width: 49%;
        height: auto;
        overflow: hidden;
        padding-bottom: 30px;
    }

    /*.undergraduateSchool .news .news-list .news-item:nth-child(odd) {
      margin-right: 2%;
    }*/
    .undergraduateSchool .news .news-list .news-item:first-child {
        margin-right: 2%;
    }

    .undergraduateSchool .news .news-list .news-item:first-child+li+li {
        margin-right: 2%;
    }

    .undergraduateSchool .news .news-list .news-item:first-child+li+li+li+li {
        margin-right: 2%;
    }

    .undergraduateSchool .news .news-list .news-item img {
        /*height: auto;*/
        height: 100%;
    }

    .undergraduateSchool .news .news-list .news-item .news-title {
        -webkit-line-clamp: 2;
    }

    .box-main {
        width: 1024px;
        margin: 0 auto;
    }

    .box-main .yx-box {
        margin: 20px 39px;
    }
}

@media (max-width:1024px) {
    .undergraduateSchool .news .news-list .news-item .news-pic {
        height: 280px;
    }

    .box-main {
        width: 478px;
    }
}

@media (max-width: 835px) {
    .undergraduateSchool .news {
        width: 95%;
        margin: 0 auto;
    }

    .undergraduateSchool .news .title {
        margin: 20px 0 10px;
        /* padding-bottom:25px; */
    }

    .undergraduateSchool .news .title .title-left {
        font-size: 30px;
    }

    .undergraduateSchool .news .title .title-right {
        display: none;
    }

    .undergraduateSchool .news .news-list {
        width: 100%;
    }

    .undergraduateSchool .news .news-list .news-item {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .undergraduateSchool .news .news-list .news-item:nth-child(odd) {
        margin-right: 0;
    }

    .undergraduateSchool .news .news-list .news-item .news-pic {
        height: 400px;
    }

    .undergraduateSchool .news .news-list .news-item img {
        height: auto;
    }

    .undergraduateSchool .news .news-list .news-item .news-title {
        font-size: 20px;
        margin: 12px 10px 20px;
        -webkit-line-clamp: 3;
    }

    .undergraduateSchool .news .news-list .news-item .news-data {
        margin: 10px 10px 0;
    }
}

@media (max-width:500px) {
    .undergraduateSchool .news .title .title-left {
        font-size: 20px;
    }

    .undergraduateSchool .news .news-list .news-item .news-pic {
        /*height: 200px;*/
        height: auto;
    }

    .box-main {
        width: 100%;
    }

    .box-main .yx-box {
        padding-left: 10px;
        margin: 10px 0;
    }

    .box-main .yx-box .list {}
}