﻿



.wrap{
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0  0.4rem;
    text-align: center;
}
.banner{
    margin-top: 0.26667rem; 
}
.banner img{
    width: 100%;
}

.index-nav{
    margin-top: 0.1333rem;
    width: 100%;
}
.index-nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-nav ul li{
    box-sizing: border-box;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: flex-start;
    /*text-align: left;*/
    position: relative;
    width: 4.4rem;
    height: 1.6rem;
    margin-top:0.2666rem;
    padding: 0.333rem;
    border-radius: 0.26667rem;
}
.index-nav ul li img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.index-nav ul li h2{
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.index-nav ul li a{
    font-size: 0.32rem;
    color: #fff;
    line-height: 1;
}

/*带问好的a标签*/
.wenhao{
    text-align: left;
    display: block;
    padding-left: 0.46667rem !important;
    background-image: url(../images/wenhao.png);
    background-repeat: no-repeat;
    background-size: 0.3333rem 0.37333rem;
    /*background-origin: content-box;*/
    background-position: center left;
}


/*推荐专题*/
.tjzt{
    padding: 0 0.4rem;
    background-color: #fff;
    border-radius: 0.26667rem;
    margin-top: 0.4rem;
}
.tjzt h2{
    font-size: 0.32rem;
    color: #999;
    line-height: 0.86667rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.tjzt h2 img{
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    margin-right: 0.1333rem;

}
.tjzt ul{
    padding-bottom: 0.26667rem;
}
.tjzt ul li{
    /*display: flex;*/
    /*align-items: center;*/
    text-align: left;
    height: 1.46667rem;
    border-bottom: 1px dashed #ddd;
}
.tjzt ul li:last-child{
    border-bottom:0;    
}
.tjzt ul li a{
    display: inline-block;
    width: 7.8rem;
    color: #333;
    font-size: 0.4rem;
    line-height: 1.46667rem;
}
.tjzt ul li img{
    /*vertical-align: text-bottom;*/
    width: 0.3333rem;
    height:0.37333rem;
    margin-right:0.1333rem; 
}

/*最新问答、问答专题*/
.zxwdzt{
    border-radius: 0.2667rem;
    background-color:#fff; 
    margin-top: 0.26667rem;
    box-sizing: border-box;
    padding: 0.1333rem 0.4rem;
}

.zxwdzt .title{
    display: block;
    height: 1.2533rem;
    border-bottom: 1px solid #ddd;
}


.zxwdzt .title li{
    position: relative;
    margin-right: 0.6667rem;
    font-size: 0.48rem;
    color: #bbb;
    font-weight: bold;
    line-height: 1.2533rem;
}
.zxwdzt .title li.active{
    color: #333;
}

.zxwdzt .title li.active::after{
    content:"";
    display: inline-block;
    position: absolute;
    width: 1.86667rem;
    height:0.1333rem;
    background-color: #2abf69;
    bottom:0;
    left: 0;
}

.zxwdzt .list{
    display: none;
}
.zxwdzt .list.active{
    display: block;
}

.zxwdzt .list li{
    height: 2.2rem;
    border-bottom: 1px dashed #ddd;
}
.zxwdzt .list li:last-child{
    border-bottom: 0;
}
.zxwdzt .list li a{
    font-size: 0.4rem;
    color: #333;
    line-height: 1.2rem;
    margin-top: 0.1333rem;
}
.zxwdzt .list li div{
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    align-items: center;
}
.zxwdzt .list li time,.zxwdzt .list li .hit{
    color: #999;
    font-size: 0.32rem;
    line-height: 1;
}
.zxwdzt .list li span{
    display: inline-block;
    font-size: 0.32rem;
    color: #ddd;
    margin-left: 0.2667rem;
    margin-right: 0.2rem;
}
.zxwdzt .list li .hit img{
    width: .426667rem;
    height: .32rem;
    vertical-align: middle;
    margin-right: 0.067rem;
}

/*热门关注*/
.rmgz{
    padding: 0 0.4rem;
    background-color: #fff;
    border-radius: 0.26667rem;
    margin-top: 0.4rem;
}
.rmgz h2{
    font-size: 0.32rem;
    color: #999;
    line-height: 0.86667rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.rmgz h2 img{
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    margin-right: 0.1333rem;

}
.rmgz ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 0.5333rem;
}
.rmgz ul li{
    margin-top: 0.5333rem;
    width: 2.6rem;
    height:1.06667rem;
    border-radius: 0.26667rem;
    background-color: #f5f5f5;
}
.rmgz ul li a{
    font-weight: bold;
    font-size: 0.37333rem;
    color: #333;
    line-height: 1.06667rem;
}