﻿@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,del,dfn,em,img,strong,dd,dl,dt,li,ol,ul,fieldset,
form,label,button,input,table,caption,tbody,tfoot,thead,tr,th,td,menu{margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
table{border-collapse:collapse;border-spacing:0;empty-cells:show}
img{border:0}
a:focus{outline:none}
em,i{font-style:normal}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:-3px;outline:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto;vertical-align:top}::selection{background:#72d0eb;color:#fff;text-shadow:none}::-moz-selection{background:#72d0eb;color:#fff;text-shadow:none}*[hidden]{display:none}

body {
    font-size: 14px;
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
    width: 100%;
    color: #333;
    background: rgba(242,242,242,1);
}
a{color:#333;text-decoration:none}
    a:hover {
        color: #0083ff;
    }
.float-left{float:left}.float-right{float:right}
.margin-top20px{margin-top:20px}
.padding-top8{ padding-top:8px;}
.margin-right10px{margin-right:10px}
.margin-right4px{margin-right:4px}
.center{text-align:center}
.font-italic{font-style:italic}
p{margin:6px 0;padding:6px 0}
.red{color:red}
.gray{ color:#777}
.fz14{ font-size:14px}
.lblue{color:#47aade}
.clear{ clear:both}
.highlight{background-color:#a6dbed;padding-left:5px;padding-right:5px}
.clear-fix:after{content:".";clear:both;display:block;height:0;visibility:hidden}
.time{color:#aaa;font-size:12px;}
.font-normal{ font-weight:normal;}
.bodybox {
    margin-top: 20px !important;
}

.page {
    width: 100%;
    min-width: 1000px;
}
.warp
{
    width:1200px;
    overflow:hidden;
    margin:auto;
}
.header {
    
}
.header a
{
    color:#333;
}
    .header a:hover {
        color: #0083ff;
        text-decoration: none;
    }
.layout-top {
    width: 100%;
    height: 27px;
    line-height: 27px;
    background: #f6f6f6;
    font-size: 12px;
    color: #999;
}
.layout-top a{
    color:#999;
}
.login-display
{
    float:right;
    }
fieldset
{
	padding:20px;
	border:1px solid #ddd;
	}
.editor-field input
{
	width:200px;
	height:20px;
	line-height:20px;
	}
.btn
{
	padding:8px 20px 8px 20px;
	background:#008eb7;
	color:#fff;
	font-weight:bold;
	border:1px solid #00a2ca;
	border-radius: 3px;
	}

.indexbox{display:flex;margin-right:360px;margin-bottom:10px;}
.indexbox-main {
    width: 574px;
    height: 335px;
    margin-right: 15px;
    position: relative;
}
    .indexbox-main img {
        width: 550px;
        height: 330px;
        border-radius: 10px;
    }
    .indexbox-main h3 {
        position: absolute;
        bottom: 18px;
        left: 18px;
        color: white;
    }
.indexbox-sub{
    flex:1;
}

.indexbox-sub div{
    height:157px;

}

.indexbox-sub img{
    width:263px;
    height:157px;
    border-radius:10px;
}






#valiCode {
    vertical-align: middle;
}
.btn:hover
{
	background:#00a2ca;
	}
.img-line{ vertical-align:top; margin:0 12px 0 12px; }
.title
{
    width:100%;
    height:67px;
    background:white;
}
.logo
{
    float:left;
    width:190px;
}
.logo img{
    width:100%;
    margin-top:8px;
}
.nav{
    margin-bottom:15px;
    color:#999;
    font-size:14px;
}
    .nav a {
        color: #999;
    }
nav{ text-align:center; line-height:67px; float:left; width:55%;}
ul.menu li
{
    display:inline;
    line-height:67px;
    margin-left:10px;
    font-size:16px;
}
.search {
    float: right;
    width: 218px;
    margin-top: 18px;
    border: 1px solid #0081ff;
    display: flex;
    border-radius: 2px;
}
#txt_search {
    line-height: 20px;
    flex: 1;
    border: 0;
    padding: 4px;
}
#btn_search {
    width: 40px;
    background: #0082ff;
    border: 0;
    color: #fff;
    padding: 0 4px;
}
    .footer {
        width: 100%;
        overflow: hidden;
        clear: both;
        margin-top: 20px;
    }
.footer-menu
{
    background:#333;
    height:300px;
    color:#e5e5e5;
}
.footer-div
{
    width:20%;
    float:left;
    margin-top:50px;
    overflow:hidden;
}
.footer-div h3
{
    font-size:17px;
    font-weight:bold;
    }
.footer-div ul
{
    margin-top:15px;
    }
.footer-div ul li
{
    font-size:14px;
    font-weight:bold;
    line-height:28px;
    }
.footer-div ul li a
{
    color:#e5e5e5;
    }
.copyright
{
    font-size:14px;
    line-height:24px;
    text-align:center;
    padding-bottom:20px;
    padding-top:12px;
    }
.content-wrap{width:100%; float:left}
.sidebar{float:left;margin-left:-336px;width:336px;position:relative;}
.content {
    margin-right: 360px;
    padding: 20px;
    background: white;
    border-radius: 10px;
}

#main
{
    overflow:hidden;
    }
/*Index
-------------------------------------------------------------*/
.main-title {
    margin-top: 5px;
    min-width: 550px;
    margin-bottom: 10px;
}
    .main-title h1, .main-title h2 {
        font-size: 24px;
        overflow: hidden;
        border-left: 5px solid #0083ff;
        padding: 6px 10px;
        font-weight: 400;
        background:#f6f6f6;
        border-radius:4px;
    }
.excerpt,.excerpt_sh
{
    padding:20px 0;
    border-bottom:1px dashed #f2f2f2;
    clear:both;
    min-width:550px;
    overflow:hidden;
    display:flex;
}
.excerpt-info{
    flex:1;
}
.excerpt .pic {
    width: 215px;
    height: 140px;
    overflow: hidden;
    margin-right: 12px;
    float: left;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}
    .excerpt .pic img {
        width: 215px !important;
        height: 140px !important;
    }
    .excerpt h3 a {
        color: #333;
        font-size: 18px;
        font-weight:500;
    }
.excerpt h3 a:hover {
    color:#0083ff;
}
.excerpt .info
{
    font-size:12px;
    padding:10px 0 8px 0;
    color:#888;
    }
.dexcerpt
{
    padding:10px 0 10px 0;
    clear:both;
    min-width:550px;
    overflow:hidden;
    }
.dexcerpt .pic
{
    width:250px;
    height:140px;
    overflow:hidden;
    float:right;
    }
.dexcerpt h3 a
{
    color:#ff7200;
    font-size:16px;
    font-family:宋体, Arial;
    }
.dexcerpt .info
{
    font-size:16px;
    padding:10px 0 8px 0;
    color:#000;
    }
.dexcerpt .info img
{
	vertical-align:middle;
	}
.comment-times {
    background-image: url(../images/ico-comment.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 18px;
}
.view-times {
    background-image: url(../images/ico-view.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    background-size: 21px;
    background-position:0;
}
.comment-margin
{
     margin-left:12px; margin-right:12px;
    }
.stars
{
    float:right;
    }
.stars img
{
    vertical-align:top;
    }
.note
{
    line-height:28px;
    color:#999;
    font-size:14px;
}
    
.sidebar-ad
{
    clear:both;
    width:336px;
    }
.ul-none
{
    list-style:none;
}
.widget {
    clear: both;
    width: 336px;
    margin-bottom: 20px;
    background: white;
    padding-bottom:20px;
    border-radius: 10px;
}
.recommend-first
{
    color:#205d6f;
    font-size:12px;
    }
.recommend-first img
{
    float:left;
    vertical-align:top;
    margin-right:8px;
    }
.recommend-first h4
{
    font-weight:bold;
    font-size:14px;
    color:#205d6f;
    }
.recommend-first h4 img
{
    vertical-align:top;
    margin-right:4px;
    }
.recommend-first div
{
    font-size:12px;
    }
.fenlei{
    padding:20px;
}
.fenlei a
{
 margin-right:20px;
 line-height:24px;
}
.widget-hzhb .more
{
    float:right;
    margin-top:8px;
    }
    
.recommend-list
{
   margin-top:4px;
    }
.liststyle
{
    vertical-align:text-top;
    }
.recommend-list-img
{
    float:right;
    }
.widget ul li {
    clear: both;
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    padding: 2px 20px;
}
.widget ul li a
{
    clear:both;
    color:#333;
}
    .widget ul li a:hover {
        color: #0083ff;
        text-decoration:none;

    }
.widget-title, .widget-hzhb {
    clear: both;
    float: left;
    width: 336px;
    margin-bottom: 8px;
    padding-top: 15px;
}
    .widget-title h2, .widget-hzhb h2 {
        float: left;
        font-size: 20px;
        display: inline;
        margin-top: 4px;
        padding-bottom: 4px;
        margin-bottom: -2px;
        line-height: 20px;
        overflow: hidden;
        border-left: 4px solid #0083ff;
        padding-left: 15px;
        font-weight: normal;
    }
.widget-title .more
{
    float:right;
    margin-top:8px;
    }
    
/**************************Details**********************************/
.article
{
    padding:10px 0 10px 0;
    clear:both;
    min-width:550px;
    overflow:hidden;
    }
.article-header,.article-entry,.article-footer
{
    margin-bottom:20px;
    clear:both;
    width:100%;
    }
.article-title
{
    width:100%;
    font-size:32px;
    font-weight:500;
    line-height:50px;
}
.article-time
{
    margin-top:20px;
    margin-bottom:10px;
    float:left;
    overflow:hidden;
}
.article-time span
{
    margin-right:8px;
    }
.article-share {
    margin-top: 12px;
    margin-bottom: 10px;
    float: right;
    overflow: hidden;
    border: 1px solid #2683ff;
    border-radius: 4px;
    padding: 2px 8px;
}
    .article-share:hover {
        background: #eaf0f7;
    }
    .article-share a {
        color: #2683ff;
        font-weight:bold;
    }
    .article-entry
{
    clear:both;
    font-size:14px;
    }
.article-description {
    clear: both;
    background: #f6f6f6;
    padding: 12px;
    line-height: 28px;
    overflow: hidden;
    border-radius: 4px;
}
.article-description strong
{
    font-size:15px;
    font-weight:normal;
}
.article-content
{
    margin-top:10px;
    overflow:hidden;
    line-height:1.8;
    font-size:16px;
}
    .article-content a{
        text-decoration:underline;
    }
    .article-content h2, .article-related h2 {
        margin: 20px 0 15px 0;
        background: #f6f6f6;
        padding: 6px 8px;
        font-weight: 500;
        font-size: 20px;
        border-radius: 4px;
        border-left: 4px solid #333;
        line-height:1.8;
    }

    .article-more {
        clear: both;
        line-height: 24px;
        font-size: 12px;
        text-align: center;
        width: 100%;
        height: 24px;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background: #fafafa;
    }
    
.article-footer
{
    clear:both;
    overflow:hidden;
    }
.article-footer-star
{
    width:220px;
    height:35px;
    float:left;
    }

.article-footer-share
{
    float:right;
    }
    
.article-author
{
    clear:both;
    margin-top:10px;
    margin-bottom:20px;
    overflow:hidden;
    background:#fbfbfb;
    padding:10px 20px;
    border: 1px solid #eaeaea;
    }

.article-author-top
{
    border-bottom:1px dotted #ccc;
    padding-bottom:10px;height:24px;
    }
.article-author-name
{
    float:left;margin-right:30px;font-size:16px;
    font-weight:bold;
    }
.article-author-span
{
    font-size:14px;color:#999;float:left;position:relative;top:2px;display:block;width:350px;height:18px;overflow:hidden;
    }
.article-author-more
{
    color:#369;font-size:12px;float:right;position:relative;top:5px;
    }
.author-pic
{
    float:left;
    }
.author-article
{
    font-size:14px;
    padding-top:0px;margin-left:100px;
    position:relative;top:-6px;height:78px;
    list-style:none;
    line-height:22px;
    }
.author-article li
{
    padding: 5px 0 0 8px;
    }
.author-article li span
{
    float:right;color:#bbb;
    }
    
.article-next
{
    overflow:hidden;
    clear:both;
    padding: 0 10px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:12px;
    }
.article-comment
{
    margin-top:10px;
    width:100%;
    overflow:hidden;
    }
.zhiding {
    background: url('../images/ico-ding.png') no-repeat;
    background-size: 32px;
    padding-left: 36px;
    background-position:0 4px;
}
    
.tabcomment
{
	border:1px solid #d8d8d8;
	background:fafafa;
    height:30px;
    margin-top:10px;
    overflow:hidden;
	}
.tabcomment div
{
	font-size:16px;
	height:30px;
	border-right:1px solid #d8d8d8;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	 float:left;
	 cursor:pointer;
	 background:#d8d8d8;
	background-image: linear-gradient(bottom, #f0f0f0 0%, #fff 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #f0f0f0), color-stop(1, #fff) );
	}
.tabcomment div.current
{
	cursor:default;
	background:#fff;
	background-image: linear-gradient(bottom, #fff 0%, #f0f0f0 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #f0f0f0) );
	}
#comments_content1
{
	font-size:14px;
    color:#333;
	}
#comments_content1 p .input_out
{
	width:300px;
	height:25px;
	line-height:25px;
	}
#comments_content1 p textarea
{
	width:500px;
	height:100px;
	background-image: url(../images/comment-text.gif);background-repeat: no-repeat;background-position: center center;
	}
#comments_content1 p a
{
	color:#205d6f;
	text-decoration:none;
	}
#comments_content1 p a:hover
{
	text-decoration:underline;
	}
#comments_content1 div input
{
    padding:4px 8px 4px 8px;
    border:1px solid #d8d8d8;
	background-image: linear-gradient(bottom, #f0f0f0 0%, #fff 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #f0f0f0), color-stop(1, #fff) );
	}
#comments_content1 div input:hover
{
    padding:4px 8px 4px 8px;
    border:1px solid #d8d8d8;
	background-image: linear-gradient(bottom, #fff 0%, #f0f0f0 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #f0f0f0) );
	}
#comments_content1 .comments-list
{
	margin-top:20px;
	padding:20px;
}
#comments_content1 .comments-list div time
{
	font-style:italic; color:#888;
	}
#comments_content1 .comments-list ul li
{
	padding:8px 0px 8px 0px;
	border-bottom:1px dashed #e6e6e6;
	}
    #comments_content1 .comments-list ul li:last-child{
        border-bottom:0;
    }
    #comments_content1 .comments-list ul li div {
        margin-bottom: 8px;
    }
	
#comments_content1 .revertcomment
{
	margin-left:12px;
	}
/*相关推荐*/
.article-related
{
    overflow:hidden;
    width:100%;
    padding-bottom:10px;
    }
.related-title
{
    font-weight:bold;
    font-size:14px;
    padding-bottom:10px;
    }
.related-list
{
    font-size:14px;
    width:50%;
    line-height:24px;
    overflow:hidden;
    float:left;
    }
    
    
    
.downinfolist
{
    display:block;
 overflow:hidden;
 margin-right:20px;
}

.content-ad {
    overflow: hidden;
    justify-content: space-around;
    padding: 20px;
    display:flex;
}
.bottom-adcenter
{
	width:100%;
 overflow:hidden;
 text-align:center;
 clear:both;
 padding-top:10px;
	}
	
	
	
.excerpt_sh .pic
{
    width:80px;
    overflow:hidden;
    margin-right:8px;
    float:left;
    }
    .excerpt_sh .pic img {
        vertical-align:top;
        width:80px;
    }
    .excerpt_sh .h3 {
        width:492px;
    }
.excerpt_sh .h3 a
{
    color:#ff7200;
    font-size:15px;
    line-height:16px;
    text-decoration:none;
    font-weight:bold;
    font-family:宋体, Arial;
    }
.excerpt_sh .info
{
    width:492px;
    font-size:12px;
    padding:10px 0 8px 0;
    color:#888;
    }
    .excerpt_sh .note {
        width:492px;
    }
    .excerpt_sh .cjdown {
        float:right;
    }
    .excerpt_sh .cjdown a{
        text-decoration:none;
        float:right;
    }
        .excerpt_sh .cjdown a span {
            cursor: pointer;
        text-align: center;
        padding: 3px 5px;
        font-family: sans-serif;
        font-size: 0.8em;
        width: 100px;
        margin-top: 2px;
        border-radius: 4px;
        border: 1px solid #d8d8d8;
        background-image: linear-gradient(bottom, #f0f0f0 0%, #fff 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #f0f0f0), color-stop(1, #fff) );
        color: #000;
        }
        .excerpt_sh .cjdown a span:hover {
            background-image: linear-gradient(bottom, #fff 0%, #f0f0f0 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #f0f0f0) );
        }
        .article-more
{
    clear:both;
    line-height:24px;
    font-size:12px;
    text-align:center;
    width:100%;
    height:24px;
    background:#f0f0f0;
    
    }
            .article-more:hover {
                background:#ddd;
                cursor:pointer;
            }
            .article-a-more {
                text-decoration:none;
                color:#000;
            }


	


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
.btndown{
    font-weight:bold;
    color:white;
    padding:15px 30px;
    background:#0e81f1;
    border-radius:2px;
    text-decoration:none;
    display:inline-block;
    mairgin:5px 0;
}
.btndown:hover{
    color:white;
    text-decoration:underline;
}
.lst-type{
    margin-top:5px;
    color:#999;
}
.lst-type a{
    color:#999;
}
@media all and (max-width: 760px) {
    body{background:white;}
    .warp{width:95%;}
    .content {margin-right:0;padding:0;}
    .sidebar{margin-left:0;float:none;}
    .widget{width:100%;}
    .page,.article{min-width:100%;}
    .logo{overflow:hidden;}
    nav{width: 80%;}
    .search{display:none;}
    .excerpt .pic{display:block;float:none;width:107px !important;height:70px !important;margin-right:0;}
    .excerpt, .excerpt_sh{min-width:100%;}
    .sidebar{width:99%;}
    .content-wrap{float:none;}
    .layout-top, .login-display {
        display: none;
    }
    .bodybox{padding:0;box-shadow:none;border-radius:0;}
        .excerpt .pic img {
            width: 107px !important;
            height: 70px !important;
        }
    #gozdx img{width:100%;}
    .content-ad{display:none !important;}
    .article-content img{width:100% !important;height:auto !important;}
    .note, .menu, .nav {
        display: none;
    }
    .main-title h1, .main-title h2{font-size:16px;}
    .excerpt h3 a{font-size:14px;}
    .excerpt-info{margin-left:10px;}
    .dexcerpt .info img{width:auto !important;}
    .sidebar-ad{width:100%;}
    .indexbox {
        display: inherit;
        margin:0;
    }
    .indexbox-main{height:auto;width:auto;margin-right:0;}
        .indexbox-main img{width:100%;height:auto;}
    .indexbox-sub{display:flex;}
    .indexbox-sub div{flex:1;height:auto;}
        .indexbox-sub div:first-child{margin-right:5px;}
        .indexbox-sub img {
            width: 100%;
            height: auto;
        }

}
.article-content-body {
    height: 900px;
    position: relative;
    overflow: hidden;
}
.article-content-body-more {
    position: absolute;
    text-align: center;
    width: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,.5) 0,rgba(255,255,255,1) 100%);
    height: 250px;
    bottom: -50px;
    vertical-align: bottom;
}
    .article-content-body-more span {
        cursor: pointer;
        border: 1px solid #1f83ff;
        display: block;
        border-radius: 40px;
        padding: 6px;
        color: #1f83ff;
        font-weight: bold;
        bottom: 0;
        margin-top: 158px;
        background: white;
        background-image: url(../images/ico-arrowdown.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 44% 50%;
    }


/* star */
.article-footer-star #star {
    color: #888;
    font-size: 14px;
    list-style-type: none;
    position: relative;
    width: 600px;
    margin: 0px auto;
    height: 24px;
}

    .article-footer-star #star ul, #star span {
        float: left;
        display: inline;
        height: 22px;
        line-height: 22px;
    }

    .article-footer-star #star ul {
        margin: 0 10px;
    }

    .article-footer-star #star li {
        float: left;
        width: 24px;
        cursor: pointer;
        text-indent: -9999px;
        background: url(../images/star.png) no-repeat;
    }

    .article-footer-star #star strong {
        color: #f60;
        padding-left: 10px;
    }

    .article-footer-star #star li.on {
        background-position: 0 -28px;
    }