/**!
 * 徐州市人民政府
 * author: gl
 * date:2020-04-23
 */


/* 右侧内容 */
.subpage {
    /*border: 1px solid #dadee6;*/
    box-shadow: 0 0 10px 0 #eaedf4;
    padding: 10px 20px 46px;
	min-height: 500px;
}

.module-head {
    height: 48px;
    line-height: 46px;
    border-bottom: 1px solid #d5dbe6;
}

.module-head>a {
    display: inline-block;
    padding: 0 5px;
    line-height: 46px;
    color: #376cb0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #376cb0;
}

.module-items {
    padding-top: 12px;
    min-height: 717px;
}

.module-items>li {
    position: relative;
    line-height: 46px;
    padding-left: 13px;
    padding-right: 220px;
    font-size: 16px;
    border-bottom: 1px dashed #d6dfec;
}

.module-items>li:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -1px;
    left: 3px;
    width: 2px;
    height: 2px;
    background-color: #5d5d5d;
}

.module-items>li>a {
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.module-date {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    padding-right: 20px;

}

.module-items>li:hover a,
.module-items>li:hover .module-date {
    color: #cf2539;
}

.module-items>li:hover:before {
    background-color: #cf2539;
}

/* 分页 */
.em-pager {
    margin-top: 33px;
}

/* 手机端 */
@media (max-width: 767px) {
    .em-pager {
        margin-top: 25px;
    }

    .subpage {
        padding-bottom: 25px;
    }
}


/*20201103*/
.em-item-status {
    width: 66px;
    height: 24px;
    background-color: #ee5454;
    text-align: center;
    line-height: 24px;
    margin-top: 11px;
    /* margin-right: 34px; */
    font-size: 14px;
    position: absolute;
    right: 120px;
    color: #ffffff;
}

.em-item-status.em-end {
    color: #6f6f6f;
    background-color: #d9e2e9;
    position: absolute;
    right: 120px;
}

.em-item-name {
    margin-right: 120px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.module-items li:hover .em-item-time,
.module-items li:hover .em-item-name {
    color: #cf2539;
}

/*20201109*/
.ewb-catefiled {
    text-align:center;
    position:absolute;
    top: 10px;left: 49%;
    z-index:999;
    color:#C50200;
    font-size: 16px;
    font-weight: bold;
}

/*20210430*/
.ewb-article-info{
    margin-top: 20px;
    min-height: 500px;
}
