﻿.index-news-box{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.index-news-bc{
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: left;
    background-image: url(../img/front/index-news-bc.png);
    position: relative;
}
.index-news-bc-mash{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    opacity: 0.5;
}
.index-news{
    width: 800px;
    max-width: 100%;
    margin: 25px auto;
    margin-bottom: 110px;
    background-color: #1b1b1b;
    font-size: 0;
    padding: 0 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.index-news-title-box{
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #959595;
}
.index-news-title-ch-box{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 1px;
    width: 40px;
}
.index-news-title-en{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 1px;
    width: calc(100% - 90px);
}
.index-news-title-more{
    font-size: 12px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 1px;
    width: 50px;
    text-align: right;
    position: relative;
}
.index-news-page{
    border-bottom: 1px solid #959595;
    box-sizing: border-box;
    padding: 15px 0;
    display: block;
}
.index-news-page-data{
    font-family: "roboto";
    font-size: 14px;
    color: #d1d1d1;
    display: inline-block;
    width: 90px;
    font-weight: lighter;
    vertical-align: middle;
}
.index-news-page-text{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: calc(100% - 90px);
    letter-spacing: 0.5px;
    text-overflow : ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}
/*<--------------hover----------------->*/
.index-news-title-more:hover,
.index-news-page-text:hover{
    color: #8bb639;
}
@media only screen and (max-width: 1000px){
    .index-news-bc{
        height: inherit;
    }
}
@media only screen and (max-width: 800px){
    .index-news{
        width: 95%;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 480px){
    .index-news-page-data{
        font-size: 12px;
        width: 70px;
    }
    .index-news-page-text{
        width: calc(100% - 70px);
        font-size: 12px;
    }
    .index-news-title-box{
        padding-top: 15px;
    }
    .index-news-title-ch-box,
    .index-news-title-en{
        font-size: 12px;
    }
}