@charset "utf-8";
/* 党建列表页开始 */
.lssp_tabula_main {
    margin-top: 0;
    background-color: #ffffff;
    border: 0;
    padding: 60px 30px 0;
    box-sizing: border-box;
    margin-bottom: 0;
    z-index: 0;
    position: relative;
}

.tabula_tit {
    border-bottom: 0;
    line-height: 30px;
    padding-bottom: 0px;
    margin-top: 30px;
}

.tabula_tit .tit_text {
    float: none;
    padding-right: 7px;
    position: relative;
}

.tabula_tit .tit_text::after {
    content: '';
    position: absolute;
    display: block;
    background-color: #b91615;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -17px;
}

.tit_text_icon {
    width: 31px;
    margin-right: 15px;
}

.tit_text_span {
    font-size: 34px;
    font-weight: bold;
    color: #b91615;
    vertical-align: top;
}

.polic_tit_btn .btn_com {
    color: #b91615;
    padding: 0 44px;
    padding-top: 4px;
}

.tabula_tit .crumbs {
    float: none;
    font-size: 22px;
    color: #999999;
    margin-top: -100px;
    width: 90%;
    line-height: 30px;
}

.tabula_tit .crumbs a {
    color: #999999;
}

.tabula_list_li {
    padding: 30px 0;
    border-bottom: 1px dashed #d6d6dd;
    position: relative;
}

.tabula_list_li::before {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #d6d6dd;
}

.tabula_list_li::after {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #d6d6dd;
}

.list_li_img {
    width: 250px;
    height: 150px;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

.list_li_img:hover img {
    transform: scale(1.1, 1.1);
}

.list_li_img img {
    width: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.list_li_con .con_tit {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_li_con .con_tit a {
    color: #1a1a1a;

}

.list_li_con .con_tit a:hover {
    color: #b91615;
}

.list_li_con .con_text {
    margin-top: 15px;
    font-size: 24px;
    line-height: 40px;
    color: #4d4d4d;
}

.list_li_con .con_date {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin-top: 16px;
}

.con_date_span {
    color: #1a1a1a;
    float: left;
}

.con_date_a {
    color: #b91615;
    float: right;
}

/* 党建列表页结束 */

/* 文章详情页-下级栏目开始 */
.lssp_detail_wrap {
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
}

.lssp_leftNav {
    float: none;
    box-sizing: border-box;
    border: solid 1px #d8e9e1;
    position: fixed;
    background: #ffffff;
    top: 0;
    /* padding-top: 30px; */
    /* padding-bottom: 60px; */
    left: 750px;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow-y: auto;
}
.menu_btm {
    display: block;
    position: absolute;
    right: 30px;
    top: 32px;
    z-index: 10;
}
.open {
    display: block;
    width: 35px;
    height: 25px;
    margin-top: 0;
    background: url(icon_menu_mobile.png) left center no-repeat;
    background-size: 100% 100%;
}
.close {
    display: block;
    width: 25px;
    height: 24px;
    margin-top: 0;
    margin-right: 0;
    background: url(icon_close_mobile.png) left center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 17px;
    right: 35px;
}


.leftNav_tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #3b8965;
    background-size: cover;
    font-size: 30px;
    color: #ffffff;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
}

.leftNav_menu {
    background: url(lssp_leftNavBg2.png)no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.leftNav_menu_com {
    border-bottom: 1px solid #91b5a4;
}

.leftNav_menu_com:last-child {
    border-bottom: none;
}

.menu_com_a {
    display: block;
    width: 100%;
    /* height: 60px; */
    line-height: 60px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 30px;
    color: #1a1a1a;
    position: relative;
}

.menu_com_a.on {
    color: #258257;
}

.menu_com_a.on::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 22px;
    background: #258257;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.menu_com_a.active {
    color: #258257;
}

.menu_com_a i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(lssp_leftNavOpen.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 28px;
}

.leftNav_menu_com.active .menu_com_a {
    color: #258257;
    font-weight: bold;
}

.leftNav_menu_com.active .menu_com_a i {
    background: url(lssp_leftNavClose.png) no-repeat center;
    background-size: contain;
}

.menu_child_ul {
    margin-bottom: 10px;
    display: none;
}

.leftNav_menu_com.active .menu_child_ul {
    display: block;
}

.menu_child_li {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.menu_child_liA {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 36px;
    padding-left: 15px;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #1a1a1a;
}

.menu_child_liA.on {
    color: #258257;
    font-weight: bold;
}

.menu_child_liA.on::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 30px;
    background: #258257;
    left: -26px;
    top: 33%;
    transform: translateY(-50%);
}

.menu_child_liA::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999999;
    left: 0;
    top: 33%;
    transform: translateY(-50%);
}

.menu_child_liA.on::before {
    background: #258257;
}

.lssp_rightCon {
    width: 100%;
    box-sizing: border-box;
    float: right;
    background-color: #ffffff;
    border: 0;
    padding: 60px 30px 30px;
    min-height: 600px;
}

.tabula_tit.rightCon_tit .tit_text {
    padding-right: 0;
}

.rightCon_tit .tit_text .tit_text_span {
    color: #258257;
    line-height: 1.5;
}

.tabula_tit.rightCon_tit .tit_text::after {
    background-color: #258257;
}

.rightCon_info {
    width: 100%;
    margin-top: 49px;
    padding: 40px 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #d8e9e1;
}

.rightCon_info_tit {
    font-size: 34px;
    color: #1a1a1a;
    text-align: center;
    font-weight: bold;
}

.rightCon_info_oper {
    margin-top: 45px;
    padding: 0 10px;
    line-height: 34px;
    box-sizing: border-box;
    display: none;
}

.oper_font {
    float: left;
    font-size: 16px;
    color: #4c4c4c;
}

.font_img {
    vertical-align: middle;
    margin-right: 2px;
}

.font_change {
    margin-right: 6px;
    cursor: pointer;
}

.font_change.active {
    font-weight: bold;
    color: #258257;
}

.print {
    cursor: pointer;
    margin-left: 40px;
}

.print img {
    vertical-align: middle;
    margin-right: 4px;
}

.oper_share {
    float: right;
}

.oper_share span {
    vertical-align: middle;

}

.oper_share .share_com {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.oper_share .share_com img {
    width: 100%;
}

.oper_share .share_com .share_img2 {
    display: none;
}

.oper_share .share_com:hover .share_img1 {
    display: none;
}

.oper_share .share_com:hover .share_img2 {
    display: inline;
}

.content_body_box {
    margin-top: 25px;
    font-size: 30px;
    color: #1a1a1a;
    /*text-indent: 2em; 3.30修改*/
    line-height: 36px;
    padding: 30px 0 0;
    border-top: solid 1px #c2dcd0;
    /* text-align: center; */
}

.content_body_box img {
    max-width: 100%;
    margin: 0 auto;
}

.content_body_box p {
    /* text-align: justify; */
    margin-bottom: 1em;
    word-break: break-all;
    word-wrap: break-word;
}
.content_body_box * {
    line-height: 2!important;
    margin-bottom: 0;
}
.content_body_box table td p {
    margin-bottom: 0!important;
    line-height: 1.5!important;
}
.content_body_box .tit_p {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-indent: 0;
    color: #1a1a1a;
}
.content_body_box table {
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px #333333 solid!important;
    border-left: 1px #333333 solid!important;
}
.content_body_box table tr td {
    padding: 2px 4px!important;
    border-right: 1px #333333 solid !important;
    border-bottom: 1px #333333 solid !important;
}
.fujian a {
    color: #258257;
}
/* 文章详情页-下级栏目结束 */

/* 文章详情页 无左侧导航结束 */
.lssp_conAll {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 0;
    padding: 20px 30px;
}

.lssp_conAll .crumbs {
    font-size: 24px;
    color: #999999;
}

.lssp_conAll .crumbs a {
    color: #999999;
}

.lssp_conAll .rightCon_info_tit {
    font-weight: 400;
}

.conAll_updateInfo {
    margin-top: 45px;
    line-height: 34px;
}

.updateInfo_mess {
    float: left;
}

.updateInfo_mess img {
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.updateInfo_mess img.mess_img2 {
    margin-left: 30px;
}

.updateInfo_mess .mess_text {
    vertical-align: middle;
    font-size: 22px;
    color: #4c4c4c;
}

.conAll_updateInfo .rightCon_info_oper {
    float: right;
    margin-top: 0;
    display: none;
}

.conAll_updateInfo .oper_font {
    margin-right: 50px;
}

.lssp_conAll .content_body_box {
    font-size: 30px;
    line-height: 2em;
}

/* 文章详情页 无左侧导航结束 */

/* 文章列表页-下级栏目开始 */
.lssp_tabula_list.lssp_rightCon {
    padding-bottom: 0;
}

.lssp_tabula_list .con_date_a {
    color: #ed6d00;
}

.lssp_tabula_list .list_li_con .con_tit a:hover {
    color: #258257;
}

/* 文章列表页-下级栏目结束 */


/* 一级栏目-文章列表页开始 */
.lssp_notic_list.lssp_rightCon {
    padding-bottom: 0;
}

.lssp_notic_list .con_date_a {
    color: #ed6d00;
}

.lssp_notic_list .list_li_con .con_tit a:hover {
    color: #258257;
}

.lssp_notic_list .tit_text_span {
    color: #258257;
}

.lssp_notic_list .tabula_tit .tit_text::after {
    background: #258257;
}

/* 一级栏目-文章列表页结束 */


/* 专题专栏页 开始 */
.column_list {
    min-height: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.column_list_com {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px 0 0 0;
}

.column_list_com:nth-child(3n) {
    margin-right: 0;
}

.column_list_com img {
    width: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.column_list_com:hover img {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transform: scale(1.05);
}

/* 专题专栏页结束 */

/* 搜索页开始 */
.lssp_serach_wrap {
    margin-top: 26px;
    padding: 20px 40px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #d8e9e1;
    margin-bottom: 108px;
}

.lssp_serach_wrap .crumbs {
    font-size: 24px;
    color: #999999;
}

.lssp_serach_wrap .crumbs a {
    color: #999999;
}

.serach_box {
    margin-top: 20px;
    background: url(lssp2023_searchBg.png)no-repeat;
    background-size: cover;
    width: 100%;
    height: 110px;
    padding-top: 30px;
    box-sizing: border-box;
}

.serach_box_con {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.serach_input {
    width: 406px;
    height: 48px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: solid 1px #258257;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 24px;
    padding-right: 10px;
}

.serach_btn {
    width: 160px;
    height: 100%;
    background: #258257 url(lssp2023_searchIcon.png)no-repeat 39px center;
    background-size: 29px;
    /* border: solid 1px #316b60; */
    font-size: 24px;
    line-height: 48px;
    padding-left: 35px;
    color: #fefeff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.serach_result_info {
    height: 100px;
    padding: 20px 0;
}


.result_info_text {
    float: left;
    line-height: 38px;
}

.result_info_text p {
    float: left;
    font-size: 24px;
    color: #333333;
}

.result_info_text p:first-child {
    margin-right: 25px;
}

.result_info_text p span {
    color: #b91615;
}

.result_info_btn {
    float: right;
    margin-top: 20px;
}

.btn_com {
    height: 36px;
    background-color: #fbfbfb;
    border-radius: 4px;
    border: solid 1px #d8e9e1;
    padding: 0 20px;
    font-size: 24px;
    color: #81998e;
    margin-left: 15px;
    cursor: pointer;
    box-sizing: border-box;
}

.btn_com.active {
    border: solid 1px #258257;
    color: #258257;
}

.serach_result_list .list_li_con .con_tit {
    line-height: 1.5;
    font-size: 30px;
    white-space: inherit!important;
}

.serach_result_list .list_li_con .con_tit a:hover {
    color: #258257;
}

.serach_result_list .list_li_con .con_date {
    font-size: 24px;
    color: #258257;
}

/* 搜索页结束 */

/* 网站地图开始 */
.tabula_map {
    margin-top: 70px;
    margin-bottom: 50px;
}
.map_ul .map_li {
    padding-left: 10px;
    border-bottom: 1px solid #eeeeee;
}

.map_ul .map_li:last-child {
    border-bottom: none;
}

.map_li .map_li_tit {
    float: none;
    width: 160px;
    font-size: 30px;
    font-weight: 600;
}

.map_li .map_li_com {
    float: left;
    font-size: 30px;
    margin-right: 50px;
}

.map_li .map_li_tit a,
.map_li .map_li_com a {
    color: #333333;
}

.map_li .map_li_tit a:hover,
.map_li .map_li_com a:hover{
    color: #258257;
}

.serach_result_info:after {
    content: "";
    display: table;
    clear: both;
}

/* 0410修改 */
.result_info_text{
    max-width: 100%;
}
.result_info_text p:first-child {
    max-width: 100%;
    text-overflow: inherit;
    white-space: normal;
}

/* 0601 */
.tabula_tit.tabula_tit_zt .tit_text{
    float: none;
    padding-bottom: 15px;
}
.tabula_tit.tabula_tit_zt .tit_text::after {
    bottom: 0;
}
.tabula_tit.tabula_tit_zt .crumbs{
    float: none;
    margin-top: 15px;
}

/* 网站地图结束 */

/* 信息查询开始 */
.column_list_com_cx {
    float: none;
    width: 100%;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 30px 0 0 0;
    background: url(lssp_leftNavBg2.png)no-repeat;
}
.column_list_com_cx:nth-child(2n){
    float: none;
}
.column_list_com_cx a{
    display: block;
    font-size: 24px;
    color: #1a1a1a;
    border-bottom: 1px solid #258257;
    height: 56px;
    width: 100%;
    line-height: 30px;
}
.column_list_com_cx a:hover{
    color: #258257;
}
/* 信息查询结束 */

.center_video{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.center_video video {
    max-width: 80%;
    min-width: 60%;
}
.center_video .H5VideoPlayer {
    max-width: 80%;
    min-width: 60%;
}
.center_video * {
    box-sizing: border-box;
}
/* 新闻 列表页 */
.lssp_list_news_s {
    margin-top: 60px;
    width: 100%;
}
.lssp_list_news_s .list_li {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0;
    padding-left: 20px;
    color: #1a1a1a;
    position: relative;
}
.lssp_list_news_s .list_li a {
    width: 100%;
    display: block;
    /* 	overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; */
    float: left;
}
.lssp_list_news_s .list_li a:hover{
    color: #b91615;
}
.lssp_list_news_s .list_li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b91615;
    left: 0;
    top: 30px;
    /* transform: translateY(-50%); */
}

.lssp_list_news_s .list_li .date {
    font-size: 24px;
    color: #999999;
    float: right;
}
.menu_mobile .lssp_head {
    display: block;
    background: #fff url(lssp2023_index1.png) no-repeat;
    background-size: 100% 150%;
}
.menu_mobile .lssp_head .lssp_head_text {
    margin: -18px 0 0 100px;
    float: right;
}
.ft_st {
    font-family: "微软雅黑";
    font-size: 30px;
    padding: 60px 0;
}
.serach_result_list {
    clear: both;
}


/*  */
.tabula_tit .crumbs{
    margin-top: -114px;
}
.tabula_tit{
    height: 40px;
}


