ul {
    padding-left: 0;
}
.list_tab {
    border-bottom: 1px solid #12192d1a;
    background: #ffffff;
    width: 100vw;
    z-index: 9;
    overflow-x: auto;
}
.list_tab .list_box {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 30px;
}
.list_tab.fixed {
    position: fixed;
    top: 0;
}
.list_tab .tab_memu {
    display: flex;
    white-space: nowrap;
    margin-bottom: 0;
}
.list_tab .tab_memu a {
    font-size: 16px;
    line-height: 16px;
    color: #888b95;
}
.list_tab .tab_memu .active {
    color: #1137a2;
}
.breadcrumb {
    margin-bottom: 0;
    align-items: center;
}
.breadcrumb a {
    font-size: 14px;
    line-height: 14px;
    color: #888b95;
    margin: 0 5px;
}
.breadcrumb span {
    margin: 0 5px;
}
.breadcrumb a:hover {
    color: #1137a2;
}

.breadcrumb span {
    font-size: 14px;
    line-height: 14px;
    color: #888b95;
}
.list_tab .tab_memu li:not(:last-child) {
    margin-right: 60px;
}
.list_con {
    max-width: 1440px;
    margin: 0 auto;
}
.list_con ul {
    padding-left: 0;
}
.list_con .lists_con a {
    display: flex;
    margin: 0 30px;
}
.list_con .con_imgs {
    width: 340px;
    height: 220px;
}
.list_con .lists_con li:not(:last-child) {
    padding-bottom: 60px;
}

.title .tit {
    font-size: 30px;
    line-height: 30px;
    color: #12192d;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 60px;
}
.list_con .con_con {
    width: 100%;
    margin-left: 100px;
    border-bottom: 1px solid #12192d1a;
    /* height: 220px; */
}
.list_con .con_time {
    margin-top: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #888b95;
}
.list_con .con_title {
    margin-top: 20px;
    font-size: 20px;
    color: #12192d;
}
.list_con a:hover .con_title {
    color: #1137a2;
}
.list_con .con_desc {
    margin-top: 20px;
    font-size: 16px;
    color: #888b95;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list_con .con_xq {
    margin: 20px 0;
    font-size: 16px;
    line-height: 16px;
    color: #1137a2;
}
.list_img {
    max-width: 1440px;
    margin: 0 auto;
}
.list_img .img_list {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 30px;
}
/* .list_img .con_imgs {
    width: 440px;
    height: 280px;
} */
.list_img .con_time {
    margin-top: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #888b95;
}
.list_img .con_title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #12192d;
}
.list_img .con_xq {
    margin-top: 48px;
    font-size: 16px;
    line-height: 16px;
    color: #1137a2;
}
.image-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.list-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lists_con li:hover img {
    transform: scale(1.05);
    transition: ease all 0.5s;
}
.img_list li:hover img {
    transform: scale(1.05);
    transition: ease all 0.5s;
}

.lists_card {
    background: #f7f8fc;
}

.card_list {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.card_list a {
    width: 100%;
    margin: 10px 0px;
    background: #ffffff;
    padding: 30px;
}
.card_list a .year {
    font-weight: 600;
    font-size: 30px;
    color: #888b95;
}
.card_list a .time {
    font-weight: 400;
    font-size: 16px;
    color: #888b95;
}
.card_list a .tag {
    font-weight: 400;
    font-size: 16px;
    color: #888b95;
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #12192d1a;
    padding: 2px 10px;
}
.card_list a .card_line {
    position: relative;
    background-color: #12192d1a;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.card_list a:hover .card_line::after {
    left: 0;
    width: 100%;
}
.card_list a .card_line:after {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    bottom: 0px;
    height: 1px;
    background: #1137a2;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.card_list .card_title {
    font-weight: 500;
    font-size: 20px;
    color: #585d6b;
    text-align: justify;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card_list .card_desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #888b95;
    text-align: justify;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card_list .card_xq {
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #1137a2;
}

.card_list a:hover .year,
.card_list a:hover .time {
    color: #12192d;
}

.card_list a:hover .card_title {
    color: #1137a2;
}
.card_list a:hover .card_line {
    color: #1137a2;
}

.lists_card2 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}

.lists_card2 .card2_list {
}

.lists_card2 .card2_list a {
    width: 100%;
    border: 1px solid #e9e9ea;
    margin-bottom: 30px;
    padding: 60px 30px 30px 30px;
}

.lists_card2 .card_title {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 20px;
    color: #12192d;
}

.lists_card2 .card_desc {
    font-weight: 400;
    font-size: 16px;
    color: #888b95;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lists_card2 .card_line {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background-image: linear-gradient(to right, #1137a2 10%, #e9e9ea 0);
}

.lists_card2 .time {
    font-weight: 400;
    font-size: 14px;
    color: #888b95;
}
.lists_card2 .xq {
    font-weight: 400;
    font-size: 14px;
    color: #1137a2;
}

.lists_card2 .card2_list a:hover {
    background: #1137a2;
    color: #ffffff;
}

.lists_card2 .card2_list a:hover .card_title,
.lists_card2 .card2_list a:hover .card_desc,
.lists_card2 .card2_list a:hover .time,
.lists_card2 .card2_list a:hover .xq {
    color: #ffffff;
}
.lists_card2 a:hover .card_line {
    background-image: linear-gradient(to right, #1137a2 0%, #e9e9ea 0);
}

.pagination-block {
    padding: 60px 0;
}
.pagination-block .pagination_info {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #888b95;
}

.pagination-block .pagination li {
    line-height: 16px;
}

@media screen and (max-width: 1024px) {
    .list_box .breadcrumb {
        display: none;
    }
    .list_tab .list_box {
        /* justify-content: center; */
    }
    .list_tab .tab_memu {
    }
    .list_con .lists_con a img {
        /* width: 100%; */
        /* height: auto; */
    }
    .list_con .con_imgs {
        /* width: 10vw; */
        /* height: 4vw; */
    }
}
@media screen and (max-width: 769px) {
    .list_con .lists_con a {
        display: block;
        margin: 0;
    }
    .list_con .lists_con div {
        text-align: center;
    }
    .list_con .con_con {
        width: auto;
        margin: 30px;
    }
}
