.detailMain {
    width: 1280px;
    /* height: 60px !important; */
}

.detailMain div a {
    display: inline-block;
    /* line-height: 60px !important; */
    font-size: 18px;
    margin: 0 18px;
}

.detailMain div {
    /* height: 60px !important; */
}

.dashedB {
    height: 50px;
    line-height: 36px;
}

.artilce {
    position: relative;
    overflow: hidden;
}

.titTime {
    /* padding: 25px; */
    /* text-align: center; */
    margin: auto;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

h1 {
    display: block;
    margin-top: 12px;
    line-height: 39px;
}

.newSH1 {
    color: #041C50 !important;
    font-style: normal;
    margin: 36px auto;
    width: 100%;
    font-weight: 400;
    line-height: 39px;
}

.MT50 {
    /* margin-top: 50px; */
}

.detail_content {
    overflow: hidden;
}

.newsP {
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.newsP p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
    display: block;
    margin-bottom: 20px;
}

.newsP img {
    max-width: 80%;
    width: fit-content;
    height: auto;
    display: block;
    margin: auto;
}

.search_p {
    text-indent: 0;
}

.bgc_Img {
    text-indent: 0;
    margin: 0 auto;
    width: 50%;
    height: 606px;
}

.bgc_Img img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    h1 {
        display: block;
        width: 70%;
        margin: 0 auto !important;
        margin-top: 12px !important;
        line-height: 36px;
        /* margin-left: */
    }
    .bgc_Img {
        width: 80%;
        height: 50%;
    }
    .detailMain div a {
        margin: 0 18px;
    }
}