.info_wrap {
    border: 1px solid #e6e6e6;
    padding: .3rem;
    margin-top: .3rem;
    margin-bottom: .8rem;
}

.lb_dh {
    font-size: .12rem;
    color: #323232;
    border-bottom: 5px solid #09773D;
    line-height: .32rem;
    position: relative;
}

.lb_dh::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #f5dbdb;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.CurrChnlCls:hover {
    color: #09773D;
}

.point_ul {
    padding: .35rem;
}

.point_li {
    border-bottom: 1px #bfbfbf dashed;
    height: .7rem;
    line-height: .7rem;
}

.point_a h5 {
    font-size: .18rem;
    color: #323131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: .2rem;
}

.point_a h5::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #eee;
    position: absolute;
    left: .05rem;
    transform: translate(-50%, -50%);
    top: 50%
}

.point_a h5:hover {
    color: #09773D;
}

.point_a p {
    font-size: .18rem;
    color: #323131;
    padding-left: .3rem;
    flex-shrink: 0;
    color: #818181;
    font-weight: normal;
    font-family: "微软雅黑";
}

.point_a  h5 i{
	 display: inline-block;
	  width: .25rem;
	   height: .25rem;
	    background: url(../img/shipin.png) no-repeat  center;
		 background-size:.25rem;
		  vertical-align: text-top;
		   margin-right: .05rem;
}
.paging {
    margin-top: .5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
}

.paging p,
a {
    font-size: .14rem;
   /* padding-right: .05rem; */
    color: #323232;
}

.paging_input {
    border: none;
    width: 0.4rem;
    color: #323232;
}

.paging_btn {
    font-size: .14rem;
    color: #323232;
    background: #fff;
    border: none;
}

/* 文章详情 */
.details_main {
    padding: .35rem;
}

.details_title {
    font-size: .3rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #323131;
    font-weight: normal;
    padding-bottom: .8rem;
}

.details_ly p {
    font-size: .14rem;
    color: #818181;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px #dcdcdc dashed;
    padding-bottom: 15px;
}
.details_xq{ padding-top: .5rem;margin-top: 5px;
    margin-bottom: 5px;
    line-height: 2;
    font-family: 宋体;
    font-size: 12pt;
     color: #323131;
}
.indent{ text-indent: 2em;}
.details_xq img{ display: block;
 width: auto;
  max-width: 100%;
   margin: 5px auto;
}
