.head-page .item:nth-child(4)>a span {
    color: #DFB25B;
}

/* 新闻动态 */
.trade  .page-content {
    padding: 0 3%;
    box-sizing: border-box;
}

.trade-pg01 {
    align-items: flex-start;
    padding-bottom: 27px;
}

.trade-pg01 .img {
    width: 47.68%;
    height: 420px;
}

.trade-pg01 .bg-advice {
    width: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7.5px 20px;
    box-sizing: border-box;
    transition: all .3S;
}

.trade-pg01 .lists {
    width: 52.32%;
    padding-left: 40px;
    box-sizing: border-box;
}

.trade-pg01 .list {
    border-bottom: 1px solid #E5E5E5;
    padding: 24px 0;
}

.trade-pg01 .list:first-child {
    padding-top: 0;
}

.trade-pg01 .list:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.trade-pg01 .tit {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    display: block;
}

.trade-pg01 .desc {
    color: #666666;
    line-height: 1.72;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 9px;
    max-height: 48px;
}

.trade-pg01 .con {
    align-items: baseline;
}

.trade-pg01 .time {
    color: #666666;
}

.watch-detal {
    color: #666666;
    margin-left: auto;
    transition: all .3s;
}

.watch-detal::after {
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    background: url(../img/watch-detal.png) no-repeat center/cover;
    margin-left: 8px;
    transition: all .3s;
}

.trade-pg02 .item {
    width: 111px;
    height: 106px;
    background: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s;
}

.trade-pg02 .item .day {
    color: #DFB25B;
    line-height: 1;
    transition: all .3s;
}

.trade-pg02 .item .line {
    width: 24px;
    height: 1px;
    background: #A0A0A0;
    margin: 8px 0;
    transition: all .3s;
}

.trade-pg02 .item .year {
    font-size: 16px;
    color: #333333;
    transition: all .3s;
}

.trade-pg02 .content {
    width: calc(100% - 111px);
    padding-left: 28px;
    box-sizing: border-box;
}

.trade-pg02 .list {
    padding: 30px 0;
    border-bottom: 1px solid#DCDCDC;
    transition: all .3s;
}

.trade-pg02 .list:last-child {
    border-bottom: none;
}

.trade-pg02 .list .tit {
    color: #333333;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trade-pg02 .list .con {
    color: #666666;
    line-height: 1.72;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}







/* 新闻动态详情 */
.trade_detail .item-l {
    width: 150px;
}

.trade_detail .item {
    margin-bottom: 38px;
    transition: all .3s;
}

.trade_detail .icon {
    margin-right: 10px;
}

.trade_detail .page-content .item-r {
    width: calc(100% - 150px);
    padding-left: 7%;
    box-sizing: border-box;
}
.trade_detail .title {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.trade_detail .texts img {
    margin-bottom: 10px;
    max-width: 100%;
}
.trade_detail .desc {
    margin-top: 14px;
}
.trade_detail .texts a {
    color: #5E5E5E;
}

@media only screen and (min-width:960px) {
    .trade-pg01 .img:hover img{
        height: 105%;
    }
    .trade-pg01 .img:hover .bg-advice {
        transform: translateY(0);
    }

    .trade-pg01 .list:hover .tit {
        color: #DFB25B;
    }

    .trade-pg01 .list:hover .watch-detal {
        color: #DFB25B;
    }

    .trade-pg01 .list:hover .watch-detal::after {
        background: url(../img/watch-hdetal.png) no-repeat center/cover;
    }

    .trade-pg02 .list:hover .item {
        background: #DFB25B;
    }

    .trade-pg02 .list:hover .item .day {
        color: #ffffff;
    }

    .trade-pg02 .list:hover .item .line {
        background: #ffffff;
    }

    .trade-pg02 .list:hover .item .year {
        color: #ffffff;
    }

    .trade-pg02 .list:hover .tit {
        color: #DFB25B;
    }


    .trade_detail .item:hover {
        transform: translateY(-3px);
        color: #DFB25B;
    }
}
@media only screen and (max-width:1200px) {
    .trade_detail .item-l {
        width: 120px;
    }
    .trade_detail .page-content .item-r {
        width: calc(100% - 120px);
        padding-left: 5%;
    }
}

@media only screen and (max-width:768px) {
    .trade-pg01 {
        padding-bottom: 10px;
    }
    .trade-pg01 .list {
        border-bottom: 1px solid #E5E5E5;
        padding: 20px 0;
    }

    .trade-pg01 .list:first-child {
        padding-top: 10px;
    }
    .trade-pg01 .img {
        width: 100%;
        height: auto;
    }

    .trade-pg01 .lists {
        width: 100%;
        padding-left: 0;
    }

    .trade-pg02 .list {
        padding: 20px 0;
    }

    .trade-pg02 .item {
        width: 80px;
        height: 80px;
    }


    .trade-pg02 .content {
        width: calc(100% - 80px);
        padding-left: 15px;
    }

    .trade-pg02 .list .con {
        margin-top: 10px;
    }

    .trade-pg02 .item .year {
        font-size: 15px;
    }


    /* 新闻动态详情 */
    .trade_detail .page-content .width1440 {
        flex-direction: column-reverse;
    }
    .trade_detail .page-content .item-r {
        width: 100%;
        padding-left: 0;
    }

    .trade_detail .item-l {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .trade_detail .item {
        margin-bottom: 15px;
    }

    .trade_detail .page-content .width1400 {
        display: flex;
        flex-direction: column-reverse;
    }

    .trade_detail .icon {
        width: 22px;
    }

    .trade_detail .texts {
        line-height: 1.875;
    }

    .trade_detail .title {
        text-align: center;
    }

    .trade_detail .desc {
        margin-top: 10px;
    }
}