.erjiNavRight .erjiNavRightTop{display:none;}
.erjiNavRight .erjiNavRightBottom{display:block;}

#notice_detail *{box-sizing: border-box;}

.table{border: 1px solid #070b2d;margin-top:0.3rem;font-size:0.2rem;width:80%;margin:0 auto;margin-top: 0.2rem;}
/*.table .th{width:20%;}
.table .th b{display:block;padding: 0.3rem 0;border-right:1px solid #ced1d9;border-bottom:1px solid #ced1d9;padding-left:0.5rem;color: #1e2140;}
.table .th b:last-child{border-bottom:0;}
.table .tbody{width:80%;}
.table .tbody span{display:block;padding: 0.3rem 0;border-bottom:1px solid #ced1d9;padding-left:0.5rem;color: #1e2140;}
.table .tbody span:last-child{border-bottom:0;}
.table .th b:nth-child(odd){background-color: #f5f6f9;}
.table .tbody span:nth-child(odd){background-color: #f5f6f9;}*/


/*修改*/
.table .tbody div{overflow:hidden;padding:0.15rem 0;border-bottom: 1px solid #070b2d;display: flex;align-items: center;position: relative;}
.table .tbody div::before{content:'';display:inline-block;height:100%;border-left: 1px solid #070b2d;position: absolute;left: 20%;}
.table .tbody div:last-child{border:0;}
.table .tbody div b{display:inline-block;width:20%;float:left;color: #1e2140;text-align:center;}
.table .tbody div span{display:inline-block;width:80%;float:left;color: #1e2140;padding-left: 0.5rem;}



/*文案样式*/
.danPianArticleBox .danPianArticle .box .wzContent p{margin-top:0.1875rem;text-indent:2em;}
.danPianArticleBox .danPianArticle .box .wzContent p.indent{margin-top:0.1875rem;text-indent:0em;}
.danPianArticleBox .danPianArticle .box .wzContent .sign{text-align:right;margin-top:1rem;}



@media only screen and (max-width: 768px){
.phoneScroll{overflow-x: auto;}
.table{width:500px;}
.table .th b{font-size:12px;}
.table .tbody span{font-size:12px;}

}