@CHARSET "UTF-8";

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Arial, "Hiragino Sans GB", STHeiti, "Helvetica Neue", Hevetica, "microsoft yahei", "宋体", sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: Arial, "Hiragino Sans GB", STHeiti, "Helvetica Neue", Hevetica, "microsoft yahei", "宋体", "\5b8b\4f53", sans-serif;
}

a {
    color: rgb(90, 90, 90)
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.news_detail h3.title_bar {
    text-align: left;
    margin-left: 0;
    width: 266px;
}

.right .content:not(.news_list) {
    font-size: 18px;
    line-height: 34px;
    color: #404040;
    word-break: break-word;
}

.right .content>p {
    /* text-indent: 2em;*/
    margin: 34px 0;
    text-align: justify;
}

.right>.content p strong {
    color: #505050
}

.right .content img {
    clear: both;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.right > .content > .news_detail img {
    max-width: 640px;
}

.sitemp {
    border-bottom: 0px !important;
    height: 48px;
    line-height: 48px;
}

.sitemp h2 {
    display: none; 
}

.sitemp .site {
    float: left;
}
    
.news_detail .title {
    border-bottom: 0px !important;
    font-size: 32px !important;
    line-height: 48px;
    text-align: left !important;
}

.news_detail ol {
    list-style-type: none;
    counter-reset: li;
}

.news_detail ol li:before {
    content: counter(li)'、';
    counter-increment: li;
}

.news_detail ol li {
    width: 95%;
    display: -webkit-inline-box;
    margin-bottom: 15px;
}

.news_list li span,
div {
    font-size: 14px;
}

.news_list li h3 {
    font-size: 18px;
    margin: 20px 0;
}

#relate_n {
    font-size: 14px;
}

table,
th,
td {
    vertical-align: top;
}