.main_body{
    width: 1002px;
    margin: 25px auto 0;
}
.list_left{
    width: 211px;
}
.list_left_top{
    width: 211px;
    height: 42px;
    background: #00589b;
}
.list_left_top h4{
    text-align: center;
    height: 42px;
    font: 400 20px/42px "Arial","Microsoft YaHei";
    color: #fefefe;
}
.list_clumns{
    width: 209px;
    padding: 0 0 10px 0;
    background: #f6f6f6;
    border: 1px solid #d5d5d5;
    border-top: none;
}
.list_clumns ul{
    padding: 10px 0 0 20px;
}
.list_clumns ul li{
    width: 167px;
    height: 41px;
    font: normal 12px/42px "Arial","宋体";
    background: url(list_res/list_clumn.png) no-repeat;
}
.list_clumns ul li a{
    padding: 0 0 0 65px;
    font: normal 12px/42px "Arial","宋体";
    color: #424242;
    background: url(list_res/list_clumn.png) no-repeat;
}
.list_clumns ul li.cur_clumn a{
    padding: 0 0 0 65px;
    font: bold 12px/42px "Arial","宋体";
    color: #bb2643;
    background: url(list_res/list_clumn.png) no-repeat;
}
.list_right{
    width: 760px;
}
.list_location{
    width: 760px;
    height: 32px;
    border-bottom: 3px solid #00589b;
}
.list_location h4{
    padding: 0 0 0 10px;
    font: bold 16px/32px "Arial","Microsoft YaHei";
    color: #000;
}
.list_location .location_nodes{
    padding: 0 9px 0 15px;
    height: 32px;
    background: url(list_res/home.png) no-repeat left center;
}
.list_location .location_nodes li{
    font: normal 12px/32px "Arial","宋体";
    padding: 0 5px 0 0;
}
.list_news_list{
    width: 760px;
    margin: 10px 0 0 0;
}
.list_news_list ul li{
    width: 750px;
    height: 35px;
    margin: 0 0 0 5px;
    border-bottom: 1px dotted #7e7e7e;
    background: url(list_res/list_arrow.png) no-repeat left center;
}
.list_news_list ul li .pubTitle{
    font: normal 12px/35px "Arial","宋体";
    color: #616161;
    padding: 0 0 0 15px;
}
.list_news_list ul li .pubDate{
    font: normal 12px/35px "Arial","宋体";
    color: #a7a7a7;
    padding: 0 5px 0 0;
}
.list_news_page{
    width: 500px;
    padding: 10px 0 0 0;
    margin: 0 auto;
}
.list_news_page ul li{
    width: 24px;
    height: 24px;
    text-align: center;
    font: normal 12px/24px "Arial","Microsoft YaHei";
    margin: 0 2px;
    display: inline;
    border: 1px solid #e3e3e3;
}
.list_news_page ul li.cur_page{
    background: #00589b;
    border: 1px solid #238dde;
}
.list_news_page ul li a{
    display: block;
    color: #666;
}
.list_news_page ul li.cur_page a{
    font: bold 12px/24px "Arial","Microsoft YaHei";
    color: #fff;
}