.content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content p{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666666;
    /*text-indent:2em;*/

}

.content .con-head{
    width: 100%;
    height: 0.92rem;
    border-bottom: 0.01rem solid #eeeeee;
    margin-top: 0.36rem;
    box-sizing: border-box;
}
.con-head .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
}
.con-head .con-text{
    width: 100%;
    height: 0.38rem;
    display: flex;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.38rem;
}
.con-text .con-num{
    width: auto;
    height: 0.38rem;
    display: flex;
    margin-left: 0.2rem;
}
.con-num .num-img{
    width: 0.16rem;
    height: 0.1rem;
    margin-top: 0.14rem;
}
.con-num .num{
    margin-left: 0.1rem;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 0.15rem;
    box-sizing: border-box;
}
.con-box .con-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.3rem;
    margin-top: 0.4rem;
}
.con-box img{
    width:auto;
    max-width: 100%;
    margin: 0.1rem auto 0;
}



.con-last{
    width: 100%;
    height: 0.8rem;
    margin-top: 0.28rem;
    margin-bottom: 0.4rem;
}
.con-last .con-li{
    width: 100%;
    height: 0.35rem;
    font-size: 0.16rem;
}
.con-li:last-child{
    margin-top: 0.1rem;
}
.con-li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    line-height: 0.35rem;
    overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}

.con-li:hover a{
    color: #27acff;
}
