.main {
    overflow-y: auto;
}

.main .home {
    width: 2.2rem !important;
}

.main .title {
    background: url('../images/news_details_title.png') no-repeat top;
    background-size: 100%;
}

.main .content {
    position: relative;
    top: 0.2rem;
    left: 50%;
    margin-left: -4.5rem;
    width: 9rem;
}

.main .content .details_banner {
    background: url('../images/news_banner.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 9rem;
    height: 1.2rem;
    z-index: 2;
}

.main .content .details {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 3;
}

.main .content .details .details_title {
    text-align: center;
    color: #fff5e4;
    width: 100%;
    height: 1.2rem;
}

.main .content .details .details_title h3 {
    font-size: 0.34rem;
    font-weight: bold;
    width: 9rem;
    padding: 0.2rem 0.1rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .content .details .details_title p {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    font-size: 0.28rem;
    color: #fde2b5;
    top: 0.7rem;
}

.main .content .details .details_content {
    background-color: #fff5e4;
    border: 1px solid #5e4532;
    border-radius: 0 0 0.2rem 0.2rem;
    border-top: none;
    width: 100%;
    padding: 0.5rem;
    font-size: 0.34rem;
    line-height: 0.48rem;
    color: #564434;
    margin-bottom: 0.5rem;
}

.main .content .details .details_content p{
    width:100% !important;
    background-color: #fff5e4 !important;
}


.main .content .details .details_content img {
    max-width: 100%!important;
    margin-top: 0.2rem;
    height: auto!important;
}

.main .content .details .details_content a {
    color: #5e4532;
    text-decoration: underline !important;
}

.main .content .details .top {
    background: url('../images/top.png') no-repeat;
    background-size: contain;
    position: fixed;
    width: 0.8rem;
    height: 1rem;
    bottom: 0rem;
    right: 0.2rem;
    z-index: 99;
    opacity: 0.8;
    display: none;
}