.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;
}

.news {
    margin-top: 50px;

}

.newsTitle {
    padding: 0px 55px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.news{
    width: 100% !important;
}
.newsContent {
    margin-top: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 35px;
}

.newsContent img {
    max-width: 100%;
}

.newsInfo {
    margin-top: 30px;
    padding: 25px 25px;
    background: #F7F7F7;
    border-radius: 10px;
}

.infoItem {
    color: #888;
    font-size: 14px;
    line-height: 25px;
}

.infoItem:not(:first-child) {
    margin-top: 5px;
}

.more {
    display: flex;
    justify-content: space-between;
}

.moreItem {
    margin-top: 35px;
    color: #555;
    font-size: 14px;
    width: 47%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}

.qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.codeImg {
    text-align: center;
}

.codeImg img {
    width: 150px;
    height: 150px;
}

.codeFont {
    font-size: 14px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
}