@charset "utf-8";

.articleView section.subview_title{position: relative; font-weight: 600; border-left: 3px solid #f58220; padding-left: 25px; margin: 20px 0; clear:both;}
.articleView section.subview_title:before {content: ''; display: block;  position: absolute; left: -3px; top: 0; width: 3px; height: 5px; background: #fff;}
.articleView section.subview_title:after {content: '';display: block; position: absolute; left: -3px; bottom: 0; width: 3px; height: 5px; background: #fff;}
.articleView section.paragraph_title{border-top: 1px solid #f58220; border-bottom: 1px solid #dcdcdc;  padding: 15px 0; margin-top: 20px;font-weight: 600;font-size: 19px; clear:both;}
.articleView section.preamble{border: 1px solid #ffdcbf; padding: 40px 30px; position: relative; clear:both;}
.articleView section.preamble h3{ color: #f58220; font-size: 19px; margin-bottom: 10px;}
.articleView section.preamble:before{ content: ''; display: block;  background: #f58220; right: 30px; top: -8px;  width: 8px; height: 17px; overflow: hidden; position: absolute;}
.articleView section.quote{text-align: center;font-weight: 600;font-size: 21px; padding: 20px 0; clear:both;}
.articleView section.quote .quote_top{ width: 24px; height: 18px; background-position: -298px -200px; display: block;margin: 0 auto 20px;}
.articleView section.quote .quote_bottom{ width: 24px; height: 18px; background-position: -326px -200px; display: block; margin: 20px auto 0;}
.articleView section.editer_note{position: relative; border:1px solid #ddd;margin:0 0 20px 0;padding:10px;background-color:#f4f4f4; clear:both;}

.kwd_tags{padding: 15px 0 0;}
.kwd_tags a{background: #F3F3F3;border-radius: 26px;color: #8B8B8B;font-size: 14px;padding: 8px 15px;display: inline-block;margin: 6px 5px 0 0;line-height: 1.5;}
.kwd_tags a:hover{background: #272727;color: #fff;}