* {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.w1220 {
    width: 1220px;
    margin: 0 auto;
}

.contain {
    width: 100%;
}

.contain .banner {
    width: 100%;
    height: 180px;
    background-position: bottom;
    background: url(http://www.sczwfw.gov.cn/picture/0/1e848a23d4524aaca7324d4622f17033.jpg);
}

.contain .banner .banner_con {
    width: 1200px;
    margin: 0 auto;
}

.contain .banner .banner_con>span {
    margin-top: 46px;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.main .main-In .online ul {
    min-height: 300px;
    margin-top: 30px;
}

.online-lis {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: #FBF4EF;
    border-radius: 8px;
    margin-bottom: 20px;
}

.online-lis span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF984F;
    display: inline-block;
    margin-left: 32px;
}

.online-lis p {
    display: inline-block;
    margin-left: 14px;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    vertical-align: middle;
}

.online-lis .online-gan {
    height: 36px;
    margin-right: 40px;
    display: none;
}

.online-lis .online-gan a {
    font-size: 26px;
    vertical-align: middle;
    line-height: 26px;
    color: #1677FF;
}

.online-lis .online-gan b {
    height: 28px;
    width: 2px;
    margin: 0 4px;
    vertical-align: middle;
    line-height: 26px;
    display: inline-block;
    background-color: #1677FF;
}

.lnrzc {
    width: 1200px;
    margin: 30px auto;
    min-height: 300px;
    padding-bottom: 30px;
    /* background-color: #9999; */
}

.lnrzc_title span {
    font-size: 48px;
    color: #333333;
    position: relative;
    font-weight: bold;
}

.lnrzc_title span::after {
    content: "";
    width: 190px;
    height: 5px;
    background-color: #FB9553;
    position: absolute;
    top: -10px;
    left: -2px;
}

.lnrzc_list {
    width: 100%;
    min-height: 500px;
}

.lnrzc_list {
    margin-top: 20px;
}

.lnrzc_item {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    padding: 0 15px;
    font-size: 24px;
    line-height: 60px;
    background: #f3fbef;
}

.lnrzc_item:hover {
    box-shadow: 0 2px 10px 0 rgb(153 153 153 / 30%);
    color: #1677FF;
    font-weight: bold;
}

.lnrzc_item .item_bm {
    max-width: 200px;
    display: flex;
}

.lnrzc_item .item_bm span:nth-child(2n+1) {
    width: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lnrzc_item .item_bm span:nth-child(2n) {
    max-width: 152px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lnrzc_item .zc {
    max-width: 1000px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
}

.item_jd {
    margin-left: 20px;
}

.item_jd a {
    color: inherit;
}

.lnrzc_title {
    text-align: center;
}