.banner2 {

    background-repeat: no-repeat;
    background-image: ;
    background-position: center;
    width: 100%;

    background-size: cover;
}

.page1 {

    background-color: #f3f4f8;
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
}

.banner2 .fade_a a {

    width: 150px;
    height: 45px;
    background-color: #367ee8;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 60px;
}

.banner2 .fade_a a:hover {

    background: #1650a4;
    color: #fff;
    border-color: #1650a4;
}

.container-fluid {
    width: 100%;
    max-width: 7.65625rem !important;
    z-index: 1000;
}

.page1_mine .p_list {

    display: flex;
    flex-wrap: wrap;
}

.page1_mine .p_list .p_loopitem {
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 2.8% 3.5% 3.2% 3.5%;
}

.page1_mine .p_list .p_loopitem .duv {
    padding-bottom: 30px;
    margin-bottom: 28px;
    border-bottom: 1px solid #eeeeee;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.page1_mine .p_list .p_loopitem .duv span {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    height: 2.4em;
    max-height: 2.4em;
    display: block;
    word-wrap: break-word;
    word-break: break-word;
}

.page1_mine .p_list .p_loopitem:nth-child(3n) {

    margin-right: 0;
}

.page1_mine .p_list .p_loopitem .qy_lis p {

    margin-bottom: 1.5vw;
    color: #999999;
}

.main58 {

    margin: 0.78125rem 0;
}

.page1_mine .p_list .p_loopitem .duv::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
    width: 90px;
    height: 3px;
    background: #367ee8;
    transition: all .5s;
}

.page2 .page2_mine .p_list {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page2 .page2_mine .p_list .p_loopitem {
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5% 2% 1.5% 2.8%;
    transition: all 0.4s;
}

.page2 .page2_mine .p_list .p_loopitem:hover {


    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.page2 .page2_mine .p_list .p_loopitem .p_cc {
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: 2%;
}

.page2 .page2_mine .p_list .p_loopitem .p_cc .government {
    margin-right: 15px;
    width: 28px;
    flex: 0 0 28px;
}

.page2 .page2_mine .p_list .p_loopitem .p_cc .go_txte {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 1.5em;
    max-height: 1.5em;
    flex: 1;
}

.page2 .page2_mine .p_list .p_loopitem>a {

    width: 120px;
    height: 34px;
    border-radius: 17px;
    border: solid 1px #eeeeee;
    letter-spacing: 0px;
    color: #999999;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 120px;
}

.page2 .page2_mine .p_list .p_loopitem a:hover {
    color: #ffffff;
    background-color: #367ee8;
}

.page2 {

    padding-top: 5.2vw;
    padding-bottom: 7.8vw;
}

.page1_mine .p_list .p_loopitem:hover .duv::after {

    width: 100%;
}

.page2 .page2_mine .p_list .p_loopitem .p_cc .government img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-device-width: 1600px) {
    .banner2 .fade_a a {

        margin-top: 50px;
    }

}


@media screen and (max-device-width: 1440px) {
    .banner2 .fade_a a {

        margin-top: 40px;
    }

}

@media screen and (max-device-width: 1200px) {
    .page2 .page2_mine .p_list .p_loopitem>a {
        height: 30px;
        width: 100px;
        flex: 0 0 100px;
        line-height: 30px;
    }

    .page1_mine .p_list .p_loopitem .duv::after {

        width: 60px;
    }

    .banner2 .fade_a a {

        margin-top: 30px;
    }
}



@media screen and (max-device-width: 768px) {

    .page1_mine .p_list .p_loopitem {

        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .container-fluid {
        max-width: 100% !important;
    }

    .page2 .page2_mine .p_list .p_loopitem {
        padding: 12px;
        width: 100%;
    }

    .page2 .page2_mine .p_list .p_loopitem>a {
        flex: 0 0 90px;
        width: 90px;
    }

    .page2 .page2_mine .p_list .p_loopitem {}

    .page1_mine .p_list .p_loopitem .duv {

        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .page1_mine .p_list .p_loopitem .duv::after {

        width: 60px;
    }

    .page1_mine .p_list .p_loopitem {

        padding: 10px;
    }

    .banner2 .fade_a a {
        margin-top: 20px;
        width: 150px;
        height: 35px;
    }

    .page2 .page2_mine .p_list .p_loopitem .p_cc .government {

        width: 20px;
        flex: 0 0 20px;
    }

    .page1_mine .p_list .p_loopitem .duv span {
        -webkit-line-clamp: 1;
        line-height: 1.2;
        height: 1.2em;
        max-height: 1.2em;
    }
}