/*****************************
                    v?=20181029
*****************************/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: #3183CD;
	height: 40px;
	line-height: 1.567;
	min-width: 1180px
}

.logo-txt {
	display: inline-block;
	padding-left: 10px
}

.logo-txt .am-icon-home {
	font-size: 1.6rem;
	color: #aaa
}

.am-icon-logo {
	width: 44px;
	height: 20px;
	background: url(../image/logo-txt.png) no-repeat 0 0;
	background-size: cover
}

.logo-txt:hover .am-icon-home {
	color: #ffc025
}

.logo-txt:hover .am-icon-logo {
	background-position: 0 -30px
}

.head-nav-list {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-left: 40px
}

.head-nav-list li {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	text-align: center
}

.head-nav-list a {
	color: #fff
}

.user-login {
	float: right;
	margin-right: 10px;
	font-size: 1rem;
	color: #fff;
	line-height: 2.5rem
}

.user-login a {
	font-size: .95rem;
	color: #fff
}

.top-nav-wrap {
	display: none;
	height: 40px;
	overflow: hidden;
	background: #f9f9f9
}

.top-nav::-webkit-scrollbar {
	display: none
}

.top-nav {
	height: 60px;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	overflow-y: hidden
}

.top-nav li {
	display: inline-block;
	line-height: 38px;
	font-size: 1rem;
	padding: 0 .8rem;
	color: #777;
	border-bottom: 2px solid transparent
}

.top-nav li.active {
	border-bottom-color: #3183CD
}

.main.area {
	margin-top: 50px;
	position: relative
}

.top-title {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 25px;
	padding-left: 10px
}

.top-title a:hover {
	color: #3183CD
}

.nav {
	width: 140px;
	height: auto;
	float: left;
	position: absolute;
	padding: 10px 0
}

.nav.active {
	position: fixed;
	top: 50px
}

.author-info {
	background: #fff;
	position: relative;
	padding-top: 58px;
	width: 138px;
	border: 1px #ddd solid
}

.author-pic {
	height: 70px;
	width: 70px;
	position: absolute;
	top: -22px;
	left: 35px
}

.author-pic .img-wrap {
	background: transparent
}

.author-pic img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #ddd
}

.author-info h4 {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 3px 15px 0
}

.author-info a:hover {
	color: #3183CD
}

.author-product {
	padding: 14px 2px 20px;
	height: 76px
}

.author-product dd {
	height: 42px;
	width: 66px;
	float: left;
	text-align: center;
	color: #666;
	line-height: 1
}

.author-product dd:first-child {
	border-right: 1px #eee solid
}

.author-num {
	color: #191919;
	font-size: 14px;
	display: block;
	height: 26px;
	line-height: 26px;
	vertical-align: middle
}

.author-more {
	height: 31px;
	background: #f9f9f9;
	text-align: center;
	line-height: 31px
}

.share-box {
	width: 140px;
	text-align: right;
	padding: 60px 10px 0 0
}

.share-style {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 5px
}

.share-style p {
	margin: 15px 0;
	color: #999;
	font-size: 14px
}

.share-style .bdsharebuttonbox a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 3px;
	background: url(../image/share.png) center center no-repeat;
	padding: 0;
	float: right
}

.share-style .bdsharebuttonbox a:nth-child(1) {
	background-position: 0 0
}

.share-style .bdsharebuttonbox a:nth-child(2) {
	background-position: 0 -32px
}

.share-style .bdsharebuttonbox a:nth-child(3) {
	background-position: 0 -64px
}

.container {
	width: 640px;
	position: relative;
	overflow: hidden;
	left: 180px
}

.article-box {
	padding: 0 10px
}

.article-title h1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 38px;
	color: #191919;
	overflow: hidden
}

.article-info {
	padding-top: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #999
}

.article-tag {
	float: right
}

.article-tag a {
	color: #539ff3
}

.article-tag a:not(:last-child):after {
	content: '/';
	display: inline;
	padding: 0 5px;
	color: #ccc;
	cursor: default
}

.article {
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.9;
	outline: 0;
	overflow-y: auto;
	tab-size: 4;
	-moz-tab-size: 4;
	text-align: left;
	word-wrap: break-word;
	width: 100%;
	padding-top: 10px
}

.article p {
	margin: .63em 0 1.8em 0
}

.article a {
	color: #3183CD;
	font-weight: 600
}

.article img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto
}

.article iframe {
	display: block;
	margin: 0 auto
}

.statement {
	color: #999;
	line-height: 16px;
	font-size: 12px
}

.article-pager {
	line-height: 28px;
	margin-top: 20px
}

.article-pager p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.article-pager a {
	color: #3183CD;
	opacity: .8
}

.article-pager a:hover {
	opacity: 1
}

.comment {
	margin: 30px 0
}

.comment-title {
	padding: 11px 0 7px;
	font-size: 16px;
	line-height: 24px
}

.comment-title .fl {
	padding-left: 10px;
	border-left: 4px solid #fdd000
}

.font-red {
	font-family: "Georgia Regular", Georgia;
	font-size: 22px;
	color: #d92227
}

.comment-area {
	margin: 15px 0;
	border: 1px solid #b7b7b7;
	height: 122px;
	position: relative
}

.comment-text {
	height: 85px;
	width: 100%;
	display: block;
	outline: 0;
	font-size: 14px;
	padding: 10px 15px;
	letter-spacing: 1px;
	color: #333;
	border: 0;
	resize: none
}

.comment-tool {
	height: 35px;
	background: #f8f8f8;
	position: relative
}

.tool {
	position: relative;
	float: left;
	padding: 5px;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none
}

.tool.active .tool-box {
	display: block
}

.tool-btn {
	font-size: 18px;
	cursor: pointer;
	padding: 3px 5px 1px 5px;
	border-radius: 2px
}

.tool-btn.active,
.tool-btn:hover {
	background: #ddd
}

.tool-box {
	display: none;
	padding: 10px 5px 10px 10px;
	border: 1px solid #ccc;
	position: absolute;
	left: -1px;
	bottom: 35px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto
}

.face-box {
	width: 250px;
	height: 150px
}

.face-box .emoji {
	cursor: pointer;
	margin: 2px
}

.submit-btn {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 90px;
	height: 35px;
	line-height: 35px;
	background: #d92227;
	color: #fff;
	text-align: center;
	cursor: pointer
}

.comment-list {
	padding: 10px 0
}

.comment-item {
	padding: 20px 0 11px;
	border-bottom: 1px dashed #e5e5e5
}

.comment-pic {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden
}

.comment-pic img {
	width: 50px;
	height: 50px
}

.comment-detail {
	padding-left: 65px
}

.comment-user {
	padding-bottom: 15px;
	color: #d92227;
	font-size: 13px
}

.comment-content {
	word-wrap: break-word;
	word-break: normal;
	padding: 0 7px 11px 0;
	line-height: 22px;
	font-size: 14px
}

.comment-nail {
	height: 16px;
	line-height: 16px;
	color: #7e7e7e
}

.comment-nail .am-icon-thumbs-up {
	cursor: pointer
}

.comment-nail .am-icon-thumbs-up:hover {
	color: #f90
}

.comment-more {
	margin-top: 22px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	color: #7e7e7e;
	background: #f8f8f8;
	border-radius: 20px
}

.comment-more:hover {
	color: #5d5d5d
}

.comment-more span {
	display: none
}

.comment-more .active {
	display: inline
}

.other-article-head {
	margin-bottom: 15px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	padding-left: 15px;
	color: #333;
	border-left: 4px solid #3183CD;
	font-weight: bold
}

.section {
	border-bottom: 1px #f0f0f0 solid;
	color: #191919
}

.title {
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	vertical-align: top;
	padding: 23px 20px 15px 0
}

.section a:hover {
	color: #3183CD
}

.tag {
	line-height: 20px;
	color: #777;
	padding: 13px 20px 10px 0
}

.section img {
	width: 100%;
	height: 100%;
	transition: transform .5s;
	-moz-transition: transform .5s;
	-webkit-transition: transform .5s;
	-o-transition: transform .5s
}

.section img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05)
}

.news-left {
	padding-top: 15px;
	width: 150px;
	height: 100px;
	float: left;
	overflow: hidden
}

.news-right {
	float: right;
	width: 470px
}

.search-box {
	margin: 10px 0;
	position: relative
}

.search-input {
	width: 100%;
	height: 40px;
	color: #999;
	font-size: 14px;
	border: 1px silver solid;
	padding-left: 10px;
	border-radius: 2px 0 0 2px;
	outline: 0
}

.search-input:focus {
	border-color: #3183CD;
	color: #191919
}

.search-btn {
	background: #3183CD;
	width: 70px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #fff;
	margin: 0;
	font-size: 1.3rem
}

.search-btn:hover {
	background: #007f3f
}

.aside {
	width: 340px
}

.float_div.active {
	position: fixed;
	top: 40px;
	background: #f9f9f9
}

.aaaddd-box {
	background-color: #f9f9f9;
	padding: 10px 20px;
	margin-bottom: 10px;
	width: 340px;
	height: 280px;
	overflow: hidden
}

.rec-box {
	border-top: 2px #3183CD solid;
	padding-bottom: 10px;
	height: auto;
	width: 340px;
	margin: 0 auto 10px;
	background: #f9f9f9
}

.rec-head {
	height: 35px;
	padding: 6px 0 0 20px;
	color: #191919;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px
}

.rec-list li {
	padding: 10px 20px
}

.rec-pic {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	float: left;
	margin-right: 10px;
	overflow: hidden
}

.hot-pic {
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 10px;
	overflow: hidden
}

.rec-pic img,
.hot-pic img {
	width: 100%;
	height: 100%;
	transition: transform .5s;
	-moz-transition: transform .5s;
	-webkit-transition: transform .5s;
	-o-transition: transform .5s
}

.rec-pic img:hover,
.hot-pic img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05)
}

.rec-title {
	color: #191919;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hot-title {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 44px
}

.rec-box a:hover {
	color: #3183CD
}

.reg-detail {
	color: #999;
	padding-top: 2px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 34px
}

.hot-read {
	text-align: right;
	padding-top: 4px;
	line-height: 1;
	color: #999
}

.fixed-box {
	position: fixed;
	bottom: 100px;
	left: 50%;
	margin-left: 600px;
	text-align: center
}

.fixed-box>a {
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: block;
	font-size: 14px
}

.sitemap {
	background: #898989;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #fff
}

.sitemap:hover {
	background-color: #565656
}

.submission {
	background: #3183CD;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #fff
}

.submission:hover {
	background: #1ca963
}

.fixed-box .to-top {
	display: none;
	line-height: 60px;
	background: #999
}

.fixed-box .to-top.active {
	display: block
}

.to-top i {
	display: inline-block;
	width: 24px;
	height: 12px;
	margin: 24px auto 0;
	background: url(../image/to-top.png) 0 -20px no-repeat;
	overflow: hidden
}

.to-top:hover {
	background: #666
}

footer {
	margin: 100px 0 30px 0
}

.footer-links {
	max-width: 1180px;
	margin: 0 auto;
	text-align: center
}

.footer-links li {
	display: inline-block;
	font-size: 14px
}

.footer-links a {
	padding: 5px 10px;
	color: #888
}

.footer-links li:after {
	content: '|';
	vertical-align: top
}

.footer-links li:last-child:after {
	content: ''
}

.friend-list {
	overflow: hidden;
	/*padding: 20px*/
}

.friend-list li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
}

.info-bar-box {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 26px;
	color: #999;
	background: #f5f5f5;
	padding: 13px;
}

.article-seo-words {
	padding: 5px;
	float: right;
	clear: both
}
