.sponsor{
    width: 1200px;
    height: 282px;
    overflow: hidden;
    margin: 0 auto 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.sponsor .see-hd{
    width: 239px;
    height: 279px;
    background:url(../image/see_bg.png) no-repeat;
}
.sponsor .see-hd h3{
    padding-top: 60px;
    margin-left: 24px;
    line-height: 48px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.sponsor ul{
    width: 100%;
    flex: 1;
    background-color: #eff6fe;
    border-top:1px solid #d8e9fc;
    border-left:1px solid #d8e9fc;
}
.sponsor ul li{
    float: left;
    width: 20%;
    height: 140px;
    border:1px solid #d8e9fc;
    border-top-color:transparent;
    border-left-color:transparent;
    box-sizing: border-box;
    
}
.sponsor ul li a{ 
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsor ul li a img{
    max-width: 100%;
    max-height: 100%;
}
.w1300{
    width: 1300px;
    margin: 0 auto;
}
.look_news_box .title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.look_news_box .title div{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.look_news_box .title div p{
    font-size: 28px;
    margin-right: 15px;
}
.look_news_box .title div p span{
    color: #666;
}
.look_news_box .title a{
    color: #666;
}
.overflow{
    overflow: hidden;
}
.look_news_box .content_box{
    margin-top: 25px;
    padding-bottom: 25px;
}
.look_news_box .content_box .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.look_news_box .content_box .content .item{
    width: 49%;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.look_news_box .content_box .content .item ul li{
    height: 34px;
    line-height: 34px;
}
.look_news_box .content_box .content .item ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.look_news_box .content_box .content .item ul li a p.price{
    font-size: 12px;
    color: #EE3030;
    max-width: 163px;
    min-width: 90px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.look_news_box .content_box .content .item ul li a p.name{
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}
.look_news_box .content_box .content .item ul li a .num{
    max-width: 75px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}