/*-- base --*/

html {
    color: #333;
    font-size: 14px;
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.header,
.footer {
    clear: both;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 1024px;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 30px;
    height: 5px;
    background-color: #7a7a7a;
    margin-bottom: 5px;
    border-radius: 5px;
}

.content {
    max-width: 1080px;
    clear: both;
    overflow: hidden;
    margin: 0px auto;
    padding: 70px 0px;
}


/*-- index --*/

.index-content {
    clear: both;
    overflow: hidden;
    margin: 70px auto;
    max-width: 1024px;
}

.index-L {
    width: 300px;
    min-height: 1024px;
    float: left;
}

.index-M {
    width: 100%;
    min-height: 960px;
    float: left;
    margin: 10px 0px;
}

.index-R {
    width: 300px;
    min-height: 1000px;
    float: right;
}

#BackTop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 200;
    border: none;
    outline: none;
    background-color: #ff8408;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

ul,
dl,
ol {
    list-style: none;
}

li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
cite,
code,
em,
th {
    font-weight: normal;
    font-style: normal;
}

img {
    border: none;
    vertical-align: top;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
}

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

a:active {
    color: #ba2636;
}


/*-- color --*/

.cRed,
.cRed:visited,
.cRed a {
    color: Red;
}

.cDRed,
.cDRed:visited,
.cDRed a {
    color: #ba2636;
}

.cWhite,
.cWhite:visited,
.cWhite a {
    color: #fff;
}

.cGray,
.cGray:visited,
.cGray a {
    color: #333;
}

.cDGray,
.cDGray:visited,
.cDGray a {
    color: #727171;
}

.cBlack,
.cBlack:visited,
.cBlack a {
    color: #000;
}

.cBlue,
.cBlue:visited,
.cBlue a {
    color: #4c85a9;
}

.cRed a:hover,
a.cRed:hover,
.cBlue a:hover,
a.cBlue:hover,
.cDRed a:hover,
a.cDRed:hover,
.cGray a:hover,
a.cGray:hover,
.cDGray a:hover,
a.cDGray:hover,
.cWhite a:hover,
a.cWhite:hover,
.cBlack a:hover,
a.cBlack:hover,
.cGreen a:hover,
a.cGreen:hover,
.cYellow a:hover,
a.cYellow:hover {
    color: #ba2636;
}

.fB {
    font-weight: bold;
}

.fI {
    font-style: italic;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs16 {
    font-size: 18px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.TA_left {
    text-align: left;
}

.TA_right {
    text-align: right;
}

.TA_center {
    text-align: center;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}


/*-- blank --*/

.blank10 {
    clear: both;
    height: 10px;
    overflow: hidden;
    display: block;
}

.blank15 {
    clear: both;
    height: 15px;
    overflow: hidden;
    display: block;
}

.blank20 {
    clear: both;
    height: 20px;
    overflow: hidden;
    display: block;
}

.blank30 {
    clear: both;
    height: 30px;
    overflow: hidden;
    display: block;
}

.blank300 {
    clear: both;
    height: 300px;
    overflow: hidden;
    display: block;
}


/*-- topbar --*/

.topbar {
    z-index: 200;
    position: fixed;
    top: 0px;
    width: 100%;
    clear: both;
    background-color: #f0f5fd;
    padding: 10px 0px;
    border-top: 1px solid #d5dde2;
    border-bottom: 1px solid #d5dde2;
    box-shadow: 0 2px 16px rgb(54 56 79 / 6%);
}

.topbar a:hover {
    color: #ba2636;
}

.mini_nav {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    width: 1024px;
}

.mini_nav .mini_nav_link {
    float: left;
    font-size: 20px;
    line-height: 2;
}

.mini_nav .mini_nav_link a {
    padding: 0 3px;
    font-weight: bold;
    color: #236d9d;
}

.mini_nav .mini_nav_link a:hover {
    color: #ba2636;
}

.mini_nav .hidden {
    display: none;
}


/*-- index --*/

#notice {
    line-height: 30px;
    color: #fff;
    border: 1px solid #b1c8d7;
    background: #fff;
    border-radius: 4px;
}

.tab-box {
    text-align: left;
    overflow: hidden;
}

.tab-header {
    width: 100%;
    display: inline-flex;
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
}

.tab-header a {
    width: 50%;
    color: #236d9d;
    text-decoration: none;
    text-align: center;
    display: block;
    border-top: 1px solid #b1c8d7;
    border-left: 1px solid #b1c8d7;
    border-right: 1px solid #b1c8d7;
    border-radius: 4px 4px 0px 0px;
    background: #f0f5fd;
}

.tab-header .active {
    border-top: 1px solid #b1c8d7;
    border-left: 1px solid #b1c8d7;
    border-right: 1px solid #b1c8d7;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: -1px;
    background: #fff;
    color: #ce6363;
}

.content-group {
    border: 1px solid #b1c8d7;
    padding: 10px;
}

.content-group .content-item {
    display: none;
    width: 100%;
}

.content-group .active {
    display: inline-block;
}

.content-group .content-item li {
    padding: 16px 0px;
    border-bottom: 1px solid #eee;
    display: flex;
}

.content-group .content-item li .arctxt {
    padding-left: 10px;
    width: 100%;
}

.content-group .content-item li .title {
    font-size: 20px;
    font-weight: bold;
}

.content-group .content-item li .info {
    margin-top: 20px;
    color: #777;
    font-size: 14px;
}

.content-group .content-item .loadmore {
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
    color: #4c85a9;
    background: #f0f5fd;
    border: 1px solid #ccc;
    text-align: center;
}


/*-- jBox --*/

.jBox {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    border: 1px solid #B1C8D7;
    border-radius: 4px;
}

.jBoxHead {
    border-bottom: 1px solid #b1c8d7;
    background-color: #f0f5fd;
    clear: both;
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.jBoxHead h1 {
    display: block;
    color: #236d9d;
}

.jBoxBody {
    clear: both;
    padding: 10px;
}

.jBoxBody li {
    border-bottom: 1px solid #eee;
    display: flex;
}

.jBoxBody li .arctxt {
    padding: 10px;
    width: 100%;
}

.jBoxBody li .title {
    font-size: 20px;
    font-weight: bold;
}

.jBoxBody li .info {
    margin-top: 20px;
    color: #777;
    font-size: 14px;
}

.jBoxImg {
    clear: both;
    overflow: hidden;
    padding: 5px;
}

.jBoxImg li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    display: flex;
}

.jBoxImg li p {
    overflow: hidden;
    margin: 10px 0px;
    height: 60px;
    font-size: 14px;
}

.jBoxTag {
    padding: 10px;
    clear: both;
}

.jBoxTag li {
    display: inline-block;
    background-image: none;
    margin: 2px;
    padding: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 83px;
    border: 1px solid #ececec;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
}

.tagc1 a {
    color: #727171;
}

.tagc2 a {
    color: #ce6363;
}

.tagc3 a {
    color: #16929D;
}

.tagc4 a {
    color: #99CC66;
}

.tagc5 a {
    color: #FF9933;
}

.tagc6 a {
    color: #FF95CA;
}

.tagc7 a {
    color: #003366;
}

.tagc8 a {
    color: #05792D;
}

.front {
    width: 20px;
    text-align: center;
    float: left;
}


/*-- place --*/

.place {
    line-height: 28px;
    background: #f5f5f5;
    border: solid 1px #ddd;
}

.place .logo {
    margin: 1px 10px 0px 3px;
    float: left;
}


/*-- pagelist --*/

.paging {
    float: none;
    text-align: center;
    clear: both;
    display: block;
    font-family: Tahoma;
    margin: 20px 0;
}

.pagelist {
    text-align: center;
    overflow: hidden;
}

.pagelist li {
    display: inline-block;
    float: none;
    margin: 0 1px;
}

.pagelist li a,
.pagelist li a:hover,
.pagelist li.thisclass a {
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    text-decoration: none;
    border: 1px solid #b1c8d7;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.pagelist li a:hover,
.thisclass a {
    background: #f0f5fd;
    color: #6894b1;
}

.pre_next {
    padding: 5px 20px;
    text-align: left;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    color: #58585a;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
}


/*-- article --*/

.article {
    height: 1%;
    text-align: justify;
    padding: 10px;
}

.article h1 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #222;
}

.article .info {
    line-height: 21px;
    color: #777777;
    font-size: 13px;
    padding-top: 15px;
}

.tagbox {
    text-align: left;
    background: #fff;
    padding: 10px;
    line-height: 30px;
}

.article_bd {
    width: 100%;
    overflow: hidden;
    clear: both;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 2.4rem;
    /* color: #222; */
}

.article_bd a:hover {
    color: #ba2636;
}

.article_bd u {
    text-decoration: underline;
    color: #ce6363;
}

.article_bd p {
    margin: 10px 0px;
}

.article_bd h2 {
    font-size: 14px;
}

.article_bd img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 5px;
}

/* google-ads */
.gads-box{
    border-radius: 5px;
    padding: 3px;
    background-color: #0024ff17;
}

/*-- digg --*/
.newdigg {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.diggbox {
    width: 195px;
    height: 51px;
    float: left;
    margin: 3px;
    overflow: hidden;
    cursor: pointer;
}

.diggbox .digg_act {
    height: 29px;
    font-size: 14px;
    float: left;
    line-height: 31px;
    text-indent: 32px;
    overflow: hidden;
    font-weight: bold;
}

.diggbox .digg_num {
    float: left;
    line-height: 29px;
    text-indent: 5px;
}

.diggbox .digg_percent {
    width: 180px;
    clear: both;
    padding-left: 10px;
}

.diggbox .digg_percent .digg_percent_bar {
    width: 100px;
    height: 10px;
    background: #E8E8E8;
    border-right: 1px solid #CCC;
    float: left;
    overflow: hidden;
}

.diggbox .digg_percent .digg_percent_bar span {
    display: block;
    height: 8px;
    overflow: hidden;
    background: #000;
}

.diggbox .digg_percent .digg_percent_num {
    float: left;
    padding-left: 10px;
    margin: -5px;
    height: 10px;
}

.newdigg .digg_good {
    background: url(./images/newdigg-bg.png) left top no-repeat;
}

.newdigg .digg_good:hover {
    background: url(./images/newdigg-bg.png) left bottom no-repeat;
}

.newdigg .digg_bad {
    background: url(./images/newdigg-bg.png) right top no-repeat;
}

.newdigg .digg_bad:hover {
    background: url(./images/newdigg-bg.png) right bottom no-repeat;
}

.newdigg .digg_good .digg_act {
    color: #C30;
}

.newdigg .digg_good .digg_num {
    color: #C63;
}

.newdigg .digg_bad .digg_act {
    color: #36C;
}

.newdigg .digg_bad .digg_num {
    color: #39C;
}

.newdigg .digg_good .digg_percent .digg_percent_bar span {
    border: 1px solid #E37F24;
    background: #FFC535;
}

.newdigg .digg_bad .digg_percent .digg_percent_bar span {
    border: 1px solid #689ACC;
    background: #94C0E4;
}

.arclist {
    padding: 10px;
}

.arclist li {
    padding: 10px 0px;
    border-bottom: 1px solid #f9f9f9;
}

.arclist li .arctxt {
    width: 100%;
}

.arclist li .title {
    font-size: 1.28rem;
    line-height: 2rem;
}

.arclist li .info {
    margin-top: 20px;
    color: #777;
    font-size: 14px;
}

.ad_box {
    background: #fdfdfd;
    padding: 15px;
}

.fixed_box {
    top: 10px;
}

.fixed_box {
    top: 0;
    width: 300px;
    height: 250px;
}


/*-- bottombar --*/

.bottombar {
    clear: both;
    width: 100%;
    height: 80px;
    color: #727171;
    background-color: #404040;
    border-top: 1px solid #b3b3b3;
}

.bottom-link {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    height: 42px;
    line-height: 44px;
    text-align: center;
}

.bottombar a:hover {
    color: #ba2636;
}

.BZ-L {
    width: 640px;
    min-height: 800px;
    display: inline-block;
    margin-right: 10px;
}

.BZ-R {
    width: 440px;
    min-height: 800px;
    display: inline-block;
    vertical-align: top;
}


/*-- list --*/

.list-L {
    width: 700px;
    min-height: 800px;
    display: inline-block;
    margin-right: 10px;
}

.list-R {
    width: 330px;
    min-height: 800px;
    display: inline-block;
    vertical-align: top
}


/*-- article --*/

.article-L {
    max-width: 70%;
    float: left;
}

.article-R {
    max-width: 30%;
    float: left;
}

.list-L .jBox .jBoxBody,
.article-L .jBox .jBoxBody {
    padding: 10px;
}

.float_adsbox {
    z-index: 101;
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 336px;
    height: 300px;
}

.fbox-gg-header {
    padding: 0 2px;
    background: #fff;
    color: #222;
    float: right;
    border: solid 1px #333;
    margin-bottom: 10px;
}

.fbox-gg-header:hover {
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .index-M {
        width: 100%;
        min-height: 800px;
        display: inline-block;
        vertical-align: top;
    }
    .mini_nav {
        height: 42px;
    }
    .article-L {
        max-width: 100%;
    }
    .article-R {
        max-width: 100%;
        display: none;
    }
    .article {
        padding: 15px;
    }
    .arclist {
        padding: 15px;
    }
    .article.h1 {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }
    .article_bd {
        font-size: 18px;
        line-height: 2;
    }
    .gads-box {
        overflow: hidden;
    }
}