.news-pic {
    background: url(../images/bg.jpg)no-repeat center;
    background-size: cover;
    padding: 2%;
    width: 100%;
    display: inline-block;
}

.news-pic li {
    position: relative;
    width: 32%;
    height: 372px;
    overflow: hidden;
    margin-right: 2%;
    float: left;
    margin-top: 30px;
}

.news-pic li:nth-of-type(3n) {
    margin-right: 0;
}

.news-pic li img {
    width: 100%;
    height: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.news-pic li .txt {
    position: absolute;
    left: 0;
    font-size: 28px;
    color: #FFF;
    width: 100%;
    line-height: 60px;
    padding-left: 20px;
    bottom: -60px;
    background-color: rgba(24, 74, 155, .4);
    height: 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.news-pic li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:1025px) {
    .news-pic li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
    }
    .news-pic li:hover .txt {
        bottom: 0;
    }
}

@media (max-width:1199px) {
    .news-pic li img {
        display: none;
    }
    .news-pic li {
        height: 260px;
    }
    .news-pic li .txt {
        bottom: 0;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width:800px) {
    .news-pic li {
        width: 49%;
    }
    .news-pic li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .news-pic li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width:480px) {
    .news-pic li {
        width: 100%;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.news-index {
    background: url(../images/bg.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.news-index .warp {
    width: 100%;
    display: inline-block;
}

.news-index img {
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 100%;
    height: 100%;
}

.news-index .pic1 {
    width: 67.6%;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.news-index .pic-box {
    width: 30.6%;
    margin-top: 30px;
}

.news-index .pic-box .pic2:last-child {
    margin-top: 30px;
}

.news-index .pic-box .pic2 {
    overflow: hidden;
    position: relative;
}

.news-index .pic-box .pic2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
}

.news-index .arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #FFF solid;
    width: 50px;
    height: 50px;
    background: url(../images/arrow.png)no-repeat center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    cursor: pointer;
}

.news-index .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    height: 88px;
    background: url(../images/play.png)no-repeat center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    cursor: pointer;
}

.news-index .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: url(../images/news-icon.png)no-repeat center;
    background-size: 100%;
    z-index: 9;
}

.news-index .title {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
    font-size: 28px;
    color: #FFF;
    padding-bottom: 10px;
}

.news-index .title::after {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 2px;
    z-index: 9;
    background-color: #a97452;
    bottom: 0;
}

.news-index .title::before {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 2px;
    z-index: 1;
    background-color: #ff6600;
    bottom: 0;
}

@media (min-width:1025px) {
    .news-index .pic1:hover img,
    .news-index .pic-box .pic2:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@media (max-width:1199px) {
    .news-index .title {
        font-size: 24px;
    }
}

@media (max-width:950px) {
    .news-index .title {
        font-size: 20px;
    }
    .news-index .pic1 {
        width: 100%;
    }
    .news-index .pic-box {
        width: 100%;
    }
}

.linian .content {
    padding-top: 80px;
    background: url(../images/bg1.jpg)no-repeat center;
    padding-left: 20px;
    padding-right: 20px;
}

.linian .content .img {
    width: 566px;
    overflow: hidden;
}

.linian .content .img img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 100%;
}

.linian .content .text-content {
    width: 53%;
}

.linian .content .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.linian .content .txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    margin-top: 30px;
    border-bottom: 4px #a97452 solid;
    padding-bottom: 30px;
    position:relative;
}
.linian .content .txt:after{content:"";display:block;width:100%;height:4px;position:absolute;bottom:-4px;z-index:-1;box-shadow: 6px 5px 10px 0 rgb(169 116 82 / 60%);}

.linian .content .tit {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color: #a97452;
}

.linian .content .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
}

.linian .dw {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 70px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.linian .dw::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 92%;
    height: 100%;
    z-index: -2;
    background-color: #f9fbfd;
}

.linian .dw .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    position: relative;
    z-index: 1;
    padding-bottom: 45px;
}

.linian .dw .title::after {
    content: 'Orientation of running a school';
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: #f9fbfd;
    text-shadow: 0 0 1px #8ba6d2;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 50px;
}

.linian .dw .text-content {
    width: 730px;
}

.linian .dw .text-content .item {
    margin-bottom: 50px;
}

.linian .dw .text-content .item:last-child {
    margin-bottom: 0;
}

.linian .dw .text-content .icon {
    width: 55px;
}

.linian .dw .text-content .con {
    padding-left: 75px;
}

.linian .dw .text-content .con .tit {
    font-size: 24px;
    font-weight: bold;
    color: #a97452;
}

.linian .dw .text-content .con .txt {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-top: 10px;
}

.linian .dw .pic-txt {
    width: 864px;
    margin-right: -260px;
}

.linian .dw .pic-txt .img {
    width: 100%;
    overflow: hidden;
}

.linian .dw .pic-txt .img img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.linian .dw .pic-txt .text {
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    background: url(../images/n-bg.jpg)no-repeat center;
    padding: 60px;
    height: 406px;
    position: relative;
    line-height: 2;
    z-index: -1;
}

.linian .dw .pic-txt .text img {
    position: absolute;
    width: 408px;
    height: 408px;
    left: -204px;
    z-index: 2;
    top: 0;
}


@media (min-width:1025px) {
    .linian .content .img:hover img,
    .linian .dw .pic-txt .img:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1400px) {
    .linian .dw .text-content {
        width: 52%;
    }
    .linian .dw .pic-txt {
        width: 65%;
    }
}

@media (max-width:1199px) {
    .linian .content .img {
        width: 45%;
    }
    .linian .content .title {
        font-size: 24px;
        margin-top: 0;
    }
    .linian .content .txt {
        font-size: 16px;
        margin-top: 20px;
    }
    .linian .content .tit {
        font-size: 20px;
        margin-top: 20px;
    }
    .linian .content .text {
        font-size: 14px;
    }
    .linian .dw .text-content .con .tit {
        font-size: 20px;
    }
    .linian .dw .text-content .con .txt {
        font-size: 14px;
    }
    .linian .dw .text-content .icon {
        width: 45px;
    }
    .linian .dw .text-content .icon img {
        width: 100%;
    }
    .linian .dw .text-content .con {
        padding-left: 65px;
    }
    .linian .dw .title::after {
        font-size: 38px;
    }
}

@media (max-width:800px) {
    .linian .content {
        padding-top: 10px;
    }
    .linian .content .img,
    .linian .content .text-content,
    .linian .dw .text-content {
        width: 100%;
        float: none;
    }
    .linian .content .text-content {
        margin-top: 20px;
    }
    .linian .dw .pic-txt {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
        float: none;
    }
    .linian .dw .title {
        padding-bottom: 30px;
    }
    .linian .dw .title::after {
        font-size: 32px;
    }
    .linian .dw::after {
        width: 100%;
    }
    .linian .dw .pic-txt .text {
        font-size: 38px;
        height: 300px;
    }
}

@media (max-width:480px) {
    .linian .dw {
        margin-top: 30px;
        padding-top: 30px;
    }
    .linian .dw .title::after {
        font-size: 18px;
    }
    .linian .dw .pic-txt .text {
        font-size: 28px;
        height: 200px;
        padding: 30px;
    }
}
