/* CSS Document */
body {
    margin: auto;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    background: #f5f5f5;
}

a {
    text-decoration: none;
    color: #000;
}

h2,
p,
h3,
ul {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

.clear {
    clear: both;
    height: 0px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.center-con {
    margin: 0 auto;
    width: 1200px;
}

.mobile_body {
    width: 1200px;
}

.rscx-top {
    height: 116px;
    line-height: 116px;
    font-size: 16px;
}

.rscx-top .top-left img {
    vertical-align: middle;
}

.rscx-top .top-left img.dep-name {
    margin-left: 10px;
}

.top-right .date {
    margin-right: 35px;
}

.ban-con img {
    display: block;
    width: 100%;
}

.rscx-main {
    margin-bottom: 100px;
}

.rscx-main .zscx .list-title {
    height: 81px;
    line-height: 77px;
    font-size: 26px;
    color: #1a1a1a;
    font-weight: bold;
    background: url(rscx_titleBot_v2022.png) no-repeat left bottom;
}

.rscx-main .zscx .list-title span {
    display: block;
    height: 77px;
    padding-left: 50px;
    background: url(rscx_listT_v2022.png) no-repeat left center;
}

.rscx-main ul {
    padding-top: 15px;
    background: #fff;
    margin: 20px 0 0 0;
    padding: 20px 0 40px 0;
    background: #fff url(rscx_ulBg_v2022.jpg) no-repeat right bottom;
    padding-left: 20px;

}

.rscx-main ul li {
    position: relative;
    /* height: 47px; */
    line-height: 32px;
    border-bottom: 1px dashed #f0f0f0;
    background: url(rscx_listDot_v2022.png) no-repeat left center;
    padding: 8px 17px;
    font-size: 18px;
    color: #1a1a1a;
    margin: 0 20px;
    margin-left: 0;
    background-position: 0 22px;
}

.rscx-main ul li:first-child {
    z-index: 999;
}

.rscx-main ul li a {
    color: #1a1a1a;
}

.rscx-main ul li a:hover {
    font-weight: bold;
    color: #2181b0;
}

.djcx ul {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.rscx-main .djcx {
    margin-top: 29px;
}

.rscx-main .djcx .list-title {
    background: url(rscx_zscxBot_v2022.png) no-repeat left bottom;
}

.rscx-main .beizhu {
    font-size: 18px;
    color: #2181b0;
    text-align: center;
}

.rscx-footer {
    background: #e9f2f8;
}

.rscx-main .extra-info {
    display: none;
    position: absolute;
    width: 1240px;
    height: 525px;
    background: url(rscx_eiBg_v2022.png) no-repeat;
    z-index: 999;
    left: -40px;
    top: 26px;
    padding-top: 1px;
}

.rscx-main ul li:first-child:hover .extra-info {
    display: block;
}

.rscx-main .extra-info .ei-title {
    font-size: 24px;
    color: #5b5b5b;
    font-weight: bold;
    padding: 20px 60px;
    margin-top: 45px;
    background: url(rscx_eiTitleBg_v2022.png) no-repeat 520px center;
}

.rscx-main .extra-info p {
    padding: 0 60px 40px;
    font-size: 22px;
    line-height: 48px;
    color: #5b5b5b;
    text-indent: 2em;
    text-align: justify;
}