body,
h1,
h2,
h3 p,
li,
ul {
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

ul,
input {
    padding: 0;
}

.box {
    width: 100%;
    background: #f2f4f8;
}

.mid1 {
    background: #3776ff;
    background-size: 100%;
}

.hdtab {
    height: 80px;
    width: 100%;
    max-width: 1920px;
}

.hdtab ul {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
}

.isli {
    width: 72px !important;
    height: 34px;
    background: #6395ff;
    border-radius: 8px;
}

.li1 {
    height: 34px !important;
    background: #6395ff;
    border-radius: 8px;
    padding: 1px 10px;
}

.hdtab ul li {
    cursor: pointer;
    margin-top: 26px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    text-align: center;
    line-height: 34px;
    margin-left: 41px;
    color: #fff;
}

.hdtab ul li:nth-child(2) {
    margin-left: 15px;
    width: 72px !important;
    height: 34px;
    border-radius: 8px;
}

.hdtab ul li a {
    color: #fff;
}

.hdtab ul img {
    margin-top: 35px;
    width: 58px;
    height: 18px;
}

.isa1 {
    color: #3776FF !important;
}

/* 新闻列表 */
.new_list {
    width: 1200px;
    min-height: 50vh;
    height: auto;
    padding: 20px;
    margin: 20px auto;
}

.new_item {
    padding: 15px 10px;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    border-bottom: 1px solid #dcdfe6;
}

.new_item .title {
    flex: 1;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_item .time {
    text-align: right;
    font-size: 15px;
    color: #999999;
}

/* 新闻详情 */
.new_details>div {
    background: #fff;
    width: 90%;
    max-width: 1200px;
    padding-bottom: 40px;
    min-height: 600px;
    border-radius: 10px;
    height: auto;
    margin: 0 auto;
}

.new_details .header {
    text-align: center;
    border-bottom: 1px solid #dcdfe6;
}

.new_details .header .title {
    padding: 20px 0 8px;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 3px;
}

.new_details .header .time {
    font-size: 14px;
    padding-bottom: 20px;
    color: #888888;
}


.new_details .content {
    width: 90%;
    margin: 30px auto;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
}

.banner {
    width: 100%;
    display: flex;

}

.banner img {
    width: 100%;
    height: 100%;
}

.new_details {
    width: 100%;
    padding-bottom: 20px;
    background: #f0f0f0;
    padding-top: 20px;
    min-height: 80vh;
}

.return {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: auto;
    margin-top: 40px;
    background: rgb(55, 118, 255)
}
.Download {
    width: 90%;
    font-size: 13px;
    margin: 30px auto;
    display: block;
    color: #333;
}.Download:hover{
    color: #3776ff;
}