.data-box {
    position: absolute;
    width: 714px;
    height: 218px;
    box-sizeing: border-box;
    border: 1px solid #40220e;
    left: 330px;
    z-index: 5;
    top: 598px;
    background-color: #1d0c02;
}
.data-box ul {
    width: 100%;
    position: relative;
    display: flex;
}
.data-box ul li {
    width: 237px;
    position: relative;
    height: 218px;
    overflow: hidden;
    box-sizing: border-box;
}
.data-box ul li.li2 {
    border-left: 1px solid #40220e;
    border-right: 1px solid #40220e;
}
.data-box ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.data-box ul li i {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.3s;
    background-image: url("https://static.web.sdo.com/cq/pic/web4/guide/icon-add-0513.png");
    background-repeat: no-repeat;
}
.data-box ul li a:hover i {
    transform: scale(1.12);
}
.data-box ul li i.i-1 {
    background-position: 0px 0px;
}
.data-box ul li i.i-2 {
    background-position: -266px 0px;
}
.data-box ul li i.i-3 {
    background-position: -577px 0px;
}
.data-box ul li .data-info {
    position: absolute;
    right: 25px;
    bottom: 30px;
    z-index: 2;
}
.data-box ul li .data-info h4 {
    width: 70px;
    height: 20px;
    margin-bottom: 4px;
    margin-left: auto;
    background: url("https://static.web.sdo.com/cq/pic/web4/guide/icon-add-0513.png")
        no-repeat -869px -25px;
}
.data-box ul li .data-info h1 {
    color: #c09664;
    font-size: 30px;
    font-weight: bold;
}
.newsPic2.tt {
    display: none;
}
@media screen and (max-width: 1440px) {
    .data-box {
        top: 1287px;
    }
    .news {
        width: 714px;
        height: 292px;
        position: absolute;
        left: 330px;
        top: 296px;
        z-index: 5;
        background-color: #150b07;
        border-top: 1px #40210e solid;
        border-left: 1px #40210e solid;
        border-bottom: 1px #40210e solid;
    }
    .newsTit {
        width: 662px;
        height: 40px;
        float: left;
        margin: 10px 0 0 26px;
    }
    .newsTit ul li {
        width: 72px;
        height: 40px;
        line-height: 40px;
        float: left;
        font-size: 18px;
        text-align: center;
    }
    .newsTit ul li a {
        width: 72px;
        height: 40px;
        float: left;
        text-decoration: none;
        color: #ceb1a1;
    }
    .newsMore {
        width: 19px;
        height: 19px;
        float: right;
        margin: 12px 0 0 0;
        background: url(https://static.web.sdo.com/cq/pic/web4/moreBtn.png)
            no-repeat left top;
    }
    .newsMore a {
        width: 19px;
        height: 19px;
        float: right;
    }
    .news_xian {
        width: 662px;
        height: 2px;
        float: left;
        margin: 0 0 10px 26px;
        border-bottom: 1px #b2b2b2 solid;
        position: relative;
    }
    .news_xian .red {
        width: 72px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 1px;
        background-color: #eb0000;
        transition: all 0.2s ease-in;
    }
    .newsList {
        width: 660px;
        float: left;
        display: none;
        margin: 0 0 0 26px;
    }
    .newsList ul li {
        width: 660px;
        height: 27px;
        float: left;
    }
    .newsList ul li a {
        width: 632px;
        height: 27px;
        float: left;
        font-size: 14px;
        color: #ceb1a1;
        background: url(https://static.web.sdo.com/cq/pic/web4/p17.png) 10px
            10px no-repeat;
        padding-left: 29px;
    }
    .newsList ul li a:hover {
        background-color: #49301d;
    }
    .newsList ul li a em {
        width: 500px;
        float: left;
        line-height: 27px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .newsList ul li a span {
        width: 60px;
        float: right;
        line-height: 27px;
        text-align: right;
        padding-right: 20px;
    }
    .newsPic2.tt {
        display: block;
    }
}
