﻿/* .newsDetail{
    padding:0 3rem;
} */

.newsDetail {
    padding: 0 3rem;
    /* padding:0 3rem; */
    /* padding-left: 3rem; */
    /* width: 80%; */
}
.newsDetail .newsDetailcrumbs{
    text-align: left;
    padding: 0.24rem 0 0 0;
}
.newsDetail .newsDetailcrumbs span {
    padding-right: 0.2rem;
    font-size: 0.2rem;
    color: #676767;
}
.newsDetail .title {
    border-bottom: 1px solid #075dd8;
    margin-bottom:0.1rem;
}
.newsDetail .content img {
    max-width: 100%;
}
.newsDetail .title h3,.newsDetail .title h1 {
    font-size:0.3rem;
    font-weight:400;
    color: #075dd8;
    text-align: left;
    margin:0.2rem 0;
}
.newsDetail .oprBtn{
    margin:0.3rem 0;
}
.newsDetail .oprBtn button{
    width: 1.4rem;
    height: .4rem;
    font-size:0.16rem;
    background:#fff;
    border: 1px solid #ccc;
    cursor: pointer;
    outline:none;
}

.newsDetail .recommend{
    display: flex;
    justify-content: center;
}



@media screen and (max-width: 900px) {
.newsDetail .title h3 {
    font-size:0.22rem;
    font-weight:400;
    color: #075dd8;
    text-align: left;
    margin:0.1rem 0;
}
.newsDetail .content img {
    width: 100%;
}

}