body {color: #333333; font: 13px 微软雅黑, Verdana, Arial, Helvetica, sans-serif; line-height: 1;background-image: url("../images/wrapper_bg.jpg");background-attachment: fixed;background-color: rgb(106, 139, 162);background-size: cover;}
::selection { color: #fff; background: #0289cb; }
::-moz-selection {color:#fff;background:#0289cb;}
a:link, a:visited { color: #474747; text-decoration: none; -webkit-transition: background-color .15s linear, color .15s linear; -moz-transition: background-color .15s linear, color .15s linear; -o-transition: background-color .15s linear, color .15s linear; -ms-transition: background-color .15s linear, color .15s linear; transition: background-color .15s linear, color .15s linear; }
a:hover { color: #0289cb; }
.clear { clear: both; }
.box { background: #fff; border: solid 1px #e3e3e3 \9; border-bottom: solid 1px #ccc \9;}
h2 { font-size: 16px; font-weight: bold; line-height: 1.5em; padding-bottom: 10px; }
h3 { font-size: 15px; line-height: 36px; height: 36px; }
.container { max-width: 980px; margin: 0 auto; }
strong { font-weight: bold; }
blockquote, pre { padding: 5px 10px 5px 40px; margin: 10px 0; background: #F7F7F7 url(../images/quotebg.gif) no-repeat 10px 10px; border: 1px solid #EBEBEB; color: #0289cb; font-size: 12px; }
blockquote p, pre p { text-indent: 0 !important }
center { margin: 0 auto; text-align: center }
@-webkit-keyframes fadeInUp{
	0%{opacity:0;-webkit-transform:translateY(20px)}
	100%{opacity:1;-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
0%{opacity:0;-moz-transform:translateY(20px)}
100%{opacity:1;-moz-transform:translateY(0)}
}
/*header*/
.mainbar {width:100%; height:32px;}
#topbar { height: 30px; line-height: 30px; float: left; overflow: hidden; }
#topbar ul { list-style: none; }
#topbar ul li { height: 33px; line-height: 33px; float: left; padding: 0 20px 0 0; text-align: center; font-size:12px }
#topbar ul li a{ color:#999}
#topbar ul li a:hover{ color:#0289cb}
#topbar ul ul { display: none; }
.toolbar { height: 30px; line-height: 30px; float: left; }
#rss { float: right; }
#rss ul li { margin: 4px 0 0 14px; float: right }
.icon1, .icon1 span.hover, .icon2, .icon2 span.hover, .icon3, .icon3 span.hover, .icon4, .icon4 span.hover, .icon5, .icon5 span.hover, .icon6, .icon6 span.hover { display: block; width: 24px; height: 24px; background: url(../images/social_icon.gif) no-repeat; }
.icon1 { background-position: 0 -48px; }
.icon1 span.hover { background-position: 0 -72px; }
.icon2 { background-position: 0 -192px; }
.icon2 span.hover { background-position: 0 -216px; }
.icon3 { background-position: 0 -240px; }
.icon3 span.hover { background-position: 0 -264px; }
.icon4 { background-position: 0 -96px; }
.icon4 span.hover { background-position: 0 -120px; }
.icon5 { background-position: 0 -144px; }
.icon5 span.hover { background-position: 0 -168px; }
.icon6 { background-position: 0 0; }
.icon6 span.hover { background-position: 0 -24px; }
#blogname { outline: none; overflow: hidden; }
#blogname h1 { text-indent: -9999px; height: 0; width: 0; }
.search_phone { display: none }
/*loading*/
#main_loading { position: fixed !important; position: absolute; top: 0; left: 0; height: 100px; width: 200px; z-index: 999; background: #0289cb url(../images/loading.gif) no-repeat center; opacity: 0.6; filter: alpha(opacity=60); font-size: 14px; line-height: 20px; top: 50%; left: 50%; margin-top: -50px; margin-left: -100px; border-radius: 5px; }
#loading-one { color: #fff; position: absolute; top: 50%; left: 50%; margin: 50px 0 0 -50px; padding: 3px 10px; }
/*nav*/
.mainmenus {left: 0;right: 0;z-index: 99;margin: 0 auto;background: rgba(255,255,255,0.1);background-image: url(../images/panel-box-noise-bg.png);color: #fff;text-shadow: 0 1px 1px rgba(0,0,0,0.2);box-shadow: 0 1px 3px rgba(30, 50, 70, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255,255,255,0.12);}
.home { float: left; height: 48px; width: 54px; background: rgba(0,0,0,.03) url(../images/icon.png) no-repeat 5px -148px; text-indent: -9999px;}
.home_none { float: left; height: 48px; width: 54px; background: url(../images/icon.png) no-repeat 5px -148px; text-indent: -9999px; }
.home_none:hover { background: #0289cb url(../images/icon.png) no-repeat 5px -148px; }
.topnav { height: 48px; font-size: 14px; font-weight: bold; text-align: center; position:relative }
.topnav a { color: #fff; height: 48px; line-height: 48px;border-right: 1px solid rgba(0,0,0,.1);box-shadow: 1px 0 0 rgba(255,255,255,.12);}
.topnav ul { z-index: 999; }
.topnav li { height: 48px; float: left; position: relative; width: auto; }
.topnav li a:link, .topnav li a:visited { float: left; position: relative; padding: 0 20px; display: block; }
.topnav li a:hover, .topnav .current_page_item ,.topnav .current-menu-item,.topnav .current-post-parent{ background: rgba(0,0,0,.03); float: left; position: relative; }
.topnav ul ul { display: none; position: absolute; top: 48px; z-index: 999; left: 0;-webkit-animation:fadeInUp .3s .2s ease both;-moz-animation:fadeInUp .3s .2s ease both; }
.topnav ul ul li { font-size: 13px; color: #363636; display: block; position: relative; height: 36px; line-height: 36px;border-top: #444 solid 1px; left: -28px; }
.topnav ul ul li a:link, .topnav ul ul li a:visited { font-size: 13px; color: #fff; display: block; position: relative; width: 150px; height: 36px; line-height: 36px; text-align: left; background: #363636; font-weight: normal; }
.topnav ul ul li a:hover { font-size: 13px; color: #fff; display: block; position: relative; width: 150px; height: 36px; line-height: 36px; text-align: left; background: #0289cb; font-weight: normal; }
.topnav ul ul ul { display: none; position: absolute; top: -1px; left: 190px; z-index: 999; }
.topnav ul ul ul li { font-size: 13px; color: #363636; display: block; position: relative; height: 36px; line-height: 36px; text-align: center; }
.topnav ul ul ul li a:link, .topnav ul ul ul li a:visited { font-size: 13px; color: #fff; display: block; position: relative; width: 150px; height: 36px; line-height: 36px; text-align: left; background: #363636; font-weight: normal; }
.topnav ul ul ul li a:hover { font-size: 13px; color: #fff; display: block; position: relative; width: 150px; height: 36px; line-height: 36px; text-align: left; background: #0289cb; font-weight: normal; }
.topnav .menu-button {display:none; position: absolute; top:8px; right:54px; cursor: pointer; }
.topnav .menu-button.active{background:rgba(0,0,0,0.2); border-radius:5px;}
.topnav .menu-button i{ display:block; width:40px; height:33px; background:url(../images/icon.png) no-repeat -2px -236px}
.topnav .menu-right{ position:absolute; right:0; top:0}
.topnav .menu-right .menu-search{ position:relative;}
.topnav .menu-right #menu-search{ width:14px;background: url(../images/icon.png) no-repeat 5px -193px;}
.topnav .menu-right .menu-search .menu-search-form{ width: 200px; display:none; position:absolute; top:48px; right:0; background:#65859B; padding:15px; z-index:900}
.topnav .menu-right .menu-search .menu-search-form .button{border: none; background:#363636; color: #fff; padding: 6px 12px;}
.topnav .menu-right .current_page_item .menu-search-form{ display:block}

.subsidiary {height: 34px; padding: 0 10px;margin:10px 0px;color:#FFF;}
.subsidiary a:link,.subsidiary a:hover,.subsidiary a:visited {color:#FFF;}
.bulletin { overflow: hidden; height: 24px; margin: 5px 0; line-height: 24px; }
.bulletin span { width: 70px; }
.bulletin marquee { color: #0289cb; }
.bdshare_small { margin-top: 5px; }

.full-width .textwidget{width: 100%;margin: 0;}
.full-width .textwidget img{max-width: 100%;}
/*************************侧边栏***********************/
#sidebar { width: 316px; margin-left: 16px; float: right; }
#sidebar-follow { width: 316px; }
.widget { padding: 10px; }
.widget h3 { padding: 0; margin-bottom: 10px; height: 30px; line-height: 30px; border-bottom: #0289cb solid 3px; font-size: 15px; font-weight: bold; }
.widget span { color: #0289cb; }
.widget em { color: #666; font-style: normal; margin-right: 20px; float: right; }
.widget ul { padding: 1px 0 1px 0; }
.widget ul li { line-height: 1.5em; border-bottom: dashed 1px #f3f3f3; padding: 5px 0 }
/*文本*/
.textwidget { margin: -3px; overflow: hidden; width: 300px; }
.textwidget img { max-width: 300px; height: auto }
.inter-top .textwidget { margin:0; overflow: hidden; width: auto; }
.inter-top .textwidget img { max-width: inherit; height: auto }
/*文章tab*/
#tabnav { display: block; clear: both; zoom: 1; }
#tabnav li { float: left; width: 98px; border-bottom: #ccc solid 3px; text-align: center; cursor: pointer; list-style: none; font-weight: bold; font-size: 15px; padding-bottom: 5px; margin-bottom: 5px; }
#tabnav .selected { position: relative; background-color: #fff; color: #0289cb; cursor: default; border-bottom: #0289cb solid 3px; }
#tab-content .hide { display: none; }
#tab-content ul { overflow: hidden; list-style: none }
#tab-content ul li { float: left; width: 100%; border-bottom: dashed 1px #f3f3f3; background: url(../images/zt_con_li_green.gif) no-repeat left 12px;text-indent: 0.8em; }
#tab-content ul li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block }
/*搜索*/
.search { }
.search_site { width: 316px; }
.search_site #searchform .search-s { display: block; height: 22px; *height:20px;padding: 10px; width: 250px; border: none; color: #999; box-shadow: none; line-height: 22px; }
.search_site #searchform label{display:block;height:40px;position:relative; width:250px}
.search_site #searchform span{position:absolute;float:left;line-height:40px;left:10px;color:#BCBCBC;cursor:text;z-index:10}
.search_site #searchform #searchsubmit { border: none; cursor: pointer; display: block; height: 42px; padding: 0; text-indent: -9999px; width: 44px; background: #51B5DC url(../images/icon.png) no-repeat 0 -195px; float: right; }
.search_site #searchform #searchsubmit:hover { background: #0289cb url(../images/icon.png) no-repeat 0 -195px;}
/*评论*/
.r_comment { position: relative; overflow: hidden; height: auto; }
.r_comment ul { list-style: none; overflow: hidden; position: relative; }
.r_comment li { line-height: 22px !important; clear: both; height: 48px; margin-bottom: 5px; overflow: hidden; border-bottom: dashed 1px #f3f3f3; }
.r_comment li:hover { border-right: #0289cb solid 3px; background: #f8f8f8; }
.r_comment ul li img.avatar { height: 35px; width: 35px; float: left; margin: 4px 8px 0 0; background: #fff; border: 1px solid #ddd; border-radius: 5px; }
/*登录*/
#loginform p { line-height: 26px; margin-bottom: 5px; }
#loginform input.login { width: 140px; padding: 2px; color: #444; border: 1px solid #dfdfdf; box-shadow: inset 2px 3px 5px #eee; }
#loginform input.denglu { width: 70px; margin-top: 5px; height: 63px; color: #444; text-align: center; border: 1px solid #dfdfdf; font-size: 16px; }
#loginform input.denglu:hover { background: #0289cb; color: #fff; }
.loginl { float: left; margin: 5px 10px 5px 0; }
.loginl label { margin-right: 10px; }
#loginform label input[type="checkbox"]{ vertical-align:middle; margin-right:3px}
#loginform input:focus { border: 1px solid #ccc; }
.register { margin: 0 10px 0 50px; }
.v_avatar { margin: 5px; float: left; width: 64px; }
.v_avatar img { border-radius: 5px;height: auto;}
.v_li li { list-style-type: none; float: left; width: 100px; padding: 5px; }
/*标签*/
.tagcloud { height: auto; overflow: hidden; }
.tagcloud a:link, tagclouda:visited { padding: 3px 8px; background-color: #F3F3F3; margin: 2px; height: 20px; line-height: 30px; -moz-border-radius: 3px; border-radius: 3px; white-space: nowrap; -webkit-transition: background-color .15s linear, color .15s linear; -moz-transition: background-color .15s linear, color .15s linear; -o-transition: background-color .15s linear, color .15s linear; -ms-transition: background-color .15s linear, color .15s linear; transition: background-color .15s linear, color .15s linear; }
.tagcloud a:hover { background-color: #0289cb; color: #FFF; }
.action { border-top: solid 1px #F3F3F3; margin-top: 5px; padding-top: 5px; text-align: right; }
.action a { color: #CCCCCC; }
/*图文*/
.imglist{ margin-left:-10px}
.imglist li{ float:left; width:142px; margin-left:10px;border-bottom:none !important; padding:0 !important;}
.imglist li h4{ margin:8px 0 10px 0;height:34px; overflow:hidden}
.imglist li img{ width:142px;}
/*日历*/
#wp-calendar{width: 100%;border-collapse: collapse;border-spacing: 0;  magrin:0 auto;       }
#wp-calendar #today{font-weight: 900; color: #990099 display:block;background-color: #F3F3F3; text-align:center;} 
#wp-calendar thead{font-size:14px;} 
#wp-calendar tfoot td{border-top:1px solid #F3F3F3;background-color:white; }
#wp-calendar tfoot td a{ color:#CCCCCC;} 
#wp-calendar caption{font-size:15px;border-bottom: #0289cb solid 3px;padding:5px 0;margin-bottom:10px;} 
#wp-calendar thead th{text-align:center;}
#wp-calendar tbody td{text-align:center;padding: 7px 0;}    
#wp-calendar a {color: #990099; text-decoration: none; cursor:pointer;} 
#wp-calendar a:hover {color:#0289cb ; text-decoration:none;font-weight:900;}
/*菜单*/
.widget .menu li,.blogroll li{display: inline-block;margin-right: 10px;background: url(../images/zt_con_li_green.gif) no-repeat left 12px;padding-left: 7px !important;}
.widget .menu li.menu-item-has-children{display: block;}
.widget .menu li>ul li{border-bottom: none;}
/*首页文章列表*/
.mainleft { width: auto; overflow: hidden; }
#post_container { margin-left: -16px; position:relative }
#post_container li { width: 316px; margin-left: 16px; float: left;-webkit-animation:fadeInUp .3s .2s ease both;-moz-animation:fadeInUp .3s .2s ease both;}
.thumbnail { max-height: 500px; overflow: hidden; }
.thumbnail a { display: block; padding: 7px 8px 0; }
.thumbnail img { width: 300px; height: auto; }
.article { padding: 15px 10px 0; position:relative }
.info { font-size: 12px;color: #999; white-space: nowrap; text-overflow: ellipsis; position: relative;  border-top: 1px solid #eee; line-height: 35px; padding: 0 5px; text-align: center; }
.info span { height: 20px; }
.info span a { color: #999; }
.info span a:hover { color: #0289cb; }
.info_ico { background: url(../images/info.png) no-repeat; padding: 0 5px 0 20px; }
.info_category { background-position: 0 -21px; }
.info_date { background-position: 0 -1px; }
.info_views { background-position: 0 -62px; }
.info_comment { background-position: 0 -43px; }
.info_author { background-position: 0 -82px; }
.entry_post { line-height: 22px; color: #999; margin-bottom: 10px; word-break: break-all; }
.sticky { background: #0289cb; height: 25px; width: 45px; position: absolute; z-index: 20; top: -1px; right: -1px; color: #fff; font-weight: bold; text-align: center; line-height: 25px;border-radius: 0 0 0 5px; }
.zoom { width: auto; height: auto; display: block; position: relative; overflow: hidden; background: none; }
.zoomOverlay {opacity: 0; position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: none; margin: 7px 7px 0 7px; background-image: url(../images/zoom.png); background-repeat: no-repeat; background-position: center; }
.zoom:hover .zoomOverlay{filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;display: block; background-color:#0289cb;}
#post_container .fixed-hight h2 a{ display:block;white-space: nowrap;text-overflow:ellipsis; overflow:hidden;}
#post_container .fixed-hight .entry_post{overflow: hidden;height: 42px;}
#post_container .fixed-hight .info{ overflow:hidden; height:35px;}
#post_container li:hover h2 a{color: #0289cb;}
/*分页*/
.pagination a,.pagination span { width: 28px; text-align: center; height: 28px; line-height: 28px; margin: 0px 0 6px 4px; display: inline-block; text-decoration: none; border: 1px #dfdfdf solid; background: #fff; color: #888;-webkit-box-shadow: 0 2px 4px 0 #d9d9d9;-moz-box-shadow: 0 2px 4px 0 #d9d9d9;box-shadow: 0 2px 4px 0 #d9d9d9; }
.pagination a.extend { padding: 0 5px }
.pagination .current { height: 28px; width: 28px; color: #fff; border: 1px #FFF solid; background: #577889; margin: 20px 0 0 4px; }
.pagination a:hover { height: 28px; width: 28px; color: #fff; border: 1px #FFF solid; text-decoration: none; background: #577889; }
.pagination .page_previous, .pagination .prev { width: 54px; height: 28px; text-align: center; }
.pagination .page_previous:hover, .pagination .prev:hover { width: 54px; height: 28px; text-align: center; }
.pagination .page_next, .pagination .next, .pagination .page_next:hover, .pagination .next:hover { width: 54px; height: 28px; text-align: center; }
.pagination .fir_las, .pagination .fir_las:hover { width: 34px; height: 28px; text-align: center; }
/*single*/
.article_container { padding: 10px; }
.article_container h1 { font-size: 18px; margin-top: 5px; font-weight: bold; line-height: 1.5em; padding-bottom: 10px; }
.article_info { padding: 10px 0; border-top: #0289cb solid 5px; line-height: 1.5em; color: #999; font-size:12px;}
.article_info a { color: #999 }
.article_info a:hover { text-decoration: underline }
.context { overflow: hidden; }
#post_content{ padding:0 0px;word-break:break-all;}
#post_content a{ text-decoration:underline}
.context, .context p, .context a, .context pre { line-height: 2em; font-size: 14px; }
.context ol, .context ul { margin-left: 40px; }
.context ol li, .context ul li { line-height: 2em; }
.context ol li { list-style-type: decimal; }
.context ul li { list-style: url(../images/zt_con_li_green.gif);}
.context h3,.context h4,.context h5{border-bottom:#eee 1px solid;padding-bottom:0px;margin-bottom:10px;font-weight:bold;}
.context h2{font-size:16px;font-weight:normal;padding:10px 20px 9px 20px;line-height:18px;border-left:4px solid #0289cb;background-color:#f3f3f3}
.context p embed, .context object { margin: 0 auto }
.context code { background: #FFF8DF; color: #9C2E0E; font-style: italic; padding: 2px 3px; line-height: 2em; }
.context table{border-top:solid 1px #ddd;border-left:solid 1px #ddd;width:100%;margin-bottom:16px}
.context table th{background-color:#f9f9f9;text-align:center}
.context table td,.article-content table th{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}
.context .alignleft{float:left;text-align:left;margin-right:10px}
.context .aligncenter{margin: 0 auto;text-align: center;display: block;}
.context .alignright{float:right;text-align:right;margin-left:10px}
.context .wp-caption {border: solid 1px #eee;border-radius: 2px;padding:5px;box-shadow: 2px 2px 0 #fbfbfb;margin-bottom: 15px; max-width:100%;}
.context .wp-caption:hover {border-color: #ddd;}
.context .wp-caption-text {margin:  5px -5px -5px;border-radius: 0 0 2px 2px;background-color: #fbfbfb;border-top: 1px solid #eee;padding: 5px;color: #999;}
.context .article_tags { font-size: 12px; line-height: 40px; margin-top: 15px; text-align: center; border-top: 1px #cdcdcd dashed; border-bottom: 1px #cdcdcd dashed; }
.context .img-responsive{display:block;height:auto;max-width:100%}
.baishare { margin: 8px 0 0 0; _margin: 5px 14px 0 0; }
#authorarea { position: relative; float: left; width: 100px; }
#authorarea img{height: auto;}
.author_arrow { position: absolute; float: left; border-style: solid; border-width: 10px; border-color: transparent #fff transparent transparent; height: 0; width: 0; font-size: 0; top: 42px; left: 80px; }
.authorinfo { height: 80px; padding-left: 110px; }
.authorinfo h4{font-size: 16px;margin-bottom: 10px;}
.post-navigation { clear: both; overflow: hidden; }
.post-navigation div { display: block; position: relative; font-size: 14px; color: #999; }
.post-navigation a{color:#fff}
.post-next { float: right; text-align: right; padding-right: 40px; }
.post-previous { float: left; padding-left: 40px; }
.post-navigation div a:after { position: absolute; color: #CCC; font-size: 56px; margin-top: -11px; height: 22px; line-height: 22px; top: 34%; }
.post-previous a:after { content: '«'; left: 0px; }
.post-next a:after { content: '»'; right: 0px; }
.related { overflow: hidden;}
.related ul { margin-left: -1px; }
.related_box { float: left; width: 24.8%; border-left: 1px #eee solid }
.related_box:hover { background: #0289cb; }
.related_box a:hover { color: #fff; }
.related_box .r_title { padding: 0 8px; text-align: center; }
.related_box .r_pic { margin: 8px auto; width: 140px;}
.related_box .r_pic img { width: 140px;}
#content table { margin: 10px auto; }
#content p { margin: 0 0 20px 0 }
#content hr { background: url(../images/sprite-2.png) no-repeat -1px -93px; height: 3px; border: none; margin: 15px 0 }
#content .content_post ol li { list-style: decimal inside; color: #272727; line-height: 26px; font-size: 13px }
#content .content_post ul li { background: url(../images/li.png) no-repeat; text-indent: 1.3em; color: #272727; line-height: 26px; font-size: 13px }
#content b, #content strong { font-weight: blod }
#content i, #content em, #content var, #content dfn { font-style: italic }
#content th, #content td { display: table-cell; vertical-align: inherit; padding: 1px; line-height: 2em }
#content th { font-weight: 700; padding: 1px }
#content td { text-align: inherit; padding: 1px }
#content .pagelist { padding: 10px 0; background: #f3f3f3; text-align: center; margin-top: 20px }
#content .pagelist>span,#content .pagelist>a{background-color: #fff ;border: 1px#ddd solid ;color: #0289cb;margin-left: 5px;padding: 4px 10px ;text-transform: uppercase; }
#content .pagelist>a:hover,#content .pagelist>span{background-color: #363636;color: #fff !important;}
.alignleft { float: left; margin: 5px 15px 5px 0 }
.alignright { float: right; margin: 5px 0 5px 15px }

/*footer*/
#footnav a, #friendlink a { color: #FFF }
#footnav a:hover, #friendlink a:hover { color: #0289cb }
#footer { text-align: center;padding: 20px 0 15px 0; font-size: 12px; color: #FFF; line-height: 1.5em; margin-top: 50px;  border-top: 5px solid #CCC; }
#footer p { text-align: center; }
.footnav { line-height: 30px; font-size: 14px; }
.footnav ul { list-style: none; text-align: center; }
.footnav ul li { height: 30px; line-height: 30px; display: inline; padding: 0 10px 0 0; }
.footnav ul ul { display: none; }
.copyright { color: #FFF;}
.copyright p{ line-height:2em }
.copyright a { color: #FFF;}
.copyright a:hover { color: #0289cb }
#footer p.author a { color: #444; }
#footer p.author a:hover { text-decoration: underline }
/*gototop*/
#tbox { width:45px; float: right; position: fixed; right: 20px; bottom:10%; z-index: 999;}
#pinglun, #home, #gotop { width:45px; height:45px; background: #51B5DC url(../images/icon.png) no-repeat; display: block; margin-bottom: 5px; filter: alpha(Opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
#pinglun:hover, #home:hover, #gotop:hover { filter: alpha(Opacity=100); -moz-opacity: 1; opacity: 1; }
#pinglun { background-position: 0 -50px; }
#home { background-position: 0 5px; }
#gotop { background-position: 0 -100px; }
/*幻灯*/
.slider { width: 645px; overflow: hidden;-webkit-box-shadow: 0 2px 4px 0 #d9d9d9;-moz-box-shadow: 0 2px 4px 0 #d9d9d9;box-shadow: 0 2px 4px 0 #d9d9d9; }
#focus { width: 100%; height: 370px; overflow: hidden; position: relative; }
#focus ul { height: 430px; position: absolute; }
#focus ul li { float: left; width: 645px; height: 370px; overflow: hidden; position: relative; background: #ccc; }
#focus ul li div { position: absolute; overflow: hidden; }
#focus .button { position: absolute; width: 645px; height: 10px; padding: 5px 10px; right: 0; bottom: 0; text-align: right;bottom: 10px; }
#focus .button span { display: inline-block; _display: inline; _zoom: 1; width: 25px; height: 10px; _font-size: 0; margin-left: 5px; cursor: pointer; background: #fff; }
#focus .button span.on { background: #fff; }
#focus .preNext { width: 45px; height: 100px; position: absolute; top: 125px; background: url(../images/sprite.png) no-repeat 0 0; cursor: pointer; }
#focus .pre { left: 0; }
#focus .next { right: 0; background-position: right top; }
#focus ul li a { display: block; overflow: hidden; }
#focus ul li a img { width: 650px; height: auto; }
.flex-caption { max-width: 610px; left: 0; bottom: 30px; background: #0289cb; opacity: 0.8; color: #fff; padding: 10px 20px; }
.flex-caption a { color: #fff; }
.flex-caption:hover { opacity: 1; }
.flex-caption .btn { display: none; }
.slides_entry { display: none; }
/*读者墙*/
.readers-list { line-height: 19px !important; text-align: left; overflow: hidden; _zoom: 1;text-align: center;margin-bottom: 30px !important;}
.readers-list li { width: 200px; display: inline-block; *margin-right:-1px}
.readers-list a, .readers-list a:hover strong { background-color: #f2f2f2; }
.readers-list a { font-size:12px;  line-height:19px !important; position: relative; display: block; height: 36px; margin: 4px; padding: 4px 4px 4px 44px; color: #999; overflow: hidden; border: #eee 1px solid; border-radius: 2px; box-shadow: #eee 0 0 2px }
.readers-list img, .readers-list em, .readers-list strong { -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out }
.readers-list img { width: 36px; height: 36px; float: left; margin: 0 8px 0 -40px; border-radius: 2px }
.readers-list em { color: #666; font-style: normal; margin-right: 10px }
.readers-list strong { color: #ddd; width: 40px; text-align: right; position: absolute; right: 6px; top: 4px; font: bold 14px/16px microsoft yahei }
.readers-list a:hover {background-color: #fff;}
.readers-list a:hover img { opacity: .6; margin-left: 0 }
.readers-list a:hover em { color: #0289cb; font: bold 12px/36px microsoft yahei }
.readers-list a:hover strong { color: #0289cb; right: 150px; top: 0; text-align: center; height: 44px; line-height: 40px }
.readers-list span.name{word-break:break-all; max-width:120px; display:block}
/*文章归档*/
.articles_all { line-height: 35px; padding-left: 15px;}
.car-container { padding: 0 15px 10px 15px; }
.car-collapse .car-yearmonth { cursor: s-resize; }
a.car-toggler { line-height: 30px; font-size: 14px; color: #c30 }
.car-list li { list-style: none; line-height: 24px }
.car-list li ul { padding-left: 30px }
.car-plus, .car-minus { width: 15px; display: block; float: left; font-family: Courier New, Lucida Console, MS Gothic, MS Mincho; }
.car-monthlisting span { color: #ccc; }
/*友情链接*/
.flink{ list-style: none; }
.flink .linkcat {}
.flink .blogroll{margin: 0 0 20px;}
.flink .blogroll li{  margin:0 10px 10px 0;background: none;padding-left:0 !important;}
.flink .blogroll li a{display: inline-block;padding: 8px 20px;border: 1px solid #eee;background: #f8f8f8;line-height: 16px;}
.flink .blogroll li a:hover{background: #0289cb;color: #fff;}
.flink .blogroll li a img{width: 16px;padding: 0 5px 0 0;}
/*页面*/
.page_title{border-bottom: #0289cb solid 5px;margin-bottom: 15px;}
.cont_none ul, .cont_none ul li { list-style: none; margin: 0; }

.adphone,.single-adphone{display:none;}
#post_content img{display:block;margin:0 auto!important;}
/*Responsive Structure*/
@media only screen and (max-width: 640px) {
.container { max-width:98% !important;}
.mainmenus { margin-bottom: 1.5em; }
#sidebar,.subsidiary, .slider, #rss, .banner, .article_related,.single-ad { display: none !important; }
.mainleft { margin: 0 auto; overflow:visible}
#post_container li { max-width: 316px; }
#comment-author-info { height: auto; }
#comment-author-info input { width: 70.5%; margin-bottom: 5px; }
.search_phone { display: block }
#post_container{ margin-left:0}
#post_container li{ width:46.5%; margin-left:7px !important; -webkit-animation:none;-moz-animation:none}

#post_container li .article h2 a{white-space:normal}
#post_container li .article .entry_post{display: none;}
#post_container li .info{clear: both;}
#post_container li .sticky{right: 0;}
#post_container li .zoomOverlay{ display:none !important}
#tbox{ right:0;}
.topnav{overflow: visible;}
.topnav .menu-button{ display:block}
.topnav .menu{ display:none; padding:15px}
.topnav .menu.open{ display:block; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.topnav .menu li{ height:auto;width:100% !important}
.topnav .menu li a{width:90% !important; padding:0 5% !important }
.topnav li .sub-menu{ position:relative; display:block !important; top:0; left:20px}
.topnav ul ul{-webkit-animation:none;-moz-animation:none}
.adphone,.single-adphone{display:block;}
.info span.read-more{display:none;}
}
@media only screen and (min-width:640px) and (max-width:980px) {
.container { max-width: 640px !important; }
.mainmenus { margin-bottom: 1.5em; }
#sidebar, .subsidiary, .slider { display: none !important; }
#post_container { margin-left: -7px !important; }
#post_container li { width: 314px; margin-left: 7px !important; }
#tbox { right: 10px !important; }
}
@media only screen and (min-width:1330px) {
.container { max-width: 1312px !important; }
.slider { width: 980px !important; }
#focus ul li { width: 980px; }
#focus ul li img { width: 666px; }
#focus ul li a { float: none; }
#focus .button { width: 980px; }
.slides_entry { display: block !important; margin-top: 10px; font-size: 14.7px; line-height: 1.5em; }
.flex-caption { left: 650px !important; width: 292px; bottom: 0 !important; height: 350px; }
.flex-caption h2 { line-height: 1.5em; margin-bottom: 20px; padding: 10px 0 20px 0; font-size: 18px; font-weight: bold; border-bottom: 1px #fff dashed; }
.flex-caption .btn { display: block !important; margin-top: 30px; width: 55px; }
.flex-caption .btn a { color: #0289cb; }
#focus ul li a img { width: 650px !important; }
.related_box{ width:158px !important}

}
.reply-read {border: 1px solid #FFBB76;background: #FFFCEF;border-radius: 3px;padding: 5px;}
.reply-read .reply-ts b {font-weight:bold;color:#F00;}

.yulu-notice{color: #F00;line-height: 24px;padding: 10px 10px 10px 10px;margin: 15px 0px;font-size:14px;box-shadow: 0 1px 3px rgba(30, 50, 70, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255,255,255,0.12);}	
.yulu-notice .yulu-notice-box {padding:10px;background:#FFF;}
.yulu-notice a{ color: #080; text-decoration: underline;} 		
.yulu-notice a:hover{ color: #f60; text-decoration: none;} 
.reply-read-ts {border: 1px solid #E1B400;background: #FFEA97 ;border-radius: 3px;padding: 5px;margin-top:20px;}
.reply-read-ts .reply-ts b {font-weight:bold;color:#F00;}
.wz_red a:link,.wz_red a:hover,.wz_red a:visited {color:red;}
.wz_blue a:link,.wz_blue a:hover,.wz_blue a:visited {color:#00FFFF;}
span.fontawesome-text {letter-spacing:1px;}
.kh_banner {float:right;padding: 10px;box-shadow: 0 1px 3px rgba(30, 50, 70, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255,255,255,0.12);}
.box-shadow {box-shadow: 0 1px 3px rgba(30, 50, 70, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255,255,255,0.12);padding:10px;}
#post_container .ico_day_1{display: inline-block;padding: 2px 5px;background: #F00;height: 18px;line-height: 18px;color: #fff;}
#post_container .ico_day_2{display: inline-block;padding: 2px 5px;background: #F00;height: 18px;line-height: 18px;color: #fff;}
#post_container .ico_day_3{display: inline-block;padding: 2px 5px;background: #F00;height: 18px;line-height: 18px;color: #fff;}
#post_container .ico_day_4{display: inline-block;padding: 2px 5px;background: #F00;height: 18px;line-height: 18px;color: #fff;}

.meihua_1 {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #ea4c89;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 {
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(15,39,65,0.1);
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 .meihua_2_1 {
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	border-width: 1px 1px 1px 1px;
	padding: 20px;
}
.meihua_2 .meihua_2_1 p {
	margin: 5px auto;
}
.meihua_2 .meihua_2_1 .meihua_btn {
	background-color: #FC8A03;
	padding: 5px 14px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin: 6px 4px;
	border-radius: 3px;
}
.meihua_2 .meihua_2_1 a{text-decoration: none!important;}
.meihua_2 .meihua_2_1 .meihua_btn i {
	margin-right: 5px;font-style:normal!important;
}
.meihua_2 .meihua_2_1 .meihua_btn:hover {
	background-color: #00286C
}
.page_imges{text-align:center;margin:20px 0}

a.page-numbers{line-height:40px;padding:5px 10px;text-align:center;border:1px solid #eee;color:#a1a1a1;text-decoration:none;margin-left:3px;margin-right:3px}
.nav-links a:hover{color:#000;text-decoration:none}
.nav-links h2{display:none}
.pages,.screen-reader-text{display:none}
.page_imges a{text-decoration:none!important}
.page_imges i{font-style: normal!important;}
.nav-links .current{padding:5px 10px;color:#fff;line-height:40px;text-align:center;border:1px solid #ff5c5c;background:#ff5c5c;margin-left:3px;margin-right:3px}

