body {
    overflow-x: hidden;
    font-size: 16px;
    background: #f9f9f9 url(../images/bg.jpg) 50% 170px no-repeat;
}
.content{
    width:1200px;
    margin:0 auto;
}

.grid{
    padding:20px;
    background-color: #fff;
}
.content .row{
    margin-left:0;
    margin-right:0;
}
.content .row>.col, .content .row>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.content .row>[class*="col-"]>img{
    width:100%;
    height:100%;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    transition: all .3s;
    color:#cbcaca;
}

.tab a.current {
    background-color: #f07f7f;
    color: #fff;
}

.tab a+a {
    margin-left: 4px;
}

.tab-pane .pane>div {
    animation-duration: .3s;
}


.tab-pane .pane{
    background-color: #f0f7f9;
    padding:20px;

}
.tab-pane .pane>div a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.h260{
    height:260px;
}
.h260>.grid{
    height:100%;
}

.content .row-s>[class*="col-"]>a{
    float:left;
    width:calc(50% - 20px);
    margin-right:20px;
    height:100%;
}
.content .row-s>[class*="col-"]>a>img{
    width:100%;
    height:100%;
}
.tj-ul{
    padding-left:50px;
    background: url(../images/bq.png) 10px center no-repeat;
}
.tj-ul li{
    float:left;
    margin-right:13px;
}
.tj-ul li a{
    color:#f18b8b;
}
.tj-ul li:nth-child(2) a{
    color:#f7bf82;
}
.tj-ul li:nth-child(3) a{
    color:#f8e382;
}
.tj-ul li:nth-child(4) a{
    color:#84c73c;
}
.tj-ul li:nth-child(5) a{
    color:#65dfa8;
}
.tj-ul li:nth-child(6) a{
    color:#4bbeee;
}
.tj-ul li:nth-child(7) a{
    color:#8b9bf7;
}
.tj-ul li:nth-child(8) a{
    color:#ca82f8;
}
.tj-ul li:nth-child(9) a{
    color:#ed5dc3;
}
.h240{
    height:240px;
}
.h240>.grid{
    height:100%;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index:999;
}

.topic-prev span,
.topic-next span {
    display: block;
    width: 20px;
    margin: 8px auto;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.topic-prev {
    left: 20px;
    /*background-image: none;*/
}

.topic-next {
    right: 20px;
    /*background-image: none;*/
}


.list li{
margin-right:20px;
}


@media (max-width: 1200px){

    .content{
        width: 100%;
    }

    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .tj-ul li a{
        font-size: 14px;
    }
}

@media (max-width: 991px){

    .content{
        width: 100%;
    }
    .h260{
        height:auto;
    }

    .h240{
        height:auto;
    }
    .content .row-s>[class*="col-"]>a{
        float:left;
        width:50%;
        margin-right:0;
        height:100%;
    }
    .topic-prev,
    .topic-next{
        display: none;
    }
    .list li{
        margin-right:0;
    }

}
@media (max-width: 768px){
    .content{
        width: 100%;
    }

}

@media (max-width: 500px){

    .tab a {
        font-size: 13px;
        height:30px;
        line-height: 30px;
    }
    .content{
        width: 100%;
    }

}