/*风采列表*/
.p-title{
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.con{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -8px;
    padding-bottom: 20px;
}
.con_li{
    color: #333;
    background-color: #fff;
    position: relative;
    padding: 15px 15px 0!important;
    flex: 0 0 100%;
    border: 1px solid transparent;
    box-shadow: 0 0 10px 0 rgb(39 66 107 / 10%);
    margin: 8px;
    border-radius: 4px;
    height: 315px;
    max-width: calc(20% - 16px);
}
.con_li .con_title{
    width: 100%;
    font-size: 15px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.con_li .con_pic{
    height: 180px;
    max-height: 180px;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}
.con_li .con_pic img{
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.con_li .con_name{
    width: 100%;
    font-size: 12px;
    color: #333;
    display: flex;
    justify-content: space-between;
}
.con_li .con_name span{
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con_li .con_name span:last-child{
    text-align: right;
    flex: 0 0 105px;
    margin-right: 0!important;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.con_li .con_bor{
    border-bottom: 1px solid #eef1f4;
    margin-bottom: 10px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
}
.con_li .con_yard{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #aaa;
}
.con_li .con_yard span{
    height: 34px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}
.con_li .con_yard span:last-child{
    font-size: 13px;
    color: #2b9758;
    box-sizing: border-box;
    line-height: 20px;
}
.page{
    width: 100%;
}
.con_li:hover{
    border: 1px solid #2fa962;
    background: #f0fbf9;
    box-shadow: 0 0 10px 0 rgb(39 107 68 / 40%);
}
@media (max-width: 1300px){
    .con_li {
        max-width: calc(25% - 16px);
        height: 315px;
        padding: 10px;
        margin: 8px;
        border-radius: 4px;
    }
}
@media (max-width: 1200px){
    .con_li {
        max-width: 31%;
        flex: 31%;
    }
}
@media (max-width: 991px){
    .con_li {
        max-width: 47%;
        flex: 47%;
    }
}
@media (max-width: 450px){
    .con_li {
        max-width: 100%;
        flex: 100%;
    }
}








/*风采详情*/
.nd_con{
    padding-bottom: 0px;
}
.body_title{
    text-align: center;
    margin: 40px 0px;
}
.body_title .h{
    font-size: 28px;
    font-weight: bold;
}
.body_title .p{
    font-size: 16px;
    margin-top: 10px;
}
.body_view_bot{
    margin-bottom: 100px;
}
.body_view_top{
    width: 100%;
    /*height: 470px;*/
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: linear-gradient(90deg,rgb(90 186 129),rgb(13 116 50));
    border-radius: 12px;
    box-shadow: 4px 5px 16px 0 rgb(41 113 222 / 20%);
    color: #fff;
    padding: 60px;
    display: flex;
    justify-content: space-between;
}
.body_view_top .body_view_fl{
    width: 48%;
    height: auto;
}
.body_view_top .body_view_fl .body_fl_title{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    width: 100%;
}
.body_view_top .body_view_fl .body_fl_tab{
    font-size: 18px;
    margin-bottom: 5px;
}
.body_view_top .body_view_fl .body_fl_text {
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    height: 150px;
    overflow: auto;
    margin-top: 20px;
}
.body_view_top .body_view_fl .body_fl_text p{
    margin-bottom: 15px;
}
.body_view_top .body_view_fl .body_fl_btn {
    margin-top: 30px;
    display: block;
    width: 140px;
    background: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.body_view_top .body_view_fl .body_fl_btn a{
    color: #44a76b;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    display: block;
}
.body_view_top .body_view_fr{
    width: 48%;
    /*height: 350px;*/
    overflow: hidden;
    border-radius: 20px;
}
.body_view_top .body_view_fr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.body_view_list{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.body_view_list .bd{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.body_view_li {
    width: 275px;
    margin-right: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 200px;
    float: left;
}
.body_view_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.body_view_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_protection_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.body_view_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.body_view_read {
    position: absolute;
    bottom: 3.2291666vw;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0 20px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.body_view_title {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.body_view_text {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.body_view_li:hover .body_view_read {
    bottom: 1.5625vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.body_view_li:hover .body_view_text {
    opacity: 1;
}
.body_view_content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to top, rgba(66, 165, 105, 1), rgba(0, 102, 245, 0));
    background-image: linear-gradient(to top, rgba(66, 165, 105, 1), rgba(0, 102, 245, 0));
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.body_view_li:hover .body_view_content:after {
    top: 0;
}

/* 576px-768 sm */
@media (max-width:768px) {
    .main{
        width: 94%;
        margin: 0 auto;
    }
    .p-title{
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .p-title .hr{
        height: 20px;
    }
    .p-title .font{
        height: 36px;
        margin: 0 15px;
    }
    .header-search{
        display: none;
    }
    .nd_con .position{
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .body_title{
        margin-bottom: 20px;
    }
    .body_title .h{
        font-size: 20px;
    }
    .body_title .p{
        font-size: 15px;
    }
    .body_view_bot{
        margin-bottom: 30px;
    }
    .body_view_top{
        width: 100%;
        padding: 15px;
        display: block;
        height: auto;
    }
    .body_view_top .body_view_fl{
        width: 100%;
    }
    .body_view_top .body_view_fr{
        width: 100%;
        height: auto;
    }
    .body_view_top .body_view_fr img{
        width: 100%;
        height: auto;
    }
    .body_view_top .body_view_fl .body_fl_title{
        display: none;
    }
    .body_view_top .body_view_fl .body_fl_tab{
        font-size: 15px;
    }
    .body_view_top .body_view_fl .body_fl_text{
        font-size: 13px;
        height: auto;
    }
    .body_view_top .body_view_fl .body_fl_btn{
        margin: 20px auto;
        width: 110px;
        height: 32px;
    }
    .body_view_top .body_view_fl .body_fl_btn a{
        line-height: 32px;
    }
    .hoem{
        display: none;
    }
    .news_con{
        padding-bottom: 0px;
    }
    .el-pagination{
        margin-bottom: 0px;
    }
}
