/*
Theme Name: DouPHP母婴用品模板
Theme URI: http://demo.douco.com/
Description: DouPHP母婴用品模板
Version: 1.0
Author: DouCo Co.,Ltd.
Author URI: http://www.douco.com/
*/

/* 图片展示
----------------------------------------------- */
#onepic ul {
 zoom:1;
 overflow:hidden;
 padding-top:20px;
}
#onepic li {
     width: 24%;
    float: left;
    background: #f0f0f0;
    margin: 0 1.3% 13px 0;
}
#onepic li.last {
 margin-right:0;
}
#onepic li dt{border: 1px solid #e5e5e5;
    padding: 10px 9px;
    background: #fff;}
#onepic li dd{
	height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
	}
#onepic li dd{
    color: #4b4a4a;
}
#onepic li img {
 display: block;
    width: 100%;
}
#onepic li a:hover img {
}