@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body,
a,
div,
p,
ul,
li,
img,
h3 {
    margin: 0;
    padding: 0;
}
body {
    font-family: "微软雅黑" !important;
    background: #f6f6f6;
}
a {
    text-decoration: none;
    font-family: "微软雅黑";
    color: #000;
}
ul li {
    list-style: none;
}
.clear {
    clear: both;
}
ul:before,
ul:after {
    content: "";
    display: table;
    clear: both;
}
.top_header {
    background: url(banner-sthj.jpg) no-repeat top center;
    height: 400px;
}
.top_side {
    width: 1200px;
    margin: 0 auto;
}
.top_side a {
    display: block;
    float: right;
    background-color: #70a6e6;
    color: #fff;
    padding: 2px 10px;
    margin-top: 10px;
    font-size: 14px;
    margin-left: 10px;
}
/*主体内容*/
.container {
    width: 1200px;
    margin: 30px auto;
}
.con_ml {
    margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #008816;
}
.con_ml .con_tabs {
    display: flex;
}
.con_ml .con_tabs .tabs_item {
    flex: 1;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con_ml .con_tabs .tabs_item:first-child {
    padding-left: 2px;
    min-width: 350px;
}
.con_ml .con_tabs .tabs_item:hover {
    background-color: #008816;
}
.con_ml .con_tabs .tabs_item:hover a {
    color: #fff;
    background: url("icon_ml_sthj_bai.png") left center no-repeat;
    background-size: 28px 28px;
}
.con_ml .con_tabs .tabs_item a {
    font-size: 18px;
    font-weight: bold;
    color: #008816;
    background: url("icon_ml_sthj.png") left center no-repeat;
    background-size: 28px 28px;
    padding-left: 40px;
    line-height: 30px;
}
.lc_sub_list .lucidity-ui-paging-container li.ui-pager:hover, .lc_sub_list .lucidity-ui-paging-container li.focus {
    background-color: #008816;
    border-color: #008816;
}
.lc_sub_list a.lucidity_pgFirst:hover, .lc_sub_list a.lucidity_pgPrev:hover,
.lc_sub_list a.lucidity_pgNext:hover, .lc_sub_list a.lucidity_pgLast:hover, .lc_sub_list .lucidity_pgRefresh:hover {
    background-color: #008816;
}
.lc_sub_list2 .lucidity-ui-paging-container li.ui-pager:hover, .lc_sub_list2 .lucidity-ui-paging-container li.focus {
    background-color: #008816;
    border-color: #008816;
}
.lc_sub_list2 a.lucidity_pgFirst:hover, .lc_sub_list2 a.lucidity_pgPrev:hover,
.lc_sub_list2 a.lucidity_pgNext:hover, .lc_sub_list2 a.lucidity_pgLast:hover, .lc_sub_list2 .lucidity_pgRefresh:hover {
    background-color: #008816;
}
.lc_sub_list3 .lucidity-ui-paging-container li.ui-pager:hover, .lc_sub_list3 .lucidity-ui-paging-container li.focus {
    background-color: #008816;
    border-color: #008816;
}
.lc_sub_list3 a.lucidity_pgFirst:hover, .lc_sub_list3 a.lucidity_pgPrev:hover,
.lc_sub_list3 a.lucidity_pgNext:hover, .lc_sub_list3 a.lucidity_pgLast:hover, .lc_sub_list3 .lucidity_pgRefresh:hover {
    background-color: #008816;
}
.lc_sub_list4 .lucidity-ui-paging-container li.ui-pager:hover, .lc_sub_list4 .lucidity-ui-paging-container li.focus {
    background-color: #008816;
    border-color: #008816;
}
.lc_sub_list4 a.lucidity_pgFirst:hover, .lc_sub_list4 a.lucidity_pgPrev:hover,
.lc_sub_list4 a.lucidity_pgNext:hover, .lc_sub_list4 a.lucidity_pgLast:hover, .lc_sub_list4 .lucidity_pgRefresh:hover {
    background-color: #008816;
}
.con_ml h3 {
    color: #196fbc;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.con_ml ul li {
    float: left;
    width: 33.3%;
    height: 60px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}
.con_ml ul li a {
    display: inline-block;
    padding: 0 20px 0 50px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #383838;
    background: url("icon_list.png") 20px center no-repeat;
}
.con_ml ul li a:hover {
    background-color: #d5ecf9;
}
.work_box {
    width: 100%;
    overflow: hidden;
}
.work_lc {
    float: left;
    width: 590px;
}
.work_lc:nth-child(odd) {
    margin-right: 20px;
}
.history_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #fff;
}
.history_title {
    padding: 15px 0 30px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    text-align: center;
}
.history_box ul {
    margin-top: 20px;
    overflow: hidden;
}
.history_box ul > li {
    float: left;
    width: 216px;
    background: #fff;
    border: 1px solid #E4E4E4;
    margin-left: 20px;
    margin-bottom: 20px;
}
.history_box ul > li a {
    display: block;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
.history_box ul > li:hover {
    border-color: #1480C8;
    background: #1480C8;
}
.history_box ul > li:hover a {
    color: #fff;
}
.con_box {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.con_title {
    border-bottom: 1px #e6e6e6 solid;
}
.con_title img {
    display: block;
    float: left;
    padding-top: 18px;
    padding-left: 15px;
}
.con_title h3 {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    margin: 14px 0px 14px 20px;
    color: #008816;
    font-size: 24px;
}
/**/
.con_lc {
    padding-bottom: 10px;
}
.con_lc > a {
    width: 100%;
    margin: 10px 20px;
    display: block;
    padding: 10px 0;
    background-color: #eee;
    text-align: center;
    font-size: 18px;
}
.con_lc > a:hover {
    background-color: #196fbc;
    color: #fff;
}
.lc_tabs ul li {
    float: left;
    height: 45px;
    width: 219px;
    margin: 10px;
}
.lc_tabs ul li a {
    display: block;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}
.lc_tabs ul li.on a {
    color: #fff;
    background-color: #196fbc;
}
.lc_lists {
    background-color: #fff;
    margin: 10px;
}
.lc_list {
    padding: 10px;
}
.tabs ul li {
    float: left;
    height: 45px;
    width: 579px;
    margin: 10px;
    background-color: #eee;
}
.tabs.lc_sub_tabs2 ul li, .tabs.lc_sub_tabs3 ul li {
    width: 380px;
}
.tabs.lc_sub_tabs4 ul li {
    width: 579px;
}
.tabs ul li a {
    display: block;
    line-height: 45px;
    text-align: center;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}
.tabs ul li:hover {
    background-color: #008816;
}
.tabs ul li:hover a {
    color: #fff;
}
.tabs ul li.on {
    background-color: #008816;
}
.tabs ul li.on a {
    color: #fff;
}
.lc_sub {
    margin-top: 10px;
}
.lists {
    padding: 0 20px;
}
.lists ul li {
    height: 35px;
}
.lists ul li i {
    display: block;
    float: left;
    height: 5px;
    width: 5px;
    margin-top: 6px;
    margin-right: 10px;
}
.lists ul li a {
    display: block;
    float: left;
    line-height: 35px;
}
.lists ul li span {
    display: block;
    float: right;
    line-height: 35px;
    color: #999;
}
.lc_page .lucidity_pgContainer > li a {
    width: 708px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lc_page .lucidity_pgContainer > li.page2 {
    display: none;
}
/*工作报告分季度*/
.bg_tits {
}
.lc_sub_list .bg_tits li {
    float: left;
    width: 259px;
    margin: 10px 15px;
    background-color: #f0f8ff;
    height: 35px;
    border-radius: 5px;
}
.lc_sub_list .bg_tits li a {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    float: none;
    cursor: pointer;
}
.lc_sub_list .bg_tits li:hover {
    background-color: #366fb8;
}
.lc_sub_list .bg_tits li:hover a {
    color: #fff;
}
/*民生实事分季度*/
.ms_tits {
}
.lc_sub_list2 .ms_tits li {
    float: left;
    width: 259px;
    margin: 10px 15px;
    background-color: #f0f8ff;
    height: 35px;
    border-radius: 5px;
}
.lc_sub_list2 .ms_tits li a {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    float: none;
    cursor: pointer;
}
.lc_sub_list2 .ms_tits li:hover {
    background-color: #366fb8;
}
.lc_sub_list2 .ms_tits li:hover a {
    color: #fff;
}
/*重点工作分季度*/
.zd_tits {
}
.lc_sub_list3 .zd_tits li {
    float: left;
    width: 259px;
    margin: 10px 15px;
    background-color: #f0f8ff;
    height: 35px;
    border-radius: 5px;
}
.lc_sub_list3 .zd_tits li a {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    float: none;
    cursor: pointer;
}
.lc_sub_list3 .zd_tits li:hover {
    background-color: #366fb8;
}
.lc_sub_list3 .zd_tits li:hover a {
    color: #fff;
}
/*自适应*/
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }

    .con_ml .con_tabs .tabs_item {
        flex: auto;
        height: auto;
    }

    .con_ml .con_tabs .tabs_item a {
        font-size: 20px;
        line-height: 50px;
    }

    .con_title h3 {
        height: 72px;
        line-height: 72px;
        font-size: 38px;
    }

    .con_title img {
        width: 50px;
        padding-top: 32px;
    }

    .tabs ul {
        padding: 0 10px;
    }

    .tabs ul li,
    .tabs.lc_sub_tabs4 ul li{
        height: 44px;
        width: 100%;
        margin: 10px 0;
    }

    .tabs ul li a {
        line-height: 44px;
        font-size: 24px;
    }

    .top_side a {
        font-size: 30px;
    }

    .lc_sub_tabs4 ul li:nth-child(3) {
        height: auto;
    }

    .lc_sub_tabs4 ul li:nth-child(3) a {
        line-height: inherit;
    }

    .lists ul li {
        height: 70px;
    }

    .lists ul li a {
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        width: 62%;
        line-height: 70px;
        font-size: 20px;
    }

    .lists ul li span {
        font-size: 20px;
        line-height: 70px;
    }

    .lucidity-ui-paging-container li {
        height: auto !important;
    }

    .lucidity_pgToolbar td {
        font-size: 24px;
    }

    .lucidity_pgBtn {
        width: 82px;
        height: 45px;
        margin: 5px;
    }

    .lucidity-ui-paging-container {
        font-size: 24px;
    }

    .lucidity-ui-paging-container li {
        height: 45px !important;
        line-height: 36px;
    }

    .lucidity_pgCurrentPage {
        width: 36px;
        height: 42px;
        font-size: 24px;
    }

    .top_header {
        height: 114px;
        background-size: auto 100%;
    }

    .con_ml .con_tabs {
        flex-wrap: wrap;
    }


    /* 分页条 */
    .lucidity_pgPanel {
        width: 100%;
    }
    .lucidity-ui-paging-container {
        display: none !important;
    }
    .lucidity_pgPanel td:nth-child(3),
    .lucidity_pgPanel td:nth-child(6),
    .lucidity_pgPanel td:nth-child(8),
    .lucidity_pgPanel td:nth-child(9),
    .lucidity_pgPanel td:nth-child(10) {
        display: none;
    }
    .lucidity_pgToolbar {
        border: none !important;
    }
}
