/* 内容区域 */

.new_mine .new_fist {
    background-color: #ffffff;
    justify-content: space-between;
    margin-bottom: 3.8%;
    display: flex;

}

.new_mine .new_fist .c_box_1 {

    width: 48%;
}

.new_mine .new_fist .c_box_1 .c_box_1_mine {

    position: relative;
}

.new_fist .c_box_1_mine .c_box_1_bottot {
    position: absolute;
    bottom: 30px;
    left: 1.8vw;
    z-index: 2;
}

.new_fist .c_box_1_mine .c_box_1_bottot p {

    color: #ffffff;
}



.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_1 {
    letter-spacing: 0px;

    text-align: center;
    line-height: 1;
    margin-bottom: 17px;
    margin-top: 1.9%;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.4s;

}

.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%;
    position: relative;
}

.new_fist .c_box_1_mine .c_box_1_img img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.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_img a>div {

    position: relative;
}

.new_fist .c_box_1_mine .c_box_1_img a>div:after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 1;
    transition: 0.4s all;
}


.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;
}















































































.new_mine .c_box {
    width: 100%;

}

.new_mine .p_list .p_loopitem {
    display: flex;
    background-color: #ffffff;
    padding-top: 5.8%;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 4.2%;
}

.new_mine .p_list .p_loopitem::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: #cccccc;
}

.new_mine .p_list .p_loopitem::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    width: 0;
    height: 2px;
    background: #003893;
    transition: all .5s;
}

.new_mine .p_list .p_loopitem:hover::after {
    width: 100%;

}

.new_mine .p_list .p_loopitem:hover .box_right .e_text>p {
    color: #003892;

}

.new_mine .p_list .p_loopitem:hover .box_right .e_but .icon path {

    fill: #003892;
}

.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_but {
    display: flex;
    flex: 0 0 32%;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10%;
overflow: hidden;
}
.new_mine .p_list .p_loopitem .box_right .e_but:hover img{
    transform:scale(1.05) ;
    
}
.new_mine .p_list .p_loopitem .box_right .e_but img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.new_mine .p_list .p_loopitem .box_right .e_iamg {
    overflow: hidden;
    width: 123px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8eaed;
    margin-right: 5%;
}

.new_mine .p_list .p_loopitem .box_right .e_iamg .e-time .time_1 {
    letter-spacing: 0px;
    color: #003892;

}

.new_mine .p_list .p_loopitem .box_right .e_iamg .e-time .time_2 {

    letter-spacing: 0px;
    color: #000000;
    font-weight: 500;
}

.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 {

    flex: 1;
    padding-top: 3.3vw;

}

.new_mine .p_list .p_loopitem .box_right .e_text>p {
    margin-bottom: 1.48vw;
    letter-spacing: 0px;
    color: #343434;
    font-weight: bold;
    transition: all 0.4s;
    line-height: 1;
}

.new_mine .p_list .p_loopitem .box_right .e_text>p:hover {

    color: #003892;
}

.new_mine .p_list .p_loopitem .box_right .e_chttext {
    line-height: 2;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
    max-height: 6em;
    letter-spacing: 0px;
    color: #777777;
}





.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: 1200px) {
    .new_mine .p_list .p_loopitem .box_right .e_text .e_button {

        width: 120px;
        height: 40px;
    }
}



@media screen and (max-width: 768px) {

    .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;
    }

    .new_mine .p_list .p_loopitem .box_right .e_iamg {

        width: 100%;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text {
        padding: 15px;
        width: 100%;
    }

    .new_mine .p_list .p_loopitem .box_right .e_chttext {
        line-height: 1.5;
        max-height: 4.5em;
    }


    .new_mine .new_fist {

        margin-bottom: 20px;
    }


    .new_mine .p_list .p_loopitem .box_right .e_text {

        flex: 0 0 100%;
    }

    .new_mine .p_list .p_loopitem .box_right .e_but {

        flex: 0 0 100%;
        margin-left: 0%;
    }

    .new_mine .p_list .p_loopitem {

        padding-top: 0%;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text {

        padding: 0px;
        margin-bottom: 15px;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text>p {

        margin-bottom: 10px;
    }


}
