.tabBox .hd ul li {
    cursor: pointer;
}

.items1 {
    width: 245px;
    height: 400px;
    padding: 0 20px;
    float: left;
    margin-bottom: 40px;
    color: #FFEFCD;
}

.items1 .items {
    width: 245px;
    height: 400px;
    background: linear-gradient(-31deg, #E6592A, #FD7421);
    border-radius: 8px;
    margin: 0 auto;
}

.items1 a {
    color: #FFEFCD;
}

.switch {
    padding-top: 24px;
    height: 18px;
    line-height: 18px;
}

.switch .switchBtn {
    height: 18px;
    float: right;
    padding-right: 40px;
}

.switch .switchBtn li {
    float: left;
    height: 18px;
    font-weight: 600;
}

.switch .switchBtn li.itemBtn {
    padding-left: 20px;
    line-height: 18px;
    color: #AD978F;
    cursor: pointer;
}

.switch .switchBtn li.btn1 {
    background: url(pic.png) no-repeat 3px 2px;
}

.switch .switchBtn li.btn2 {
    background: url(list.png) no-repeat 3px 2px;
}

.switch .switchBtn li.btn2.active {
    color: #FC4D11;
    background: url(listA.png) no-repeat 3px 2px;
}

.switch .switchBtn li.btn1.active {
    color: #FC4D11;
    background: url(picA.png) no-repeat 3px 2px;
}

.switch .switchBtn li.line {
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #EADDD9;
    padding: 0 10px;
}

.pic1,
.text1,
.textListTable {
    overflow: hidden;
}

.text1 {
    padding-bottom: 70px;
    padding-right: 40px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.tableHead {
    line-height: 50px;
    background-color: #C09584;
    border-radius: 10px;
    overflow: hidden;
}

.tableCon {
    line-height: 42px;
    border-bottom: 1px dashed #DFD6CF;
    overflow: hidden;
}
.tableCon a{
    display: block;
    line-height: 42px;
    overflow: hidden;
}
.tableItem {
    float: left;
    font-size: 16px;
    color: #4C3932;
}

.tableHead .tableItem {
    color: #fff;
}

.col2 {
    width: 20%;
    box-sizing: border-box;
    padding: 0 30px;
    min-height: 42px;
}

.col3 {
    width: 30%;
    box-sizing: border-box;
    padding: 0 30px;
    min-height: 42px;
}

.col5 {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
}
a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 520px) {
    .text1 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .col2 {
        padding: 0 0 0 20px;
        min-height: 28px;
        line-height: 28px;
    }
    
    .col3 {
        padding: 0 0 0 20px;
        min-height: 28px;
        line-height: 28px;
    }
    
    .col5 {
        padding: 0 0 0 20px;
        min-height: 28px;
        line-height: 28px;
    }
    .items1 {
        width: 46%;
        height: 220px;
        padding: 0 2%;
        margin-bottom: 6%;
    }
    .tableCon{
        line-height:28px;
        padding: 10px 0;
    }
    .switch .switchBtn {
        padding-right: 10px;
    }

    .items1 .items {
        width: 100%;
        height: 220px;
    }
}