.col_news_con .articalBox{
    background-color: #F8F8F8;
    padding:0.5rem 0.5rem 0 0.5rem;
    box-sizing:border-box;
    margin-bottom:0.52rem;
    overflow:hidden;
}
.col_news_list .news{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}
.wp_column_name{
    font-size:0.25rem !important;
    font-weight:bold;
    color:#69056D;
    border-left:7px solid #69056D;
    padding-left:0.16rem;
    margin-bottom:0.37rem;
}
.con_title{
    font-size:0.19rem !important;
    font-weight:bold;
    color:#000000;
    margin-bottom:0.1rem;
}
.con_inner{
    font-size:0.16rem !important;
    color:#858585;
    margin-bottom:0.4rem;
}
.con_inner span,.con_inner p{
    font-size:0.16rem !important;
    color:#858585;
}
.con_3 li{
    position:relative;
    padding-left:0.2rem;
}
.con_3 li::before{
   content:'';
   display:block;
   width: 0.07rem;
   height: 0.07rem;
   border-radius:50%;
   background-color:#69056D;
   position:absolute;
   left:1px;
   top: 0.12rem;
}