.news-activity{
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.exhibition1{
    width: 31%;
    overflow: hidden;
    float: left;
    height: 435px;
}
.exhibition2{
    width: 31%;
    height: 435px;
    overflow: hidden;
    float: left;
    margin-left: 3.5%;
}
.exhi .tip{
    width: 92px;
    height: 32px;
    background: #999999;
    text-align: center;
    line-height: 32px;
}
.exhi .tip span{
    font-size: 14px;
    color: #fff;
}
.exhi img{
    width: 100%;
    height: 170px;
    transition: all 0.5s;
}
.exhi .message{
    width: 100%;
    background: #F8F8F7;
    margin-top: -5px;
    overflow: hidden;
    line-height: 2;
}
.message h3{
    margin-left: 25px;
    margin-top: 30px;
    color: #333333;
    font-size: 16px;
}
.message .location{
    margin-left: 25px;
    color: #333333;
    font-size: 14px;
    margin-right: 20px;
}
.location i{
    margin-right: 10px;
}
.message .date{
    color: #333333;
    font-size: 14px;
}
.date i{
    margin-right: 10px;
}
.message p{
    margin-left: 25px;
    margin-top: 20px;
    color: #333333;
    font-size: 14px;
    margin-bottom: 60px;
}
.exhi:hover img{
    transform: scale(1.03);
}
.exhi:hover .message{
    background: #F3F2F1;
}
.news-activity .news3{
    width: 31%;
    height: 432px;
    overflow: auto;
    float: right;
    background: #F8F8F7;
    position: relative;
}
.news3 .tip3{
    width: 65px;
    height: 32px;
    background: #999999;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
}
.news3 ul{
    margin-top: 62px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 1.6;
}
.news3 ul li{
    margin-bottom: 30px;
}
.news3 ul li p{
    color: #333333;
    font-size: 16px;
    font-weight: bolder;
}
.news3 ul li span{
    color: #666666;
    font-size: 14px;
}
.news3 li a:hover p,
.news3 li a:hover span{
    color: #F70000;
}
.news3 .fog{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: rgba(248, 248, 248, 0.9);
    box-shadow: 0 20px 20px 30px rgba(248, 248, 248, 0.9);
}
/* 设置滚动条样式 */
.news3::-webkit-scrollbar{
    width: 4px;
}
.news3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.news3::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}