a{
        color: #3e51b5;
}
.type{
    background-color: #fff;
    padding: 0 0px 10px;
    border-bottom: 1px solid #eff0f2;
    font-size: 14px;
}
.type .left,
.type .right{
    width: 50%;
    box-sizing: border-box;
    padding: 15px 10px;
}
.type .left{
    float: left;
    border-right: 1px solid #eff0f2;
}
.type .right{
    float: right;
}
.type a.name{
    font-size: 18px;
    font-weight: 600;
    color: #3e51b5;
}
.type a.name .iconfont{
    font-size: 24px;
    margin-right: 6px;
}
.type p{
    color: #717171;
    padding: 10px 0 10px 10px;

    overflow: hidden;
}
.type a.jump{
    font-size: 12px;
}
.duibi{
    padding: 10px;
    background-color: #fff;
}
.duibi img{
    width: 100%;
}
.duibi h4{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color:#000;
}
.duibi h4 .desc{
    font-size: 14px;
    color: #717171;
    margin-left:10px;
    font-weight: normal;
}
