.content{
	background: #F1F1F1;
}
/*面包屑导航 */
.tips{
	margin: 20px 0 30px 0;
	color: #000000;
}
.tips a{
	margin: 0 10px;
	color: #000000;
}
.tips a:hover{
	color: red;
	text-decoration: underline;
}
/*资讯列表 */
.leftAns{
	width: 900px;
	margin-right: 30px;
}
.answerUl li{
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 5px;
}
.answerList li:last-child{
	border-bottom: none;
}

.answerUl li p{
	line-height: 2;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}
.answerUl li p i{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: red;
	margin-right: 10px;
}
.answerUl li .time{
	text-align: right;
	color: #CCCCCC;
	margin: 10px 0;
}
.answerUl li .answer i{
	background: #40c87f;
}
.answerUl li:hover{	
	border-bottom:none;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
}
/*分页*/
.pageOut{
    text-align: center;
}
.page {
    display: inline-block;
    margin: 50px auto;
}
.page li{
    float: left;
    padding: 0 5px;
}
.page li a{
    font-family: SimHei;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #01adef;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.page li a:hover{
    background: #40c87f;
    color: #fff;
}
.page .arrow-back {
    margin-right: 10px;
}
.page li a.active{
    background: #40c87f;
}
.whichPage {
    font-family: SimHei;
    color: #666;
    font-size: 16px;
}
.whichPage .whichPageTxt{
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid #01adef;
    border-radius: 5px;
}
.whichPage .whichPageBtn{
    color: #666;
    display: inline-block;
    box-sizing: border-box;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid #01adef;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Microsoft Yahei", "SimHei", "SimSun", "宋体";
    cursor: pointer;
    background: #FFFFFF;
}
.onlyli{
	margin: 15px 5px 0 5px;
}
/*最新问题 */
.newestAns{
	margin: 30px 0;
	padding-bottom: 10px;
	width: 270px;
	background: #FFFFFF;
	border-radius: 5px;
}
.newestAns h5{
	background: #01adef;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 10px;
}
.newestAns ul li{
	margin: 0 10px;
	padding-left: 12px;
	line-height: 40px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	border-bottom: 1px dashed #CCCCCC;
	position: relative;
}
.newestAns ul li:last-child{
	border-bottom: none;
}
.newestAns ul li::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #01adef;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 0px;
}
.newestAns ul li:hover a{
	color: #01adef;
}
/*热门问题 */
.hotAns{
	margin: 30px 0;
	padding-bottom: 10px;
	width: 270px;
	background: #FFFFFF;
	border-radius: 5px;
}
.hotAns h5{
	background: #40c87f;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 10px;
}
.hotAns ul li{
	margin: 0 10px;
	padding-left: 12px;
	line-height: 40px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	border-bottom: 1px dashed #CCCCCC;
	position: relative;
}
.hotAns ul li:last-child{
	border-bottom: none;
}
.hotAns ul li::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #40c87f;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 0px;
}
.hotAns ul li:hover a{
	color: #40c87f;
}


/*新增地址弹框*/
.addbg {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.addbg .addCont{
    width: 50%;
    height: auto;
    position: fixed;
    z-index: 9999;
    top: 30px;
    left: 25%;
    background: #FFFFFF;
    padding-bottom: 20px;
}
.addbg .addCont h5{
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    background: #01ADEF;
}
.addbg .addCont h5 .cancel{
    float: right;
    margin: 8px 12px 0 0;
    cursor:pointer;
}
.addbg .addCont div{
    margin: 20px 0;
}
.addbg .addCont span{
    display: inline-block;
    width: 150px;
    line-height: 32px;
    text-align: right;
    vertical-align: top;
}
.addbg .addCont div label{
    display: inline-block;
    width: 310px;
    margin-left: 20px;
}
.addbg .addCont div label input{
    width: 307px;
    line-height: 32px;
    border: 1px solid #ccc;
}
.addbg .addCont .onlyAdd span{
    vertical-align: top;
}
.addbg .addCont .onlyAdd label .detailedAdd{
    width: 308px;
    line-height: 32px;
    border: 1px solid #ccc;
    height: 60px;
}
.addbg .addCont div button{
    width: 306px;
    line-height: 32px;
    color: #FFFFFF;
    background: #40c87f;
    border-radius: 5px;
    text-align: center;
    margin-left: 175px;
}
.addbg .addCont .dresscity .Form-group{
    width: 100px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
}

/*提示*/
.addbg .addCont div .tips {
    font-size:15px;
    color:red;
    display:none;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 5px;
}