.main{
        width:100%;
        height:100%;
        background-color: #ecf6ff;
    }
    .xl_main{
        width:1200px;
        height:100%;
        border:2px #fff solid;
        background-color: #fff;
        margin:0 auto;
    }
    .navShow{
        margin-top:30px;
        margin-left:30px;
        border-bottom: 1px solid #999999;
        width:1150px;
        padding-bottom:10px;
    }
    .navShow a{
            color:#000;
    }
    .navShow a:hover{
            color:#0046bf;
    }
    .detailBox{
    width: 1100px;
    height: auto;
    /*border: 1px solid gray;*/
    /* margin-top: 30px; */
    /* border: 1px solid #E8EAED; */
    margin:auto;

}
.detail{
    width: 100%;
    /* height: 30px; */
    /* font-size: 12px; */
    display: flex;
    flex-direction: row;
    color: gray;
    position: relative;
    /* padding-bottom:10px; */
    background: #E8EAED;
    padding:5px 10px 5px 10px;
}
.detailright{
    position:absolute;
    right:10px;
}
.detailTitle{
    width: 100%;
    height: 60px;
    font-size: 28px;
    font-weight: bolder;
    margin: 0 auto;
    text-align: center;
    margin-top: 56px;
    color:#b00800;
    margin-bottom:30px;
}
.detailTitle_older{
    font-size: 36px !important;
}
.detailMes{
    /* width: 85%; */
    height: 25px;
    /* font-size: 12px; */
    display: flex;
    flex-direction: row;
    color: gray;
    position: relative;
    /* border-bottom: 1px solid #E8EAED; */
    /* left:100px; */
    background: #E8EAED;
    padding:5px 10px 5px 10px;
    margin-bottom:30px;
}
/* .detailMes span{
    margin-left: 32px;
} */
.detailMes span:last-child{
    position: absolute;
    right: 32px;

}
.content{
    width: 85%;
    margin: 0 auto;
    padding-top:20px;
    /* border-bottom: 2px solid #E8EAED; */
    padding-bottom:20px;
}
.content img{
    /* width:100% */
}
.zcwj{
    margin-top:20px;
    margin-left:85px;
}