.i-tabs .nav>li>a{
    font-size: 25px;
    font-weight: bold;
    color: #47afab;
}
.i-tabs .nav>li>a:after{
    content:' ';

    display: block;
    width:154px;
    height:7px;

    margin:10px auto;
    background: #ffffff;
}
.i-tabs .nav>li>a:hover,
.i-tabs .nav>li>a:focus{
    background: none;
}
.i-tabs .nav>li.active>a:after{
    background: #47afab;
}
.i-card{
    background:#ffffff;
    box-shadow: 0 0 8px 2px #f3f3f3;
    margin-bottom: 40px;
    padding: 30px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.i-card .i-card-image{
    flex: 0 0 271px;
    width: 271px;
    height: 164px;
    overflow: hidden;

    margin-right: 30px;
}
.i-card .i-card-image img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.i-card .i-card-content{
    flex: 1 0 820px;
}
.i-card .i-card-content .i-title{
    color:#1b1b1b;
    font-size: 19px;
    font-weight: bold;
}
.i-card .i-card-content .i-summary{
    color:#98a0a7;
    font-size: 16px;
    font-weight: 500;

    line-height: 26px;
    padding-top: 4px;
    padding-bottom:6px;
}
.i-body .i-time{
    color: #a2a2a2;
    font-size: 13px;
    font-weight: 500;
}
