.content{
    height: 850px;
    background-image: url("../../img/page/ich_time/bg.png");
}

.content .items{
    overflow-x: auto;
    white-space: nowrap;
}

.content .items .type1{
    font-family: 楷体;
    color: #d4d7de;
    background-color: #64718C;
    background-image: url("../../img/page/ich_time/bg1.png");
}

.content .items .type2{
    font-family: 楷体;
    color: #675F5F;
    background-image: url("../../img/page/ich_time/bg2.png");
}

.content .items .item-desc{
    padding: 0 15px;
}

.content .items .type1 .item-desc-title{
    font-size: 22px;
    color: white;
    height: 84px;
}

.content .items .type2 .item-desc-title{
    font-size: 22px;
    color: #675F5F;
    height: 84px;
}

.content .items{
    width: 98%;
    height: 580px;
    padding-top: 50px;
    padding-left: 1%;
    padding-right: 1%;
}

.content .items .item-group{
    display: inline-block;
    vertical-align: top;
    height: 560px;
    width: 420px;
    margin-right: 5px;
}

.content .items .type1 .item:first-child{
    border-bottom: #979a9f dashed 1px;
}

.content .items .type2 .item:first-child{
    border-bottom: #d9988f dashed 1px;
}

.content .items .item-group .item{
    width: 380px;
    height: 240px;
    padding: 20px;
    cursor: pointer;
}

.content .items .item-group .item .item-row{
    height: 134px;
}

.content .items .type1 .item .item-time{
    font-size: 22px;
    color: white;
    padding-top: 20px;
    padding-bottom: 10px;
}

.content .items .type2 .item .item-time{
    font-size: 22px;
    color: black;
    padding-top: 20px;
    padding-bottom: 10px;
}

.content .items .item-group .item .item-row img{
    width: 100%;
}

.time-line{
    height: 60px;
    margin-top: 20px;
    background-color: rgba(255,255,255,0.4);
}

.time-line .arrow{
    z-index: 2;
    top: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 60px;
}

.time-line .arrow img{
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.time-line .time-line-content{
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.time-line .years{
    position: relative;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    font-size: 20px;
    text-align: center;
}

.time-line .years .this{
    font-size: 30px;
    color: #C42E30;
}

.time-line .years div{
    height: 60px;
    line-height: 60px;
    vertical-align: top;
    display: inline-block;
}
.time-line .years .year{
    cursor: pointer;
    width: 90px;
    text-align: center;
    transition: all 0.1s;
}
.time-line .years .year-split{
    width: 60px;
    background-image: url("../../img/page/ich_time/scale.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.time-line .years .year-split:last-child{
    display: none;
}

.area-line{
    height: 66px;
}

.area-line .this{
    font-size: 26px !important;
    color: white !important;
    width: calc(100% / 8) !important;
}

.area-line .area-item {
    cursor: pointer;
    float: left;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: whitesmoke;
    font-size: 20px;
    font-family: 楷体;
    width: calc(100% / 18);
    transition: all 0.2s;
}
div.ellipsis {
    text-align: left;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.item .layui-col-xs6 img{
    width: 181px;
    height: 132px;
}
.wjnr {
    width: 100%;
    height: 50px;
    white-space: normal;
    word-wrap:break-word !important;
    word-break:break-all !important;
}
