 .mask {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 15px 30px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display:none;
}
.con {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.con .location{
    margin-top: 5px;
}

.con .content {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.content .art_title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
    margin-bottom: 10px;
}

.content .art_operating{
    display: flex;
    justify-content: space-between;
}

.content .art_info {
    margin-bottom: 20px;
}

.content .art_info span {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
}

.content .art_info span:first-child {
    margin-right: 40px;
}
.content .article p{
    text-align: left;
    font-size: 18px;
    color: #000000;
}
.content .article p img{
    width: 100%;
}
.content .article p img.up_attachment{
	width:auto;
}
.fonts img {
    vertical-align: middle;
}

.fonts span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 8px;
    cursor: pointer;
}

.fonts .cur {
    color: #333333;
    font-weight: bold;
}

.share>span {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

.share .social-share {
    display: inline-block;
}

.share .social-share .social-share-icon {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
}
.dividing_line img{
    width: 100%;
}
.article_info{
    text-align: left;
}
.article_info span{
    font-size: 16px;
    color: #000000;
    margin-right: 20px;
}
/* 精彩导读 关注我们*/

.recommend {
    margin-top: 40px;
}

.recommend,
.attention {
    margin-bottom: 20px;
}

.recommend .rec_title,
.attention .att_title {
    font-size: 18px;
    font-weight: bold;
    color: #1873D7;
    line-height: 22px;
    padding-bottom: 6px;
    text-align: left;
    border-bottom: 1px solid #1873D7;
    margin-bottom: 10px;
}

.recommend .reclist,
.recommend .attlist{
    display: flex;
    justify-content: space-between;
}
.reclist li {
    max-width: 220px;
    display: inline-block;
    /*margin-right: 20px;*/
}

.attlist li {
    width: 120px;
    display: inline-block;
    margin-right: 60px;
}

.reclist li:last-child{
    margin-right: 0;
}

.reclist li img,
.attlist li img {
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
}

.attlist .swiper-slide img{
    width: 100%;
    height: 120px;
}

.reclist li p,
.attlist .swiper-slide p{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 问政详情 */

.wood_con {
    text-align: left;
}

.wood_info {
    margin-top: 20px;
    margin-bottom: 40px;
}

.wood_info>div {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: left;
    background: #F5F5F5;
    padding: 18px 10px;
    margin-bottom: 10px;
}

.wood_con .wood_head {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    border-bottom: 3px solid #1873D7;
    padding-bottom: 4px;
    line-height: 22px;
    margin-bottom: 10px;
}

.wood_con .wood_question,
.wood_con .wood_answer {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    text-indent: 2em;
    margin-bottom: 40px;
}
.wood_question .wood_ques_pic,
.wood_answer .wood_answ_pic{
    display: flex;
    justify-content: space-between;
}
.wood_question .wood_ques_pic img,
.wood_answer .wood_answ_pic img{
    width: 240px;
    height: 160px;
}
.bigImg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    display: none; 
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.6);
}
.bigImg img{
    width: 480px;
    height: 320px;
}
.reclist.wood_reclist {
    text-align: left;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-around;
}

.reclist .rec_ques {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-bottom: 15px;
}

.reclist .rec_answer {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}


/* 声明 */

.statement {
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
    background: #F5F5F5;
    padding: 10px 0 10px 10px;
    margin-top: 40px;
    text-align: left;
    text-indent: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}