.content{
    width: 100%;
    height: 450px;
    background: #fcfcfc;
}
.content .w-1200{
    display: flex;
    justify-content: space-between;
}
.content .con-le{
    width: 450px;
    height: 450px;
    background: #009f95;
}
.content .con-ri{
    width: 730px;
    height: 450px;
    overflow: hidden;
}
.con-ri .con-head{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    margin-top: 40px;
}
.con-ri .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 30px;
    text-indent:2em
}
.con-ri .con-line{
    width: 80px;
    height: 6px;
    background: #27acff;
    margin-top: 15px;
}
.con-ri .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 26px;
}
.con-ul .con-li{
    width: 365px;
    height: 26px;
    float: left;
    line-height: 26px;
    font-size: 14px;
}
.con-li:nth-of-type(n+3){
    margin-top: 5px;
}

.list{
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
}
.list .list-top{
    width: 100%;
    height: 240px;
    border-bottom: 1px solid #cccccc;

    text-align: center;
    display: -webkit-box;
    white-space: nowrap;
    /*-webkit-overflow-scrolling: touch;*/
    overflow-x: auto;
    overflow-y: hidden
}
/*.list-top::-webkit-scrollbar {*/
/*    display: none; !* Chrome Safari *!*/
/*}*/
.list-top::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.list-top::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.list-top::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.list-top .top-li{
    display:inline-block;
    width: 154px;
    height: 160px;
    cursor:pointer;
    margin-top: 50px;
    position: relative;
    /*float: left;*/
    margin-right: 60px;
}

.top-li:hover .top-add{
    display: block;
}
.top-li:hover .top-arr{
    display: block;
}
.top-li .top-add{
    width: 18px;
    height: 9px;
    position: absolute;
    top: -27px;
    left: 70px;
    display: none;
}
.top-add.active{
    display: block;
}
.top-li .top-arr{
    width: 105px;
    height: 105px;
    position: absolute;
    top: 30px;
    left: 22px;
    background: #eaeaea;
    border-radius: 50%;
    overflow: hidden;
    display: none;
}
.top-arr .arr-img{
    width: 26px;
    height: 27px;
    margin: 22px auto 0;
}
.top-arr .arr-text{
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    margin-top: 8px;
}

.list .list-bottom{
    width: 100%;
    height: 100px;
    display: -webkit-box;
    white-space: nowrap;
    /*-webkit-overflow-scrolling: touch;*/
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
}

.list-bottom::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
.list-bottom::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.list-bottom::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.list-bottom .bottom-li{
    width: auto;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 24px;
    color: #999999;
    line-height: 80px;
    position: relative;
    cursor:pointer;
    margin-right: 40px;
}
.bottom-li:hover{
    border-top: 2px solid #27acff;
    font-weight: bold;
    color: #333333;
}
.list-bottom .active{
    border-top: 2px solid #27acff;
    font-weight: bold;
    color: #333333;
}
.bottom-li p{
    display: block;
    width: auto;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 10px;
    line-height: 20px;
}
