top start*/
body{

}
.top-nav{
	width: 100%;
	height: 56px;
	background: #3385ff;
	position: fixed;
	z-index: 999;
}
.top-nav img{
	width: 30px;
	height: 28px;
	margin: 14px 15px;
}
.top-nav h1{
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	color: #fff;
	margin-left: 20px;
}

/*top end*/
/*banner start*/
.banner{
	width: 100%;

}
.banner-box{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.banner-box .banner-img a{
    display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-box .banner-img a img{
	display: block;
	width: 100%;
	/*height: 100%; */
	position: absolute;
	left: 50%;
	margin-left: -50%;
}

.banner-img a span{
	font-size: 20px;
    display: block;
    position: absolute;
    bottom: 30px;
    color: #fff;
    padding: 0 20px;
}
/*banner end*/
/*content start*/
.content{
	width: 100%;
	background: #f0f0f0;
}
.con-title{
	font-size: 14px;
	padding: 20px;
}
.con-list-box{
	display: block;
	margin: 10px;
	height: 100px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 1px 1px #ccc;
}
.con-list-box a{
	display: block;
	width: 100%;
	height: 100px;
}
.con-list-box span{
	display: block;
	padding: 10px 0 10px 10px;
	width: 65%;
	height: 80px;
	font-size: 20px;
	color: #000;
}
.con-list-box img{
	width: 70px;
	height: 70px;
	margin: 15px 15px 15px 0;
}
/*content end*/

/*more-banner start*/
.more-banner{
	padding-top: 55px;
	position: relative;
	/*width: 100%;*/
	overflow: hidden;
	/*height: 100%;*/
}
.more-banner img{
	/*display: block;*/
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	/*height: 100%;*/
	/*overflow: hidden;*/

}
.span-1{
	font-size: 20px;
    display: block;
    position: absolute;
    bottom: 30px;
    color: #fff;
    padding: 0 20px;
}
.span-2{
	font-size: 12px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 30px;
    color: #eee;
}
/*more-banner end*/
/*more start*/
.content-inner{
	margin: 20px;
}
.answer .content{
	background: #fff;
}
.question-title{
	color: #000;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}
.meta{
	padding: 10px 0px;
	/*width: 100%-40px;*/
	overflow: hidden;
	height: 34px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.author{
	color: #000;
    font-size: 18px;
    line-height: 34px;
    padding-left: 10px;
    font-weight: bold;
}
.bio{
	font-size: 16px;
}
.answer .content p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.answer .content p a, .answer .content p a span{
	font-size: 16px;
	color: #5ba8d4;
	line-height:30px;
}
.answer .content p span{
	font-size: 16px;
	color: #000;
}
.answer .content img{
	padding: 10px 0;
	height: 100%;
	width: 100%;
}
.view-more{
	margin: 20px 0;
    width: 100%;
    height: 34px;
    background: #eee;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
}

/*more end
