body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, input, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, #footer, #header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html, body {
	color: #444;
	background-color: #EEE;
}
body::-webkit-scrollbar {
 width:8px;
 height:8px;
 background:#CCC;
}
body::-webkit-scrollbar-button {
 display:none;
}
body::-webkit-scrollbar-track-piece {
 display:none;
}
body::-webkit-scrollbar-thumb {
 background:#999;
}
a {
	cursor: pointer;
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
}
li {
	display: list-item;
	list-style: none;
	text-align: -webkit-match-parent;
}
body, input, button, textarea, select {
	font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.bdh165{height:165px;}
.container {
	max-width: 1280px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
}
/*禁止文字选中
.user-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/
.new-content{ padding-bottom: 30px; }
.pages{padding: 15px 0; margin-top: 15px; }

 @media (min-width: 1366px) {
.container {
	width: 1280px;
}
}
/*导航样式开始*/
.header {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 190px;
	background-color: #f6f6f6;
	z-index: 99;
	display: block;
}
.header .logo a {
	display: block;
	overflow: hidden;
	height: 124px;
	line-height: 300px;
	background: url(/statics/img/logo.png) center top no-repeat,
				url(/statics/img/ditu.jpg) center bottom no-repeat,
				url(/statics/img/logo.png) center top repeat-y;
}
.header .logo a {
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.header .logo a:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.hidden-xs-nav, .header-xs-nav {
	color: #444;
	font-size: 16px;
	border-bottom: #E4E4E4 solid 1px;
}
.hidden-xs-nav span, .header-xs-nav span {
	margin: 0px 10px;
}
.hidden-xs-nav li a, .header-xs-nav li a {
	color: #666;
}
.hidden-xs-nav li a:hover, .header-xs-nav li a:hover {
	background: #FFFFFF;
}
.header-xs-logo {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 100;
	background: #3399CC url(../images/logo.png) no-repeat 50% 50%;
}
.header-xs-logo .navbar-toggle {
	padding: 0px;
}
#header-xs-menu {
	background-color: #f6f6f6;
}
/*左侧关注样式开始*/
.header .feeds {
	padding: 15px 0 15px 15px;
	overflow: hidden;
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
	line-height: 28px;
}
.header .feeds .feed {
	opacity: 0.8;
	color: #666;
	font-size: 14px;
	display: inline-block;
	width: 48%;
	text-decoration: none;
}
.header .feeds i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	margin-right: 5px;
}
.header .feeds .feed-xlweibo i {
	background: #FF5E52;
}
.header .feeds .feed-xlweibo:hover {
	color: #FF5E52;
	opacity: 1;
}
.header .feeds .feed-txweibo i {
	background: #1FAEFF;
}
.header .feeds .feed-txweibo:hover {
	color: #1FAEFF;
	opacity: 1;
}
.header .feeds .feed-rss i {
	background: #F1B305;
}
.header .feeds .feed-rss:hover {
	color: #F1B305;
	opacity: 1;
}
.header .feeds .feed-weixin i {
	background: #4BC916;
}
.header .feeds .feed-weixin:hover {
	color: #4BC916;
	opacity: 1;
}
.header .wall {
	margin-top: 10px;
	text-align: center;
	color: #666;
	font-size: 12px;
}
.header .wall a {
	opacity: 0.7;
	color: #666;
	text-decoration: none;
}
.header .wall a:hover {
	opacity: 1;
}
/*内容样式开始*/
.content-wrap {
	width: 100%;
	float: left;
}

/*版权申明样式开始*/
.avowtitle {
    float: left;
    background: url(/template/default/index/images/avow.png) no-repeat;
    width: 22px;
    height: 42px;
    display: inline;
    margin-right: 10px;
}

.avow {
    background-color: #F2F2F2;
    border: 1px solid #E8E8E8;
    padding: 15px 10px;
}
	
.content {
	margin-right: 320px;
	margin-left: 190px;
	padding: 4px 20px 0;
	min-height: 800px;
	overflow: hidden;
}
 @media (max-width: 1199px) {
.content {
	margin-right: 0px;
	padding: 10px 15px 0;
}
}
 @media (max-width: 767px) {
.content {
	margin: 0px;
	padding: 10px 8px 0;
}
}
/*banner样式开始*/
.carousel-control {
	position: absolute;
	width: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: none;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-indicators {
	position: absolute;
	bottom: 7px;
	z-index: 15;
	width: 78%;
	padding-left: 0;
	margin-left: -30%;
	text-align: right;
	list-style: none;
}
.carousel-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	z-index: 9;
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: .7;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	text-align: left;
	padding: 10px;
	margin-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 16px;
}
/*内容公共样式*/
.content .content-block {
	clear: both;
	margin: 10px 0;
	position: relative;
}
.content .content-block h2 {
	line-height: 32px;
	color: #666;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 2px solid #EEE;
}
.content .content-block .title strong {
	border-bottom: 2px solid #3399CC;
	display: inline-block;
	position: relative;
	bottom: -2px;
	font-weight: normal;
}
/*热门推荐样式开始*/
.hot-content {
	overflow: hidden;
	margin-bottom: 10px;
}
.hot-content ul {
	list-style: none;
	margin: 0;
	padding-left: 50%;
}
.hot-content li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.hot-content a {
    margin-left: 10px;
    display: block;
    overflow: hidden;
    height: 128px;
    position: relative;
}
.hot-content img {
	width: 100%;
	height: 100%;
}
.hot-content li.large {
	width: 100%;
	float: left;
	margin-left: -100%;
}
.hot-content li.large a {
	height: 266px;
	margin-left: 0;
}
.hot-content h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px 10px 0;
	height: 41px;
	overflow: hidden;
	background-color: #656565;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	margin: 0;
	font-size: 12px;
	line-height: 17px;
	display: none;/*
	文字超出显示省略号
	text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
	white-space:nowrap;*/
}
.hot-content .large h3 {
	font-size: 16px;
	line-height: 34px;
}
.hot-content h3:hover {
	background-color: #3399CC;
	color: #FFFFCC;
	opacity: 0.9;
}
/*最新文章样式开始*/
.news-list {
	float: left;
	width: 100%;
	padding: 10px 5px;
	border-bottom: solid 1px #f0f0f0;
	margin: 0px;
	text-decoration: none;
}
.news-img img {
	width: 100%;
	padding: 0px;
	margin: 0px;/*width:216px;
  height:140px;*/
}
.news-info {
	overflow: hidden;
	padding: 0px;
	display: block;
	position: relative;
}
.news-info dl {
	float: right;
	width: 100%;
	margin-bottom: 0px;
}
.news-info dl dt {
	float: left;
	width: 100%;
	padding-bottom: 6px;
	overflow: hidden;
}
.news-info dl dt a {
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 18px;
	color: #444;
}
.news-info dl dt a:hover {
	color: #555;
}
.news-info dd, .news-info span {
	cursor: default;
}
.news-info .name {
	float: left;
	padding-left: 18px;
	padding-right: 4px;
	height: 20px;
	background: url(../images/news-icon.png) no-repeat left 3px;
}
.news-info .name a {
	display: inline-block;
	color: #3399CC;
}
.news-info .identity {
	float: left;
	height: 12px;
	padding: 5px 25px 0 0;
}
.news-info a.name{
	color: #b8b8b8;
}
.news-info .time {
	float: left;
	padding-left: 18px;
	color: #b8b8b8;
	background: url(../images/news-icon.png) no-repeat left -28px;
}
.news-info .text {
	float: left;
	width: 100%;
	margin: 10px 0;
	font-size: 12px;
	word-wrap: break-word;
}
.news-info .news_bot {
	padding: 0px;
	bottom: 0;
	left: 0;
	color: #666;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 10px;
	width: 100%;
	z-index: 2;
}
.news-info .tags {
	float: left;
}
.content .tags a {
	display: inline-block;
	color: #666666;
	padding: 2px 8px;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
	text-decoration: none;
}
.news-info .look {
	float: right;
	line-height: 22px;
}
.news-info .look strong {
	font-weight: normal;
	color: #3399CC;
}
 @media (max-width: 479px) {
.news-list .news-img {
	width: 100%;
	height: auto;
}
.news-list .news-info dl dt {
	margin-top: 10px;
}
.news-list .news-info {
	width: 100%;
	padding: 0 15px;
}
}
/*首页内容分页样式开始*/
.news-more {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.news-more a {
	display: inline-block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
	background: #3399CC;
	color: #FFFFCC;
	border-radius: 50px;
	opacity: .9;
}
.news-more a:hover {
	color: #FFF;
	background: #3399CC;
	opacity: 1;
}
.quotes {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #AAA;
}
.quotes span, .quotes a {
	padding: 6px 12px;
	margin: 0 3px;
	background: #DDD;
	border-radius: 5px;
}
.quotes a {
	color: #666;
	text-decoration: none;
}
.quotes a:hover {
	opacity: 1;
	color: #FFFFFF;
	background: #3399CC;
	opacity: 0.8;
}
.quotes .disabled {
	cursor: not-allowed;
}
.quotes .current {
	background: #3399CC;
	color: #FFFFCC;
	cursor: default;
}
/*文章头部样式开始*/
.content .news_header h1 {
	display: block;
	font-size: 22px;
	padding: 20px 0 10px;
	color: #333333;
	font-weight: bold;
	cursor: default;
}
.content .news_header h1:hover {
	cursor: pointer;
	color: #3399CC;
}
.content .news_header ul {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999999;
	height:40px;
}
.content .news_header ul li {
	display: block;
	float: left;
	height:40px;
	line-height: 40px;
	cursor: default;
}
.content .news_header ul li.article-btn{
	float:right;
}
.content .news_header ul li.article-btn .a-btn a{
	color:#3399CC;
	margin-right:10px;
}
@media (max-width:995px) {
	.content .news_header ul li.article-btn{
		display: none;
	}
}
/*文章正文样式开始*/
.content .news_content {
	border-top: 2px solid #EEE;
	clear: both;
	font-size: 16px;
	line-height: 25px;
	word-wrap: break-word;
	padding: 10px 0;
	text-indent: 2em;
}
.content .news_content p {
	margin: 2px 0px;
}
.content .news_content img {
	display: block;
	max-width: 88%;
	height: auto;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	min-width: 88%;
}
/*文章转载说明样式开始*/
.content .reprint {
	clear: both;
	background-color: #f2f2f2;
	font-size: 12px;
	color: #999;
	padding: 6px 15px 5px;
	border-radius: 2px;
	text-align: center;
}
.content .reprint a {
	color: #888;
	text-decoration: none;
}
.content .reprint a:hover {
	color: #3399CC;
}
/*文章 赞 样式开始*/
.content .zambia {
	margin: 20px 0;
	text-align: center;
}
.content .zambia a {
	background: #3399CC;
	position: relative;
	padding: 12px 25px;
	display: inline-block;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.content .zambia a span {
	top: 2px;
}
/*文章标签样式开始*/
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: rgba(51,153,204,0.90);
}
.content .news_tags {
	text-align: center;
	margin-bottom: 20px;
}
/*文章上一篇下一篇样式开始*/
.content .page-nav {
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
	color: #BBB;
	clear: both;
}
.content .page-nav span {
	float: left;
	position: relative;
	width: 50%;
}
.content .page-nav span.page-nav-next {
	float: right;
	text-align: right;
}
.content .page-nav a {
	color: #999;
	margin-right: 10px;
	display: inline-block;
}
.content .page-nav span.page-nav-next a {
	margin-left: 10px;
	margin-right: 0;
}
.content .page-nav a {
	color: #888;
	text-decoration: none;
}
.content .page-nav a:hover {
	color: #3399CC;
}
/*相关推荐样式开始*/
.related-content {
	overflow: hidden;
	margin-bottom: 10px;
}
.related-content ul {
	list-style: none;
	margin: 0;
}
.related-content li {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
.related-content a {
	margin: 0 3px;
	display: block;
	overflow: hidden;
	height: 128px;
	position: relative;
}
.related-content img {
	width: 100%;
	height: 100%;
}
.related-content h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px 10px 0;
	height: 41px;
	overflow: hidden;
	background-color: #656565;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	margin: 0;
	font-size: 12px;
	line-height: 17px;
	display: none;
}
.related-content h3:hover {
	background-color: #3399CC;
	color: #FFFFCC;
	opacity: 0.9;
}
/*文章评论样式开始*/
.content .comment .comment-title{
	margin-bottom:10px;
	color:#777;
}
.content .comment .comment-title .form-group input:focus{
	border:#CCC solid 1px;
}
 @media (min-width: 767px) {
.content .comment .comment-title .form-group{
	width:49%;
}
.content .comment .comment-title .form-group input{
	width:80%;
}
}
.content .comment .comment-form {
	width: 100%;
	height: auto;
	border: #CCC 1px solid;
	border-radius: 2px;
	padding: 5px 5px 0;
	margin-bottom:10px;
}
.content .comment .comment-form textarea {
	border: none;
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
	outline: none;
	resize: none;
	padding: 0;
	color: #555;
	height: 80px;
}
textarea::-webkit-scrollbar {
 width:6px;
 height:6px;
 background:#FFFFCC;
 border-radius:3px;
}
textarea::-webkit-scrollbar-button {
 display:none;
}
textarea::-webkit-scrollbar-track-piece {
 display:none;
}
textarea::-webkit-scrollbar-thumb {
 background:#3399CC;
 border-radius:3px;
}
/*文章评论底部样式开始*/
.content .comment .comment-form-footer {
	background: #EEE;
	margin:0 -5px;
	position:relative;
}
.content .comment .comment-form-text{
	float:left;
	line-height:32px;
	font-size:13px;
	color:#777;
	margin-left:5px;
}
.content .comment .comment-form-text a {
	color: #555;
	text-decoration: none;
}
.content .comment .comment-form-text a:hover {
	color: #3399CC;
}

 @media (max-width: 380px) {
.content .comment .comment-form-text{
	display:none;
}
}
.content .comment .comment-form-btn{
	text-align:right;
}
.content .comment .btn-comment {
	border-radius: 0px;
	background: #3399CC;
	color: #FFF;
	border: none;
}
.content .comment .btn-comment:hover {
	background: #EEE;
	color: #3399CC;
	border: none;
}
/*文章评论内容样式开始*/
.content .comment .comment-content{
	clear:both;
	margin:0 3px 20px;
}
.content .comment .comment-content ul li{
	margin:5px 0px;
	cursor:pointer;
	padding:5px 0;
}
.content .comment .comment-content ul li:hover{
	background: rgba(223,223,223,0.20);
}
.content .comment .comment-content ul li .face {
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
}
.content .comment .comment-content ul li .face img {
	border-radius: 50%;
	width: 36px;
	height: 36px;
}
.content .comment .comment-content ul li .text {
	padding-left:5px;
	display:block;
	font-size: 12px;
	color: #AAA;
	overflow:hidden;
	word-wrap: break-word;
}
.content .comment .comment-content ul li .text strong {
	color: #777;
	font-weight: 100;
}
/*标签云样式开始*/
.content .tags-content .tags{
	display:block;
	text-align:center;
	margin:5px 0px;
	overflow:hidden;
}
.content .tags-content div p{
	word-wrap:break-word;
	line-height:1.2em;
	opacity:.8;
	font-size:12px;
	height:5em;
	overflow-y:auto;
}
.content .tags-content div p::-webkit-scrollbar {
 display:none;
}
/*读者墙样式开始*/
.content .face-block .face {
	width: 36px;
	height: 36px;
	padding-bottom:10px;
	margin:0 1px;
}
.content .face-block .face img {
	border-radius: 50%;
	width: 36px;
	height: 36px;
}
/*关于我们样式开始*/
.content .about-content p,.content .contact-content p{
	line-height:1.8em;
	padding:0 3px;
	color: #777;
	text-indent:2em;
}
.content .about-content .line-title{
	font-size:15px;
	font-weight:600;
	color:#666;
	text-indent:0;
}
.content .about-content .line-title span{
	color:#3399CC;
	padding:0 3px;
	font-weight:bold;
	font-size:17px;
}
.content .contact-content p span{
	width:6em;
	text-align:left;
	text-indent:0;
	display:inline-block;
}
.content .contact-content p a{
	text-decoration:none;
	font-weight:bold;
	color:#777;
}
.content .contact-content p a:hover{
	color:#3399CC;
}
/*友情链接样式开始*/
.content .friendly-content div{
	word-wrap:break-word;
	margin-bottom:15px;
}
.content .friendly-content div span a {
	display: inline-block;
	width:100%;
	text-align:center;
	line-height:2em;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	text-decoration: none;
	color:#444;
	margin-bottom:8px;
}
.content .friendly-content div p{
	word-wrap:break-word;
	line-height:1.2em;
	opacity:.8;
	font-size:12px;
	height:6em;
	overflow-y:auto;
	color:#777;
}
.content .friendly-content div p::-webkit-scrollbar {
 display:none;
}
/*右侧样式开始*/
.sidebar {
	float: left;
	margin-left: -320px;
	width: 300px;
	position: relative;
	padding-top: 4px;
}
/*侧边栏公共样式开始*/
.sidebar .sidebar-block {
	clear: both;
	margin-bottom: 20px;
	position: relative;
}
.sidebar .sidebar-block h2 {
	line-height: 32px;
	color: #666;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 2px solid #EEE;
}
.sidebar .sidebar-block .title strong {
	border-bottom: 2px solid #3399CC;
	display: inline-block;
	position: relative;
	bottom: -2px;
	font-weight: normal;
}
.sidebar .sidebar-block ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.sidebar .sidebar-block ul li a {
	border-bottom: solid 1px #EEE;
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 14px;
	color: #666;
	padding: 8px 0px 0px 3px;
	min-height: 76px;
	text-decoration: none;
}
.sidebar .sidebar-block ul li a:hover {
	background: rgba(223,223,223,0.20);
}
/*每日一句开始*/
.sidebar .sentence {
	margin-bottom: 20px;
	position: relative;
	padding: 30px 10px 10px 10px;
	border: 1px solid #EEE;
	cursor: default;
}
.sidebar .sentence:hover {
	border: 1px solid #3399CC;
	cursor: pointer;
}
.sidebar .sentence strong {
	background: #3399CC;
	color: #FFF;
	font-size: 14px;
	font-weight: 100;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.sidebar .sentence a.quanguo{
	background: #3399CC;
	color: #FFF;
	font-size: 14px;
	font-weight: 100;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.sidebar .sentence h2 {
	color: #3399CC;
	font-size: 20px;
	margin: 10px 0px;
}
.sidebar .sentence p {
	font-size: 12px;
	color: #AAA;
}
/*搜索表单样式开始*/
.sidebar .search {
	position: absolute;
	width: 300px;
}
.shadow {
	z-index: 10;
	padding: 0 10px;
	background: #FFFFFF;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: rgba(51,153,204,0.50) 1px solid;
	box-shadow: 0 0 5px rgba(51,153,204,0.30);
	-webkit-box-shadow: 0 0 5px rgba(51,153,204,0.30);
	-moz-box-shadow: 0 0 5px rgba(51,153,204,0.30);
}
.navbar-form {
	padding: 5px 0 0 0;
}
.form-control {
	padding: 5px 5px 5px 10px;
	border-radius: 0px;
}
.form-control:focus {
	border: #3399CC solid 1px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.btn-search {
	border-radius: 0px;
	background: #3399CC;
	color: #FFF;
	border: #3399CC solid 1px;
}
.btn-search:hover {
	background: #FFF;
	color: #3399CC;
	border: #3399CC solid 1px;
}
/*热门推荐样式开始*/
.sidebar .recommend {
	margin-top: 125px;/*由于搜索块绝对定位，所以必须加此属性*/
}
.sidebar .recommend ul li a:hover {
	color: #3399CC;
}
.sidebar .recommend ul li a {
	padding-right: 90px;
}
.sidebar .recommend ul li .thumb {
	position: absolute;
	right: 3px;
	display: inline;
}
.sidebar .recommend ul li img {
	width: 80px;
	height: 60px;
	border-radius: 2px;
}
.sidebar .recommend ul li .text {
	margin-top: 1px;
	display: block;
	line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar .recommend ul li .text-muted {
	margin-right: 20px;
	font-size: 12px;
	color: #AAA;
}
/*最新评论样式开始*/
.sidebar .comment ul li .face {
	float: left;
	position: relative;
	bottom: -4px;
	width: 36px;
	height: 36px;
}
.sidebar .comment ul li .face img {
	border-radius: 50%;
	width: 36px;
	height: 36px;
}
.sidebar .comment ul li .text {
	display: block;
	padding-left: 42px;
	font-size: 12px;
	color: #AAA;
}
.sidebar .comment ul li .text strong {
	color: #777;
	font-weight: bold;
}
/*提示的样式开始*/
.tooltip .tooltip-inner {
	color: #FFFFCC;
	background: rgba(51,153,204,0.90);
}
.tooltip.top .tooltip-arrow {
	border-top-color: rgba(51,153,204,0.90);
}
/*底部样式开始*/
.footer {
	clear: both;
	color: #AAA;
	position: relative;
	margin-left: 215px;
	margin-right: 20px;
	padding: 20px 0 30px 20px;
	border-top: 2px solid #eee;
	font-size: 12px;
}
.footer a {
	color: #AAA;
	text-decoration: none;
}
.footer a:hover {
	color: #666;
}
 @media (max-width: 767px) {
.footer {
	margin: 0px 20px;
}
}
 @media (max-width: 560px) {
.footer span {
	display: block;
}
}
/*返回顶部样式开始*/
.gotop {
	position: fixed;
	right: 25px;
	bottom: 25px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/backtop.png) no-repeat 0 0;
	opacity: 0.5;
}
.gotop:hover {
	background: url(../images/backtop.png) no-repeat 0 -52px;
}
.right-diqu-box .box-list{padding-top:12px;}
.right-diqu-box .box-list a{font-size:13px;line-height: 1.8;color:#555555;margin-right:5px;word-break: keep-all;}
/*会员中心*/
.user-box-content{margin-right:0;background-color:#eee}
.ProfileHeader{background:#fff;overflow:hidden;border-radius:2px;-webkit-box-shadow:0 0 3px rgb(18 18 18 / 10%);box-shadow:0 0 3px rgb(18 18 18 / 10%);-webkit-box-sizing:border-box;box-sizing:border-box}
.ProfileHeader-main{position:relative;width:100%;background:#fff;padding:0 20px 20px}
.ProfileHeader-main *{-webkit-box-sizing:border-box;box-sizing:border-box;color:#121212}
.ProfileHeader-main .UserAvatar{margin-top:-25px;border:4px solid #fff;display:inline-block;overflow:hidden;vertical-align:top;background-color:#fff;border-radius:8px}
.ProfileHeader-main .ProfileHeader-content{padding-top:16px;padding-left:20px;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}
.ProfileHeader-main .ProfileHeader-content .ProfileHeader-title{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}
.ProfileHeader-main .ProfileHeader-content .ProfileHeader-name{font-size:26px;font-weight:600;font-synthesis:style;line-height:30px}
.ProfileHeader-main .ProfileHeader-content .ProfileHeader-headline{margin-left:12px;font-size:16px;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-word;line-height:1.6}
.UserCover{height:80px;background:#999;border-top-right-radius:1px;border-top-left-radius:1px;-webkit-transition:height .3s;transition:height .3s;overflow:hidden;position:relative}
.ProfileHeader-contentFooter{position:relative;padding-top:8px;width:100%;justify-content:space-between}
.Button{background-color:transparent;border:none;border-radius:0;height:auto;padding:0;display:inline-block;padding:0 16px;font-size:14px;line-height:30px;text-align:center;cursor:pointer;background:0 0;border:1px solid;border-radius:3px;color:#8590a6;outline:none;}
.ProfileHeader-expandButton{line-height:1}
.Button-plain{height:32px;line-height:32px;padding:0;line-height:inherit;background-color:transparent;border:none;border-radius:0;align-items:center}
.Button-blue{color:#fff;background-color:#056de8;min-width:96px;border-color:#056de8;display:inline-block;padding:0 16px;font-size:14px;line-height:32px;text-align:center;cursor:pointer;border:1px solid;border-radius:3px;align-items:center}
.Button-withLabel{align-items:center;margin-left:16px;color:#8590a6;border-color:#8590a6}
.flex{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.Profile-main{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:100vh;margin:10px auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.Profile-main .main-left{width:66%;background:#fff;border-radius:2px;-webkit-box-shadow:0 0 3px rgb(18 18 18 / 10%);box-shadow:0 0 3px rgb(18 18 18 / 10%);-webkit-box-sizing:border-box;box-sizing:border-box}
.Profile-main .main-right{width:calc(34% - 10px);background:none;border-radius:2px;-webkit-box-shadow:0 0 3px rgb(18 18 18 / 10%);box-shadow:0 0 3px rgb(18 18 18 / 10%)}
.ProfileMain-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-color:transparent transparent}
.ProfileMain-tabs{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}
.ProfileMain-tabs .Tabs-item{-ms-flex-negative:0;flex-shrink:0;padding:0 12px}
.Tabs-item{display:inline-block;padding:0 20px}
.Tabs-item a:hover{text-decoration:none}
.Tabs-link{position:relative;display:inline-block;padding:14px 0;font-size:16px;line-height:22px;color:#121212;text-align:center}
.Tabs-link.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;background:#056de8;content:""}
.ProfileMain-tabs{border-bottom:1px solid #f6f6f6}
.ProfileMain-tabs .is-active{font-weight:600;font-synthesis:style}
.Card{background:#fff;overflow:hidden;border-radius:2px;-webkit-box-shadow:0 1px 3px rgb(18 18 18 / 10%);box-shadow:0 1px 3px rgb(18 18 18 / 10%);-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:10px;}
.Card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;padding:0 20px;border-bottom:1px solid #f6f6f6;-webkit-box-sizing:border-box;box-sizing:border-box}
.Card-headerText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-synthesis:style}
.Card-list{padding:12px 0}
.Cart-item{box-sizing:border-box;margin:0;min-width:0;padding:6px 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.Cart-item-li{box-sizing:border-box;margin:0;min-width:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:8px}
.css-vurnku{box-sizing:border-box;margin:0;min-width:0}
.css-sdj8kh{box-sizing:border-box;margin:0;min-width:0;margin-top:6px;font-size:14px;color:#8590a6}
.List-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;margin:0 20px;border-bottom:1px solid #f6f6f6;-webkit-box-sizing:border-box;box-sizing:border-box}
.List-headerText{font-weight:600;font-synthesis:style;font-size:15px}
.aList-item-box{padding:0 20px}
.aList-item-box .aList-item{padding:15px 0;position:relative}
.aList-item+.aList-item:after{position:absolute;left:0;right:0;top:0;display:block;border-bottom:1px solid #f6f6f6;content:""}
.aList-item-box .aList-item h2{line-height:1.6;margin:0;font:inherit;color:inherit;text-decoration:none}
.aList-item-box .aList-item h2 a{display:block;color:#121212;font-size:18px;font-weight:600;font-synthesis:style}
.aList-item-box .aList-item .pic{position:relative;z-index:1;width:190px;height:105px;overflow:hidden;background-position:50%;background-size:cover;border-radius:4px;-webkit-transform:translateZ(0);transform:translateZ(0)}
.aList-item-box .aList-item .pic img{position:absolute;top:50%;left:50%;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}
.aList-item-box .aList-item .tit-box{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;padding-left:18px}
.aList-item-box .aList-item .tit-box.nopic{padding-left:10px;}
.aList-item-box .aList-item .RichContent{padding-top:15px;}
.RichContent-footer>*{-ms-flex-negative:0;flex-shrink:0}
.VoteButton{padding:0 10px;background:rgba(5,109,232,.1);border-color:transparent}
.VoteButton span{margin-right:5px;}
.VoteButton--down{margin-left:4px}
.ContentItem-action{margin-left:24px;font-size:14px;align-items: center;}
.ContentItem-action button{align-items:center}
.ContentItem-action span{margin-right:5px;}
.RichContent-footer{padding-top:10px}
.user-pages{padding:30px 20px 30px}
.user-pages .pagination{height:auto;padding:0;margin:0;justify-content:center;display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.Card-list-box{padding:12px 20px 0px;font-size: 14px;color: #8590a6;line-height: 1.5;}
.ProfileHeader-detail{width:100%;font-size:14px;line-height:1.8;color:#121212;height:55px;overflow:hidden}
.ProfileHeader-detailItem{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}
.ProfileHeader-detailLabel{width:62px;margin-right:37px;font-weight:600;font-synthesis:style}
.ProfileHeader-detailValue{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;overflow:hidden}
.user-desc-down.on span{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}
@media (max-width:1000px) {
	.Profile-main{flex-direction: column;}
	.Profile-main .main-left{width: 100%;}
	.Profile-main .main-right{width: 100%;margin-top:10px;}
	.user-pages .pagination{flex-wrap: wrap;}
}
@media (max-width:991px) {
	.ProfileHeader-contentFooter{flex-direction: column;}
}
@media (max-width:750px) {
	.aList-item-box .aList-item .tit-box.nopic{
		height:103px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
	}
}