.banner {
    display: none;
}

.banner2 {
    height: 238px;
    background: url(../../imgs/index/banner_news.png) no-repeat center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title1 {
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.title2 {
    font-size: 22px;
    color: #FFFFFF;
}

.pagewrap {
    width: 1200px;
    margin: 0 auto;

}

.pageMain {
    padding: 22px 0px 70px;
    display: flex;
    justify-content: space-between;
}

.pageLeft {
    width: 63%;
}

.pageRight {
    width: 33%;
}

.hotOuter {
    position: sticky;
    top: 40px;
}

.bread {
    margin-top: 4px;
    font-size: 14px;display:flex;
}

.bread a {
    font-size: 14px;
}

.breadPrev {
    color: #555;
}

.breadNow {
    color: #999;
    overflow: hidden;
    width: 400px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.newsList {
    margin-top: 35px;
}

.newsBox {
    display: flex;
    padding: 0px 0px 33px;
    border-bottom: 1px solid #F4F5F5;
}

.newsBox:not(:first-child) {
    margin-top: 28px;
}

.newsImg {
    flex-shrink: 0;
    width: 195px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.newsImg img {
    width: 100%;
    height: 100%;
}

.newsContent {
    padding: 14px 0px 10px;
}

.newsTitle {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    max-width: 500px;
    text-overflow: ellipsis;
    line-height: 20px;
    white-space: nowrap;
}

.newsInt {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 500px;
    margin-top: 25px;
    color: #555;
    font-size: 14px;
    line-height: 20px;
}

.newsInfo {
    display: flex;
    margin-top: 25px;
}

.newsTime {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    margin-right: 20px;
}

.keyword {
    display: flex;
}

.word {
    padding: 4px 9px;
    background: #F4F5F5;
    border-radius: 10px;
    font-size: 12px;
    color: #999;
}

.word:not(:first-child) {
    margin-left: 5px;
}

.hotNews {
    width: 100%;
    overflow: hidden;
    padding: 35px 30px;
    background: #F7F7F7;
    margin-bottom: 21px;
    border-radius: 10px;
}

.hotTitle {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;

}

.pic {
    width: 6px;
    height: 20px;
    background-color: #3269AB;
    margin-right: 10px;
    border-radius: 3px;
}

.hotList {
    margin-top: 28px;
}

.hotItem {
    display: flex;
    align-items: center;
}


.hotItem a {
    font-size: 14px;
    color: #333;
    line-height: 18px;
}

.dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #888;
    margin-right: 5px;
}

.hotItem:not(:first-child) {
    margin-top: 20px;
}

.hotTag {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
}

.tags {
    padding: 10px 15px;
    margin-right: 5px;
    background: #E0EAF7;
    font-size: 14px;
    color: #3269AB;
    border-radius: 17px;
    margin-bottom: 10px;
}