@charset "utf-8";

/**************?ҳ******************/
/*??????*/
.index-container {
    background-color: #F9F9F9;
    min-height: 500px;
    /* min-width: 320px; */
}


/* ģ??? */

.mod-title {
    height: 50px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.mod-title span {
    color: #000000;
    font-size: 1.8em;
    line-height: 50px;
    font-family: "Microsoft YaHei";
    padding-left: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}

.index-notice .mod-title span {
    padding-bottom: 6px;

}
.index-news .mod-title {
    height: 44px;
    margin-bottom: 6px;
}

.index-news .mod-title span,
.index-school-scenery .mod-title span,
.index-video .mod-title span {
    height: 44px;
    line-height: 44px;
    padding-right: 15px;
    background-color: #297BE9;
    color: #FFF;
}
.mod-title span:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 100%;
}
.index-news .mod-title:after,
.index-school-scenery .mod-title:after,
.index-video .mod-title:after {
    content: "";
    display: block;
    background: #F9F9F9 url("../images/common/mod_after.jpg") no-repeat 50px 0;
    height: 6px;
}
.mod-title a {
    display: block;
    background: url("/Public/Home/images/common/ico_more.png") 45px center no-repeat;
    position: absolute;
    font-family: "Microsoft YaHei";
    top: 0;
    right: 10px;
    margin-top: 8px;
    color: #BEBEBE;
    font-size: 1.4em;
    padding-right: 30px;
    padding-left: 10px;
    line-height: 30px;
}
.mod-title a:hover{
    background: #2A7AEB url("../images/common/ico_more_on.png") 45px center no-repeat;
    color: #FFF;
}
/* ??????*/

.index-notice {
    width: 310px;
    /* margin-left: 20px; */
    float: left;
    height: 370px;
    background-color: #FFF;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.index-notice .mod-title:after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #E5E5E5;
}
.index-notice .notice-list-box {
    padding: 0 15px;
}
.index-notice .notice-list a {
    display: block;
    position: relative;
    margin-top: 15px;
    font-family: 'Microsoft YaHei';
    font-size: 1.4em;
    color: #333333;
    line-height: 30px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    background-image: url(/Public/Home/images/common/ico_notice_un.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

.index-notice .notice-list a:hover {
    color: #FFF;
    background:#297BE9 url('../images/common/ico_notice_on.png') no-repeat 5px 10px;
}

.index-notice .notice-list a i {
    display: inline-block;
    height: 7px;
    width: 23px;
    background-position: 0 0;
    background-repeat: no-repeat;
}


.index-notice .notice-list .time {
    display: block;
    color: #999999;
}

.index-notice .notice-list a:hover .time {
    color: #FFF;
}

/* ѧУ??̬ */

.index-news {
    width: 100%;
    float: left;
    background-color: #FFF;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.index-news .news-img {
    overflow: hidden;
    position: relative;
}
.index-news #indexNews{
    overflow: hidden;
    padding: 15px;
}
.index-news #indexNews li{
    float: left;
    margin:1.15%;
    width: 31%;
}
.index-news #indexNews li:last-child{
    margin-right: 0;
}

.index-news #indexNews .img-container{
    width: 100%;
    height: 217px;
    overflow: hidden;

}
.index-news #indexNews img {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease;
    transition:all 0.5s ease;
}
.index-news #indexNews img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

}

.index-news #indexNews a {
    display: inline-block;
    font-family: "Microsoft YaHei";
    color: #333;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 30px;
    color:#040000;
    width: 100%;
}
.index-news #indexNews a h3{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.6em;
}
.index-news #indexNews .news-summary{
    font-size:1.4em;
    color: #999;
    line-height: 160%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news #indexNews .time{
    text-indent: 20px;
    display:inline-block;
    background: url("/Public/Home/images/common/ico_calendar_un.png") no-repeat left center;
    font-size: 14px;
    color:#999999;
    line-height: 40px;
    font-family: "Microsoft YaHei";
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}
.index-news #indexNews a:hover h3{
    color:#297BE9;
}
.index-news #indexNews a:hover .time{
    border-bottom: 1px solid #297BE9;
}
.index-news #indexNews .time .eyes{
    display: inline-block;
    color:#999999;
    padding-left: 10px;
    margin-left: 10px;
    background: url('/Public/Home/images/common/ico_eyes.png') no-repeat 10px center;
}
.index-news .news-img .num-box {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Arial';
    font-size: 1.6em;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.index-news .news-img .num-box .now {
    font-size: 1.3em;
    color: #ff5223;
}

.index-news .news-list {
    float: left;
    width: 470px;
    padding-left: 10px;
    padding-top: 15px;
}

.index-news .news-list a {
    display: block;
    height: 40px;
    line-height: 49px;
    padding-left: 88px;
    position: relative;
    margin-bottom: 14px;
}

.index-news .news-list .datatime {
    position: absolute;
    width: 84px;
    height: 40px;
    top: 0;
    left: 0;
    border: 1px solid #e3e3e3;
}

.index-news .news-list a:hover .datatime {
    border: 1px solid #02a3ff;
}

.index-news .news-list .day {
    display: block;
    float: right;
    font-size: 1.8em;
    color: #AAAAAA;
    width: 39px;
    text-align: center;
    line-height: 40px;

}

.index-news .news-list a:hover .day {
    color: #02a3ff;
}

.index-news .news-list .year {
    display: block;
    float: left;
    height: 100%;
    width: 45px;
    background-color: #e3e3e3;
    color: #666666;
    text-align: center;
    line-height: 1.7em;
    font-size: 1.2em;
}

.index-news .news-list a:hover .year {
    background-color: #02a3ff;
    color: #fff;
}

.index-news .news-list .title span {
    font-family: "Microsoft YaHei";
    font-size: 1.4em;
    color: #333;
    line-height: 20px;
    padding-left: 10px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    width: 92%;
}

.index-news .news-list a:hover .title span,
.index-news .news-list a:hover .title p {
    color: #02a3ff;
}
/* У԰?Ƶ */
.index-video{
    width: 100%;
    margin-right: 20px;
    float: left;
    background-color: #FFF;
    padding-bottom: 11px;
    margin-bottom: 20px;
}
.index-video .mod-title {
    height: 44px;
    padding-bottom: 5px;
}
.index-video .video-img,
#indexVideos{
    overflow: hidden;
}
#indexVideos li{
    width: 216px;
    float: left;
    margin: 15px 0 0 15px;
    overflow: hidden;
}
#indexVideos a{
    display: block;
    font-size: 1.4em;
    line-height: 20px;
    font-family: "Microsoft YaHei";
    color:#555555;
}
#indexVideos a:hover{
    color:#4587EB;
}
#indexVideos a:hover .time{
    color:#4587EB;
}
#indexVideos .time{
    color:#555555;
    display: inline-block;
    background: url('/Public/Home/images/common/ico_clock.jpg') no-repeat left center;
    padding-left: 15px;
    line-height: 25px;
    font-size: 12px;
}
#indexVideos .eyes{
    color:#555555;
    display: inline-block;
    background: url('/Public/Home/images/common/ico_eyes.jpg') no-repeat left center;
    padding-left: 17px;
    line-height: 25px;
    margin-left: 15px;
}
#indexVideos a.imgbox {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#indexVideos img{
    display: block;
}
#indexVideos a span{
    display: block;
    width:30px;
    height: 30px;
    background: url('/Public/Home/images/common/ico_play_video.png') no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
/* ????̬ */
.index-trends-box,
.index-subject-box{
    width: 840px;
    float: left;
    background-color: #FFF;
    margin-left: 20px;
}
.index-trends-box{
    margin-bottom: 20px;
}
.index-subject-box{
    padding-bottom: 23px;
}
.index-trends,
.index-subject{
    padding:0 15px 30px 15px;
}
.index-trends .mod-title,
.index-subject .mod-title{
    border-bottom: 1px solid #E5E5E5;
}
.index-trends .mod-title span,
.index-subject .mod-title span,
.blogroll .mod-title span{
    display: block;
    margin: 0 auto;
    padding-bottom: 2px;
    border-bottom: 1px solid #E5E5E5;
    color:#333333;
    padding-left: 0;
}
.index-trends .trends-list a{
    display: block;
    line-height: 53px;
    color:#333333;
    width: 98%;
    padding-left: 15px;
    border-bottom: 1px dotted #E2E2E2;
    background: url('/Public/Home/images/common/ico_trends_un.png') no-repeat left center;
    font-size: 1.4em;
}

.index-trends .trends-list .title{
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-trends .trends-list .title span{
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-trends .trends-list a:hover{
    border-bottom: 1px dotted #297BE9;
    color: #297BE9;
     background: url('/Public/Home/images/common/ico_trends_on.png') no-repeat left center;
}
.index-trends .trends-list a .datatime{
    float: right;
    padding-right: 5px;
}
/*ר??վ*/

.index-subject-box{
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

.index-subject a {
    display: inline-block;
    /* margin-right: 12px; */

}

.index-subject a:last-child {
    margin-right: 0;
}

.index-subject a img {
    width: 390px;
    padding: 21px 4px 5px 10px;

}

/*??У԰ƽ̨???*/

.index-ynedut {
    float: left;
    width: 310px;
    /* border: 1px solid #35B5F7; */
    /* margin-top: 20px; */
    border-radius: 6px;
    padding-bottom: 15px;
    margin-right: 18px;
    margin-bottom: 15px;
    background:url('/Public/Home/images/index/ynedut_pic.png') left top no-repeat;
    height: 214px;
    background-size: 100% 100%;
}

.index-ynedut .title {
    display: block;
    height: 50px;
    line-height: 50px;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    text-align: center;
    color: #FFF;
    margin-bottom: 12px;
    background:#35B5F7 url('../images/index/logo.png') 20px center no-repeat;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: none;
}
.index-ynedut a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.index-ynedut form {
    display: block;
    position: relative;
    display: none;
}

.index-ynedut input {
    font-family: "Microsoft YaHei";
    display: block;
    width: 276px;
    height: 36px;
    margin: 0 auto;
    text-indent: 50px;
    background-position: 0px center;
    background-repeat: no-repeat;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    font-family: '??';
    font-size: 1.4em;
    color: #989898;
}

.index-ynedut input:focus {
    outline: none;
}

.index-ynedut input#username {
    margin-bottom: 10px;
    background-image: url('/Public/Home/images/common/ico_user.png');
}

.index-ynedut input#password {
    background-image: url('/Public/Home/images/common/ico_lock.png');
}

.index-ynedut input#login {
   background-color: #FF9A00;
   color: #FFF;
   font-size: 16px;
   border: none;
   margin-top: 9px;
   text-indent: 0;
   height: 40px;
}
/* У԰?? */
.index-school-scenery {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-color: #FFF;

}
.index-school-scenery .mod-title {
    height: 44px;
    padding-bottom: 5px;
}


.img-box {
    width: 100%;
    height: 216px;
    overflow: hidden;
    position: relative;
}
.img-box ul {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.img-box li {
    display: block;
    width: 225px;
    height: 215px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-left: 10px;
}
.img-box li:first-child {
    margin-left: 0px;
}
.img-box li a {
    display: block;
    width: 216px;
    height: 215px;
    padding-top: 15px;
}
.img-box li .name {
    display: block;
    width: 216px;
    /* position: absolute; */
    left: 0;
    top: 152px;
    color: #333333;
    height: 34px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: left;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 2px solid #D3D3D3;
}
.img-box li img {
    display: block;
    width: 100%;
    height: 138px;
}

.img-box li:hover .name {
    border-bottom: 2px solid #297BE9;
    color:#297BE9;
    background: url('/Public/Home/images/common/ico_scenery_on.png') no-repeat 190px center;
}

/******* ??????******/

.blogroll-box {
    width: 1170px;
    float: left;
    background-color: #FFF;
    padding-bottom: 23px;
}
.blogroll-box .blogroll{
    width: 98%;
    margin: 0 auto;
}
.blogroll .chapter-select{
    line-height: 30px;
    margin-top: 20px;
    float: left;
    margin-left: 5px;
    margin-right: 6px;
    position: relative;
}
.blogroll .chapter-select .btnSelect{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    border: 1px solid #D3D3D3;
    color:#777777;
    height: 30px;
    display:block;
    padding-left: 10px;
    background: url('/Public/Home/images/common/ico_chapter_select_un.jpg') no-repeat right center;
}

/* ?????Ӷ????˵? */
.blogroll .level2-box{
    display: none;
    width: 98.5%;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    overflow-x:hidden;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 33px;
    background-color: #FFF;
    z-index: 999;
}
.blogroll .level2-height{
    height: 150px;
}

.blogroll .level2-box a{
    display: block;
    font-family: "Microsoft YaHei";
    color:#777777;
    font-size: 14px;
    line-height: 30px;
    padding-left:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.blogroll .chapter-select .btnSelect{width: 140px;}
.blogroll .chapter-select .btnSelect:hover{
    background: url('/Public/Home/images/common/ico_chapter_select_on.jpg') no-repeat right center;
    border: 1px solid #297BE9;
}
.level2-box .level2:hover{
    color:#297BE9;
}
.blogroll .level2-box.show{
    display: block;
}
.blogroll .level2-hide{
    height: 0;
    border: none;
}
/** 1024-1199 */

@media only screen and (max-width: 1199px) {
    .index-notice{
        width: 30%;
    }
    .index-news .news-list {
        float: none;
        width: 100%;
    }
    .index-news .news-list a{
        margin-bottom: 14px;
    }
    .index-news .news-list .year{
        line-height: 1.5em;
    }
    /* ??????*/
    .blogroll-box{
        display: none;
    }
    .index-news #indexNews .img-container{
        height: 190px;
    }
    #indexVideos a{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #indexVideos li{
        width: 18%;
        margin: 15px 0 0 17px;
    }
    #indexVideos img{
        height: 110px;
        width: 100%;
    }

    /*ר?*/
    .index-trends-box,
    .index-subject-box{
        margin-left: 0;
        width: 68%;
        float: right;
    }
    .index-ynedut {
        width: 30%;
        margin-right: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .index-subject a{
        width: 49%;
    }
    .index-subject a img{
        width: 99%;
        height: 119px;
    }
    .index-extend {
        width: 20%;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
    }
}


/** 768-1023 */

@media only screen and (max-width: 1023px) {
    .index-news #indexNews li{
        width: 100%;
        /* float: none; */
        padding: 0;
        margin: 0;
    }
    .index-news #indexNews .img-container{
        height: 380px;
    }
    .index-news #indexNews a{
        margin-bottom: 20px;
    }
    .index-news #indexNews{
        padding: 15px 15px 0 15px;
    }
    /* .index-news #indexNews a:last-child{
        margin-bottom: 0;
    } */
    .index-notice {
        width: 100%;
        height: auto;
    }
    .index-trends-box, .index-subject-box{
        width: 100%;
        /* float: none; */
    }
    #indexVideos{
        height: 170px;
    }
    #indexVideos li{
        width: 22.5%;
    }
    .index-ynedut {
       display: none;
    }
    .index-news .news-list .year{
        line-height: 1.4em;
    }
    .imgs-list li{
        border: 7px solid #fff;
    }

}


/**
 * 640-767
 * ?????90
 * ???߼?25??ҳ??????
 */

@media only screen and (max-width: 767px) {
    .index-notice{
        height: auto;
        margin-left: 0;
    }
    .index-news #indexNews .img-container {
        height: 340px;
    }
    #indexVideos li{
        width: 30.5%;
    }
    .index-subject a {
        width: 48.5%;
    }
    .index-trends-box{
        padding-bottom: 20px;
    }
    .index-notice,
    .index-news {
        width: 100%;
    }
    .index-news{
        margin-top: 20px;
    }
    .index-news .news-list .datatime {
        width: 90px;
        height: 45px;
    }
    .img-box li .name{
        font-size: 1.2em;
    }
    #indexVideos a{
        font-size: 14px;
    }
    .mod-title a{
    background: url("/Public/Home/images/common/ico_more.png") 55px center no-repeat;
    }
    .mod-title a:hover {
    background: #2A7AEB url("../images/common/ico_more_on.png") 55px center no-repeat;
    }
    .index-news .news-list .year {
        line-height: 1.5em;
    }


}

@media only screen and (max-width: 639px) {
    .index-trends .trends-list .title{
        width: 64%;
    }
    .index-news #indexNews .img-container {
        height: 280px;
    }
    .index-subject a {
        width: 100%;
    }
    .index-subject a img{
        height: auto;
    }
    .img-box li .name,
    .index-notice .notice-list a,
    .mod-title a{
        font-size: 1.2em;
    }
    #indexVideos li {
        width: 45%;
        margin: 15px 0 0px 15px;
    }
    .mod-title span {
        font-size: 1.6em
    }
    .index-news .news-list .title span{
        padding-left: 20px;
    }

    .index-ynedut {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
     .mod-title a{
    background: url("/Public/Home/images/common/ico_more.png") 50px center no-repeat;
    }
    .mod-title a:hover {
    background: #2A7AEB url("../images/common/ico_more_on.png") 50px center no-repeat;
    }
}

@media only screen and (max-width: 479px) {
    .index-notice .notice-list a{
        padding-right: 50px;
    }
    .index-news #indexNews .img-container {
        height: 200px;
    }
    .img-box li .name, .index-notice .notice-list a, .mod-title a {
        font-size: 1.4em;
    }
    .mod-title a{
    background: url("/Public/Home/images/common/ico_more.png") 45px center no-repeat;
    }
    .mod-title a:hover {
    background: #2A7AEB url("../images/common/ico_more_on.png") 45px center no-repeat;
    }
    #indexVideos li {
    margin: 15px 0 0px 12px;
    }
    .index-trends .trends-list .title{
        width: 72%;
    }
    .index-news .news-list .year{
        font-size: 1.4em;
    }
    .index-news .news-list .title span {
        padding-left: 15px;
    }
    .index-news .news-list .datatime{
        height: 40px;
    }
     .index-trends, .index-subject {
        padding: 0 15px 0px 15px;
    }
    .index-trends .trends-list a .datatime {
        right: 18px;
    }
    #indexVideos {
        height: 150px;
    }
    #indexVideos img{
        height: 90px;
    }
}


/*
 * ???ٷֱ???ţ??С??ŵ?360
 */

@media only screen and (max-width: 359px) {
    .index-trends .trends-list .title{
        width: 64%;
    }
    .index-news #indexNews .img-container {
        height: 170px;
    }
    .index-notice .notice-list a {
        padding-right: 20px;
    }
    .index-subject a {
        width: 99%;
    }
    #indexVideos li {
        margin: 15px 0 0px 10px;
    }
    .index-subject,.index-trends {
    padding: 0 15px 0px 15px;
    }
    .index-trends .trends-list a .datatime {
        position: absolute;
        right: 15px;
    }
    .index-news .news-list .title span{
        width: 80%;
    }
    .index-trends .trends-list .title span {
        width: 65%;
    }

}
