/* .jcs-MiddleWrap {
    height: 520px;
} */
/* .jcs-MiddleWrap img{
    transition: all 0.3s;
}
.jcs-MiddleWrap img:hover {
    transform: scale(1.1);
} */
/* 行业咨询 */
.tab-title {
    clear: both;
    width: 100%;
    height: 80px;
    background: #F2F2F2;
    justify-content: space-between;
    display: flex;
    padding: 0 100px;
    box-sizing: border-box;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.tab-title span {
    line-height: 78px;
}

.tab-title .tableft {
    width: 60%;
}

.tab-title .tableft span {
    margin: 0 30px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 78px;
    cursor: pointer;
}

.tab-title .tableft .active {
    color: #042842;
    border-bottom: 2px solid #042842;
}

.tab-title .tabright {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.tab-title .tabright img {
    margin-right: 10px;
}

.tab-title .tabright .activeitem {
    color: #042842;
    cursor: pointer;

}

.tab-contain {
    box-sizing: border-box;
    padding: 0 130px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.lines {
    width: 100%;
    height: 2px;
    background: #042842;
    opacity: 0.2;
}

.tab-contain .title {
    font-size: 30px;
    color: #333333;
    margin: 100px 0;
}

.tab-contain .en {
    margin-top: 10px;
    color: #999999;
    font-size: 20px;
}

.tab-contain .list {
    display: flex;
    margin-bottom: 80px;
}

.tab-contain .listlr {
    cursor: pointer;
    width: 60%;
}

.animation {
    overflow: hidden;
}

.animation img {
    transition: all 0.3s;
}

.list:hover .animation img {
    transform: scale(1.1);
}

.tab-contain .listtit {
    margin-left: 50px;
    font-size: 24px;
    color: #333333;
    margin-bottom: 40px;
    font-weight: bold;
}

.tab-contain .listcon {
    margin-left: 50px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 20px;
    width: 680px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tab-contain .line {
    width: 100px;
    height: 2px;
    background: #D7DEEB;
    margin-left: 50px;
    transition: all .3s;
    position: absolute;
}

.tab-contain .line.active {
    background: #1D577D;
    width: 730px;
}

.tab-contain .time {
    margin-left: 50px;
    margin-top: 20px;
    line-height: 50px;
    font-size: 36px;
    color: #999999;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.tab-contain .time span{
    line-height: 50px;
}

.tab-contain .active {
    color: #1D577D;
}

.tab-contain .none {
    display: none;
    font-size: 16px;
    font-weight: normal;
}

.tab-contain .none.active {
    display: block;
}

/* 加载更多 */
.load {
    width: 100%;
    text-align: center;
    height: 150px;
}

.load .btn {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    opacity: 1;
    border: 2px solid #1D577D;
    margin-top: 40px;
    color: #1D577D;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.load .btn:hover {
    /* transform: scale(1.1); */
}