@charset "utf-8";
/* 内页banner */
.ny_banner{
    position: relative;
}
.ny_banner .banner_img img{
    display: block;
    width: 100%;
    height: auto;
}
.ny_banner .lmmc{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    display: flex;
    background: url(../img/dqwz_bg.png) no-repeat right bottom;
    justify-content: space-between;
    align-items: flex-end;
}
.ny_banner .lmmc h2{
    width: 234px;
    height: auto;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 25px 0;
    background: rgba(178, 34, 0, 0.8);
    border-radius: 5px 5px 0 0;
}
.ny_banner .lmmc p{
    background: url(../img/dqwz_icon.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 15px;
}
.ny_banner .lmmc p,.ny_banner .lmmc p a{
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #fff;
}
.ny_banner .lmmc p a:hover{
    color: #d92a00;
}
.ny_banner .lmmc p span{
    display: inline-block;
    margin: 0 10px;
}

.main{
    background: url(../img/main_bg.png) no-repeat bottom center;
    min-height: 30vh;
}
/* 左侧导航 */
.left_dh{
    width: 234px;
    padding: 0 0 27px;
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(7,0,2,0.11);
    box-sizing: border-box;
    margin-bottom:100px;
}
.left_dh ul li{
    position: relative;
}
.left_dh ul>li>a{
    display: block;
    font-size: 18px;
    color: #010101;
    padding: 0 20px;
    line-height: 24px;
    position:relative;
}
.left_dh ul>li>a span{
    display:block;
    padding:15px 0;
    border-bottom:1px solid #ddd;
}
.left_dh ul li.on>a,.left_dh ul li:hover>a {
    color: #d92a00;
    font-weight: bold;
}
.left_dh li strong.phone_arrow{
    display:block;
    height: 54px;
    line-height: 54px;
    width: 40px;
    text-align: right;
    font-size:21px;
    font-weight:bold;
    position:absolute;
    right: 20px;
    top:0;
    color: #000;
    z-index:33;
    cursor:pointer;
    transition:all 0.3s ease-in-out;
}
.left_dh ul li.on strong.phone_arrow,.left_dh ul li:hover strong.phone_arrow{
    color: #d92a00;
}
.left_dh ul li dd{
    position:relative;
}
.left_dh ul li.on dd .twoJ_menu{
    /* display:none; */
}
.left_dh ul li.on dd strong.phone_arrow{
    
color: #000;
}
.left_dh ul li .twoJ_menu a{
    font-size: 16px;
    border-bottom: none;
    line-height: 20px;
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #e6e6e6;
}
.left_dh ul li .twoJ_menu a.hover{
    color: #d92a00;
    font-weight: bold;
}
.left_dh ul li .twoJ_menu a.hover span{
}
.left_dh li .twoJ_menu a:hover{
    color: #d92a00;
    font-weight: bold;
}
.twoJ_menu{
    display: none;
    background: #f5f5f5;
    padding: 0 20px;
}
.left_dh ul li.on .twoJ_menu{
    display:block;
}

/* 右侧内容 */
.right{
    width: calc(100% - 300px);
}
h2.right_lmmc{
    font-size: 36px;
    color: #010101;
    text-align: center;
    line-height: 40px;
    margin: 50px 0 30px;
    padding-bottom: 23px;
    position: relative;
}
h2.lmmc{text-align: left;float: left;padding: 0;margin: 30px 0;}
h2.right_lmmc::before{
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: #d92a00;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
h2.lmmc::before{
    display:none;
}
/* 单篇页 */
.right{
    margin-bottom: 100px;
}
.dp .con p{
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    text-indent: 2em;
    margin-bottom: 10px;
    text-align: justify;
}
.dp .con p img{display:initial;}
#vsb_content iframe{
    display:block;
    width:90%;
    height:600px;
    margin:0 auto;
}
.con img.img_vsb_content{
    display: block;
    margin:5px auto;
}
/* 党建工作 */
.djgz_list ul li a{
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #d9d9d9;
}
.djgz_list ul li a p.img,.djgz_list ul li a p.img img{
    width: 278px;
    height: 180px;
    object-fit: cover;
}
.djgz_list ul li a p.img2{
    width: 125px;
    height: 180px;
}
.djgz_list ul li a p.img2 img{
    width:100%;
    height:100%;
}
.djgz_list ul li a p.con{
    width: calc(100% - 300px);
    height: auto;
    margin-top: 18px;
}
.djgz_list ul li a p.con2{
    width: calc(100% - 150px);
}
.djgz_list ul li a p.con span{
    display: block;
    width: 100%;
}
.djgz_list ul li a p.con span.bt{
    font-size: 22px;
    color: #000;
    line-height: 34px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.djgz_list ul li a p.con span.zy{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 52px;
}
.djgz_list ul li a p.con span font{
    display: inline-block;
    margin-right: 40px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.djgz_list ul li a p.con span font span{display:inline-block;width: auto;}
.djgz_list ul li a p.con span:nth-of-type(2){
    margin: 15px 0;
}
.djgz_list ul li a p.con span font:nth-of-type(1){
    background: url(../img/sj_icon.png) no-repeat left center;
}
.djgz_list ul li a p.con span font:nth-of-type(2){
    background: url(../img/fw_icon.png) no-repeat left center;
}
.djgz_list ul li.txt p.con{
    width: 100%;
    margin-top: 0;
}
.djgz_list ul li a:hover p.con span.bt{
    color: #d92a00;
}

/* 内容页 */
.content h2.bt{
    font-size: 36px;
    color: #010101;
    line-height: 40px;
    margin: 50px 0 30px;
    padding-bottom: 23px;
    position: relative;
text-align:center;
}
.content h2.bt::before{
    display: block;
    content: "";
    width: 40px;
    height: 3px;
  /******  background: #d92a00;****/
    position: absolute;
    bottom: 0;
    left:113px;
}
.content .wzxx{
    background: #f8f8f8;
    padding: 25px;
    margin-bottom: 30px;
}
.content .wzxx p{
    font-size: 14px;
    color: #6c6c6c;
    line-height: 40px;
    padding-left: 40px;
}
.content .wzxx p:nth-of-type(1){
    background: url(../img/sj_icon.png) no-repeat left center;
}
.content .wzxx p:nth-of-type(2){
    background: url(../img/dz_icon.png) no-repeat left top 0px;
    margin-left: 40px;
}
.content .wzxx p:nth-of-type(3){
    background: url(../img/fw_icon2.png) no-repeat left top 2px;
}
.content .con p{
    font-size: 18px !important;
    line-height: 32px !important;
    color: #000000;
    text-indent: 2em !important;
    margin-bottom: 10px;
    text-align: justify;
}
/* 列表页 */
.list ul li{
    margin-top: 30px;
}
.list ul li a{
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px 6px rgba(0,60,112,0.1);
    background: #fff;
}
.list ul li a p.time{
    width: 90px;
    height: auto;
    background: #d92a00;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}
.list ul li a p.time span{
    display: block;
    font-size: 20px;
}
.list ul li a p.more{
    width: 100px;
    font-size: 15px;
    color: #373535;
    line-height: 35px;
    padding-right: 30px;
    background: url(../img/list_more.png) no-repeat right center;
    box-sizing: border-box;
}
.list ul li a p.con{
    width: calc(100% - 240px);
}
.list ul li a p.con span{
    display: block;
}
.list ul li a p.con span.tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.list ul li a p.con span.txt{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}
.list ul li a:hover p.con span.tit{
    color: #d92a00;
}
.list ul li a:hover p.con span.txt{
    color: #333;
}


.lyb img{
    display:inline-block;
}
.lyb table.bgstyle1071235 tr:first-child{
    background: #b20808;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    height: 40px;
}

.lyb .window1071235{
    margin:10px 0;
}
.lyb>table:last-child{
    /* border: 1px solid #b20808; */
}
.lyb>table:last-child>tbody>tr>td{
    display:block;
}

.lyb #webberedit{
    margin-bottom:10px;
}
.img-list ul{
    margin-bottom: 50px;
}
.img-list li{
    float:left;
    width: 18.4%;
    margin-right: 2%;
}
.img-list li p{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.img-list li:nth-child(5n){
    margin-right:0;
}
.img-list li .img{
    width:100%;
    height: 280px;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.img-list li .img img{
    width:100%;
    height:100%;
    /* object-fit: cover; */
}
.ll{
    border-bottom: 1px solid #b20808;
    margin: 30px 0;
}
.ll .more{
    line-height: 40px;
    margin: 30px 0;
}

.img-list2 li .img{
    
}

.ssknr .content h2.bt{
    text-align:center;
}
.ssknr  .content h2.bt::before{
    left: 0;  
    right: 0;  
    margin: auto;
}

.ssknr .sjinfo{
    background:#f7f7f7;
    border-top:2px solid #b22200;
    padding: 20px 34px;
    min-height: 330px;
    box-sizing: border-box;
}
.ssknr .sjinfo p{
    float:left;
    width:50%;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}
.ssknr .sjinfo p img{
    display: inline;
    position: relative;
    top: -2px;
    margin: 0 2px;
}
.ssknr .sjinfo p span{
    font-weight:bold;
    margin-right: -43px;

    width: 120px;
    display: inline-block;
}
.ssknr .sjinfo p:first-child,.ssknr .sjinfo p:nth-child(8){
    width:100%;
}
.ssknr .sjinfo p a{
    margin-right:30px;
    text-decoration: underline;
}
.ssknr .tab{
    margin-top:50px;
}
.ssknr .tab .hd{
    padding: 0 50px;
    border-bottom: 2px solid #505050;
}
.ssknr .tab .hd h2{
    float:left;
    position: relative;
    color:#6e6e6e;
    font-size:16px;
    margin: 0 15px;
    line-height: 60px;
    cursor: pointer;
}
.ssknr .tab .hd h2::before{
    display:block;
    content:"";
    position:absolute;
    background:url(../img/ssj.png) no-repeat center;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width: 17px;
    height: 7px;
    opacity:0;
}
.ssknr .tab .hd h2.active{
    font-weight:bold;
    color:#000;
}
.ssknr .tab .hd h2.active::before{
    opacity:1;
}
.ssknr .tab .hd h2.fjj a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ssknr .tab .bd{
    padding: 40px 60px;
    background: #f7f7f7;
}

.ssknr .tab .bd p{
    text-indent: 0 !important;
    font-size: 16px !important;
    line-height: 40px !important;
    margin: 0;
}
.ssknr .tab .bd .dome{
    display:none;
}
.ssknr .tab .bd .dome.active{
    display:block;
}
.ssknr .tab .bd .dome.fj li{
    line-height:30px;
}

.xgxw h2{
    font-weight:bold;
    font-size: 25px;
    line-height: 60px;
    border-bottom: 1px solid #b4b4b4;
}

#appu10 .item{   
    line-height: 50px;  
    border-bottom: 1px solid #eee;
}
#appu10 .item span.time{
    font-size: 14px;
    color: #979797;
}
#appu10 .item a{
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}