.section1{
    margin-bottom: 30px;
    overflow: hidden;
}

.board-row{
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.customer-board{
    background-color: #F5F7F8;
    border-radius: 10px;
    padding: 0 20px;
}

.customer-special-board{
    background-color: #F5F7F8;
    border-radius: 10px;
}

.board-title{
    margin-top: 10px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}

.board-title-more a{
    line-height: 35px;
    font-size: 12px;
    color: #5586e2;
}

.board-line{
    width: 100%;
    height: 2px;
    margin: 5px auto;
    background-color: #CCCCCC;
}

.board-msg-list{
    padding: 0 0;
    font-size: 12px;
}

.board-msg-item{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.board-msg-title{
    float: left;
    width: 75%;
    margin-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.board-msg-time{
    text-align: right;
    width: 20%;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pop-box{
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 750px) {
    .board-msg-list{
        padding: 0;
        font-size: 12px;
    }

    .section1{
        padding-left: 0;
        padding-right: 0;
    }
}