.container_list {
    width: 1140px;
    margin: 16px auto;
    padding: 0 30px 19px;
    background-color: #fff;
}

.title {
    height: 30px;
    font-size: 20px;
    color: #0d1624;
    font-weight: 700;
    padding-bottom: 2px;
    padding-top: 8px;
}

.news_list {
    padding-top: 18px;
}

.news_item {
    position: relative;
    padding-left: 16px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    line-height: 44px;
    cursor: pointer;
    color:#666;
    overflow: hidden;
}
.text_overflow{
    float: left;
}
.news_date{
    float: right;
    font-family: 'Helvetica Neue';
}
.news_item:hover{
    background-color: #f4f4f4;
}
.news_item::before {
    content: ' ';
    position: absolute;
    top: 19px;
    left: 0;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    background-color: #ccc;
}

.news_title {
    width: 1000px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    text-decoration: none;
}
.news_title a{
    display: block;
    width: 100%;
    height: 100%;
}
/*.news_content{*/
    /*width: 1000px;*/
    /*line-height: 12px;*/
    /*font-size:12px;*/
    /*padding-left: 28px;*/
    /*float: left;*/
    /*margin:-5px 0 5px;*/
/*}*/

.news_date {
    padding-right: 10px;
    color: #999;
}

.bottom_page {
    text-align: center;
    margin-top: 50px;
}

.bottom_page li {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    border: solid 1px #ccc;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
}

.bottom_page li.active {
    background-color: #ccc;
}

.bottom_page li.active a {
    color: #fff;
}


.bottom_page li a {
    list-style: none;
    text-decoration: none;
    color: #333;
}

.news_list .u-tab{
    border-bottom:1px solid #0060ea;
    overflow: hidden;
}
.news_list .u-tab a{
    float: left;
    width: 120px;
    height: 39px;
    font-size:16px;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.news_list .u-tab a.z-crt{
    background-color: #0060ea;
    color: #fff;
}
.u-nav{
    display: block;
    width:1200px;
    height: 14px;
    font-size: 14px;
    color: #999;
    margin: 29px auto 20px;
}
.u-nav span{
    color: #0060ea;
}
.news_list .u-info{
    padding-top: 17px;
}