.banner{
    width: 100%;
    height:390px;
}
/*banner end*/

/*新闻内容*/
.content{
    /*margin-top: 54px;*/
    width: 100%;
    /*height: 664px;*/
    background-color:#fbfbfb;
    padding-bottom: 40px;
    margin-bottom: 48px;
}
.newsbox-con{
    padding-top: 32px;
    width: 1200px;
    margin: 0 auto;
}
.newsbox-title{
    margin-top: 10px!important;
    height: 40px;
    font-size: 21px;
    color: #5c6f83;
    border-bottom: 1px solid #f0f3f5;
    font-weight: normal;
    display: block;
}
.newsbox-list{
    width: 1180px;
    margin: 0 auto;
}
.newsbox-list ul{
    padding: 0px;
}
.news{
    left: 0px;
    height:160px;
    background-color: white;
    /*border-radius:4px;*/
    margin-bottom: 20px;
    border-left: 3px solid #fff;
}
.news:hover{
    border-left: 3px solid #3ba5ff;
    cursor: pointer;
}
.news:hover .news-title a, .news-text a{
    color: #3ba5ff;
}

.news-title{
    padding-top: 20px;
    font-size:17px;
    color: #2d3137;
    line-height: 39px;
    padding-left: 40px;
}
.news-title a , .news-text a {
    color: #333;
}
.news-text{
    margin-top: 10px;
    margin-right: 40px;
    padding-left: 40px;
    color: #666;
    font-size: 14px;
    line-height: 25px;
}
.news-time{
    font-size: 14px;
    line-height: 25px;
    color: #5e6e82;
    margin-top: 10px;
    margin-right: 50px;
    float: right;
}

.fenye{
    width: 100%;
    height:120px;
    background-color: white;
}
#page_navigation{
    /*width: 400px;*/
    text-align: center;
    /*margin: 0 auto;*/
}
#page_navigation a{
    padding:10px;
    border:1px solid rgba(191,191,191,0.4);
    margin:10px;
    color:black;
    font-size: 12px;
    text-decoration:none;
    border-radius:4px;
}

.active_page{
    background:#3ba5ff;
    border:1px solid #3ba5ff !important;
    color:white !important;
}