/* 各页面通用 */

body {
    overflow-x: hidden;
    font-size: 1.6rem;
    background-color: #F9FCFF;
}
.container-title-box{width: 100%;
height: 4.9rem;
border-bottom: 1px solid #E5E5E5;}
.w1200 {
    max-width: 1200px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
}

.focus-news {
    background: #fff;
    padding: 1.6rem;
}


/* 通用列表 */

.focus-news-list {
    padding-top: 10px;
}

.focus-news-list li {
    width: 100%;
    height: 3.3rem;
    line-height: 1.75;
    font-size: 1.5rem;
}

.focus-news-list li span.tbs {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focus-news-list li .tbs::before {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #2962AA;
    margin-right: 8px;
    content: '';
}

.focus-news-list li a {
    display: block;
    color: rgb(102, 102, 102);
}

.focus-news-list li .f-time {
    padding-left: 3rem;
    display: block;
    float: right;
}


/* 通用列表头部 */

.government-img1 {
    width: 12rem;
    height: 100%;
    color: #FFFFFF;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 2rem;
    font-weight: bold;
    background-color: #2962aa;
}

.government-img1::before {
    content: '';
    display: inline-block;
    background: url(http://www.rushan.gov.cn/images/10714/tit_left.png) no-repeat;
    width: 1rem;
    height: 4.8rem;
    background-size: 100%;
}

.government-img1::after {
    content: '';
    display: inline-block;
    background: url(http://www.rushan.gov.cn/images/10714/tit_right.png) no-repeat;
    width: 2.8rem;
    height: 4.8rem;
    float: right;
    margin-right: -28px;
    background-size: 100%;
}

.government-img1 span {
    padding-left: 1.5rem;
    position: absolute;
}

.focus-news-list li .part{
    float: right;
    padding-left: 3rem;
}