/* banner导航条 */
 
 #header .bottom{
     height: 60px;
     width: 100%;
     min-width: 1200px;
     position: absolute;
     bottom: 0;
     left: 0;
     background: rgba(0,0,0, 0.5);
     line-height: 60px;
 }

 #header .bottom ul li{
     text-align: center;
     width: 298px;
     height: 60px;
     float: left;
     border-right: 1px solid #5f5e5f;
 }
 #header .bottom ul li a{
     color: #fff;
     font-size: 14px;
 }
 #header .bottom ul li:hover{
     background: rgba(0, 174, 105,1);
 }
 #header .bottom ul .active{
    background: rgba(0, 174, 105,1);
}

#main .news{
    margin-top: 50px;
    margin-bottom: 120px;
}
#main .news ul li{
    height: 94px;
    width: 1200px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #d7d7d7;
}
#main .news ul li div:nth-child(1){
    width: 76px;
    height: 66px;
    background: #f5f5f5;
    color: #c2c2c5;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    float: left;
}
#main .news ul li span{
    font-size: 14px;
}
#main .news ul li div:nth-child(2){
    width: 800px;
    float: left;
    margin-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9a9894;
}
#main .news ul li div:nth-child(2) a:nth-child(1) h5{
    font-size: 18px;
    color: #363830;
    margin-bottom: 10px;
    font-weight: lighter;
    margin-top: 10px;
}
#main .news ul li div:nth-child(2) a:nth-child(2){
    color: #9a9894;
    font-size: 14px;
    
}

#main .news .page{
    margin-top: 60px;
    /* margin-left: 420px; */
    font-size: 13px;   
    text-align: center;
    
}
#main .news .page span{
    margin-right: 10px;
    color: #4b4b4b;
}
#main .news .page a{
    display: inline-block;
    color: #4b4b4b;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #f3f3f3;
}
#main .news .page a:hover,
#main .news .page .active{
    color: red;
    border: 1px solid transparent;
}