*{ margin: 0;padding: 0;box-sizing: border-box; }
a{
    text-decoration: none;
}
ul,ol{
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}

body{
    background-color: #FFD25F;
    font-family: 'Courier New', Courier, monospace;
}



.hidden{
    display: none !important;
}
.show{
    display: block !important;
}
/* header */
.headers{
    position: relative;
}
.headers .header-background{
    width: 100%;
    height: auto;
}
.headers .header-title{
    position: absolute;
    z-index: 9;
    display: block;
    width: 70%;
    top: 12%;
    left: 50%;
    margin-left: -35%;
}

.container-title{
    position: relative;
}

.container-title .center{
    display: block;
    width: 376px;
    height: 142px;
    margin: 0 auto;
}
.container-title .right{
    position: absolute;
    width: 20%;
    right: 0;top: 0;
}
.container-title .left{
    position: absolute;
    width: 20%;
    left: 0;top: 0;
}

.container-wrapper{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.ars-list{
    font-size: 0;
    min-height: 675px;
}
.ars-list .ars-item{
    display: inline-block;
    width: 30%;
    margin: 5% 5% 0 0;
    font-size: 16px;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
}
.ars-list .ars-item:nth-child(3n){
    margin-right: 0;
}
.ars-list .ars-item a{
    display: block;
}
.ars-list .ars-item img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.ars-list .ars-item p{
    color: #FDF9EF;
    padding: 12px 0;
    background-color: #FE5D02;
    border: 2px dashed white;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-size: 100% 100%;
}


.main-height .ars-item img{
    height: 240px;
    object-fit: cover;
}

.pages-wrapper{
    padding: 60px 0;
    text-align: center;
}
.pages-wrapper a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #E44A19;
    border-radius: 7px;
    color: #FE5D02;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
    padding-top: 9px;
}
.pages-wrapper a + a{ margin-left: 20px; }
.pages-wrapper a.active,.pages-wrapper a:hover{
    background-color: #FE5D02;
    color: white;
}


/* 新闻资讯 */
.news-list li {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.news-list li a i {
    font-family: '阿里巴巴普惠体','普惠体';
    font-weight: 700;
    color: #ec352f;
    padding-right: 12px;
}

.news-list li a {
    display: block;
    white-space: nowrap;
    color: #232425;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list li a:hover{
    text-decoration: underline;
    color: #ec352f;
}

/* 新闻资讯 */
.news-wrapper{
    position: relative;
    margin-top: 40px;
}
.news-wrapper .news-background{
    width: 100%;
}
.news-wrapper .news-list{
    position: absolute;
    width:80%;
    font-size: 0;
    top: 26%;
    left: 5%;
}
.news-wrapper .navigation{
    position: absolute;
    right: 6%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -40px;
}
.news-wrapper .navigation img{ width: 100%; height: 100%;}
.news-wrapper .navigation:active img{
    filter: contrast(0.5);
}

.online-video{
    position: relative;
    margin-top: 60px;
}

.online-video .right{
    position: absolute;
    width: 20%;
    right: 0;top: 0;
}
.online-video .container-wrapper{
    position: relative;
}

.online-video .container-wrapper .vbox{
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
}
.online-video .container-wrapper .vbox p{
    float: left;
    width: 50%;
    cursor: pointer;
}
.online-video .container-wrapper .vbox p img{
    display: block;
    width: 80px;
    height: 80px;
    margin-left: 39%;
}

/* 家长寄语 */

.message-list{
    font-size: 0;
    min-height: 950px;
}
.message-list>li{
    position: relative;
    display: inline-block;
    width: 46%;
    margin-top: 8%;
    font-size: 16px;
}

.message-list>li .name{
    position: absolute;
    top: 12%;
    width: 21%;
    text-align: center;
    font-size: 18px;
    color: white;
    left: 0;
    z-index: 2;
    transform: rotate(324deg);
}

.message-list>li .text{
    position: absolute;
    top: 16%;
    left: 16%;
    width: 72%;
    line-height: 28px;
    z-index: 2;
}


.message-list>li:nth-child(2n){
    margin-left: 8%;
}

/* 页脚 */
.footer img{
    width: 100%;
    height: auto;
}


.video_play{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_play .box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 338px;
    margin: -169px 0 0 -300px;
}
.video_play .mask{
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0,0,0,.7);
}
.video_play .close{
    position: absolute;
    top: 50px;right: 50px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.video_play .close img{ width: 100%; height: 100%; }

.video_play video{
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}