.tw_mainBox{
    padding: 0 20px 20px 20px;
    background: #fff;
}
.tw_content{
    width: 100%;
    min-height: 500px;
    margin-top: 20px;
}
.tw_tab{
    height: 45px;
    line-height: 45px;
    background: #f4f4f4;
    margin-bottom: 20px;
}
.tw_tab span{
    display: inline-block;
    padding: 0 24px;
    text-align: center;
    background: #1782d5;
    font-size: 20px;
    color: #fff;
}
.tw_content ul{
    margin-left: -2%;
}
.tw_content li{
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.tw_content li .tw_img{
    width: 100%;
    height: 155px;
}
.tw_content li .tw_img img{
    width: 100%;
    height: 100%;
}
.tw_content li .tw_name{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*手机端*/
@media (max-width: 768px) {
    .tw_mainBox{
        padding: 0 10px 10px 10px;
    }
    .tw_content{
        min-height: 100px;
        margin-top: 10px;
    }
    .tw_tab{
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .tw_tab span{
        font-size: 16px;
        padding: 0 15px;
    }
    .tw_content li{
        width: 48%;
        margin-bottom: 0;
    }
    .tw_content li .tw_img{
        height: 105px;
    }
    .tw_content li .tw_name{
        font-size: 14px;
        padding: 0 10px;
    }
}