@charset "utf-8";

/* 公共样式 */
.w1100 {
    width: 1100px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bjh {
    background-color: #eeefef;
}


/*================================首页==================================*/
/* head*/
.head {
    width: 100%;
}

.head img {
    width: 100%;
    height: auto;
}
.banner{
    display: block;
}
.bannerMobile{
    display: none;
}
/* 内容部分 */
.center {
    width: 100%;
    height: auto;
    background: url('1609171.jpg') repeat;
}

.typeCont {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}

/* 首页新闻列表 */
.newsList {
    width: 365px;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    overflow: hidden;
}

.newsColumn {
    height: 55px;
    width: 130px;
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #0b5fb4;
    color: #0b5fb4;
}

.newsList ul {
    margin-top: 30px;
}

.newsList ul li {
    margin: 25px 0;
    font-size: 18px;
    color: #0b5fb4;
    padding-left: 20px;
    position: relative;
}

.newsList ul li a {
    color: #0b5fb4;

}

.listIcon {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #3cadff;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}


/* foot部分 */
.foot {
    background-color: #0b5fb4;
    padding: 24px 0;
    color: #b7d9fa;
}
.footCont{
    display: block;
}
.footMobileCont{
    display: none;
}
.copyright {
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}
.copyright a {
    color: #b7d9fa;
}
.common_wrap {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
/* 党政机关标识 */
.ic_gov {
    left: 160px;
    top: 0;
    display: block;
    display: block;
    position: absolute;
}

.ic_finderror {
    right: 110px;
    top: 12px;
}

/* 政府找错标识 */
.ic_finderror {
    display: block;
    position: absolute;
    right: 110px;
    top: 12px;
}

/* 公安网备案 标识*/
.gonganwangbei {
    position: relative;
    padding-left: 25px;
}
.gatubiao {
    background: url('1609173.png') no-repeat center center;
    width: 18px;
    height: 18px;
    background-size: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

/*================================文章页==================================*/
.centerArticle{
    /* padding:30px 0; */
}
.path {
    width: 100%;
    padding: 10px 0 10px 20px;
    background-color: #ffffff;
    border-bottom: 1px #eee solid;
    font-size: 14px;
    box-sizing: border-box;
}
.mainText {
    background-color: #ffffff;
    min-height: 300px;
    padding: 0 50px;
    overflow: hidden;
    box-sizing: border-box;
}
.contentTitle {
    width: auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px #ddd dotted;
    overflow: hidden;
}
.contentMain {
    padding: 30px 0;
    line-height: 2.2;
}
/* 标题 */
.textTitle {
    box-sizing: border-box;
    color: #0b5fb4;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
    padding: 20px 0;
}
/* 来源时间 */
.source {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 20px;
    overflow: hidden;
}
.source span {
    margin-right: 20px;
}
/* 正文 */
.contentMain{
    padding: 30px 0;
    line-height: 2.2;
}
.article p{
    margin-top:40px;
}

/* 二维码分享 */
.shareCont{
    margin-top:30px;
}
.sjsm {
    text-align: center;
    padding: 20px 30px;
}
.sjsm p {
    color: #999;
    font-size: 14px;
}