.xin_main {
    width: 100%;
    background-color: #f2f6ff;
    box-sizing: border-box;
    padding: 0 65px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.xinwen_text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    margin-top: 90px;
    margin-bottom: 30px;
}

.xinwen_tiao {
    width: 111px;
    height: 8px;
    background-color: #4f7afd;
    border-radius: 8px;
    margin-bottom: 80px;
}

.itme {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.items {
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    height: 240px;
    margin-bottom: 80px;
    cursor: pointer;
}

.items>div:nth-child(1) {
    width: 400px;
    height: 240px;
    margin-right: 42px;
    height: auto;
}

.items>div:nth-child(1) img {
    width: 400px;
    height: 240px;
}

.items>div:nth-child(2) {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.items>div:nth-child(2)>div:nth-child(1) {
    margin-bottom: 47px;
}

.items>div:nth-child(2)>div:nth-child(1)>div:nth-child(1) {
    font-size: 20px;
    margin-bottom: 49px;
}

.items>div:nth-child(2)>div:nth-child(1)>div:nth-child(2) {
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.xinwen_bom>div {
    margin-right: 54px;
    font-size: 12px;
    cursor: pointer;
    color: #86878a;
}

.xinwen_bom>div i {
    font-size: 12px;
}

.xinwen_bom>div:nth-child(1) {
    width: 120px;
    height: 38px;
    border: 1px solid #457cff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #457cff;
}