header .center-wrapper .search {
    position: relative;
}

.teaching-week {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.bottom-wrapper .other {
    height: 96px;
    background: #014da1 no-repeat center bottom;
}

.bottom-wrapper .other .r-box {
    float: none;
    margin-top: 20px;
}

.bottom-wrapper .other .r-box .other-website {
    text-align: center;
}

.bottom-wrapper .other .r-box .other-website a {
    float: none;
    display: inline-block;
    background: #5e9cea;
}

.bottom-wrapper .other .r-box .school-info .top {
    text-align: center;
}

footer {
    color: #333;
    background: none;
}

footer > span {
    color: #333;
}

.info .news {
    width: 780px;
    height: 845px;
    overflow: hidden;
}

.info .news .public-title {
    border: none;
}

.info .news .pic-list {
    margin-right: -70px;
}

.info .news .pic-list li {
    width: 340px;
    margin-right: 60px;
    margin-bottom: 45px;
}

.info .news .pic-list li:nth-child(5), .info .news .pic-list li:nth-child(6) {
    margin-bottom: 10px;
}

.info .news .pic-list li .img-box {
    height: 223px;
    overflow: hidden;
    position: relative;
    /*&:before {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      content: ' ';
      width: 100%;
      height: 3px;
      background: #5e9cea;
    }*/
}

.info .news .pic-list li .img-box img {
    transition: .3s;
}

.info .news .pic-list li .img-box img:hover {
    transform: scale(1.2);
}

.info .news .pic-list li .img-box h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background: url("../img/black-mask.png") repeat-x bottom left;
}

.info .news .pic-list li .content-box {
    height: 223px;
    overflow: hidden;
}

.info .news .pic-list li .content-box h2 {
    border-top: 4px solid #5e9cea;
    padding-top: 14px;
    width: 100%;
    margin: 0 0 8px 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info .news .pic-list li .content-box .time {
    display: block;
    line-height: 22px;
    margin: 8px 0;
    font-size: 15px;
    /*font-family: 'corbel', 'Microsoft YaHei UI', serif;*/
}

.info .news .pic-list li .content-box h3 {
    margin-top: 24px;
    line-height: 2;
    width: 100%;
    position: static;
    font-size: 14px;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    color: #333;
    background: none;
}

/*.info .news .pic-list li .content-box h3:hover {*/
/*    text-decoration: underline;*/
/*}*/

.info .notice {
    height: 845px;
    overflow: hidden;
}

.info .notice .notice-list {
    width: 362px;
}

.info .notice .notice-list li {
    margin-bottom: 12px;
    padding: 12px 22px 20px 13px;
}

.info .notice .notice-list li .l-box h4 {
    margin-bottom: 10px;
}

/*# sourceMappingURL=20200108.css.map */
