﻿body{background:#f9f9f9}.page-title{margin-bottom:20px;font-size:24px;font-weight:700}.show-list{padding-bottom:60px}.show-list .item{display:flex;margin-bottom:40px;background:#fff;border-radius:5px}.show-list .item .first-img{margin-right:4px}.show-list .item .text{background:#fff;flex:1;padding:40px 35px}.show-list .item .text .title{font-size:18px;font-weight:700;color:#333;margin-bottom:20px}.show-list .item .text li{font-size:14px;margin-bottom:6px}.show-list .item .text li>i{margin-right:5px;color:#aaa}
.cap-tab-box {
position:relative;
height:60px;
}
.cap-tab-box .cap-tab {
    position: absolute;
    top: -3px;
    left: 0;
    background: #fff;
    display: flex;
    align-items: center;
}
.cap-tab .tab-item{
    position: relative;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 280px;
    height: 60px;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    background: #f1f3f6;
    box-shadow: 0 -3px 4px 0 rgba(198,206,221,.3);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
    .cap-tab .tab-item.active, .cap-tab .tab-item:hover {
        color: #1c4e9f;
        background: #fff;
    }