.list_wrap {
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px auto 60px auto;
}
.list_box_l {
    width: 276px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    position: relative;
}
.list_t_icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.par_title {
    width: 100%;
    height: 56px;
    background: url('./list_back.png') no-repeat;
    background-size: 100%;
    padding-left: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.son_title {
    width: 100%;
    height: 56px;
    padding: 0 20px 0 24px;
    justify-content: space-between;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
}
.menu_active {
    background: #DDEFFF;
    color: #00489D;
}
.son_title:hover {
    background: #DDEFFF;
}
.list_box_r {
    width: 844px;
}
.ty_list {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 72px;
}
.nocover_list li a {
    padding: 16px 0;
    color: #00A7EA;
    border-bottom: 1px solid #eeeeee;
    /* justify-content: space-between; */
}
.nocover_list li a .time {
    /* border-left: 3px solid #00A7EA; */
    border-right: 1px solid #DDDDDD;
    padding-right: 10px;
    height: 32px;
    color: #00489D;
    font-size: 12px;
    margin-right: 10px;
    font-weight: bold;
}
.nocover_list li .time .days {
    font-size: 32px;
    color: #00489D;
    font-weight: bold;
}
.nocover_list li .time .line {
    width: 1px;
    height: 30px;
    background: #00489D;
    margin: 0 6px;
    transform: rotate(20deg);
}
.nocover_list li a .title {
    width: 646px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    flex: 1;
}
.nocover_list li a:hover .title{
    color: #00489D;
}
.fenye {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cover_list li a {
    /* justify-content: space-between; */
    position: relative;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
}
.cover_list li a .cover {
    width: 182px;
    height: 132px;
    min-width: 182px;
    object-fit: cover;
    margin-right: 20px;
}
.cover_list li a .time {
    position: absolute;
    left: 0;
    bottom: 16px;
    color: #fff;
}
.cover_list li a .title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-bottom: 8px;
}
.cover_list li a .des {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
}
.cover_list li a .detail {
    color: #00A7EA;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 16px;
}
.cover_list li a:hover .title{
    color: #00489D;
}
.left_cover_icon  li {
    height: 48px;
    margin-bottom: 20px;
}
.left_cover_icon li a {
    height: 100%;
    color: #00489D;
    background: #E7F4FF;
    padding-right: 10px;
    border-radius: 4px;
}
.left_cover_icon li a:hover {
    background: #D6EBFF;
}
.left_cover_icon li a .cover {
    width: 56px;
    height: 100%;
    margin-right: 10px;
}
.left_cover_icon li a .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_common_title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.list_common_title .t_span {
    padding: 0 6px;
    position: relative;
}
.list_common_title .t_span::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: #00489D;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.fk_time {
    width: 96px;
    height: 40px;
    background: #00A7EA;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    justify-content: center;
}
.fk_time .days {
    font-size: 32px;
}
.fk_time .line {
    width: 1px;
    height: 30px;
    background: #fff;
    margin: 0 6px;
    transform: rotate(20deg);
}
@media screen and (max-width: 769px) {
    .list_box_l {
        display: none;
    }
    .list_wrap {
        margin: 0;
        padding: 10px;
    }
    .ty_list {
        padding: 5px;
        padding-bottom: 70px;
    }
    .cover_list li a {
        padding: 5px 0;
    }
    .cover_list li a .cover {
        width: 35%;
        min-width: 35%;
        height: 120px;
        margin-right: 5px;
    }
    .cover_list li a .title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 2px;
    }
    .cover_list li a .des, .cover_list li a .detail {
        font-size: 12px;
        line-height: 20px;
    }
    .fk_time {
        width: 80px;
        height: 35px;
    }
    .cover_list li a .time {
        bottom: 5px;
    }
    .fk_time .days, .nocover_list li .time .days {
        font-size: 26px;
    }
    .nocover_list li a .title {
        width: auto;
        line-height: 22px;
        font-size: 16px;
    }
    .nocover_list li a {
        align-items: flex-start;
    }
    .nocover_list li a svg {
        display: none;
    }
    .list_common_title {
        font-size: 16px;
        padding-bottom: 6px;
    }
    .list_common_title .t_span::after {
        bottom: -6px;
    }
    .list_box_r {
        width: 100%;
    }
    .dnfg-list li, .dnfg-list li a {
        width: 100%;
        font-size: 12px;
    }
}