/*新闻中心*/


/*通知公告列表*/

.notice-content {
    margin: 10px auto;
}

.notice-content a {
    display: block;
    box-sizing: border-box;
    padding: 15px 10px;
    border-bottom: 1px dashed #c9c9c9;
    font-family: 宋体;
    font-size: 1em;
    color: #0e0e0e;
    outline: none;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.notice-content a:hover {
    background-color: #fff6ed;
    color: #d66a00;
    border-bottom: 1px dashed transparent;
}

.notice-content a .time {
    display: inline-block;
    font-family: candara;
    font-size: 1.4285em;
    /*width: 110px;*/
    color: #777777;
    font-weight: bolder;
    position: relative;
    text-align: center;
}

.notice-content a:hover .time {
    color: #d66a00;
}
.notice-content a .title{
    display: inline-block;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    line-height:20px;
    padding-left:20px;
    margin-left: 10px;
    position: relative;
}
.notice-content a .title:after {
    content: "";
    position: absolute;
    left: 0;
    font-weight: normal;
    top: 0;
    height:100%;
    color: #777777;
    font-weight: bold;
    border-left: 2px #777777 solid;
}


/* 校园新闻列表 */

.news-content .item {
    margin: 20px 0 0;
    padding: 10px 20px 10px 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: block;
}

.news-content .item:hover:after {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    right: 10px;
    z-index: -1;
    position: absolute;
    background-color: #f9f9f9;
}

.news-content .item h4 {
    font-family: 微软雅黑;
    font-size: 1.1428em;
    color: #333333;
    line-height: 25px;
    font-weight: bolder;
    padding-left: 10px;
}

.news-content .item:hover h4 {
    color: #0f5acd;
}

.news-content .item p {
    font-family: 宋体;
    font-size: 1em;
    color: #555555;
    padding-left: 10px;
}

.news-content .item span.time {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 宋体;
    font-size: 1em;
    color: #999999;
}

.news-content .item .media-object {
    width: 120px;
    min-height: 80px;
}
/* 校园新闻内容页 */

.news-content p {
    text-indent: 2em;
}


/*PC小屏（col-md-）/992 - 1199*/

@media only screen and (max-width: 1199px) {
    .news-content .item {
        padding: 10px 0;
    }
    .news-content .item:hover:after {
        right: 0;
    }
    .pagination {
        display: block;
        text-align: center;
        margin: 20px auto;
    }
}


/*pad（col-sm-）/768 - 991*/

@media only screen and (max-width: 991px) {}


/*手机（col-md-）/640 - 767*/

@media only screen and (max-width: 767px) {}


/*手机（col-md-）/480 - 639*/

@media only screen and (max-width:639px) {}


/*手机（col-md-）/320 - 479*/

@media only screen and (max-width:479px) {
    .news-content .item p {
        display: none;
    }
}
