/* CSS Document */
@charset 'utf-8';
/*图片列表页面*/
.pic_list-out{width: 1183px;}
.pic_list{display: inline-block;margin: 10px;position: relative;}
.pic_list img{width: 450px;height: 610px;}
.pic_list_ding{width: 100%;height:100%;position: absolute;bottom: 0;left: 0;background: rgba(000,000,000,0.7);text-align: center;display:-moz-box;-moz-box-pack:center;-moz-box-align:center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;display: none;}
.pic_list:hover .pic_list_ding{display:-moz-box;display:-webkit-box;}

/* IE9+ */
@media all and (min-width:0) {
.pic_list:hover .pic_list_ding{display: block;display:-moz-box;display:-webkit-box;}
.pic_list_ding p{padding-top: 50px;}
}

.pic_list_ding div{padding: 0 5px;}
.pic_list_ding p{color: #fff;font-size: 18px;}
.pic_list_ding a.more{color: #fff;display: inline-block;padding: 3px 15px;margin-top:20px;border: 1px solid #fff;font-size: 14px;}


@media(max-width:640px){
.pic_list img{width: 250px;height: 410px;}
.pic_list_ding{height: 30px;
    display: block;}
.pic_list_ding p{padding-top: 0;line-height: 30px;}
.pic_list_ding a.more{display: none;}


}




/* 图片内容页面 */

/* the end */