/* 样式添加 */
.zibo-title-name{
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}

/* 样式添加 end */
#header {
    margin-bottom: 0px;
}
/* 事项目录 */
.zibo-title .zibo-title-name>a{
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}
.body-sxml {
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    color: #333;
    height: 80px;
}
.body-sxml>.zibo-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    color: #333;
    height: 80px;
    margin: 0px !important;
}
.body-sxml>.zibo-title>.zibo-title-border {
    margin-top: 30px;
}
.body-sxml-list>li {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #E3E3E3;
}

.body-sxml-list>li>span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    float: left;
    background-color: #9BB0D6;
    margin: 37px 0px;
}

.body-sxml-list>li>a {
    float: left;
    width: 80%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #333333;
    float: left;
    text-indent: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.body-sxml-list>li>div {
    float: left;
    width: 19%;
    text-align: right;
    color: #B1B1B1;
    font-size: 12px;
}

.body-end>div {
    background-color: #CCCCCC !important;
}

.body-end>div>.body-day-end {
    background-color: #999999 !important;
}


/* 事项目录END */


/* 意见征集征集中and意见征集已结束 */

.body-li {
    height: 100px;
    margin-top: 20px;
    border-bottom: 1px solid #E3E3E3;
}

.body-day>div {
    width: 80px;
    height: 60px;
    background-color: #406FB3;
    border-radius: 5px;
    text-align: center;
}

.body-day-size {
    height: 45px;
    width: 100%;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.body-day-size>span {
    font-size: 31px;
    font-weight: bold;
}

.body-day-end {
    height: 15px;
    width: 100%;
    line-height: 15px;
    background-color: #245399;
    font-size: 10px;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
}

.body-day-list>a {
    color: #333333;
    font-size: 16px;
    text-align: left;
    font-family: MicrosoftYaHei;
    line-height: 35px;
    margin-bottom: 5px;
}

.body-day-list-data {
    font-size: 12px;
    text-align: left;
    color: #333333;
}

.body-day-list-data>span {
    font-size: 16px;
    color: #245399;
}

.body-day-list-button {
    float: right;
}

.body-day-list-button>a {
    width: 124px !important;
    height: 30px !important;
    background: #245399;
    border-radius: 4px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 0px;
    text-align: center;
    float: right;
}


.zibo-title{
    margin-top: 30px;
    margin-bottom: 30px;
}
.zibo-title>.zibo-title-line {
    width: calc(100% - 380px);
}
.zibo-title>.zibo-title-more>a {
    color: #245399;
    float: right;
}
.zibo-title-more{
    float: right !important;
}
ul{
    clear: both;
}

/* 意见征集征集中and意见征集已结束END */

@media screen and (max-width: 767px) {
    /* 事项目录 */
    .body-sxml-list>li>a {
        width: 55%;
    }
    .body-sxml-list>li>div {
        width: 40%;
    }
    /* 事项目录END */
}