@charset "utf-8";
* { margin: 0; padding: 0 }
body { font-family: OPPOSans-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; background: #f3f8fb; color: #001737; }
img {margin: 0;padding: 0;max-width: 100%;height: auto;border: 0;display: block;}
ul, li { list-style: none; }
a { text-decoration: none; color: #001737; }
a:hover { color: #012684; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1200px; margin: auto; }
.mb20 {margin-bottom: 20px;}
/*header*/
header { padding-top: 20px; position: relative; height: 140px; background: #fff; margin-bottom: 60px; }
.logo { float: left }
.logo a img {width: auto;height: 80px;}
.ad_top { float: left; margin-left: 100px; width: 550px; height: 80px; overflow: hidden }
.ad_top img { width: 100%; }
/*contact_icon*/
.contact_icon { float: right; margin: 20px 0 0 0; }
.contact_icon ul li { display: inline-block; }
.contact_icon ul li i { width: 36px; height: 36px; border-radius: 100%; display: block; transition: .3s; margin-left: 10px; }
.icon_qq { background: url(../images/icon_qq.png) no-repeat center #f3f8fb }
.icon_tel { background: url(../images/icon_tel.png) no-repeat center #f3f8fb }
.icon_email { background: url(../images/icon_email.png) no-repeat center #f3f8fb }
.icon_weixin { background: url(../images/icon_weixin.png) no-repeat center #f3f8fb; position: relative; cursor: pointer }
.contact_icon ul li i img {width: 140px;max-width: inherit;position: absolute; top: 36px; right: -54px; display: none; box-shadow: 0px 9px 24px rgb(0 0 0 / 5%);z-index: 999;}
.icon_weixin:hover img { display: block; z-index: 9 }
.icon_qq:hover { background: url(../images/icon_qq_b.png) no-repeat center #012684 }
.icon_tel:hover { background: url(../images/icon_tel_b.png) no-repeat center #012684 }
.icon_email:hover { background: url(../images/icon_email_b.png) no-repeat center #012684 }
.icon_weixin:hover { background: url(../images/icon_weixin_b.png) no-repeat center #012684; }
/*nav*/
nav {line-height: 76px;height: 76px;padding-left: 50px;border-radius: 10px;margin-top: 20px;position: relative;background: #012684;background: linear-gradient(90deg, #012684 0%, #026b70 100%)}
#starlist li { position: relative; display: inline-block; font-size: 18px; text-align: center; font-weight: bold; }
#starlist li a { display: block; color: #fff; padding: 0 35px; }
#starlist li:hover a, #starlist ul.sub li a:hover { text-decoration: none }
#starlist ul.sub { position: absolute; border-radius: 0 0 10px 10px; overflow: hidden; left: 0; top: 60px; z-index: 9; width: 130%; line-height: 50px; opacity: 0; transition: all .5s; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
#starlist ul.sub li { width: 100%; background: #001737; float: left; font-size: 15px; transition: all .5s }
#starlist ul.sub li a { padding: 0; display: none; width: 100%; color: #f8f8f8; border-bottom: 1px #10264a solid; }
#starlist ul.sub li:last-child a { border: none }
#starlist li:hover ul.sub { opacity: 1; top: 76px; }
#starlist li:hover ul.sub li a { display: block; }
#starlist ul.sub li:hover { padding-left: 5px; }
#starlist li:hover ul.sub:after, #starlist ul.sub li:after, #starlist ul.sub li a:after { display: none; }
.menu:after { content: ""; position: absolute; right: 10px; top: 46%; background: url(../images/jt.png) no-repeat; width: 8px; height: 8px; background-size: 8px; transition: all .5s ease; }
.menu:hover:after { transform: rotate(180deg) }
#mnavh { display: none; width: 40px; height: 40px; text-align: center; }
.navicon { display: block; position: relative; width: 27px; height: 2px; background-color: #012684; margin-top: 20px; float: left; }
.navicon:before, .navicon:after { content: ''; display: block; width: 27px; height: 2px; position: absolute; background: #012684; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -8px; }
.navicon:after { margin-top: 8px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #727171; }
/*search*/
.search { position: relative; overflow: hidden; }
.search input.input_submit { border: 0; color: #fff; outline: none; position: absolute; top: 0; right: 0; display: block; font-size: 15px; height: 36px; background: #001737; line-height: 36px; cursor: pointer; }
.search input.input_text { border: 0; line-height: 36px; height: 36px; font-size: 14px; outline: none; text-indent: 1em; }
.is-search { position: absolute; right: 0; top: 0; background: url(../images/white_bg.png); cursor: pointer }
.is-search i { display: block; width: 76px; height: 76px; background: url(../images/search.png) no-repeat center; background-size: 24px; }
.search-page { width: 100%; left: 0; background: #ebf0fa; position: absolute; top: 80px; z-index: 8; display: none; border-radius: 5px; }
.search_box { padding: 20px; }
.search-page .search { clear: both; width: 60%; margin: auto; border-radius: 0 5px 5px 0; }
.search-page .search input.input_text { width: 80%; float: left; z-index: 9; }
.search-page .search input.input_submit { width: 20%; }
.search select { border: none; height: 36px; right: 20%; outline: none; z-index: 9; position: absolute; background: #fff; }
.search-page .go-left { background: url(../images/prev_close.png) no-repeat left center; width: 32px; height: 32px; background-size: 32px; position: absolute; right: 20px; top: 10px; }
.hads{background-color:#fff;margin-bottom:20px;overflow:hidden;border-radius:6px;padding:20px}
.hads2{background-color:#fff;margin-top:20px;overflow:hidden;border-radius:6px;padding:20px}
.hads img,.hads2 img{width:100%;margin:auto;height:auto;overflow:hidden}
main{width:1200px;margin:30px auto 0;display:block;overflow:hidden}
.s_slide{background:#fff;width:96%;padding:2% 2% 1% 2%;margin-bottom:20px;border-radius:6px;overflow:hidden}
.banner{width: 66.28%;height:300px;float:left;overflow:hidden}
.banner section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60px;background:-webkit-gradient(linear,0 0,0 bottom,from(transparent),to(#000));z-index:-1}
.banner section{bottom:0;left:0;position:absolute;display:block;width:100%;z-index:0}
.banner h4{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);font-size:20px;line-height:26px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;padding:0 20px;z-index:2;margin:20px 0 40px}
.headline{width:270px;float:right;overflow:hidden}
.headline ul{height:288px}
.headline ul li{width:100%;overflow:hidden;height:140px;position:relative}
.headline ul li:first-child{margin-bottom:11px}
.headline ul li a{display:block;overflow:hidden;height:100%}
.headline ul li img{width:100%;min-height:100%;transition:all .6s}
.headline ul li:hover img{transform:scale(1.1)}
.headline span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60px;background:-webkit-gradient(linear,0 0,0 bottom,from(transparent),to(#000));z-index:-1}
.headline span{bottom:0;left:0;position:absolute;display:block;width:100%;z-index:0}
.headline h4{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);line-height:18px;font-size:14px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;padding:0 20px;z-index:2;margin:20px 0}
.lbox{width:860px;float:left}
.blogs{margin-bottom:30px;border-radius:6px}
.main_body ul.post li{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:stretch;-moz-align-items:stretch;-webkit-align-items:stretch;align-items:stretch;margin-bottom:20px;padding:20px 20px 10px 20px;overflow:hidden;border-top:1px solid #f5f5f5;background-color:#fff;border-radius:5px}
.main_body .thumb{border-radius:5px;cursor:pointer;margin-right:20px;width:200px;height:133px;display:block;position:relative}
.main_body .thumb a{width:200px;height:133px;overflow:hidden;min-width:200px;max-width:133px;display:block;position:relative}
.main_body .thumb img{width:200px;height:133px;border-radius:5px}
.main_body .info{-webkit-flex:1;-ms-flex:1;-webkit-box-flex:1;-moz-box-flex:1;flex:1}
.main_body .info .info-limit{max-height:95px;height:95px;overflow:hidden}
.main_body .info h3{width:100%;line-height:25px;margin-top:4px;margin-bottom:13px;font-size:22px;-o-text-overflow:ellipsis;-o-text-overflow:ellipsis}
.main_body .info h3 a{color:#2c2e3b;-o-text-overflow:ellipsis}
.main_body .info h3 .post-stick{display:inline-block;margin-right:8px;padding:5px 8px 4px 8px;font-size:12px;color:#fff;line-height:1;background:#ff5e52;border-radius:4px;margin-top:3px;vertical-align:top}
.main_body .info .desc{height:49px;padding-top:1px;line-height:26px;font-size:14px;font-weight:400;color:#828a92}
.main_body .info .meta{padding-top:10px;position:relative}
.main_body .info .tags{display:inline-block}
.main_body .info .tags a{display:inline-block;padding:0 8px;background:#f9f9f9;border-radius:2px;line-height:18px;font-size:12px;font-weight:400;color:#999;margin-right:8px}
.main_body .info .tags a:first-child{background:#e6f1fb;color:#06c}
.main_body .info .time{line-height:13px;font-size:12px;font-weight:400;color:#828a92;display:inline-block;margin-bottom:15px;overflow:hidden}
.icon-chakan1,.icon-pinglun5,.icon-shijian2{padding-right:5px;vertical-align:middle}
.main_body ul li .comment-topic,.main_body ul li .search-topic{float:right;font-size:13px;font-weight:400;color:#828a92;margin-top:5px;margin-left:10px;overflow:hidden}
.post .meta .tags{margin:0;margin-bottom:15px;overflow:hidden}
.pagination{margin:0;padding:20px;text-align:center;font-size:12px;display:block}
.pagination ul{display:inline-block;margin-left:0;margin-bottom:0;padding:0}
.pagination ul>li{display:inline}
.pagination ul>li>a,.pagination ul>li>span{margin:3px 5px 3px 0;float:left;padding:7px 14px;background-color:#ddd;color:#666;border-radius:2px}
.pagination ul>li>a:focus,.pagination ul>li>a:hover{opacity:1}
.pagination ul>.active>a,.pagination ul>.active>span{background-color:#0066cc;color:#fff}
.pagination ul>.active>a,.pagination ul>.active>span{cursor:default}
.pagination ul>.disabled>a,.pagination ul>.disabled>a:focus,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>span,.pagination ul>li>span{color:#999;background-color:transparent;cursor:default}
/**/
.breadcrumb{padding:0 10px;line-height:40px;background:#ffffff;border-radius:5px}
.breadcrumb i{font-size:14px;margin:0 5px}
/**/
.article-container{background:#fff;padding:20px;margin-top:20px;margin-bottom:20px;border-radius:5px}
.article-container .post_tit{padding:10px 0 10px;border-bottom:1px solid #e3e3e3;margin-bottom:5px}
.article-container .post_tit h1{font-size:26px;margin-bottom:10px;line-height:1.5}
.article-container .post_tit .info{color:#999;font-size:13px}
.article-container .post_tit .info span{margin-right:10px}
.article-container .post_tit .info span a{color:#999}
.article_content{font-size:15px;line-height:25px;padding:10px 0;padding-bottom:0;word-wrap:break-word;position:relative;margin-bottom:15px;overflow:hidden}
.article_content .mip-img-loading img{position:inherit!important}
.article_content p mip-img{max-width:100%}
.article_content img{margin:5px 0;width:auto;max-width:100%;height:auto;margin:0 auto;display:block}
.article_content h2,.article_content h3,.article_content h4,.article_content h5{padding:0;margin:25px 0;color:#555;font-weight:700}
.article_content h2{font-size:18px}
.article_content h3{font-size:16px}
.article_content h4{font-size:15px}
.article_content h5{font-size:14px}
.article_content ol,.article_content ul{margin:0 0 18px 46px}
.article_content ul{list-style:disc}
.article_content ol{list-style:decimal}
.article_content li{margin-bottom:6px}
.article_content p{margin-bottom:10px;line-height:171%;color:#2a2a2a;font-size:16px;}
.article_content p img:only-child,.article_content p mip-img:only-child{text-indent:0}
.article_content pre{word-wrap:break-word}
.article_content table{border-top:solid 1px #ddd;border-left:solid 1px #ddd;width:100%;margin-bottom:18px;  border-collapse: collapse;display: block;overflow-x: auto;white-space: nowrap;}
.article_content table th{background-color:#f9f9f9;text-align:center}
.article_content table td,.article_content table th{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}
.article_content a{color:#450a11;text-decoration:underline}
.article_content a:hover{color:#d10101}
.article_content pre,.comment pre{margin:20px 0;font:13px/20px 'courier new';background:#272822;padding:10px 15px;color:#f8f8d4;border:none}
.article_content blockquote{margin:10px;border:1px #d0d4c8 dashed;background:#f4f5f6 url(../images/blockquote.gif) 5px 3px no-repeat;padding:10px 10px 10px 42px}
.article_content blockquote p{padding:8px 0;text-indent:0;text-align:justify;word-break:break-all;color:#2a2a2a}
.article_content embed{display:block;margin-left:auto;max-width:100%;margin-right:auto}
.post-tag{padding-top: 20px;padding-bottom: 15px;}
.post-tag a{padding:4px 10px;background-color:#0066cc;color:#fff;font-size:14px;line-height:16px;font-weight:400;margin:0 5px 5px 0;border-radius:2px;text-decoration: none;display:inline-block}
.post-tag a:nth-child(5n){background-color:#4a4a4a}
.post-tag a:nth-child(5n+1){background-color:#ff5e5c}
.post-tag a:nth-child(5n+2){background-color:#ffbb50}
.post-tag a:nth-child(5n+3){background-color:#1ac756}
.post-tag a:nth-child(5n+4){background-color:#19b5fe}
.post-tag a:hover{color: #fff;background-color:#1b1b1b}
.share{padding:10px 20px;background:#f7f7f7;border-left:3px solid #000}
.red {color: red;}
/**/
.rbox {width: 320px;float: right;}
.widget{background-color:#fff;position:relative;clear:both;margin-bottom:20px;padding:15px;overflow:hidden;border-radius:6px}
.abautor{padding: 0;background:#fff;border-top-left-radius:8px;border-top-right-radius:8px}
.widget_avatar{position:relative;height:100px;background-repeat:no-repeat;background-position:center center;margin-bottom:45px;background-size:cover;border-top-left-radius:8px;border-top-right-radius:8px}
.widget_avatar a{display:block;position:absolute;top:54px;left:50%;margin-left:-46px;padding:6px;background-color:transparent;border-radius:100%}
img.widget-about-image{margin:0 auto;display:block;width:70px;height:70px;border-radius:99px}
.widget-about-intro{text-align:center;margin:15px 0 10px}
.widget-about-intro .name{font-weight:600}
.widget-about-intro .name h3{display:inline-block;font-size:14px;margin-top:0}
.widget-about-intro .widget-about-desc{font-size:12px;line-height:1;margin:7px 0;font-weight:400}
.widget-about-intro .widget-article-newest{text-transform:uppercase;margin:12px 0;position:relative}
ul.widget-about-posts{padding:0 15px 5px 15px;margin-top:-5px}
ul.widget-about-posts li{margin:10px 0;overflow:hidden;line-height:24px;position:relative;padding-left:13px}
ul.widget-about-posts li:before{position:absolute;left:0;top:10px;width:5px;height:5px;border-radius:50%;background:#0066cc;content:""}
a.widget-posts-title{max-width:78%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;line-height:inherit;font-size:14px}
.widget-posts-meta{font-size:13px;color:#969696;font-style:normal;float:right}
.widget-posts-text{text-align:left}
.widget-about-intro .widget-article-newest{text-transform:uppercase;margin:12px 0;position:relative}
.widget-article-newest:before{display:block;content:'';position:absolute;top:50%;left:0;right:0;border-top:1px solid rgba(0,0,0,.05);z-index:1}
.widget-article-newest span{padding:0 10px 0 10px;background:#fff;position:relative;z-index:2;color:#0066cc}
i.author-ident:after{content:"";position:absolute;width:20px;height:20px;right:10px;top:58px}
i.author-ident.author1:after{background:url(../images/vjin.png) no-repeat;background-size:20px}
span.autlv{font-size:10px;color:#fff;display:inline-block;vertical-align:text-top;font-weight:400;border-radius:2px;line-height:1.4;padding:0 4px;margin-left:5px;letter-spacing:0;margin-top:4px}
.aut-0{background-image:-webkit-linear-gradient(0deg,rgba(253,165,34,.9294117647058824) 0,#fd4c4c 100%)}
.widget-posts-meta i{font-size:13px;color:#969696;font-style:normal;float:right}
.yia-card-title{position:relative;color:#202935;margin-bottom:24px;padding-left:22px;font-weight:700;font-size:18px;line-height:1;font-size:18px!important}
.yia-card-title:before{position:absolute;content:"";left:0;top:0;height:18px;border-left:6px solid #06c}
.widget-post-list .post-item:not(:last-child){margin-bottom:24px}
.widget-post-list.layout-hot .post-item>a{position:relative;display:block;padding-left:36px}
.widget-post-list.layout-hot .post-item:nth-child(1) .hot-index{background:#fe2d46}
.widget-post-list.layout-hot .post-item:nth-child(1) .hot-index:after{border-top-color:#fe2d46}
.widget-post-list.layout-hot .post-item:nth-child(2) .hot-index{background:#f60}
.widget-post-list.layout-hot .post-item:nth-child(2) .hot-index:after{border-top-color:#f60}
.widget-post-list.layout-hot .post-item:nth-child(3) .hot-index{background:#faa90e}
.widget-post-list.layout-hot .post-item:nth-child(3) .hot-index:after{border-top-color:#faa90e}
.widget-post-list.layout-hot .post-item .hot-index{position:absolute;display:inline-block;left:0;top:3px;width:20px;padding-top:4px;text-align:center;color:#8d8f96;background:#d9d9d9;color:#fff;line-height:1;vertical-align:text-top}
.widget-post-list.layout-hot .post-item .hot-index:after{position:absolute;content:"";bottom:-20px;left:0;border:10px solid transparent;border-top:10px solid #d9d9d9}
.widget-post-list .post-title{margin-bottom:8px;color:#202935;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;transition:color .3s}
.widget-post-list .post-metas{font-size:12px;line-height:1;color:#8d8f96}
.widget-post-list .post-metas span{margin-right:16px}
.divPrevious li{overflow:hidden;margin-bottom:10px;height:60px}
.divPrevious li i{width:70px;height:70px;margin-right:10px;overflow:hidden;display:block;float:left}
.divPrevious li i img{height:100%;max-width:100%;min-width:100%;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;transition:all .5s}
.divPrevious li p{margin-top:10px;line-height:20px;max-height:40px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;font-size:14px}
.divPrevious li:hover{background:#f6f6f6}
.divPrevious li:hover img{transform:scale(1.1)}
.divComments li .author-info{margin-top:20px;height:29px;line-height:29px;font-size:12px;padding:0}
.divComments li .author-info .avatar{float:left;width:29px;height:29px;border-radius:50%;margin-right:15px}
.divComments li .author-info i{font-style:normal;color:#333;float:left;text-indent:5px;font-size:16px}
.divComments li .author-info span{color:#bbb;float:right}
.divComments li .comment-inner p{font-size:14px;color:#333;line-height:22px;margin:5px 0 5px 48px}
.divComments li .comment-refer{position:relative;height:43px;line-height:43px;padding-left:48px}
.divComments li .comment-refer .fa-quote-left{width:21px;height:15px;font-size:18px;position:absolute;left:10px;top:5px;color:#0066cc}
.divComments li .comment-refer .t{font-size:12px;color:#999;height:21px;line-height:21px;overflow:hidden;display:inline-block}
.divComments li .comment-refer .t a{color:#999;font-style:normal;margin-left:5px}
.divContorPanel{text-align:center}
.cp-hello{line-height:35px;font-size:14px;color:#666}
.cp-login{line-height:35px;font-size:14px;color:#666}
.cp-vrs{line-height:35px;font-size:14px}
.divAuthors li,.divCatalog li,.divLinkage li,.divNavBar li,.divStatistics li{width:50%;float:left;padding-bottom:5px;margin-bottom:5px;overflow:hidden}
.divArchives li,.divFavorites li{width:50%;float:left;padding-bottom:5px;margin-bottom:5px;overflow:hidden}
.divArchives li a,.divAuthors li a,.divCatalog li a,.divFavorites li a,.divLinkage li a,.divMisc li a,.divNavBar li a,.divStatistics li{color:#555;font-size:14px;margin-right:20px;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}
.divMisc li{float:left;width:43%;margin-right:10px;padding-top:18px;padding-bottom:18px}
.divCalendar table{width:100%;margin-top:10px;font-size:13px;table-layout:fixed}
.divCalendar caption{text-align:center;height:35px;font-weight:700;font-size:13px;line-height:35px;background-color:#fbfbfb;border:1px solid #e0e1e2}
.divCalendar caption a{color:#555}
.divCalendar th{background-color:#fbfbfb;color:#555;text-transform:uppercase;border:1px solid #e0e1e2;height:26px}
.divCalendar td{text-align:center;color:#666;border:1px solid #e0e1e2;line-height:30px}
.divCalendar td a{display:block;line-height:30px;background:#0066cc;color:#fff}
.divSearchPanel input[type=text]{float:left;width:67%;height:28px;padding-left:10px;outline:0;vertical-align:bottom;background:#fff;border:1px solid #e8e9e7}
.divSearchPanel input[type=submit]{float:left;font-size:14px;color:#fff;line-height:26px;padding-left:15px;padding-right:15px;border:2px solid #0066cc;background:#0066cc;outline:0;cursor:pointer}
.divTags li{float:left;padding:12px 0 15px}
.divTags li{font-size:14px;color:#fff;background-color:#428bca;display:inline-block;margin:0 8px 8px 0;padding:4px 8px;line-height:20px;font-weight:400;border-radius:3px}
.divTags li:nth-child(9n){background-color:#4a4a4a}
.divTags li:nth-child(9n+1){background-color:#428bca}
.divTags li:nth-child(9n+2){background-color:#5cb85c}
.divTags li:nth-child(9n+3){background-color:#d9534f}
.divTags li:nth-child(9n+4){background-color:#567e95}
.divTags li:nth-child(9n+5){background-color:#b433ff}
.divTags li:nth-child(9n+6){background-color:#00aba9}
.divTags li:nth-child(9n+7){background-color:#b37333}
.divTags li:nth-child(9n+8){background-color:#f60}
.divTags li:hover{opacity:.8;color:#fff!important}
.divTags li a{color:#fff}
.following2{width: 320px;}
.following2{position:fixed;_position:absolute;top: 15px;z-index:999;}
/* Post Navigation */
.post-navigation{ background-color: #fff;padding: 20px;margin: 0 0 20px;border-radius: 5px;clear: both;overflow: hidden;}
.post-navigation div{position:relative;display:block;width:42%;color:#999;font-size:14px;}
.post-previous{float:left;padding-left:40px;}
.post-next{float:right;padding-right:40px;text-align:right;}
.post-navigation div span{display:block;color:#999;font-size:80%;}
.post-navigation div a:after{position:absolute;top:34%;margin-top:-11px;height:22px;color:#EDEDED;font-size:56px;line-height:22px;line-}
.post-previous a:after{left:0;content:'«';}
.post-next a:after{right:0;content:'»';}

.whitebg{background-color:#fff;position:relative;clear:both;margin-bottom:20px;padding:15px 20px;overflow:hidden;border-radius:6px}
.htitle{position:relative;color:#202935;margin-top:10px;margin-bottom:15px;padding-left:22px;font-weight:700;line-height:1;font-size:18px!important}
.htitle:before{position:absolute;content:"";left:0;top:0;height:18px;border-left:6px solid #06c}
.otherlink{margin:10px 0;overflow:hidden}
.otherlink li{position:relative;line-height:26px;height:26px;display:block;width:50%;float:left;overflow:hidden}
.otherlink li a{display:block;font-size: 14px;margin-right:30px;padding-left:10px}
.otherlink li a:hover{text-decoration:underline;color:#000}
.otherlink li:before{position:absolute;content:"";width:3px;height:3px;background:#000;border-radius:10px;left:0;top:12px}
.nextinfo a{color:#000}
/**/
.bloglist li{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:stretch;-moz-align-items:stretch;-webkit-align-items:stretch;align-items:stretch;margin-bottom:20px;padding:20px 0 10px 0;overflow:hidden;border-top:1px solid #f5f5f5;background-color:#fff;border-radius:5px}
.bloglist .thumb{border-radius:5px;cursor:pointer;margin-right:20px;width:200px;height:133px;display:block;position:relative}
.bloglist .thumb a{width:200px;height:133px;overflow:hidden;min-width:200px;max-width:133px;display:block;position:relative}
.bloglist .thumb img{width:200px;height:133px;border-radius:5px}
.bloglist .info{-webkit-flex:1;-ms-flex:1;-webkit-box-flex:1;-moz-box-flex:1;flex:1}
.bloglist .info .info-limit{max-height:95px;height:95px;overflow:hidden}
.bloglist .info h3{width:100%;line-height:25px;margin-top:4px;margin-bottom:13px;font-size:22px;-o-text-overflow:ellipsis;-o-text-overflow:ellipsis}
.bloglist .info h3 a{color:#2c2e3b;-o-text-overflow:ellipsis}
.bloglist .info h3 .post-stick{display:inline-block;margin-right:8px;padding:5px 8px 4px 8px;font-size:12px;color:#fff;line-height:1;background:#ff5e52;border-radius:4px;margin-top:3px;vertical-align:top}
.bloglist .info .desc{height:49px;padding-top:1px;line-height:26px;font-size:14px;font-weight:400;color:#828a92}
.bloglist .info .meta{padding-top:10px;position:relative}
.bloglist .info .tags{display:inline-block}
.bloglist .info .tags a{display:inline-block;padding:0 8px;background:#f9f9f9;border-radius:2px;line-height:18px;font-size:12px;font-weight:400;color:#999;margin-right:8px}
.bloglist .info .tags a:first-child{background:#e6f1fb;color:#06c}
.bloglist .info .time{line-height:13px;font-size:12px;font-weight:400;color:#828a92;display:inline-block;margin-bottom:15px;overflow:inherit}
.bloglist ul li .comment-topic,.bloglist ul li .search-topic{float:right;font-size:13px;font-weight:400;color:#828a92;margin-top:5px;margin-left:10px;overflow:hidden}
/**/
#backtoTop{position:fixed;right:-100px;bottom:0;width:45px;height:45px;border-radius:100%;background-color:#333d46;z-index: 999;-webkit-transition:.5s;transition:.5s}
#backtoTop.button--show{right:20px;bottom:10%}
.per{position:absolute;top:0;width:45px;height:45px;color:#fff;text-align:center;font-size:16px;line-height:45px;cursor:pointer}
.per:before{content:attr(data-percent)}
.per:hover:before{content:"▲";font-size:22px;line-height:0;top:20px;position:absolute;right:12px}
/*footer*/
.footer{position: relative;z-index: 9;clear: both;padding: 40px 30px;font-size: 14px;line-height: 12px;text-align: center;color: #666;background-color: #fff;}
.footer a{color: #666;}
.link{max-width: 1200px;margin: 0 auto;padding: 0 20px 0 20px;margin-bottom: 30px;text-align: left;}
.link span{float:left;/*font-size:14px*/}
.link ul li{display:inline;padding:0 5px}
/**/
.shareBox{text-align:center;position:relative}
.clearfix:after,.clearfix:before,.row:after,.row:before{content:" ";display:table}
.shareBox .san-praise-sdk{cursor:pointer}
.shareBox .sharebtn{width:130px;height:40px;line-height:40px;border:1px solid #f74840;box-shadow:none;background:#fff;display:inline-block;text-align:center;margin:5px 2px;color:#f74840;font-size:14px;text-decoration:none;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border-radius:25px}
.shareBox .sharebtntn{color:#3496e6;border-color:#3496e6}
.shareBox .sharebtn:hover{background-color:#f74840;color:#fff}
.shareBox .sharebtntn:hover{background-color:#3496e6;color:#fff}
.shareBox .pay-author{border-color:#ffab2e;color:#ffab2e}
.shareBox .pay-author:hover{background:#ffab2e;color:#fff}
.bdsharebuttonbox{display:none;position:relative}
.panel-reward{position:relative;display:none}
.panel-reward ul li{display:inline-block;text-align:center;margin:0 10px;padding:5px;border:1px solid #87ddff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}
.panel-reward ul .weixinpay{border-color:#8ae0ac}
.panel-reward ul li img{width:120px;height:auto}
.panel-reward ul li b{display:block;font-weight:400;margin-top:3px}
.clearfix:after,.clearfix:before,.row:after,.row:before{content:" ";display:table}
.clearfix:after,.row:after{clear:both}
.avatar{position:relative;float:left;width:30px;height:30px;border-radius:100%;padding:2px;display:block;background:-webkit-linear-gradient(bottom left,rgba(0,153,255,.9),rgba(42,228,197,.7));background:-o-linear-gradient(bottom left,rgba(0,153,255,.9),rgba(42,228,197,.7));background:linear-gradient(to top right,rgba(0,153,255,.9),rgba(42,228,197,.7))}
.avatar img{width:100%;border-radius:50%}
.avatar::after{content:"";position:absolute;background:url(../images/v.png) no-repeat;background-size:12px;width:12px;height:12px;right:0;bottom:0}
.gbox i{display:block;float:left;margin-right:10px}
.gbox i input{margin:10px auto;display:block}
.hf ul{padding:10px 10px;background:#f9f9f9}
.hf{padding-bottom:20px;border-bottom:#dedddd 1px dashed}
textarea#lytext{width:99%}
.gbox input[type=submit]{display:block;background:#040404;color:#fff;border:0;line-height:30px;padding:0 20px;border-radius:5px;float:right}
.ecomment{border:#dedcdc 1px solid;padding:10px;margin-bottom:10px}
span.ecommentauthor{color:#b5b5b5;font-size:14px;margin-bottom:5px;display:block}
.mkcomments{margin-top:10px;margin-bottom:50px;background:#fff}
.mkcomments h3{color:#333;font-size:18px;margin-top:0;margin-bottom:25px;text-align:center;letter-spacing:3px}
.mkcomments h3 span{display:block;height:4px;width:35px;background:#0066cc;margin:7px auto 0}
.commentlist .msg{padding-top:10px}
ul.msg{width:100%;margin-bottom:5px}
ul.msg li{width:100%;overflow:hidden;clear:both;margin:0;padding:0;list-style:none}
.msgarticle{padding:10px 2px}
.comment-body{position:relative;margin-left:55px;border:1px solid #ddd;padding:0 10px 10px!important;border-radius:2px}
.comment-body:before{border-right-color:#dedede!important;z-index:1}
.comment-body:after{border-right-color:#f8f8f8!important;margin-left:1px;z-index:2}
.comment-body:after,.comment-body:before{position:absolute;top:8px;left:-8px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid dotted;border-width:8px 8px 8px 0;pointer-events:none}
.comment-header{background-color:#f8f8f8;padding:10px;margin-left:-10px;margin-right:-10px;border-bottom:1px solid #eee;font-weight:500;margin-bottom:10px;font-size:14px}
.comment-header a{color:#999;font-size:13px;margin-right:8px}
.comment-body p{font-size:13px;color:#000;line-height:2em;margin:.5em 0;word-wrap:break-word}
.comment-footer{margin-top:15px;font-size:13px;line-height:1.5em}
.comment-time{font-size:12px;margin-right:8px;color:#999}
.post-reply{font-size:12px;color:#999}
.msgname .msgname,ul.children{margin-left:38px}
.msgname .msgname .avatar,.msgname .msgname .avatar img,ul.children .avatar,ul.children .avatar img{width:30px;height:30px}
#divCommentPost p.posttop{position:relative;z-index:5;font-size:12px;padding:8px 0;width:100%;clear:both;overflow:hidden}
#divCommentPost p a{float:right;line-height:1.5em;margin-right:6px;cursor:pointer;text-decoration:none;color:#777}
#divCommentPost p.posttop small{float:right;position:relative;font-size:12px;cursor:pointer;text-align:right;line-height:18px;padding-bottom:3px;width:75px}
.pinglun{width:auto;font-size:12px;z-index:3;margin:8px 0;padding:0 0 0 60px;position:relative;clear:both;padding:0;margin:0;vertical-align:baseline;font:inherit;line-height:inherit;background:0 0;width:auto;float:none;transition:none;overflow:hidden}
.textarea-wrapper{border:1px solid #ddd;background:0 0;border-radius:3px}
.rounded-top{-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px}
#txaArticle{position:relative;z-index:1;border:0;border-bottom:none;padding-right:24px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;-webkit-appearance:none;overflow:auto;padding:10px;height:140px;min-height:140px;margin:0;resize:none;outline:0;width:97%;min-width:97%;}
.post-toolbar{margin-top:10px;overflow:hidden;float:right}
input.button{float:right;height:32px;width:100px;text-align:center;text-shadow:none;font-weight:700;border:none;color:#fff;background-color:#0066cc;border-radius:2px;background-image:none;box-shadow:none;cursor:pointer}
input.button:hover{background:#8463a9}
.post-terinfo{padding:20px 0 0;color:#777}
.post-terinfo ul li{margin-bottom:5px;text-align:center}
input.text{margin-right:10px;position:relative;border:none;border:1px solid #ddd;border-radius:2px;height:35px;padding:3px 5px;outline:0;color:#b3b3b3;width:220px;box-shadow:none}
.post-terinfo ul li label{color:#b3b3b3}
.compost .com-info{margin-bottom:10px;}
.compost .com-info li{float:left;margin-bottom:1em;width:38.3%;padding-right:3%;position:relative;list-style:none;}
.compost .com-info li:nth-child(2){padding-right:0}
.compost .com-info li .verify{position:absolute;right:0%;top:0;z-index:1;height:40px!important}
.compost .com-info li .verify img{height:100%;border:1px solid #ddd}
.compost .com-info li input{width:100%;height:40px;line-height:40px;padding-left:4px;border:1px solid #ddd;border-radius:3px;text-indent:10px}
.compost .com-name{padding:1em 0 1em .2em}
#cancel-reply{color:#111}
#txaArticle{border-radius:3px;text-indent:5px;margin:0 0 20px 0;padding:5px;width:98%;border:1px solid #ddd;background:#fff;-webkit-appearance:none;font-size:14px}
.com-submit{border-radius:3px;border:none;cursor:pointer;height:40px;line-height:40px;background-color:#111;color:#fff;padding:0 20px;font-size:14px;opacity:.8;}
.com-submit:hover{opacity:1;}
.comment-list .cinfo{height:20px}
.comment-list .clbody .p{word-wrap:break-word}
.cinfo .author{color:#666}
.c-time{color:#999;font-size:12px}
.comment-at{color:#111}
.reply-a{opacity:.5}
.comment-list li:hover .reply-a{opacity:1}
/******************* m ********************/
@media only screen and (max-width: 1200px) {
	.box { width: 1000px; }
	.ad_top { margin-left: 5px;}
	.links a { padding: 3px 10px;}
	main {width: 1000px;}
	.lbox { width: 68% }
	.rbox { width: 30%;}
	.banner { width: 63%; background: #000}
	.headline { width: 230px}
	.main_body .info .tags a.metetag {display: none;}
	.article-container .post_tit .info{width: 100%;}
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
.ad_top{width:510px}
.contact_icon ul li i img{right:0}
.box,main{width:940px}
.menu:after{right:0}
.rbox{width:30%}
.banner{width:63%;height:222px}
.banner h4{font-size:15px;margin:20px 0 30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0}
.headline{width:200px}
.headline ul{height:230px}
.headline ul li{height:105px}
#starlist li a{padding:0 10px}
}
@media only screen and (max-width: 959px) {
main{width:auto;margin:60px auto 0}
.lbox{width:96%;margin:0 auto;float:inherit}
.box{width:96%}
.rbox{display:none}
.banner{width:65%;height:232px}
.headline{width:32%}
.banner h4{font-size:16px}
.headline ul li{height:110px}
.headline ul{height:auto}
.ad_top,.contact_icon{display:none}
.is-search{position:fixed;right:50px;background:0 0}
.search-page{position:fixed;top:40px;border-radius:0}
.is-search i{background:url(../images/search_m.png) no-repeat center;background-size:24px;width:40px;height:40px}
header{height:auto}
header{width:100%;height:40px;background:#fff;position:fixed;top:0;z-index:999;padding-top:0;box-shadow:#e0e7ec 1px 1px 3px}
header .box{width:100%}
.ph_margin{height:40px;margin-bottom:20px}
#mnavh{display:block;top:0;position:fixed;right:0}
#mnavh.open:after{position:fixed;width:40%;height:100%;content:"";right:0;top:40px}
nav{background:0 0;height:auto;padding-left:0;margin-top:0}
.logo a img{height:40px;margin-left:10px}
nav #starlist{width:100%;background:rgba(0,0,0,.7);overflow:hidden}
#starlist{display:none}
#starlist li{width:60%;margin:0;background:#fff;border-bottom:#eee 10px solid;line-height:50px;float:left;font-size:16px;font-weight:400}
#starlist li a{text-align:left;text-indent:2em;color:#000;width:100%;padding:0;font-size:15px}
#starlist li:nth-child(1){border-top:#eee 1px solid}
#starlist ul.sub{background:0 0;width:100%;display:block;position:initial;padding:0;opacity:1;transition:none}
#starlist ul.sub:before{display:none}
#starlist ul.sub li{border-bottom:none;width:100%;overflow:hidden;line-height:40px!important;border-top:none;height:40px!important;background:0 0;font-size:14px}
#starlist ul.sub li:first-child{border-top:#eee 1px solid}
#starlist ul.sub li a{display:block;padding-left:10px;text-indent:3em;width:auto;color:#000}
#starlist li a:hover,#starlist ul.sub li a:hover{color:#012684}
.menu:after{width:26px;height:22px;content:"";background:url(../images/jiantou.png) no-repeat;background-size:16px;display:block}
.menu:after{top:20px;right:6px;border-color:transparent}
.menu:hover:after{transform:none}
.menu span{display:block;position:absolute;width:50px;height:50px;background:#fff;top:0;right:0;border-left:#eee 1px solid}
#starlist li:last-child{padding-bottom:100%}
#starlist ul.sub li:last-child{padding-bottom:0}
#starlist li:hover ul.sub:before{display:none}
}
@media only screen and (max-width: 640px) {
.main_body .info{width:60%}
.main_body .info .comment-topic,.main_body .info .desc,.main_body .info .search-topic{display:none}
.main_body .thumb{width:96px;height:73px}
.main_body .thumb img{width:96px;height:73px}
.main_body .info .info-limit{max-height:initial;height:initial;overflow:hidden}
.main_body .info h3{width:initial%;height:initial;line-height:initial;margin-top:3px;margin-bottom:initial;font-size:14px;overflow:initial;white-space:initial;-o-text-overflow:initial;text-overflow:initial;font-family:PingFangSC-Medium,arial,sans-serif;-webkit-font-smoothing:antialiased}
.main_body .info h3 a{color:#2c2e3b;white-space:initial;-o-text-overflow:initial;text-overflow:initial;display:block;overflow:initial;width:initial}
.main_body .info .meta{padding-top:4px;position:relative}
.s_slide{padding:2% 2% 2% 2%;margin-bottom:10px}
.banner{width:100%;float:none;height:auto}
.headline{float:none;margin-top:10px;width:100%}
.headline ul li{width:50%;float:left}
.headline ul li:nth-child(1) a{margin-right:10px}
.headline ul li:nth-child(2) a{margin-left:10px}
.headline ul li:first-child{margin-bottom:0}
.headline ul{height:auto}
.hads{margin-bottom:10px;padding:10px}
.hads2{margin-top:10px;padding:10px}
main{margin:50px auto 0}
.lbox{width:97%}
.main_body ul.post li{margin-bottom:10px}
.pagination{padding:0 5px 0 5px}
.footer{padding:25px 15px;line-height:20px}
.link{padding:0 10px 0 10px;margin-bottom:15px}
.article-container{margin-top:12px;margin-bottom:12px}
.post-navigation div{width:100%}
.shareBox .sharebtn{width:100px;height:30px;line-height:30px}
.otherlink li{width:100%}
.main_body ul.post li{padding:10px}
.blogs{margin-bottom:15px}
}
