.newList{
    margin: 20px auto;
    width: 1200px;
    overflow: hidden;
}
.newBanner{
    float: left;
    width: 258px;
    overflow: hidden;
    background: white;
    /* background: url(/img/newsbg.png) no-repeat bottom; */
}
.newBanner .active a{
    color: #0d51a0
}
.newBanner li{
    height: 83px;
    width: 238px;
    line-height: 83px;
    margin-left: 10px;
    border-bottom: 1px solid #eee;  
    font-size: 16px;
    overflow: hidden;
}
.newBanner li i{
    font-size: 20px;
    margin-right: 10px;
}
.newBanner .first{
    background: url("/themes/theme1/img/newsTitle.png");
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    height: 140px;
    line-height: 180px;
}
.newsCard{
    margin-left: 25px;
    margin-top:0px;
    width: 917px;
    float: left;
    background: white;
    /*border-top: 2px solid #0d51a0;*/

}
.newsCardTitle{
    color: #0d51a0;font-size: 28px
}
.newsCardTitle i{
    font-size: 25px;
    margin-right: 10px;
}
.newsCardContentName{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-weight: 700;
}
.newsCardContentSubtitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.newsCardContentDecr{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.newsCardTitle{
    height: 82px;
    line-height: 82px;
    padding: 0 10px;
}
.newsCardTitle p{
    border-bottom: 1px solid #eee;
}
.newsCardContent li{
    margin: 10px;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}
.newsCardTime{
    font-size: 16px;
    color: #999999;
    line-height: 26px;
}
.newsCardTime span{
    display: inline-block;
}
.newsCardTime span i{
    margin-right: 3px;
}
.newsbg img{
    width: 100%;
    height: 160px;
    margin-top: 60px;
}
.transfer{
    width: 1200px;
    margin: 20px auto 0;
    font-size: 16px;
    color: #666666
}
/* 机构设置 */
.translateImg{
    text-align: center;margin: 20px 0;
}
.translateImg img{
    width: 831px;
    height: 326px;
}
/* 领导班子 */
.leader li {
    height: 46px;
    line-height: 46px;
    background: white;
    padding: 0 20px;
}
.leader li.bggray{
    background: #F9F9F9
}
.leader span{
    display: inline-block;
    width: 260px;
    font-size: 16px;
    color: #333333;


}
.leader .twocenter{
         width: 60px;   
        text-align: justify;
        display: inline-block;
        text-justify: distribute-all-lines;
        /*ie6-8*/
        text-align-last: justify;
        /* ie9*/
        -moz-text-align-last: justify;
        /*ff*/
        -webkit-text-align-last: justify;
        /*chrome 20+*/

        font-weight: 700;
     
}
/* 学校交通 */
.traffic{
    width: 837px;
    margin: 20px auto 0;
}
.traffic .title{
    color: #333333;
    font-weight: 700;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    background: #F9F9F9
}
.traffic .content{
    line-height: 35px;
    font-size: 16px;
    color: #666666;
    padding-left: 20px;
}
.traffic .content img{
    width: 801px;
    height: 520px;
    margin: 20px auto;
}
/* 学院简介 */
.introduction{
    width: 826px;
    margin: 0 auto 20px;
}
.introduction .time{
    font-size: 12px;
}
.introduction .title{
    font-size: 26px;
    line-height: 48px;
    color: #333333;
    text-align: center;
}
.introduction .name{
font-size: 16px;
color: #999999;
height: 40px;
line-height: 40px;
}
.introduction .name .time{
    float: right;
}
.introduction .content {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;

    padding: 10px 0;
}
.introduction .footHref a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
    height: 70px;
    line-height: 70px;
    font-size:16px;
}
.introduction .next{
    float: right;
    color: #2994E7
}
/* 瀑布流 */
.waterTab{
    background: white;
    overflow: hidden;
}
.waterTab ul{
    width: 1000px;
    margin: 0 auto;
}
.waterTab li{
    float: left;
    width: 170px;
    text-align: center;
    height: 81px;
    line-height: 81px;
    font-weight: 700;
    font-size: 16px;
    color: #777777;
    cursor: pointer;
}
.waterTab .active{
    color: #2994E7;
    position: relative;
}
.waterTab .active::after{
    content: '';
    width: 70px;
    height:2px;
    border-radius: 10px;
    background: #2994E7;
    left: 50%;
    position: absolute;
    bottom: 0;
    margin-left: -35px;
}

.p-news-list__cover-container {
    padding-left: 240px;
    position: relative;
    min-height: 140px;
}
.p-news-list__cover-container img{
    position:absolute;
    left: 0;
    width: 220px;
    height: 132px
}

.newList .newsCard .introduction img{
    max-width: 100%;
}

