.boxWrap {
    width: 1280px;
    margin: 0 auto;
}

/* 内容区 */
.cont_Tit {
    color: #054696;
    font-weight: bold;

}

.column_cont {
    padding: 29px 0 19px;
    border-bottom: 1px solid #e7e7e7;
}

.column_cont ul li {
    float: left;
    margin-right: 30px;
}

.column_cont ul li:last-child {
    margin-right: 0;
}

.news_cont {}

.news_contTit {
    font-weight: bold;
    padding-bottom: 13.5px;
    padding: 27px 0 13px;
}

.news_contList {
    padding-bottom: 23.5px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.news_contList:last-child {
    border-bottom: none
}

.news_contList ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 27px;
    background: url(dian.png) no-repeat left center;
}

.news_contList ul li::after {
    display: block;
    clear: both;
    content: "";
}

.news_contList ul li:hover {
    background: url(dianh.png) no-repeat left center;
}

.news_contList ul li a {
    float: left;
    width: 85%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_contList ul li:hover a {
    color: #0060a6;
}

.news_contList ul li .list-time {
    font-size: 16px;
    color: #aaaaaa;
    margin-left: 1em;
    margin-left: 0;
    float: right;
}
