/*banner*/
.flow_banner{
    width:1200px;
    height:234px;
    background:url(../../images/flow/flow_banner.png) no-repeat center;
    margin:auto;
    margin-bottom:20px;
}
/*标题栏*/
.flow_box_title{
    width:100%;
    height:30px;
    line-height:30px;
    padding-left:20px;
    font-size:15px;
    color:#4c4c4c;
    position:relative;
}
.flow_box_title:before{
    position:absolute;
    left:10px;
    content:"";
    width:4px;
    height:20px;
    top:5px;
    background-color:#306fb9;
}
.flow_box_title .more{
    font-size:14px;
    float:right;
    margin-right:15px;
    color:#999999;
}
.flow_box_title .more:hover{
    color:#4c4c4c;
}

/*左边新闻列表1*/
.flow_news_box1{
    width:790px;
    height:215px;
    border:1px solid #e0e0e0;
    margin-top:15px;
}
.flow_news_box1 .news_list{width:770px;height:180px;overflow:hidden;margin-left:10px;}
.flow_news_box1 .news_list .box_content{width:100%;height:175px;overflow:hidden;margin-top:5px;}
.flow_news_box1 .news_list .box_content li{line-height:30px;padding:0 10px;font-size:13px;}
.flow_news_box1 .news_list .box_content li a{position:relative;}
.flow_news_box1 .news_list .box_content li a:hover{color:#0e7add;}
.flow_news_box1 .news_list .box_content li a:before{content:"";width:6px;height:6px;position:absolute;left:-10px;top:6px;background:#999;border-radius:6px;}
.flow_news_box1 .news_list .box_content li a:hover:before{background:#0e7add;}

/*左边新闻列表2*/
.flow_news_box2{
    width:390px;
    height:215px;
    border:1px solid #e0e0e0;
    margin-top:15px;
}
.flow_news_box2 .news_list{width:370px;height:180px;overflow:hidden;margin-left:10px;}
.flow_news_box2 .news_list .box_content{width:100%;height:175px;overflow:hidden;margin-top:5px;}
.flow_news_box2 .news_list .box_content li{line-height:30px;padding:0 10px;font-size:13px;}
.flow_news_box2 .news_list .box_content li a{position:relative;}
.flow_news_box2 .news_list .box_content li a:hover{color:#0e7add;}
.flow_news_box2 .news_list .box_content li a:before{content:"";width:6px;height:6px;position:absolute;left:-10px;top:6px;background:#999;border-radius:6px;}
.flow_news_box2 .news_list .box_content li a:hover:before{background:#0e7add;}
