/* 内容区域 */
.w1280 {

    width: 1280px;
    margin: 0 auto;
}

.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;
    width: 80%;
}
.new_fist .c_box_1_mine .c_box_1_bottot p {
    
     color: #ffffff;
}
.new_fist .c_box_1_mine .c_box_1_bottot p a{

    color: #ffffff;
}



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


    line-height: 1;
    margin-bottom: 17px;
    margin-top: 1.9%;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.4s;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
word-break: break-all; 
-webkit-box-orient: vertical;
height: 1em;
max-height: 1em;

}

.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;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;
}

.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 {
overflow: hidden;
    height: 0px;
    position: relative;
    padding-bottom: 57%;
 
}

.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 16%;
    align-items: center;
    justify-content: flex-end;
}

.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;
    text-align:center ;
}

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

}

.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: 1600px) {

    .w1280 {

        width: 80%;
    }
}



@media screen and (max-width: 1200px) {
    .new_mine .p_list .p_loopitem .box_right .e_text .e_button {

        width: 120px;
        height: 40px;
    }

    .w1280 {

        width: 90%;
    }
}



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

        flex-wrap: wrap;
    }
.new_fist .c_box_1_mine .c_box_1_img a>div {
    
        height: 200px;
}.new_fist .c_box_1_mine .c_box_1_bottot {
    
        width: 100%;
}

.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_1 a {
    
        margin-bottom: 5px;
    margin-top: 15px;
}
    .new_mine .new_fist .c_box_1 {

        width: 100%;
        margin-bottom: 20px;
    }

    .new_fist .c_box_1_mine .c_box_1_bottot {

        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: 2;
        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;
        text-align: left;
    }

    .new_mine .p_list .p_loopitem .box_right {
        flex-wrap: wrap;
    }

    .new_mine .p_list .p_loopitem .box_right .e_iamg {
        width: 70px;
        height: 70px;
        margin-right: 5px;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text {
        padding: 5px;
        width: 100%;
        flex: 0 0 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_but {

        flex: 0 0 20px;
    }

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

        line-height: 1.5;
    }

    .new_mine .p_list .p_loopitem .box_right .e_text {

        margin-top: 10px;
        margin-bottom: 10px;
    }

    .new_mine .p_list .p_loopitem {

        padding-bottom: 15px;
        padding-top: 15px;
        margin-bottom: 20px;
    }
}
