.wrap {
    display: flex;
}

.wrap .nav {
    width: 20.36458vw;
}

.cont {
    flex: 1;
}

.cont h2 {
    font-size: 2.2vw;
    color: #262728;
    font-weight: bold;
    margin-bottom: 2.44791vw;
}

.cont .list {
    background-color: #F3F5FA;
    padding: 1.5625vw;
    box-sizing: border-box;
    border-radius: 1.04166vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5625vw;
    cursor: pointer;
}
.cont .list:hover .list-txt .list-inner p:first-of-type {
    color: #0A50B4!important;
}
.cont .list .list-img {
    display: block;
    width: 24.32291vw;
    height: 14.0625vw;
    margin-right: 2.60416vw;
    border-radius: 1.04166vw;
    transition: all .5s;
}
.cont .list .list-img:hover {
    transform: scale(1.04,1.04);
}
.cont .list .list-txt  {
    flex: 1;
}
.cont .list .list-txt .list-inner {
    padding-bottom: 3.0625vw;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 1vw;
}
.cont .list .list-txt .list-inner p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;    /*将工具作为弹性伸缩盒子模子显示*/
    -webkit-line-clamp: 2;       /*从第几行裁剪*/
    -webkit-box-orient:vertical;     /* 伸缩盒工具的子元素的排列方法 */
    line-height: 1.25vw;
}
.cont .list .list-txt .list-inner p:first-of-type {
    color: #262728;
    font-weight: 500;
    font-size: 1.04166vw;
    /* margin-top: 1.92708vw; */
    margin-bottom: 1.40625vw;
    font-weight: bold;
    height: auto;
}

.cont .list .list-txt .list-inner p:last-of-type {
    font-size: 0.83333vw;
    color: #262728;
    font-weight: 400;
    height: auto;
}
.cont .list .list-txt .list-box {
    display: flex;
    justify-content: space-between;
}
.cont .list .list-txt .list-box .list-data  {
    text-align: center;
}
.cont .list .list-txt .list-box .list-data div:first-of-type {
    font-size: 1.66666vw;
    color: #0A50B4;
    font-weight: bold;
}
.cont .list .list-txt .list-box .list-data div:last-of-type {
    font-size: 0.9375vw;
    font-weight: bold;   
    color: #0A50B4;
}

.cont .list .list-txt .list-box .list-bg {
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background-image: url(/image/white-arr-right.png);
    background-size: 100%;
    cursor: pointer;
    transition: all .5s;
}
.cont .list:hover .list-txt .list-box .list-bg {
    background-image: url(/image/blue-arr-right.png);
}

.cont .areaChooseGroup {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2.08333vw;
    width: 100%;
    flex-wrap: wrap;
}

.cont .areaChooseGroup a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 6.25vw; */
    height: 2.5vw;
    padding: 0 1.25vw;
    background-color: #F3F5FA;
    border-radius: 1.25vw;
    font-size: 0.83333vw;
    margin-right: 1.04166vw;
    margin-bottom: 1.04166vw;
}

.cont .areaChooseGroup a.active {
    background-color: #0A50B4;
    color: #fff;
}

.cont .areaChooseGroup a:hover {
    background-color: #0A50B4;
    color: #fff;
}

@media screen and (max-width:750px) {
    .cont {
        width: 100%;
    }
    .cont h2 {
        font-size: 5.8vw;
        margin-bottom: 3.86666vw;
    }
    .cont .list {
        padding: 3.5625vw;
        border-radius: 1.33333vw;
        flex-direction: column;
        margin-bottom: 2.66666vw;
    }
    .cont .list .list-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .cont .list .list-txt .list-inner p:first-of-type {
        font-size: 3.73333vw;
        line-height: 1.5em;
        margin-top: 5.2vw;
        margin-bottom: 2.26666vw;
    }
    .cont .list .list-txt .list-inner p:last-of-type {
        font-size: 3.73333vw;
        line-height: 5.26666vw;
    }
    .cont .list .list-txt .list-box .list-data div:first-of-type {
        font-size: 4.26666vw;
    }
    .cont .list .list-txt .list-box .list-data div:last-of-type {
        font-size: 3.2vw;
    }
    .cont .list .list-txt .list-box .list-bg {
        width: 6.4vw;
        height: 6.4vw;
    }
    .cont .list .list-txt .list-box {
        align-items: center;
    }
    .cont .list .list-txt .list-inner {
        padding-bottom: 3.73333vw;
    }

    .cont .areaChooseGroup {
        margin-bottom: 4.66666vw;
        overflow-x: scroll;
        /* overflow-y: hidden; */
        flex-wrap: nowrap;
    }

    .cont .areaChooseGroup a {
        width: auto;
        padding: 3.66666vw 4vw;
        font-size: 3.733vw;
        border-radius: 7.5625vw;
        white-space: nowrap;
    }
}<!--耗时1751462582.5892秒-->