.content{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.26667rem;
}

.ask-content{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0.26667rem;
    padding: 0.4rem 0.24rem 0.5333rem;
    background-color: #f9f9f9;
    border-radius: 0.08rem;
}
.ask-title{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0.26667rem;
    padding: 0.4rem 0.24rem 0.26667rem;
    background-color: #f9f9f9;
    border-radius: 0.08rem;
}
.ask-title h1{
    position: relative;
    display: block;
    font-size: 0.506667rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    box-sizing: border-box;
    padding-left: 0.21333rem;
}
.ask-title h1 span{
    position: absolute;
    top: 0.04rem;
    left: 0;
    display: block;
    width: 0.08rem;
    height: 0.426667rem;
    border-radius: 0.04rem;
    background-color: #8ac027;
    margin-right: 0.1333rem;
}
.ask-title-date{
    margin-top: 0.4rem;
    padding-bottom: 0.36rem;
    border-bottom: 0.01333rem solid rgba(138,192,39,.2);
}
.ask-title-date em{
    display: inline-block;
    font-size: 0.32rem;
    line-height: 1;
    color: #8ac027;
}

.juhe-content{
    width: 100%;
    box-sizing: border-box;
    padding: 0.26667rem 0.2rem 0.8rem;
    background-color: #f9f9f9;
    border-radius: 0.08rem;
    margin-top: 0.26667rem;
    overflow: hidden;
}
.juhe-content-title{
    display: block;
    box-sizing: border-box;
    padding-left: 0.42rem;
    background:  left center no-repeat;
    background-size: 0.32rem auto;
    font-size: 0.48rem;
    font-weight: bold;
    color: #90c730;
    line-height: 1;
}

.ask-txt{
    position: relative;
}
.ask-txt p{
    font-size: 0.426667rem;
    line-height: 0.746667rem;
    color: #333;
    margin: 0.906667rem 0 -0.16rem;
}
.ask-txt p:first-child{
    margin-top: 0.37333rem;
}
.ask-txt-btm{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.6rem;
    background-image: linear-gradient(to top, rgba(249,249,249,1), rgba(249,249,249,0));
}
.ask-txt-btm img{
    display: block;
    position: absolute;
    bottom: -0.1333rem;
    left: 50%;
    margin-left: -0.13333rem;
    width: 0.26667rem;
}

.juhe-detail{
    display: block;
    margin: 0.61333rem auto 0;
    font-size: 0.55rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    width: 9rem;
    height: 1rem;
    background-color: #8ac027;
    border-radius: .5rem;
}


.ask-up{
    box-sizing: border-box;
    padding: 0.16rem 0.2rem;
    margin-top: 0.26667rem;
    border-radius: 0.08rem;
    background-color: #f9f9f9;
}
.ask-up a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.16rem 0 0.16rem 0.46667rem;
    font-size: 0.37333rem;
    line-height: 1;
    color: #666;
    background:  left center no-repeat;
    background-size: auto 0.21333rem;
}
.ask-up a:last-child{
    background:  left center no-repeat;
    background-size: auto 0.21333rem;
}


.ask-tj{
    margin-top: 0.4rem;
}
.ask-tj>h2{
    box-sizing: border-box;
    padding-left: 0.36rem;
    background:  left center no-repeat;
    background-size: 0.24rem auto;
    font-size: 0.37333rem;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.ask-tj>ul{
    overflow: hidden;
}
.ask-tj>ul li:nth-child(odd){
    float: left;
    width: 4.5333rem;
}
.ask-tj>ul li:nth-child(even){
    float: right;
    width: 4.5333rem;
}
.ask-tj>ul a{
    display: block;
    width: 100%;
    height: 0.56rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    margin-top: 0.26667rem;
    border-radius: 0.1333rem;
    background-color: #f9f9f9;
    font-size: 0.37333rem;
    line-height: 0.56rem;
    color: #333;
    text-align: left;
}