/* 内容区域 */

.new_mine .new_fist {
    background-color: #ffffff;
    box-shadow: 0px 20px 40px 0px rgba(50, 61, 76, 0.1);
    border-radius: 10px;
    margin-bottom: 3.8%;

}

.new_fist .c_box_1_mine .c_box_1_bottot {
    padding-bottom: 1.9%;
    margin-top: 1.9%;

}

.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_1 {
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
    line-height: 1;
    margin-bottom: 17px;
    margin-top: 1.9%;
    cursor: pointer;
    font-weight: bold;

}

.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_2 {
    letter-spacing: 0px;
    color: #aaaaaa;
    text-align: center;
    transition: all 0.4s;
}


.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_3 {

    margin-top: 1.2%;
    text-align: center;
    letter-spacing: 0px;
    color: #aaaaaa;
    transition: all 0.4s;
}

.new_fist .c_box_1_mine .c_box_1_img {
    overflow: hidden;
    width: 100%;
}

.new_fist .c_box_1_mine .c_box_1_img img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_fist .c_box_1_mine .c_box_1_img:hover img {

    transform: scale(1.05);
}

.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_1:hover {

    color: #2354a0;
}

.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_3:hover {

    color: #2354a0;
}



.hbcmbanner {

    position: relative;
}

/* .nav_lis {

    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 10;
    position: relative;
    position: absolute;
    left: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 6;
    bottom: -50px;
    z-index: 30;
    bottom: -35px;
}

.nav_lis a {
    width: 204px;
    height: 98px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 1.8vw;
    box-shadow: 0px 0px 3px 0px #e3e3e3;
    transition: all 0.4s;

}

.nav_lis a.active {

    background-color: #b3092b;

    box-shadow: 0px 0px 3px 0px #b3092b;
}

.nav_lis a.active p {

    color: #fff;
    opacity: 1;
}

.nav_lis a:hover {

    background-color: #b3092b;
    box-shadow: 0px 0px 3px 0px #b3092b;
}

.nav_lis a:hover p {
    color: #fff;
    opacity: 1;

}

.nav_lis a .new_p0 {

    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
}

.nav_lis a .new_p1 {

    color: #666666;
    opacity: 0.5;
}

.nav_lis a:last-child {

    margin-right: 0;
}


 */



































































.new_mine {

    margin-top: 5vw;
}


.new_mine .c_box {
    width: 100%;

}

.new_mine .p_list .p_loopitem:first-child .box_right {

    border-top: 2px solid #e5e5e5;
}

.new_mine .p_list .p_loopitem {
    display: flex;
    background-color: #ffffff;
    /* box-shadow: 0px 10px 30px 0px rgba(58, 71, 89, 0.1); */
    border-radius: 0px 10px 10px 0px;
    transition: all 0.4s;
    border-radius: 0;



}

.new_mine .p_list .p_loopitem:hover {


    background-image: url(new_hover.png);
    background-repeat: no-repeat;
    background-size: 100% 102%;
    background-position: center center;
}

.new_mine .p_list .p_loopitem:hover .box_right .e_text .e_2 p {

    color: #b3082b;
}

.new_mine .p_list .p_loopitem .box_right {
    padding: 3.5vw 0;
    border-bottom: 2px solid #e5e5e5;
}

.new_mine .p_list .p_loopitem .box_left {

    flex: 0 0 138px;
}

.new_mine .p_list .p_loopitem .box_left .title {

    letter-spacing: 0px;
    color: #666666;
}

.new_mine .p_list .p_loopitem .box_left .e_txt {
    letter-spacing: 0px;
    color: #666666;
    font-weight: bold;
    margin-left: -5px;

}

.new_mine .p_list .p_loopitem .box_left .s_line {

    width: 30px;
    height: 2px;
    background-color: #bfbfbf;
    margin: 21px auto 21px 0;
}

.new_mine .p_list .p_loopitem .box_right {
    display: flex;
    /* flex: 1;
    width: 100%; */
}

.new_mine .p_list .p_loopitem .box_right .e_iamg {
    overflow: hidden;
    flex: 0 0 42.5%;
}

.new_mine .p_list .p_loopitem .box_right .e_iamg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.new_mine .p_list .p_loopitem .box_right .e_iamg:hover img {
    transform: scale(1.08);

}

.new_mine .p_list .p_loopitem .box_right .e_text {
    padding: 0;
    flex: 1;
    display: flex;
    padding-left: 6vw;

}

.new_mine .p_list .p_loopitem .box_right .e_text .e_2 {


    position: relative;
}

.new_mine .p_list .p_loopitem .box_right .e_text .e_2 p {
    margin-bottom: 3vw;
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
    transition: all 0.4s;
    line-height: 1.5;
    margin-bottom: 6.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    max-height: 3em;

}

.new_mine .p_list .p_loopitem .box_right .e_text .e_2 p {}

.new_mine .p_list .p_loopitem .box_right .e_text .e_2 p:hover {

    color: #b3082b;
}

.new_mine .p_list .p_loopitem .box_right .e_text .e_1 {

    width: 122px;
    height: 122px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 122px;
    margin-right: 3vw;
}

.new_mine .p_list .p_loopitem .box_right .e_text .e_1 p {
    letter-spacing: 0px;
    color: #b3082b;
    font-weight: bold;
    line-height: 1;
}

.new_mine .p_list .p_loopitem .box_right .e_text .e_1 .teme1 {

    margin-bottom: 15px;
}

.new_mine .p_list .p_loopitem .box_right .e_text>p {
    margin-bottom: 3%;
    letter-spacing: 0px;
    color: #343434;
    font-weight: bold;
    transition: all 0.4s;
}

.new_mine .p_list .p_loopitem .box_right .e_text>p:hover {

    color: #004ea0;
}

.new_mine .p_list .p_loopitem .box_right .e_chttext {
    line-height: 2;
    margin-bottom: 6.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    max-height: 4em;
    letter-spacing: 0px;
    color: #666666;
    flex-grow: 1;
}



.new_mine .p_list .p_loopitem .box_right .e_text .e_button {
    /* font-weight: bold; */
    transition: all 0.4s;
    width: 200px;
    height: 54px;
    /* border-radius: 27px; */
    border: solid 1px #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 52px;
    background-color: #b3082b;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: auto;
    font-weight: 400;
    margin-top: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.new_mine .p_list .p_loopitem .box_right .e_text .e_button:hover {

    /* background-image: linear-gradient(90deg,
            #1f4d99 0%,
            #377ac5 100%);
    color: #fff; */
    overflow: hidden;
}

.new_mine .p_list .p_loopitem .box_right .e_text .e_button:hover .e_icon {

    width: auto;
    opacity: 1;
    margin-left: 15px;

}

.new_mine .p_list .p_loopitem .box_right .e_text .e_button:hover .e_icon path {
    fill: #ffffff;

}

.new_mine .p_list .p_loopitem .box_right .e_text .e_button .e_icon {
    display: inline-block;
    width: 0px;
    opacity: 0;
    transition: all 0.5s;

}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {

    .new_mine .p_list .p_loopitem .box_right .e_text .e_button {
        width: 160px;

    }

    .new_mine .p_list .p_loopitem .box_right .e_text .e_1 {
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
    }


}

@media screen and (max-width: 1291px) {


    .new_mine .p_list .p_loopitem .box_right .e_text .e_button {

        width: 100px;
        height: 40px;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text .e_1 {

        flex: 0 0 85px;
        width: 85px;
        height: 85px;
    }

}

@media screen and (max-width: 1200px) {
    .new_mine .p_list .p_loopitem .box_right .e_text .e_button {

        width: 120px;
        height: 40px;
    }
}

@media screen and (max-width: 1100px) {
    /* .nav_lis {
        position: unset;
        transform: unset;
        padding: 40px 0 0;
        flex-wrap: wrap;
           
    } */


}

@media screen and (max-width: 768px) {
    .new_mine .p_list .p_loopitem .box_right .e_text .e_button {

        position: unset;
    }

    .new_fist .c_box_1_mine .c_box_1_bottot {


        padding: 15px;
    }

    .new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_1 {

        line-height: 1.5;
    }

    .new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_1 {

        margin-bottom: 12px;
        margin-top: 0;
    }

    .new_mine .p_list .p_loopitem .box_right {
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .new_mine .p_list .p_loopitem .box_right .e_iamg {

        width: 100%;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text {
        padding: 15px 0 0;

        width: 100%;
    }

    .new_mine .p_list .p_loopitem .box_right .e_chttext {
        line-height: 1.5;
        max-height: 4.5em;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text .e_button {
        margin-left: initial;
        width: 100px;
        height: 40px;
    }

    .new_mine .new_fist {

        margin-bottom: 20px;
    }

    /* tab切换 */
    .nav_lis {

        position: initial;
        transform: initial;
        padding: 40px 0 0;
        flex-wrap: wrap;

    }

    .nav_lis a {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
    }

    .nav_lis a {

        height: 65px;
        margin-bottom: 15px;
    }

    .nav_lis a:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .new_mine .p_list .p_loopitem .box_right .e_iamg {

        flex: 0 0 100%;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text {
        flex-wrap: wrap;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text .e_2 {
        flex: 0 0 100%;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text .e_1 {

        flex: 0 0 80px;
        /* width: 55px; */
        height: 80px;
        margin-bottom: 15px;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text .e_2 p {

        margin-bottom: 15px;
    }

    .new_mine .p_list .p_loopitem .box_right .e_chttext {
        margin-bottom: 15px;
    }

    .nav_lis a .new_p0 {

        line-height: 1;
        /* margin-bottom: 15px; */
    }

    .new_mine {
        margin-top: 20px;
    }

    .new_mine .p_list .p_loopitem:hover {

        background-size: cover;
    }
}