.index-news-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 0;
    background-color: #333
}
.index-news{
    width: 900px;
    max-width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 2;
    padding: 100px 0;
}
.index-news-title-box{
    box-sizing: border-box;
    position: relative;
    left: -10px;
    margin-bottom: 20px;
}
.index-news-title-ch{
    display: inline-block;
    width: inherit;
    font-size: 28px;
    font-weight: bold;
    transform: skewX(-10deg);
    letter-spacing: 5px;
    margin-right: 10px;
}
.index-news-title-en{
    display: inline-block;
    font-size: 30px;
    color: #ffe100;
    font-family: "Roboto";
    font-weight: 500;
    transform: skewX(-10deg);
    letter-spacing: 1px;
}
.index-news-info-box{
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
}
.index-news-info{
    display: block;
    width: 100%;
    height: 80px;
    background-color: #ffe100;
    margin-top: 40px;
    transition: all .3s linear;
}
.index-news-info:first-child{
    margin-top: 0;
}
.index-news-info-number{
    display: inline-block;
    font-size: 36px;
    line-height: 85px;
    letter-spacing: 4px;
    color: #000;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    width: 75px;
    vertical-align: middle;
    transition: all .3s linear;
}
.index-news-info-data{
    display: inline-block;
    font-size: 18px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #666;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    width: 135px;
    transition: all .3s linear;
}
.index-news-info-text{
    width: calc(100% - 220px);
    display: inline-block;
    font-size: 18px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #000;
    vertical-align: middle;
    overflow: hidden;
    text-overflow : ellipsis;
    white-space: nowrap;
    transition: all .3s linear;
}
.index-news-info-line{
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 75px;
    pointer-events: none;
    opacity: 0;
}
/*<----------------Hover---------------->*/
.index-news-info:hover{
    background-color: #ffe100;
}
.index-news-info:hover .index-news-info-number{
    color: #fff;
}
.index-news-info:hover .index-news-info-data{
    color: #fff;
}
.index-news-info:hover .index-news-info-text{
    color: #fff;
}


@media only screen and (max-width: 900px){
    .index-news{
        width: 95%;
        padding: 50px 0;
    }
    .index-news-title-box{
        left: 0;
    }
}
@media only screen and (max-width: 600px){
    .index-news{
        padding: 20px 0;
    }
    .index-news-title-ch{
        font-size: 24px;
    }
    .index-news-title-en{
        font-size: 26px;
    }
    .index-news-info{
        height: inherit;
    }
    .index-news-info-number{
        line-height: 20px;
        font-size: 32px;
        box-sizing: border-box;
        padding-top: 23px;
        padding-bottom: 17px;
        width: 60px;
    }
    .index-news-info-data{
        line-height: 14px;
        font-size: 14px;
        box-sizing: border-box;
        padding-top: 23px;
        padding-bottom: 17px;
        width: 120px;
    }
    .index-news-info-text{
        line-height: inherit;
        font-size: 16px;
    }
    .index-news-info-line{
        left: 60px;
    }
    .index-news-info-text{
        width: calc(100% - 180px);
    }
    .index-news-info-box{
        padding: 20px 0;
    }
    .index-news-info{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 400px){
    .index-news{
        padding: 10px 0;
    }
    .index-news-title-ch{
        font-size: 20px;
    }
    .index-news-title-en{
        font-size: 22px;
    }
    .index-news-info-number{
        line-height: 20px;
        font-size: 22px;
        box-sizing: border-box;
        padding-top: 13px;
        padding-bottom: 7px;
        width: 40px;
        letter-spacing: 1px;
        padding-left: 4px;
    }
    .index-news-info-data{
        line-height: 16px;
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 13px;
        padding-bottom: 7px;
        width: 100px;
    }
    .index-news-info-line{
        left: 40px;
    }
    .index-news-info-text{
        width: calc(100% - 140px);
    }
    .index-news-info-box{
        padding: 10px 0;
    }
    .index-news-info{
        margin-top: 10px;
    }
}
