/**当前位置**/

.adress {
    height: 124px;
    padding-top: 88px;
    background: url(build.png) right bottom no-repeat;
}

.crumb {
    padding-left: 26px;
    color: #333333;
    font-size: 14px;
    background: url(adress.png) left center no-repeat;
}

.crumb a {
    color: #333333;
    font-size: 14px;
}

.crumb a:hover {
    color: #333333;
}

.crumb a:last-child {
    color: #3A83E9;
}


/**主体**/

main {
    min-height: 600px;
    background: url(gradient.png) center top repeat-x;
}

main>.bt-box-1200 {
    padding: 40px 100px;
    background: #fff url(inverted.png) right top no-repeat;
    box-shadow: 0 12px 12px #eff7ff;
}

.artTitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #333;
    text-align: center;
}

.date {
    font-size: 20px;
    line-height: 24px;
    color: #999;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 26px;
    margin-bottom: 34px;
}

.txtCon {
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.txtCon img {
    display: block;
    max-width: 100%!important;
    height: auto!important;
    margin: 0 auto;
}

    @media (max-width: 767px) {
        body {
            min-width: 100%!important;
        }
        main>.bt-box-1200 {
            padding:  1.5rem;
        }
    }