.wp_subcolumn_list .wp_sublist .sublist_title{
line-height: initial;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.wp_subcolumn_list .wp_sublist .sublist_title a{
pointer-events:none;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink{

    display: none;
}
.wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name{
   color:#083090;
    font-size: 24px;
    position: relative;
}

.wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name:after{
    content: '';
    height: 2px;
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    background: #083090;
}

.wp_subcolumn_list {
      width: 48%;
      float: left;
    border-right: 1px solid #eee;
    padding-right: 4%;
    margin-right: 4%;
}


.wp_subcolumn_list:nth-child(2n) {
    margin-right: 0;
padding-right:0;
border-right:none;
}

.fuwu{

}

.mb-30{
    margin-bottom: 30px;
}


.fuwu a{
    display: block;
    height: 100%;
    background: #f9fdff url(../images/fd_bg.png) no-repeat top 10px right 15px;
    padding: 25px;
    text-decoration: none;
    transition: all 0.4s ease-out;
min-height: 220px;
}

.fuwu a h4{
    font-size: 24px;
    color: #083090;
    margin-bottom: 60px;
}


.fuwu a span{
    margin-left:30px;
    color: #999;
    font-size: 18px;
}

.fuwu a .jieshao {

}

.fuwu a .jieshao p{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;

    display: flex;

    /* flex-wrap: wrap; */
    justify-content: left;

    align-items: self-start;
}

.fuwu a .jieshao p:last-child
{
    margin-bottom: 0px;
}

.fuwu a .jieshao p img{
    margin-right: 10px;
    margin-top: 6px;
}


.fuwu a:hover{

    transition: all 0.4s ease-out;
    box-shadow: 0px 2px 7px 3px #eee;
}



@media (max-width:1170px) {
   .wp_subcolumn_list{
      width:100%;
      float:none;
      border-right:none;
   }  
 
}

@media (max-width:767px) {

   .wp_subcolumn_list:nth-child(2n) {
    border-top: 1px dashed #ddd;
    padding-top: 40px;
    margin-top: 30px;
 }
   
}







