.newtext{
    padding: 70px 0 0 0;
}
.newtext .texttitle {
    font-size: 30px;
    color: #034488;
    font-weight: bolder;
    text-align: center;
}

.newtext .textother {
    text-align: center;
    padding: 26px 0 20px 0;
    margin: 0 0 26px 0 ;
    position: relative;
    border-bottom: 1px #034488 solid;
}
.newtext .textother:after{
    width: 100%;
    height: 2px;
    display: block;
    content: " ";
    position: absolute;
    bottom: 2px;
    background: #034488;
    left: 0;
}
.newtext .textother span{
    font-size: 18px;
    color: #888888;
    margin: 0 20px;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}
.texttext,
.texttext *{
    color: #333333;
    font-size: 18px;
    line-height: 34px;
}

.pagebox{
    margin: 42px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px #a3b4c4 dashed;
}
.pagebox .disfixspace ul li{
    margin:0 0 10px 0;
}
.pagebox .disfixspace ul li a{
    font-size: 18px;
    color: #333333;
}
.pagebox .disfixspace ul li a:hover{
    color: #034387;
}
.pagebox .disfixspace ul li span{
    color: #034387;
    margin: 0 5px 0 0;
}
.pagebox .disfixspace a.backbtn{
    display: inline-block;
    background: #044388;
    color: #ffffff;
    font-size: 16px;
    line-height: 46px;
    padding: 0 30px;
    border-radius: 12px;
    font-family: "Microsoft YaHei";
}
.pagebox .disfixspace a.backbtn:hover{
    box-shadow: 0px 0px 3px #8d8d8d ;
}
.pagebox .disfixspace a.backbtn i{
    width: 18px;
    height: 14px;
    display: inline-block;
    background: url(../img/newinfobalck.png) no-repeat center;
    background-size: contain;
    vertical-align: sub;
    margin: 0 10px 0 0;
}
.pagebox .disfixspace ul{
    flex: 1;
    min-width: 0;
    padding:0 10% 0 0;
}


/*响应式区域*/
@media (max-width: 1500px) {
    .newtext {
        padding: 60px 0 0 0;
    }
    .newtext .texttitle {
        font-size: 28px;
    }
    .newtext .textother {
        padding: 14px 0 16px 0;
        margin: 0 0 20px 0;
    }
    .texttext, .texttext * {
        font-size: 17px;
    }
    .pagebox .disfixspace ul li a {
        font-size: 17px;
    }

}
@media (max-width: 1400px) {
    .newtext {
        padding: 40px 0 0 0;
    }
    .newtext .texttitle {
        font-size: 24px;
    }
    .newtext .textother span {
        font-size: 16px;
        margin: 0 12px;
    }

    .texttext, .texttext * {
        font-size: 16px;
        line-height: 28px;
    }
    .pagebox .disfixspace a.backbtn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 26px;
    }



}
@media (max-width: 1200px) {
    .newtext .textother span {
        font-size: 15px;
        margin: 0 8px;
    }
    .pagebox .disfixspace ul li a {
        font-size: 16px;
    }

}
@media (max-width: 768px) {
    .newtext {
        padding: 15px 0 0 0;
    }
    .newtext .texttitle {
        font-size: 17px;
    }
    .newtext .textother {
        padding: 8px 0 10px 0;
        margin: 0 0 12px 0;
    }
    .newtext .textother span {
        font-size: 13px;
        margin: 0 8px;
        position: relative;
        padding: 0 0 0 14px;
    }
    .newtext .textother span:nth-child(4):before,
    .newtext .textother span:nth-child(3):before{
        width: 12px;
        height: 12px;
        display: inline-block;
        background: url(../img/time.png) no-repeat center;
        background-size: contain;
        content: " ";
        position: absolute;
        top: 50%;
        transform: translate(-0%,-50%);
        left: 0px;
    }
    .newtext .textother span:nth-child(4):before{
        background: url(../img/look.png) no-repeat center;
        background-size: contain;
    }
    .texttext, .texttext * {
       max-width:100%;
        font-size: 13px !important;
        line-height: 24px !important;
    }

     .texttext img{
         width:100% !important;
         height:auto !important;
     }

    .pagebox {
        margin: 20px 0 0 0;
        padding: 12px 0 0 0;
    }
    .pagebox .disfixspace{
        display: block;
    }
.pagebox .disfixspace ul{
   
    padding:0 0% 0 0;
}
    .pagebox .disfixspace ul li {
        margin: 0 0 4px 0;
    }
    .pagebox .disfixspace ul li a {
        font-size: 14px;
    }


}





















