.main{
    padding-bottom: 40px;
}
.productNav{
    width: 750px;
    margin: 0 auto;
    position: relative;
    padding-top: 28px;
    padding-bottom: 3px;
}
.productNav ul{
    width: 406px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;

}
.productNav ul .prli{
    height: 40px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 40px;
    color: #675C5C;
    opacity: 1;
}
.productNav ul .thisicon{
    height: 42px;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    color: #333333;
}
.bottomline{
    position: absolute;
    bottom:-7px;
    left: 172px;
    margin-left: -18px;
    transition: left 0.2s;
    z-index: 10;
}

.text{
    width: 100%;
    background: #fff;
    margin-top: 8px;
    padding: 0 30px;
    height: auto;
    overflow:auto;
    box-sizing: border-box;
    position: relative;
}
.text .datalist{
    margin: 0 auto;
    margin-bottom: 40px;
    width: 690px;
    min-height: 300px;
}
.text .datalist li{
    height: 93px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
}
.text .datalist .alink{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    opacity: 0;
}
.text .datalist .textT{
    height: 37px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 37px;
    color: #333333;
    opacity: 1;
    margin-top: 46px;
}
.text .datalist .textTime{
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #927B7B;
    opacity: 1;
    margin-top: 51px;
}


/*页码*/
.paggContainer{
    margin: 60px auto 30px;
    width: auto;
    height: 56px;
    opacity: 1;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paggContainer .pageContainer{

    height: 27px;
    overflow: hidden;
}
.paggContainer .nextBtn{
    width: 96px;
    height: 56px;
    border: 1px solid #E3E3E3;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    line-height: 56px;
    margin: 0 6px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #675C5C;
    background: #fff;
    /*border:none;*/
    outline: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.paggContainer .outbox{
    /*width: 165px;*/
    min-width: 68px;
    max-width: 340px;
    height: 56px;
    overflow: hidden;
    position: relative;
}
.paggContainer ul{
    position: absolute;
    top:0;
    left: 0;
    transition: left .2s;
    width: auto;
    overflow: hidden;
}
.paggContainer ul li{
    width: 56px;
    height: 56px;
    border: 1px solid #E3E3E3;
    opacity: 1;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 0 6px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 56px;
    color: #675C5C;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: #FFFFFF;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.paggContainer .allNum{
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #675C5C;
    opacity: 1;
    display: inline-block;
    margin-left: 12px;
}
.thisPage{
    background: #E7413B!important;
    color:#fff!important;
    border: none!important;
    outline: none;
}
