.banner{
    height:620px;
    /* background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/f6217295-d41c-40ba-8388-e76a5ca6b3e7.png"); */
    background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/1170be38-ee1b-4799-9ae3-7da6e40df974.png");
    background-position: center 0px;
    background-repeat: no-repeat;
    width:100%;
}
.tousbtn{
    width:100%;
    padding-top:430px;
}
.tous{
    width: 1200px;
    margin: 0 auto;
}
.uscon{
    display: inline-block;
    width:158px;
    height:46px;
    line-height:46px;
    background: #4575f6;
    color: #fff;
    border-radius: 6px;
    font-size:18px;
    text-align: center;
    margin-left:50px;
    cursor: pointer;
}
.message{
    width:100%;
    /* text-align: center; */
}
.msg{
    width:1200px;
    margin:0 auto;
}
.cont{
    width:100%;
    font-size:18px;
    color:#121d35;
    margin-top:24px;
    height:40px;
    line-height:40px;
}
.left{
    float: left;
    margin-left:24px;
    font-weight: 600;
}
.all{
    float: right;
    margin-right: 24px;
    cursor: pointer;
    font-size:16px;
}
#homepage{
    padding-top:32px;
}
.imgbox{
    /* padding-top:43px; */
    display: inline-block;
    width:368px;
    height:220px;
    margin-left:24px;
    cursor: pointer;
}
.cwnDate{
    /* display: inline-block; */
    font-size:14px;
    color:#909399;
    margin-top:8px;
}
.cwnTitle{
    font-size: 16px;
    color:#121d35;
    font-weight:600;
    width:368px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 800px){
    .banner{
        height:180px;
        background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/1170be38-ee1b-4799-9ae3-7da6e40df974.png");
        background-position: center 0px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width:100%;
    }
    .tousbtn{
        width:100%;
        padding-top:119px;
    }
    .tous{
        width: 100%;
        margin: 0 auto;
    }
    .uscon{
        display: inline-block;
        width:79px;
        height:23px;
        line-height:23px;
        background: #4575f6;
        color: #fff;
        border-radius: 3px;
        font-size:9px;
        text-align: center;
        margin-left:30px;
        cursor: pointer;
    }
    .message{
        width:100%;
        /* text-align: center; */
    }
    .msg{
        width:100%;
        margin:0 auto;
    }
    .cont{
        width:100%;
        font-size:13px;
        color:#121d35;
        margin-top:12px;
        height:20px;
        line-height:20px;
    }
    .left{
        float: left;
        margin-left:12px;
        font-weight:600;
    }
    .all{
        float: right;
        font-size:10px;
        margin-right: 12px;
        cursor: pointer;
        color:#909399;
    }
    #homepage{
        padding-top:16px;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .imgbox{
        /* padding-top:43px; */
        /* display: inline-block; */
        width:184px;
        height:110px;
        margin-left:12px;
        cursor: pointer;
        /* overflow-y: scroll; */
    }
    .cwnDate{
        /* display: none; */
        font-size:12px;
        color:#909399;
        margin-top:8px;
    }
    .cwnTitle{
        font-size: 12px;
        color:#121d35;
        font-weight:600;
        width:184px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        margin-top:4px;
    }
}