* {
    margin: 0;
    padding: 0;
    list-style: none;
    user-select: none;
    font-family: "Microsoft Yahei";
}
a {
    text-decoration: none;
}

.top {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #eaeaea;
}

.top>img {
    width: 230px;
    margin: 0 10px;
}
.toplogo{
    padding: 10px;
    background: #eaeaea;
    width: calc(100% - 20px);
  }
  
.top_text {
    margin-left: 10px;
}

.top_text>p:nth-child(1) {
    color: #297abc;
    font-size: 15px;
    letter-spacing: 2.5px;
    font-weight: bold;
}

.top_text>p:nth-child(2) {
    color: #297abc;
    font-size: 4px;
    font-weight: bold;
}

.iconMenu {
    width: 20px;
    height: 3px;
    border-top: 3px solid #0060B1;
    border-bottom: 3px solid #0060B1;
    background-color: #0060B1;
    padding: 4px 0;
    background-clip: content-box;
    display: inline-block;
    margin-left: auto;
    margin-right: 10px;
}

.newsCenterImg {
    width: 100%;
}

.kb {
    width: 47%;
    height: 30px;
}

.newsList {
    width: 100%;
    background-color: #F3F3F3;
    margin-top: 20px;
    padding-top: 20px;
}

.row {
    display: flex;
    background-color: #FFF;
    margin-bottom: 8px;
}

.newsImgBox {
    width: 45%;
    height: 120px;
    position: absolute;
}

.newsImg {
    width: 100%;
    height: 100%;
}

.newTextBox {
    width: 50%;
    height: 110px;
    position: absolute;
    margin-left: 50%;
    position: relative;
    margin-bottom: 10px;
}

.Decorative {
    width: 100%;
    height: 5px;
    display: flex;
}

.blueBox {
    background-color: #02B5ED;
    height: 5px;
    width: 30px;
}

.yellowBox {
    background-color: #FD8900;
    height: 5px;
    width: 30px;
}

.newText {
    margin-top: 10px;
}

.newText>p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
}

.newText>p:nth-child(2) {
    color: #565656;
    font-size: 12px;
    padding: 4px 0;
}

.newText>p:nth-child(3) {
    color: #494949;
    font-size: 12px;
    margin-top: 4px;
}

.pageBox {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page {
    width: 85%;
    height: 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Turn {
    width: 75px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #E8E8E8;
    background-color: #F6F6F6;
}

.Number {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #E8E8E8;
    background-color: #F6F6F6;
    margin-left: 10px;
}

.Number2 {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #E8E8E8;
    background-color: #F6F6F6;
    margin-left: 10px;
    margin-right: 10px;
}

.Turn:hover {
    background-color: #00B5EC;
    color: #FFF;
}

.Number:hover {
    background-color: #00B5EC;
    color: #FFF;
}

.Number2:hover {
    background-color: #00B5EC;
    color: #FFF;
}