.open_basis {
    background-color: #f7f7f7;
    overflow: hidden;
}

.open_content {
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 47px;
    margin-bottom: 30px;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clear {
    zoom: 1;
}
.open_box {
    padding: 20px 20px 0 20px;
    background-color: white;
    /* margin-bottom: 30px; */
    overflow: hidden;
}

.inter_left {
    float: left;
    width: 800px;
    box-sizing: border-box;
    padding-right: 40px;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    border-right: 1px solid #e5e5e5;
    padding-top: 20px;
}

.inter_left .floord {
    margin-bottom: 20px;
    margin-top: 33px;
}

.inter_left .floord .left .title {
    height: 51px;
    font-size: 22px;
    color: #333;
    border-bottom: none;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-right: 30px;
    display: inline-block;
}

.inter_left .floord .left .title.cur {
    color: #1a56a8;
    border-bottom: 2px solid #1a56a8;
    font-weight: bold;
}

.inter_left .floord .left .content {
    border-top: 1px solid #ccc;
}

.inter_left .floord .left .content i {
    color: #1a56a8;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
}

.inter_left .floord .left .content ul {
    display: none;
}

.inter_left .floord .left .content ul:first-child {
    display: block;
}

.inter_left .floord .left .content ul li {
    margin: 15px 0px;
}

.inter_left .floord .left .content i {
    color: #1a56a8;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 24px;
}

.inter_left .floord .left .content a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 625px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.inter_left .floord .left .content span {
    color: #999;
    font-size: 16px;
    float: right;
}

.inter_right {
    float: left;
    width: 380px;
    padding-left: 38px;
    box-sizing: border-box;
    /* border-left: 1px solid #e5e5e5; */
}

.inter_onli {
}

.onli_title {
    font-size: 22px;
    color: #1a56a8;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.onli_title span {
    display: inline-block;
    border-bottom: 3px solid #1a56a8;
    padding-bottom: 20px;
    margin-bottom: -1px;
}
.onli_title span a{
    color: #1a56a8;
}
.inter_talk {
    height: 205px;
    margin-top: 18px;
}

.talk_img {
    float: left;
    width: 351px;
    height: 205px;
}

.talk_con {
    float: left;
    width: 407px;
    height: 205px;
    background-color: #fbfbfb;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    padding-left: 21px;
}

.talk_title {
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
}

.talk_title span {
    float: left;
}

.talk_title span:first-child {
}

.talk_title span:first-child   span {
    width: 316px;
}

.talk_time {
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
}

.talk_cob {
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
}

.talk_cob span {
    float: left;
}

.talk_cob span:first-child   span {
    width: 316px;
}

/*总局访谈 start*/
.confine_talk {
    margin-top: 33px;
}

.confine_title {
    font-size: 22px;
    color: #1a56a8;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.confine_title span {
    display: inline-block;
    border-bottom: 3px solid #1a56a8;
    padding-bottom: 20px;
    margin-bottom: -1px;
}
.confine_title span a{
    color: #1a56a8;
}
.confine_con {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin-top: 20px;
}

/*总局访谈 end*/
/*局长信箱 start*/
.secretary_mail {

}

.secretary_mail .cur {
    background-color: #1a56a8;
}

.secretary_mail .cur span {
    color: #ffffff;
}

.mail_every {
    height: 74px;
    line-height: 74px;
    background-color: #f1f1f1;
    border-radius: 4px;
    margin-top: 6px;
    cursor: pointer;
}
.mail_every:first-child{
    margin-top: 0;
}
.mail_every a{
    display: block;
    width: 100%;
    height: 100%;
}
.mail_every img {
    margin-left: 63px;
    margin-right: 9px;
}
.mail_every img.img1{
    display: inline;
}
.mail_every img.img2{
    display: none;
}
.mail_every:hover img.img1{
    display: none;
}
.mail_every:hover img.img2{
    display: inline;
}
.mail_every:hover{
    background-color: #1a56a8;
}
.mail_every:hover span{
    color: #ffffff;
}
.mail_every span {
    font-size: 20px;
    color: #1a56a8;
}

/*局长信箱 end*/
/*意见征集 start*/
.opinion_collect {
    margin-top: 39px;
}

.opinion_title {
    font-size: 22px;
    color: #1a56a8;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.opinion_title span {
    display: inline-block;
    border-bottom: 3px solid #1a56a8;
    padding-bottom: 20px;
    margin-bottom: -1px;
}
.opinion_title span a{
    color: #1a56a8;
}
.opinion_con {
    padding-left: 8px;
    margin-top: 20px;
}

.opinion_every {
    /* list-style: disc; */
    color: #1a56a8;
    font-size: 16px;
    line-height: 36px;
    word-break: break-all;
    word-wrap: break-word
}
.opinion_every i{
    display: inline;
    font-size: 16px;
    font-weight: bold;
    margin-left: -8px;
}
.opinion_every p{
    display: inline;
    font-size: 16px;
    vertical-align: bottom;
}

.opinion_ing {
    color: #ffa533;
}

.opinion_stop {
    color: #999999;
}

.main_mob_show {
    display: none;
}

/*意见征集 end*/
@media (max-width: 750px) {
    .open_content {
        width: 100%;
        padding-bottom: 27px;
        margin-bottom: 0px;
    }
    .open_box {
        padding: 12px 14px;
    }

    .inter_left {
        width: 100%;
        padding-right: 0;
        border: none;
        padding-top: 0;
    }

    .inter_left .floord {
        margin-bottom: 10px;
        padding-bottom:0;
        margin-top: 22px;
    }

    .inter_left .floord .left .content {
        border: none;
    }

    .inter_left .floord .left .content span {
        display: none;
    }

    .inter_left .floord .left .content ul {
        display: block;
    }

    .inter_left .floord .left .group {
        border-bottom: 1px solid #ccc;
        margin-bottom: 12px;
    }

    .inter_left .floord .left .title.cur {
        font-size: 15px;
        line-height: 23px;
        height: 31px;
    }

    .inter_left .floord .left .content ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

    .inter_left .floord .left .content a {
        font-size: 14px;
        line-height: 24px;
    }

    .onli_title {
        font-size: 15px;
        border-bottom: 1px solid #ccc;
    }

    .onli_title span {
        border-bottom: 2px solid #1a56a8;
        padding-bottom: 9px;
        font-size: 15px;
    }

    .talk_img {
        display: none;
    }

    .inter_talk {
        height: auto;
        margin-top: 18px;
    }

    .talk_con {
        width: 100%;
        height: auto;
        background-color: #fff;
        border: none;
        padding-left: 0;
    }

    .talk_title {
        font-size: 14px;
        margin-top: 0;
    }

    .talk_title span {
        float: none;
    }

    .talk_title span:first-child {
        font-weight: bold;
    }

    .talk_title span:first-child   span {
        width: auto;
        word-break: break-all;
    }

    .talk_time, .talk_cob {
        font-size: 14px;
        margin-top: 12px;
    }

    .talk_time span:first-child, .talk_cob span:first-child {
        font-weight: bold;
    }

    .confine_talk {
        margin-top: 22px;
    }

    .confine_title {
        font-size: 15px;
        border-bottom: 1px solid #ccc;
    }

    .confine_title span {
        border-bottom: 2px solid #1a56a8;
        padding-bottom: 9px;
        font-size: 15px;
        /* margin-bottom: -1px; */
    }

    .confine_con {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        margin-top: 10px;
    }

    .inter_right {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }

    .mail_every {
        border: 1px solid #cccccc;
        background-color: white;
        float: left;
        width: 49%;
        height: 37px;
        border-radius: 2px;
        line-height: 37px;
        margin-top: 10px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mail_every:first-child{
        margin-top: 10px;
    }
    .mail_every img {
        width: 16px;
        height: 15px;
        margin-left: 0;
        margin-right: 6px;
        padding-left: 23px;
    }
    .mail_every img.main_mob_hide{
        display: none;
    }
    .secretary_mail p:first-child   p, .secretary_mail p:first-child   p   p   p {
        margin-left: 2%;
    }

    .secretary_mail .cur {
        background-color: #ffffff;
    }

    .secretary_mail .cur span {
        color: #2957a2;
    }

    .mail_every span {
        font-size: 14px;
        color: #2957a2;
    }

    .main_mob_hide {
        display: none;
    }

    .main_mob_show {
        display: inline-block;
    }

    .opinion_collect {
        margin-top: 22px;
    }

    .opinion_title {
        font-size: 15px;
        border-bottom: 1px solid #ccc;
    }

    .opinion_title span {
        border-bottom: 2px solid #1a56a8;
        padding-bottom: 9px;
        font-size: 15px;
    }

    .opinion_con {
        padding-left: 8px;
        margin-top: 10px;
    }

    .opinion_every {
        /* list-style: disc; */
        color: #1a56a8;
        font-size: 9px;
        line-height: 22px;
    }

    .opinion_every p {
        font-size: 14px !important;
    }
    .talk_cob span{
        float: none;
    }
    .talk_cob span:first-child   span {
        width: auto;
        word-break: break-all;
    }
}
@media (max-width: 375px){
    .mail_every img{
        padding-left: 5px;
    }
}