body {
    margin: 0;
    font-family: serif;
    padding-bottom: 40px;
}

* {
    box-sizing: border-box;
}


.fd-common-layout {
    max-width: 1280px;
    margin: 0 auto;
}

.fd-header {

}

.fd-header .fd-title-area {
    padding: 16px 0 20px;
    background: url(header-title-bg-02.png) no-repeat  center 10% / 100% ;
}

.fd-header .fd-title {
    color: #b72a23;
    font-size: 38px;
    line-height: 50px;
    font-family: serif;
    font-weight: 700;

}

.fd-header .fd-date {
    color: #333;
    font-size: 16px;
    text-align: right;
}

.fd-header .fd-sub-title-area {
    height: 100px;
    background: url(header-title-bg-01.png) no-repeat center / 100%;
}

.fd-header .fd-sub-title {
    font-size: 38px;
    color: #0b4d92;
    letter-spacing: 1px;
    line-height: 100px;
    font-weight: 700;
    font-family: serif;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}


/* tab */
.fd-tab-wrap {
    background: linear-gradient(to right, rgba(196, 226, 250, 0), rgba(196, 226, 250, 0.7), rgba(196, 226, 250, 0)) no-repeat center bottom 28px/ 100% 66%;
}

.fd-tab-list {
    list-style: none;
    display: flex;
    padding: 0;
}
.fd-tab-list li{
    position: relative;
    width: 16%;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-family: serif;
    font-weight: 700;
    margin: 10px;
    cursor: pointer;
}
.fd-tab-list li {
    position: relative;
    width: 16%;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-family: serif;
    font-weight: 700;
    margin: 10px;
    cursor: pointer;
}

.fd-tab-list li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background-color: #fff;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0px rgba(192,192,192,0.2);
}
.fd-tab-list li > div {
    z-index: 2;
    position: relative;
    padding-top: 80px;
    background:  no-repeat top center / 70%;
    padding-bottom: 30px;
}

#one1 > div {
    background-image: url(tab-jczt.png);
}
#one2 > div {
    background-image: url(tab-jcsxhyj.png);
}
#one3 > div {
    background-image: url(tab-jcpcsx.png);
}
#one4 > div {
    background-image: url(tab-jcbz.png);
}
#one5 > div {
    background-image: url(tab-jcjh.png);
}
#one6 > div {
    background-image: url(tab-jcws.png);
}

.fd-tab-list li p {
    margin: 5px 0 15px;
}

.fd-tab-list li .fd-arrow {
    width: 0;
    border-top: 12px solid #dee8fe;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.fd-tab-list li.fd-active .fd-arrow {
    display: block;
}


/* 公示情况 */
.fd-gsqk-wrap {
    display: flex;
}

.fd-gsqk-wrap .fd-left {
    writing-mode: vertical-lr;
    flex: none;
}

.fd-gsqk-wrap .fd-left .fd-title-01, .fd-gsqk-wrap .fd-left .fd-title-02 {
    position: relative;
    height: 300px;
    width: 52px;
    line-height: 52px;
    letter-spacing: 4px;
    text-align: center;
}

.fd-gsqk-wrap .fd-left .fd-title-01 {
    background-color: #f4f4f4;
    position: relative;
    top: 20px;
    right: -10px;
}

.fd-gsqk-wrap .fd-left .fd-title-01::after,
.fd-gsqk-wrap .fd-left .fd-title-02::after {
    content: "";
    width: 52px;
    height: 100px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background:  no-repeat bottom center / 200%;
}

.fd-gsqk-wrap .fd-left .fd-title-01::after {
    background-image: url(title-bg-01.png);
}
.fd-gsqk-wrap .fd-left .fd-title-02::after {
    bottom: -20px;
    background-image: url(title-bg-02.png);
}

.fd-gsqk-wrap .fd-left .fd-title-02 {
    background-color: #30a1fd;
    color: #fff;
   
}

.fd-gsqk-wrap .fd-left .fd-title-01::before,
.fd-gsqk-wrap .fd-left .fd-title-02::before {
    content: "";
    width: 0;
    border-top: 20px solid #fff;
    border-left: 26px solid transparent;
    border-right: 26px solid #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.fd-right {
    flex: auto;
    margin-left: 15px;
}

.fd-right .fd-gsqk-title {
    padding-left: 16px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(204, 204, 204, 0.2), rgba(204, 204, 204, 0.05));

}

.fd-gsqk-list {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.fd-gsqk-list .fd-gsqk-item {
   
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    
}

.fd-gsqk-list .fd-gsqk-item > div {
    position: relative;
    background: url(gsqk-item-bg.png) no-repeat center;
}

.fd-gsqk-list .fd-gsqk-item > div::before {
    content: "";
    border-top: 11px solid #fff;
    border-right: 11px solid #fff;
    border-left: 11px solid #fff;
    border-bottom: 11px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 2px;
}

.fd-gsqk-list .fd-gsqk-item > div::after {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-left: 10px solid #5b7faf;
    border-bottom: 10px solid #5b7faf;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 2px;
}


.fd-gsqk-list .fd-gsqk-item .fd-flag {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
}

.fd-gsqk-list .fd-gsqk-item .fd-flag.fd-ygs {
    color: red;
}

.fd-gsqk-list .fd-gsqk-item .fd-flag.fd-wgs {
    color: #E53E3E;
}


.fd-module-area {
    margin-top: 20px;
    display: flex;
}


.fd-module-wrap {
    width: 50%;
    margin: 0 10px;
    box-shadow: 0px 10px 40px 0px rgba(192,192,192,0.2);
    border-radius: 8px;
}
.fd-module-wrap:first-child {
    margin-left: 0;
}


.fd-module-wrap:last-child {
    margin-right: 0;
}


.fd-module-title {
    height: 68px;
    line-height: 68px;
    padding-left: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    background: url(module-title-bg.png) no-repeat center / cover;
}

.fd-data-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fd-data-list .fd-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ccc;
}
.fd-data-list .fd-row:last-child {
    border: none;
}
.fd-data-list .fd-data-item {
    position: relative;
    width: 50%;
    line-height: 46px;
    padding-left: 30px;
}

.fd-data-list .fd-data-item::before {
    content: "";
    border-left: 10px solid #ccc;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.fd-data-list .fd-data-item::after {
    content: "";
    border-left: 4px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}