.filter {
    width: 100%;
}

.filter .box {
    width: 100%;
    border-bottom: 1px solid #DDDFE1;
}

.filter .date {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

.filter .item {
    width: 20rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
}

.filter .item .name {
    font-size: 0.225rem;
    color: #000;
    margin-right: 0.1rem;
}

.filter .item .filter-tab {
    flex: 1;
    display: flex;
}

.filter .item .filter-tab-item {
    font-size: 0.225rem;
    color: #161616;
    margin-right: 0.5rem;
    cursor: pointer;
}

.filter .item .filter-tab-item:hover {
    color: #024D9B;
}

.filter .item .filter-tab-item.is-active {
    color: #024D9B;
    position: relative;
}

.filter .item .filter-tab-item.is-active:after {
    content: '';
    display: block;
    width: 4em;
    height: 0.0375rem;
    background-color: #024D9B;
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
}

.filter .item .checkbox {
   /* display: flex;*/
    align-items: center;
}

.filter .item .checkbox-item {
    font-size: 0.2rem;
    float: left;
    color: #171717;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter .item .checkbox-item input[type='checkbox'] {
    width: 0.225rem;
    height: 0.225rem;
    margin-right: 0.1rem;
}

.filter .item .date-box {
    width: 3.5rem;
    height: 0.5rem;
    border: 1px solid #A8A8A8;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    padding: 0 0.125rem;
}

.filter .item .date-box-ipt {
    flex: 1;
    font-size: 0.2rem;
}

.filter .item .date-box .icon {
    width: 0.25rem;
    height: 0.25rem;
}

.filter .item .keyword {
    width: 8.75rem;
}

.filter .item .search-btn {
    width: 2.15rem;
    height: 0.5rem;
    background-color: #0952C9;
    font-size: 0.25rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    margin-left: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.filter .item .search-btn:hover {
    background-color: #024D9B;
}

.filter .item .search-btn:active {
    transform: scale(0.9);
}

.filter-mob {
    display: none;
}

.main {
    width: 20rem;
    margin: 0.3rem auto;
}

.main-box {
    display: flex;
    margin-bottom: 0.325rem;
}

.main-box-left {
    width: 80%;
    padding-right: 3%;
}

.main-box-right {
    width: 20%;
}

.main .statute .content .item {
    padding: 0.25rem;
    padding-left: 0;
    border-bottom: 1px dashed #DDDFE1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .statute .content .item .left {
    width: 70%;
}

.main .statute .content .item .left-title {
    font-size: 0.2rem;
    color: #111111;
    font-weight: bold;
    margin-bottom: 0.1rem;
    cursor: pointer;
}

.main .statute .content .item .left-title:hover {
    color: #024D9B;
}

.main .statute .content .item .left-info {
    font-size: 0.175rem;
    color: #858585;
}

.main .statute .content .item .left-info span {
    margin-right: 0.15rem;
}

.main .statute .content .item .mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main .statute .content .item .mid .state {
    width: 0.925rem;
    height: 0.4rem;
    font-size: 0.175rem;
    color: #fff;
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .statute .content .item .mid .state.xxyx {
    background-color: #0381EC;
}

.main .statute .content .item .mid .state.jjss {
    background-color: #CD7002;
}

.main .statute .content .item .mid .state.yjfz {
    background-color: #B2B2B2;
}

.main .statute .content .item .mid .text {
    font-size: 14px;
    color: #605A5A;
    margin-top: 0.05rem;
}

.main .statute .content .item .action {
    display: flex;
    column-gap: 0.4rem;
}

.main .statute .content .item .action-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.main .statute .content .item .action-item .eye {
    width: auto;
    height: 0.325rem;
}

.main .statute .content .item .action-item .star {
    width: auto;
    height: 0.325rem;
}

.main .statute .content .item .action-item span {
    font-size: 0.175rem;
    color: #B4B4B4;
    margin-top: 0.1rem;
}

.main .read .content .top {
    width: 100%;
    height: 2.4rem;
    margin: 0.15rem 0;
}

.main .read .content .top .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.main .read .content .top .swiper-wrapper .img {
    width: 100%;
    height: 100%;
}

.main .read .content .top .swiper-button-next,
.main .read .content .top .swiper-button-prev {
    color: #fff;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: rgba(204, 204, 204, 0.4);
}

.main .read .content .top .swiper-button-next::after,
.main .read .content .top .swiper-button-prev::after {
    font-size: 0.25rem;
}

.main .read .content .bottom {
    width: 100%;
    height: 2.5rem;
}

.main .read .content .item {
    margin-bottom: 0.225rem;
    cursor: pointer;
    color: #4C4C4C;
    font-size: 0.175rem;
}

.main .read .content .item:hover {
    color: #2847C6 !important;
}

.main .read .content .item .text {
    margin-bottom: 0.05rem;
}

.main .banner {
    width: 100%;
    height: 2.725rem;
    position: relative;
}

.main .banner .img {
    width: 100%;
    height: 100%;
}

.main .banner .text {
    font-size: 0.625rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main .banner .text span:nth-child(1) {
    margin-right: 0.5rem;
}

.main .train .content .item {
    margin-top: 0.125rem;
    cursor: pointer;
    display: block;
}

.main .train .content .item .poster {
    width: 100%;
    height: 2.2125rem;
    overflow: hidden;
}

.main .train .content .item .poster img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.main .train .content .item .poster img:hover {
    transform: scale(1.15);
}

.main .train .content .item .text {
    font-size: 0.1875rem;
    color: #4C4C4C;
    font-weight: bold;
    margin: 0.125rem 0;
}

.main .train .content .item .count {
    font-size: 0.15rem;
    color: #969696;
    display: flex;
    align-items: center;
}

.main .train .content .item .count img {
    width: 0.1875rem;
    height: 0.1875rem;
    margin-right: 0.075rem;
}

.main .tags {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    background-color: #FBFBFB;
}

.main .tags .title {
    height: 0.675rem;
    line-height: 0.675rem;
    background-color: #e9f1fc;
    padding: 0 0.2rem;
    font-size: 0.225rem;
    color: #014B96;
    font-weight: bold;
}

.main .tags .content {
    padding: 0.25rem 0.15rem;
}

.main .tags .content .tag {
    display: inline-block;
    font-size: 0.2rem;
    color: #767676;
    border-radius: 0.5rem;
    padding: 0.1rem 0.2rem;
    background-color: #E9E9E9;
    margin-bottom: 0.15rem;
    cursor: pointer;
    transition: all 0.3s;
}

.main .tags .content .tag:hover {
    color: #fff;
    background-color: #024D9B;
}

.main .tags .content .tag:active {
    transform: scale(0.9);
}

@media screen and (max-width: 768px) {

    .filter {
        display: none;
    }

    .filter-mob {
        display: block;
    }

    .filter-mob .search {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.15rem 0.2rem;
    }

    .filter-mob .search .ipt {
        flex: 1;
        border: 1px solid #ccc;
        border-radius: 0.5rem;
        padding: 0.1rem 0.15rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .filter-mob .search .ipt input {
        flex: 1;
        font-size: 0.175rem;
    }

    .filter-mob .search .ipt .btn {
        font-size: 0.175rem;
        margin-left: 0.15rem;
    }

    .filter-mob .search .filter-btn {
        width: 0.25rem;
        height: 0.25rem;
        margin-left: 0.2rem;
    }

    .filter-mob .mob-tab {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .filter-mob .mob-tab .box {
        display: flex;
        overflow-x: auto;
    }

    .filter-mob .mob-tab .box::-webkit-scrollbar {
        display: none;
    }

    .filter-mob .mob-tab .box .tab-item {
        flex: 0 0 auto;
        padding: 0.15rem 0.2rem;
        text-align: center;
        white-space: nowrap;
        color: #666;
        font-size: 0.175rem;
        position: relative;
        cursor: pointer;
    }

    .filter-mob .mob-tab .box .tab-item.is-active {
        color: #014B96;
        font-weight: bold;
        position: relative;
    }

    .filter-mob .mob-tab .box .tab-item.is-active::after {
        content: "";
        display: block;
        width: 0.5rem;
        height: 2px;
        background-color: #014B96;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .main {
        width: 100%;
        margin: 0;
        padding: 0.2rem;
    }

    .main-box {
        flex-direction: column;
    }

    .main-box-left {
        width: 100%;
        padding-right: 0;
    }

    .main-box-left .statute .content .item {
        padding: 0.2rem 0;
        flex-direction: column;
        position: relative;
    }

    .main-box-left .statute .content .item .left {
        width: 100%;
    }

    .main-box-left .statute .content .item .left-info {
        display: flex;
        justify-content: space-between;
    }

    .main-box-left .statute .content .item .left-info span {
        margin-bottom: 0.1rem;
    }

    .main-box-left .statute .content .item .left-info span:nth-last-child(1) {
        display: none;
    }

    .main-box-left .statute .content .item .mid {
        width: 100%;
        align-items: flex-center;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 0.15rem;
    }

    .main-box-left .statute .content .item .mid .text {
        margin-left: 0.15rem;
        margin-top: 0;
    }

    .main-box-left .statute .content .item .action {
        position: absolute;
        bottom: 0.275rem;
        right: 0;
        column-gap: 0.2rem;
    }

    .main-box-left .statute .content .item .action-item {
        flex-direction: row;
        align-items: center;
    }

    .main-box-left .statute .content .item .action-item .star,
    .main-box-left .statute .content .item .action-item .eye {
        height: 0.25rem;
        width: auto;
    }

    .main-box-left .statute .content .item .action-item span {
        margin-top: 0;
        margin-left: 0.1rem;
    }

    .main-box-right {
        width: 100%;
        margin: 0;
        display: none;
    }

    .main .banner {
        height: 1.75rem;
    }

    .main .banner .text {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main .banner .text span {
        font-size: 0.25rem;
    }

}
