html {
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    word-break: break-all
}

body {
    color: #333;
    font-size: 14px;
    background: #e6e6e6;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif
}

@font-face {
    font-family: iconfont;
    src: url(iconfont/iconfont.woff2?t=1625538897231) format("woff2"), url(iconfont/iconfont.woff?t=1625538897231) format("woff"), url(iconfont/iconfont.ttf?t=1625538897231) format("truetype")
}

.iconfont {
    font-style: normal;
    font-size: 14px;
    font-family: iconfont !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

/* a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{vertical-align: top;} */
a {
    color: #333;
    text-decoration: none;
    transition: all .15s ease 0s
}

a:hover {
    color: #ff4000;
    text-decoration: none
}

button {
    background: 0 0
}

button:focus,
input:focus,
textarea:focus {
    outline: 0
}

ol,
ul {
    list-style-type: none
}

i,
em {
    font-style: normal
}

img {
    height: auto;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    -webkit-transition: 1s ease 0s;
    -moz-transition: 1s ease 0s;
    -o-transition: 1s ease 0s;
    transition: 1s ease 0s;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0)
}

video {
    width: 100% !important;
    height: auto !important
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.clear {
    clear: both
}

.center {
    text-align: center
}

.left {
    float: left
}

.right {
    float: right
}

.red {
    color: #ff1500
}

/* pc版隐藏 */
.button-box,
.clearsearch {
    display: none
}

.main-width,
header {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
}

.main,
.header {
    max-width: 1140px;
    margin: 0 auto;
    height: auto;
}

.topBar {
    background: #303131;
    color: #b7b7b7;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}

.topBar a {
    display: inline-block;
    color: #b7b7b7;
}

.topBar a:hover {
    color: #fff;
}

.gonggao {
    float: left;
    width: 70%;
    color: #b7b7b7;
    overflow: hidden;
    position: relative;
    padding-left: 18px;
}

.gonggao i {
    margin-right: 5px;
    font-size: 12px;
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #303131;
    z-index: 5;
}

.login {
    float: right;
    text-align: right;
}

.login a {
    margin: 0 0 0 15px;
}

/* logo */
.logo {
    float: left;
    margin: 20px 0;
}

.logo img {
    height: 60px
}

/* 搜索 */
.search {
    float: right;
    width: 310px;
    padding: 12px 0;
    height: 60px;
    margin: 20px 0;
}

.search form {
    position: relative
}

.search input {
    padding: 1px 70px 0 10px;
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    color: #666;
    vertical-align: bottom;
    line-height: 36px;
    border-radius: 3px;
}

.clearsearch {
    position: absolute;
    top: 0;
    right: 43px;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: 1s ease 0s;
    -moz-transition: 1s ease 0s;
    -o-transition: 1s ease 0s;
    transition: 1s ease 0s;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0)
}

.clearsearch::before {
    padding: 0 10px;
    content: "\e630";
    font-family: iconfont !important
}

.search button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    line-height: 36px;
    background: #009999;
    color: #fff;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.search button::before {
    content: "\e640";
    font-family: iconfont !important;
}

.search button:hover {
    background: #00a3a3
}

/* 导航栏 */
.nav {
    line-height: 50px;
    height: 50px;
    background: #303131;
    width: 100%;
    border-radius: 5px;
}

.nav li {
    float: left;
    line-height: 50px;
    position: relative;
}

.nav li:first-child {
    border-radius: 5px 0 0 5px;
}

.nav li a {
    display: block;
    padding: 0 20px;
    color: #fff;
}

.nav li .nav-show::after {
    content: "\e7d9";
    margin-left: 2px;
    font-family: "iconfont";
    line-height: 1;
}

.nav li .nav-hide::after {
    content: "\e7d8";
}

.nav li.current-li,
.nav li:hover {
    background: #009999;
}

.nav li ul {
    position: absolute;
    top: 100%;
    z-index: 5;
    background: #fff;
    transition: top .5s;
    display: none;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

.nav li ul li {
    float: none;
    width: 100%;
    line-height: 36px;
    white-space: nowrap;
    display: block;
    border-top: 1px solid #f2f2f2;
    margin: 0;
}

.nav li ul li:first-child {
    border-top: 0;
}

.nav li.current-li ul li a,
.nav li ul li a {
    color: #333;
}

.nav li ul li {
    background: #fff;
}

.nav li ul li:hover,
.nav li ul li.current-li {
    background: #f2f2f2;
}

/*左侧版块开始*/
.main-left {
    float: left;
    ;
    width: 790px;
    height: auto;
}

.main-left h1 {
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
}

.main-left h1 .ArticleEdt {
    float: right;
    color: #266497;
    font-size: 14px
}

.main-left .info {
    line-height: 175%;
    color: #888;
    font-size: 14px;
    margin: 20px -10px;
    text-align: center;
}

.main-left .info a {
    color: #888;
}

.main-left .info a:hover {
    color: #ff4000
}

.main-left .info span {
    margin: 0 10px
}

.main-left .info span i {
    margin-right: 5px;
}

.main-left .info span.tag {
    margin-right: -5px;
}

.main-left .info span.tag a {
    margin-right: 5px;
    border: 1px #ddd solid;
    color: #888;
    display: inline-block;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    top: 1px;
}

.main-left .info span.tag a:hover {
    border: 1px #888 solid;
    background: #999;
    color: #fff;
}

/* 当前位置 */
.breadcrumb {
    font-size: 14px;
    line-height: 175%;
    padding: 0 0 10px 0;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
}

/* 轮播图 */
.slidesbox {
    position: relative;
    margin: 20px 0;
    width: 100%;
}

/* 翻页 */
.slidesbox .prev {
    left: 0
}

.slidesbox .prev span::before {
    content: "\e6a2";
    font-family: "iconfont";
}

.slidesbox .next {
    right: 0
}

.slidesbox .next span::before {
    content: "\e696";
    font-family: "iconfont";
}

.slidesbox .next,
.slidesbox .prev {
    display: none
}

.slidesbox:hover .next,
.slidesbox:hover .prev {
    display: block
}

.slides_nav {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer
}

.slides_nav span {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, .8)
}

/* 图片 */
.slides {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 790px;
    list-style: none
}

.slides li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%
}

.slides li:first-child {
    position: relative;
    float: left;
    display: block
}

.slides img {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.slides p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    margin: 0;
    padding: 40px 20px 16px 20px;
    width: 100%;
    background: var(--theme-black-color);
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .6));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    line-height: 24px
}

.slides p a {
    display: -webkit-box;
    overflow: hidden;
    width: 80%;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

/* 需要 */
.slides_tabs {
    position: absolute;
    right: 20px;
    bottom: 24px;
    left: 0;
    z-index: 9;
    text-align: right;
    font-size: 0
}

.slides_tabs li {
    display: inline-block;
    margin: 0 5px
}

.slides_tabs li.slides_here a {
    padding: 0 8px;
    background: #009999;
    opacity: 0.8;
}

.slides_tabs li a {
    display: inline-block;
    padding: 0 4px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .8);
    font-size: 0;
    line-height: 6px
}

/**轮播图**/
.section {
    margin: 20px 0;
}

.section .h3 {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: 2px #f2f2f2 solid;
}

.section .h3 h3 {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 2px #009999 solid;
    font-weight: bold;
}

.section .h3 span {
    font-size: 12px;
    float: right;
}

.section .h3 span a {
    color: #888;
}

/* haibao */
.seals {
    padding: 20px 0 0 0;
    height: auto;
}

.seals2 {
    padding: 0 0 20px 0;
    height: auto;
}

.seals img,
.seals2 img,
.seals3 img {
    width: 100%;
}

/* 纯标题列表 */
.list-a {
    font-size: 0;
}

.list-a li {
    display: list-item;
    margin-top: 15px;
    font-size: 15px;
    line-height: 150%;
}

.list-a li span {
    float: right;
    font-size: 12px;
    color: #888
}

.list-a li .xin::before {
    content: "\e6032";
    margin-right: 3px;
    color: #218a00;
    font-family: "iconfont";
}

.list-a li span.red {
    color: #ff1500
}

.newest li {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
}

.newest li:nth-child(2n) {
    width: 49%;
    margin-right: 0;
}

.cmsbox {
    font-size: 0;
    margin: 0;
}

.cmsbox div.section {
    display: inline-block;
    width: 49%;
    margin: 0 2% 20px 0;
    vertical-align: top;
}



.cmsbox div.section:nth-child(2n) {
    margin: 0 0 20px 0;
}

.gengxin-btn {
    text-align: center;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}

.gengxin-btn a {
    width: 50%;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
    box-sizing: border-box;
}

.gengxin-btn a:hover {
    background: #f2f2f2;
    color: #333;
}

.gengxin-btn .jp-hidden {
    position: absolute;
    top: 0;
    z-index: 1px;
    height: 30px;
    width: 100px;
    border: 1px solid #ddd;
    left: 50%;
    color: #ffffff;
    margin-left: -43px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
    display: block !important;
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* 友情链接 */
.mb20 {
    margin: 0 0 20px 0;
}

.link {
    font-size: 0;
    margin: 0 -10px;
}

.link li {
    display: inline-block;
    font-size: 14px;
    line-height: 150%;
    margin: 15px 0 0 0;
    padding: 0 10px;
}

/* 翻页开始 */
.pagebar {
    padding: 0 10px;
    margin: 0 0 10px 0;
    text-align: center
}

.pagebar .page {
    display: inline-block;
    margin: 0 3px 10px 3px;
    width: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background: #fff;
    color: #666;
    text-align: center;
    line-height: 28px
}

.pagebar .now-page,
.pagebar .page:hover {
    border: 1px solid #009999;
    background: #009999;
    color: #fff
}

/* 翻篇 */
.turn {
    font-size: 0;
}

.turn li {
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    line-height: 150%;
    padding: 0 15px 0 0;
    width: 50%;
    vertical-align: top;
}

.turn li::before {
    display: block;
    margin-bottom: 10px;
    padding-left: 5px;
    font-weight: bold;
    line-height: 14px;
    font-size: 12px;
    border-left: 2px solid #009999;
}

.turn li.turn_prev::before {
    content: "上一篇"
}

.turn li.turn_next::before {
    content: "下一篇"
}

/* 子分类 */
.subcategorys {
    margin: 10px 0 20px 0;
    padding: 0 0 10px 0;
    border: 1px solid #f2f2f2;
}

.subcategorys:first-child {
    margin: 20px 0;
}

.subcategorys li {
    display: inline-block;
    margin: 10px 15px 0 15px;
    line-height: 150%;
}

.subcategorys li a.current,
.subcategorys li:hover a {
    color: #009999
}

.subicon li::before {
    position: relative;
    margin-right: 3px;
    color: #888;
    content: "\e7b3";
    font-size: 12px;
    font-family: "iconfont"
}

/*分类页列表*/
.list-it li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.list-it li .pic {
    float: left;
    width: 180px;
    height: 135px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
}

.list-it li .pic img {
    width: 100%;
    height: 135px;
    object-fit: cover
}

.list-it li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.list-it li h2 {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    white-space: normal
}

.list-it li p {
    color: #888;
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    white-space: normal
}

.list-it li .info {
    text-align: left;
    margin: 0 -10px 0 0;
}

.list-it li .info span {
    margin: 0 10px 0 0;
}

.IsTop::before {
    margin: 0 3px 0 0;
    color: #ff1500;
    content: "\e64e";
    font-weight: normal;
    font-family: "iconfont"
}

/* 文章 */
.content {
    margin: 20px 0;
    font-size: 14px;
}

.content img {
    max-width: 100% !important;
    height: auto !important;
}

.content div,
.content p {
    margin: 20px 0;
    line-height: 1.8;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    border-left: 3px #009999 solid;
    background: #f2f2f2;
    line-height: 150%;
    padding: 5px 10px 5px 13px;
    margin: 20px 0
}

.content sup {
    position: relative;
    top: -3px;
    padding: 0 2px;
}

.content sup::before {
    margin-right: 2px;
    content: "\e80a";
    font-size: 12px;
    font-family: "iconfont"
}

.content sub {
    position: relative;
    top: 3px;
    padding: 0 2px;
}

.content sub::before {
    margin-right: 1px;
    content: "\e80a";
    font-size: 12px;
    font-family: "iconfont"
}

.content blockquote div,
.content blockquote p {
    font-size: 14px
}

.content blockquote {
    position: relative;
    padding: 4px 0 0 50px;
    line-height: 175%;
    margin: 20px 0;
}

.content blockquote::before {
    position: absolute;
    top: 0;
    left: 10px;
    color: #ddd;
    content: "\ea9e";
    font-family: "iconfont";
    font-size: 20px
}

.content blockquote div:first-child,
.content blockquote p:first-child {
    margin: 0 0 20px 0;
}

/* 分类摘要 */
.columnintro {
    position: relative;
    padding: 4px 0 0 50px;
    line-height: 175%;
    margin: 20px 0;
}

.columnintro::before {
    position: absolute;
    top: 0;
    left: 10px;
    color: #ddd;
    content: "\ea9e";
    font-family: "iconfont";
    font-size: 20px
}

.content section {
    width: 100% !important
}

.content table {
    overflow: hidden;
    margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.content table td,
.content table th {
    padding: 10px 15px;
    border: 1px solid #ddd;
    word-break: break-word
}

.content table td p,
.content table th p,
.content table td div,
.content table th div {
    margin: 0
}

.content table tr:nth-child(2n) {
    background: #f2f2f2;
}

.content table>thead>tr {
    background: #ebebeb;
}

.content table>thead>tr>th {
    position: relative;
    vertical-align: middle;
    white-space: nowrap
}

.content table caption {
    padding: 5px 15px;
    line-height: 175%
}

.content ol {
    padding: 0 0 0 32px
}

.content ul {
    padding: 0 0 0 35px
}

.content ol,
.content ul {
    list-style-type: decimal
}

.content pre {
    margin: 20px 0 !important;
    line-height: 175% !important
}

.content pre code {
    display: inline;
    overflow: visible;
    margin: 0;
    padding: 2px 0 0 0;
    max-width: inherit;
    border: 0;
    background: 0 0;
    word-wrap: normal;
    line-height: 175%
}

.content pre code::after {
    content: normal
}

.notice {
    border: 1px solid #ddd;
    background: #f2f2f2;
    font-size: 12px;
    padding: 15px;
}

/* 重置编辑器 */
.edui-default .edui-editor {
    z-index: 9 !important
}

.edui-default,
.edui-default div {
    margin: 0;
    line-height: 20px;
}

.edui-default table td {
    padding: 10px 15px 7px 15px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

/* 资源下载 */
.download p {
    line-height: 175%;
    margin: 20px 0
}

.download .down {
    background: #009999;
    color: #fff;
    display: inline-block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    margin-right: 15px
}

.download .down:hover {
    background: #00a3a3
}

.download .userdown {
    border: 1px solid #f8d5d5;
    padding: 0 15px;
    text-align: center;
}

.download .userdown a {
    color: #3973ac;
}

.download .userdown span {
    color: #dd3c3c;
}

/*翻页*/
.pagebar {
    overflow: hidden;
    clear: both
}

.pagebar .page {
    text-align: center;
    display: inline-block;
    line-height: 32px;
    width: 32px;
    font-size: 14px;
    margin-right: 10px;
    color: #888
}

.pagebar .page:hover,
.pagebar .now-page {
    background-color: #009999;
    color: #fff
}

/* 单行显示省略号 */
.list-a li,
.link li,
.function_c ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* 侧栏开始 */
.main-right {
    float: right;
    width: 320px;
    margin: 0;
    font-size: 0;
    height: auto;
}

.function {
    margin: 20px 0;
    background: #fff;
}

.function_t {
    font-size: 16px;
    padding: 0 15px;
    line-height: 40px;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.function_t::before {
    content: "";
    width: 4px;
    height: 18px;
    border-radius: 2px;
    background: #009999;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

/* 模块文章列表预设 */
.function_c {
    border: 1px solid #f2f2f2;
}

.function_c div {
    font-size: 14px;
    padding: 15px;
}

.function_c ul {
    padding: 0 0 15px 0;
}

.function_c ul li {
    margin-top: 15px;
    line-height: 150%;
    font-size: 14px;
}

.function_c ul li a {
    padding: 0 15px;
}

/* 分类模块 */
#divCatalog ul {
    padding: 0;
}

#divCatalog ul li {
    width: 100%;
    line-height: 36px;
    margin-top: 0;
    position: relative;
}

#divCatalog ul li:first-child {
    border-top: 0;
}

#divCatalog ul li a {
    display: block;
}

#divCatalog a:hover,
#divCatalog a.current {
    background: #f2f2f2;
    color: #555;
}

#divCatalog ul li .sub-show {
    position: absolute;
    padding: 5px;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #888;
    margin: 0;
    z-index: 5;
    font-size: 12px;
}

#divCatalog ul li .sub-show::after {
    content: "\e79b";
    padding: 0 6px;
    line-height: 26px;
    height: 26px;
    border: 1px solid #f2f2f2;
    background: #fff;
    box-sizing: border-box;
    display: block;
    font-family: "iconfont";
}

#divCatalog ul li .sub-hide::after {
    content: "\e79c";
}

#divCatalog ul li.current-li ul {
    display: block;
}

#divCatalog ul li.current-li ul ul {
    display: none;
}

#divCatalog ul li.current-li ul li.current-li ul {
    display: block;
}

#divCatalog ul li.current-li ul li.current-li ul ul {
    display: none;
}

#divCatalog ul li.current-li ul li.current-li ul li.current-li ul {
    display: block;
}

#divCatalog ul ul {
    display: none;
    transition: top .5s;
    margin: 10px;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

/* 作者模块 */
#author div {
    text-align: center;
}

#author .authorbg {
    position: relative;
    margin: 0 0 50px 0;
    padding: 0;
}

#author .authorbg img {
    width: 100%;
    height: auto
}

#author .authorbg .avatar {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 9;
    margin-left: -40px;
    padding: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff
}

#author .authorbg .avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

#author h2,
#author p {
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
}

#author p {
    line-height: 150%;
    margin: 15px 0;
}

#author .authorcount {
    padding: 0;
    font-size: 0;
    border-top: 1px solid #f2f2f2;
}

.authorcount div {
    padding: 10px 0;
    display: inline-block;
    color: #888;
    line-height: 150%;
    width: 25%;
    font-size: 12px;
    border-right: 1px solid #f2f2f2;
}

.authorcount div:nth-child(4) {
    border-right: 0;
}

.authorcount small {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

/* 关注我们 */
#follow div {
    text-align: center
}

#follow div img {
    width: 50%;
    height: auto;
    border: 1px solid #ebebeb
}

#follow div p {
    margin-top: 15px;
    text-align: center;
    line-height: 150%
}

/* 广告模块 */
#sidebardiy .function_t {
    display: none
}

#sidebardiy .function_c {
    border: 0;
}

#sidebardiy div {
    padding: 0;
}

#sidebardiy div img {
    width: 100%;
}

/* 图标汇集 */
#divMisc ul li {
    display: inline-block;
    width: 33.33333333%
}

#divMisc ul li img {
    border: 1px solid #f2f2f2;
    width: 100%;
    height: auto
}

/* 网站标签和热门标签 */
#divTags ul,
#hottag ul,
#randtag ul {
    padding: 10px 10px 15px 10px
}

#divTags ul li,
#hottag ul li,
#randtag ul li {
    display: inline-block;
    margin: 5px 5px 0 5px;
}

#divTags ul li span.tag-count,
#hottag ul li small,
#randtag ul li small {
    position: relative;
    top: -1px;
    color: #888;
    font-size: 12px;
}

#divTags ul li a,
#hottag ul li a,
#randtag ul li a {
    border: 1px solid #ddd;
    display: block;
    padding: 2px 5px;
    border-radius: 3px;
}

#divTags ul li a:hover,
#hottag ul li a:hover,
#randtag ul li a:hover {
    border: 1px solid #888;
    background: #999;
    color: #fff;
}

#divTags ul li a:hover span.tag-count,
#hottag ul li a:hover small,
#randtag ul li a:hover small {
    color: #ddd;
}

/* 链接 */
#divArchives ul,
#divAuthors ul,
#divFavorites ul,
#divLinkage ul,
#divStatistics ul {
    font-size: 0;
    padding: 0 0 15px 15px
}

#divArchives ul li,
#divAuthors ul li,
#divFavorites ul li,
#divLinkage ul li,
#divStatistics ul li {
    width: 50%;
    display: inline-block;
}

#divArchives ul li a,
#divAuthors ul li a,
#divFavorites ul li a,
#divLinkage ul li a,
#divStatistics ul li a {
    padding: 0 15px 0 0;
}

/* 日历 */
#divCalendar caption {
    font-size: 16px;
    line-height: 40px
}

#divCalendar table {
    width: 100%;
    border-collapse: collapse;
    text-align: center
}

#divCalendar div {
    margin: 0 -1px -1px -1px;
    padding: 0;
}

#divCalendar thead tr {
    background: #009999 !important;
    color: #fff
}

#divCalendar table td,
#divCalendar table th {
    padding: 8px 0;
    vertical-align: middle;
    text-align: center
}

#divCalendar table th {
    border: 1px solid #ebebeb
}

#divCalendar table td {
    border: 1px solid #f2f2f2;
    color: #888
}

/* 搜索 */
#divSearchPanel form {
    position: relative;
    width: 100%
}

#divSearchPanel input[type=text] {
    display: block;
    padding: 1px 55px 0 5px;
    width: 100%;
    height: 36px;
    border: 1px solid #ebebeb;
    line-height: 36px;
    border-radius: 3px;
}

#divSearchPanel input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    border: 0;
    background: #009999;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

#divSearchPanel input[type=submit]:hover {
    background: #00a3a3
}

/* 控制面板 */
#divContorPanel div {
    text-align: center;
}

#divContorPanel div a {
    display: inline-block;
    margin-top: 10px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    line-height: 30px
}

#divContorPanel div a:hover {
    background: #f2f2f2;
    color: #333
}

/* 热门文章 */
#sidehot ul li a::before {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    background: #cacaca;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 18px
}

#sidehot ul li:nth-child(1) a::before {
    background: #f44 !important
}

#sidehot ul li:nth-child(2) a::before {
    background: #ff8a40 !important
}

#sidehot ul li:nth-child(3) a::before {
    background: #7cca4d !important
}

#sidehot ul li:nth-child(1) a::before {
    content: "1"
}

#sidehot ul li:nth-child(2) a::before {
    content: "2"
}

#sidehot ul li:nth-child(3) a::before {
    content: "3"
}

#sidehot ul li:nth-child(4) a::before {
    content: "4"
}

#sidehot ul li:nth-child(5) a::before {
    content: "5"
}

#sidehot ul li:nth-child(6) a::before {
    content: "6"
}

#sidehot ul li:nth-child(7) a::before {
    content: "7"
}

#sidehot ul li:nth-child(8) a::before {
    content: "8"
}

#sidehot ul li:nth-child(9) a::before {
    content: "9"
}

#sidehot ul li:nth-child(10) a::before {
    content: "10"
}

#sidehot ul li:nth-child(11) a::before {
    content: "11"
}

#sidehot ul li:nth-child(12) a::before {
    content: "12"
}

#sidehot ul li:nth-child(13) a::before {
    content: "13"
}

#sidehot ul li:nth-child(14) a::before {
    content: "14"
}

#sidehot ul li:nth-child(15) a::before {
    content: "15"
}

#sidehot ul li:nth-child(16) a::before {
    content: "16"
}

#sidehot ul li:nth-child(17) a::before {
    content: "17"
}

#sidehot ul li:nth-child(18) a::before {
    content: "18"
}

#sidehot ul li:nth-child(19) a::before {
    content: "19"
}

#sidehot ul li:nth-child(20) a::before {
    content: "20"
}

/*网站评论*/
/* 网站评论 */
#comments .h3 span small {
    position: relative;
    top: -1px;
    margin: 0 2px;
    border-radius: 2px;
    font-size: 14px;
    padding: 2px;
    background: #4baa4e;
    color: #fff
}

.compost {
    padding: 20px 0 0 0;
}

.compost .com_name span {
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 21px;
    position: relative;
    top: -10px;
}

.compost .com_info {
    overflow: hidden;
    font-size: 0;
}

.compost .com_info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 32%;
    margin: 0 2% 20px 0
}

.compost .com_info li:nth-child(3) {
    margin: 0 0 20px 0;
}

.compost .com_info li input {
    padding: 0 10px;
    width: 100%;
    border: 1px solid #ddd;
    line-height: 36px;
    height: 36px;
}

.compost .com_info li img {
    position: absolute;
    top: 0;
    left: 100%;
    width: 108px;
    height: 36px;
    cursor: pointer;
}

.compost .com_info textarea {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
}

.compost .com_info button {
    display: inline-block;
    padding: 0 20px;
    background: #009999;
    color: #fff;
    line-height: 36px;
    border-radius: 5px;
    cursor: pointer
}

.compost .com_info button:hover {
    background: #00a3a3
}

.compost .com_info button::after,
.writing button::after {
    margin: 0 0 0 3px;
    content: "\e6f1";
    font-family: "iconfont";
}

.comlist ul.bordertop {
    margin-top: 20px;
    border-top: 1px solid #f2f2f2;
}

.comlist ul {
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.comlist ul ul.bordertop {
    margin-top: 0;
}

.comlist ul ul {
    margin: 0 15px 15px 5%;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

.comlist ul p ul.bordertop {
    margin: 15px 0 0 0;
}

.comlist li {
    display: block;
    overflow: hidden;
    padding: 15px
}

.comlist li:hover {
    background: #f4f7fb;
}

.comlist .reply:hover {
    background: #fff;
}

.comlist .reply li:hover {
    background: #f4f7fb;
}

.comlist li.reply:hover {
    background: #fff;
}

.comlist li img {
    float: left;
    width: 39px;
    height: 39px;
    border-radius: 50%
}

.comlist li:hover img,
.clearsearch:hover,
.list-website li:hover img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

.comlist .reply:hover img,
.comlist .reply .reply:hover img {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg)
}

.comlist .reply li:hover img,
.comlist .reply .reply li:hover img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

.comlist li .clbody {
    margin-left: 50px
}

.comlist li.reply {
    padding: 0 !important
}

.clbody .cinfo {
    overflow: hidden
}

.clbody .cinfo h5 {
    float: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px
}

.clbody .cinfo span {
    float: right
}

.clbody em {
    display: block;
    margin-bottom: 10px;
    color: #888;
    font-style: normal;
    font-size: 12px;
    line-height: 18px
}

.clbody p {
    line-height: 175%
}

.clbody .cinfo h5,
.clbody .cinfo span a,
.clbody p a,
.compost .com_name a {
    color: #7494b4
}

/*网站底部*/
footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background: #303131;
    color: #b7b7b7;
    border-top: 3px solid #bbb;
}

footer ul {
    display: inline-block;
    margin: 0 -10px 15px -10px;
}

footer ul li {
    margin: 0 10px;
    display: inline-block;
    line-height: 175%;
}

footer a {
    color: #b7b7b7
}

footer .qrcode {
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 28px;
    border-right: 2px solid rgb(255 255 255 / 15%)
}

footer .qrcode img {
    width: 90px;
    height: 90px;
}

footer .copyright {
    overflow: hidden;
}

footer .copyright p {
    line-height: 175%;
}

@media only screen and (max-width:1200px) {

    .main-width,
    .header {
        padding: 0 20px;
    }

    footer {
        padding: 20px;
    }

    .main-left {
        width: 70%;
    }

    .main-right {
        width: 28%;
    }
}

@media only screen and (max-width:980px) {
    .main-pt60 {
        padding: 60px 0 0 0
    }

    .main-pt84 {
        padding: 84px 0 0 0
    }

    .main-left h1 {
        font-size: 20px;
    }

    .main-left .info {
        font-size: 12px;
    }

    .list-it li h2 {
        line-height: 24px;
        min-height: 48px;
        font-size: 16px;
    }

    .list-it li p {
        display: none;
    }

    .list-it li .pic {
        width: 108px;
        height: 81px;
    }

    .list-it li .pic img {
        height: 81px;
    }

    .list-it li .info {
        margin: 5px -10px 0 0;
        overflow: hidden;
        line-height: 200%;
    }

    .list-it li .tags {
        display: none;
    }
}

@media only screen and (max-width:720px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 84px;
        background: #fff;
        z-index: 9;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    }

    .topBar {
        line-height: 24px;
        height: 24px;
    }

    .topBar .gonggao {
        width: 100%;
    }

    .topBar .gonggao span {
        display: inline-block;
        white-space: nowrap;
        animation: 10s wordsLoop linear infinite normal
    }

    @keyframes wordsLoop {
        0% {
            transform: translateX(100%);
            -webkit-transform: translateX(100%)
        }

        100% {
            transform: translateX(-100%);
            -webkit-transform: translateX(-100%)
        }
    }

    @-webkit-keyframes wordsLoop {
        0% {
            transform: translateX(100%);
            -webkit-transform: translateX(100%)
        }

        100% {
            transform: translateX(-100%);
            -webkit-transform: translateX(-100%)
        }
    }

    .login,
    .nav,
    .search {
        display: none;
    }

    .login,
    .nav,
    .search {
        position: absolute;
        height: auto;
        top: 84px;
        right: 0;
        left: 0;
        z-index: 5;
        margin: 0;
        width: 100%;
        background: #fff;
        transition: top .5s;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .05)
    }

    .login,
    .search {
        padding: 20px;
        float: right;
    }

    .login,
    .login a {
        color: #333;
    }

    .logo {
        margin: 10px 0;
    }

    .logo img {
        height: 40px;
    }

    /* 手机版按钮 */
    .button-box {
        display: block;
        height: 60px;
        text-align: right;
        float: right;
    }

    .button-box button {
        padding: 0 8px;
        line-height: 60px;
        font-size: 14px;
        cursor: pointer;
        font-family: "iconfont";
    }

    .button-box button::before {
        display: block;
    }

    .button-box button#mnav::before {
        content: "\e8fb"
    }

    .button-box button#msearch::before {
        content: "\e640"
    }

    .button-box button#muser::before {
        content: "\e761"
    }

    .button-box button:hover {
        color: #009999
    }

    /* 导航 */
    .nav {
        overflow: auto;
        line-height: 36px;
        max-height: calc(100vh - 60px);
        background: #333;
    }

    .nav li {
        width: 100%;
        line-height: 36px;
    }

    .nav li:hover,
    .nav li.current-li {
        background: #333;
    }

    .nav li a:hover,
    .nav li.current-li a,
    .nav li a.current {
        background: #009999;
    }

    .nav li .nav-show {
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px;
        cursor: pointer;
        margin: 0;
        z-index: 5;
        font-size: 12px;
    }

    .nav li .nav-show::after {
        position: static;
        content: "\e79b";
        padding: 0 6px;
        line-height: 26px;
        height: 26px;
        border: 1px solid #f2f2f2;
        background: #fff;
        box-sizing: border-box;
        display: block;
    }

    .nav li .nav-hide::after {
        content: "\e79c";
    }

    .nav li ul li:hover,
    .nav li ul li.current-li,
    .nav li.current-li ul li a {
        background: #fff;
    }

    .nav li ul li a:hover,
    .nav li ul li.current-li a {
        background: #f2f2f2;
        color: #333;
    }

    .nav li.current-li ul {
        display: block;
    }

    .nav li ul {
        position: static;
        top: 0;
        margin: 10px;
    }

    .nav li ul li {
        border-top: 0;
    }

    .main-left,
    .main-right {
        width: 100%;
    }

    .main-right {
        margin: -20px 0 0 0;
    }

    header.notop {
        height: 60px;
    }

    header.notop .login,
    header.notop .nav,
    header.notop .search {
        top: 60px;
    }
}

@media only screen and (max-width:640px) {
    .cmsbox div.section {
        width: 100%;
        margin: 0 0 20px 0;
    } 
}


@media only screen and (max-width:480px) {

    .newest li,
    .newest li:nth-child(2n) {
        width: 100%;
        margin-right: 0;
    }

    .cmsbox div.section {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .slides p {
        padding: 20px 10px 10px 10px
    }

    .slides p a {
        width: 70%
    }

    .slides_tabs {
        right: 10px;
        bottom: 19px
    }

    footer ul {
        padding: 20px 0 0 0;
    }

    footer .qrcode {
        float: none;
        width: 100%;
        height: 90px;
        margin-right: 0;
        border-right: 0;
        text-align: center;
    }

    footer .copyright {
        overflow: hidden;
        text-align: center;
    }
}

.pagebar b,
.pagebar a {
    text-align: center;
    display: inline-block;
    line-height: 32px;
    width: 32px;
    font-size: 14px;
    background: #fff;
    color: #888;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin: 4px 16px 4px 0;
}

.pagebar b, .pagebar a:hover{
        border: 1px solid #009999;
        background: #009999;
        color: #fff;
        font-weight: normal;
}
.a-tags a{
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 8px;
    border-radius: 3px;
    border: 1px solid #888;
    padding: 4px 8px;
}
.a-tags a:hover{
    border-color: #ff4000;;
}
.qshow-d {
    background: #009999;
    color: #fff;
    display: inline-block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    margin-right: 15px;
}
.qshow-d:hover{
    color: #fff;
    opacity: 0.8;
}