* {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #555;
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #127dc2;
    text-decoration: underline;
}


.list {
    width: 1400px;
    margin: 0 auto;
    /* background-color: #e5e5e5; */
}

.list li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #f6f6f6;
}


.topic {
    width: 1400px;
    /*background-color: #ccc;*/
    margin: 0 auto;
    display: flex;
    height: 50px;
    line-height: 50px;
}
.topic h1,.topic h2{
    font-weight: normal;
    font-size: 18px;
}

.layui-table th{
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 16px;
}



.layui-table td{
    font-size: 14px;
}










/**/
.sn {

    color: #999;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;

}
.date{
    float: right;
    display: block;
    margin-right: 20px;
    width: 150px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.type{
    width: 180px;
    display: inline-block;
    text-align: center;

}

.fenye{
    width: 1400px;
    margin: 0 auto;
    background-color: #f6f6f6;
    text-align: center;
    margin-top: 20px;
    height: auto;
    line-height: 50px;
    margin-bottom: 50px; font-size: 13px;
}
.fenye a{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin:0 2px;
    text-decoration: none;
    padding:0 5px;
    font-size: 13px;
}


.click{
    background-color: #009688;
    color: #fff;
}
.click:hover{
    background-color: #047b70;
    color: #eee;
}



.noclick{
    background-color: #e6e6e6;
    color: #333333;
}
.noclick:hover{
    background-color: #d8d8d8;
    color: #111;
}
.page_text{
    width: 50px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    padding-left:10px;
}
.page_ok{
    background-color: #009688;
    color: #fff;  
    border: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer; font-size: 13px;
}
.page_ok:hover{
    background-color: #047b70;
    color: #eee;
}