/* 分页 */
.page_num {
    padding-top: 30px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

#page_div {
    line-height: 20px;
    color: #666;
    margin: 0 auto;
    /* width: 800px; */
    width: auto !important;
    display: inline-block;
}

#page_div .pagination_index {
    border: 1px #cccccc solid;
    padding: 0 8px;
    margin: 0 4px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}

#page_div .pagination_index_last {
    font-size: 12px;
    margin-left: 10px;
    line-height: 24px;
    color: #777777;
}

#pagination_input {
    width: 45px;
    height: 20px;
    line-height: 20px;
    color: #0172cb;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 12px;
}

#page_div .pagination_qd {
    border: 1px #cccccc solid;
    padding: 3px 7px;
    color: #676767;
    line-height: 18px;
    height: 25px;
    width: 53px;
    vertical-align: middle;
    background: #fff
}

#page_div .pagination_index_num {
    padding: 0 8px;
    margin: 0 4px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc;
}

#page_div .currentIndex {
    background: #0172cb;
    border: 1px solid #0172cb;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #333;
}

/* @media only screen and (min-width: 375px) {
    .page_num {
        width: 103%;
        margin-bottom: 20px;
    }
} */

/* 访谈页面 */
body {
    background: #f6f6f6 !important;
}

.weizhi {
    background-color: #ffffff;
    padding: 10px 0;
}

.weizhi ul li {
    float: left;
}

.weizhi ul li a {
    color: #333;
}

.weizhi ul li a span {
    display: inline-block;
    margin-left: 10px;
}

.talkStyle {
    background-color: #ffffff;
    margin-top: 30px;
    padding: 25px;
}

.talkStyle .border {
    border-bottom: 1px solid #ccc;
}

.talkStyle .live_broadcast {
    font-size: 24px;
    font-weight: 700;
    color: #5aaf93;
    border-bottom: 1px solid #ccc;
    height: 42px;
}

.talkStyle .theme {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 30px 0;
}

.talkStyle .theme img {
    margin-right: 10px;
}

.content .title {
    font-size: 22px;
    font-weight: 700;
}

.content .title a {
    color: #333;
}

.content .title a:hover {
    color: #5aaf93;
    text-decoration: none;
    cursor: pointer;
}

.content .box {
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 20px 0
}

.content .time {
    margin-bottom: 20px;
}

.content .time img {
    margin-right: 10px;
}

.content .time div {
    background: url(../img/hdnew_timebg.png) no-repeat center;
    height: 50px;
    display: inline-block;
    width: 166px;
}

.content .time div span {
    line-height: 50px;
    padding-left: 26px;
    display: inline-block;
}

.content .people img {
    margin-right: 10px;
}

.imgList {
    margin: 30px 0
}

.imgList a {
    color: #333;
    text-decoration: none;
}

.imgList a:hover {
    text-decoration: none;
    color: #5aaf93;
    cursor: pointer;
}

.imgList .title a {
    font-weight: 700;
    display: block;
    margin: 10px 0;
}

.imgList .timeStyle {
    margin-bottom: 5px;
}

.imgList .peopleStyle {
    margin-bottom: 30px;
}

.imgList .timeStyle,
.imgList .peopleStyle {
    color: #666666;
}

@media only screen and (max-width: 768px) {
    .weizhi {
        margin-top: 20px
    }

    .img-responsive {
        width: 100%;
        height: 90px;
    }

    .content .title {
        margin-top: 20px;
    }
}

/* 在线访谈详情页面 */
.talk_detail {
    background-color: #ffffff;
    margin-top: 30px;
    padding: 25px;
}

.talk_detail h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.talk_detail h2 a {
    color: #333;
    font-size: 24px
}

.content_detail {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 30px
}

/*修改滚动条样式*/
.content_detail::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    /**/
}

.content_detail::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

.content_detail::-webkit-scrollbar-thumb {
    background: #0f78bf;
    border-radius: 10px;
}

.content_detail::-webkit-scrollbar-thumb:hover {
    background: #0f78bf;
}

.content_detail::-webkit-scrollbar-corner {
    background: #179a16;
}

.Interview_content {
    margin: 20px 0
}

.Interview_content img {
    margin-right: 10px;
}

.Interview_content .host {
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}

.Interview_content .timeSenced {
    color: #ccc;
}

.text_list {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    line-height: 28px;
}

.text_list:hover {

    border: 1px solid #0f78bf;
    cursor: pointer;
}

/* 详情页 */
.detailPage {
    background-color: #ffffff;
    margin-top: 30px;
    padding: 30px 96px;
}

.detailPage h2 {
    text-align: center;
    font-weight: 700;
}

.detailPage h2 a {
    color: #333;
}

.views {
    clear: both;
    height: 24px;
    margin-top: 30px;
}

.views .release {
    margin-right: 16px;
}

.detailPage .content {
    line-height: 30px
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.sxp i {
    color: #006ab9;
}

.xlWenDang {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-top: 30px;
}

.xlWenDang i {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

/* 列表页样式 */
.nocite {
    color: #5aaf93;
    font-size: 24px;
    font-weight: 600;
}

.lanMu_con {
    clear: both;
}

.lanMu_con ul li {
    list-style: none;
    line-height: 38px;
}

.lanMu_con ul li a {
    color: #333;
    float: left;
    font-size: 16px;
    padding-left: 20px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/yunadian.png) no-repeat 0px 15px;
}

.lanMu_con ul li span {
    color: #333;
    font-size: 14px;
    width: 20%;
    display: block;
    text-align: right;
    float: right;
    padding-right: 5px;

}

.lanMu_con ul li a:hover {
    color: #006ab9 !important;
    text-decoration: none
}

.borderLine {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.zhongJianLine {
    clear: both;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* 分页 */
.pageNum {
    display: inline-block;
    margin: 30px 0px;
}

.pageNum li {
    height: 30px;
    line-height: 30px;
    margin: 0px 5px;
    border-radius: 4px;
    float: left;
    font-size: 14px;
    margin: 0px 2px;
}

.pageNum li a {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    float: left;
    font-size: 14px;
    border: 1px solid #efefef;
    text-decoration: none;
    padding: 0px 10px
}

.pageNum li a:hover,
.pageNum li a:active {
    border: 1px solid #efefef;
    background: #006ab9;
    color: #fff;
}

.pageInput {
    height: 20px;
    width: 50px;
}

#red {
    color: #f00;
    padding: 0px 5px;
}

@media only screen and (max-width: 768px) {
   .detailPage{padding:20px}
    .lanMu_con ul {
        width: 98% !important;
    }

    .lanMu_con ul li a {
        color: #333;
        float: left;
        font-size: 16px;
        padding-left: 20px;
        background: url(../img/yunadian.png) no-repeat 0px 15px;
        width: 65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lanMu_con ul li span {
        color: #333;
        font-size: 14px;
        width: 30%;
        display: block;
        text-align: right;
        float: right;
    }
}

/* 图集 */
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.zjhb .tit {
    background: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #333;
    overflow: hidden;
    text-align: center;
    margin: 10px 0
}

.zjhb img:hover {
    transform: scale(0.9);
    transition: 0.2s;
}

@media only screen and (max-width: 768px) {
    .zjhb .tit {
        margin: 0;
        padding-left: 0;
    }

}

/* 互动交流页面 */
.communication .live_broadcast {
    font-size: 20px;
    font-weight: 700;
    color: #5aaf93;

}

.communication .more a {
    color: #333;
}

.communication .more a:hover {
    color: #5aaf93;
    text-decoration: none;
}

.bgc {
    background-color: #fff;
    padding: 20px;
    margin: 30px 0 20px 0;
}

.letter {
    color: #5aaf93;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.listStyle {
    background-color: #e7f1f8;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.publics {
    height: 90px;
    position: relative;
}

.consulting_service {
    background: url(../img/zixun_03.png) no-repeat center;


}

.investigation {
    background: url(../img/wsdc.jpg) no-repeat center;

}

/* .consulting_service a,
.investigation a {
    position: absolute;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    left: 43%;
    top: 28%;
} */

.consulting_service a:hover,
.investigation a:hover {
    color: #0647a9;
    text-decoration: none;
    cursor: pointer;
}

.Line {
    clear: both;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.lanMu_two ul li,
.lanMu_three ul li {
    list-style: none;
    line-height: 38px;
}

.lanMu_two ul li a {
    color: #333;
    float: left;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lanMu_two ul li span {
    color: #333;
    font-size: 14px;
    width: 20%;
    display: block;
    text-align: right;
    float: right;
    padding-right: 5px;

}

.lanMu_two ul li a:hover,
.lanMu_three ul li a:hover,
.lanMu_four ul li a:hover {
    color: #006ab9 !important;
    text-decoration: none
}

.lanMu_three ul li a {
    color: #333;
    float: left;
    font-size: 16px;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lanMu_three ul li {
    margin-bottom: 2px;
    width: 100%;
    height: 50px;
    line-height: 50px
}

.lanMu_four ul li a {
    color: #333;
    float: left;
    font-size: 16px;
    width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lanMu_four ul li {
    margin-bottom: 5px;
}

.lanMu_four ul li {
    list-style: none;
    line-height: 38px;
}

.lanMu_three ul li span {
    color: #333;
    font-size: 14px;

    display: block;
    text-align: right;
    float: right;
    padding-right: 5px;

}

.djhzskulul li a {
    width: 52% !important;
}

.djhzskulul li span {
    width: 36%;
}


@media only screen and (max-width: 768px) {
    .writeStyle {
        margin-top: 10px
    }

    .publics {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    .djhzskulul li a {
        width: 80% !important;
    }

    .djhzskulul li span {
        display: none !important;
    }

    .lanMu_two ul {
        width: 98% !important;
    }

    .lanMu_two ul li a {
        color: #333;
        float: left;
        font-size: 16px;
        width: 65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lanMu_two ul li span {
        color: #333;
        font-size: 14px;
        width: 30%;
        display: block;
        text-align: right;
        float: right;
    }

    .consulting_service {
        margin-bottom: 20px;
    }

    .imgList {
        margin-bottom: 0;
    }

    .lanMu_three ul li a {
        color: #333;
        float: left;
        font-size: 16px;
        width: 58%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .lanMu_four ul li a {
        color: #333;
        float: left;
        font-size: 16px;
        width: 73%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .lanMu_four ul li span {
        width: 24%
    }
}

/* 民意征集 */
.Solicitation {
    padding: 30px 0;
    background-color: #fff;
}

.Solicitation .letter {
    color: #5aaf93;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    border-bottom: 3px solid #707070;

}

.borderLine {
    clear: both;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.Solicitation .active {
    height: 38px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    background-color: #ededed;
    padding: 0 4px;
    border-radius: 4px;
    line-height: 38px;
    margin-top: 6px;
}

.Solicitation .over {
    color: #5e9fe5;
}

/* 网站地图 */
.mapList {
    background-color: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin: 30px 0;
}

.wzdt h3 {
    margin: 41px 0 29px 0;
}

.wzdt h3 a {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    padding-right: 30px;
    background: url(../img/xy_wzdt_img.png) no-repeat right center;
    text-decoration: none;
}

.wzdt ul li {
    float: left;
    width: 240px;
    height: 46px;
    line-height: 46px;
    background-color: #f8f8f8;
    text-align: center;
    transition: background-color 0.3s;
    margin-bottom: 10px;
    margin-right: 34px;
    list-style: none;
}

.wzdt ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

.wzdt ul li a:hover {
    background-color: #015293;
    transition: background-color 0.3s;


}

.wzdt ul li:hover a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.clearfl {
    clear: both;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 750px) {
    .container {
        width: 100%;
    }

    .wzdt ul li {
        width: 48%;
        margin-right: 0;
        font-size: 0.3rem;
    }
}

/* 信箱列表 */

/* 分页 */
#prev,
#next {
    border: 1px #cccccc solid;
    padding: 0 8px;
    margin: 0 4px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}

.currentIndex {
    background: #0172cb;
    border: 1px solid #0172cb;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.pagination_index_num,
.list {
    padding: 0 8px;
    margin: 0 4px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc
}

#turnpage {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    text-align: center
}

.pagination_index_last {
    margin-left: 10px;
    line-height: 24px;
    color: #777777;
}

.replyList a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.replyList a:hover {
    color: #337ab7
}

.layout-search {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    border: 1px solid #e0e4e9;
    height: 36px;
    border-radius: 3px;
    position: relative;
    clear: both;
    box-sizing: border-box;
}

.layout-search .layout-search-input {
    width: calc(100% - 10px - 30px);
    margin: 0;
    padding: 0;
    margin-left: 10px;
    border: none;
    line-height: 34px;
    height: 34px;
    float: left;
    box-sizing: border-box;
    outline: none;
    color: #758797;
}

.layout-btn {
    height: 36px;
    min-width: 70px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    background: #fff;
    color: #2b425b;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 15px;
    border: none;
    outline: none;
    -webkit-outline: none;
}