@charset "UTF-8"; 

 

.advertItems,.advertItems .advert.style-3 {
	    margin-left: 1px;
	position: relative
}

footer .btnList {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 37px;
	overflow: hidden
}

footer .btnList li {
	display: inline-block;
	width: 19%;
	text-align: center;
	font-size: 12px;
	color: rgba(0, 0, 0, .8);
	margin: 0 2%;
	vertical-align: middle
}

footer .btnList li a {
	display: block;
	text-decoration: none;
	color: #505050
}

footer .btnList li a.active {
	color: #ff4c4c
}

footer .btnList li .extract {
	width: 100%;
	height: 100%
}

footer .btnList li i {
	margin: 0 auto 5px;
	display: block;
	font-size: 16px
}

footer .btnList li i.icon-plus {
	background-color: rgba(255, 76, 76, .7);
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 35px
}

.advertItems {
	margin-top: 15px
}

.advertItems .advert {
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 1px #aaa;
	width: 99%;
	overflow: hidden
}

.advertItems .advert.style-3 .avatar {
	width: 56px;
	height: 56px;
	line-height: 56px;
	float: left;
	background-color: #b3b3b3;
	margin: 12px 10px;
	    border-radius: 50%;
	overflow: hidden
}

.advertItems .advert.style-3 .avatar:empty:after {
	content: '暂无图片';
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px
}

.advertItems .advert.style-3 .avatar img {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 56px;
	display: block;
	border: none;
	width: 100%
}

.advertItems .advert.style-1,.advertItems .advert.style-1 img {
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.advertItems .advert.style-3 .advertInfo {
	margin-right: 10px;
	display: table;
	height: 100%
}

.advertItems .advert.style-3 .advertInfo .table-cell {
	display: table-cell;
	vertical-align: middle
}

.advertItems .advert.style-3 .advertInfo .table-cell h4 {
	margin: 0 0 7px;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #333;
	font-weight: 400
}

.advertItems .advert.style-3 .advertInfo .table-cell p {
	margin: 0;
	font-size: 12px;
	max-height: 28px;
	line-height: 14px;
	text-align: justify;
	overflow: hidden;
	color: #666
}

.advertItems .advert.style-3 span {
	position: absolute;
	font-size: 12px;
	padding: 1px 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 0;
	border: 1px solid #60cc66;
	color: #60cc66;
	height: 12px;
	line-height: 12px;
	display: block;
	background-color: #fff
}

.advertItems .advert.style-1 {
	background-size: cover;
	text-align: center;
	max-height: 110px;
	min-height: 80px;
	height: auto
}

.advertItems .advert.style-1:empty:after {
	content: '暂无图片';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 80px;
	text-align: center;
	color: #aaa
}

.advertItems .advert.style-1 img {
	background-size: cover;
	height: 100%;
	display: block;
	border: none;
	width: 100%
}


.advertItems .advert.style-2 {
	position: relative;
	    margin-left: 1px;
}

.advertItems .advert.style-2 .avatar {
	width: 56px;
	height: 56px;
	line-height: 56px;
	float: left;
	border-radius: 100%;
	background-color: #ccc;
	margin: 12px 10px;
	overflow: hidden
}

.advertItems .advert.style-2 .avatar:empty:after {
	content: 'LOGO';
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff
}

.advertItems .advert.style-2 .avatar img {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 56px;
	display: block;
	border: none;
	width: 100%
}

.advertItems .advert.style-2 .advertInfo {
	margin-right: 64px;
	display: table;
	height: 100%
}

.advertItems .advert.style-2 .advertInfo .table-cell {
	display: table-cell;
	vertical-align: middle
}

.advertItems .advert.style-2 .advertInfo .table-cell h4 {
	margin: 0 0 7px;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #666;
	font-weight: 400
}

.advertItems .advert.style-2 .advertInfo .table-cell p {
	margin: 0;
	font-size: 12px;
	max-height: 28px;
	line-height: 14px;
	text-align: justify;
	overflow: hidden;
	color: #666
}

.advertItems .advert.style-2 .call {
	padding: 0 3px
}

.advertItems .advert.style-2 .call i {
	background-image: url(../img/tel.png);
	width: 15px;
	height: 15px;
	background-size: 90%;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	margin-top: 4px;
	margin-left: 2px
}

.advertItems .advert.style-2 .call,.advertItems .advert.style-2 .focus {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 10px;
	text-decoration: none;
	display: block;
	width: 62px;
	text-align: center;
	height: 22px;
	border: 1px solid #60cc66;
	border-radius: 4px;
	font-size: 12px;
	line-height: 22px;
	color: #60cc66
}

.advertItems .qrcodeBox {
	position: absolute;
	width: 80%;
	left: 50%;
	right: 0;
	margin-left: -43%;
	background: rgba(0, 0, 0, .85);
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 0 3px #333;
	z-index: 10000
}

.advertItems .qrcodeBox.hide {
	display: none
}

.advertItems .qrcodeBox.bottom {
	bottom: -135px
}

.advertItems .qrcodeBox.top {
	top: 100px
}

.advertItems .qrcodeBox .title {
	width: 100%;
	color: #fff;
	text-align: center;
	position: relative
}

.advertItems .qrcodeBox .title p {
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	font-weight: 400
}

.advertItems .qrcodeBox .title .close {
	position: absolute;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	top: -22px;
	right: -22px;
	color: #000;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 3px #888
}

.advertItems .qrcodeBox img {
	width: 100% !important;
	display: block
}

.article h1,.article h2,.article h3,.article h4,.article h5,.article h6
	{
	font-weight: 400;
	font-size: 16px
}

.article * {
	margin: 0;
	padding: 0
}

.article a {
	color: #607fa6;
	text-decoration: none
}

.article .expand {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 99;
	position: relative;
	font-size: 14px;
	background: #fbfbfb;
	margin-bottom: 30px
}

.article .expand span {
	font-size: 12px;
	display: inline-block;
	transform: translateY(3px);
	-ms-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	-o-transform: translateY(3px)
}

.article .article-info {
	margin-bottom: 8px;
	font-size: 15px;
	color: #b1b1b1;
	line-height: 24px;
	height: 24px
}

.article .article-info .time {
	float: left;
	margin-left: 5px
}

.article .article-info a {
	margin-left: 20px;
}

.article .article-info .more {
	float: left;
	font-size: 12px;
	display: block
}

.article .article-info .more span {
	display: block;
	max-width: 190px;
	height: 24px;
	overflow: hidden;
	float: left;
	font-size: 14px
}

.article .article-info .more i {
	color: #FBAF20;
	width: 22px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	border-radius: 100%;
	float: left;
	margin: 1px 6px
}

.article .newsList {
	box-shadow: 0 0 1px #aaa;
	overflow: hidden;
	margin: 15px 0;
	display: none
}

.article .newsList ul {
	color: #666;
	padding: 0 10px
}

.article .newsList ul li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: solid 1px #e6e6e6
}

.article .newsList ul li:last-child {
	border: none
}

.article .newsList ul li a {
	display: block;
	width: 100%;
	color: #323232;
	overflow: hidden;
	text-decoration: none
}

.article .newsList ul li a span {
	color: #666;
	font-size: 18px;
	margin-right: 5px
}

.article .newsList ul li a i {
	font-style: normal;
	color: #607fa6
}

.article .recomArticleList {
	display: none !important;
	background: #fff;
	padding: 5px 3%;
	width: 100%;
	margin-left: -3%;
	margin-top: 10px;
	box-shadow: 0 0 1px #e4e3e3;
	position: relative
}

.article .recomArticleList ul li a {
	margin: 8px 0
}

.article .recomArticleList ul li a .img {
	height: 60px;
	width: 78px
}

.article .recomArticleList ul li a .articleInfo {
	height: 60px
}

.article .recomArticleList ul li a .articleInfo h3 {
	font-size: 14px;
	line-height: 22px;
	height: 45px
}

.article .copyRight {
	overflow: hidden;
	font-size: 13px;
	color: #8c8c8c;
	margin-top: 10px;
	margin-bottom: 30px
}
.c_right{
	float:right;
}
.article .copyRight+.advertItems:after {
	position: absolute;
	width: 30px;
	height: 16px;
	top: 0;
	line-height: 16px;
	margin-top: -22px;
	background: #fbfbfb;
	right: 0;
	left: 50%;
	margin-left: -10px;
	font-size: 12px;
	color: #aaa;
	text-align: center;
	content: '推广';
	border-bottom: none
}

.article .advertItems:after,.article .copyRight+.advertItems:before {
	content: ' ';
	width: 100%;
	right: 0;
	left: 0
}

.article .copyRight+.advertItems:before {
	position: absolute;
	height: 0;
	border-bottom: solid 1px #eee;
	top: 0;
	line-height: 0;
	margin-top: -15px;
	font-size: 10px;
	color: #bbb;
	text-align: center
}

.article .copyRight a.left {
	float: left
}

.article .copyRight a {
	float: right
}

.article .adWords {
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	background-color: #F3F3F3
}

.article .advertItems {
	margin: 3% 0;
	position: relative
}
.favourWrapper{
	padding-left: 10px;
}
.favour-icon, .favour-icon-active {
    background: transparent url(/images/favour.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin-top: -4px;
    margin-right: 2px;
}

.article .advertItems:after {
	position: absolute;
	height: 0;
	border-bottom: dashed 1px #eee;
	bottom: 0;
	margin-bottom: -10px
}
 
.article_poster {
	width: 50px;height: 50px;border-radius:50%;position: fixed;left: 4%;bottom: 215px;border: 0px;padding: 5px;
	color:#fff;background-color: rgba(255, 153, 0, 0.95); 
	-moz-box-shadow: 10px 10px 5px #888888;box-shadow: 2px 2px 1px #888888;
}
.article_poster_model_select{
	border: 2px solid rgb(255, 207, 3); color: rgb(115, 67, 33);
}
.toolbar .picker-button-left {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    height: 2.2rem;
    line-height: 2.2rem;
    color: #04BE02;
    z-index: 1;
    padding: 0 .5rem;
}