body{
    background-color: #f7f9fa;
}
.content{
    background-color: #fff;
    border-radius: 5px;
    font-size:16px;
    padding:30px;
    border-radius: 5px;
    margin:0px 0 30px 0;
    line-height: 26px;
}
.content img{
    max-width: 100%;
}



/* 通用标题 */
.public_title{
    text-align: center;
    margin-bottom: 20px;
}
.public_title .t1{
    text-align: center;
    font-size:28px;
    font-weight: 700;
    color:#333;
    margin-bottom: 5px;
}
.public_title .t2{
    font-size: 16px;
    color: #595959;
}


/* 图片 */
.imgs{
	border-radius: 5px;
	padding:80px 0;
    background-color: #fff;
}
.imgs .title{
	border-bottom: 1px solid #fafafa;
	padding:8px 10px;
}
.imgs .list{
	display: flex;
	flex-wrap: wrap;
	padding:5px;
}
.imgs .list .item{
    border:1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fafafa;
}
.imgs .list .imgbox{
	background-color: #fff;
}
.imgs .list .imgbox img{
	display: block;
	width:100%;
}
.imgs .list .name{
    text-align: center;
    line-height: 35px;
    height: 35px;
}

@media screen and (min-width:0px) and (max-width:768px){
    .content{padding:15px;}
    .imgs{padding:30px 0;}
}