

/* news detail 1 */
.editor-block{font-size:13px;margin:0 0 15px;border-bottom:1px solid #ddd;padding:5px 0;border-top:1px solid #ddd;}
.editor-block .editorname{margin-right:15px;font-weight:600;}
.news-detail-1{padding-top: 0px;}
.news-detail-1,.news-detail-2{font-size:20px;}
.news-detail-1 p,.news-detail-2 p{margin:15px 0;}
.news-detail-1 h1,.news-detail-2 h1{font-size:46px;text-align:center;line-height:60px;font-weight:700;margin-bottom:30px;}
.viewedit{display:flex;align-items:center;justify-content:flex-end;padding:0 0 15px;margin:0 0 15px;}
.viewedit > span{margin:0 8px;}
.viewedit > span i{vertical-align:middle;}
.print{font-size:32px;}
.textsizer i{font-size:27px;cursor:pointer;}
.textsizer i.bi-type{font-size:32px;cursor:unset;}
.viewedit .share a{color:#fff;width:32px;height:32px;line-height:32px;border-radius:4px;display:inline-block;text-align:center;margin-bottom:5px;}
.viewedit .share a:nth-child(1){background:#1877F2;}
.viewedit .share a:nth-child(2){background:#000000;}
.viewedit .share a:nth-child(3){background:#25d366;}
.viewedit .share a:nth-child(4){background:#666;}
@media only screen and (max-width:520px){.news-detail-1 h1,.news-detail-2 h1{font-size:24px;line-height:normal;}
.news-detail-1 p,.news-detail-2 p{font-size:16px;}
}