/* 内容 */
.fd-body {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    margin-top:55px;
    border-left: 1px solid #BF1C1C;
    border-right: 1px solid #BF1C1C;
}

.fd-body .body-nav {
    width: 190px;
    float: left;
    padding-top: 80px;
}

.fd-body .body-nav .body-nav-name {
    color: #BF1C1C;
    font-size: 18px;
    margin: 0 auto;
    padding: 0px 0px;
    border-left: 4px solid #BF1C1C;
    line-height: 1;
    width: 50px;
    height: 38px;
    padding-left: 5px;
    line-height:21px;
}

.fd-body .body-nav .body-nav-name span:nth-child(1) {
    font-weight: bold;
    margin-right: -5px;
}

.fd-body .body-nav .body-nav-date p:nth-child(1) {
    text-align: center;
    color: #BF1C1C ;
    font-size: 20px;
    margin-top: 57px;
}

.fd-body .body-nav .body-nav-date p:nth-child(2) {
    text-align: center;
    color: #BF1C1C ;
    font-size: 30px;
    line-height: 1.1;
}

.fd-body .body-nav .body-nav-date p:nth-child(3) {
    text-align: center;
    color: #BF1C1C ;
    font-size: 20px;
    line-height: 1.1;
}

.fd-body .body-nav .body-nav-date p:nth-child(4) {
    text-align: center;
    color: #666666;
    font-size: 14px;
    margin-top: 50px;
}

/* 右侧内容 */
.fd-body .body-inner {
    width: 965px;
    float: right;
    /* border-left: 1px solid #EDEDED; */
    min-height: 500px;
    padding-bottom: 20px;
    position: relative;
}

.fd-body .body-inner .wznr {
    padding: 0 20px 0px 35px;
    position: relative;
    min-height: 460px;
}
.fd-body .body-inner .wznr .img-fg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 100%;
}
.fd-body .body-inner .wznr .img-fg .img-round-top{
    position: absolute;
    width: 9px;
    height:9px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    background-color:#BF1C1C;
}
.fd-body .body-inner .wznr .img-fg .img-round-bottom {
    position: absolute;
    width: 9px;
    height:9px;
    left: 0px;
    bottom: 0px;
    border-radius: 50%;
    background-color:#BF1C1C
}
.fd-body .body-inner .wznr .img-fg .img-line {
    height: calc(100% - 18px);
    width: 1px;
    background-color: #BF1C1C;
    position: absolute;
    left: 4px;
    top: 9px;
}
.fd-body .body-inner .title {
    text-align: center;
    color: #333333;
    font-size: 40px;
    margin-top:20px;
}

.fd-body .body-inner .img {
    text-align: center;
    margin-top: 30px;
}

.fd-body .body-inner .inner {
    text-align: left;
    margin-top: 40px;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 30px;
}

.fd-body .body-inner .inner p{
     margin-bottom:20px;
     text-indent: 40px;
}


/* 暂无栏目 */
.zwlm {
    color: #202020;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 200px;
}