.main {
    max-width: 1920px;
    min-width: 1200px;
    height: auto;
    padding-top: 40px;
    /*background-image: url(../images/opinion/bg.png);
    background-position: top center;
    background-size: 100% 1006px;
    background-repeat: no-repeat;*/
}

.main-content {
    width: 1200px;
    min-height: 650px;
    margin: 0 auto;
    padding-bottom: 100px;
}



/* **************列表**************** */

.main-list {
    width: 830px;
}

.layui-badge-dot {
    width: 3px;
    height: 3px;
}

.layui-bg-cyan {
    background-color: #2F343B!important;
}

.list {
    background-color: #fff;
    overflow: hidden;
}

.list li {
    margin-top: 20px;
    color: #090909;
    font-size: 20px;
    margin-left: 20px;
}

.list li:nth-child(1) {
    margin-top: 21px;
}

.list li:last-child {
    margin-bottom: 35px;
}

.list .list-content {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    float: left;
    font-size: 16px;
    margin-bottom: 18px;
}

.list .list-content span:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.list .list-time {
    font-size: 12px;
    line-height: 22px;
    margin-top: 19px;
    color: #A0A4AA;
    margin-left: 10px;
    margin-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(143, 151, 157);
}

.list .list-time span {
    display: inline-block;
}

.list a:hover {
    color: #0059E5;
    display: inline-block;
    text-decoration: underline;
    /*color: #0059E5;*/
    /*!*text-decoration: underline;*!*/
    /*border-bottom: 1px solid #0059E5;*/
}








































/*.list .list-content:hover {*/


/*border-bottom: 1px solid #0059E5;*/


/*}*/
