*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
    color: #333333;
}
.box{
    width: 100%;
    /*height: 100vh;*/
}
p img{
    display: block;
    width: 100%;
    height: 100%;
}
.box .head{
    width: 7.12rem;
    height: 0.9rem;
    background: #ff9e02;
    padding: 0 0.19rem;
    font-size: 0.34rem;
    color: white;
    line-height: 0.9rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
}
.head a{
    color: #ffffff;
}
.head .head-box{
    position: absolute;
    top: 0;
    left: 0.19rem;
    display: block;
    width: 0.4rem;
    height: 100%;
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.9rem;
}
/*.head .iconfont{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0.19rem;*/
    /*display: block;*/
    /*width: 0.4rem;*/
    /*height: 100%;*/
    /*font-size: 0.4rem;*/
    /*text-align: center;*/
    /*line-height: 0.9rem;*/
/*}*/
.box .content{
    width: 7.12rem;
    height: auto;
    overflow: hidden;
    padding: 0 0.19rem;
    margin-top: 0.9rem;
}
.content .con-title{
    width: 100%;
    height: 0.32rem;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.32rem;
}
.content .time{
    width: 100%;
    height: 0.28rem;
    margin-top: 0.2rem;
}
.time .iconfont{
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.28rem;
    float: left;
    color: #cccccc;
}
.time span{
    display: block;
    width: auto;
    height: 0.28rem;
    margin-left: 0.2rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.28rem;
    float: left;
}
.content .con-box{
    width: 100%;
    height: auto;
    margin-top: 0.26rem;
}
.con-box p{
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.45rem;
}
.clicks{
    width: 100%;
    height: 0.5rem;
    margin-top: 0.3rem;
}
.clicks .previous{
    width: auto;
    height: 0.5rem;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.5rem;
    margin-left: 0.3rem;
}
.clicks .next{
    width: auto;
    height: 0.5rem;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.5rem;
    margin-left: 0.3rem;
}
