@charset "utf-8";

@media only screen and (max-width:1024px){

/* 公共样式 */
.w1100 {
    width: 100%;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bjh {
    background-color: #eeefef;
}

/* header*/
/*首页*/

.head {
    width: 100%;
}

.head img {
    width: 100%;
    height: auto;
}
.banner{
    display: none;
}
.bannerMobile{
    display: block;
}

/* 内容部分 */
.center {
    width: 100%;
    height: auto;
    background: url('1609171.jpg') repeat;
}

.typeCont {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0.35rem 0;
}

/* 首页新闻列表 */
.newsList {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0 0.35rem;
    overflow: hidden;
    margin-top: 0.3rem;
}

.newsColumn {
    height: 0.6rem;
    width: 1.5rem;
    text-align: center;
    font-size: 0.35rem;
    border-bottom: 1px solid #0b5fb4;
    color: #0b5fb4;
}

.newsList ul {
    margin-top: 0;
}

.newsList ul li {
    margin: 0.3rem 0;
    font-size: 0.23rem;
    color: #0b5fb4;
    padding-left:0.25rem;
    position: relative;
}

.newsList ul li a {
    color: #0b5fb4;

}

.listIcon {
    width: 0.rem;
    height: 0.1rem;
    display: inline-block;
    background-color: #3cadff;
    position: absolute;
    top: 0.1rem;
    left: 0;
    border-radius: 50%;
}


/* foot部分 */
.foot {
    background-color: #0b5fb4;
    padding: 24px 0;
    color: #b7d9fa;
}
.footCont{
    display: none;
}
.footMobileCont{
    display: block;
    text-align: center;
    font-size:0.22rem;
}
.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: 12px;
    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:0.35rem 0; */
}
.path {
    width: 100%;
    padding: 0.25rem;
    background-color: #ffffff;
    border-bottom: 1px #eee solid;
    padding-left: 0.35rem;
    font-size: 0.2rem;
    box-sizing: border-box;
}
.mainText {
    background-color: #ffffff;
    min-height: 3.5rem;
    padding: 0 0.4rem;
    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: 0.4rem 0;
    line-height: 2.2;
}
/* 标题 */
.textTitle {
    box-sizing: border-box;
    color: #0b5fb4;
    text-align: center;
    font-size: 0.35rem;
    font-weight: bold;
    overflow: hidden;
    padding: 0.3rem 0;
}
/* 来源时间 */
.source {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 0.3rem;
    overflow: hidden;
}
.source span {
    margin-right: 0.3rem;
}
/* 正文 */
.contentMain{
    padding: 0.4rem 0;
    line-height: 2.2;
}
.article p{
    margin-top:0.4rem;
}

/* 二维码分享 */
.shareCont{
    margin-top:0.3rem;
    display: none;
}
.sjsm {
    text-align: center;
    padding: 0.2rem 0.3rem;
}
.sjsm p {
    color: #999;
    font-size: 0.2rem;
}

}