@charset "utf-8";
body {
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	background: #f2f5f8;
	font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif, 'MicrosoftYaHeiLight', 'Microsoft YaHei Light';
	font-size: 14px;
	font-weight: normal;
	color: #333
}

@media (min-width:768px) {
body {
	font-weight: 100
}
}
::-moz-selection {
color:#fff
}
::selection {
	color: #fff
}
a {
	text-decoration: none
}
a:hover, a:focus {
	outline: 0;
	text-decoration: none
}
.text-indent {
	text-indent: 2em
}
.navbar {
	height: auto;
	background: #333;
	border-top: 3px #00AA98 solid;
}
.navbar-brand {
	padding: 8px 15px
}
.navbar img {
	height: 35px
}

@media (min-width:768px) {
.navbar {
	height: 63px
}
.navbar-brand {
	padding: 0px 15px 10px 0
}
.navbar img {
	height: 60px
}
}
.nav li a {
	border-bottom: 1px solid #444;
	padding: 15px 25px;
	font-size: 16px;
	color: #fff
}
.nav li a:hover, .nav li a:focus {
	color: #fff
}

@media (min-width:768px) {
.nav li a {
	border-bottom: none;
	padding: 20px 25px
}
}
ul.nav li {
	float: left;
	width: 100%;
	text-align: left
}
ul.nav li:hover a {
	color: #fff
}
ul.nav li a {
	display: block
}
ul.nav li:hover > ul {
	display: none
}
ul.nav ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none
}
ul.nav ul li {
	border-bottom: 1px solid #666;
	position: relative;
	float: none;
	background: #505050
}
ul.nav ul li a {
	display: block;
	padding: 12px 40px;
	color: #fff
}
ul.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	padding: 0
}

@media (min-width:768px) {
ul.nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
ul.nav ul {
	position: relative
}
ul.nav li {
	width: 100px;
	text-align: left
}
ul.nav li:hover > ul {
	display: block
}
ul.nav ul li {
	float: none;
	position: relative
}
ul.nav ul li a {
	padding: 12px 25px
}
ul.nav ul ul {
	position: absolute;
	left: 100%;
	top: 0
}
ul.nav ul ul li {
	float: none;
	position: relative
}
}
.searchform_button {
	border: none;
	cursor: pointer;
	padding: 15px 15px 15px 0
}

@media (min-width:768px) {
.searchform_button {
	margin-right: 5px;
	padding: 13px 0 20px 15px
}
}
#searchform {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0
}

@media (min-width:768px) {
#searchform {
	right: -15px
}
}
.form-text {
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 8px 50px 8px 20px;
	line-height: 20px;
	vertical-align: middle
}
.form-text.form-input {
	border: none;
	width: 200px;
	color: #ccc;
	background: #222
}
.form-button {
	position: absolute;
	border: none;
	margin: 6px 0 0 160px;
	color: #999;
	background: none
}
.form-button:hover, .form-button:focus {
	color: #fff
}

@media (max-width:768px) {
#content {
	margin-top: -20px
}
#footer {
	margin-top: 0
}
}
.main-wrap {
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #fff
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 25px
}

@media (max-width:768px) {
.swiper-container {
	margin-top: 20px
}
}
.swiper-slide p {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #fff;
	background: #000;
	opacity: 0.8
}
.swiper-slide img {
	display: block
}
.swiper-pagination-bullet {
	background: #fff
}
.multi {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding: 0;
	height: 18px;
	line-height: 32px
}
.multi i {
	padding: 0 10px 0 0;
	font-size: 18px;
	background: #fff
}
.multi .title {
	padding: 0 20px 0 0;
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	background: #fff
}
.post-istop {
	margin-top: 25px
}
.post-istop .multi {
	line-height: 24px
}
.post-istop .istop {
	border: 1px #e5e5e5 solid;
	margin-top: 20px;
	color: #505050
}
.post-istop .istop a {
	display: block;
	overflow: hidden
}
.post-istop .istop:hover {
	box-shadow: 0px 0px 8px #ccc;
	cursor: pointer
}
.post-istop .istop:hover a {
	color: #fff
}
.post-istop .istop span {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
	transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	border-radius: 0px;
}
.post-istop .istop span:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	border-radius: 0px;
}
.post-istop .istop p {
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	font-size: 14px
}
.post-istop .istop p a {
	color: #333
}

@media (min-width:768px) {
.post-istop .istop p {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	font-size: 16px
}
}
.post-multi {
	margin-top: 25px
}
.post-multi .multi {
	line-height: 24px
}
.post-multi ul {
	margin: 0;
	padding-top: 10px
}
.post-multi .post-article {
	border-left: 3px #fff solid;
	margin: 0 0 5px 0;
	height: 40px;
	line-height: 40px
}
.post-multi .post-article:hover {
	background: #f6f6f6
}
.post-multi li:nth-child(5n) {
	border-bottom: 1px dotted #e3e3e3;
	margin-bottom: 15px;
	padding-bottom: 15px
}
.post-multi .multi-title {
	overflow: hidden;
	padding: 0 10px;
	height: 30px;
	line-height: 30px
}
.post-multi .multi-title a {
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #333
}
.post-multi .multi-time {
	padding-right: 10px;
	font-size: 13px;
	color: #999
}
.post-multi dl {
	border: 1px #e5e5e5 solid;
	overflow: hidden;
	margin: 20px 0 0 0;
	background: #fff
}
.post-multi dl:hover {
	box-shadow: 0px 0px 8px #ccc;
	cursor: pointer
}
.post-multi dt a {
	display: block;
	overflow: hidden
}
.post-multi dt img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	border-radius: 0px;
}
.post-multi dt img:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	border-radius: 0px;
}
.post-multi .photo-title {
	padding: 10px 15px 0 15px
}
.post-multi .photo-title a {
	font-size: 14px;
	color: #505050;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width:768px) {
.post-multi ul {
	padding-top: 15px
}
.post-multi .post-article:hover {
	background: #f6f6f6
}
.post-multi li:nth-child(5n) {
	margin-bottom: 20px;
	padding-bottom: 15px
}
.post-multi .multi-title a {
	font-weight: 100
}
.post-multi .photo-title a {
	font-size: 18px
}
}
.post-multi .photo-time {
	padding: 0 15px;
	color: #666
}
.post-multi .photo-content {
	line-height: 25px
}
.post-multi blockquote {
	border: none;
	border-left: 4px solid #ccc;
	margin: 30px 0 0 0;
	padding: 15px 20px;
	line-height: 25px;
	font-size: 14px;
	background: #f6f6f6;
	quotes: "\201C""\201D""\2018""\2019"
}
.post-multi blockquote:before {
	content: open-quote;
	margin-right: .18em;
	line-height: .1em;
	vertical-align: -.4em;
	font-size: 4em;
	color: #ccc
}
.post-multi blockquote p {
	display: inline;
	line-height: 26px;
	font-size: 14px
}
.media {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 15px 0
}
.media-left {
	padding: 0 15px 0 0
}
.media-left a {
	display: block;
	overflow: hidden
}
.media-left img {
	border-radius: 0px;
	width: 90px;
	height: auto;
	max-height: 60px;
	transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	border-radius: 8px;
}
.media-left img:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	border-radius: 0px;
}

@media (min-width:992px) {
.media-left {
	padding: 0 20px 0 0
}
.media-left img {
	border-radius: 6px;
	width: 210px;
	max-height: 140px
}
}

@media (min-width:768px) and (max-width:991px) {
.media-left {
	padding: 0 20px 0 0
}
.media-left img {
	border-radius: 4px;
	width: 180px;
	max-height: 120px
}
}

@media (min-width:480px) and (max-width:768px) {
.media-left img {
	border-radius: 4px;
	width: 120px;
	max-height: 80px
}
}
.media-heading {
	overflow: hidden;
	margin-top: -7px;
	margin-bottom: 5px;
	height: 26px
}
.media-heading span {
	border-radius: 12px;
	margin-right: 10px;
	padding: 2px 10px 3px 10px;
	font-size: 14px;
	color: #fff
}
.media-heading a {
	font-size: 16px;
	color: #333
}

@media (min-width:768px) {
.media {
	padding: 20px 0
}
.media-heading {
	margin-top: 0;
	margin-bottom: 10px;
	height: 30px
}
.media-heading a {
	font-size: 20px
}
}
.media-body p {
	overflow: hidden;
	max-height: 45px;
	line-height: 24px;
	color: #333
}
.media-body .media-time {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666
}

@media (min-width:768px) {
.media-body .media-time {
	font-size: 14px;
	color: #666
}
.media-body p {
	overflow: hidden;
	max-height: 150px;
	line-height: 25px;
	color: #333
}
}
.comment-pagebar {
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center
}
.pagebar {
	margin: 30px 0;
	padding: 0;
	text-align: center
}

@media (min-width:768px) {
.pagebar {
	margin: 60px 0
}
}
.pagebar a, .comment-pagebar a {
	display: inline-block;
	border: 1px solid #fff;
	margin: 0 0 5px 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	color: #666;
	background: #eee
}
.pagebar a:focus, .pagebar a:hover, .comment-pagebar a:focus, .comment-pagebar a:hover {
	color: #fff
}
.pagebar .now-page, .comment-pagebar .now-page {
	display: inline-block;
	width: 40px;
	height: 28px;
	line-height: 30px;
	color: #fff
}
.pagebar .page-num, .comment-pagebar .page-num {
	margin: 0 15px 0 0;
	color: #666
}

@media (min-width:992px) {
.pagebar a, .comment-pagebar a {
	width: 50px;
	height: 38px;
	line-height: 38px
}
.pagebar .now-page, .comment-pagebar .now-page {
	width: 50px;
	height: 36px;
	line-height: 38px
}
}
#sidebar {
	margin-bottom: 20px
}
#sidebar a:hover, #sidebar a:focus {
	text-decoration: underline
}
#sidebar .function {
	overflow: hidden;
	margin-top: 25px
}
#sidebar .function_t {
	margin-bottom: 15px;
	padding: 0 1px;
	height: 18px;
	line-height: 32px;
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	background: #fff
}
#sidebar .function_t:before {
	padding: 0 10px 0 0;
	font-family: 'FontAwesome';
	font-size: 18px;
	background: #fff
}
#sidebar .function_t:after {
	border-bottom: 1px solid #e5e5e5;
	display: inherit;
	position: relative;
	margin: -15px 0 0 116px;
	padding: 0;
	width: 100%;
	content: '';
	background: #fff
}
#divCalendar .function_t:before {
	content: '\f274'
}
#divNavBar .function_t:before {
	content: '\f0c9'
}
#divCatalog .function_t:before {
	content: '\f1b2'
}
#divContorPanel .function_t:before {
	content: '\f013'
}
#divPrevious .function_t:before {
	content: '\f044'
}
#divNewpost .function_t:before {
	content: '\f040'
}
#divLinkage .function_t:before {
	content: '\f0c1'
}
#divSearchPanel .function_t:before {
	content: '\f002'
}
#divFavorites .function_t:before {
	content: '\f02e'
}
#divArchives .function_t:before {
	content: '\f02d'
}
#divComments .function_t:before {
	content: '\f075'
}
#divNewcomm .function_t:before {
	content: '\f086'
}
#divStatistics .function_t:before {
	content: '\f05a'
}
#divMisc .function_t:before {
	content: '\f03e'
}
#divAuthors .function_t:before {
	content: '\f007'
}
#divTags .function_t:before {
	content: '\f02c'
}
#divHottags .function_t:before {
	content: '\f06d'
}
#divHotpost .function_t:before {
	content: '\f135'
}
#divReaders .function_t:before {
	content: '\f21d'
}
#divNavBar ul, #divFavorites ul, #divArchives ul, #divLinkage ul, #divStatistics ul, #divMisc ul, #divAuthors ul, #divCatalog ul {
	overflow: hidden;
	list-style: none;
	padding: 0
}
#divNavBar ul li, #divFavorites ul li, #divArchives ul li, #divLinkage ul li, #divStatistics ul li, #divMisc ul li, #divAuthors ul li {
	overflow: hidden;
	float: left;
	padding: 10px 0 0 5px;
	width: 50%;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis
}
#divCatalog ul li {
	list-style-type: circle;
	padding: 10px 0 0 5px;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis
}
#divCatalog ul li ul {
	padding: 0 0 0 30px
}
#divContorPanel div {
	overflow: hidden;
	padding: 10px 0;
	line-height: 28px
}
#divContorPanel div span {
	padding: 0 10px 0 0
}
#divCalendar {
	overflow: hidden;
	padding: 0
}
table[id$='Calendar'] {
	border: none;
	width: 100%;
	text-align: center;
	color: #666
}
table[id$='Calendar'] caption {
	margin: 0;
	padding: 15px 0 10px 0;
	font-size: 15px;
	text-align: center
}
table[id$='Calendar'] th {
	text-align: center;
	color: #666
}
table[id$='Calendar'] td {
	padding: 4px
}
table[id$='Calendar'] td a {
	display: block
}
#divPrevious ul, #divComments ul, #divNewpost ul, #divHotpost ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 15px 0 0 5px
}
#divPrevious li, #divComments li, #divNewpost li, #divHotpost li {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis
}
#divPrevious li:nth-child(1), #divComments li:nth-child(1), #divNewpost li:nth-child(1), #divHotpost li:nth-child(1) {
	border-left: 3px #fd5f00 solid
}
#divPrevious li:nth-child(2), #divComments li:nth-child(2), #divNewpost li:nth-child(2), #divHotpost li:nth-child(2) {
	border-left: 3px #ffc002 solid
}
#divPrevious li:nth-child(3), #divComments li:nth-child(3), #divNewpost li:nth-child(3), #divHotpost li:nth-child(3) {
	border-left: 3px #00a635 solid
}
#divPrevious li:nth-child(4), #divComments li:nth-child(4), #divNewpost li:nth-child(4), #divHotpost li:nth-child(4) {
	border-left: 3px #00c3c4 solid
}
#divPrevious li:nth-child(5), #divComments li:nth-child(5), #divNewpost li:nth-child(5), #divHotpost li:nth-child(5) {
	border-left: 3px #b92400 solid
}
#divPrevious li:nth-child(6), #divComments li:nth-child(6), #divNewpost li:nth-child(6), #divHotpost li:nth-child(6) {
	border-left: 3px #e07e00 solid
}
#divPrevious li:nth-child(7), #divComments li:nth-child(7), #divNewpost li:nth-child(7), #divHotpost li:nth-child(7) {
	border-left: 3px #27c790 solid
}
#divPrevious li:nth-child(8), #divComments li:nth-child(8), #divNewpost li:nth-child(8), #divHotpost li:nth-child(8) {
	border-left: 3px #5c68ec solid
}
#divPrevious li:nth-child(9), #divComments li:nth-child(9), #divNewpost li:nth-child(9), #divHotpost li:nth-child(9) {
	border-left: 3px #00a9da solid
}
#divPrevious li:nth-child(10), #divComments li:nth-child(10), #divNewpost li:nth-child(10), #divHotpost li:nth-child(10) {
	border-left: 3px #e41a91 solid;
	margin-bottom: 10px
}
#divPrevious li a, #divComments li a, #divNewpost li a, #divHotpost li a {
	font-size: 15px;
	color: #505050;
	text-decoration: none
}
#divPrevious li a:hover, #divPrevious li a:focus, #divComments li a:hover, #divComments li a:focus, #divNewpost li a:hover, #divNewpost li a:focus, #divHotpost li a:hover, #divHotpost li a:focus {
	text-decoration: none
}
#divTags ul, #divHottags ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0
}
#divTags li, #divHottags li {
	float: left;
	margin: 6px 4px
}
#divTags li a, #divHottags li a {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 0 20px;
	width: 100%;
	height: 34px;
	line-height: 32px;
	font-size: 16px;
	white-space: nowrap;
	background: none;
	transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}
#divTags li a:hover, #divTags li a:focus, #divHottags li a:hover, #divHottags li a:focus {
	color: #fff;
	text-decoration: none
}
#divTags li .tag-count {
	font-size: 12px
}
#divSearchPanel .function_t {
	margin: 0 0 25px 0
}
#divSearchPanel form input[type='text'] {
	border: 1px solid #e5e5e5;
	margin: 0;
	padding: 0 10px;
	width: 78%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666
}
#divSearchPanel form input[type='text']:hover {
	border: 1px solid #ddd
}
#divSearchPanel form input[type='submit'] {
	border: none;
	margin: 0;
	padding: 0;
	width: 20%;
	height: 35px;
	line-height: 35px;
	color: #fff
}
#divSearchPanel form input[type='submit']:hover {
	opacity: .95
}

@media (min-width:768px) {
#divSearchPanel form input[type='text'] {
	width: 77%
}
#divSearchPanel form input[type='submit'] {
	width: 20%
}
}
#divNewcomm dd dl {
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 10px 0
}
#divNewcomm dd dt {
	overflow: hidden;
	float: left;
	margin-right: 15px
}
#divNewcomm dd dt img {
	border: 1px solid #eee;
	border-radius: 50px;
	display: block;
	padding: 2px;
	width: 50px;
	height: 50px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear
}
#divNewcomm dd dt img:hover {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg)
}
#divNewcomm dd dd span {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
#divNewcomm dd dd span b {
	float: left;
	font-weight: 100
}
#divNewcomm dd dd span i {
	float: right;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-style: normal;
	color: #999
}
#divNewcomm dd dd p {
	overflow: hidden;
	padding: 5px 0 0 0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #505050;
	white-space: nowrap;
	text-overflow: ellipsis
}
#divNewcomm dd dd p a {
	color: #505050
}
#divNewcomm dd dd p a:hover {
	text-decoration: underline
}
#divReaders .function_t {
	margin: 0 0 30px 0
}
#divReaders {
	overflow: hidden
}
#divReaders a {
	float: left;
	overflow: hidden;
	margin: 0 5px 10px 4px;
	width: 60px;
	height: 80px;
	color: #505050;
	text-align: center;
	text-decoration: none;
	font-size: 13px
}
#divReaders img {
	border-radius: 25px;
	border: 1px solid #eee;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 2px;
	width: 50px;
	height: 50px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear
}
#divReaders img:hover {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg)
}
.sidebar-author {
	overflow: hidden;
	margin-top: 25px;
	padding: 20px;
	background: #fafafa
}
.sidebar-user-img {
	display: block;
	width: 70px;
	height: 70px
}
.sidebar-user-img img {
	border-radius: 70px;
	border: 1px solid #eee;
	padding: 2px;
	width: 70px;
	height: 70px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear
}
.sidebar-user-img img:hover {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg)
}
.sidebar-user {
	overflow: hidden;
	margin: 10px 0 0 80px;
	height: 70px
}
.sidebar-user h4, .sidebar-user h4 a {
	margin: 0;
	font-size: 16px
}
.sidebar-user h4 i {
	margin-left: 10px;
	color: #dd0000
}
.sidebar-user p {
	margin: 4px 0 8px 0;
	color: #999
}
.sidebar-user span {
	font-size: 16px;
	font-family: "Georgia";
	color: #dd0000
}
.sidebar-user .btn {
	margin: 0 2px 5px 0
}
.sidebar-user .btn:focus {
	outline: 0
}
.sidebar-description {
	border-top: 1px solid #eee;
	display: block;
	margin: 0;
	padding: 10px;
	color: #666
}
.sidebar-description:before {
	padding: 0 10px 0 0;
	font-family: 'FontAwesome';
	font-size: 14px;
	content: '\f10d';
	color: #ccc
}
.sidebar-author-btn {
	border-top: 1px solid #eee;
	padding-top: 20px
}
.sidebar-author-btn .btn {
	margin: 0 5px;
	width: 100px;
	text-decoration: none
}
.sidebar-author-btn a:hover, .sidebar-author-btn a:focus {
	text-decoration: none !important
}
.links {
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	overflow: hidden;
	margin-top: 20px;
	background: #fff
}
.links .links-pic {
	margin-top: 25px
}
.links .links-pic li {
	margin-bottom: 10px
}
.links .links-pic li img {
	width: 125px;
	height: 50px
}
.links .links-txt {
	margin-top: 15px;
	padding-bottom: 20px
}
.links .links-title {
	line-height: 45px;
	height: 45px;
	font-size: 18px;
	color: #333;
	background: url(../img/bg_friendlink.jpg) center center no-repeat
}
.links .links-txt li {
	line-height: 30px;
	color: #505050
}
.links .links-txt li a {
	color: #505050
}
#footer {
	border-top:5px solid #00aa99;
	background:#2a2a2a url(/skin/ecms815/img/menu-nav.png);
	margin-top:15px;
	position:absolute;
	left:0;
	width:100%;
	padding:10px 0;
	color:#cfcfcf;
	text-align:center
}
#footer p {
	color:#cfcfcf;
	text-align:center;
	margin:5px;
}
#footer p a {
	display:inline-block;
	color:#cfcfcf;
	padding:2px 5px;
	white-space:nowrap;
	word-break:break-all;
}
#footer p a img {
	margin-left:4px;
	padding-bottom:3px;
}
#footer p a:hover {
	color:#2DB2ED;
	text-decoration:none;
}


.post-single {
	overflow: hidden;
	margin-top: 25px
}
.single-title {
	line-height: 30px;
	font-size: 22px;
	font-weight: normal
}
.single-time {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding: 0 0 5px 0;
	line-height: 26px;
	font-size: 12px;
	color: #999
}
.single-time span {
	border-radius: 12px;
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	color: #fff
}
.single-time span a, .single-time span a:hover {
	color: #fff;
	text-decoration: none
}
.single-time i {
	padding: 0 5px 0 15px
}
.single-time a:hover {
	text-decoration: underline
}
.post-single p {
	margin: 10px 0 0 0;
	line-height: 30px;
	font-size: 16px
}
.post-single p a:hover {
	text-decoration: underline
}

@media (min-width:768px) {
.single-title {
	line-height: 45px;
	font-size: 32px;
	font-weight: 100
}
.post-single p {
	line-height: 36px;
	font-size: 18px
}
.single-time {
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	line-height: 32px;
	font-size: 14px
}
.single-time span {
	padding: 2px 10px 3px 10px;
	font-size: 14px
}
}
.post-single pre {
	border: none;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	background: #f3f3f3
}
.post-single blockquote {
	border: none;
	border-left: 4px solid #ccc;
	margin: 20px 0;
	padding: 15px 20px;
	line-height: 25px;
	font-size: 14px;
	background: #f6f6f6;
	quotes: "\201C""\201D""\2018""\2019"
}
.post-single blockquote:before {
	content: open-quote;
	margin-right: .18em;
	line-height: .1em;
	vertical-align: -.4em;
	font-size: 4em;
	color: #ccc
}
.post-single blockquote p {
	display: inline;
	line-height: 26px;
	font-size: 14px
}
.prev-next {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 10px 0 0 0;
	padding: 10px 0;
	line-height: 28px;
	font-size: 14px
}
.prev-next a:hover {
	text-decoration: underline
}

@media (min-width:768px) {
.prev-next {
	padding: 15px 0;
	line-height: 32px;
	font-size: 16px
}
}
.single-share {
	overflow: hidden;
	margin-top: 50px
}
.bd_weixin_popup {
	height: 300px !important
}
.single-share li a {
	border-radius: 20px;
	margin: 10px 0 0 0;
	padding: 0 10px;
	height: 30px;
	line-height: 28px;
	font-size: 14px
}
.single-share li a.zan {
	border: 1px solid #6782b8;
	color: #6782b8;
	background: #fff;
	transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}
.single-share li a.zan:hover {
	border: 1px solid #6782b8;
	color: #fff;
	background: #6782b8
}
.single-share li a.shang {
	border: 1px #f38e54 solid;
	color: #f38e54;
	background: #fff;
	transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}
.single-share li a.shang:hover {
	border: 1px #f38e54 solid;
	color: #fff;
	background: #f38e54
}
.single-share li a.erweima {
	border: 1px #98c01b solid;
	color: #98c01b;
	background: #fff;
	transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}
.single-share li a.erweima:hover {
	border: 1px #98c01b solid;
	color: #fff;
	background: #98c01b
}
.single-share li a.share {
	border: 1px solid #4ba7d5;
	color: #4ba7d5;
	background: #fff;
	transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}
.single-share li a.share:hover {
	border: 1px solid #4ba7d5;
	color: #fff;
	background: #4ba7d5
}

@media (min-width:768px) {
.single-share li a {
	margin: 0;
	padding: 0 20px;
	height: 34px;
	line-height: 32px;
	font-size: 16px
}
}
.single-tags {
	overflow: hidden;
	margin-top: 20px
}
.single-tags li {
	margin: 6px 0
}
.single-tags li a {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 0 20px;
	width: 100%;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	white-space: nowrap;
	background: none;
	transition: background-color .3s ease-out 0s, border-color .3s ease-out 0s
}

@media (min-width:768px) {
.single-tags li a {
	padding: 0 20px;
	height: 34px;
	line-height: 32px;
	font-size: 16px
}
}
.single-tags li a:hover, .single-tags li a:focus {
	color: #fff
}
.single-copyright {
	overflow: hidden;
	margin-top: 15px;
	padding: 8px 16px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	background: #f6f6f6
}
.single-copyright a:hover {
	text-decoration: underline
}

@media (min-width:768px) {
.single-copyright {
	margin-top: 25px;
	padding: 12px 20px;
	line-height: 30px;
	font-size: 16px
}
}
.mutuality {
	overflow: hidden;
	margin-top: 30px
}
.mutuality-title {
	font-size: 18px;
	color: #333;
	background: url(../img/bg_friendlink.jpg) center center no-repeat
}
.mutuality .mutuality-pic {
	border: 1px #e5e5e5 solid;
	margin-top: 20px;
	color: #505050
}
.mutuality .mutuality-pic:hover {
	box-shadow: 0px 0px 8px #ccc;
	cursor: pointer
}
.mutuality .mutuality-pic:hover a {
	color: #fff
}
.mutuality .mutuality-pic a {
	display: block;
	overflow: hidden
}
.mutuality .mutuality-pic span {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px
}
.mutuality .mutuality-pic span:hover {
	transform: scale(1.05, 1.05);
	transition: transform .5s ease 0s
}
.mutuality .mutuality-pic p {
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	font-size: 14px
}
.mutuality .mutuality-pic p a {
	color: #333
}
.mutuality .mutuality-pic p a:hover, .mutuality .mutuality-pic p a:focus {
	text-decoration: none
}
.mutuality ul {
	overflow: hidden;
	padding: 10px 0 0 0
}
.mutuality ul li {
	overflow: hidden;
	float: left;
	padding: 10px 0 0 5px;
	width: 50%;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis
}
.mutuality ul li a:hover, .mutuality ul li a:focus {
	text-decoration: underline
}

@media (max-width:480px) {
.mutuality ul li {
	width: 100%
}
}

@media (min-width:768px) {
.mutuality .mutuality-pic span {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px
}
.mutuality .mutuality-pic p {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	font-size: 16px
}
}
.comments {
	overflow: hidden;
	margin-top: 1px
}
.comments-title {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
	height: 18px;
	line-height: 32px
}
.comments-title i {
	padding: 0 10px 0 0;
	font-size: 18px;
	background: #fff
}
.comments-title span {
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	background: #fff
}
.comments-title small {
	padding: 0 20px 0 10px;
	font-size: 14px;
	font-weight: normal;
	background: #fff
}
.comments blockquote {
	border: none;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 65px;
	font-size: 15px
}
.comments blockquote a:hover {
	text-decoration: underline
}
.comments figure {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0
}
.comments figure img {
	border: 1px solid #eee;
	display: block;
	border-radius: 50px;
	padding: 2px;
	width: 50px;
	height: 50px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear
}
.comments figure img:hover {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg)
}
.comments cite {
	font-style: normal;
	display: block;
	overflow: hidden
}
.comments cite b {
	font-weight: 100;
	color: #999
}
.comments time {
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #999
}
.comments blockquote .revertcomment {
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight: normal
}
.comments q {
	display: block;
	quotes: none;
	padding: 5px 0
}
.comments blockquote blockquote {
	border: 1px solid #eee;
	margin: 15px 0 0 -60px;
	padding: 12px 15px 7px 75px
}
.comments blockquote blockquote figure {
	margin: 12px 0 0 12px
}
.comments blockquote blockquote cite b {
	margin: 0 5px 0 0
}
.comments blockquote blockquote dd figure {
	margin: 0;
	padding: 0
}

@media (min-width:768px) {
.comments blockquote blockquote {
	margin: 15px 0 0 0
}
.comments blockquote .revertcomment {
	font-weight: 100
}
.comments-title small {
	font-weight: 100
}
}
.post-comment {
	overflow: hidden;
	margin-top: 20px
}
.post-comment .comment-title {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
	height: 18px;
	line-height: 32px;
	background: none
}
.post-comment .comment-title i {
	padding: 0 10px 0 0;
	font-size: 18px;
	background: #fff
}
.post-comment .comment-title span {
	padding: 0 20px 0 0;
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	background: #fff
}
.post-comment .comment-title a {
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight: normal
}
.post-comment dd {
	position: relative;
	margin-top: 30px;
	padding: 0
}
.post-comment figure {
	overflow: hidden;
	position: absolute;
	float: left;
	width: 80px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis
}
.post-comment figure b {
	padding: 5px;
	font-size: 14px;
	font-weight: 100;
	color: #666
}
.post-comment figure img {
	border: 1px solid #eee;
	display: block;
	border-radius: 80px;
	padding: 4px;
	width: 80px;
	height: 80px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear
}
.post-comment figure img:hover {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg)
}
.post-comment .comment-form {
	margin-left: -15px
}

@media (min-width:768px) {
.post-comment .comment-title a {
	font-weight: 100
}
.post-comment .comment-form {
	margin-left: 85px
}
}
.comment-form input[type='text'] {
	border: 1px solid #eee;
	padding: 0 15px;
	width: 100%;
	height: 44px;
	line-height: 44px
}
.comment-form textarea {
	border: 1px solid #eee;
	padding: 10px;
	width: 100%;
	height: 120px
}
.comment-form input[type='text']:hover, .comment-form textarea:hover {
	border: 1px solid #ddd
}
.comment-form input[type='submit'] {
	border: 0;
	margin: 0 15px;
	padding: 0 40px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	opacity: .95
}
.comment-form input[type='submit']:hover {
	opacity: 1
}
.comment-form .input-group-addon {
	border-radius: 0;
	border: 1px solid #eee;
	border-left: 0;
	background: #f6f6f6
}

@media (max-width:768px) {
.col-xs-12 {
	padding-left: 0;
	padding-right: 0
}
#divCommentPost .col-xs-12 {
	padding-left: 15px;
	padding-right: 15px
}
}
.list-group {
	margin-top: 25px;
	font-size: 16px
}
.list-group .active {
	border: none;
	opacity: .95
}
.list-group .active:hover, .list-group .active:focus {
	border: none;
	opacity: 1
}
.page-single {
	overflow: hidden;
	margin-top: 5px;
	padding-bottom: 20px
}
.page-single p {
	margin: 10px 0 0 0;
	line-height: 30px;
	font-size: 16px
}
.page-single p a:hover {
	text-decoration: underline
}
.page-position {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	line-height: 24px
}
.page-position a:hover {
	text-decoration: underline
}
.page-title {
	padding: 10px 0;
	font-size: 22px;
	font-weight: 600;
	color: #666
}

@media (min-width:768px) {
.page-single {
	margin-top: 25px;
	padding-bottom: 50px
}
.page-single p {
	margin: 15px 0 0 0
}
}
.single-title {
	line-height: 30px;
	font-size: 22px;
	font-weight: normal
}
.single-time {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	padding: 0 0 5px 0;
	line-height: 26px;
	font-size: 12px;
	color: #999
}
.single-time span {
	border-radius: 12px;
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	color: #fff;
	margin-right:5PX;
}
.single-time span a, .single-time span a:hover {
	color: #fff;
	text-decoration: none
}
.single-time i {
	padding: 0 5px 0 15px
}
.single-time a:hover {
	text-decoration: underline
}
.post-single p {
	margin: 10px 0 0 0;
	line-height: 30px;
	font-size: 16px;
	}
.post-single p a:hover {
	text-decoration: underline
}

@media (min-width:768px) {
.single-title {
	line-height: 45px;
	font-size: 32px;
	font-weight: 100
}
.post-single p {
	line-height: 36px;
	font-size: 18px;
	}
.single-time {
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	line-height: 32px;
	font-size: 14px
}
.single-time span {
	padding: 2px 10px 3px 10px;
	font-size: 14px;
	margin-right: 5px;
}
}
.error-404 {
	padding: 80px 0 120px 0
}
.error-404 .error-title {
	font-size: 70px;
	font-family: 'Arial'
}
.error-404 p {
	margin-bottom: 70px;
	line-height: 32px;
	font-size: 16px
}

@media (min-width:768px) {
.error-404 .error-title {
	line-height: 1.2;
	font-size: 140px
}
}
.pjax_loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.8
}
.kefu {
	border-radius: 5px;
	z-index: 999;
	position: fixed;
	bottom: 50px;
	right: 0px;
	width: 50px;
	cursor: pointer;
	background: #505050
}
.kefu a, .kefu i {
	color: #ccc
}
.kefu .qq {
	padding: 15px 10px 10px 10px
}
.kefu .weibo {
	padding: 10px 10px 10px 10px
}
.kefu .weixin {
	padding: 10px 9px 10px 9px
}
.kefu .phone {
	padding: 10px 14px 10px 14px
}
.kefu .comment {
	padding: 10px 10px 10px 10px
}
.kefu .facebook {
	padding: 10px 15px 10px 15px
}
.kefu .linkedin {
	padding: 10px 13px 10px 13px
}
.kefu .top {
	padding: 5px 16px 5px 16px
}
.kefu .weibo .pic {
	position: absolute;
	display: none
}
.kefu .weixin .pic {
	position: absolute;
	display: none
}
.kefu .phone .phones {
	display: none;
	position: absolute;
	padding: 10px 15px;
	line-height: 28px;
	color: #fff;
	font-size: 16px
}
.kefu .phone .phones a {
	color: #fff
}
.kefu .phone .phones a:hover, .kefu .phone .phones a:focus {
	color: #fff;
	text-decoration: underline
}
.kefu .top {
	display: none
}

@media (max-width:768px) {
.kefu {
	border-radius: 3px;
	bottom: 50px;
	right: 0px;
	padding: 0;
	width: 40px;
	cursor: pointer;
	background: #505050
}
.kefu .qq {
	padding: 10px 7px 7px 7px
}
.kefu .weibo {
	padding: 10px 7px 7px 7px
}
.kefu .weixin {
	padding: 10px 6px 7px 6px
}
.kefu .phone {
	padding: 10px 11px 7px 11px
}
.kefu .comment {
	padding: 10px 7px 7px 7px
}
.kefu .facebook {
	padding: 10px 12px 7px 12px
}
.kefu .linkedin {
	padding: 10px 10px 7px 10px
}
.kefu .top {
	padding: 5px 13px 5px 13px
}
.kefu .phone .phones {
	display: none;
	position: absolute;
	padding: 10px 15px;
	line-height: 28px;
	color: #fff;
	font-size: 14px
}
}
.sidebar-contact {
	border: 1px #eee solid;
	overflow: hidden
}
.sidebar-contact dt {
	float: left;
	padding: 15px 20px 15px 15px
}
.sidebar-contact dt img {
	width: 100px;
	height: 100px
}
.sidebar-contact dd {
	padding: 10px 0 0 0
}
.sidebar-contact dd .title {
	padding: 5px 15px 0 0;
	font-size: 18px
}
.sidebar-contact dd .content {
	padding: 10px 0 0 0
}
.sidebar-contact dd .content img {
	padding: 0 5px 0 0
}

@media (min-width:992px) and (max-width:1199px) {
.sidebar-contact dd .content img {
	width: 40px
}
}

@media (max-width:480px) {
.sidebar-contact dd .content img {
	width: 40px
}
}
#comment-tools {
	border: 1px solid #eee;
	border-bottom: none;
	margin: 0;
	padding: 5px;
	display: block;
}
#comment-tools a {
	padding: 1px 3px;
	cursor: pointer
}
#ComtoolsFrame {
*display:none;
	padding: 25px 0 5px;
	margin-top: -20px;
}
#ComtoolsFrame img {
	margin: 0;
	padding: 3px 3px 0 3px;
}
#ComtoolsFrame img:hover {
	background-color: #eee;
	cursor: pointer
}
.face-show {
}
.face-show:hover #ComtoolsFrame {
*display:block;
}
::-moz-selection {
background:#00aa99
}
::selection {
	background: #00aa99
}
a {
	color: #00aa99
}
a:hover, a:focus {
	color: #00aa99
}
.icon-bar {
	background: #00aa99
}
.nav li a:hover, .nav li a:focus {
	background: #00aa99
}
ul.nav li:hover {
	background: #00aa99
}
ul.nav li a.active {
	background: #00aa99
}
ul.nav ul li a:hover {
	background: #00aa99
}
.searchform_button {
	color: #00aa99
}
.swiper-pagination-bullet-active {
	background: #00aa99
}
.multi i {
	color: #00aa99
}
.post-istop .istop:hover {
	background: #00aa99
}
.post-multi .post-article:hover {
	border-left: 3px solid #00aa99
}
.post-multi .post-article i {
	color: #00aa99
}
.post-multi .photo-title a:hover, .post-multi .photo-title a:focus {
	color: #00aa99
}
.media-heading span {
	background: #00aa99
}
.media-heading a:hover {
	color: #00aa99
}
.pagebar a:focus, .pagebar a:hover, .comment-pagebar a:focus, .comment-pagebar a:hover {
	background: #00aa99
}
.pagebar .now-page, .comment-pagebar .now-page {
	background: #00aa99
}
#divHottags li a:hover, #divHottags li a:focus {
	border: 1px #00aa99 solid;
	background: #00aa99
}
#divPrevious li a:hover, #divPrevious li a:focus, #divComments li a:hover, #divComments li a:focus, #divNewpost li a:hover, #divNewpost li a:focus, #divHotpost li a:hover, #divHotpost li a:focus {
	color: #00aa99
}
#divNewcomm dd span {
	color: #00aa99
}
#divReaders a:hover, #divReaders a:focus {
	color: #00aa99
}
.links .links-txt li a:hover {
	color: #00aa99
}
.single-time span {
	background: #00aa99
}
.post-single pre {
	border-left: 4px solid #00aa99
}
.single-tags li a {
	color: #00aa99
}
.single-tags li a:hover, .single-tags li a:focus {
	border: 1px #00aa99 solid;
	background: #00aa99
}
#divTags li a:hover, #divTags li a:focus {
	border: 1px #00aa99 solid;
	background: #00aa99
}
.mutuality .mutuality-pic:hover {
	background: #00aa99
}
.comments-title i {
	color: #00aa99
}
.comments-title small {
	color: #00aa99
}
.post-comment .comment-title i {
	color: #00aa99
}
.post-comment .comment-title a {
	color: #00aa99
}
.comment-form input[type='submit'] {
	background: #00aa99
}
.comment-form input[type='submit']:hover {
	background: #00aa99
}
div.go-top:hover {
	color: #00aa99
}
.list-group .active {
	background: #00aa99
}
.list-group .active:hover, .list-group .active:focus {
	background: #00aa99
}
.error-404 {
	color: #00aa99
}
#nprogress .bar {
	background: #00aa99
}
#nprogress .peg {
	box-shadow: 0 0 10px #00aa99, 0 0 5px #00aa99
}
#nprogress .spinner-icon {
	border-top-color: #00aa99;
	border-left-color: #00aa99
}
.sitecolor {
	color: #00aa99
}
.kefu a:hover, .kefu i:hover {
	color: #00aa99
}
.kefu .phone .phones {
	background: #00aa99
}
#sidebar .function_t:before {
	color: #00aa99
}
#divSearchPanel form input[type='submit'] {
	background: #00aa99
}
.kefu .weixin .pic {
	left: -100px;
	top: 0px;
	width: 100px
}

@media (max-width:768px) {
.kefu .weixin .pic {
	top: 0px
}
}
.page5 {
	margin: 20px 0 0 0;
	text-align: center;
	width: 100%;
	overflow: hidden
}
.page5 a {
	color: #666;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	border-radius: 2px;
	border: 1px solid#C1C1C1;
	text-align: center;
	margin: 3px 3px
}
.page5>b, .page5 a {
	color: #666;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	border-radius: 2px;
	border: 1px solid#C1C1C1;
	text-align: center;
	margin: 3px 3px
}
.page5 a {
	color: #666;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	border-radius: 2px;
	border: 1px solid#C1C1C1;
	text-align: center;
	margin: 3px 3px
}
.page5>b, .page5 a:hover {
	border: 1px solid#00aa99;
	margin-top: -2px;
	background: #00aa99;
	border-radius: 2px;
	color: white;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	text-align: center;
	margin: 3px 3px;
	font-weight: 100
}
.page5 a {
	color: #000;
	border: #999 1px solid
}
#menu-item-6853 .font-text {
	background: #f40;
	color: #fff;
	padding: 4px 8px;
	border-radius: 2px
}
#menu-item-6853 .font-text:hover {
	background: #00aeff;
	transition: all.2s ease-in 0s
}
.fa-external-link-square {
	display: none
}
#menu-item-6853 .fontawesome-text {
	padding: 4px 8px;
	border-radius: 2px
}
.d_tags {
	padding: 12px 13px 10px 15px;
}
.d_tags a:nth-child(15n) {
	background-color: #4A4A4A;
}
.d_tags a:nth-child(15n+1) {
	background-color: #428BCA;
}
.d_tags a:nth-child(15n+2) {
	background-color: #5CB85C;
}
.d_tags a:nth-child(15n+3) {
	background-color: #D9534F;
}
.d_tags a:nth-child(15n+4) {
	background-color: #567E95;
}
.d_tags a:nth-child(15n+5) {
	background-color: #B433FF;
}
.d_tags a:nth-child(15n+6) {
	background-color: #00ABA9;
}
.d_tags a:nth-child(15n+7) {
	background-color: #B37333;
}
.d_tags a:nth-child(15n+8) {
	background-color: #FF6600;
}
.d_tags a:nth-child(15n+9) {
	background-color: #0099FF;
}
.d_tags a:nth-child(15n+10) {
	background-color: #99CC33;
}
.d_tags a:nth-child(15n+11) {
	background-color: #9933FF;
}
.d_tags a:nth-child(15n+12) {
	background-color: #FF9900;
}
.d_tags a:nth-child(15n+13) {
	background-color: #FF33FF;
}
.d_tags a:nth-child(15n+14) {
	background-color: #CC3333;
}
.d_tags a:nth-child(15n+15) {
	background-color: #FF3366;
}
.d_tags a {
	color: #eee !important;
	border-radius: 3px;
	opacity: 0.90;
	filter: alpha(opacity=80);
	color: #fff;
	background-color: #428BCA;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 6px;
	line-height: 21px
}
.d_tags a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media screen and (min-width:320px) and (max-width:800px) {
.mobile-navbar {
}
.red-navbar {
	display: none !important;
}
}

@media only screen and (min-width:801px) and (max-width:1024px) {
.mobile-navbar {
	display: none !important;
}
.red-navbar {
	display: none !important;
}
}

@media only screen and (min-width:1025px) {
.mobile-navbar {
	display: none !important;
}
.red-navbar {
}
}
.pclogin {
}
.mlogin {
	display: none
}

@media screen and (max-width:767px) {
.pclogin {
	display: none !important;
}
.mlogin {
	display: block;
	position: absolute;
	right: 83px;
	top: 1px;
	z-index: 9999;
}
}
.login {
	float: right;
	width: 60px;
	height: 30px;
	margin: 15px 0;
	margin-left: 15px
}
.login a {
	display: block;
	width: 60px;
	height: 30px;
}
.login .btn-login {
	color: #E9E9E9;
}
.login a:hover {
	background: #00AA98;
	border: 1px #00AA98 solid
}
.tougao {
	float: right;
	width: 60px;
	height: 30px;
	margin: 15px 0;
	margin-left: 15px
}
.tougao a:hover {
	background: #00AA98;
	border: 1px #00AA98 solid
}
.tougao .btn-login {
	color: #E9E9E9;
}
.tougao a {
	display: block;
	width: 60px;
	height: 30px;
}
.btn-user {
	display: inline-block;
	margin-bottom: 0px;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	cursor: pointer;
	outline: 0px none;
	transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s;
	display: block;
	border-radius: 1000px;
	background: none;
	border: 1px #8C8C8C solid
}
.hrsaomiao {
	width: 348px;
	height: 128px;
	border: 1px #F2F1F1 solid;
	overflow: hidden;
	margin-top: 10px;
	float: left
}
.hrsaomiao dt {
	float: left;
	width: 131px;
	height: 115px;
	padding: 7px 0 6px 7px;
	text-align: left
}
.hrsaomiao dd {
	float: left;
	width: 210px;
	height: 115px;
	padding: 7px 0 6px 0px;
	text-align: left
}
.hrsaomiao dd .hrwxtitle {
	width: 210px;
	height: 35px;
	line-height: 35px;
	font-size: 18px
}
.hrsaomiao dd .hrwxcontent {
	width: 210px;
	height: 77px;
	padding: 16px 0 0 0;
	overflow: hidden
}
.hrsaomiao dd .hrwxcontent .trwbico {
	background: url(../img/hrwbico.jpg) no-repeat;
	width: 57px;
	height: 57px;
	display: block;
	float: left;
	margin-right: 15px
}
.hrsaomiao dd .hrwxcontent .trqqwbico {
	background: url(../img/hrqqwbico.jpg) no-repeat;
	width: 57px;
	height: 57px;
	display: block;
	float: left;
	margin-right: 15px
}
.hrsaomiao dd .hrwxcontent .trwxico {
	background: url(../img/hrwxico.jpg) no-repeat;
	width: 57px;
	height: 57px;
	display: block;
	float: left
}

@media(max-width:980px) {
#sidebar {
	display: none
}
}

@media(max-width:1024px) {
.hrsaomiao {
	display: none
}
}
.red {
	color: #f33 !important;
	cursor: pointer;
	font: 16px/28px Microsoft Yahei;
	border-top: 1px;
	font-style: italic;
}
.title-red {
	color: #f33;
	cursor: pointer;
	border-top: 1px;
	font-style: italic;
}
.taourl a {
	padding: 4px 8px;
	border-radius: 5px;
	font: 16px/28px Microsoft Yahei;
	background: #f40 none repeat scroll 0% 0%;
	border: 0px none;
	margin: 0px 16px;
	height: 33px;
	line-height: 26px;
	color: rgb(255,255,255);
	opacity: 0.95;
	float: right;
}

@media(max-width:1024px) {
.taourl {
	display: none
}
}
#divFollow dd dl {
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
	margin: 0;
	padding: 15px 0 5px 0;
}
#divFollow dd dt {
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
#divFollow dt a {
	display: block;
	overflow: hidden;
}
#divFollow dd dt img {
	width: 100px;
	height: 70px;
	margin: 0 0 10px 0;
}
#divFollow dd dd h4 {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-size: 14px;
	font-weight: 100;
}
#divFollow dd dd p {
	overflow: hidden;
	padding: 5px 0 0 0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #777;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#divFollow .function_t::before {
	content: '\f06d';
}
.widgetuser {
	clear: both;
	position: relative;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #eaeaea;
	overflow: hidden;
	margin-top: 24px;
}
.avatar {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	box-shadow: inset 0 -1px 0 #3333sf !important;
	-webkit-box-shadow: inset 0 -1px 0 #3333sf !important;
	-webkit-transition: 0.4s !important;
	-webkit-transition: -webkit-transform 0.4s ease-out !important;
	transition: transform 0.4s ease-out !important;
	-moz-transition: -moz-transform 0.4s ease-out !important;
}
.avatar:hover {
	box-shadow: 0 0 10px #fff !important;
rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1) !important;
	-webkit-box-shadow: 0 0 10px #fff;
rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1) !important;
	transform: rotateZ(1080deg) !important;
	-webkit-transform: rotateZ(1080deg) !important;
	-moz-transform: rotateZ(1080deg) !important;
}
.usercenter .tbox dd {
	height: 370px;
	display: none;
}
.usercenter .tbox dd#loading {
	display: block;
	text-align: center;
	line-height: 200px;
	letter-spacing: 2px;
	color: #999999;
}
.userlogin {
	padding-top: 38px;
	padding-right: 33px;
	padding-bottom: 28px;
	padding-left: 33px;
}
.userlogin .fb {
	height: 37px;
}
.userlogin .fb span {
	float: left;
	width: 60px;
	text-align: right;
	padding-right: 6px;
	color: #888;
}
.userlogin .fb img {
	vertical-align: middle;
	margin-left: 5px;
}
.userlogin .submit {
	text-align: center;
	padding-top: 3px;
}
.userlogin .submit a {
	color: #999999;
	margin-left: 7px;
}
.userinfo {
}
.userinfo .welcome {
	width: 220px;
	height: 24px;
	margin: 12px auto;
	background: #F9F9F9;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	line-height: 23px;
	text-indent: 10px;
	color: #666;
}
.userinfo .welcome strong {
	color: #F60;
	font-weight: bold;
}
.userinfo .userface {
	width: 120px;
	height: 110px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 2px;
	float: left;
}
.userinfo .userface a {
	display: block;
	margin: 0px auto;
	text-align: center;
}
.userinfo .userface a img {
	width: 90px;
	height: 90px;
	display: block;
	margin: 10px 10px 10px 20px;
	padding: 2px;
	border: 1px solid #DDD;
}
.userinfo .mylink {
	width: 184px;
	float: left;
	overflow: hidden;
}
.userinfo .mylink ul {
}
.userinfo .mylink ul li {
	width: 70px;
	float: left;
	line-height: 28px;
	list-style: none;
}
.userinfo .mylink ul li a {
	color: #666;
	font: 16px/28px Microsoft Yahei;
}
.userinfo .uclink {
	height: 41px;
	line-height: 31px;
	clear: both;
	overflow: hidden;
	text-align: center;
	color: #DDD;
}
.userinfo .uclink a {
	color: #690;
	margin: 0px 2px;
}
.latestlogin {
	padding-top: 16px;
}
.latestlogin strong {
	width: 102px;
	padding-left: 6px;
	letter-spacing: 1px;
	color: #555;
	display: block;
	line-height: 21px;
	background: #FFF;
	position: relative;
	z-index: 5;
}
.latestlogin ul {
	width: 224px;
	border-top: 1px solid #C5DDBC;
	padding-top: 20px;
	z-index: 3;
	margin: -12px auto 0px;
}
.entry1 {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	overflow: hidden;
}
.entry1 .vote {
	position: relative;
	clear: both;
}
.entry1 .status.align-left {
	width: auto;
	left: 50%;
	margin-left: -60px;
	top: 50px;
}
.entry1 .align-left {
	float: none;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
}
.entry1 .align-left .action-like {
	width: 49%;
}
.entry1 .align-left .action-like a {
	float: right;
	padding: 8px 20px;
	border: 1px solid #eee;
}
.entry1 .align-left .action-like a:hover {
	border: 1px solid #FF8402;
}
.entry1 .align-left .action-unlike a {
	float: left;
	padding: 8px 20px;
	border: 1px solid #eee;
}
.entry1 .align-left .action-unlike a:hover {
	border: 1px solid #0074CE;
}
.entry1 p {
	padding: 16px 2px 3px 2px;
	word-wrap: break-word;
	font-size: 18px;
	line-height: 190%;
	color: #666;
	overflow: hidden;
}
.entry1 .products1 {
	float: right;
	width: 100% !important;
	height: auto;
	margin: 5px 0 15px 15px;
	max-width: 300px !important;
}
.entry1 .products1 .thumb1 {
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.entry1 .products1 .thumb1 img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block !important;
	border-radius: 4px 4px 0 0;
	text-align: center !important;
	margin: 0px auto !important;
}
.entry1 .products1 .price1 {
	font-size: 1.2em;
	background: #F04848;
	color: #fff;
	text-align: center;
}
.entry1 .products1 .gobuy1 {
	float: none;
	font-size: 1em;
}
.entry1 .products1 .gobuy1 a {
	display: block;
	width: 100%;
	height: 33px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #9563C9;
	border-radius: 0 0 4px 4px;
}

@media(max-width:767px) {
.entry1 p {
	padding: 16px 2px 3px 2px;
	word-wrap: break-word;
	font-size: 18px;
	line-height: 190%;
	color: #666;
	overflow: hidden;
}
.entry1 .products1 {
	float: right;
	width: 100% !important;
	height: auto;
	margin: 5px 0 15px 15px;
	max-width: 767px !important;
}
.entry1 .products1 .thumb1 {
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.entry1 .products1 .thumb1 img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block !important;
	border-radius: 4px 4px 0 0;
	text-align: center !important;
	margin: 0px auto !important;
}
.entry1 .products1 .price1 {
	font-size: 1.2em;
	background: #F04848;
	color: #fff;
	text-align: center;
}
.entry1 .products1 .gobuy1 {
	float: none;
	font-size: 1em;
}
.entry1 .products1 .gobuy1 a {
	display: block;
	width: 100%;
	height: 33px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #9563C9;
	border-radius: 0 0 4px 4px;
}
}
.gobuy2 a {
	margin: 0 auto;
	padding: 4px 8px;
	border-radius: 5px;
	font: 16px/28px Microsoft Yahei;
	background: #f40 none repeat scroll 0% 0%;
	border: 0px none;
	height: 36px;
	line-height: 26px;
	color: rgb(255,255,255);
	opacity: 0.95;
	display: block;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
@media (max-width:767px) {
ul.nav ul {
	display: block !important;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none
}
.navbar .container ul {
	margin: 0 0 0 0 !important;
	padding: 0px;
}
.navbar .navbar-nav > .current-menu-item a {
	background-color: #333;
	border-bottom: 1px solid #444 !important;
	padding: 15px 25px;
	font-size: 16px;
	color: #fff !important;
}
ul.nav ul li {
	border-bottom: 1px solid #888 !important;
	position: relative;
	float: none;
	background: #333;
}
.sub-menu {
	position: relative !important;
	top: 0;
	box-shadow: none !important;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0;
	width: auto;
	margin: 0 0 0 10px;
	font-size: 12px !important;
	padding: 0;
	font-weight: normal !important;
	padding: 12px 1px !important;
}
}
