 .chanpin_lunbo {
    margin-top: 80px;
}

.proy_list_left {
    width: 200px;
    height: auto;
    margin-top: 1px;
    /* border: 1px solid black;   */
}

.xianshi {
    width: 100%;
    height: 76px;
    background-color: #007ec7;
}

.xianshi>h3 {
    text-align: center;
    line-height: 80px;
    color: #ffff;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.xiaofen {
    width: 100%;
    height: 48px;
    background-color: #ececeb;
    color: #666;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    margin-top: 2px;
}

.xiaofen>a {
    color: #666;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.xiaofen:hover {
    background-color: #007ec7;
    color: #ffff !important;
    border: 1px solid#fff;
}

.xiaofen:hover a {
    color: #ffff !important;
}

.pry_img {
    width: 200px;

}

.prtde_box {
    width:1400px;
    display: flex;
    flex-wrap: wrap;
}

.chanppiamnxoian {
    width: 1100px;
    height: 762px;
    /* background-color: aqua; */
    margin-left: 15px;
}

.list_box {
    width: 300px;
    height: 300px;
    border: 1px solid rgb(192, 192, 190);
    float: left;
    margin-top: 3%;
    margin-left: 5%;
    position: relative;
    transition: all 0.3s linear;
}
.mmengche{
    width: 300px;
    height: 300px;
    position: absolute;
   /*  background-color: rgba(243, 242, 237, 0.521); */
    border-radius: 50px 30px 50px 30px;
}
.list_box:hover span:nth-of-type(1){
     color: crimson;
   
}
.list_box:hover{
 /*    background-color: rgb(73, 154, 230); */
    cursor: pointer;
   /*  color: rgb(255, 255, 255); */
   transition: all 0.3s linear;
       transform: scale(0.9,0.9);
    border: 1px solid brown;
}
.list_box>a>img {
    width: 127px;
    height: 200px;
}
.list_box>span{
    color: rgb(35, 104, 182);
    padding-left: 
    2%;
    margin-top: 1%;
    display: block;
}
.list_box>p {
    padding: 0 5px;
    font-size: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 5px;
}

 .femnye {
    width: 500px;
    height: 50px;
  /*   background-color: black; */
    margin-left: 40%;
    margin-top: -6%;
    position: relative;
}  

.km{
    cursor: pointer;
}

/* 分页样式 */
.page {
    padding: 40px;
    line-height: 28px;
    text-align: center;
     
}

.page a {
    display: inline-block;
    margin: 0 2px;
    padding: 0 12px;
    border: 1px solid #ddd;
     
    color: #333;
    vertical-align: top;
}
.page a:hover, .page .current {
    border: 1px solid #fd0902;
    background: #fd0902;
    color: #fff;
}
.page span {
    display: inline-block;
    margin: 0 2px;
    padding: 0 12px;
    border: 1px solid #ddd;
     
    color: #333;
    vertical-align: top;
}


.page  li { display:inline

}
.page  .active span{background:#fd0902;color:#ffffff}
 