/*导航*/
.list_menu_dj{
    padding:100px 0px;
    display:flex;
    justify-content:space-around;
}
.list_menu_dj .smenu{
    width:600px;
    padding:20px 0px;
    background:#eceded;
    text-align:center;
    cursor:pointer;

}

.list_menu_dj .smenu b{
    color:#b0181f;
    font-size: 22px;
    line-height:35px;
}
.list_menu_dj .smenu:hover,.list_menu_dj .smenu.active{
    background:#f7b53e;
    color:#fff;
}

.list_menu_dj .smenu a b,.list_menu_dj .smenu a:visited b{
    color:#b0181f;
}
.list_menu_dj .smenu.active b,.list_menu_dj .smenu a:hover b,.list_menu_dj .smenu:hover b{
    color:#fff!important;
}


.news_lists{}
.news_lists .news_title{
    margin:80px auto;
}

.news_lists .news_title h3{
    font-size:22px;
    color: #595757;
    width:100px;
    padding-right:20px;
    background-color: #fff;

}
.news_titleline{
    height:10px;
    border-bottom:2px solid #b0181f;
}
.news_titleline .leftline{
    height:8px;
    width:300px;
    border-bottom:5px solid #f4a213;
}

.news_ceil{
    margin-top:80px;
    clear: both;
    height:145px;
    padding-bottom: 30px;
    color:#595757;
    border-bottom:1px solid #b9b8b8;
}
.news_ceil .time{
    width: 200px;
    height: 140px;
    font-weight: bold;
    font-size:24px;
    float:left;

}
.news_ceil .cons{
    margin-left: 10px;
    width: 750px;
    height: 140px;
    float:left;

}
.news_ceil .cons .title{
    font-size: 22px;

}
.news_ceil .cons .title a,.news_ceil .cons .title a:visited{
    color:#595757;
}
.news_ceil .cons .title a:hover{
    color:#b0181f;
}
.news_ceil .cons .info{
    padding:6px 0px;
    font-size: 14px;
    line-height:25px;

}
.news_ceil .news_img{
    width: 215px;
    height: 140px;
   float:right;
}
.news_img img{
    width:160px;
    height:120px;
}
/*新闻详情*/
.news_content .news_content_title{
    display:flex;
    color:#595757;
    font-size:20px;
    align-items: center;
    justify-content:flex-end;
}
.news_content .news_content_title img{
    margin-left:10px;
    cursor: pointer;
}
.news_content .fbtime{
  font-size:16px;
    color:#595757;
    line-height:35px;
}
.article_content{
    color:#595757;
}
.article_con_title{
    line-height:100px;
    font-size:26px;
    font-weight: bold;
    text-align: center;
}
.article_con{
    line-height:2;
    font-size:14px;
}
.article_con strong{
    font-weight: bold;
}

/*党建概况*/
.dangjian_con{
    padding:20px 0px;
}

.mone_title{
    width:1040px;
    height:60px;
    margin:0px auto;
    position:relative;
}
.mone_title h3{
    position:absolute;
    left: 435px;
    top:-10px;
    width:170px;
    color:#b0181f;
    font-weight:bold;
    font-size:20px;
    background:#fff;
    text-align: center;
    height:60px;

}


.mone_title h3 p{
    color: #666464;
    font-size:16px;
    line-height:35px;
}
.mone_title  .m_tline{
    height:20px;
    border-bottom:2px solid #c1cfe0;
}
.mone_title .c_line{
    width:405px;
    height:18px;
    border-bottom:5px solid #cd8b3e;
    margin:0px auto;
}
.mone_con{
    padding:80px 0px;
}
.mone_con ul{
   display:flex;
    justify-content:space-around;
    align-items: center;
}
.mone_con ul li {
    width:330px;
    height:155px;
    border-right:1px solid #bfbfbf;
    text-align:center;
    color:#666464;
}
.mone_con ul li img{
    margin-bottom:30px;
}
.mone_con ul li b{

    border:1px solid #dddddd;
    border-radius:10px;
    padding:3px;
    font-size:20px;

}
.mone_con ul li p{
    font-size:18px;
    line-height:70px;
}

.mone_con ul li:last-child{
    border-right: 0px;
}

.mtwo_con{
    padding:50px 0px;
    line-height:2;
    color: #666464;
    font-size:16px;
}
.mm_con{
    position:relative;

    height:400px;
    border:2px solid #cacbcb;
    margin-bottom: 110px;
}
.mm_con .mm_con_title{
    width:200px;
    height:65px;
    position:absolute;
    text-align:center;
    background-color: #fff;
    top:-40px;
    left: calc(50% - 100px);
}
.mm_con .sanjiao{
    width:39px;
    height:30px;
    position:absolute;
    bottom:20px;
    right: 20px;
}
.mm_cons{
    width:1120px;
    margin:50px auto;

}
.mm_con .mm_cons_txt{
    width:730px;
    height:290px;
    font-size:16px;
    color:#666464;
    line-height:2.2;
}
.mm_cons_txt6{
    width:500px!important;
}
.mm_cons_img{
    width:360px;
    height:270px;
}
.mm_cons_img1,.mm_cons_img3,.mm_cons_img5,.mm_cons_txt2,.mm_cons_txt4,.mm_cons_txt6{
    float:right;
}
.mm_cons_img2,.mm_cons_img4,.mm_cons_img6,.mm_cons_txt1,.mm_cons_txt3,.mm_cons_txt5{
    float:left;
}

.b_line{
    width:255px;
    height:5px;
    background:#b0181f;
    position:absolute;
    bottom:-3px;
    left: calc(50% - 122px);
}

.mm_cons_img img{
    width:360px;
    height:270px;
}
