body {
    background-color: #f6f6f6;
}

.topbt {

    font-size: 18px !important;
    font-family: '微软雅黑';
    line-height: 32px;
    background: url(http://www.gxzf.gov.cn/material/zt/2023/rhzt/kcjy/image/bg.png) no-repeat top center;
    background-size: 1920px;
    min-width: 1300px;
    /* max-width: 1920px; */
    margin: 0 auto;
    min-height: 340px;
    padding-top: 1px;
}

.topbt .bgImg {
    position: absolute;
}

/* .topbt .bgImg:nth-child(1) {
    display: none;
    right:
        30px;
    top: -130px;

} */

.topbt .bgImg:nth-child(2) {
    right:
        30px;
    top: -130px;

}

.topbt .bgImg:nth-child(3) {
    display: none;
    right:
        30px;
    top: -130px;

}

.topbt .bgImg:nth-child(4) {
    display: none;
    right:
        70px;
    top: -130px;

}

.topbt .bgImg:nth-child(5) {
    display: none;
    right:
        80px;
    top: -110px;

}

.topbt .bgImg:nth-child(6) {
    display: none;
    right:
        50px;
    top: -80px;

}

.topbt .bgImg:nth-child(7) {
    display: none;
    right:
        60px;
    top: -110px;

}

.topbt .bgImg:nth-child(8) {
    display: none;
    right:
        50px;
    top: -50px;

}

.topbt .bgImg:nth-child(9) {
    display: none;
    right:
        50px;
    top: -100px;

}

.topbt .bgImg:nth-child(10) {
    display: none;
    right:
        40px;
    top: -90px;

}

.topbt .bgImg:nth-child(11) {
    display: none;
    right:
        50px;
    top: -90px;

}

.topbt .bgImg:nth-child(12) {
    display: none;
    right:
        60px;
    top: -90px;

}

.topbt .bgImg:nth-child(13) {
    display: none;
    right:
        50px;
    top: -90px;

}

.wrap1 {
    position: relative;
    margin: 178px auto 0;
    width: 1300px;
}

.wrap2 {
    position: relative;
    margin: 0 auto 0;
    width: 1300px;
}

.mc {
    font-size: 91.78px;
    color: #fff;
    font-weight: 700;
    margin-right: 30px;
}

.select {
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute; */
    /* left: 490px; */
    width: 163px;
    height: 49px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 21.6px;
    color: #0058fc;
    cursor: pointer;
}

.select img {
    transition: transform 0.3s ease;
    margin-left: 20px;
}

.selectList {

    padding-top: 10px;
    position: absolute;
    top: 40px;
    background-color: #fff;
    z-index: 10;
    overflow-y: auto;
    height: 300px;
}

.selectList::-webkit-scrollbar {
    width: 5px;
}

.selectList::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 0.2;
}

.selectList::-webkit-scrollbar-thumb {
    background-color: #ecb089;
    border-radius: 5px;
}

.selectList li {
    display: flex;
    justify-content: center;
    width: 138px;
    padding: 5px 10px;
    text-align: center;
}

.selectList li:hover {
    background-color: #0050fc;
    color: #fff;
    border-radius: 20px;
}

.bar1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 72px;
}

.bar1 li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    padding: 0 20px;
    height: 58px;
    background-color: #40b6ec;
    border-radius: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 20px;

}

.bar1 li:hover {
    color: #fea36e;
}

.bar1 a {
    margin-right: 20px;
}

.bar1 a:last-child {
    margin-right: 0;
}

.bar2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #d4d4d4;
}

.bar2_left {

    width: 806px;
    min-height: 200px;
}

.bar2_right {
    width: 478px;
    min-height: 200px;
}

.bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 32.6px;
    padding-left: 47.8px;
    height: 98px;
    background-image: url(http://www.gxzf.gov.cn/material/zt/2023/rhzt/kcjy/image/bt.png);
}

.bt a {
    color: #4c4c4c;
    font-size: 20px;
}

.bt2 {
    padding-right: 32.6px;
    padding-left: 47.8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 478px; */
    height: 98px;
    background-image: url(http://www.gxzf.gov.cn/material/zt/2023/rhzt/kcjy/image/bt2.png);
}

.bt2 a {
    color: #fff;
    font-size: 20px;
}

.list {
    padding-top: 1px;
    padding-right: 32.6px;
    padding-left: 47.8px;
    padding-bottom: 32px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
}

.list li {
    position: relative;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    color: #434343;
    font-weight: 500;
}

.list li div {

    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list li::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    background-color: #0050fc;
    border-radius: 50%;
}

.list2 {
    padding-top: 1px;
    padding-right: 32.6px;
    padding-left: 47.8px;
    padding-bottom: 32px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    border: 1px solid #dcf2fd;
    border-top: 0;
}

.list2 li {
    position: relative;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    color: #434343;
}

.list2 li div {
    font-weight: 500;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list2 li::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    background-color: #0050fc;
    border-radius: 50%;
}

.yth {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.fwzn {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fwzn1 {

    font-size: 36px;
    font-weight: 700;
    color: #0050fc;
}

.fwzn1 span {
    color: #ff5200;
}

.fwzn2 {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.fwzn2 li {
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 100px;
    padding: 0 20px;
    height: 65px;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
}

.fwzn2 li:hover {
    font-weight: 700;
    color: #0050fc;
}

.wyc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 20px 0 25px;
    background-color: #fdece0;
    font-size: 22px;
    color: #8d4f38;
    margin-right: 30px;
    margin-top: 30px;
    font-weight: 500;
}

.wyc:hover {
    color: #0050fc;
}

.wyc::after {
    position: absolute;
    content: '';
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    background-color: #e9513c;
    border-radius: 50%;
}

.cjwt {
    margin-bottom: 10px;
    margin-top: 20px;
    width: 170px;
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #235ecf;
    border-bottom: 5px solid #fea36e;
    font-weight: 510;
}

.cjwt img {
    margin-right: 10px;
}

.fwzn4 {
    width: 745.6px;
    padding-right: 32.6px;
    padding-left: 27.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    height: 139px;
    background-color: #fff;
    border-radius: 20px;
}

.fwzn4_left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 18px;
    color: #626262;
}

.fwzn4_left p:first-child {
    margin-bottom: 20px;
}

.fwzn4_right {
    display: flex;
    align-items: center;
}

.fwzn4_right div {
    writing-mode: vertical-lr;
}