* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

* a {
    text-decoration: none;
}



/* ----------------------------------------------------------------------首页头部----------------------------------------------------------------------- */

.section {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

/* ---------------------------------------------------------------------------企业简介------------------------------------------------------------------ */
.news-section-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-top: 100px;
}


.section-box {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 30px auto;
    gap: 30px;
    z-index: 2;
    flex: 1;
}

.xwzx {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;

}

.xwzx img {
    width: 100%;
    height: auto;
    display: block;
}

.xwzx .search-box {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    border: 2px solid #2F63C1;
    border-radius: 10px;
    padding: 3px 4px 3px 20px;
}

.xwzx .search-box input {
    width: 380px;
    border: none;
    outline: none;
    /* box-shadow: none; */
    /* background-color: #fff; */
    margin-right: 20px;
    /* box-sizing: border-box; */
}

.xwzx .search-box .search-btn {
    background-color: #2F63C1;
    color: white;
    padding: 10px 32px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}


/*主体左右布局*/
.news-main {
    width: 100%;
    gap: 60px;
    align-items: flex-start;
    display: flex;

}

/* 左侧内容 */
.news-left {
    flex: 0 1 clamp(160px, 13%, 240px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.menu-item div .title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-bottom: 9px;

}

.menu-item div .en {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}

.news-left .menu-activate .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.news-left .menu-activate {
    border-bottom: 2px solid #275DBF;
}

    .news-left .menu-activate .news-btn .iconfont {
        color: #275DBF;
    }

.news-left .menu-item:not(:nth-child(1)) {
    border-bottom: 1px solid #eeeeee;
}

.about-left .menu-item:not(:nth-child(1)) .news-btn .iconfont {
    color: #999999;
}


.news-btn {
    width: 24px;
    height: 25px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.news-btn .iconfont {
    color: #DDDDDD;
    font-size: 24px;
}

.menu-item:hover {
    cursor: pointer;
}

.menu-item:hover .title {
    color: #333 !important;
    font-weight: bold !important;

}

.menu-item:hover .news-btn .iconfont {
    color: #275DBF !important;
}

.menu-item:hover {
    border-bottom: 2px solid #275DBF !important;
}

/*右侧内容*/
.news-right {
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.news-dateicon {
    flex: 0 0 110px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.data {
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    color: #333;
    transition: all 0.3s ease;
}


.day {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #333;
}

.ym {
    margin-top: 6px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}


.news-icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.news-icon i {
    font-size: 14px;
    color: #275DBF;
    transform: rotate(-90deg);
    transition: color 0.3s;
}

.news-line {
    width: 30px;
    height: 1px;
    transition: background 0.3s;
    background: #275DBF;
}


.news-text {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-text h3 {
    transition: color 0.3s;
    font-family: Microsoft YaHei;
    font-size: 20px;
    color: #333333;
    font-weight: bold;

}

.news-text p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-indent: 60px;

}

.news-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
}

.time-left,
.time-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.time-left i,
.time-right i {
    font-size: 14px;
    color: #999;
}

.time-left span,
.time-right span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.news-img {
    flex: 0 0 200px;
}

.news-img img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.news-item:hover .data {
    background-color: #275DBF;
}

.news-item:hover .day,
.news-item:hover .ym {
    color: #FFFFFF;
}

.news-item:hover .news-text h3 {
    font-family: Microsoft YaHei;
    font-size: 20px;
    color: #275DBF;
}

.news-icon i,
.news-line {
    opacity: 0;
    transition: all 0.3s ease;
}

.news-item:hover .news-icon i,
.news-item:hover .news-line {
    opacity: 1;
}




/* 底部页码 */
.news-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.news-bottom>p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.page-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.page-wrap span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;

}

.page-wrap a {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 5px 10px;
}

.page-wrap a:hover {
    background-color: #275DBF;
    color: #FFFFFF;
    border-color: #275DBF;
}

.page-wrap a.active {
    background: #275DBF;
    color: #fff;
    border-color: #275DBF;
}

.page-wrap a.active:hover {
    cursor: default;
}

.page-wrap input {
    width: 51px;
    height: 41px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px 15px;
    text-align: center;
    outline: none;
}



.server-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.server-bottom>p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.page-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-wrap span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;

}

.page-wrap a {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 5px 10px;
}

.page-wrap a:hover {
    background-color: #275DBF;
    color: #FFFFFF;
    border-color: #275DBF;
}

.page-wrap a.active {
    background: #275DBF;
    color: #fff;
    border-color: #275DBF;
}

.page-wrap a.active:hover {
    cursor: default;
}

.page-wrap input {
    width: 51px;
    height: 41px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px 15px;
    text-align: center;
    outline: none;
}
.page-wrap .page-item {
	width: 71px;
	height: 41px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.page-wrap .disable {
	color: #DDDDDD;
}