.ui-sec-nav {
    width: 1200px;
    height: 50px;
    margin: auto;
    padding: 15px 0 15px 30px;
    box-sizing: border-box;
    background: url(../images/cur.png) left center no-repeat;
    border-bottom: 1px solid #e2e2e2;
}

.ui-sec-nav label,
.ui-sec-nav label a {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.ui-sec-nav h1 {
    margin: auto;
    width: 1200px;
    height: 125px;
    line-height: 125px;
    text-align: right;
    font-size: 36px;
    color: #fff;
    letter-spacing: .2em;
}

.ui-content {
    width: 1200px;
    height: auto;
    margin: auto;
    padding: 20px 0px;
}

.ui-detail-tit {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-weight: bold;
    padding: 8px 0;
    color: #333;
    text-align: center;
    font-size: 1.6145vw;
}

.ui-detail-lab {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-align: center;
}

.ui-detail-lab span {
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin-right: 15px;
}

.ui-detail-con img,
.ui-detail-con video {
    max-width: 100%;
}

@media screen and (max-width:420px) {
    .ui-content {
        padding: 30px 15px !important;
        box-sizing: border-box;
    }
    .ui-detail-tit {
        font-size: 23px;
    }
}