@charset "utf-8";
/* CSS Document */
td {
    padding: 5px;
    border: 1px solid #827f7f9e;
}
a.maowenben_1 {
    color: red;
}
.main {
    background-color: #f8f8f8;
    padding: 20px;
    display: flex;
}
.entry {
    padding: 30px;
}
.entry-info {
    padding-bottom: 20px;
}
article.special-tuiguang {
    background: #fff;
    width: 1200px;
    padding: 10px;
    margin: 0 auto;
}
h1.entry-title {
    font-weight: bold;
    color: inherit;
    font-size: 14pt;
    text-align: center;
}
.entry-content.clearfix p {
    font-size: 12pt;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 1.66667rem;
    line-height: 1.8;
    color: rgb(38, 38, 38);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
    white-space: normal;
    background-color: rgb(255, 255, 255);
}
.entry-content.clearfix h2 {
    padding-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}

ul.entry-related.clearfix li {
    width: 49.9%;
    float: left;
    font-size: 16px;
    line-height: 2;
}
ul.entry-related.clearfix li a {
    color: #08a3b3;
}

/****************foot******************/

#footern {
    display: flow-root;
    background: #4d4747;
}
.copy {
    color: #999;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 9px;
}
.copy a {
    color: #999;
    font-size: 12px;
    line-height: 24px;
}
@media screen and (max-width: 1200px) {
.entry {
    padding: 10px;
}
.main {
    padding-left: 10px;
    padding-right: 10px;
}
article.special-tuiguang {
    width: 100%;
    padding: 0;
}
ul.entry-related.clearfix li {
    width: 100%;
    float:none;
}
.entry-content.clearfix img {
    height: 100%!important;
    width: 100%!important;
}
span.log_2 {
    display: none;
}
.copy-mob p {
    display: none;
}
}