.am-titlebar-title {
     height: 60px;
    line-height: 60px;
    padding-left: 30px;
}
.news_left_cont_top li{
    padding-left: 50px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 12px;

}
.news_left_cont_top li i{
     width: 48px;
    height: 48px;
    border-bottom-right-radius: 33px;
    display: inline-block;
    color: #999;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    background-color: #eee;
}
.news_left_cont_top li b{
        width: 49px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    color: #ccc;
    font-size: 16px;
}
.news_left_cont_top li a {
       font-size: 16px;
    color: #666;
    padding-left: 22px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    width: 680px;
}
.news_left_cont_top li:hover a {
    background-color: #f9f9f9;
    color: #034296;
}

 .news_left_cont_bottom {
    width:100%;
    height: 178px;
    line-height: 178px;
    text-align: center;
    overflow: hidden;
}
.news_left_cont_bottom span {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e8e8e8;
    color: #999;
    font-size: 30px;
    border-radius: 50%;
    margin-right: 25px;
    cursor: pointer;
}
.news_left_cont_bottom span:last-child {
    margin-right: 0px;
    margin-left: 25px;
}
.news_left_cont_bottom ul {
    float: left;
    overflow: hidden;
    padding-left: 0px;
    margin-bottom: 0px;
}
.news_left_cont_bottom ul li {
    list-style: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 11px;
    cursor: pointer;
    color: #999;
    border-radius: 50%;
}
 .news_left_cont_bottom ul li:nth-child(1) {
    color: #fff;
    background-color: #80bd34;
}
 .news_left_cont_bottom ul li:last-child {
    margin-right: 0px;
}