/* 内容区域 */

.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%;
    overflow: hidden;

}

.new_fist .c_box_1_mine .c_box_1_bottot {
    padding: 0 3% 1.9% 3%;
    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;
    font-weight: bold;
}

.new_fist .c_box_1_mine .c_box_1_img {
    overflow: hidden;
    width: 100%;
    height: 450px;
}

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















































































.new_mine .c_box {
    width: 100%;

}

.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;
    margin-bottom: 20px;
    overflow: hidden;
  
    border-radius: 10px;
 
}

.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 {
width: 34.8%;
    overflow: hidden;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 19.25%;
}

.new_mine .p_list .p_loopitem .box_right .e_iamg img {
object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;
}

.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 {
    width: 57.5%;
    padding: 3.1% 5%;

}

.new_mine .p_list .p_loopitem .box_right .e_text>p {
    margin-bottom: 2%;
    letter-spacing: 0px;
    color: #343434;
    font-weight: bold;
    transition: all 0.4s;
    line-height: 1.5;
    height: 3em;
    max-height: 3em;
}

.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: 5.5%;
    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: #aaaaaa;
}



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


}

.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: 768px) {
   .new_fist .c_box_1_mine .c_box_1_img {
       
       height: 480px;
   } 
    
}



@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) {
.s_tab ul {
    
        justify-content: center!important;
}

.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_1 {
    
        text-align: left;
}
.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_2 {
     text-align: left;
    
}
.new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_3 {
     text-align: left;
    
}
    .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 {
    height: 200px;
        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 .p_list .p_loopitem .box_right .e_text .e_button {

        width: 100px;
        height: 40px;
    }

    .new_mine .new_fist {

        margin-bottom: 20px;
    }
    .new_fist .c_box_1_mine .c_box_1_img {
        
            height: 200px;
    }
    .new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_3{
            width: 100px;
            height: 40px;
            margin-top: 10px;
           font-weight: bold;
           transition: all 0.4s;
           border-radius: 27px;
 
           display: flex;
          align-items: center;
          justify-content: center;
    }
    .new_fist .c_box_1_mine .c_box_1_bottot .c_box_1_3 a{
          color:#212529;
    }
}
