/* 广告背景修改 */
.new_update {
    /*background: url(../images/bannar-gaikuang.png) no-repeat;*/
    margin: 0;
    height: 10px;
    background-position: center center;
    background-size: 100%;
    background-size: cover;
}
.banner-wrap{
    background: url(../images/bannar-xinwen.png) no-repeat;
    margin: 0;
    background-position: center center;
    background-size: cover;
}
/*主页面*/
.news-main{
    width: 100%;
    max-width: 870px;
    padding: 0 10px;
}
.list{
    width: 100%;
    display: flex;
    padding: 27px 0 13px 22px;
    position: relative;
}
.list::before {
    position: absolute;
    bottom: 18px;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #7FA8D0;
    border-radius: 50%;
}
.list:after {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 0;
    border-bottom: 1px dashed #ccc;
    transform: scale(0.5) translate(-50%, -50%);
}
.list-date{
    width: 100px;
    text-align: right;
    font-size: 16px;
    color: #888;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-text{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    height: 19px;
    line-height: 19px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list:hover .list-text, .list:active .list-text{
    color: #1767FF;
}
