/* 政务热线 start */
.hotline {
    height: 380px;
    margin-top: 30px !important;
    box-sizing: border-box;
    padding: 22px 28px 25px;
    background: url(../images/hdjl/12345-bj@2x.png) no-repeat;
    background-size: cover;
    border-radius: 0 10px 10px 0;
}
.hot_title{
    height: 36px;
    text-align: center;
    background: url(../images/hdjl/12345-xian@2x.png) no-repeat;
    background-position: 0 19px;
    margin-bottom: 24px;
    
}
.hot_title h2{
    font-size: 36px;
    margin-left: 50px;
}
.hotline>ul{
    display: flex;
    justify-content: space-between;

}
.hotline ul .hotline_item{
    width: 182px;
    height: 278px;
    border-radius: 10px;
    background-color:#fff;
}
/* 12345 */
.hotline_item {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 27px 20px 0 ;
    box-shadow: 1px 1px 10px #eaeaea;
}
/* 12345链接跳转 */
.hotline_item a{
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* 12345 标题 */
.hotline_item .hotline_title{
     font-size: 23px;
    font-weight: 550;
}
/* 12345 描述 */
.hotline_item .hotline_info{
    font-size: 14px;
    color: #666666;
    text-align: center;
    width: 140px;

}
/* 12345 图标 */
.hotline_item .hotline_img{
   
   margin: 11px 0;

}
.hotline_item .hotline_img img{
   width: 100%;
   height: 100%;
}
/* 政务热线 end */
/* 留言盒子 start */
.messageBox{
    display: flex;
    margin-top: 45px !important;
    margin-bottom: 47px !important;
    justify-content: space-between;
}
/* 留言选登 */
.messages_left{
    width: 783px;
    height: 513px;
    border: 10px solid #ffece9;
    background-color: #fff;
    box-sizing: border-box;
    padding: 32px 20px 0;
}
.messages_left .htitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #bd1a2c;
    margin-left: 10px;
    font-size: 22px;
}
/* 留言选登 */
.messages_left .htitle h2{
    font-size: 26px;
    /* margin-left: 10px; */
}
/* 更多 */
.messages_left .htitle h5{
    font-size: 18px;
}
.messageCon{
    margin-top: 15px;
}
.messageCon table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
/* 表头属性  */
.messageCon_tit{
    height: 50px;
    background-color: #f9f9f9;
}
.messageCon_tit th{
    font-weight: normal;
    width: 330px;
    color: #333333;
}

.tr_item{
    height:43px;
    font-size: 16px;
    color: #333;
}
/* 留言统计 */
.message_right {
    width: 331px;
    padding-left: 38px;
    border-left: 2px solid #f3f3f3;

}
.messageTotal {
    width: 100%;
   
}
.messageTotal .total{
    height: 203px;
    position: relative;
    overflow: hidden;
}
.messageTotal .total a img{
    width: 100%;
    height: 170px;
    transform: scale(1.2);
}
/* 留言统计查看详情 */
.messageTotal .total .more{
    width:136px;
    height:35px;
    line-height: 35px;
    color: #bd1b2d;
    background-color: #f1d2d3;
    font-size: 14px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-align: center;
    border-radius: 5px;

}
.messageTotal h3,.survey h3{
    width: 100%;
    height: 54px;
    color: #bd1a2c;
    text-align: center;
    background-color: #ffedea;
    line-height: 54px;
    font-size: 22px;
}
.survey .surverCon{
    width: 100%;
    height: 182px;
    margin-top: 20px;
    
}
.survey .surverCon>ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.survey .surverCon>ul>li{
    padding-left: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* background: url(../images/hdjl/wsdc-jxz@2x.png) no-repeat; */
   /* background-position: 0 0; */
}
/* 留言盒子 end */
/* 访谈 start */
.talkBox{
    height: 396px;
}
/* 访谈导航 */
.talkBox>nav>ul{
    display: flex;
    height: 74px;
    line-height: 74px;
    background-color: #ffedea;
}
.talkBox>nav>ul>li{
    color: #666764;
    font-size: 22px;
    /* padding: 0 150px; */
    flex: 1;
    text-align: center;
}
/* .talkBox>nav>ul>li:hover{
    color: #bd1b2d;
    font-weight: bolder;
    border-bottom: 2px solid #bd1b2d;
}
.talkBox>nav>ul>li:hover a{
     color: #bd1b2d;
} */

/* 访谈内容 */
.talkCon>div{
    background-color: #f9f9f9;
    padding: 30px 35px 30px 37px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.talkCon .talkCon_left{
    width: 498px;
    height: 261px;
    
}
.talkCon .talkCon_left img{
    width: 100%;
    height: 100%;
}
.talkCon .talkCon_right{
    width: 606px;
    /* background-color: pink; */
    color: #666666;

}
.talkCon_right>h2{
    font-size: 18px;
}
.talkCon_right .talk_ft{
    color: #333333;
    font-size: 17px;

}
.talkCon_right p {
    line-height: 23px;
}
/* 访谈 end */
/* 网上信访 start */
.onlinevisit{
    /* margin: 40px 0; */

}
.onlinevisit>ul{
    width: 100%;
    margin: 40px 0;
    justify-content: space-between;
    display: flex;
}
.visit_item>a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 224px;
    height: 205px;
    font-size: 23px;
    border-radius: 8px;
    padding-top: 34px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #efefef;
}
/* 网上信访 end */
/* 意见征集 */
ul.yjzj_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.yjzj_ul>li {
    width: 566px;
    height: 80px;
    padding: 16px 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px #f9f9f9;
    background-color: #fff;

}
.date_box{
    /* display: flex; */
    padding-top: 9px;
    padding-left: 25px;
    position: relative;
    /* justify-content: space-between; */
    cursor: default;
}
/* 结束 */
.date_box.end{
     color: #999999;
}
.survey .surverCon>ul>li.end,
.date_box.end::before{
    content: "";
    width: 18px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10;
    left: 0;
    background-image: url(../images/hdjl/wsdc-yjs@2x.png)
}
/* 进行中 */
.date_box.doing{
    color: #3db99c;
   
}
.survey .surverCon>ul>li.doing,
.date_box.doing::before{
    content: "";
    width: 18px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10;
    left: 0;
    background-image: url(../images/hdjl/wsdc-jxz@2x.png)
}
/* 举报 start */
.report{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
  
}
.report_left{
    width: 848px;
    height: 143px;
    margin-bottom: 30px;
}.report_right{
    width: 331px;
    height: 144px;
    position: relative;
}
#jubao{
    width: 177px;
    height: 47px;
    line-height: 47px;
    position: absolute;
    left: 77px;
    bottom: 20px;
    color: #fff;
    border-radius: 50px;
    padding-left: 79px;
    box-sizing: border-box;
    background: url(../images/hdjl/wsjb-jb@2x.png) no-repeat;
    background-position: 35px 10px;
    border: 1px solid #fff;
}
/* 举报 end */