/* .newsdetailTopW */

.newsdetailTopW {
    margin: 90px 0 0px 0;
    background-color: #f2f2f2;
    padding-top: 74px;
    box-sizing: border-box;
    height: 200px;
}

.newsdetailTopW .Tit {
    font-size: 30px;
    font-weight: bold;
}
@media only screen and (max-width: 500px) {
    .newsdetailTopW .Tit {
        font-size: 18px;
    }
}
.newsdetailTopW .container {
    width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    height: 200px;
}

@media only screen and (max-width: 1070px) {
    .newsdetailTopW .container {
        width: 96vw;
        padding: 0;
    }
}

.newsdetailTopW .story-content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.newsdetailTopW .story-content p {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "myPoppinsRegular";
    line-height: 32px;
    color: #919191;
}
/* .newsdetail-operatearea */
.newsdetail-operatearea {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-family: "myPoppinsRegular";
    width: 100%;
    background: #fff;
}
.newsdetail-operatearea .newsdetail-operate {
    max-width: 1220px;
    margin: auto;
    text-align: right;
}
@media only screen and (max-width: 500px) {
    .newsdetail-operatearea .newsdetail-operate {
        text-align: center;
    }
}
.newsdetail-operatearea .newsdetail-operate a {
    cursor: pointer;
    color: #999;
}
.newsdetail-operatearea .newsdetail-operate a:nth-child(1)::before {
    content: "";
    display: inline-block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #999 transparent transparent;
    margin-right: 5px;
}
.newsdetail-operatearea .newsdetail-operate a:nth-child(2) {
    margin: 0 30px;
}
@media only screen and (max-width: 500px) {
    .newsdetail-operatearea .newsdetail-operate a:nth-child(2) {
        margin: 0 16px;
    }
}
.newsdetail-operatearea .newsdetail-operate a:nth-child(3)::after {
    content: "";
    display: inline-block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
    margin-left: 5px;
}

/* .newsdetail-contentarea */
.newsdetail-contentarea {
    max-width: 1220px;
    margin: 40px auto 100px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Poppins-Regular";
    padding: 0 30px;
    box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
    .newsdetail-contentarea {
        margin: 5px auto 100px;
        line-height: 26px;
    }
}
.newsdetail-contentarea img,
.newsdetail-contentarea video {
    border: 0px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.newsdetail-contentarea p {
    margin: 0 0 10px;
    line-height: 1.5;
}

/* 段落样式 */
.newsdetail-contentarea .oc-text-spaced span {
    display: inline-block;
    text-indent: 2em;
    line-height: 1.5;
}

.newsdetail-contentarea .oc-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}

.newsdetail-contentarea .oc-text-gray {
    color: #aaa !important;
}

.newsdetail-contentarea .oc-text-uppercase {
    text-transform: uppercase;
}

/* 段落格式 */
h1, .h1 {
    font-size: 36px;
    margin: 0.67em 0;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap;
    word-wrap: break-word;
}
