﻿@charset "utf-8"; 

*{ font-family: '微软雅黑'; }
a{ color: #333; text-decoration: none; font-size: 14px; cursor: pointer; }
ol,ul,li{ list-style: none; }
body{ background: #fff; }

.content .main{ padding-top: 60px; }
.content .main .model{ width: 280px; margin-right: 10px; float: left;margin-bottom: 20px;}
.content .main .model .mo-img{ width: 220px; float: left; overflow: hidden; }
.content .main .model .mo-more{ float: left; width: 20px; text-align: center; background: #000; font-size: 12px; padding: 5px 0; margin-left: 5px; color: #fff; word-wrap: break-word; }
.content .main .model .mo-title{ float: left; width: 30px; margin-left: 5px; text-align: center; font-size: 18px; word-wrap: break-word; }
.content .main .gallery{display: flex;flex-wrap: wrap;justify-content: space-around;}