.banner {
    height: 525px;
    position: relative;
}

.banner-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-bg img{
    width: 100%;
    height: 525px;
    object-fit: cover;
}

.banner-tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    transform: translateX(-50%);
    position: absolute;
    bottom: 35px;
    left: 50%;
}

.banner-tag a {
    font-size: 20px;
    font-weight: bold;
    word-break: keep-all;
    color: #FFFFFF;
    line-height: 41px;
    padding: 0 32px;
    border-radius: 21px;
    background: rgba(0, 74, 174, 0.65);
    margin: 0 10px;
    cursor: pointer;
}

.industry {
    height: 263px;
    background: #F5F5F6;
    padding-top: 40px;
}

.title {
    display: inline-block;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.title-line {
    display: flex;
    margin-top: 10px;
    overflow: hidden;
}

.title-line-red {
    width: 158px;
    height: 3px;
    background: #29abf1;
    margin-right: 10px;
}

.industry .title-line-red {
    width: 240px;
}

.title-line-grey {
    flex: 1;
    height: 3px;
    background: #EDEDED;
}

.industry-arrangement {
    display: flex;
    margin-top: 16px;
}

.industry-arrangement li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    cursor: pointer;
}

.industry-arrangement li img {
    width: 100%;
    aspect-ratio: 1;
}

.industry-arrangement li p {
    line-height: 28px;
    font-size: 18px;
    color: #333;
    margin-top: 4px;
}

.policy {
    padding-top: 40px;
}

.policy .title-line-red {
    width: 180px;
}

.discount-policy-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.discount-policy-left {
    flex: 1;
}

.policy-search {
    vertical-align: top;
    position: relative;
    margin: 30px 0;
}

.policy-search input {
    width: 100%;
    height: 42px;
    color: #222222;
    vertical-align: top;
    outline: none;
    font-size: 16px;
    line-height: 42px;
    background: none;
    padding: 0 0 0 14px;
    border: 1px solid #d5d5d5;
}

.policy-search input::-webkit-input-placeholder {
    font-size: 14px;
    color: #afafaf;
}

.news_search_icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.hot-search {
    width: 100%;
    line-height: 1;
    color: #333;
    font-size: 14px;
}

.hot-search p,
.hot-search a {
    float: left;
    margin-right: 20px;
}

.hot-search a:hover {
    color: #29abf1;
}

.news-item {
    width: 100%;
    font-size: 0;
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    position: relative;
}

.news-item .item-title {
    line-height: 20px;
    max-width: 600px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.news-item .item-title a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}

.news-item .item-title a:hover {
    color: #29abf1;
}

.news-item .item-word {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16PX;
    color: #666;
    margin-bottom: 24px;
    _margin-bottom: 20px;
}

.news-item .news_icon {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.news-item .news_icon .icon-time {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 16px;
}

.news-item .news_icon span {
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    line-height: 16px;
}

.news-item .public-share {
    display: flex;
    align-items: center;
}

.news-item .public-share .share-text {
    font-size: 14px;
    color: #666;
}

.news-item .public-share img.share-img {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 6px;
}

.news-item .public-share img.share-img.share-wechat {
    margin-left: 8px;
    cursor: pointer;
}

.pages-number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    overflow: hidden;
}

.pages-number a {
    border: 1px solid #ededed;
    font-size: 14px;
    color: #333333;
    padding: 0 9px;
    line-height: 26px;
    background-color: #ffffff;
    margin-right: 9px;
}

.pages-number .active {
    background-color: #29abf1;
    color: #ffffff;
    border: 1px solid #29abf1;
}

.pages-number span.jump {
    font-size: 14px;
    color: #333333;
    margin-right: 9px;
    line-height: 26px;
}

.pages-number span.interview-input {
    display: flex;
    align-items: center;
    line-height: 26px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-right: 9px;
    padding: 0 9px;
    border: 1px solid #ededed;
}

.interview-input input {
    width: 29px;
    padding-left: 5px;
    line-height: 26px;
}

.pages-number button {
    width: 43px;
    height: 28px;
    background-color: #29abf1;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
}

.discount-policy-right {
    width: 284px;
    margin: 30px 0 0 30px;
    height: 800px;
    overflow: hidden;
}

.discount-policy-right .exchange-card {
    width: 282px;
    margin: 44px 0 20px;
    border-top: 2px solid #29abf1;
    box-shadow: 2px 6px 20px 0px rgb(215 224 230 / 30%);
}

.discount-policy-right .community-wechat-resources {
    width: 100%;
    padding: 0 12px 20px;
    background-color: #ffffff;
    overflow: hidden;
    margin: 20px 0;
}

.discount-policy-right .community-wechat-resources img {
    width: 84px;
    height: 84px;
    display: block;
    float: left;
    margin-right: 8px;
}

.discount-policy .wechat-resources-word p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.discount-policy .wechat-resources-word p:first-child {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bolder;
    margin-top: 14px;
}

.pendant-right-lvsuo img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.discount-policy-right-img img {
    display: block;
    width: 100%;
    aspect-ratio: 142/35;
    margin-bottom: 13px;
}