@CHARSET "UTF-8";

/*--------------------顶部------------------*/
body, a {
	color: #666;
}

body {
	background-color: #efefef;
}

.content{
	width:1000px;
	margin:auto;
	background-color:#fff;
}
.content-mt{
	margin-top:20px;
}
.btn-long{
	display:inline-block;
	width:100%;
	height:32px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background-color:#ff7f14;
	border-radius:3px;
	border:solid 1px #ff7f14;
	box-sizing:border-box;
}
.btn-long:hover{
	background-color:#f26005;
}
.btn-long2{
	display:inline-block;
	width:100%;
	height:32px;
	line-height:32px;
	font-size:16px;
	color:#ff7f14;
	text-align:center;
	background-color:#fff;
	border-radius:3px;
	border:solid 1px #ff7f14;
	box-sizing:border-box;
}
.btn-long2:hover{
	color:#fff;
	background-color:#ff7f14;
}

/*顶部*/
.header_top_bd .spiiker{
	background-color:#ff7f14;
}
.salon-logo-bg{
	height:67px;
	background-color:#fff;
}
.salon-logo{
	width:1000px;
	height:67px;
	margin:auto;
	background:url(/salon/images/logo.png) no-repeat center left;
}
/*沙龙菜单*/
.salon-menu-bg{
	height:40px;
	line-height:40px;
	background-color:#ff7f14;
}
.salon-menu{
	width:1000px;
	height:inherit;
	margin:auto;
}
.salon-menu a{
	float:left;
	min-width:100px;
	height:inherit;
	padding:0 30px;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.salon-menu .cursor{
	background-color:#f26005;
}
/*--------------------crumbs------------------*/
.crumbs {
	width: 1000px;
	margin: auto;
	font-size: 12px;
}

/*大标题*/
.salon-title{
	padding-top:20px;
	font-weight:normal;
	line-height:24px;
}
.salon-title .txt{
	display:block;
	padding-left:20px;
	font-size:24px;
	color:#333;
	border-left:3px solid #ff7f14;
}
.salon-title .txts{
	display:block;
	padding-left:20px;
	font-size:24px;
	color:#333;
	border-left:3px solid #ff7f14;
}
.salon-title .more{
	float:right;
	padding-right:20px;
	font-size:14px;
}
.salon-title .more i{
	margin-left:4px;
}
.salon-title .sub{
	margin-left:10px;
	color:#999;
	font-size:14px;
}
.content-in{
	padding:20px;
}

/*我爱背单词*/
.today-ranking{
	float:left;
	width:308px;
	border-radius:30px;
	background-color:#ffcc03;
}
.today-ranking h3{
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background-color:#ff7264;
	border-radius:30px 30px 0 0;
}
.today-ranking .icon{
	display:inline-block;
	height:inherit;
	width:30px;
	vertical-align:middle;
	background:url(/salon/images/icon1.png) no-repeat left center;
}
.today-ranking-bd{
	padding:5px;
}
.today-ranking-bd .my,
.today-ranking-bd ul{
	padding:0 10px;
	line-height:50px;
	font-size:14px;
	background-color:#fff;
}
.today-ranking-bd li{
	height:50px;
	padding:10px 0;
	border-bottom:#ddd solid 1px;
}
.today-ranking-bd li:last-child{
	border-bottom:none;
}
.today-ranking-bd .my{
	padding:10px;
	height:50px;
	border-radius:30px 30px 5px 5px;
	margin-bottom:5px;
}
.today-ranking-bd ul{
	border-radius:5px 5px 30px 30px;
}
.today-ranking-bd .num{
	float:left;
	width:40px;
	font-size:24px;
}
.today-ranking-bd .num img{
	margin-top:8px;
}
.today-ranking-bd .face{
	float:left;
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:50%;
}
.today-ranking-bd .face img{
	width:100%;
}
.today-ranking-bd .name{
	float:left;
	width:90px;
	padding-left:5px;
}
.today-ranking-bd .count{
	float:left;
	width:80px;
	padding-left:5px;
}

/*热门词库*/
.word-list{
	float:right;
	width:632px;
}
.word-list-title{
	height:50px;
	padding:0 20px;
	line-height:50px;
	background-color:#f6f6f6;
}
.word-list-title .txt{
	font-size:16px;
	color:#333;
}
.word-list-title .news{
	float:right;
	max-width:500px;
	font-size:14px;
	font-weight:normal;
}
.word-list-title .news .bg{
	margin-left:3px;
	padding:0 3px;
	color:#fff;
	border-radius:3px;
	background-color:#ff7f14;
}
.salon-tips{
	padding:10px;
}
.salon-tips a{
	display:inline-block;
	height:40px;
	padding:0 15px;
	line-height:40px;
	font-size:16px;
	border-bottom:solid 3px #fff;
}
.salon-tips .cursor{
	color:#ff7f14;
	border-bottom:solid 3px #ff7f14;
}

.word-list-ul li{
	float:left;
	width:33.3%;
	padding-bottom:10px;
}
.word-list-ul .bd{
	display:block;
	width:196px;
	margin:auto;
	padding:5px;
	border:solid 1px #fff;
}
.word-list-ul .bd:hover{
	border:solid 1px #ddd;
}
.word-list-ul .img{
	display:block;
	position:relative;
	width:100%;
	height:120px;
}
.word-list-ul .img img{
	width:100%;
	height:100%;
}
.word-list-ul .img-txt{
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	line-height:120px;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:center;
}
.word-list-ul .data .txt{
	float:left;
	width:50%;
	padding-top:5px;
	font-size:14px;
}

.word-list .btn_white{
	border-radius:5px;
	padding:0 50px;
	font-size:16px;
}

/*微杂志*/
.magazine{
	height:416px;
	border:solid 1px #ddd;
}
.magazine-cover{
	float:left;
	width:285px;
	height:inherit;
	padding:10px;
}
.magazine-cover img{
	width:100%;
}
.magazine-intro{
	float:left;
	width:290px;
	height:inherit;
	padding:0 20px 0 10px;
	border-right:solid 1px #ddd;
}
.magazine h3{
	padding-top:15px;
	font-size:16px;
}
.magazine h3 .date{
	display:block;
	font-size:12px;
	color:#999;
	font-weight:normal;
}
.magazine-intro h4{
	padding-bottom:15px;
	font-size:14px;
}
.magazine-intro .bd{
	height:280px;
	overflow-y:hidden;
}
.magazine-intro .more{
	margin-top:15px;
	text-align:right;
}
.magazine-intro .more a{
	font-size:14px;
	color:#ff7f14;
}
.magazine-intro p{
	text-indent:2em;
	line-height:1.7em;
}
.magazine-catalog{
	float:right;
	width:300px;
	padding-right:10px;
}
.magazine-catalog h3{
	margin-bottom:15px;
}
.magazine-catalog dl{
	position:relative;
	padding:3px 0;
	margin-bottom:12px;
	background-color:#f6f6f6;
}
.magazine-catalog dt{
	position:absolute;
	right:0;
	top:0;
	z-index:10;
}
.magazine-catalog dd{
	padding:3px 5px;
}
.magazine-catalog dd a{
	display:block;
}
.magazine-catalog .hot{
	color:#ff7f14;
}

/*金牌课程老师一对一课程定制*/
.list-cc{
	float:left;
	width:720px;
}
.list-cc-main{
	float:left;
	width:240px;
}
.list-cc dd{
	float:left;
	width:144px;
	margin-bottom:20px;
}
.list-cc dd>a{
	float:left;
	width:124px;
	height:140px;
}
.list-cc dd img{
	width:100%;
	height:100%;
}
.list-cc .main{
	width:268px;
	background-color:#ff7f14;
}
.list-cc .main-bd{
	padding:10px 15px;
	color:#fff;
	font-size:14px;
}
.list-cc .main-name{
	padding:20px 0 5px 0;
	font-size:16px;
	font-weight:bold;
	white-space:pre;
}
.list-cc .main-btn{
	display:inline-block;
	height:32px;
	width:180px;
	line-height:32px;
	font-size:16px;
	text-align:center;
	background-color:#fff;
	color:#ff7f14;
	border-radius:3px;
}

/*学员案例*/
.list-student li{
		float:left;
		width:33.33%;
		margin-bottom:20px;
}
.list-student .mid .list-student-bd{
	margin:auto;
}
.list-student .right .list-student-bd{
	float:right;
}
.list-student-bd{
	position:relative;
	width:280px;
	padding:20px 13px;
	border:solid 1px #ddd;
}
.list-student-zan{
	position:absolute;
	right:10px;
	top:-1px;
	z-index:10;
	width:48px;
	height:45px;
	color:#fff;
	text-align:center;
	background:url(/salon/images/tag.png) no-repeat;
}
.list-student-zan .bd{
	padding-top:4px;
}
.list-student-zan i{
	font-size:16px;
	line-height:1em;
}
.list-student-zan .num{
	display:block;
}
.list-student-bd .face{
	text-align:center;
}
.list-student-bd .face a{
	display:inline-block;
	width:100px;
	height:100px;
	overflow:hidden;
	background-color:#f0f0f0;
	border-radius:50%;
}
.list-student-bd .face img{
	width:100%;
	height:100%;
}
.list-student-bd .name{
	padding:15px 0;
	text-align:center;
	font-size:14px;
}
.list-student-intro dt{
	padding-bottom:10px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#333;
	border-bottom:dashed 1px #ddd;
}
.content .tag{
	display:inline-block;
	padding:1px 4px;
	color:#fff;
	background-color:#ff7f14;
}
.list-student-intro dd{
	padding:3px 0;
}
.list-student-intro label{
	float:left;
	width:65px;
	font-weight:bold;
	color:#333;
}
.list-student-intro p{
	float:left;
	width:215px;
}
.list-student-intro .question{
	height:90px;
	overflow:hidden;
}
.list-student-intro .btn{
	padding:15px 0 3px 0;
}

/*英语话题*/
.list-topic{
	float:left;
	width:635px;
}
.list-topic li{
	padding:10px 0;
	border-bottom:dashed 1px #ddd;
}
.list-topic li:first-child{
	padding-top:0;
}
.list-topic li:last-child{
	border-bottom:none;
}
.list-topic .face{
	float:left;
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:50%;
}
.list-topic img{
	width:100%;
	height:100%;
}
.list-topic-bd{
	float:left;
	width:570px;
	padding-left:15px;
}
.list-topic-bd .title{
	padding:4px 0 10px 0;
	font-size:14px;
	font-weight:normal;
	color:#333;
}
.list-topic-bd .txt{
	line-height:1.6em;
}
.list-topic-fun{
	padding-top:10px;
	color:#999;
}
.list-topic-fun>span{
	display:inline-block;
	padding-right:25px;
}

.list-topichot{
	float:right;
	width:310px;
}
.topic-search{
	height:40px;
	border:solid 1px #ddd;
	border-radius:3px;
}
.topic-search .ipt{
	float:left;
	width:85%;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-indent:5px;
	border:none;
	background-color:#fff;
}
.topic-search .submit{
	float:left;
	width:15%;
	height:40px;
	background-color:#fff;
	line-height:40px;
	font-size:20px;
	color:#444;
	border:none;
}
.topic-search .submit:hover{
	color:#ff7f14;
}
.list-topichot h4{
	padding:15px 0;
	font-size:16px;
	text-align:center;
	color:#ff7f14;
}
.list-topic-tag li{
	float:left;
	width:50%;
	margin-bottom:12px;
}
.list-topic-tag li a{
	display:inline-block;
	width:95%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:34px;
	line-height:34px;
	font-size:14px;
	text-align:center;
	background-color:#f0f0f0;
	border:solid 1px #ddd;
	border-radius:3px;
}
.list-topic-tag .long,
.list-topic-tag .long a{
	width:100%;
}
.list-topic-tag .right a{
	float:right;
}

/*注册表单*/
.salon-apply{
	margin-top:20px;
	padding:20px 0; 
	background-color:#fff;
	/* border:solid 1px #ddd; */
	border:solid 1px #ff7f14;
}
.salon-apply h3{
	padding-bottom:15px;
	font-size:18px;
	color:#ff7f14;
	text-align:center;
}
.salon-apply h3 .sub{
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#999;
}

.link-banner{
	margin-top:20px;
	-border:solid 1px #ddd;
}
.link-banner img{
	width:100%;
}

/*老师定制页面*/
.custom-banner{
	background:url(/salon/images/banner_pc.png) no-repeat center center;
}
.custom-banner-bd{
	position:relative;
	width:1000px;
	height:inherit;
	margin:auto;
	color:#222;
}
.custom-banner-bd .photo{
	position:absolute;
	right:0;
	bottom:0;
	z-index:10;
}
.custom-banner-bd .photo img{
	float:left;
	max-width:300px;
	height: 400px;
}
.custom-banner-bd .name{
	position:absolute;
	left:-200px;
	bottom:20px;
	z-index:10;
	width:230px;
	text-align:center;
	font-size:20px;
	line-height:1.8em;
}
.custom-banner-txt{
	position:absolute;
	left:0;
	top:120px;
	z-index:10;
} 
.custom-banner-txt .title{
	max-width:580px;
	font-size:22px;
	line-height: 1.8em;
}
.custom-banner-txt .expert{
	padding-top:30px;
	font-size:20px;
}
.custom-banner-txt .expert label{
	float:left;
	width:110px;
}
.custom-banner-txt .expert p{
	float:left;
	color:#ff7f14;
}
/*5步定制*/
.customize_five {
	float: left;
	width: 620px;
	text-align: center;
}

.customize_five li {
	float: left;
	width: 90px;
}

.customize_five .icon {
	width: 80px;
	height: 80px;
	color: #fff;
	font-size: 45px;
	line-height:80px;
	border-radius: 50%;
	background-color: #ff7f14;
}

.customize_five .txt {
	padding-top:15px;
	font-size: 18px;
}

.customize_five .arrow {
	width: 36px;
}

.customize_five .arrow i {
	line-height: 80px;
	color: #ff7f14;
	font-size: 20px;
}
.customize-btn{
	float:right;
	width:310px;
	height:60px;
	margin-top:10px;
	line-height:60px;
	color:#ff7f14;
	text-align:center;
	font-size:16px;
	border-radius:3px;
	border:solid 1px #ff7f14;
}
.customize-btn:hover{
	color:#fff;
	background-color:#ff7f14;
}

/*学员定制*/
.student-intro-img{
	float:left;
	width:360px;
	height:260px;
}
.student-intro-img img{
	width:100%;
	height:100%;
}
.student-intro-bd{
	float:left;
	width:580px;
	margin-left:20px;
}
.student-intro-bd dt{
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.student-intro dd{
	padding:3px 0;
}
.student-intro-fun{
	margin-bottom:6px;
	line-height:30px;
	border-bottom:solid 1px #ddd;
}
.student-intro-fun i{
	font-size:1.5em;
}
.student-intro-fun span{
	display:inline-block;
	padding-right:30px;
	cursor:pointer;
}
.student-intro-fun .name{
	padding-right:80px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	cursor:auto;
}
.student-intro-fun .cursor{
	color:#ff7f14;
}
.student-intro label{
	float:left;
	width:65px;
	color:#333;
	font-weight:bold;
}
.student-intro p{
	float:left;
	width:895px;
	line-height:1.6em;
}
.student-intro .script{
	width:515px;
	height:210px;
	overflow:hidden;
}

.student-intro-sa{
	padding-top:20px;
	margin-top:20px;
	border-top:solid 1px #ddd;
}
.student-face{
	float:left;
	width:120px;
	line-height:1.8em;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.student-face img{
	width:50px;
	height:50px;
	margin-bottom:5px;
	border-radius:50%;
	border:solid 1px #ddd;
}
.student-intro-bd3{
	float:left;
	width:840px;
}
.student-intro-bd3 h4{
	display:inline-block;
	height:28px;
	padding:0 15px;
	color:#fff;
	font-size:14px;
	line-height:28px;
	background-color:#ff7f14;
}
.student-intro-bd3 .txt{
	padding:10px 0;
}
.student-intro-bd3 .label{
	display:inline-block;
	width:21px;
	height:21px;
	margin-right:4px;
	line-height:21px;
	text-align:center;
	color:#fff;
	background:url(/salon/images/li.png) no-repeat;
}
.student-intro-bd3 li{
	padding:4px 0;
}

.table-plan{
	width:100%;
	border-collapse: collapse;
	border: solid 1px #ddd;
	color: #666;
}
.table-plan th{
	width: 110px;
	padding: 10px;
	background-color: #f0f0f0;
	text-align: center;
	font-size: 14px;
	border: solid 1px #ddd;
}
.table-plan td{
	padding: 10px; 
	font-size: 12px;  
	border: solid 1px #ddd;
}

/*教材滚动*/
.textbooks{
	width: 100%; 
	height: 220px; 
	overflow: hidden;
}
.textbooks-list{
	float: left; 
	width: 10000px;
}
.textbooks-list .book{
	position: relative;
	float: left;
	width: 190px;
	padding-bottom: 43px;
	text-align: center;
	opacity:.5;
	background: url(/salon/images/textbooks_base.png) no-repeat center bottom;
	cursor: pointer;
}
.textbooks-list .book img{
	width: 120px; 
	height: 160px;
}
.textbooks-list .book.cursor,
.textbooks-list .book:hover{
	opacity:1;
}
.textbooks-list .arrow{
	display:none;
	position: absolute;
	left: 50%;
	bottom: -10px;
	z-index: 1;
	width: 0;
	height: 0;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #ff7f14;
}
.textbooks-list .book:hover .arrow,
.textbooks-list .book.cursor .arrow{
	display:block;
}
.book-change{
	padding-bottom:20px;
	text-align:center;
}
.book-change a{
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border: solid 2px #ff7f14;
    border-radius: 50%;
    cursor: pointer;
}
.book-change .cursor,
.book-change a:hover{
	background-color:#ff7f14;
}
.book-change .cursor{
	cursor:default;
}
.student-sharing-bd{
	float:left;
	width:840px;
	color:#888;
}
.student-sharing-bd{
	float:left;
	width:840px;
	line-height:30px;
	color:#888;
	font-size:16px;
}
.student-sharing-bd b{
	font-size:25px;
	color:#888;
}

/*-----话题详情------*/
.containter{
	width:1000px;
	margin:auto;
}
.topic-left{
	float:left;
	width:675px;
	font-size:14px;
}
.topic-right{
	float:right;
	width:310px;
}
.article h3{
	font-size:16px;
	color:#333;
}
.article-inf{
	padding:5px 0 10px 0;
	color:#999;
	font-size:12px;
}
.article-inf span{
	display:inline-block;
	padding-right:30px;
}
.article-bd{
	padding:15px;
	border:solid 1px #ddd;
}
.article-bd p{
	line-height:1.7em;
	padding-bottom:10px;
}
.article-bd .img{
	text-align:center;
}
.article-bd .img img{
	max-width:100%;
}
.article-keyword{
	padding:15px 0;
}
.article-keyword label{
	display:inline-block;
	padding:5px 15px;
	margin-right:5px;
	background-color:#f0f0f0;
	border:solid 1px #ddd;
	border-radius:3px;
}
h4.remark_title{
	padding-bottom: 5px;
	font-size: 14px;
	color: #333;
	border-bottom: solid 1px #ddd;
}
h4.remark_title a{
	float: right;
	font-weight: normal;
	font-size: 14px;
}
h4.remark_title a i{
	margin-right: 5px;
}
h4.remark_title .a1{
	color: #ff7f14;
}
.article-page{
	padding:10px 0;
}
.article-page a{
	float:left;
	width:48%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article-page .left{
	padding-right:2%;
}
.article-page .right{
	padding-left:2%;
	text-align:right;
}
.remark-list{
	padding:10px 0;
	font-size: 14px;
	line-height: 1.7em;
}
.remark-list dt{
	line-height:36px;
	text-align:right;
}
.remark-list dt a{
	display:inline-block;
	color:#ff7f14;
}
.remark-list dd{
	padding-bottom:10px;
}
.remark-list .get_more{
	display: block;
	text-align: center;
	padding: 10px 0;
}
.remark-list .get_more i{
	margin: 0 5px;
}
.remark-list .face{
	float:left;
	width:40px;
	height:40px;
	margin-top:10px;
	overflow:hidden;
	border-radius:50%;
}
.remark-list .face img{
	width:100%;
	height: 40px;
}
.remark-inf-box{
	float:left;
	width:550px;
	margin-left:6px;
}
.remark-inf{
	padding-top:10px; 
	color:#999;
}
.remark-inf span{
	display:inline-block;
	padding-right:30px;
	line-height:1em;
}
.remark-txt{
	position:relative;
	padding:5px 0;
	color:#333;
}
.remark-txt .jh{
	position:absolute;
	right:0;
	top:-20px;
	z-index:10;
	width:45px;
}
.remark-txt img{
	width:100%;
}
.remark-fun{
	text-align:right;
}
.remark-fun i{
	margin-right:4px;
}
.remark-fun a{
	display:inline-block;
	padding-right:15px;
	font-size:12px;
	color:#999;
}
.topic-icon {
	float: left;
	width: 310px;
	text-align: center;
}


.topic-icon li {
	float: left;
	width: 33.3%;
	color:#666;
}
.topic-icon .icon{
	cursor:pointer;
}

.topic-icon .active .icon {
	color: #fff;
	background-color: #ff7f14;
}

.topic-icon .icon:hover{
	border:solid 1px #ff7f14;
}
.topic-icon .icon {
	display:inline-block;
	width: 60px;
	height: 60px;
	color: #999;
	font-size:30px;
	line-height:60px;
	border-radius: 50%;
	border:1px solid #ddd;
	background-color: #fff;
}
.topic-icon .cursor{
	color:#fff;
	background-color:#ff7f14;
}

.topic-icon .txt {
	padding-top:15px;
	font-size: 16px;
}
.topic-icon .img {
	width: 28px;
	height: 28px;
	margin-top:17px;
}
.topic-ewm{
	position:relative;
}
.topic-ewm .ewm{
	display:none;
	position:absolute;
	top:-125px;
	left:0;
	z-index:10;
	width:100px;
	height:100px;
	padding:5px;
	margin-left:-25px;
	background-color:#fff;
	border:solid 1px #ff7f14;
}
.topic-ewm .ewm img{
	width:100%;
}
.topic-ewm .arrow{
	position:absolute;
	bottom:-8px;
	left:50%;
	z-index:10;
	margin-left:-8px;
	border-left:solid 8px transparent;
	border-right:solid 8px transparent;
	border-top:solid 8px #ff7f14;
}
.topic-icon .topic-ewm:hover .ewm{
	display:block;
}
.return-bd{
	margin-left:46px;
	padding-left:20px;
	border-top:dashed 1px #ddd;
}
.return-bd .remark-inf .lv{
	padding-left:5px;
	border-left:solid 3px #ff7f14;
}
.return-form{
	padding:10px;
	background-color:#f0f0f0;
}
.return-form h4{
	padding-bottom:5px;
	font-size:14px;
	color:#333;
}
.return-form .textarea{
	padding:5px;
	background-color:#fff;
	border:solid 1px #ddd;
}
.return-form .textarea textarea{
	width:100%;
	height:80px;
	background-color:#fff;
	border:none;
}
.return-form .submit{
	padding-top:10px;
	text-align:right;
}
.return-form input{
	width:80px;
	height:26px;
	line-height:26px;
	color:#fff;
	font-size:14px;
	text-align:center;
	background-color:#ccc;
	border:none;
	border-radius:4px;
}
.return-form .cursor{
	background-color:#ff7f14;
}
.topic-banner{
	margin-top:20px;
}
.topic-banner img{
	width:100%;
}

.fix-wrap {
	display: block;
	height: 50px;
	margin-bottom: 15px;
}

.topic-container {
	display: block;
	width: 1000px;
	margin: auto;
}

.active.topic-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.topic-container .topic-title {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	font-weight: bold;
	background-color: #fff;
}

.topic-container .topic-title>span {
	display: inline-block;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	float: right;
}

.topic-item {
	display: block;
	background-color: #fff;
	position: relative;
	margin-top: 15px;
}

.topic-item:first-child {
	margin-top: 0;
}

.topic-account-info {
	display: block;
	width: 130px;
	padding: 10px 0px;
	border-right: 1px solid #f1f1f1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9;
}

.topic-account-info .publish-avatar {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.topic-account-info .publish-name {
	display: block;
	text-align: center;
	margin: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.topic-content-container {
	display: block;
	margin-left: 130px;
	min-height: 90px;
}

.topic-content-container .publish-ctime {
	display: block;
	line-height: 34px;
	font-size: 12px;
	color: #999999;
	padding: 0 15px;
	text-align: left;
	border-bottom: solid 1px #eee;
}

.publish-ctime .fabulous {
	float: right;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #e44544;
	padding: 0px 8px;
	margin-top: 5px;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.publish-ctime .fabulous:hover {
	background-color: #f05e5d;
}

.publish-ctime .fabulous span {
	display: inline-block;
	margin-left: 4px;
}

.topic-label {
	display: block;
	padding: 15px 15px 0px 15px;
}

.topic-label>span,.topic-label>a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
}

.topic-label a {
	display: inline-block;
	padding: 0px 8px;
	background-color: #ffdeaf;
	border: 1px solid #ffdeaf;
	margin-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.topic-label a:hover {
	background-color: #fff;
}

.topic-content {
	display: block;
	padding:25px 15px;
	position: relative;
}

.topic-content .jh {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

.article-pages {
	display: block;
	padding: 15px;
	background-color: #fff;
}

.topic-right .topic-box {
	display: block;
	background-color: #ffffff;
	margin-top: 15px;
}

.hot-topic-list, .hot-event-list {
	display: block;
	padding: 15px 0px;
}

.topic-box h4 {
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}

.hot-topic-list li a{
	display: block;
	padding: 8px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hot-event-list li a{
	display: block;
	padding: 8px 15px;
}

.hot-event-list li a>span.title {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.hot-event-list li.status1 a>span.title {
	width: 210px;
}

.hot-event-list li.status1 a>span.status {
	display: inline-block;
	width: 70px;
	color: #e44544;
	text-align: right;
	vertical-align: middle;
}

.hot-event-list li.status a>span.status {
	display: none;
}


/*热词搜索*/
.hot_bg{
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
.hot{
	padding: 0 20px;
}
.hot h3{
	padding-top: 20px;
	font-size: 18px;
	color: #333;
}
.hot h3 i{ 
	margin-right: 6px;
	font-weight: normal;
}
.hot_a{
	float: left;	
	padding: 15px 0;
}
.hot_a li{
	float: left;
	width: 20%;
	padding: 15px 0;
	font-size: 14px;
	border-bottom: solid 1px #eee;
}
.hot_a li a{
	display: block;
	padding: 0 15px;
}
