@charset "utf-8";
.bread {
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: .5rem;
}

.crumbs {
    margin-bottom: .14rem;
}

.about {
    margin-bottom: 1rem;
}

.about .left .title {
    font-size: .2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .4rem;
}

.about .left li a {
    font-size: .16rem;
    color: #999;
    margin-bottom: .2rem;
}

.about .left li a:hover, .about .left .checked a {
    color: #CFB9A3;
}

.about .right .title {
    font-size: .24rem;
    text-align: center;
    font-weight: bold;
    color: #CFB9A3;
    padding-bottom: .2rem;
    margin-bottom: .6rem;
}

.about .right .title::after {
    content: '';
    display: block;
    width: .7rem;
    height: .02rem;
    background-color: #CFB9A3;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.about .right p {
    font-size: .16rem;
    line-height: 1.8;
    color: #666;
	margin-bottom: 0.6rem;
}

.about .right p strong, .about .right p b{
	font-size: .2rem;
    color: #CFB9A3;
    margin-bottom: 0.4rem;
}

@media (min-width: 800px) {
    .about .left {
        float: left;
        padding-top: 1.04rem;
    }

    .about .right {
        float: right;
        width: 75%;
    }
}

@media (max-width: 799px) {}