  /* search */
@media screen and (max-width: 810px) {
    .ywy_p_1_mid_right {
        position: relative;
        margin: 1em 0;
        width: 100%;
    }
}
.ywy_p_1_mid_right {
    /*   position: absolute; */
    right: 0;
    top: 1em;
    /*   width: 27.5%;*/
}
.ywy_p_1_mid_right_mid {
    padding-left: 44px;
    border: 1px #bdbdbd solid;
    border-radius: 2.1875em;
}
.ywy_p_1_mid_right_mid_left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 44px;
}
.ywy_p_1_mid_right_mid_right input {
    border: none;
    background: none;
    width: 100%;
    height: 2.1875em;
    line-height: 2.1875em;
}
.ywy_p_1_mid_right_mid_left input {
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
   /* background-image: url(/public/template/home/default/ls2/images/img5.png);*/
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}



  /* fenye */
    .pagination-content {
    text-align: center;
    margin-bottom: 7vw;
}
    .pagination-content ul li {
    margin: 0 5px;
    display: inline-block;
    width: 1.875em;
    height: 1.875em;
    text-align: center;
    line-height: 1.875em;
}
.pagination-content ul li a:hover, .pagination-content ul li.active span {
    background-color: #f08519;
    color: #fff;
}
.pagination-content ul li a, .pagination-content ul li span {
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: block;
    width: 1.875em;
    height: 1.875em;
    border-radius: 100%;
    color: #000;
}
.pagination-content ul li a, .pagination-content ul li span {
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: block;
    width: 1.875em;
    height: 1.875em;
    border-radius: 100%;
    color: #000;
}

.pagination-content  .disabled span {
   color: #afaeae;
}

/*    list    */
.pro_2_mid_e_n {
    content: "";
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 8px;
    position: absolute;
    left: 0;
    padding: 2px 13px;
    letter-spacing: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    font-size: 10px;
    text-align: center;
    color: #fff;
    font-family: '黑体', 'SimHei', sans-serif;  /* 20241129 check font */
}
/*    list  add    */
.pro_more{
    opacity: 0;
    position: absolute;
    right: 2em;
    bottom: 1.5em;
    font-size: 0.75em;


    /* 让readmore居中 */
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.pro_more span {
    font-family: '黑体', 'SimHei', sans-serif;  /* 20241129 check font */
    padding-right: 2em;
    position: relative;
    display: inline-block;
    color: #fff;
}
.pro_more span:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    width: 18px;
    top: 50%;
    margin-top: -6.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/template/home/default/ls2/images/img6.png);
    z-index: 10;
    height: 13px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pro_list ul li:hover .pro_more span:after{
right:-.5em;}
 
.pro_list ul li:hover .pro_more{
opacity:1;}

