.fd-wz-default-container {
    width: 100%;
    height: auto;
    background: #f6fbff;
}

.fd-content {
    width: 100%;
    /*height: auto;*/
}
.fd-content-main {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 20px 42px 100px;
    min-height: 495px;
    width: 1300px;
    height: 100%;
    background: #fff;
}
.fd-wz-content {
    margin: 55px auto 0;
    width: 1030px;
    height: auto;
}
.fd-wz-content .fd-wz-title {
    margin-bottom: 55px;
    color: #23272b;
    font-size: 28px;
    text-align: center;
}

.fd-wz-content .fd-wz-info {
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    color: #666666;
    font-size: 16px;
    border-bottom: 3px solid #e1e1e1;
}
.fd-wz-content .fd-wz-info > span {
    padding-right: 25px;
}
.fd-wz-content .fd-wz-info p {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 26px;
    color: #23272b;
}

.fd-wz-content .fd-wz-info p .fd-font {
    display: inline-block;
    width: 27px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
    cursor: pointer;
}
.fd-wz-content .fd-wz-info p .fd-font:hover,
.fd-wz-content .fd-wz-info p .fd-font.active {
    color: rgb(255, 255, 255);
    background-color: rgb(78, 122, 195);
}

.fd-wz-main {
    padding-top: 20px;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
    color: #23272b;
}
.fd-big p {
    font-size: 18px !important;
}
.fd-big .fd-img-info{
    font-size: 17px !important;
}
.fd-middle p {
    font-size: 16px !important;
}
.fd-middle .fd-img-info{
    font-size: 15px !important;
}
.fd-small p {
    font-size: 14px !important;
}
.fd-small .fd-img-info{
    font-size: 13px !important;
}
.fd-big div {
    font-size: 18px !important;
}
.fd-middle div {
    font-size: 16px !important;
}
.fd-small div {
    font-size: 14px !important;
}
.fd-wz-main .fd-wz-img {
    margin: auto;
    width: 877px;
    /*height: 492px;*/
}
.fd-wz-main .fd-wz-img img {
    display: block;
    margin: auto;
    width: 877px;
    height: 100%;
    /*保持原有尺寸比例*/
    /*object-fit: scale-down;*/
}

.fd-img-info {
    margin: 5px 76.5px 0 76.5px;
    /*margin-bottom: 70px;*/
    color: #23272b;
    font-weight: bold;
    text-align: left;
}
.fd-big .fd-img-info {
    font-size: 22px;
}
.fd-middle .fd-img-info {
    font-size: 20px;
}
.fd-small .fd-img-info {
    font-size: 18px;
}

.fd-wz-main p {
    text-indent: 2em;
    line-height: 40px;
}

.fd-wz-abstract {
    margin-bottom: 40px;
}

.fd-margin-top {
    margin-top: 40px;
}

.fd-text-right {
    text-align: right;
}
.fd-text-right span {
    display: inline-block;
    min-width: 350px;
    text-align: left;
    white-space: nowrap;
}

.fd-wz-default-container .fd-footer {
    margin-top: 0;
}

.fd-wz-main .fd-wz-img video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/*附件*/
.fd-big .fd-fj-box {
    font-size: 20px;
}
.fd-middle .fd-fj-box {
    font-size: 18px;
}
.fd-small .fd-fj-box {
    font-size: 16px;
}
.fd-fj-box p {
    position: relative;
    z-index: 1;
    padding-left: 35px;
    text-indent: 0;
}
.fd-fj {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.fd-fj-box p .fd-fj-name {
    padding-left: 24px;
    background: url("../images/wz-default/fj.png") left center no-repeat;
}
.fd-fj-box p .fd-fj-name:hover {
    color: #0145b2;
    background: url("../images/wz-default/fj-act.png") left center no-repeat;
    cursor: pointer;
}

/*一个独占一栏*/
.fd-img-box.fd-only-one {
    margin: auto;
    width: 100%;
}

.fd-img-box.fd-only-one .fd-img-item {
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
.fd-img-box.fd-only-one .fd-wz-img {
    width: 877px;
    /*height: 592px;*/
}
/*两个一栏*/
.fd-img-box.fd-only-two {
    padding: 0 40px;
}
.fd-img-box.fd-only-two .fd-img-item {
    display: inline-block;
    margin-right: 25px;
    width: 460px;
}

.fd-img-box.fd-only-two .fd-img-item:nth-child(2n+2) {
    margin-right: 0;
}

.fd-img-box.fd-only-two .fd-wz-img {
    width: 100%;
    height: 260px;
}

.fd-img-box.fd-only-two .fd-img-info {
    text-align: center;
    text-indent: 0;
    line-height: 30px;
}
/*三个一栏*/
.fd-img-box.fd-only-three {
    padding: 0 40px;
}
.fd-img-box.fd-only-three .fd-img-item {
    display: inline-block;
    margin-right: 10px;
    width: 305px;
}

.fd-img-box.fd-only-three .fd-img-item:nth-child(3n+3) {
    margin-right: 0;
}

.fd-img-box.fd-only-three .fd-wz-img {
    width: 100%;
    height: 170px;
}

.fd-img-box.fd-only-three .fd-img-info {
    text-align: center;
    text-indent: 0;
    line-height: 30px;
}