.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.top {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    background: white;
    padding: 15px 0;
}

.topLeft {
    flex: 0 0 32%;
    max-width: 32%;
}

.topLeft a {
    display: inline-block;
    width: 100%;
    height: 270px;
    position: relative;
}

.topLeft a img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.topLeft a span {
    width: 96%;
    padding: 2%;
    background: #020202;
    color: white;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
}

.topCenter {
    flex: 0 0 33%;
    max-width: 33%;
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    max-height: 270px;
}

.topCenter p {
    flex: 0 0 25px;
    max-width: 495px;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding-left: 10px;
}

.topCenter ul {
    flex: 0 0 calc(100% - 20px);
    max-height: calc(100% - 20px);
    max-width: 100%;
    display: flex;
    flex-flow: column;
}

.topCenter ul li {
    max-width: 100%;
    padding: 0.5% 2%;
    align-items: center;
    background-image: radial-gradient(#4F4E5D, transparent);
    background-position: 10px;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}

.topCenter ul li a {
    display: inline-block;
    color: #4F4E5D;
    font-size: 14px;
    width: 95%;
    padding-left: 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topRight {
    flex: 0 0 33%;
    max-width: 33%;
    margin-left: 1%;
    background: #F8F8F8;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-height: 270px;
    border-radius: 4px;
}

.topRight p {
    flex: 0 0 21px;
    color: #2F2F31;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.topRight ul {
    flex: 1;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.topRight ul li {
    margin: 1% 2% 1% 0;
}

.topRight ul li a {
    font-size: 14px;
    color: #4F4E5D;
}

.repair {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 15px 0 5px;
}

.repair h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

.repair .repairClassify {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px 0;
    display: flex;
    flex-flow: row wrap;
}

.repair .repairClassify li {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
    box-sizing: border-box;
    padding: 0.2% 1%;
    align-items: center;
    background-image: radial-gradient(#4F4E5D, transparent);
    background-size: 5px 5px;
    background-position: 8px 10px;
    background-repeat: no-repeat;
}

.repair .repairClassify li a {
    display: inline-block;
    color: #4F4E5D;
    font-size: 14px;
    width: 95%;
    padding-left: 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.repair .repairArticle {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    padding: 10px 0;
}

.repair .repairArticle>li {
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.repair .repairArticle>li:nth-last-of-type(1), .repair .repairArticle>li:nth-last-of-type(2), .repair .repairArticle>li:nth-last-of-type(3) {
    margin-bottom: 0;
}

.repair .repairArticle>li:nth-of-type(3n) {
    margin-right: 0;
}

.repair .repairArticle>li>span {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.repair .repairArticle>li>span::before {
    content: '';
    width: 10px;
    height: 80%;
    background: #333;
    position: absolute;
    left: 0;
    top: 10%;
}

.repair .repairArticle>li>section {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.repair .repairArticle>li>section>a {
    width: 38%;
    height: 102px;
}

.repair .repairArticle>li>section>a>img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.repair .repairArticle>li>section>div {
    margin-left: 4%;
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.repair .repairArticle>li>section>div>a {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.repair .repairArticle>li>section>div>p {
    font-size: 14px;
    color: #999;
    padding-bottom: 4px;
}

.repair .repairArticle>li>.repairRecoArticle {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: column;
}

.repair .repairArticle>li>.repairRecoArticle>li {
    display: flex;
    max-width: 100%;
    padding: 0.5% 2% 0.5% 0;
    align-items: center;
    background-image: radial-gradient(#4F4E5D, transparent);
    background-position: 1px 10px;
    background-size: 5px 5px;
    background-repeat: no-repeat;
    justify-content: space-between;
}

.repair .repairArticle>li>.repairRecoArticle>li>a {
    display: inline-block;
    color: #4F4E5D;
    font-size: 14px;
    width: 70%;
    padding-left: 4%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.repair .repairArticle>li>.repairRecoArticle>li>time {
    color: #999;
}