.bg {
    background: url(./image/banner.jpg) no-repeat;
    background-color: #f8f3ef;
    background-size: 100% 90%;
    padding-top: 350px;
    padding-bottom: 20px;
}

.clr {
    clear: both;
}

.main {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
    /* 设计模式注释这里position: relative; */
     position: relative;
    overflow: hidden;
    background-color: white;
    margin-bottom: 100px;
    padding-bottom: 50px;
}

.main::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    background-color: rgb(81, 162, 241);
}

.about,
.diff,
.guide,
.xgjd,
.cjwt,
.ywrx,
.ssdt {
    margin-top: 40px;
    padding: 0 30px;
    clear: both;
}

.about .tit,
.diff .tit,
.guide .tit,
.xgjd .tit,
.cjwt .tit,
.ywrx .tit,
.ssdt .tit {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: rgb(34, 63, 119);
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.about .tit::after,
.diff .tit::after,
.guide .tit::after,
.xgjd .tit::after,
.cjwt .tit::after,
.ywrx .tit::after,
.ssdt .tit::after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: rgb(246, 88, 40);
    position: absolute;
    bottom: 0;
    left: 45.5%;
}

.about .a_left,
.a_right,
.diff .d_left,
.d_right,
.xgjd .x_left,
.x_right,
.cjwt .c_left,
.c_right {
    width: 49.5%;
    /* background-color: aqua; */
    margin-top: 30px;
    display: inline-block;
}

.about .a_right,
.diff .d_right,
.xgjd .x_right,
.cjwt .c_right {
    float: right;
}

.about .a_left,
.a_right {
    height: 200px;
    padding: 20px 10px;
}

.about .a_left {
    width: 48%;
    background: url(./image/a_left.png) no-repeat;
    background-size: contain;
}

.about .a_right {
    width: 48%;
    background: url(./image/a_left.png) no-repeat;
    background-size: contain;
}

.x_left .cont {
    background: url(./image/file.jpg);
    background-size: 100% 100%;
}

.x_right .cont {
    background: url(./image/zcjd.png);
    background-size: 100% 100%;
}

.cont {
    height: 200px;
    padding: 20px;
}

.sydx {
    margin-top: 30px;
}

.flow {
    margin-top: 30px;
}

.diff .d_left h2,
.d_right h2,
.sydx h2,
.flow h2,
.xgjd .x_left h2,
.xgjd .x_right h2,
.ywrx h2 {
    width: 100px;
    height: 36px;
    color: rgb(34, 63, 119);
    border-bottom: 3px solid;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.f-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    background: url(./image/beijingdi.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px;
}

.f-item li {
    display: inline-flex;
    background: hsla(0, 0%, 100%, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 0px 2px #dfe6e9;
    color: white;
    border-radius: 5px;
    margin: 0 5px;
    padding: 10px;
    height: 300px;
    width: 16%;
    word-break: break-all;
    position: relative;
    font-size: 16px;
    line-height: 25px;
}

.f-item li:nth-child(1):after {
    content: url(./image/item1.png);
    height: 65px;
    width: 65px;
    border-radius: 51%;
    box-shadow: 0px 0px 0px 5px #dfe6e9;
    position: absolute;
    bottom: -35px;
    left: 25%;
}

.f-item li:nth-child(2):after {
    content: url(./image/item2.png);
    height: 66px;
    width: 66px;
    border-radius: 51%;
    box-shadow: 0px 0px 0px 5px #dfe6e9;
    position: absolute;
    bottom: -35px;
    left: 25%;
}

.f-item li:nth-child(3):after {
    content: url(./image/item3.png);
    height: 67px;
    width: 67px;
    border-radius: 51%;
    box-shadow: 0px 0px 0px 5px #dfe6e9;
    position: absolute;
    bottom: -35px;
    left: 25%;
}

.f-item li:nth-child(4):after {
    content: url(./image/item4.png);
    height: 67px;
    width: 67px;
    border-radius: 51%;
    box-shadow: 0px 0px 0px 5px #dfe6e9;
    position: absolute;
    bottom: -35px;
    left: 25%;
}

.f-item li:nth-child(5):after {
    content: url(./image/item5.png);
    height: 67px;
    width: 67px;
    border-radius: 51%;
    box-shadow: 0px 0px 0px 5px #dfe6e9;
    position: absolute;
    bottom: -35px;
    left: 25%;
}

.c_cont li {
    position: relative;
}

.c_cont li:nth-child(odd) {
    background-color: #dfe6e9;
    border-radius: 20px;
    padding: 20px 10px 20px 60px;
    margin: 20px auto;
    font-size: 17px;
    color: #213f76;
    font-weight: 700;
}

.c_cont li:nth-child(odd)::before {
    content: url(./image/Qa.png);
    position: absolute;
    left: 10px;
    top: 10px;
}

.c_cont li:nth-child(even) {
    background: url(./image/reply.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    padding-top: 20px;
    margin: 20px auto;
}

.ywrx .sub {
    text-align: center;
    color: rgb(34, 63, 119);
    line-height: 30px;
    margin-bottom: 20px;
}

.ywrx .tjhg,
.tjg {
    background-color: #fafafa;
    border: 1px solid rgb(34, 63, 119);
    padding: 20px;
    margin-bottom: 10px;
}

/*实施动态*/
.ssdt .content{background:#f7f7f7;}
.ssdt .content ol {padding:20px 0 0 25px;}
.ssdt .content ol li a {display: inline-block; max-width: 420px;overflow: hidden;
text-overflow:ellipsis; padding-left: 20px;font-size: 16px;line-height: 40px;color: #555;background: url(/uiFramework/commonResource/image/2022051011122582046.gif) no-repeat left center;}
.ssdt .content ol li span{ float: right;font-size: 16px;line-height: 40px;margin-right: 20px;}

@media screen and (max-width:390px),
(max-width:768px),
(max-width:820px),
(max-width:1160px) {
    .bg {
        padding-top: 100px;
        padding-bottom: 20px;
        background-position: 54% -15px;
        background-size: 140% 22%;
    }
    .main {
        max-width: 100%;
        min-width: 100%;
    }
    .about .a_right,
    .about .a_left {
        width: 100%;
        float: none;
        padding: 0%;
    }
    .about .tit::after,
    .diff .tit::after,
    .guide .tit::after,
    .xgjd .tit::after,
    .cjwt .tit::after,
    .ywrx .tit::after,.ssdt .tit::after {
        left: 35.5%;
    }
    .about .a_left,
    .a_right,
    .diff .d_left,
    .d_right,
    .xgjd .x_left,
    .x_right,
    .cjwt .c_left,
    .c_right {
     width: 100%;
     height: auto;
    }
    .f-item {
        flex-direction: column;
    }
    .f-item li {
        width: 100%;
        margin-bottom: 10px;
    }
   .x_right .cont{padding: initial;background: none;margin-bottom: 20px;}
   .c_cont li:nth-child(even){background: none; background-color: aliceblue;}
   .ssdt .content ol li span{display: none;}
}