.sec {
    width: 1074px;
    padding-bottom: 120px;
}

.tab {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.tab .tab_item {
    padding: 8px 15px;
    background-color: #fff;
    border: 1px solid #e2e2e3;
    font-size: 12px;
    color: #333333;
    border-radius: 16px;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

.tab_item.active {
    color: #fff;
    background-color: #e60012;
}

.tab_innner {
    display: none;
}

.tab_innner.active {
    display: block;
}

.tab_innner .list {
    margin-top: 15px;
}

.tab_innner .title {
    font-size: 14px;
    margin-bottom: 16px;
}

.tab_innner p {
    font-size: 12px;
    margin-top: 10px;
}

.tab_innner .list_inner {
    margin-right: -2%;
}

.tab_innner .list_item {
    width: 23%;
    margin-right: 2%;
    float: left;
    margin-top: 30px;
}

.tab_innner .list_img {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
    height: 200px;
}

.tab_innner:first-child+.tab_innner+.tab_innner+.tab_innner .list_img {
    padding: 5px 0;
}

.tab_innner .list_img img {
    height: 100%;
    width: auto;
}

.tab_innner .list_text {
    background-color: #f2f2f2;
    padding: 12px 0 12px 12px;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.tab_innner .text1 {
    font-size: 14px;
    margin-bottom: 2px;
}

.tab_innner .text2 {
    font-size: 12px;
    color: #666;
}