.tradeNews {
    width: 100%;
    min-height:180.6rem;
    padding-bottom: 2rem;
    background:url(../images/tradeNewsImg/tradeNewsBg.jpg) no-repeat;
}
.trade-news{
    display:flex;
    justify-content: space-between;
}
.trade-news .trade-left{
    width:107.2rem;
    min-height:172.2rem;
}
.trade-news .trade-left .trade-title{
    width:100%;
    height:15.7rem;
    display:flex;
    color:#002040;
    align-items: center;
    font-family: "思源黑体宋";
}
.trade-news .trade-left .trade-title .tit-area .en{
    font-size:5.8rem;
    font-style:italic;
}
.trade-news .trade-left .trade-title .tit-area .zh{
    font-size: 3.6rem;
    margin-left: 2.6rem;
}
.trade-news .trade-left .trade-left-con ul li{
    width:100%;
    height:24rem;
    border-bottom:0.1rem solid #eaeaea;
    margin-bottom:4rem;
    display:flex;
    justify-content: space-between;
}
.trade-news .trade-left .trade-left-con img{
    width:31rem;
    height:20rem;
}
.trade-news .trade-left .trade-left-con .trade-text{
    width:72.1rem;
    height:20rem;
}
.trade-news .trade-left .trade-left-con .trade-text h3{
    font-size:2rem;
    color:#002040;
   /* height:3.6rem;
    */
   /* line-height:3.6rem;
    */
    padding:1rem 0;
}
.trade-news .trade-left .trade-left-con .trade-text h3 a{
    font-size: 2rem;
    color: #002040;
}
.trade-news .trade-left .trade-left-con .trade-text h3 a:hover{
    text-decoration: underline;
}
.trade-news .trade-left .trade-left-con .trade-text span{
    font-size:1.6rem;
    height:4.6rem;
    line-height:4.6rem;
    color:#6b7083;
}
.trade-news .trade-left .trade-left-con .trade-text p{
    font-size:1.6rem;
    line-height:3.6rem;
    color:#6b7083;
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
}
.trade-news .trade-left .trade-left-con .trade-text em{
    width:3.5rem;
    height:1rem;
    display:block;
    background:url(../images/tradeNewsImg/tradeLiEm.png) no-repeat;
    margin-top:2.2rem;
    background-size: contain;
}
.trade-news .trade-right{
    width:32rem;
    height:172.2rem;
}
.trade-news-con .bread{
    width:100%;
    height:8.4rem;
    line-height:8.4rem;
    font-size:2.2rem;
    font-family:"思源黑体CN";
    border-bottom:0.1rem solid rgba(12,100,191,.1);
}
.trade-news-con .bread a{
    display:inline-block;
    color:#5887c4;
    background:url(../images/exhDetailsImg/breadArrow.png) no-repeat center right;
    padding-right:2.5rem;
    margin-right:2rem;
    cursor:pointer;
    text-decoration:none;
}
.trade-news-con .bread em{
    color:#666;
    font-style:normal;
}
.media-search{
    height:15.7rem;
    font-size:0;
}
.media-search .media-btn{
    width:100%;
    height:15.7rem;
    display:flex;
    align-items: center;
}
.media-search input, .media-search button {
    border: none;
    outline: none;
}
.media-search input {
    width: 24.2rem;
    height: 5rem;
    line-height: 5rem;
    border: 1px solid rgba(125, 162, 211, .8);
    background:transparent;
    border-radius: 1rem 0 0 1rem;
    font-size: 1.8rem;
    color: #a5bedf;
    padding: 0 0 0 1.6rem;
    border-right: 0;
    vertical-align:middle;
    display:inline-block;
}
.media-search button {
    width: 6.2rem;
    height: 5.2rem;
    border: 1px solid rgba(125, 162, 211, .8);
    display: inline-block;
    vertical-align:middle;
    border-left: 0;
    border-radius: 0 1rem 1rem 0;
    cursor: pointer;
    background: transparent url(../images/mediaDetails/mediaSearch.png) no-repeat center center;
}
.media-search input::placeholder {
    color: #a5bedf;
}
.trade-right .trade-right-title>h3{
    font-family: "SourceHanSerifCN";
    font-size:2.6rem;
    color:#002040;
    margin-bottom:3rem;
}
.trade-right .trade-right-title ul li{
    width:100%;
    height:9.4rem;
    padding-top:1.5rem;
    box-sizing: border-box;
    border-bottom:0.1rem solid rgba(234,234,234,.8);
}
.trade-right .trade-right-title ul li h3{
    width:100%;
    line-height:3.8rem;
    color:#002040;
    box-sizing: border-box;
    font-size:1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trade-right .trade-right-title ul li p{
    font-size:1.6rem;
    color:#6b7083;
}
.trade-right .trade-right-title ul li:first-child{
    width:32rem;
    height:20.6rem;
    padding-top:0;
    cursor:pointer;
    position:relative;
}
.trade-right .trade-right-title ul li:first-child img{
    width:100%;
    transition: all 0.4s ease-in-out 0.5s;
}
.trade-right .trade-right-title ul li:first-child .mask{
    width:100%;
    height:6rem;
    line-height:6rem;
    padding:0 2rem;
    box-sizing: border-box;
    background:rgba(0,0,0,.8);
    position:absolute;
    left:0;
    bottom:0;
    opacity: 0;
    transition: all 0.3s ease-in 0.4s;
}
.trade-right .trade-right-title ul li:first-child .mask p{
    font-size:2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#fff;
    opacity: 0;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0.2s;
}
.trade-right .trade-right-title ul li:first-child:hover .mask {
    opacity: .8;
    transition-delay: 0s;
}
.trade-right .trade-right-title ul li:first-child:hover p {
    opacity: .8;
    transform: scale(1);
    transition-delay: 0.2s;
}
