.box{
    background: #f3f8fd;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    margin-top: 80px;
}
.content.active{
    display: block;
}
.content .w-1200{
    display: flex;
    justify-content: space-between;
}
.content .con-le{
    width: 400px;
    height: 400px;
    /*margin-left: 144px;*/
    margin-top: 60px;
}
.content .con-ri{
    width: 740px;
    height: auto;
    overflow: hidden;
}
.con-ri .con-head{
    width: 100%;
    height: auto;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-top: 55px;
}
.con-ri .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    /*margin-top: 30px;*/
    text-align: justify;
    text-indent: 2em;
}
.con-ri .con-line{
    width: 120px;
    height: 4px;
    background: #013ca6;
    margin-top: 33px;
}
.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: 30px;
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}
.con-li:nth-of-type(n+3){
    margin-top: 5px;
}

.list{
    width: 100%;
    height: auto;
    overflow: hidden;
    /*margin-top: 50px;*/
}
.list .list-top{
    width: 100%;
    height: 220px;
    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 img{
    display: block;
    /*width: 42px;*/
    height: 148px;
    margin: 0 auto;
}



.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: 154px;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 24px;
    color: #999999;
    line-height: 80px;
    position: relative;
    cursor:pointer;
    margin-right: 60px;
}
.bottom-li:hover{
    border-top: 2px solid #013ca6;
    font-weight: bold;
    color: #333333;
}
.list-bottom .active{
    border-top: 2px solid #013ca6;
    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;
}