/*新闻详情区域*/
/*位置导航区域*/
.wz{
    margin: 40px auto 20px auto ;
    padding: 0;
    color: #666666;
}
.wz img{
    vertical-align: text-top;
    margin: 0px 0 0 0;
}
.wz img.right{
    margin: 7px 0 0 0;
    vertical-align: top;
}
.wz a{
    color: #666;
}


/*详情页中的分页*/
.fenye{
    margin: 0 0 0 0;
    padding:40px 0 80px 0;
    overflow: hidden;
    display: block;
}
.fenye a{
    color: #202020;
    font-size: 18px;
    line-height: 58px;
    background-size: 8px;
    display: inline-block;
    width: 48%;
    border: 1px #666666 solid;
    text-align: left;
    padding: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 4px;
}
.fenye a:nth-child(2){
    float: right;
}

.fenye a span{
    padding: 4px 6px;
    border-radius: 14px;
    text-align: center;
    line-height: 32px;
    color: #666666;
    margin: 0;
    font-size: 20px;
}
.fenye a:hover span{
    color: #fff;
}
.fenye a:hover{
    border: 1px #2c3f95 solid;
    background: #2c3f95;
    color: #fff;
}





div.domeOne{
    padding: 0px 0;
    background: #fafafa;
}

.domeOne .mathBox{
    padding: 0 0 120px 0;
}
.domeOne .mathBox h2{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 30px;

    font-weight:400;
    color:rgba(32,32,32,1);
    line-height:50px;

}


.domeOne .mathBox .timeInfo{
    font-size:12px;
    font-weight:400;
    color:#666;
    line-height:24px;
    margin: 10px 0 20px 0;
}
.domeOne .mathBox .timeInfo span{
    margin: 0 20px 0 0;
}
.domeOne .mathBox .timeInfo span:last-child{
    margin: 0;
}
@media screen  and (max-width: 1440px){
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1400px) {

    .containerBox{
        width: 100%;
        padding: 0 14px;
    }




}



@media screen and (max-width: 1200px) {

    #textInfo *{
        font-size: 12px !important;
        line-height: 20px !important;
        margin: 3px 0 10px 0;
    }
    #textBox h2 {
        font-size: 14px !important;
        color: rgb(102, 102, 102);
        margin: 0 0 0px 0;
        font-weight: 700;
        line-height: 20px;
    }
    .domeOne .mathBox .timeInfo {
        font-size: 12px;
        margin: 2px 0 6px 0;
    }

    #textBox {
        padding: 0px;
    }

    #textBox .info div.fontSize {
        float: none;
        margin: 0px 0 0 0px;
        display: none;
    }
    #textBox .info {
        font-size: 12px;
        margin: 0 0 8px 0;
    }
    #textBox .info span:nth-child(2){
        float: right;
    }
    #textBox .info div.fontSize div:nth-child(1) {
        margin: -3px 0 0 0;
    }


    .fenye {
        padding: 26px 0 40px 0;
    }
    .fenye a {
        font-size: 13px;
        display: block;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        width: 100%;
        line-height: 20px;
        margin: 0 0 10px 0;
        padding: 0 0;
        max-width: 500px;
        border: 1px #bdbdbd solid;
    }
    .fenye a span {
        padding:   4px 10px;
        font-size: 13px;
    }
    .fenye a:nth-child(2) {
        float: unset;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }


}




@media screen and (max-width: 800px) {

.wz {
    margin: 16px auto 16px auto;
    padding: 0;
    color: #666666;
    font-size: 12px;
}
.wz img:nth-child(1) {
    margin: 2px 0 0 0;
    height: 12px;
}
.wz img.right {
    margin: 4px 0 0 0;
    vertical-align: top;
}
}


