h2{
	font-size: 20px;
	padding: 20px 0;
	margin: 0;
}
.share{
	padding-top: 20px;
	width: 140px;
}
.news-list{
	background: #fff;
	padding: 0 20px;
}
.news-list .news-item{
	position: relative;
	border-top: #e5e5e5 solid 1px;
	padding: 20px 0;
	font-size: 12px;
	color: #666;
}
.news-list .first-item{
	border-top: none;
}
.news-list .news-item .object{
	float: left;
	margin-right: 15px;
}
.news-list .news-item h3{
	margin: 0;
	font-weight: normal;
	font-size: 18px;
}
.news-list .news-item .author{
	margin: 10px 0;
}
.news-list .news-item .author img{
	vertical-align: middle;
	margin-right: 5px;
}
.news-list .news-item .author .time{
	color: #999;
}
.news-list .news-item .offical{
	display: inline-block;
	background: #1bbc9b;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	padding: 0 5px;
}
.news-list .news-item .like{
	position: absolute;
	width: 40px;
	height: 52px;
	top: 0;
	right: 10px;
}
.news-list .news-item .like a{
	display: block;
	width: 40px;
	height: 52px;
	background: url(../images/news-icon-1.png) no-repeat;
	text-align: center;
	color: #fff;
	line-height: 82px;
}
.news-list .news-item .like a.liked,
.news-list .news-item .like a:hover{
	background-position: -40px 0;
}


.banner{
	line-height: 0;
}

.col-right{
	margin-top:54px;
}


.qa{
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 10;
    width: 295px;
}
.qa h3{
	margin: 0;
}
.qa .links{
	margin-top: -23px;
	text-align: right;
}
.qa ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.qa ul li{

}
.qa ul li p{
	position: relative;
	padding-left: 20px;
}
.qa ul li p.a{
	display: none;
}
.qa ul li p.q:before{
	position: absolute;
	content: "Q";
	width: 15px;
	height: 15px;
	background: #1bbc9b;
	color: #fff;
	top: 2px;
	left: 0;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}
.qa ul li p.a:before{
	position: absolute;
	content: "A";
	width: 15px;
	height: 15px;
	background: #b33d2a;
	color: #fff;
	top: 2px;
	left: 0;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}
.qa ul li:hover{
	background: #f9f9f9;
	padding: 5px
}
.qa ul li:hover p.a{
	display: block;
}

.know{
	background: #fff;
	padding: 10px 20px;
	margin-top: 20px;
}
.know ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 330px;
}
.know ul li{
	float: left;
	display: inline;
	margin-right: 32px;
	margin-bottom: 20px;
	text-align: center;
}
.know ul li a{
	color: #fff;
	width: 70px;
	height: 50px;
	background: url(../images/news-icon-2.png) no-repeat 0 -70px;
	display: block;
	padding: 10px 0;
}

.know-2{
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 315px;
}
.know-2 h3{
	margin: 0;
}
.know-2 .links{
	text-align: right;
	margin-top: -20px;
}
.know-2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.know-2 ul li{
	line-height: 30px;
}
.know-2 ul li a{
	color: #666;
}
.know-2 ul li i{
	float: right;
	color: #999;
	background: url(../images/index-icon-3.png) no-repeat 0 -237px;
	padding-left: 20px;
	font-style: normal;
}

.article{
	background: #fff;
	margin-top: 19px;
	padding: 0 20px;
}
.article h1{
	font-size: 24px;
}
.article h1 i.dujia{
	background: #aa311e;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding: 0 5px;
	font-style: normal;
}
.article .cite{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
.article .cite .author img{
	vertical-align: middle;
	margin-right: 5px;
}
.article .cite .time{
	color: #999;
	margin-left: 20px;
}
.article .cite .share{
	margin-left: 20px;
}
.article .cite .like{
	display: inline-block;
	padding-left: 20px;
	background: url(../images/index-icon-3.png) no-repeat 0 5px;
	margin-right: 20px;
	color: #b33d2a;
}
.article .cite .like:hover, 
.article .cite .liked {
	background-position: 0 -11px;
}
.article .cite .like em{
	color: #fff;
	font-style: normal;
	display: inline-block;
	text-indent: 5px;
	width: 31px;
	margin-left: 5px;
	background: url(../images/index-icon-3.png) no-repeat 0 -29px;
	text-align: center;
}
.article .cite .comment{
	background: url(../images/index-icon-3.png) no-repeat 0 -182px;
	padding-left: 20px;
	color: #aa311e;
	margin-right: 10px;
}
.article h3{
	font-size: 20px;
	text-indent: 28px;
}

.article .detail{
	/*padding-left: 65px;*/
	position: relative;
}
.article .detail .content h2{
	font-size: 18px;
	color: #ffa000;
	padding-left: 20px;
	line-height: 1.2;
	position: relative;
	border-top: #f3f3f3 solid 1px;
	padding-top: 30px;
}
.article .detail .content h2:before{
	position: absolute;
	content: " ";
	top: 50%;
	height: 22px;
	left: 0;
	background: #ffa000;
	width: 10px;
	margin-top: -8px;
}
.article .detail .content h3{
	font-size: 16px;
}
.article .detail p{
	text-indent: 2em;
	line-height: 2;
	margin-bottom: 10px;
}
.article .detail img{
	max-height: 500px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.article .detail .steps{
	position: fixed;
	left: 50%;
	top: 266px;
	margin-left: -526px;
	background: #f9faf2;
	width: 31px;
	padding: 6px;
	border-radius: 20px;
	display: none;
}
.article .detail .steps a{
	display: block;
	height: 31px;
	width: 31px;
	text-align: center;
	line-height: 31px;
	margin-bottom: 10px;
	border-radius: 15px;
	color: #fff;
	background: #e5e5e5;
}
.article .detail .steps a:hover,
.article .detail .steps a.cur{
	background: #1bbc9b;
}
.article .detail .pager{
	text-align: center;
	padding: 20px 0;
}

.article .guess{
	border-top: #e5e5e5 solid 1px;
}
.article .guess h4{
	font-weight: normal;
	margin: 10px 0;
}
.article .guess div a{
	float: left;
	margin-right: 20px;
	color: #666;
}
.know{
	background: #fff;
	padding: 10px 20px;
	margin-top: 20px;
}
.know ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 330px;
	overflow: hidden;
}
.know ul li{
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.know ul li a{
	color: #fff;
	width: 80px;
	height: 50px;
	background: url(../images/news-icon-2.png) no-repeat 0 -93px;
	display: block;
	padding: 20px 0;
}

.know-2{
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
    border: #e9e9e9 solid 1px;
}
.know-2 h3{
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin-bottom: 10px;
    background: #fafafa;
}
.know-2 h3 span{
    color: #ffa000;
    border-left: #ffa000 solid 4px;
    padding-left: 10px;
    margin-left: 10px;
}
.know-2 .links{
	text-align: right;
	margin-top: -20px;
}
.know-2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.know-2 ul li{
	line-height: 30px;
}
.know-2 ul li a{
	color: #666;
}
.know-2 ul li a:hover{
	color: #ffa000;
}
.know-2 ul li i{
	float: right;
	color: #999;
	background: url(../images/index-icon-3.png) no-repeat 0 -237px;
	padding-left: 20px;
	font-style: normal;
}
.know .e-tri{ 
	font-size:14px; 
	color:#999; 
	text-align:center; 
	width:290px; 
	background:url(../images/arr0.jpg) 180px 10px no-repeat;
	cursor: default;
}
.konw .clearfix i.bg{ background:url(../images/arr03-1.jpg) left top no-repeat}







.article-2{
	margin-top: 20px;
}
.article-2 .ad{
    margin-top: 20px;
}
.article-2 .head{
	background: #fff;
	padding: 0 20px 20px;
}
.article-2 .head h1 {
	float:left;
    font-size: 26px;
    font-weight: bold;
   }
.article-2 .head h1 span {
    font-size: 12px;
    color: #999;
    margin-left: 20px;
    font-weight: normal;
   }
.article-2 .head span {
    font-size: 12px;
    color: #999;
    margin-left: 20px;
    line-height: 80px;
    font-weight: normal;
    }   
.article-2 .head .cite{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
.article-2 .head .cite .author img{
	vertical-align: middle;
	margin-right: 5px;
}
.article-2 .head .cite a b{
	background: url(../images/global-icon-4.png) no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}
.article-2 .head .cite .like,
.article-2 .head .cite .collect,
.article-2 .head .cite .copy{
	border-right: #E0E0E0 solid 1px;
	display: inline;
	padding: 0 10px;
}
.article-2 .head .cite .move{
	display: inline;
	padding: 0 10px;
}
.article-2 .head .cite .like b{
	background-position: -286px -34px;
}
.article-2 .head .cite .collect b{
	background-position: -286px 0;
}
.article-2 .head .cite .copy b{
	background-position: -303px -51px;
}
.article-2 .head .cite .move b{
	background-position: -286px -85px;
}
.article-2 .head .cite .comment{
	background: url(../images/index-icon-3.png) no-repeat 0 -182px;
	padding-left: 20px;
	color: #aa311e;
	margin-right: 10px;
}
.article-2 .head .guide{
	font-size: 16px;
	margin-top: 30px;
	position: relative;
	padding: 0 30px;
	zoom: 1;
}
.article-2 .head .guide:first-letter{
	font-size: 24px;
}
.article-2 .head .guide .qute-1{
	position: absolute;
	background: url(../images/news-icon-5.png) no-repeat 0 0;
	width: 23px;
	height: 24px;
	top: 0;
	left: 0;
}
.article-2 .head .guide .qute-2{
	position: absolute;
	background: url(../images/news-icon-5.png) no-repeat left bottom;
	width: 23px;
	height: 24px;
	right: 0;
	bottom: 0;
}

.guide{line-height:30px;}.guide p{ text-indent:2em; margin-bottom:10px;}

.article-2 .head .steps-reader-link{
	margin-top: 20px;
	background: url(../images/news-icon-6.png);
	_background: url(../images/news-icon-6_8.png);
	opacity: 0;
	filter: alpha(opacity=0);
}
.article-2 .head .steps-reader-link ul{
	padding: 0;
	margin: 0;
	position: relative;
}
.article-2 .head .steps-reader-link ul li{
	float: left;
	display: inline;
	margin-right: 5px;
	width: 93px;
	height: 70px;
	position: relative;
}
.article-2 .head .steps-reader-link ul li .b-mask{
	background: #000;
	opacity: .35;
	filter: alpha(opacity=35);
	height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	width: 100%;
}
.article-2 .head .steps-reader-link ul li a.b-link{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.article-2 .head .steps-reader-link ul li a.b-index{
	position: absolute;
	height: 48px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	width: 100%;
	left: 0;
	visibility: hidden;
}
.article-2 .head .steps-reader-link ul li.on .b-mask{
	height: 100%;
}
.article-2 .head .steps-reader-link ul li.on a.b-index{
	visibility: visible;
}
.article-2 .head .steps-reader-link ul li a img{
	width: 93px;
	height: 70px;
}
.article-2 .head .steps-reader-link ul li.text-link{
	line-height: 70px;
	position: absolute;
	top: 0;
	right: 0;
}
.article-2 .head .steps-reader-link ul li.text-link a{
	color: #666;
	padding-left: 10px;
}
.article-2 .content{
/*	visibility: hidden;*/
}
.p0{
	height:1px;color:white	
}
.p1{
	height:1px;color:white	
}
.p2{
	height:1px;color:white	
}
.p3{
	height:1px;color:white	
}
.article-2 .content .item{
	margin-top: 20px;
	position: relative;
	background: #fff;
	padding: 10px 20px 20px 40px;
	font-size: 16px;
	zoom: 1;
}
.article-2 .content .item h2{
	color: #ffa000;
	padding: 0;
	margin: 20px 0;
}
.article-2 .content .item h3{
	font-size: 18px;
	margin-bottom: 0;
    color: #333;
}
.article-2 .content .item h4{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
}
.article-2 .content .item p{
	margin: 10px 0;
}
.article-2 .content .item img{
	max-width:740px;
}
.article-2 .content .item .index-icon{
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/news-icon-4.png) no-repeat;
	color: #fff;
	top: 0;
	left: 0;
	font-size: 30px;
	text-indent: 10px;
	font-family: arial;
}
.article-2 .content .item .index-icon-m{
	font-size: 25px;
	text-indent: 5px;
}

/*--*/
.userinfo{
	background: #fff;
	margin-bottom: 20px;
	border:1px #e8e8e8 solid;
}
.userinfo .headimg{
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	overflow: hidden;
	background-clip: border-box;
	margin: 20px;
}
.userinfo .headimg img{
	width: 80px;
	height: 80px;
}
.userinfo .nickname{
	font-size: 16px;
	line-height: 2;
	padding-left: 20px;
	margin-top: 20px;
}
.userinfo .nickname .level{
	margin-left: 10px;
}
.userinfo .nickname .level i{
	width: 12px;
	height: 13px;
	display: inline-block;
	background-image: url(../images/global-icon-5.png);
	background-repeat: no-repeat;
}
.userinfo .location b{
	margin-right: 10px;
	color: #999;
}
.userinfo .numbers{
	clear: both; background:#f8f8f8;background:url(../images/step/bg_1.gif) no-repeat;
}
.userinfo .numbers div{
	width: 33%;
	float: left;
	display: inline;
	text-align: center;
	color: #999;
	font-size: 14px; 
	padding: 10px 0px;
}
.userinfo .numbers div.first-item{
	border-left: none;
}
.userinfo .numbers div strong{
	font-size: 20px;
	font-weight:normal;
	font-family:Arial;
	color: #ff6600;
}

.rel-label{
    margin-top: 20px;
    /*padding: 15px 20px 0;*/
    background: #fff;
    border: #e9e9e9 solid 1px;
}
.rel-label h2{
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin-bottom: 10px;
    background: #fafafa;
}
.rel-label h2 span{
    color: #ffa000;
    border-left: #ffa000 solid 4px;
    padding-left: 10px;
    margin-left: 20px;
}
.rel-label .links{
    font-size: 12px;
    text-align: right;
    margin-top: -42px;
    height: 23px;
    line-height: 23px;
    float: right;
}
.rel-label .links a{
    color: #666;
}
.rel-label .links a:hover{
    color: #ffa000;
}
.rel-label ul{
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.rel-label .media-list{
    margin-left: -20px;
    *padding-bottom: 20px;
    overflow: hidden;
}
.rel-label .media-list li{
    margin-left: 25px;
    float: left;
    width: 156px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    display: inline;
}
.rel-label .media-list li img{
    width: 156px;
    height: 115px;
}
.rel-label .media-list li a{
    display: block;
    font-size: 14px;
}
.rel-label .qa-list{
    padding-bottom: 10px;
}
.rel-label .qa-list li{
    width:354px;
    float: left;
    display: inline;
}
.rel-label .qa-list li p{
    padding-left: 25px;
    padding-right: 20px;
}
.rel-label .qa-list li i{
    border-radius: 3px;
    font-style: normal;
    float: left;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-left: -25px;
    font-size: 12px;
}
.rel-label .qa-list li .q{
    margin: 10px 0 0 0;
}
.rel-label .qa-list li .q i{
    background: #1bbc9b;
}
.rel-label .qa-list li .q span.no-answer{
    color: #1bbc9b;
    float: right;
}
.rel-label .qa-list li .q span.has-answer{
    float: left;
}
.rel-label .qa-list li .q span.has-answer em{
    color: #ff6600;
    font-style: normal;
    margin-right: 5px;
}
.rel-label .qa-list li .a{
    margin-top: 5px;
}
.rel-label .qa-list li .a i{
    background: #b33d2a;
}
.rel-label .label-list{
    padding: 0 20px;
    *padding-bottom: 20px;
    overflow: hidden;
}
.rel-label .label-list a{
    background: #f2f2f2;
    border: #e2e2e2 solid 1px;
    padding: 4px 10px;
    color: #666;
    margin: 0 10px 15px 0;
    float: left;
    display: inline;
    white-space: nowrap;
}

.pager {
    text-align: center;
    margin-top: 20px
}

.pager a {
    background: #fff;
    border: #e5e5e5 solid 1px;
    color: #999;
    line-height: 18px;
    padding: 8px 10px;
    margin-left: 5px;
}

.pager a:hover,.pager a.cur {
    background: #1bbc9b;
    color: #fff;
    border-color: #1bbc9b
}

.pager span {
    background: #fff;
    border: #e5e5e5 solid 1px;
    color: #999;
    line-height: 18px;
    padding: 8px 10px;
    margin-left: 5px;
}

.pager span.current {
    background: #1bbc9b;
    color: #fff;
    border-color: #1bbc9b
}

.views{
    padding: 0 10px;
}
.views .view{
    font-size: 12px;
    margin-bottom: 20px;
    padding-right: 10px;
}
.views .view h4{
    margin: 0;
    font-size: 12px;
}
.views .view .object{
    float: left;
    margin-right: 10px;
    line-height: 0;
}
.views .view p{
    margin: 3px 0 0;
}
.views .view p cite{
    font-style: normal;
    color: #999;
}
.views .view p .like{
    display: inline-block;
    padding-left: 20px;
    background: url(../images/index-icon-3.png) no-repeat 0 3px;
}
.views .view p .like:hover,
.views .view p .liked{
    background-position: 0 -13px;
}
.views .view p em{
    color: #fff;
    font-style: normal;
    display: inline-block;
    text-indent: 5px;
    width: 31px;
    background: url(../images/index-icon-3.png) no-repeat 0 -30px;
    text-align: center;
}
.views .view p .sns{
    float: right;
    visibility: hidden;
}
.views .view p .sns a{
    background: url(../images/index-icon-3.png) no-repeat 0 -50px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    text-indent: -9999px;
}
.views .view p .sns .qzone{
    background-position: 0 -50px;
}
.views .view p .sns .weibo{
    background-position: 0 -71px;
}
.views .view p .sns .weixin{
    background-position: 0 -92px;
}
.views .hover{
    background: #F1F3E1;
}
.views .hover p .sns{
    visibility: visible;
}

.know-2 .special-list{
    padding: 0 10px;
}
.know-2 .special-list li{
    position: relative;
    width: 295px;
    height: 140px;
    margin-bottom: 10px;
}
.know-2 .special-list li img{
    width: 295px;
    height: 140px;
}
.know-2 .special-list li span{
    position: absolute;
    height: 30px;
    width: 100%;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
}

.know-2 .hot-list{
    padding: 0 10px 10px;
}
.know-2 .hot-list li.frist{
    position: relative;
    width: 295px;
    height: 140px;
}
.know-2 .hot-list li.frist i{
    position: absolute;
    width: 28px;
    height: 25px;
    background: url(../images/icon-index-1.png) no-repeat;
    color: #fff;
    line-height: 20px;
    text-indent: 8px;
    top: 0;
    left: 0;
    margin: 0;
    text-align: left;
}
.know-2 .hot-list li.frist img{
    width: 295px;
    height: 140px;
}
.know-2 .hot-list li.frist span{
	overflow: hidden;
    position: absolute;
    height: 30px;
    width: 100%;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
}
.know-2 .hot-list li i{
    background: #c3c3c3;
    font-size: 12px;
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    padding: 0;
    margin-top: 5px;
    color: #333;
}
.know-2 .hot-list li.second i{
    background: #ff6600;
    color: #fff;
}
.know-2 .hot-list li.third i{
    background: #de874d;
    color: #fff;
}

.know-2 .label-list{
    padding: 0 0 0 10px;
}
.know-2 .label-list a{
    background: #f2f2f2;
    border: #e2e2e2 solid 1px;
    padding: 4px 6px;
    color: #666;
    margin: 0 5px 10px 0;
    float: left;
    border-radius: 3px;
    width: 131px;
}
.know-2 .label-list a:hover{
    border: #65C0AB solid 1px;
    background: #E4F5F2;
}


/**
 * Ç°ºó·­Ò³
 **/
.pageover{
    position: fixed;
    right: 50%;
    margin-right: -550px;
    z-index: 1;
}
.pageover a{
    border: #eee solid 1px;
    width: 100px;
    font-size: 16px;
    text-align: center;
    color: #097;
    padding: 10px 0;
    background: #fff;
    display: block;
}
.pageover a:hover{
    background: #f0f0f0;
}
.pageover a.prev{
    line-height: 50px;
    border-bottom: none;
}
.pageover a.next{
}
.pageover a.next span{
    display: block;
    text-align: center;
    color: #f00;
    font-size: 12px;
}
.pageover a.next span b{
    font-style: normal;
    padding: 0 3px;
}
.pageover ins{
  display: block !important;
  margin-right: -200px !important;
}
.hot-key-list li{
	padding-left:10px;
}

.qrcode-link h3 {
	color: #ff6600;
}
.qrcode-link h3 span{
	color: #ff6600;
	border-left-color: #ff6600;
}

.qrcode-link-item{
	text-align: center;
	padding-bottom: 10px;
}
.qrcode-link-item img{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
.qrcode-link-item h4{
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 2;
}
.qrcode-link-item strong {
	color: #ffa000;
}



.collection-head {
	border: #e8e8e8 solid 1px;
	background: #fff;
	padding: 0 30px 30px;
}

.collection-head h1 {
	font-size: 26px;
}

.collection-head .img-box {
	margin-top:10px;
	border: #e8e8e8 solid 1px;
	margin-right: 70px;
}

.collection-head ul {
	width: 240px;
}
.collection-head ul li {
	height: 40px;
	position: relative;
	padding: 0 0 0 20px;
	margin-top: -5px;
	border-left: #ebecec solid 1px;
}
.collection-head ul li:last-child {
	border-left-color: #fff;
}
.collection-head ul li:before {
	width: 9px;
	height: 9px;
	background: #c7c7c7;
	border-radius: 10px;
	border: #ebecec solid 2px;
	content: " ";
	position: absolute;
	left: -7px;
	top: 3px;
}
.collection-head ul li:first-child:after {
	width: 15px;
	height: 3px;
	background: #fff;
	content: " ";
	top: 0;
	left: -5px;
	position: absolute;
}

.collection-head ul li a {
	color: #666;
}

.collection-head ul li.active {

}

.collection-head ul li.active a {
	color: #1bbc9b;
}

.collection-head ul li.active:before {
	background: #1bbc9b;
	border-color: #b1ede1;
}


.collection-sec {
	border: #e8e8e8 solid 1px;
	background: #fff;
	margin-top:25px;
}

.collection-sec-body {
	padding: 20px;
}

.collection-sec h3 {
	height: 60px;
	line-height: 60px;
	color: #1bbc9b;
	font-size: 22px;
	background-color: #f8f8f8;
	padding-left: 25px;
}

.collection-sec .guide {
	font-size: 16px;
	position: relative;
	padding: 0 30px;
	zoom: 1;
	text-indent: 2em;
}
.collection-sec .guide:first-letter {
	font-size: 24px;
}
.collection-sec .guide .qute-1 {
	position: absolute;
	background: url(../images/news-icon-5.png) no-repeat 0 0;
	width: 27px;
	height: 24px;
	top: 0;
	left: 0;
}
.collection-sec .guide .qute-2 {
	position: absolute;
	background: url(../images/news-icon-5.png) no-repeat left bottom;
	width: 27px;
	height: 24px;
	right: 0;
	bottom: 0;
}

.collection-detail-item {
	margin-top: 20px;
	border-top: #e2e2e2 dashed 1px;
}

.collection-detail-item dl {
	padding: 10px 20px 0;
}
.collection-detail-item dl dt {
	line-height: 3;
	font-size:16px;
	font-weight:bold;
}
.collection-detail-item dl dd {
	margin-bottom: 10px;
	line-height:24px; color:#888888;
	font-size:16px;
}

.collection-detail-item .end-more {
	text-align: right;
	height: 34px;
	line-height: 34px;
}
.collection-detail-item .end-more span {
	background: #f8f8f8;
	color: #999;
	padding: 8px 10px;
	border-radius: 3px 0 0 3px;
}
.collection-detail-item .end-more strong {
	color: #ffa000;
}
.collection-detail-item .end-more a {
	background: #1bbc9b;
	color: #fff;
	padding: 8px 10px;
	border-radius: 0 3px 3px 0;
}

.collection-more {
	margin-top: 20px;
	border-top: #e2e2e2 dashed 1px;
	padding-top: 20px;
}

.collection-more ul {
	width: 800px;
}

.collection-more ul li {
	width: 220px;
	float: left;
	margin-right: 22px;
	text-align: center;
}

.collection-more ul li img {
	width: 220px;
	height: 146px;
	display: block;
}

.collection-more ul li a{
	color: #999;
}

.article-pl110 {
	padding-left: 110px;
}

.article-nav {
	position: fixed;
	bottom: 50px;
	right: 50%;
	margin-right: 580px;
	display:none;
}

.article-nav .side-nav-trigger {
	position: absolute;
	visibility: visible;
	margin-bottom: 10px;
	right: 0;
	left: auto;
	top: -60px;
}

.article-share a{
	width: 60px;
	height: 55px;
	display: block;
	margin-bottom: 2px;
	position: relative;
}

.article-share a span {
	opacity: 0;
}

.article-share a div {
	position: absolute;
	left: 70px;
	bottom: 0;
	box-shadow: 0 0 5px #ccc;
	width: 205px;
	height: 205px;
	background: #fff;
	display: none;
}

.article-share a:hover div {
	display: block;
}

.article-share a div:before {
	position: absolute;
	width: 16px;
	height: 20px;
	background: url(../images/angle-l-1.png) no-repeat;
	left: -16px;
	bottom: 10px;
	content: " ";
}

.article-share a div img {
	display: block;
}

.article-share a:hover div{
	display: block;
}

.article-share a:nth-child(1){
	background: url(../images/share-i-1.png) no-repeat;
}

.article-share a:nth-child(2){
	background: url(../images/share-i-2.png) no-repeat;
}

.article-share a:nth-child(3){
	background: url(../images/share-i-3.png) no-repeat;
}

.article-share a:nth-child(1):hover{
	background: url(../images/share-i-4.png) no-repeat;
}

.article-share a:nth-child(2):hover{
	background: url(../images/share-i-5.png) no-repeat;
}

.article-share a:nth-child(3):hover{
	background: url(../images/share-i-6.png) no-repeat;
}

.article-plist {

}
.article-plist li {
	height: 40px;
	position: relative;
	padding: 0 20px 0 0;
	margin-top: -5px;
	border-right: #ebecec solid 1px;
	text-align: right;
}
.article-plist li:last-child {
	border-right-color: transparent;
}
.article-plist li:before {
	width: 9px;
	height: 9px;
	background: #c7c7c7;
	border-radius: 10px;
	border: #ebecec solid 2px;
	content: " ";
	position: absolute;
	right: -7px;
	top: 3px;
}
.article-plist li:first-child:after {
	width: 15px;
	height: 3px;
	background: #f9faf2;
	content: " ";
	top: 0;
	right: -5px;
	position: absolute;
}

.article-plist li a {
	color: #666;
}

.article-plist li.active {

}

.article-plist li.active a {
	color: #1bbc9b;
}

.article-plist li.active:before {
	background: #1bbc9b;
	border-color: #b1ede1;
}

.article-2 .head h1 {
    float: left;
    font-size: 26px;
    font-weight: bold;
    width:auto;
    max-width:510px;
}

.copyright {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #1bbc9b;
    font-size: 12px;
}
.bread{position:relative;}
.bread a.fr{display:inline-block;float:right;position:absolute;bottom:-10px;right:0;}
.leha_01_floating{position:fixed;top:230px;left:50%;margin-left:-710px;z-index:100;width:150px;height:230px;background:#cdebe9}
.article-2 .head .cite a.btn_05_return b{margin-top:5px;width:10px;height:10px;background:#097}

#footer {
	width: 100% !important;
	min-width: 1200px;
	height: auto;
	font-size: 14px;
	padding: 0;
	margin: 30px 0 0 0;
	border-top: 0 !important;
	overflow: hidden;
	background: none
}

#ft {
	border: 0 !important;
	padding: 0 !important
}

.footer-2 {
	position: relative;
	z-index: 3;
	background: #333;
	overflow: hidden;
	padding: 74px 0 0;
}

.footer-2 .center-container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.footer-2 .left {
	float: left;
}

.footer-2 .left .logo {
	display: block;
	width: 296px;
	height: 48px;
	background: url(/skin/quater_2019_motion/src/logo2@2x.png) no-repeat;
}

.footer-2 .left > p {
	margin-top: 22px;
	font-size: 14px;
	color: #999;
}

.footer-2 .qrcode {
	float: left;
	margin-left: 100px;
}

.footer-2 .qrcode > p {
	text-align: center;
	margin-top: 12px;
	font-size: 14px;
	color: #999;
}

.footer-2 .right {
	float: right;
	margin-right: 10px;
	min-height: 180px;
}

.footer-2 .right .contact-number {
	text-align: right;
	color: #ebebeb;
	font-size: 38px;
	font-weight: bold;
	height: 38px;
	line-height: 38px
}

.footer-2 .right .link {
	text-align: right;
	color: #999;
	font-size: 14px;
	margin-top: 24px;
}

.footer-2 a {
	color: inherit;
	text-decoration: none;
}

.footer-2 .right .link > span {
	display: inline-block;
	width: 1px;
	height: 13px;
	vertical-align: middle;
	margin: 0 22px;
	background: #999;
}

.footer-2 .licence {
	margin-top: 34px;
}

.footer-2 .licence > p {
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}

.footer-2 .licence a {
	color: #999999
}
#share {
	position: fixed;
	right: 20px;
	bottom: 110px;
	width: 62px;
	border: 0;
	overflow: visible !important;
	z-index: 999
}

#share a {
	margin-bottom: 2px
}

.transition {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.go-top {
	display: none;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 151px;
	cursor: pointer;
	border: 1px solid #eee;
	background-color: #fff;
}

.go-feedback {
	width: 42px;
	height: 34px;
	display: none;
	bottom: 269px;
	color: #7a818e;
	font-size: 14px;
	text-align: center;
	padding: 13px 9px;
	z-index: 10;
	line-height: 1.2;
	letter-spacing: 1px;
}

.app-feedback,.feedback-box {
	background-color: #fff;
	display: none;
}

.app-feedback {
	width: 46px;
	height: 46px;
	bottom: 210px;
	color: #9ca4b4;
	font-size: 12px;
	text-align: center;
	padding: 7px;
	z-index: 10;
}

