﻿
/**
 * 
 * @authors HUA (seeahua@qq.com)
 * @date    2018-02-26 14:39:50
 * @version $Id$
 */

@media all and (min-width:721px) {
html {
	font-size: 250%
}
}

@media all and (max-width:720px) {
html {
	font-size: 250%
}
}

@media all and (max-width:640px) {
html {
	font-size: 222.222%
} 
}

@media all and (max-width:540px) {
html {
	font-size: 187.5%
}
}

@media all and (max-width:480px) {
html {
	font-size: 166.668%
}
}

@media all and (max-width:432px) {
html {
	font-size: 150%
}
}

@media all and (max-width:414px) {
html {
	font-size: 143.75%
}
}

@media all and (max-width:400px) {
html {
	font-size: 138.888%
}
}

@media all and (max-width:384px) {
html {
	font-size: 130.204%
}
}

@media all and (max-width:375px) {
html {
	font-size: 130.204%
}
}

@media all and (max-width:360px) {
html {
	font-size: 125%
}
}

@media all and (max-width:340px) {
html {
	font-size: 118.056%
}
}

@media all and (max-width:320px) {
html {
	font-size: 111.112%
}
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(35,167,217,.5)
}
body {
	font-family: Arial, Helvetica, sans-serif, 'Lucida Grande', Verdana;
	word-wrap: break-word;
	line-height: 1;
	/*min-width: 320px;*/
	background-color: #eaeaea;
	/*max-width: 720px;*/
	margin: 0 auto;
	color: #333
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
abbr[title] {
	border-bottom: 1px dotted
}
del {
	text-decoration: line-through
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 400
}
input[type=button], input[type=submit] {
	padding: 0;
	-webkit-appearance: none;
	outline: 0
}
button, input[type=button] {
	cursor: pointer;
	-webkit-appearance: button
}
a:active, a:focus, input:focus {
	outline: 0
}
b {
	font-weight: normal
}
a, input {
	background-clip: padding-box
}
a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
input, select, textarea {
	font: .65em sans-serif, Helvetica, Arial, 'Lucida Grande', Verdana
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: .5em
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
color:#ccc
}
input[type=text] {
	border: 1px solid rgba(0,0,0,.3);
	-webkit-border-radius: .72em;
	        border-radius: .72em;
	font-size: .7em;
	-webkit-box-sizing: border-box;	
	   -moz-box-sizing: border-box;	
	        box-sizing: border-box;
	background-color: #fff;
	width: 3.43em;
	height: 1.72em;
	padding: 0 .6em;
	text-align: center;
	color: #888;
	vertical-align: middle
}
.textbox input {
	border: 0 none;
	border-radius: 0;
	font-size: .65em;
	line-height: 1.5;
	width: 100%;
	height: auto;
	padding: .6em 0;
	text-align: left;
	color: #333
}
textarea {
	border: 0 none;
	width: 100%;
	/*height: 100%;*/
	color: #333;
	vertical-align: middle;
	line-height: 1.2;
	resize: none;
	padding: .5em 2.4em .5em 0;
	box-sizing: border-box
}
.text-area textarea {
	border: 1px solid #b2b2b2;
	border-radius: 1em;
	padding: 3%
}
select {
	border: 0 none;
	font-size: .65em;
	background: #fff url(../../../images/echannelWap/icon/icon_arrow_select.png) no-repeat right center;
	background-size: 2.4em 2.4em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 3.693em;
	color: #888;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0 2.4em 0 0;
	text-indent: 0;
	vertical-align: middle
}
select::-ms-expand {
	display:none
}
select.select-triangle {
	background-image: url(../../../images/echannelWap/icon/icon_store_select.png);
	background-size: 1.4em 1.4em;
	position: relative;
	top: -.2em
}
.u {
	text-decoration: underline
}
.fl, .left {
	float: left
}
.fr, .right {
	float: right
}
.bold {
	font-weight: 700
}
.hide, .hidden {
	display: none
}
.show {
	display: block
}
.tal {
	text-align: left
}
.tac, .center {
	text-align: center
}
.taj {
	text-align: justify
}
.tar {
	text-align: right
}
.vat {
	vertical-align: top
}
.pointer {
	cursor: pointer
}
.inline-block {
	display: inline-block
}
.vam {
	vertical-align: middle
}
.vat {
	vertical-align: top
}
.vab {
	vertical-align: bottom
}
.clearfix:before, .clearfix:after {
	/*强制展开box*/
	content: " ";
	display: table;
}
.clearfix:after {
	/*强制展开box*/
	clear: both;
}
.ime-disabled {
	ime-mode: disabled!important
}
.relative, .rel {
	position: relative
}
.absolute, .abs {
	position: absolute
}
.active-hide {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.red {
	color: #ca151e
}
.blue {
	color: #28c0c6
}
.hr-30 {
	height: 1.5em
}
.hr-40 {
	height: 2em
}
.hr-48 {
	height: 2.4em
}
.hr-50 {
	height: 2.5em
}
.hr-60 {
	height: 3em
}
.hr-70 {
	height: 3.5em
}
.hr-80 {
	height: 4em
}
.hr-90 {
	height: 4.5em
}
.hr-100 {
	height: 5em
}
.hr-120 {
	height: 6em
}
.hr-150 {
	height: 7.5em
}
.hr-160 {
	height: 8em
}
.hr-180 {
	height: 9em
}
.hr-200 {
	height: 10em
}

/*_我是模块分割线_____________________________________________________________________________________________*/



/*color*/
a:hover {
	color: #2db7f5;
}
.bj333 {
	background-color: #333;
}
.bj-white {
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
}

/*- box width */
.box-auto {
	height: auto;
	position: relative;
	margin: 15px auto 0 auto;
	zoom: 1;
}
.w960 { 
	width: 960px;
}
.w708 { 
	width: 708px;
}


/*-----------------------------------------------------------*
 * page: header
**-----------------------------------------------------------*/

/*- header */
.header {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	z-index: 9999;
}
.header i.media-nav {
	/*移动平台-菜单左栏-按钮*/
	display: none;
}
.header .top-nav-wrap {
	display: inline-block;
	height: 36px;
}
.header nav {
	width: 960px;
	height: 36px;
	display: block;
	background-color: #333;
	margin: 0 auto;
	font: normal 14px/36px microsoft yahei;
	box-sizing: border-box;
}
.header nav ul.top-nav {
	width: 50%;
	height: 100%;
	display: inline-block;
}
.header nav ul.top-nav {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.header nav ul.top-nav>li {
	position: relative;
	margin-right: 10px;
	padding: 0 1vw;
	display: inline-block;
	float: left;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}
.header nav ul.top-nav>li>a {
	display: block;
	text-align: center;
	font: normal 14px/36px microsoft yahei;
	color: #888;
}
.header nav ul.top-nav>li.bottomline>a {
	/*存在子菜单，显示底线*/
	border-bottom: 2px solid #f00;
	height: 34px;
}
.header nav ul.top-nav>li.gold>a {
	/*强调色*/
	color: #f90;
}
.header nav ul.top-nav>li.bottomline:hover>a {
	border-bottom-width: 0px;
	height: 36px;
}

/*= chidren have menu , svg widget */
.header a i {
			transform: rotate(90deg);
         -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);

    transition: all ease .5s;
}
.header a i {
	/*width: 16px;*/
	text-align: center;
    font-size: 16px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
.header a.haveChildren.open {
	color: #ccc;
}
/*= chidren have menu , play transform the svg widget.过度动画效果 */
.header a i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transition: all ease .5s; }
.header a.open i { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); }


/*= logo */
.header .logo-wrap { 
	height: auto;
	position: relative;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	zoom: 1;
}
.header .logo {
	height: 40px;
	line-height: 40px;
	position: relative;
	margin: 10px 0;
	display: inline-block;
	float: left;
}
.header img.logo-img  {
	width: 38px;
	height: 38px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.header p.logo-text {
	font-weight: bold;
	font-size: 24px;
	font-family: microsoft yahei;
	display: inline-block;
	float: left;
}

/*= search */
.header .search-wrap {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin-left: 10px;
	float: right;
	
	margin: 10px 0px;
	position: relative;
	box-sizing: border-box;
}
.header .search-wrap td {
	/*display: inline-block;*/
}
.header .search-wrap td input {
	float: left;
	display: inline-table;
	border-radius: 20px;
	width: 300px;
	height: 40px;
	line-height: 40px;
	padding: 0px 45px 0px 15px;
	text-align: left;
	word-spacing: 1px;
	font: normal 14px/40px microsoft yahei;
}
.header .search-wrap td.scbar_btn_td {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: no-repeat url("../images/search.gif") 0 0;
	border-width: 0px;
	z-index: 999;
	position: absolute;
	top: 13px;
	right: 20px;
}
.header .search-wrap td.scbar_btn_td button {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0);
	border-width: 0px;
}
/*= search hot keyword*/
.header .search-wrap td.hot-keyword {
	display: none;
	width: 250px;
	line-height: 32px;
	z-index: 999;
	position: absolute;
	top: 45px;
	left: 15px;
	background-color: #fff;
	border-radius: 0px 0px 6px 6px;
	padding: 10px 0px;
}
.header .search-wrap td.hot-keyword {
	/*阴影*/
	        box-shadow: 4px 4px 6px rgba(0,0,0,.2);
	   -moz-box-shadow: 4px 4px 6px rgba(0,0,0,.2);	        
	-webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.2);
	/*圆角边框*/
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.header .search-wrap td.hot-keyword li {
	display: inline-block;
	width: 100%;
	padding: 0px 16px;
	font: normal 14px/32px microsoft yahei;
	color: #999;
	box-sizing: border-box;
	vertical-align: middle; 
}
.header .search-wrap td.hot-keyword li a {
	line-height: 32px;
/*	display: inline-block;*/
}
.header .search-wrap td.hot-keyword li:hover {
	background-color: #f5f5f5;
}
.header .search-wrap td.hot-keyword li:hover a {
	color: #ff8a00;
}
.header .search-wrap td.hot-keyword em {
	display: inline-table;
	background: #7cbce4;
	border-radius: 2px;
	overflow: hidden;
	margin: 0px 9px 0 0;
	width: 15px;
	height: 16px;
	padding-right: 1px;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	color: white;
	-webkit-text-size-adjust: none;
}
.header .search-wrap td.hot-keyword li:nth-child(1) em {
	background: #f58c85;
}
.header .search-wrap td.hot-keyword li:nth-child(2) em {
	background: #fcbc4b;
}
.header .search-wrap td.hot-keyword li:nth-child(3) em {
	background: #a1d958;
}

/*= nav */
.header-nav-wrap {
	height: 40px;
	margin: 10px auto;
	position: relative;
}
.header-nav-wrap>ul>li {
	float: left;
	display: inline-block;
	height: 46px;
	padding: 0px 20px;
	position: relative;
	text-align: left;
	word-spacing: 1px;
	font: normal 18px/46px microsoft yahei;
	color: #333;
	box-sizing: border-box;
}
.header-nav-wrap>ul>li ul {
	display: none;
}
.header-nav-wrap li:hover>a {
	color: #f00;
}
.header-nav-wrap li.current>a {
	color: #f60;
}
.header-nav-wrap .li-son {
	/*2级子菜单*/
	display: none;
	position: relative;
}
.header-nav-wrap .li-son>ul {
	position: absolute;
	top: 10px;
	left: -30px;
	width: 120px;
	padding: 10px 0px;
	z-index: 999;
	border-radius: 6px;
	border: 1px solid #ddd;
    background: #fefefe;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.header-nav-wrap>ul>li li {
	float: left;
	width: 100%;
	height: 32px;
	padding: 0px 20px;
	position: relative;
	overflow: hidden;
	text-align: left;
	word-spacing: 1px;
	font: normal 14px/32px microsoft yahei;
	color: #ccc;
	box-sizing: border-box;
}
.header-nav-wrap>ul>li li a {
	color: #666;
}
.header-nav-wrap>ul>li li:hover {
	background-color: #ccc;
}
.header-nav-wrap>ul>li li.haveChildren a {
	/*color: #ccc;*/
}
.li-son b {
	/*方框上的三角形*/
    width: 12px;
    height: 12px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
    position: absolute;
    top: 4px;
    left: 18px;
    background: #fefefe;
    transform: rotate(-45deg);
    z-index: 1000;
}
/*= chidren have menu , play transform the svg widget.过渡璇转动画效果 */
.header li.haveChildren i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transition: all ease .5s; }
.header li.haveChildren.open i { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); }


/*= Header.fixed.固定缩小.动画 */
.header.fixed { 
	position: fixed; 
	top: 0px;
	background-color: #fff; 
	/*透明*/
	opacity:.9;
	filter:Alpha(opacity=90);
}
.header.fixed .top-toolbar-wrap,
.header.fixed .logo-wrap { 
	display: none;
}
.header.fixed .header-nav-wrap li a { 
	font-size: 13px;
	line-height: 13px;
}
/*= Header.fixed.固定缩小.transition.过渡动画效果 */
.header.fixed,
.header.fixed .header-nav-wrap li a { -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }
/*\*/

/*- main*/
.main-box {
	background-color: #fff;
	margin: 15px auto;
}


/*= banner */
.banner-wrap {
}

/*-----------------------------------------------------------*
 * page: index
**-----------------------------------------------------------*/


/*= list */
.box-left {
	width: 708px;
	float: left;
	        box-sizing: border-box;	
	    -ms-box-sizing: border-box;	
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.bj-fff {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	padding: 24px;
}

.box-left figure {
	width: 658px;
	border-bottom: 1px dashed #e4e4e4;
	padding-bottom: 30px;
	margin: 0 0 30px 0;
	color: #7c7c7c;

	box-sizing: border-box;
	-ms-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;	
}
.box-left figure:last-child {
	border-bottom-width: 0px;
}
.box-left figure .big-img {
	width: 658px;
	max-height: 370px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}
.box-left figure .big-img img {
	cursor: pointer;
}
.box-left figure .big-img img:hover {
    /*图片放大缩小*/
	        transform: scale(1.02);	
		 -o-transform: scale(1.02);
        -ms-transform: scale(1.02);
       -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}
.box-left figure .big-img img,
.box-left figure .big-img img:hover {
	/*动画过度*/
	        transition: all 0.2s ease-in-out 0s;
	     -o-transition: all 0.2s ease-in-out 0s;	
	    -ms-transition: all 0.2s ease-in-out 0s;
	   -moz-transition: all 0.2s ease-in-out 0s;	
	-webkit-transition: all 0.2s ease-in-out 0s;	
}

.box-left figure h3 {
	font: normal 22px/28px microsoft yahei;
	margin-top: 10px;
}
.box-left figure h3 a:hover {
	color: #24b9bf;
}
.box-left figure .descr {
	margin-top: 8px;
	color: #666;
	font: normal 12px/28px microsoft yahei;
	clear: both;
}
.box-left figure .descr strong a {
	margin-right: 8px;
	color: #7c7c7c;
}
.box-left figure .descr strong a:hover {
	color: #24b9bf;
}
.box-left figure .descr span a {
	color: #7c7c7c;
	margin-left: 8px;
	margin-right: 8px;
}
.box-left figure .descr span a:hover {
	color: #24b9bf;
}
.box-left figure .descr time {
	margin-left: 8px;
	color: #b4b4b4;
}
.box-left figure .descr .info-right {
	float: right;
	display: inline-block;
}
.box-left figure .descr .info-right p {
	display: inline-block;
	color: #7c7c7c;
	cursor: pointer;
}
.box-left figure .descr .info-right i {
	margin-right: 5px;
}
.box-left figure .descr .info-right .share {
	display: inline-block;
	margin: 0px 0px 0px 6px;
}
.box-left figure .descr .info-right .share:hover { 
	color: #24b9bf;
}
.box-left figure .descr .info-right .share #share {
	display: inline-block;
	float: right;
	margin-left: 6px;
    margin-top: 5px;
}
.box-left figure .descr .info-right .share a {
	margin: 0px 0px 0px 6px;
}
.box-left figure .summary {
	font: normal 14px/28px microsoft yahei;
	display: block;
	clear: both;
}
.box-left figure.istop {
	margin: 10px 0px 25px 0px;
	padding-bottom: 20px;
}
.box-left figure.istop h2 {
	font: normal 22px/28px microsoft yahei;
}
.box-left figure.istop h2 b {
	margin-right: 10px;
	color: red;
}
.box-left figure.istop h2 a {

}
a.share.active {
	position: relative;
}

.box-left figure.istop.search {

}
.box-left figure.istop.search h2.post-title span {
	font: normal 18px/28px microsoft yahei;
}

/*--- pager ---* /

/*--- \pager ---*/


/*- sidebar */
aside { 
	width: 236px;
	float: right;
}

aside dl {
	margin: 0px 0px 15px 0px;
	width: 100%;
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    box-sizing: border-box;
    overflow: hidden;
}
aside dl dt {
	font: normal 14px/40px microsoft yahei;
    height: 40px;
    background-color: #f8f8f8;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0px 10px;
    letter-spacing: 1px;
}
aside dl dt span {
	float: right;
}
aside dl dt span a {
	font: normal 12px/40px 宋体;
	color: #ccc;
}
aside dl dd {
	display: block;
	padding: 10px;
	font: normal 12px/2 宋体; 
}
aside dl dd:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
aside dl dd li {
	display: block;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font: normal 14px/2.5 microsoft yahei;
	position: relative;
}
aside dl dd li a {
    padding-left: 14px;
}
aside dl.list9 dd li a {
	float: left;
	max-width:72%; max-width:-moz-calc(100% - 60px); max-width:-webkit-calc(100% - 60px); max-width:calc(100% - 60px);
    padding-left: 14px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: normal 14px/2.5 microsoft yahei;
}
aside dl dd li a:before {
    content: "•";
    color: #00b673;
    margin: 0px 6px 0px -12px;
}
aside dl dd li ul {
	display: block;
	padding-left: 12px;
}
aside dl dd li li a:before {
    content: "•";
    color: #B6AF00;
    margin: 0px 6px 0px -12px;
}
aside dl dd li em {
	display: inline-block;
    margin-left: 4px;
    font: italic 12px/1 黑体, arial;
	line-height: inherit;
    color: #bbb;
}

/* table date */
aside table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
aside caption {
    display: table-caption;
    text-align: -webkit-center;
}
aside thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
aside tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
aside tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
aside td, th {
    display: table-cell;
    vertical-align: inherit;
}
aside dl table#tbCalendar {
    width: 96%;
    padding: 0 2% 0 2%;
    text-align: center;
}
aside dl dd caption {
    color: #777;
	font: normal 14px/1.5 黑体; 
}
aside dl dd caption a {
    color: #777;
	font: normal 16px/2 Arial,黑体;
}
aside dl dd tr {
	margin: 2px 0px;
}
aside dl dd th {
    color: #777;
	font: normal 14px/1.5 黑体; 
}
aside dl dd td {
    color: #777;
	font: normal 14px/1.5 宋体; 
}

/**/
#divSearchPanel form {
    position: relative;
}
#divSearchPanel input[type="text"] {
    float: left;
    display: inline-table;
    border-radius: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 45px 0px 15px;
    text-align: left;
    word-spacing: 1px;
    font: normal 14px/40px microsoft yahei;
}
#divSearchPanel input[type="submit"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: no-repeat url(../images/search.gif) 0 0;
    border-width: 0px;
    z-index: 999;
    position: absolute;
    top: 13px;
    right: 20px;
	cursor: pointer;
}

#divMisc dd li img {
	max-width: 88px;
	max-height: 30px;
}


/**/
aside figure {
	margin: 0px 0px 15px 0px;
	width: 100%;
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    box-sizing: content-box;
    overflow: hidden;
}
/*= sidebar - list1 */
aside .list1 h3 {
	font: normal 14px/40px microsoft yahei;
    height: 40px;
    background-color: #f8f8f8;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0px 10px;
    letter-spacing: 1px;
}
aside .list1 h3 span {
	float: right;
}
aside .list1 h3 span a {
	font: normal 12px/40px 宋体;
	color: #ccc;
}
aside .list1 figcaption {
	width: 100%;
	margin-bottom: 10px;
}
aside .list1 figcaption:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
aside .list1 figcaption .img {
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 10px;
	float: left;
}
aside .list1 figcaption .img img {
	width: 60px;
	height: 60px;
	display: inline-block;
}
aside .list1 figcaption p {
	padding: 0px 10px 0px 70px;
	box-sizing: border-box;
}
aside .list1 figcaption p.cat {
	font: normal 12px/20px 宋体; 
	color: #666;
	width: 100%;
	margin-bottom: 3px;
}
aside .list1 figcaption p.cat a {
	color: #666;
}
aside .list1 figcaption p.cat a:hover {
	color: #2db7f5;
}
aside .list1 figcaption p.time {
	font: normal 12px/20px 宋体;
	color: #ccc;
}
aside .list1 figcaption p.time i {
	font: normal normal normal 12px/1 FontAwesome;
	margin-right: 5px;
}
aside .list1 a:hover {
	color: #2db7f5;
}
aside .list1 a {
	cursor: pointer;
}
/*= sidebar - list2 */
aside .list2 h3 {
	font: normal 14px/40px microsoft yahei;
    height: 40px;
    background-color: #f8f8f8;
    overflow: hidden;
    /*margin-bottom: 15px;*/
    padding: 0px 10px;
    letter-spacing: 1px;
}
aside .list2 h3 span {
	float: right;
}
aside .list2 h3 span a {
	font: normal 12px/40px 宋体;
	color: #ccc;
}
aside .list2 h3 span a:hover {
	color: #2db7f5;
}
aside .list2 figcaption {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
aside .list2 figcaption:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}
aside .list2 figcaption .img img {
	width: 100%;
	height: 130px;
	display: inline-block;
}
aside .list2 figcaption p.cat {
	cursor: pointer;
	font: normal 14px/40px 宋体; 
	color: #666;
	max-height: 40px;
	padding: 0px 10px;
	/* 当对象内文本溢出时显示省略标记（...）*/
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
aside .list2 figcaption p.cat a {
	color: #666;
}
aside .list2 figcaption p.cat a:hover {
	color: #2db7f5;
}
aside .list2 figcaption p.time {
	font: normal 12px/20px 宋体;
	color: #ccc;
	padding: 0px 10px;
	display: inline-block;
}
aside .list2 figcaption p.time i {
	font: normal normal normal 12px/1 FontAwesome;
	margin-right: 5px;
}
aside .list2 figcaption p.text {
	width: 100%;
	max-height: 60px;
	font: normal 12px/20px 宋体;
	color: #999;
	padding: 0px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
aside .list2 figcaption p.text {
	/* 文字超出省略号代替 */
    overflow : hidden;
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记（...）*/
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* 最大3行 */
    -webkit-box-orient: vertical;
    word-break: break-all;  /* 追加这一行代码 */
}
aside .list2 figcaption p.share {
	font: normal 12px/20px 宋体;
	color: #ccc;
	padding: 0px 10px;
	display: inline-block;
}
aside .list2 figcaption p.share i {
	font: normal normal normal 12px/1 FontAwesome;
	margin-right: 5px;
}


/*= sidebar - list3 */
aside .list3 {
	margin: 0px 0px 15px 0px;
	width: 100%;
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    padding: 0px 0px 15px 0px;
    box-sizing: content-box;
    overflow: hidden;
}
aside .list3 h3 {
	font: normal 14px/40px microsoft yahei;
    height: 40px;
    background-color: #f8f8f8;
    overflow: hidden;
    /*margin-bottom: 15px;*/
    padding: 0px 10px;
    letter-spacing: 1px;
}
aside .list3 h3 span {
	float: right;
}
aside .list3 h3 span a {
	font: normal 12px/40px 宋体;
	color: #ccc;
}
aside .list3 h3 span a:hover {
	color: #2db7f5;
}
aside .list3 ul {
	padding: 10px;
}
aside .list3 li {
	float: left;
	font: normal 14px/20px "Microsoft YaHei", arial;
	color: #999;
	letter-spacing: 1px;
	padding: 5px 0px;
}
aside .list3 li a {
	max-width: 160px;
	display: inline-table;
	color: #777;
}
aside .list3 li a:hover {
	color: #2db7f5;
}
aside .list3 li span {
	width: 20px;
	display: inline-block;
	text-align: center;
	font-family: 黑体;
	color: #aaa;
}
aside .list3 li:nth-child(1) span {
	color: #f58c85;
}
aside .list3 li:nth-child(2) span {
	color: #fcbc4b;
}
aside .list3 li:nth-child(3) span {
	color: #a1d958;
}
aside .list3 li em {
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	font: italic 12px/20px 黑体, arial;
	color: #bbb;
}

/*= sidebar - list4 */
aside .list4 {
	margin: 0px 0px 15px 0px;
	width: 100%;
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    padding: 0px 0px 15px 0px;
    box-sizing: content-box;
    overflow: hidden;
}
aside .list4 h3 {
	font: normal 14px/40px microsoft yahei;
    height: 40px;
    background-color: #f8f8f8;
    overflow: hidden;
    /*margin-bottom: 15px;*/
    padding: 0px 10px;
    letter-spacing: 1px;
}
aside .list4 h3 span {
	float: right;
}
aside .list4 h3 span a {
	font: normal 12px/40px 宋体;
	color: #ccc;
}
aside .list4 h3 span a:hover {
	color: #2db7f5;
}
aside .list4 ul {
	padding: 10px;
}
aside .list4 li {
	width: 100%;
	height: 20px;
	float: left;
	font: normal 14px/20px "Microsoft YaHei", arial;
	color: #999;
	letter-spacing: 1px;
	padding: 5px 0px;
}
aside .list4 li a {
	padding-left: 14px;
    width: 142px;
    color: #777;
    display: inline-block;
    /* 当对象内文本溢出时显示省略标记（...）*/
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
aside .list4 li a:before {
	content: "•";
    color: #b66d00;
    margin: 0px 6px 0px -12px;
}
aside .list4 li a:hover {
	color: #2db7f5;
}
aside .list4 li em {
	display: inline-block;
    float: right;
    margin-left: 4px;
    font: italic 12px/20px 黑体, arial;
    color: #bbb;
}


/*= sidebar - list5 */
aside .list5 {
	margin: 0px 0px 15px 0px;
	width: 100%;
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    padding: 0px 0px 15px 0px;
    box-sizing: content-box;
    overflow: hidden;
}
aside .list5 h3 {
	font: normal 14px/40px microsoft yahei;
    height: 40px;
    background-color: #f8f8f8;
    overflow: hidden;
    /*margin-bottom: 15px;*/
    padding: 0px 10px;
    letter-spacing: 1px;
}
aside .list5 h3 span {
	float: right;
}
aside .list5 h3 span a {
	font: normal 12px/40px 宋体;
	color: #ccc;
}
aside .list5 h3 span a:hover {
	color: #2db7f5;
}
aside .list5 ul {
	padding: 10px;
}
aside .list5 li {
	width: 100%;
	height: 20px;
	float: left;
	font: normal 14px/20px "Microsoft YaHei", arial;
	color: #999;
	letter-spacing: 1px;
	padding: 5px 0px;
}
aside .list5 li a {
	width: 100%;
    box-sizing: border-box;
	padding-left: 14px;
    color: #777;
    display: inline-block;
    /* 当对象内文本溢出时显示省略标记（...）*/
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
aside .list5 li a:before {
	content: "•";
    color: #00b673;
    margin: 0px 6px 0px -12px;
}
aside .list5 li a:hover {
	color: #2db7f5;
}

/*= sidebar - man */
aside .list-man {
	margin: 0px 0px 15px 0px;
	width: 100%;
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    padding: 0px 0px 15px 0px;
    box-sizing: content-box;
    overflow: hidden;
}
aside .list-man .man {
	width: 100%;
	text-align: center;
}
aside .list-man .man img {
	width: 120px;
	height: 120px;
	padding: 20px 20px 10px 20px;
}
aside .list-man .info {
	font: normal 14px/24px "Microsoft YaHei", arial;
	padding: 0px 20px;
	margin-bottom: 10px;
	text-align: center;
}
aside .list-man .info p.user {
	font-weight: bold;
}
aside .list-man .info p.alias {
	font-size: 12px;
	color: #ccc;
}
aside .list-man .btn {
	padding-bottom: 20px;
	text-align: center;
}
aside .list-man .btn a {
	width: 20%;
	height: 30px;
	display: inline-block;
	text-align: center;
	background-color: #ffd100;
	border-radius: 3px;
	font: normal 14px/30px "Microsoft YaHei", arial;
	color: #fff;
	padding: 0px 10px;
	margin: 0px 10px;
}
aside .list-man .btn a.btn2 {
	background-color: #fff;
	color: #999;
	border: 1px solid #ccc;
}
aside .list-man .btn a.btn1:hover {
	background-color: #ffe366;
	color: #2db7f5;
}
aside .list-man .btn a.btn2:hover {
	border: 1px solid #ffe366;
	color: #2db7f5;
}

/*= sidebar - catinfo */
aside .list-catinfo {
	margin: 0px 0px 15px 0px;
	width: 100%;
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    padding: 0px 0px 15px 0px;
    box-sizing: content-box;
    overflow: hidden;
}
aside .list-catinfo h3 {
	font: normal 14px/50px microsoft yahei;
    height: 50px;
    background-color: #f8f8f8;
    overflow: hidden;
    padding: 0px 10px;
    letter-spacing: 1px;
}
aside .list-catinfo h3 span {
	float: right;
}
aside .list-catinfo h3 span a {
	font: normal 12px/40px 宋体;
	color: #ccc;
}
aside .list-catinfo h3 span a:hover {
	color: #2db7f5;
}
aside .list-catinfo img {
	float: left;
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 10px;
}
aside .list-catinfo .info {
	padding: 10px;
}
aside .list-catinfo .info p.title {
	font: bold 16px/30px microsoft yahei;
	color: #666;
}
aside .list-catinfo .info p.city {
	font: normal 12px/20px 宋体;
	color: #ccc;
}


/*-------------------------------- 
 * .tags color clouds 
 *--------------------------------*/
.box-tag {
	margin: 0px 0px 15px 0px;
	width: 100%;
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    padding: 0px 0px 15px 0px;
    box-sizing: content-box;
    overflow: hidden;

}
.box-tag h3 {
	font: normal 14px/40px microsoft yahei;
    height: 40px;
    background-color: #f8f8f8;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0px 10px;
    letter-spacing: 1px;
}
.box-tag h3 span {
	float: right;
}
.box-tag h3 span a {
	font: normal 12px/40px 宋体;
	color: #ccc;
}
.box-tag h3 span a:hover {
	color: #2db7f5;
}
.d_tags { margin: 0px 10px 15px 10px; }
.d_tags a:nth-child(9n) { background-color: #4A4A4A; }
.d_tags a:nth-child(9n+1) { background-color: #428BCA; }
.d_tags a:nth-child(9n+2) { background-color: #5CB85C; }
.d_tags a:nth-child(9n+3) { background-color: #D9534F; }
.d_tags a:nth-child(9n+4) { background-color: #567E95; }
.d_tags a:nth-child(9n+5) { background-color: #B433FF; }
.d_tags a:nth-child(9n+6) { background-color: #00ABA9; }
.d_tags a:nth-child(9n+7) { background-color: #B37333; }
.d_tags a:nth-child(9n+8) { background-color: #FF6600; }
.d_tags a { float: left; font: normal 12px/1.5 "微软雅黑"; opacity: 0.80; filter: alpha(opacity=80); color: #fff; background-color: #428BCA; display: inline-block; margin: 0 5px 5px 0; padding: 0 6px; line-height: 21px }
.d_tags a:hover { opacity: 1; filter: alpha(opacity=100); color: #fff; }
/* .\tags color clouds */

/*标签云页*/
.tagsclout .d_tags { margin: 0px 10px 15px 0px; }



/*- footer */
footer {
	width: 100%;
	height: auto;
	background: #222;
	padding: 20px 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;	
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}
footer .row {
	margin: 10px auto;
}
footer .links {
	float: left;
}
footer .links>a {
	font: normal 16px/40px microsoft yahei;
	padding: 0px 8px;
	color: #666;
}
footer .links>li {
	display: inline-block;
	font: normal 16px/40px microsoft yahei;
	padding: 0px 8px;
	color: #666;
}
footer .links>li>a {
	color: #666;
}
footer .links a:hover {
    color: #999;
}

footer .social {
	float: right;
}
footer .social a {
	width: 25px;
    height: 21px;
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    color: #666;
}
footer .social a.mobile {
	position: relative;
    background: url(../images/svg/mobile.svg) no-repeat center center;
}
footer .social a.mobile:hover i {
    width: 122px;
	height: 131px;
	display: inline-block;
	z-index: 99;
	position: absolute;
	bottom: 25px;
    left: -42px;
    background: url(../images/svg/mobile-code.png) no-repeat center center;
}
footer .social a.weixin {
	position: relative;
    background: url(../images/svg/share-weixin.svg) no-repeat center center;
}
footer .social a.weibo {
    background: url(../images/svg/share-weibo.svg) no-repeat center center;
}
footer .social a.weixin:hover {
    background: url(../images/svg/share-weixin-hover.svg) no-repeat center center;
}
footer .social a.weibo:hover {
    background: url(../images/svg/share-weibo-hover.svg) no-repeat center center;
}
footer .social a.weixin:hover i {
	width: 110px;
	height: 110px;
	display: inline-block;
	z-index: 99;
	position: absolute;
	bottom: 40px;
    left: -35px;
    background: url(../images/svg/weixin-code.jpg) no-repeat center center;
    background-size: cover;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
footer .social a.weixin:hover i:after {
    /*方框-下三角形*/
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
footer .col {
	font: normal 12px/20px microsoft yahei;
}
footer .col span {
	padding: 0px 8px;
	color: #666;
}
footer .col span a {
	color: #666;
}
footer .col span a:hover {
	color: #999;
}


/*-----------------------------------------------------------*
 * page: single
**-----------------------------------------------------------*/

/*= position */
.box-left .position {
	height: 40px;
	font: normal 14px/40px microsoft yahei,arial;
	color: #999;
	margin-bottom: 8px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.box-left .position label {
	margin-right: 5px;
}
.box-left .position a {
	margin: 0px 3px;
	color: #666;
}
.box-left .position a:hover {
	color: #f58c85;
}

/*= article/content */
.box-left .content-wrap {
	font: normal 12px/40px microsoft yahei;
	background: #fff;
	border-radius: 4px;
	padding: 10px 15px;
	border: 1px solid #e4e4e4;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
			box-sizing: border-box;
}
.content-wrap h1 {
	font: bold 24px/40px 黑体;
	padding: 10px 0px;
}

.content-wrap .meta {
	font: normal 12px/30px 宋体;
	padding: 15px 0px;
	color: #a5a5a5;
}
.content-wrap .meta span {
	padding-right: 10px;
}
.content-wrap .meta span a {
	color: #a5a5a5;
}
.content-wrap .meta span a:hover {
	color: #2db7f5;
}
.content-wrap .meta span i {
	padding-right: 5px;
}
.content-wrap .tag {
	font: normal 12px/30px 宋体;
	color: #a5a5a5;
	margin-bottom: 20px;
}
.content-wrap .tag a {
	font: normal 12px/30px microsoft yahei;
	color: #a5a5a5;
	margin-right: 8px;
}
.content-wrap .tag a:hover {
	color: #2db7f5;
}

.content-wrap article {
	margin-bottom: 20px;
}
.content-wrap article .summary {
    font: normal 15px/24px 宋体;
    word-spacing: .25px;
    text-indent: 2em;
    color: #999;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fffff0;
    border-left: 4px solid #ffeac4;
}
.content-wrap article .content {
	font: normal 14px/30px 宋体;
	color: #333;
}
.content-wrap article .content img {
	max-width: 600px;
	text-align: center;
	margin: 20px 0px;
}
.content-wrap article .content p img {
	display: block;
}
.content-wrap article .content p {
	margin-bottom: 10px;
	text-indent: 2em;
	word-spacing: .25px;
}
.content-wrap article .content pre {
	/* 代码显示框 */
	margin: 15px 0;
    font-size: 12px;
    line-height: 18px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-left-width: 4px;
    background-color: #fefefe;
    box-shadow: 0 0 4px #eee;
    -webkit-text-size-adjust: none;
    color: #657b83;
    max-height: 35em;
    overflow: auto;
    vertical-align: baseline;
}

/*= article jump */
.content-wrap .article_jump {
	margin: 15px 0px;
	display: inline-table;
	width: 100%;
}
.content-wrap .article_jump .row {
	display: inline-table;
	width: 45%;
}
.content-wrap .article_jump .row.prev {
	float: left;
	text-align: left;
}
.content-wrap .article_jump .row.next {
	float: right;
	text-align: right;
}
.content-wrap .article_jump h3 {
	color: #999;
	font: bold 16px/30px 黑体;
}
.content-wrap .article_jump em {
	font: italic 18px/30px microsoft yahei;
	height: 30px;
	display: inline-block;
	width: 330px;
    /* 当对象内文本溢出时显示省略标记（...）*/
    overflow: hidden;
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记（...）*/
    white-space: nowrap;     /* 规定段落中的文本不进行换行（必须添加）*/
}
.content-wrap .article_jump em a {
	color: #aaa;
}
.content-wrap .article_jump em a:hover {
	color: #2db7f5;
}
.content-wrap .article_jump i {
	width: 10px;
	color: #aaa;
	display: inline-block;
	font: normal normal normal 16px/30px FontAwesome;
}
.content-wrap .article_jump .prev i {
	margin-right: 5px;
	float: left;
}
.content-wrap .article_jump .next i {
	margin-left: 5px;
	float: right;
}


/*= elect推举 */
.elect-wrap {
	font: normal 14px/32px microsoft yahei;
	margin-bottom: 15px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
			box-sizing: border-box;
}
.elect-wrap .elect {
	display: inline-block;
	width: 48%;
	float: left;
	padding-right: 15px;
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
			box-sizing: border-box;

}
.elect-wrap h3 {
	font: bold 16px/40px 黑体;

}
.elect-wrap li {
	width: 100%;
	box-sizing: content-box;
	padding-left: 4px;
	display: block;
    white-space: nowrap;
    word-wrap: normal;
	font: normal 14px/32px microsoft yahei;
    overflow: hidden;
    color: #777;
    /*list-style: disc;*/
}
.elect-wrap li a {
	float: left;
	max-width: 80%;
	display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
	font: normal 14px/32px microsoft yahei;
	margin-right: 5px;
}
.elect-wrap li a:before {
	/*css样式-圆点*/
    width: 5px;
    height: 5px;
    margin: 0px 10px 2px 0px;
    content: '';
    border-radius: 50%;
    background: #cfcfcf;
    display: inline-block;
}
.elect-wrap li:hover a:before {
	background: #7ed321;
}
.elect-wrap li span {
	display: inline-block;
	margin-left: 4px;
    white-space: nowrap;
    word-wrap: normal;
    color: #ccc;
	font: italic 12px/32px microsoft yahei;
}
.elect-wrap .guess-like {
	display: inline-block;
	width: 48%;
	float: right;
}

/** /
#share {
	position: absolute;
    right: 0;
    text-align: right;
    top: -40px;
    z-index: 1;
    background: #f8f8f8;
    width: 240px;
}*/
#index #share {
	display: inline-block;
	float: right;
}
.share {
	display: inline-block;
}
#single #share {
	display: inline;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	margin: 15px 0px;
	width: 100%;
}
#comments .required {
	color: red;
}
#comments .comment-respond h3.comment-reply-title {
	margin: 0 0 20px 0px;
	padding-bottom: 10px;
	font: normal 16px/40px 宋体;
	border-bottom: 1px dotted #c2c2c2;
}
#comments .comment-respond .comment-notes {
	font: normal 12px/32px 宋体;
}
#comments .comment-respond .comment-form-comment label {
	font: normal 12px/18px 宋体;
	color: #666;
}
#comments .comment-respond .comment-form-comment textarea {
	font: normal 12px/18px 宋体;
	color: #666;
	border: 1px solid #ccc;
	margin: 0 0 20px 0px;
	border-radius: 3px;
	padding: 10px;
}
/* user comment respond */
#comments .comment-reply p.comment-user, 
#comments .comment-respond p.comment-user{
	width: 100%;
	font: normal 12px/30px 宋体;
	padding: 0px 5px 0px 0px;
	margin: 0 0 15px 0px;
}
#comments .comment-reply p.comment-user label.user-login, 
#comments .comment-respond p.comment-user label.user-login {
	width: 100%;
	font: normal 12px/30px 宋体;
	padding: 0px 5px 0px 0px;
}
#comments .comment-reply p.comment-user label.user-login a, 
#comments .comment-respond p.comment-user label.user-login a {
	width: 64px;
	height: 30px;
	display: inline-block;
    text-align: center;
	margin: 0px 5px 0px 5px;
	font: normal 14px/30px 黑体;
	cursor: pointer;
	background-color: #00c76c;
    color: #fff;
    border-radius: 5px;
}
#comments .comment-reply p.comment-user label.user-login a:hover, 
#comments .comment-respond p.comment-user label.user-login a:hover {
	opacity: .8;
	filter:Alpha(opacity=80);
}
#comments .comment-reply p.comment-submit,
#comments .comment-respond p.comment-submit {
	width: 100%;
	font: normal 12px/30px 宋体;
	padding: 0px 5px 0px 0px;
	margin: 0 0 15px 0px;
}
#comments .comment-reply p.comment-submit input,
#comments .comment-respond p.comment-submit input {
	height: 30px;
	display: inline-block;
    text-align: center;
	margin: 0px 5px 0px 15px;
	padding: 0px 10px;
	font: normal 12px/30px 宋体;
	cursor: pointer;
	background-color: #00c76c;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    float: right;
}
#comments .comment-respond p.comment-submit input.reset {
	background-color: #b9b9b9;
}
#comments .comment-reply p.comment-submit input:hover,
#comments .comment-respond p.comment-submit input:hover {
	opacity: .8;
	filter: Alpha(opacity=80);
}
#comments .comment-reply p.comment-submit .user-name,
#comments .comment-respond p.comment-submit .user-name {
	font: normal 14px/30px Microsoft YaHei;
}
#comments .comment-reply p.comment-submit .user-name em,
#comments .comment-respond p.comment-submit .user-name em {
	font: normal 12px/30px 宋体;
	color: #999;
}
#comments .comment-reply p.comment-submit .user-name a.logout,
#comments .comment-respond p.comment-submit .user-name a.logout {
	font: normal 12px/30px Microsoft YaHei;
	margin-left: 15px;
	color: #999;
}
#comments .comment-reply p.comment-submit .user-name a.logout:hover,
#comments .comment-respond p.comment-submit .user-name a.logout:hover {
	color: #2db7f5;
}

/* guest comment */
#comments .comment-respond p.guest,
#comments .comment-respond p.verify {
	width: 100%;
	height: 30px;
	color: #666;
	margin-bottom: 10px;
	font-size: 0;
}
#comments .comment-respond p.guest label,
#comments .comment-respond p.verify label {
	width: 10%;
	color: #666;
	display: inline-block;
	font: normal 12px/30px 宋体;
}
#comments .comment-respond p.guest label .required {
	color: red;
}
#comments .comment-respond p.guest input.author,
#comments .comment-respond p.guest input.email,
#comments .comment-respond p.guest input.url,
#comments .comment-respond p.verify input.inpVerify {
	width: 30%;
	height: 30px;
	padding: 0px 5px;
	overflow: hidden;
	font: normal 12px/30px 宋体;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
			box-sizing: border-box;
}
#comments .comment-respond p.verify input.inpVerify {
	width: 15%;
    margin-right: 12px;
}
#comments .comment-respond p.verify img.imgVerify {
	cursor:pointer;	
}
#comments .comment-respond p.guest-submit {
	width: 100%;
	height: 30px;
	font: normal 12px/30px 宋体;
	color: #666;
	margin: 20px 0px 40px 0px;
}
#comments .comment-respond p.guest-submit input#submit {
	width: 15%;
	height: 30px; 
	padding: 0px 5px;
	overflow: hidden;
	border: 0px solid #ccc;
	border-radius: 3px;
	background: #00c76c;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font: normal 12px/30px sans-serif, Helvetica, Arial, 'Lucida Grande', Verdana;
}
#comments .comment-respond p.guest-submit input#submit:hover {
	color: rgb(255, 255, 200);
	background: #06e17d;
}
#comments .comment-respond p.guest-submit input#reset {
	width: 15%;
	height: 30px; 
	padding: 0px 5px;
	margin-left: 10%;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	color: #999;
	text-align: center;
	cursor: pointer;
	font: normal 12px/30px sans-serif, Helvetica, Arial, 'Lucida Grande', Verdana;
}
#comments .comment-respond p.guest-submit input#reset:hover {
	border: 1px solid #00a258;
    color: #00a258;
}

/*= comment-reply */
#comments .comment-reply {
	margin: 20px 10px;
	padding: 15px 10px 10px 10px;
	background: #eceff4;
	position: relative;
}
#comments .comment-reply:before {
    /*方框-下三角形箭头*/
    content: "";
    border-bottom: 10px solid #eceff4;
    border-right: 10px solid transparent;
    border-top: none;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}

#comments .comment-reply .comment-form-comment textarea {
	font: normal 12px/18px 宋体;
	color: #666;
	border: 1px solid #ccc;
	margin: 0 0 10px 0px;
	border-radius: 3px;
	padding: 10px;
}
/* reply-user */
#comments .comment-reply p.comment-user {
	width: 100%;
	font: normal 12px/30px 宋体;
	padding: 0px 5px 0px 0px;
	margin: 0 0 15px 0px;
}
#comments .comment-reply p.comment-user label.user-login {
	width: 100%;
	font: normal 12px/30px 宋体;
	padding: 0px 5px 0px 0px;
}
#comments .comment-reply p.comment-user label.user-login a {
	width: 64px;
	height: 30px;
	display: inline-block;
    text-align: center;
	margin: 0px 5px 0px 5px;
	font: normal 14px/30px 黑体;
	cursor: pointer;
	background-color: #00c76c;
    color: #fff;
    border-radius: 5px;
}
#comments .comment-reply p.comment-user label.user-login a:hover {
	opacity: .8;
	filter:Alpha(opacity=80);
}
/**/
#comments .comment-reply p.guest {
	font-size: 0;
	width: 100%;
	color: #666;
	margin-bottom: 10px;
}
#comments .comment-reply p.guest label,
#comments .comment-reply p.verify label {
	width: 10%;
	color: #666;
	display: inline-block;
	font: normal 12px/30px 宋体;
}
#comments .comment-reply p.guest label .required {
	color: red;
}
#comments .comment-reply p.guest input.author,
#comments .comment-reply p.guest input.email,
#comments .comment-reply p.guest input.url,
#comments .comment-reply p.verify input.inpVerify {
	width: 30%;
	height: 30px;
	padding: 0px 5px;
	overflow: hidden;
	font: normal 12px/30px 宋体;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
			box-sizing: border-box;
}
#comments .comment-reply p.verify input.inpVerify {
	width: 15%;
    margin-right: 12px;
}
#comments .comment-reply p.verify img.imgVerify {
	cursor:pointer;	
}
#comments .comment-reply p.reply-submit {
	width: 100%;
	font: normal 12px/30px 宋体;
	padding: 0px 5px 0px 0px;
	margin: 0 0 15px 0px;
}
#comments .comment-reply p.reply-submit input {
	height: 30px;
	display: inline-block;
    text-align: center;
	margin: 0px 5px 0px 15px;
	padding: 0px 10px;
	font: normal 12px/30px 宋体;
	cursor: pointer;
	background-color: #00c76c;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    float: right;
}
#comments .comment-reply p.reply-submit input:hover {
	opacity: .8;
	filter: Alpha(opacity=80);
}
#comments .comment-reply p.reply-submit .user-name {
	font: normal 14px/30px Microsoft YaHei;
}
#comments .comment-reply p.reply-submit .user-name em {
	font: normal 12px/30px 宋体;
	color: #999;
}
/* reply-guest */
#comments .comment-reply p.guest,
#comments .comment-reply p.verify {
	font-size: 0;
	width: 100%;
	height: 30px;
	color: #666;
	margin-bottom: 10px;
}
#comments .comment-reply p.guest label {
	width: 10%;
	color: #666;
	display: inline-block;
	font: normal 12px/30px 宋体;
}
#comments .comment-reply p.guest input#author,
#comments .comment-reply p.guest input#email,
#comments .comment-reply p.guest input#url {
	width: 30%;
	height: 30px;
	padding: 0px 5px;
	overflow: hidden;
	font: normal 12px/30px 宋体;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	text-align: left;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
			box-sizing: border-box;
}
#comments .comment-reply p.guest-submit {
	width: 100%;
	height: 30px;
	font: normal 12px/30px 宋体;
	color: #666;
	margin: 20px 0px 20px 0px;
}
#comments .comment-reply p.guest-submit input#submit {
	width: 15%;
	height: 30px; 
	padding: 0px 5px;
	overflow: hidden;
	border: 0px solid #ccc;
	border-radius: 3px;
	background: #00c76c;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font: normal 14px/30px 宋体;
}


#comments .comment-reply p.guest-submit input#submit:hover {
	color: rgb(255, 255, 200);
	background: #06e17d;
}
#comments .comment-reply p.guest-submit input#reset {
	width: 15%;
	height: 30px; 
	padding: 0px 5px;
	margin-left: 10%;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	color: #999;
	text-align: center;
	cursor: pointer;
	font: normal 14px/30px 宋体;
	
}
#comments .comment-reply .guest-submit input#reset:hover {
	border: 1px solid #00a258;
    color: #00a258;
	opacity: .8;
	filter:Alpha(opacity=80);
}
#comments .comment-respond .comment-form-comment i.close {
	display: none;
}
#comments .comment-reply .comment-form-comment i.close {
	float: right;
	display: inline-block;
	margin: 0px 3px 5px 3px;
	cursor: pointer;
	color: #ccc;
}
#comments .comment-reply .comment-form-comment i.close:hover {
	color: #f00;
}
/*= comment-list */
#comments h2.comments-title {
	margin: 15px 0px;
	font: bold 16px/32px microsoft yahei;
}
#comments ol.comment-list {
/*	display: inline-block;*/
}
#comments ol.comment-list li {
	font: normal 14px/24px 宋体;
	border-bottom: 1px solid #eee;
	color: #666;
	position: relative;
	margin: 10px 0px 15px 0px;
}
#comments ol.comment-list li:after,
#comments ol.comment-list li .comment-body:after{
	/*强制展开box*/
	content: " ";
	display: table;
	clear: both;
}
#comments ol.comment-list li:last-child {
	border-bottom: 0px solid #eee;
}
#comments ol.comment-list ol {
	margin-left: 70px;
	margin-bottom: 20px;
	padding: 4px 10px 0px 10px;
	border-left: 2px solid rgba(170, 170, 170, 0.5);
	background: rgba(219, 219, 219, 0.15);
}
#comments .comment-author-img {
	width: 70px;
	display: inline-block;
	float: left;
}
#comments .comment-author-img img {
	width: 55px;
    height: 55px;
    border-radius: 50%;
}
#comments .comment-author-img .grey {
	width: 55px;
    height: 30px;
	font: normal 12px/2 宋体;
	color: #999;
	display: inline-block;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
#comments .comment-author-mate {
    margin: 0 10px 5px 70px;
    font: normal 12px/24px 宋体;
    color: #666;
}
#comments .comment-author-name {
    margin-right: 10px;
    color: #369;
}
#comments .comment-author-name em {
    margin-right: 5px;
    color: #666;
}
#comments .comment-author-mate time {
    margin-right: 10px;
    display: inline-block;
    font: normal 12px/1.5 "Hiragino Sans GB","Microsoft YaHei",simsun;
}
#comments .comment-author-mate .commt_btns {
	margin-right: 10px;
    display: inline-block;
    color: #777;
    float: right;
}
#comments .comment-author-mate .commt_btns span {
	margin-left: 10px;
    display: inline-block;
    color: #777;
    cursor: pointer;
}
#comments .comment-author-mate .commt_btns span i {
	margin-right: 3px;
    color: #777;
    font-size: 14px;
}
#comments .comment-author-mate .commt_btns span a {
    color: #777;
}
#comments .comment-author-mate .commt_btns span:hover,
#comments .comment-author-mate .commt_btns span:hover i,
#comments .comment-author-mate .commt_btns span:hover a {
    color: #2db7f5;
}
#comments .comment-text {
	margin: 0px 0px 10px 70px;
    padding-bottom: 5px;
    font: normal 13px/2 "Hiragino Sans GB","Microsoft YaHei",simsun;
    color: #333;
}
#comments .pager {
    text-align: center;
    padding: 20px 0;
    position: relative;
}
#comments .pager a {
    padding: 3px 8px;
    margin-left: 7px;
    line-height: 20px;
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #333;
}
#comments .pager a.current {
    background-color: #f60;
	border: 1px solid #f60;
    color: #fff;
}
#comments .pager a.jump-next:before {
	color: #333;
	content: "》";
	/*《》«» font-family: Arial;*/
}
#comments .pager a.jump-prev:before {
	color: #333;
	content: "《";
}
#comments .pager a:hover:not(.current) {
    opacity: .6;
	background-color: #f60;
	border: 1px solid #f60;
    color: #fff;
}
#comments .pager a:hover:not(.current):before {
    opacity: .8;
	background-color: #f60;
    color: #fff;
}
#comments .verify {
	position: relative;
}
#comments .verify i.fa {
    display: inline-block;
    width: 15px;
    height: 15px;
    font: normal normal normal 12px/1 FontAwesome;
}
#comments .verify i.fa.fa-check {
    color: green;
}
#comments .verify i.fa.fa-times {
    color: green;
}


/*_我是模块分割线_____________________________________________________________________________________________*/


/*_我是模块分割线_____________________________________________________________________________________________*/

