@charset "utf-8";
/*常用列表样式*/
/*默认*/

.notice-list{
    padding: 0 10px;
}
.notice-list a {
    display: block;
    border-bottom: 1px dashed #EBEBEB;
    line-height: 50px;
    position: relative;
}
.notice-list a h3{
    font-size: 1.6em;
    font-family:"Microsoft YaHei";
    color:#333;
    text-indent:15px;
    background: url("/Public/Home/images/common/ico_trends_un.png") no-repeat left center;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;

    white-space: nowrap;
}
.notice-list a span {
    font-size: 1.4em;
    color: #999;
    font-family: 'Arial';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.notice-list a:hover{
    border-bottom: 1px dashed #297BE9;
}
.notice-list a:hover h3{
    background: url("/Public/Home/images/common/ico_trends_on.png") no-repeat  left center;
    color:#4185EA;
}
.notice-list a:hover span{
    color:#4185EA;
}
/*校园新闻列表*/
.news-list{
    margin-top: 10px;
    padding: 10px;
}
.news-list li {
    margin-top: 16px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    display: table;
    width:100%;
}
.news-list li:hover{
    border-bottom: 1px solid #297BE9;
}
.news-list li:hover h3 {
    color: #297BE9;
}
.news-list li:first-child{
    margin-top: 0;
}
.news-list li a {
    display: table-cell;
    overflow: hidden;
}
.news-list li a img {
    width: 217px;
    height: 138px;
    margin: 0;
}
.news-list li .txt {
    width: 1200px;
    padding-left: 15px;
    vertical-align: middle;
    position: relative;
}
.news-list .txt h3 {
    color: #333;
    font-size: 1.8em;
    font-family: '微软雅黑';
    line-height: 25px;
    height:25px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list li .txt:hover h3 {
    color: #297BE9;
}
.news-list .txt p {
    font-size: 1.4em;
    font-family: '微软雅黑';
    color: #999;
    text-indent: 0;
    line-height: 180%;
    margin: 8px 0 8px;
}
.news-list .txt span {
    display: inline-block;
    text-align: left;
    font-family: '微软雅黑';
    font-size: 1.4em;
    color: #999;
    padding-left: 20px;
    background: url('/Public/Home/images/common/ico_calendar_un.png') no-repeat left center;
}
.news-list .txt .view{
    background: url('/Public/Home/images/common/ico_eyes.jpg') no-repeat left center;
    margin-left: 2%;
}
.news-list .txt span.from{
    padding-left: 10px;
}
/* 图片列表样式 */
.imgs-list{
    overflow: hidden;
}
.imgs-list li{
    display: block;
    float: left;
    border: 8px solid #fff;
    margin-bottom: 10px;
    width: 31%;
    padding-left: 2px;
}
.imgs-list .txt h3{
    color: #666666;
    font-family: "Microsoft YaHei";
    font-size:1.6em;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #D3D3D3;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.imgs-list img{
    width: 100%;
    height: 177px;
    display: block;
}
.imgs-list li:hover h3{
    background: url('/Public/Home/images/common/ico_scenery_on.png') no-repeat 95% center;
    border-bottom: 2px solid #297BE9;
    color: #297BE9;
}
/* 视频列表 */
.videos-list li{
    display: block;
    float: left;
    margin: 20px 4% 10px;
    width: 25%;
}
.videos-list img{
    width: 100%;
    display: block;
}
.videos-list .imglist{
    position: relative;
     display:block;
}
.videos-list .imglist .btn-play{
    display: block;
    width: 30px;
    height: 30px;
    background: url('/Public/Home/images/common/ico_play_video.png') no-repeat center;
    position: absolute;
    left: 3%;
    top: 65%;
}
.videos-list .txt h3{
    font-size: 1.4em;
    color: #555555;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videos-list .time-view span{
    color:#999999;
    font-size: 1.2em;
    padding: 0 15px;
}
.videos-list .time{
    background: url('/Public/Home/images/common/ico_clock.jpg') no-repeat left center;
}
.videos-list .view{
    background: url('/Public/Home/images/common/ico_eyes.png') no-repeat left center;
}

/* 人物列表 */
.person-list li{
    position: relative;
    padding: 20px 10px 10px;
    border-bottom: 1px solid #F2F2F2;
}
.person-list li:hover{
    border-bottom: 1px solid #95BEF4;
}
.person-list li:hover h3,
.person-list li:hover h4{
    color:#5793EC;
}
.person-list li a img{
    width: 200px;
    height: 145px;
    display: inline-block;
}
.person-list li .txt{
    display: inline-block;
    width: 500px;
    vertical-align: top;
    padding: 0 10px;
}
.person-list h3{
    font-size:1.8em;
    font-family: "Microsoft YaHei";
    line-height: 40px;
}
.person-list h4{
    font-size:1.6em;
    font-family: "Microsoft YaHei";
    color: #999;
}
.person-list p{
    font-size: 1.4em;
    font-family: "Microsoft YaHei";
    color:#999;
    line-height: 25px;
    padding-top: 10px;
}
.person-list .view-more{
    width: 143px;
    height:40px;
    line-height: 40px;
    position: absolute;
    top:50%;
    font-size: 1.4em;
    color:#AAA;
    right: 1%;
    margin-top: -20px;
    border: 1px solid #E8E8E8;
    background: url('/Public/Home/images/common/ico_more.png') no-repeat 65% center;
}
.person-list .view-more:hover{
    border: none;
    background:#297BE9 url('../images/common/ico_more_on.png') no-repeat 65% center;
}
.person-list .view-more:hover a{
    color: #FFF;
}
.person-list .view-more a{
    font-size: 1em;
    color:#AAAAAA;
    padding-left: 35%;
    display: block;
}


/*下载*/
.download-list{
    padding-top: 10px;
}
.download-list li{
    border: 1px solid #e8f4fc;
    border-radius: 3px;
    padding-right: 90px;
    position: relative;
    background-color: #e8f4fc;
    margin-bottom: 15px;
}
.download-list li:hover{
    border: 1px solid #f18800;
    background-color: #ffe5c4;
}
.download-list li:before{
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-image: url('/Public/Home/images/common/bg_down_un.jpg');
    left: -1px;
    width: 11px;
}
.download-list li:hover:before{
    background-image: url('/Public/Home/images/common/bg_down_on.jpg');
}
.download-list li span{
    font-size: 1.6em;
    font-family: '微软雅黑';
    color: #777777;
    line-height: 40px;
    display: block;
    background-color: #fff;
    border: 3px solid #e8f4fc;
    border-radius: 3px;
    text-indent: 20px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.download-list li:hover span{
    background-color: #fffcf8;
    border: 3px solid #ffe5c4;
    color: #333;
}
.download-list li a{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 40px;
    width: 88px;
    margin-top: -20px;
    line-height: 40px;
    font-family: '微软雅黑';
    font-size: 1.6em;
    border-left: 1px dashed #333333;
    text-align: center;
    color: #333333;
}
.download-list li:hover a{
    border-left: 1px dashed #f28c08;
    color: #b36500;
}



/* 响应式 */
/* 1024-1199 */
@media only screen and (max-width: 1199px) {
/*新闻列表*/
    .news-list .txt h3 {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .news-list .txt p {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .imgs-list li{
        border: 7px solid #fff;
    }
    .person-list li .txt{
        width: 50%;
        overflow: hidden;
    }
    .person-list .view-more{
        width: 120px;
        background: url('/Public/Home/images/common/ico_more.png') no-repeat 70% center;
    }
    .person-list .view-more:hover{
    background:#297BE9 url('../images/common/ico_more_on.png') no-repeat 70% center;
    }
}
/*768 - 1023*/
@media only screen and (max-width: 1023px) {
    .imgs-list li{
        border: 7px solid #fff;
    }
    .imgs-list img{
        height: 180px;
    }
}


/*现任领导*/


/*师资队伍*/


/*640 - 767*/
@media only screen and (max-width: 768px) {
    /*校园新闻*/
    .news-list .txt span.from{
        display: none;
    }
    /* 文体活动 */
    .imgs-list img {
        height: 160px;
    }
    .imgs-list li{
        border: 6px solid #fff;
    }
    .videos-list li {
        margin: 20px 2% 10px 4.5%;
        width: 26%;
    }
    /* 德育之窗 */
    .person-list li a img{
        display: none;
    }
    .person-list li .txt{
        width: 70%;
        overflow: hidden;
    }
    .person-list li p,
    .person-list li h3{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .person-list .view-more a{
        padding-left: 25%;
    }

/*学校荣誉*/
    .honor-list li img{
        height: 110px;
    }
    /*师资队伍*/
    .teacher-list a img{
        height: 210px;
    }

}


/*480 - 639*/
@media only screen and (max-width: 639px) {
/*校园新闻*/
    .imgs-list li{
        border: 4px solid #fff;
    }
    /* 文体活动 */
    .imgs-list img {
        height: 140px;
    }
    .news-list li a img {
        width: 136px;
        height: 78px;
    }
    .news-list .txt h3{
        height: auto;
        max-height: 80px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 30px;
    }
    .news-list .txt p{
        display: none;
    }
    /* 校园视频 */
    .videos-list .imglist .btn-play {
        top: 55%;
    }
}
/*学校荣誉*/




/*360 - 479*/

@media only screen and (max-width: 479px) {
    #bannerBox li.active .banner-title{
        margin-left: 30px;
    }
    .notice-list a h3{
        padding-right: 80px;
    }
    .imgs-list li{
        width: 46%;
        padding-left: 3px;
        border: 4px solid #fff;
    }
    .imgs-list img {
        height: 110px;
    }
    .videos-list li{
        width: 45%;
        margin: 0 0 20px 3.5%;
    }
    .person-list .view-more{
        width: 80px;
        background: url('/Public/Home/images/common/ico_more.png') no-repeat 75% center;
    }
    .person-list .view-more:hover{
    background:#297BE9 url('../images/common/ico_more_on.png') no-repeat 75% center;
    }


    .person-list .view-more a{
        padding-left: 17%;
    }

}

/*320 - 359*/
@media only screen and (max-width: 359px) {
    .location-main{
        padding-left: 10px;
    }
    .location-main .location-title{
        font-size: 1.6em;
    }
    .location-main-path a{
        line-height: 60px;
    }

    .imgs-list li{
        width: 46% !important;
    }
     .imgs-list img {
        height: 100px;
    }
    /*校园新闻*/
    .news-list li a img {
        width: 110px;
        height: 62px;
    }
    .news-list li .txt{
        padding-left: 10px;
    }
    .news-list .txt h3{
        font-size: 1.6em;
        line-height: 22px;
        margin-bottom: 0;
    }
    .imgs-list{
        width: 95%;
        margin: 0 auto;
    }
    .imgs-list li{
        width: 40%;
    }
    .person-list .view-more{
        width: 60px;
        background: url('/Public/Home/images/common/ico_more.png') no-repeat 85% center;
    }
    .person-list .view-more:hover{
    background:#297BE9 url('../images/common/ico_more_on.png') no-repeat 85% center;
    }
    .person-list .view-more a {
        padding-left: 10%;
    }
}







