﻿#yxupdated ul li {
    min-width: 100px;
    height: 44px;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
    background: #3977c8;
    cursor: pointer;
    border: none;
    line-height: 44px;
}
.tuoinfo {
    position: relative;
    width: 600px;
    height: 500px;
    background-color: white;
    overflow: hidden;
}

.tuoinfo ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}

.tuoinfo a {
    text-decoration: none;
    cursor: pointer;
}

.headline {
    height: 96px;
    width: 560px;
    margin: 15px auto 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headline-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    display: block;
    overflow: hidden;
    height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a12a2a;
}

.headline-baginfo {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    display: block;
    overflow: hidden;
    height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:cornflowerblue;
}

.news-list {
    width: 520px;
    margin: 0 auto;
    font-size: 14px;
}

    .news-list li {
        line-height: 35px;
        overflow: hidden;
        height: 35px;
        border-bottom: 1px dashed #6d6d6d;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #292929;
        cursor: pointer;
    }

        .news-list li .time {
            color: #292929;
            float: right;
        }

        .news-list li span {
            float: left;
            color: #292929;
        }

.pop_close_tuoinfo {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #999;
    cursor: pointer;
}