.boxcenter {
    width: 100%;
    margin: 0;
}

.zwgk_tybox {
    padding: 0 20px;
    overflow: hidden;
}

.mbx {
    margin: 30px 0 40px !important;
    font-size: 26px;
}

.xl_cont .title {
    font-size: 32px;
    line-height: 50px;
}

.xl_cont .fu {
    font-size: 24px;
}

.TRS_UEDITOR,
.TRS_UEDITOR p {
    font-weight: 400;
    font-size: 26px;
    color: #404040;
    line-height: 52px;
}

.mondata_contbox {
    width: 100%;
    font-size: 26px;
}

.sel_d {
    width: 300px;
    height: 50px;
    font-size: 26px;
}

.chaxun {
    width: 100px;
    line-height: 50px;
    height: 50px;
    font-size: 26px;
    margin-bottom: 20px;
}


.selectBox {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.selectBox h3 {
    width: 100%;
    height: 60px;
    background: #BD2121;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.selectBox h3 i {
    position: absolute;
    top: 0;
    right: -1px;
    width: 82px;
    height: 60px;
    background: #F0F0F0 url(btj2024_mico01.png) center no-repeat;
}

.selectBox.active ul {
    display: block;
}

.selectBox ul {
    width: 100%;
    height: 600px;
    background: #F0F0F0;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 999;
    display: none;
}

.selectBox ul li {
    font-weight: 400;
    font-size: 28px;

    line-height: 70px;
    text-align: center;
}

.selectBox ul li a {
    color: #333333;
}



.cf_tj_nei {
    border: 0;
    margin: 0;
}

.cf_jb {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.dhy-yejiao {
    clear: both;
}

.cf_jb>div {
    overflow: hidden;
    background: url(btj2024_cf_jb_04_03.png);
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.cf_jb_zt {
    width: 346px;
    height: 234px;
}

.cf_jb_yt {
    width: 312px;
    background: none;
    height: 230px;
}

.cf_jb_yt h2 {
    font-weight: 400;
    font-size: 26px;
    color: #000000;
}

.cf_jb_yt h3 {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    width: 140px;
    height: 35px;
    line-height: 35px;
}

.cf_jb_yt h4 {
    font-weight: 400;
    font-size: 24px;
    color: #888888;
    line-height: 42px;
}



/* 领导介绍 */
.zwgk_tybox>p {
    margin: 50px auto 0;
    font-weight: bold;
    font-size: 30px !important;
    color: #BD2121;
}

.ldjlR p {
    font-weight: 400;
    font-size: 28px;
    color: #580000;
    display: flex;
    white-space: nowrap;
}

.ldjlR p span {
    font-weight: 400;
    font-size: 28px;
    color: #580000;
    white-space: initial;
}



/* 执法依据 */
.zwgk_box {
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.zwgk_box .accordion {
    width: 100%;
    height: 60px;
    overflow-x: auto;
    display: flex;
}

.zwgk_box .accordion li .link {
    white-space: nowrap;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 400;
font-size: 28px;
color: #333333;
text-align: center;
background:#E5E5E5;
height:70px;
line-height:70px;
}

.zwgk_box .accordion li.open .link{
    background:#E5E5E5;
}
.accordion li i.fa-chevron-down{
    right:40px;
}
.accordion li i.fa-chevron-down img{
    width:15px;
    height:9px;
}

.accordion .submenu{
    display:block;
}
.accordion .submenu a{
    font-weight: 400;
font-size: 26px;
color: #666666;
text-align: center;
}



.zwgk_box .contbox {
    width: 100%;
    float: initial;
}

.zwgk_box .listb li {
    font-weight: 400;
    font-size: 26px;
    color: #404040;
    background: none;
    padding: 0;
    margin-bottom:50px;
}

.zwgk_box .listb li span {
    text-align: right;
}
.zwgk_box .listb li a{
    width:500px;
    display:inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



.zwgk_box .accordion {
    width: 100%;
    height: 0;
    overflow-x: auto;
    margin-bottom:30px;
    display:initial;
}
.zwgk_box .accordion.active{
    height:auto;
}

.zwgk_box .accordion li .link {
    font-weight: 400;
    font-size: 28px;
    color: #333;
    white-space: nowrap;
    padding: 0 20px;
    box-sizing: border-box;
}


.navHead{
    width:100%;
    height:60px;
    background:#BD2121;
    font-family: Microsoft YaHei;
font-weight: 400;
font-size: 28px;
color: #FFFFFF;
line-height:60px;
text-align: center;
position: relative;
}
.navHead i{
    width:82px;
    height:60px;
    background:#F0F0F0 url(navBtn.png) center no-repeat;
    background-size:30px auto;
    display:block;
    position:absolute;
    top:0;
    right:-1px;
}