.location_search{width: 1170px;margin: 0 auto;height: 100px;line-height: 100px;}
.location_box{width: 400px;float: left;font-size: 14px;}
.search_box{float: right;}
.input_box{width:355px;height:40px;border:1px solid #ccc;background:#fff;border-radius:5px;margin:30px 0;-moz-box-shadow: 0px 1px 2px #eee; box-shadow: 0px 1px 2px #eee;}
.input_box:hover{outline: none;border-color:#F60 !important;transition:1s;-moz-transition:1s;box-shadow:rgba(247, 36, 20, 0.5) 0px 0px 5px;-moz-box-shadow:rgba(247, 36, 20, 0.5) 0px 0px 5px;
 -webkit-box-shadow:rgba(247, 36, 20, 0.5) 0px 0px 5px;
}
.inpu_box{float:left;width:240px;height:38px; line-height:38px; border:none;padding-left:10px;margin:1px;}
.input_box span{float:right;width:30px;cursor:pointer;background:url(../images/search.png) 0 center no-repeat;height:25px;margin-top: 7px;}
.pic_cntainer{width: 1170px;margin: 0 auto;height: 1450px;}
.pic_item{float: left;margin: 8.75px;}
.box-shadow{box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06),5px -5px 5px rgba(0, 0, 0, 0.06),-5px 5px 5px rgba(0, 0, 0, 0.06),-5px -5px 5px rgba(0, 0, 0, 0.06)}
.pic_item_end{margin: 0;}
/* .pic_item_frist{padding-right: 23px;} */
.pic_item_top{width: 275px;height: 160px;overflow: hidden;position: relative;}
.pic_item_top img{width: 275px;height: 160px;}
.pic_item_bot{width: 275px;height: 110px;background-color: rgba(0, 0, 0, 0.04);}
.pic_title{padding: 15px 15px;height: 50px;}
.pic_title p{width: 255px;line-height: 30px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pic_date{padding-left: 10px;font-size: 12px;color: #999999;}
.fenye{width: 1170px; margin: 35px auto;}
/* .fenye_box{width: 600px;margin: 0 auto;} */
.fenye span{color:#4d4d4d;float: left;margin: 0 auto;}
.fenye .yema {
    height: 20px;
    line-height: 20px;
    width: 55px;
    float: left;
    border: 1px solid #000;
    font-size: 12px;
    text-align: left;
    padding: 0 10px;
}
.footer_box{float:left;width:100%;text-align: center;margin-top: 30px; background:#F7F7F7;}
.copy_style{width:1170px;margin: 0 auto; line-height:30px;text-align:center;color:#666; font-size:14px;margin: 0 auto;}
.img-zoom-in img 
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}
.img-zoom-in:hover img 
{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1)
}