.bannerBox{
    padding: 0;
}

div.title{
    font-size: 26px;
    color: rgb(63, 63, 63);
    margin: 0;
    line-height: 24px;
    text-align: center;
}
div.title p{
    text-align: center;
    margin-bottom: 50px;
}
div.title p span{
    width: 80px;
    height: 3px;
    background: rgb(13, 106, 189);
    display: block;
    margin: 11px auto 0 auto;
    border-radius: 7px;

}

/*资讯*/
#new{
    margin: 90px 0 80px 0;
    padding: 0px 0 0px 0 ;
}
#new ul{
    margin: 0 -15px;
}
#new ul li{
    position: relative;
    margin: 0 0 47px 0px;
}
#new ul li .time{
    font-size: 20px;
    color: #999;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #eee solid;
    transition: all 0.3s;
}
#new ul li:hover .time{
    border-bottom: 1px #999 solid;
}

#new ul li a>p.title{
    font-size: 15px;
    color: rgb(13, 106, 189);
    line-height: 20px;
    margin: 10px 0 14px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#new ul li .say{
    font-size: 12px;
    color: #999;
    height: 34px;
    overflow: hidden;
    margin: 0 0 13px 0;

}
#new ul li .imgB{
    position: relative;
    overflow: hidden;
    max-height:220px;
}
#new ul li img.big{
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,.5);
    padding: 4px;
    position: absolute;
    top: 150%;
    left: 50%;
    margin: -14px 0 0 -14px;
    transition: all 0.3s;
}
#new ul li:hover img.big{
    top: 50%;
}



/*设置手机端的css*/
@media screen and (max-width: 1200px) {
    #new ul {
        margin: 0px;
    }
}
@media screen and (max-width: 1000px){
    #new {
        margin: 0px 0 40px 0;
    }
    div.title {
        font-size: 20px;
    }
    div.title p {
        margin-bottom: 22px;
    }
    div.title p span {
        width: 60px;
        height: 2px;
        margin: 5px auto 0 auto;
        border-radius: 4px;
    }
    #new ul li .imgB img:not(.big){
        width: 100%;
    }
    #new ul li{
        padding: 0;
        margin: 0 0 30px 0px;
    }
    #new ul li a>p.title {
        margin: 7px 0 10px 0;
    }

    #new ul li .time  {
       padding: 0 0 6px 0;
        font-size: 18px;
        color: #999;
        line-height: 20px;
        margin: 0 0 6px 0;
   }

}

@media screen and (width: 768px) {
    #new ul li {
        padding: 0 6px;
    }
}