body {
    padding: 0;
    margin: 0;
    font-family: "΢���ź�";
}

a {
    text-decoration: none;
    color: #7C7C7C;
}

li {
    list-style-type: none;
}

.clear {
    clear: both;
}

.pageWidth {
    max-width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow:hidden;
}

.header {
    padding-top: 20px;
}
@keyframes font1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.blueDiv {
    opacity: .7;
    width: 23%;
    height: 19%;
    background-color: dodgerblue;
    position: absolute;
    top: 30%;
}

    .blueDiv .meiliSchool {
        font-size: 30px;
        color: white;
        position: absolute;
        bottom: 32px;
        left: 22px;
        animation: font1 5s ease infinite both;
        -webkit-animation: font1 5s ease infinite both;
    }

    .blueDiv .meiliSpan {
        color: lightgrey;
        position: absolute;
        bottom: 7px;
        left: 22px;
        font-size: 23px;
        animation: font1 5s ease infinite both;
        -webkit-animation: font1 5s ease infinite both;
    }

.section {
    padding-top: 10px;
    height: 40px;
}

    .section .navText {
        max-width: 1200px;
        margin: 0 auto;
    }

        .section .navText a {
            font-size: 16px;
            color: #000;
        }
            .section .navText a:hover {
                color: #00b4eb;
            }
.pictureList {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
}

.unit {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.schoolTitle {
    font-size: 15px;
    font-weight: 900;
    color: #3E3E3E;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    white-space: nowrap;
    width: 100%;
}

.schoolTime {
    font-size: 13px;
    margin-top: 5px;
    color: #7C7C7C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.btnImg {
    background-image: url(https://www.2249716.com/static/zs.borain.cn/img/more.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 44%;
    height: 38px;
    position: absolute;
    right: 16px;
    bottom: 17px;
}

    .btnImg:hover {
        background-image: url("https://www.2249716.com/static/zs.borain.cn/img/more-click.png");
        background-repeat: no-repeat;
        display: inline-block;
        width: 44%;
        height: 38px;
        position: absolute;
        right: 21px;
        bottom: 1px;
    }

.overImg {
    overflow: hidden;
    height: 340px;
    width: 100%;
}
    .overImg img {
        width: 100%;
        height: 100%;
        transition: width 2s, height 2s, transform 2s;
        -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    }

    .overImg img:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
.pictureList .firstLi {
    padding-bottom: 25px;
    float: left;
    width: 25%;
    height: 470px;
    box-sizing: border-box;
}
    .pictureList .firstLi:nth-child(4n) {
        border-left: 10px solid #FFF;
    }
    .unit {
        position: relative;
        height: 470px;
        overflow: hidden;
    }  


/*����Ļ��ȴ��ڵ��� 960px��С�ڵ���1280pxʱ ������δ���*!/*/
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .pageWidth {
        max-width: 1200px;
        height: 300px;
        margin: 0 auto;
        position: relative;
    }

    .unit {
        position: relative;
        height: 445px;
        overflow: hidden;
    }

    .blueDiv {
        opacity: .7;
        width: 23%;
        height: 67px;
        background-color: dodgerblue;
        position: absolute;
        top: 30%;
    }

        .blueDiv .meiliSchool {
            font-size: 23px;
            color: white;
            position: absolute;
            bottom: 47%;
            left: 15px;
        }

        .blueDiv .meiliSpan {
            color: lightgrey;
            position: absolute;
            bottom: 9px;
            left: 12px;
            font-size: 21px;
        }

    .pictureList {
        margin-left: 0;
    }

    .overImg {
        overflow: hidden;
        height: 71%;
    }

        .overImg img {
            width: 100%;
            height: 100%;
        }

    .pictureList {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
    }
        .pictureList .firstLi {
            padding-bottom: 25px;
            float: left;
            width: 25%;
            height: 445px;
            box-sizing: border-box;
        }
        .pictureList .firstLi:nth-child(4n) {
            border-left: 10px solid #FFF;
        }


        .btnImg {
            background-image: url(https://www.2249716.com/static/zs.borain.cn/img/more.png);
            background-repeat: no-repeat;
            display: inline-block;
            width: 50%;
            height: 38px;
            cursor: pointer;
            position: absolute;
            right: 1px;
            bottom: 9px;
        }

        .btnImg:hover {
            background-image: url("https://www.2249716.com/static/zs.borain.cn/img/more-click.png");
            background-repeat: no-repeat;
            display: inline-block;
            cursor: pointer;
            width: 55%;
            height: 38px;
            position: absolute;
            right: 1px;
            bottom: 9px;
        }
}

/*����Ļ��� >= 769px,<=959pxʱ ������δ���*/
@media screen and (min-width: 769px) and (max-width: 959px ) {
    .pageWidth {
        max-width: 1200px;
        height: 320px;
        margin: 0 auto;
        position: relative;
    }

    .blueDiv {
        opacity: .7;
        width: 23%;
        height: 67px;
        background-color: dodgerblue;
        position: absolute;
        top: 72px;
    }

        .blueDiv .meiliSchool {
            font-size: 23px;
            color: white;
            position: absolute;
            bottom: 47%;
            left: 15px;
        }

        .blueDiv .meiliSpan {
            color: lightgrey;
            position: absolute;
            bottom: 8px;
            left: 12px;
            font-size: 21px;
        }

    .pictureList {
        padding-left:20px;
        padding-right:20px;
    }
        .pictureList .firstLi {
            padding-bottom: 25px;
            float: left;
            width: 33.3%;
            height: 445px;
            box-sizing: border-box;
        }
        .unit {
            position: relative;
            height: 433px;
            overflow: hidden;
        }
    .overImg {
        overflow: hidden;
        height: 313px;
    }
    .overImg img {
        width: 100%;
        height: 100%;
    }

    .btnImg:hover {
        background-image: url(https://www.2249716.com/static/zs.borain.cn/img/more-click.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 50%;
        height: 38px;
        position: absolute;
        right: 1px;
        bottom: 7px;
    }
    .btnImg {
        background-image: url(https://www.2249716.com/static/zs.borain.cn/img/more.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 50%;
        height: 38px;
        position: absolute;
        right: 1px;
        bottom: 7px;
    }
}

/*����Ļ��ȴ��ڵ��� 767px��С�ڵ���600pxʱ ������δ���*/
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .btnImg:hover {
        background-image: url(https://www.2249716.com/static/zs.borain.cn/img/more-click.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 50%;
        height: 38px;
        position: absolute;
        right: 7px;
        bottom: 9px;
    }
    .btnImg {
        background-image: url(https://www.2249716.com/static/zs.borain.cn/img/more.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 50%;
        height: 38px;
        position: absolute;
        right: 7px;
        bottom: 9px;
    }
    .pageWidth {
        max-width: 1200px;
        height: 257px;
        margin: 0 auto;
        position: relative;
    }

    .blueDiv {
        opacity: .7;
        width: 149px;
        height: 23%;
        background-color: dodgerblue;
        position: absolute;
        top: 72px;
    }

        .blueDiv .meiliSchool {
            font-size: 19px;
            color: white;
            position: absolute;
            bottom: 46%;
            left: 7px;
        }

        .blueDiv .meiliSpan {
            color: lightgrey;
            position: absolute;
            bottom: 10px;
            left: 4px;
            font-size: 16px;
        }

    .section .navText a {
        font-size: 16px;
    }
    .unit {
        position: relative;
        height: 440px;
        overflow: hidden;
    }
    .overImg {
        overflow: hidden;
        height: 318px;
    }
    .overImg img {
        width: 100%;
        height: 100%;
    }
    .pictureList{
        padding-left:20px;
        padding-right:20px;
    }
        .pictureList .firstLi {
            padding-bottom: 25px;
            float: left;
            width: 50%;
            height: 445px;
            box-sizing: border-box;
            border-right:10px solid #FFF;
            border-left:10px solid #FFF;
        }
        .pictureList .firstLi:nth-child(2n){
            float:right;
        }
}

/*С��479������320*/
@media screen and (min-width: 450px) and (max-width:599px) {
    .header{padding:0px;}
    .pageWidth {
        max-width: 1200px;
        height: 130px;
        margin: 0 auto;
        position: relative;
    }

    .blueDiv {
        opacity: .7;
        width: 101px;
        height: 44px;
        background-color: dodgerblue;
        position: absolute;
        top: 38px;
    }

        .blueDiv .meiliSchool {
            font-size: 13px;
            color: white;
            position: absolute;
            bottom: 47%;
            left: 7px;
        }

        .blueDiv .meiliSpan {
            color: lightgrey;
            position: absolute;
            bottom: 6px;
            left: 4px;
            font-size: 12px;
        }

    .section .navText a {
        font-size: 13px;
    }
    .pictureList{
padding-left:31px;
padding-right:31px;

    }
        .pictureList .firstLi {
            padding-bottom: 25px;
            float: left;
            width: 50%;
            height: 380px;
            box-sizing: border-box;
            border-right: 10px solid #FFF;
            border-left: 10px solid #FFF;
        }

            .pictureList .firstLi:nth-child(2n) {
                float: right;
            }
    .overImg {
        overflow: hidden;
        height: 77%;
    }
    .unit {
        position: relative;
        height: 370px;
        overflow: hidden;
    }
    .section .navText {
        max-width: 1200px;
        margin: 0 auto;
    }

    .btnImg {
        display: none;
    }

}
@media screen and (min-width: 380px) and (max-width:449px){
    .header {
        padding: 0px;
    }

    .pageWidth {
        max-width: 1200px;
        height: 130px;
        margin: 0 auto;
        position: relative;
    }

    .blueDiv {
        opacity: .7;
        width: 101px;
        height: 44px;
        background-color: dodgerblue;
        position: absolute;
        top: 38px;
    }

        .blueDiv .meiliSchool {
            font-size: 13px;
            color: white;
            position: absolute;
            bottom: 47%;
            left: 7px;
        }

        .blueDiv .meiliSpan {
            color: lightgrey;
            position: absolute;
            bottom: 6px;
            left: 4px;
            font-size: 12px;
        }

    .section .navText a {
        font-size: 13px;
    }

    .pictureList {
        padding-left: 30px;
        padding-right: 30px;
    }

        .pictureList .firstLi {
            padding-bottom: 25px;
            float: left;
            width: 100%;
            height: 445px;
            box-sizing: border-box;
            border-right: 10px solid #FFF;
            border-left: 10px solid #FFF;
        }

         
    .overImg {
        overflow: hidden;
        height: 82%;
    }

    .unit {
        position: relative;
        height: 370px;
        overflow: hidden;
    }

    .section .navText {
        max-width: 1200px;
        margin: 0 auto;
    }

    .pictureList .firstLi {
        padding-bottom: 20px;
        height: 385px !important;
    }
        .pictureList .firstLi:nth-child(2) {
            border-left: none;
            border-right: none;
        }
      
        .btnImg {
            display: none;
        }

}
@media screen and (min-width:321px) and (max-width:379px){
    .header {
        padding: 0px;
    }

    .pageWidth {
        max-width: 1200px;
        height: 130px;
        margin: 0 auto;
        position: relative;
    }

    .blueDiv {
        opacity: .7;
        width: 101px;
        height: 44px;
        background-color: dodgerblue;
        position: absolute;
        top: 38px;
    }

        .blueDiv .meiliSchool {
            font-size: 13px;
            color: white;
            position: absolute;
            bottom: 47%;
            left: 7px;
        }

        .blueDiv .meiliSpan {
            color: lightgrey;
            position: absolute;
            bottom: 6px;
            left: 4px;
            font-size: 12px;
        }

    .section .navText a {
        font-size: 13px;
    }

    .pictureList {
        padding-left: 30px;
        padding-right: 30px;
    }

        .pictureList .firstLi {
            padding-bottom: 20px;
            height: 385px !important;
            float: left;
            width: 100%;
            box-sizing: border-box;
            border-right: 10px solid #FFF;
            border-left: 10px solid #FFF;
        }


    .overImg {
        overflow: hidden;
        height: 82%;
    }

    .unit {
        position: relative;
        height: 370px;
        overflow: hidden;
    }

    .section .navText {
        max-width: 1200px;
        margin: 0 auto;
    }

    .btnImg {
        display: none;
    }
}
@media screen and (max-width:320px) {
    .header {
        padding: 0px;
    }

    .pageWidth {
        max-width: 1200px;
        height: 130px;
        margin: 0 auto;
        position: relative;
    }

    .blueDiv {
        opacity: .7;
        width: 101px;
        height: 44px;
        background-color: dodgerblue;
        position: absolute;
        top: 38px;
    }

        .blueDiv .meiliSchool {
            font-size: 13px;
            color: white;
            position: absolute;
            bottom: 47%;
            left: 7px;
        }

        .blueDiv .meiliSpan {
            color: lightgrey;
            position: absolute;
            bottom: 6px;
            left: 4px;
            font-size: 12px;
        }

    .section .navText a {
        font-size: 13px;
    }

    .pictureList {
        padding-left: 10px;
        padding-right: 10px;
    }

        .pictureList .firstLi {
            padding-bottom: 25px;
            float: left;
            width: 100%;
            height: 445px;
            box-sizing: border-box;
            border-right: 10px solid #FFF;
            border-left: 10px solid #FFF;
        }


    .overImg {
        overflow: hidden;
        height: 82%;
    }

    .unit {
        position: relative;
        height: 370px;
        overflow: hidden;
    }

    .section .navText {
        max-width: 1200px;
        margin: 0 auto;
    }

    .pictureList .firstLi {
        padding-bottom: 20px;
        height: 385px !important;
    }

    .btnImg {
        display: none;
    }
}