﻿/*新闻中心*/


/*通知公告列表*/

.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;
    padding-left: 120px;
    position: relative;
}

.notice-content a:hover {
    background-color: #fff6ed;
    color: #d66a00;
    border-bottom: 1px dashed transparent;
}

.notice-content a .time {
    display: block;
    position: absolute;
    left: 10px;
    font-family: candara;
    font-size: 1.4285em;
    width: 110px;
    top: 50%;
    margin-top: -20px;
    color: #777777;
    vertical-align: middle;
    font-weight: bolder;
}

.notice-content a:hover .time {
    color: #d66a00;
}

.notice-content a:after {
    content: "";
    display: block;
    position: absolute;
    height: 60%;
    left: 110px;
    top: 20%;
    border-right: 2px solid #777777;
}


/* 校园新闻列表 */

.news-content .item {
    margin: 5px 0 0;
    padding: 5px 20px 5px 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: block;
}

.news-content .item .media-body {
    width: auto;
    overflow: auto;
    width: 100%;
    position: relative;
}

.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;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.news-content .item:hover h4 {
    color: #0f5acd;
}

.news-content .item p {
    font-family: 宋体;
    font-size: 1em;
    color: #555555;
    padding-left: 10px;
    width: 100%;
    margin: 0;
}

.news-content .item p:before,
.news-content .item p:after {
    content: " ";
    display: table;
    width: 0;
    height: 0;
    clear: both;
}

.news-content .item span.time {
    float: right;
    font-family: 宋体;
    font-size: 1em;
    color: #999999;
}

.news-content .item .media-object {
    width: 120px;
    height: 80px;
}


/* 校园新闻内容页 */


/* 下载列表 */

.download {
    width: 100%;
    height: auto;
}

.download li {
    padding: 10px 0;
    border-bottom: 1px dashed #CCCCCC;
    font-size: 1.2em;
    color: #333333;
    vertical-align: middle;
    line-height: 200%;
    margin: 20px auto;
}

.download li >span {
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.download li span.glyphicon {
    margin-right: 11px;
}

.download li a {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #9A9A9A;
    color: #333333;
    line-height: 100%;
    text-decoration: none;
}

.download li:hover {
    color: #0364A8;
}

.download li:hover a {
    background-color: #FA7C17;
    color: #FFFFFF;
    border: 1px solid #FA7C17;
}


/*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;
    }
    .notice-content a {
        padding-left: 100px;
    }
    .notice-content a .time {
        width: 90px;
        font-size: 1.2em;
    }
    .notice-content a:after {
        left: 90px;
    }
    .news-content .item h4 {
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
}
