.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{
    padding-bottom: 0.6rem;
    border-bottom: 0.01333rem solid rgba(138,192,39,.2);
}
.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;
}
.ask-title-date em{
    display: inline-block;
    font-size: 0.32rem;
    line-height: 1;
    color: #8ac027;
}
.ask-title-date em:nth-child(n 2){
    margin-left: 0.48rem;
}

.ask-jxhd{
    margin-top: 0.4rem;
    font-size: 0.48rem;
    font-weight: bold;
    color: #90c730;
    line-height: 1;
    box-sizing: border-box;
    padding-left: 0.6rem;
    background:  left center no-repeat;
    background-size: auto 0.45333rem;
}
.ask-txt p,.ask-txt h2{
    font-size: 0.426667rem;
    line-height: 0.746667rem;
    color: #333;
    margin: 0.906667rem 0 -0.16rem;
}
.ask-txt h2{
    font-weight: bold;
}
.ask-txt p:first-child{
    margin-top: 0.37333rem;
}


.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;
    margin-top: 0.26667rem;
    border-radius: 0.1333rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    background-color: #f9f9f9;
    font-size: 0.37333rem;
    line-height: 0.56rem;
    color: #333;
}