* {
    margin: 0;
    padding: 0;
}
body {
    width: 750px;
    margin: 0px auto;
    background-color: #f2f1ec;
}
.container {
    position: relative;
    font-size: 0;
    text-align: center;
    background-color: #f2f1ec;
}
/* 主标题区域 */
.header {
    padding: 0px;
}
.header-content {
    padding: 0px 0px;
}
/* menu-section 样式 */
.menu-section {
    background-color: #faecab;
    padding: 0;
}

/* menu-content 样式 */
.menu-content {
    position: relative;
    width: 100%;
}

.menu-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* menu-list 样式 */
.menu-list {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 670px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    row-gap: 15px;
}

/* 前4个li：2行2列布局 */
.menu-list li:nth-child(1),
.menu-list li:nth-child(2),
.menu-list li:nth-child(3),
.menu-list li:nth-child(4) {
    width: calc((100% - 15px) / 2);
}

/* 第5个li独占一行 */
.menu-list li:nth-child(5) {
    width: 100%;
}

.menu-list li a {
    display: block;
    width: 100%;
}

.menu-list li img {
    width: 100%;
    height: auto;
    display: block;
}

/* zcxts-section 样式 */
.zcxts-section {
    padding: 0;
}

/* zcxts-content 样式 */
.zcxts-content {
    position: relative;
    width: 100%;
}

.zcxts-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* zcxts-list 样式 */
.zcxts-list {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.zcxts-list li {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #fba322;
}

.zcxts-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.zcxts-list li a {
    font-size: 26px;
    color: #303030;
    text-align: left;
    text-decoration: none;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zcxts-list li a.list-more {
    font-size: 28px;
    color: #f84b27;
    text-align: right;
    display: block;
    -webkit-line-clamp: 1;
    text-decoration: none;
}

/* swqbz-section 样式 */
.swqbz-section {
    padding: 0;
}

/* swqbz-content 样式 */
.swqbz-content {
    position: relative;
    width: 100%;
}

.swqbz-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* swqbz-list 样式 */
.swqbz-list {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.swqbz-list li {
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px dashed #fba322; text-align: left;
}

.swqbz-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.swqbz-list li a:not(.list-more) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    font-size: 26px;
    color: #303030;
    line-height: 1.5;
    max-height: calc(36px * 1.5 * 3);
    overflow: hidden;
}

.swqbz-list li a:not(.list-more) img {
    width: 244px;
    height: 153px;
    flex-shrink: 0;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.swqbz-list li a.list-more {
    font-size: 28px;
    color: #f84b27;
    text-align: right;
    display: block;
    text-decoration: none;
}

.backTop img{
  width: 100%;
  height: 100%;}
.backTop{
	display: none;
	width: 81px;
	height: 147px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	position: fixed;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;;
	z-index: 9999;
}

/* algsh-section 样式 */
.algsh-section {
    padding: 0;
}

/* algsh-content 样式 */
.algsh-content {
    position: relative;
    width: 100%;
}

.algsh-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* algsh-list 样式 */
.algsh-list {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.algsh-list li {
    width: 300px;
    padding: 20px 12px;
    background-color: #fef9e0;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgb(209, 206, 201);
}

.algsh-list li:last-child {
    width: 100%;
    height: auto;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.algsh-list li:not(:last-child) a:first-of-type {
    display: block;
    margin-bottom: 10px;
}

.algsh-list li:not(:last-child) a:first-of-type img {
    width: 270px;
    height: 145px;
    display: block;
    object-fit: cover;
}

.algsh-list li:not(:last-child) a:last-of-type {
    font-size: 26px;
    color: #303030;
    text-align: left;
    text-decoration: none;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    padding-top: 10px;
    
}

.algsh-list li a.list-more {
    font-size: 28px;
    color: #f84b27;
    text-align: right;
    display: block;
    text-decoration: none;
    width: 100%;
}

/* qlykt-section 样式 */
.qlykt-section {
    padding: 0;
}

/* qlykt-content 样式 */
.qlykt-content {
    position: relative;
    width: 100%;
}

.qlykt-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* qlykt-list 样式 */
.qlykt-list {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.qlykt-list li {
    width: 600px;
    margin-bottom: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.qlykt-list li:last-child {
    margin-bottom: 0;
}

.qlykt-list li:not(:last-child) a:first-of-type {
    display: block;
    margin-bottom: 20px;
}

.qlykt-list li:not(:last-child) a:first-of-type img {
    width: 600px;
    height: 322px;
    display: block;
    object-fit: cover;
}

.qlykt-list li:not(:last-child) a:last-of-type {
    font-size: 26px;
    color: #303030;
    text-align: left;
    text-decoration: none;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qlykt-list li a.list-more {
    font-size: 28px;
    color: #f84b27;
    text-align: right;
    display: block;
    text-decoration: none;
    width: 100%;
}

/* jczpz-section 样式 */
.jczpz-section {
    padding: 0;
}

/* jczpz-content 样式 */
.jczpz-content {
    position: relative;
    width: 100%;
}

.jczpz-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* jczpz-list 样式 */
.jczpz-list {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 570px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.jczpz-list li {
    width: 570px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ffffff;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.jczpz-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
}

.jczpz-list li:not(:last-child) a:first-of-type {
    display: block;
    width: 158px;
    height: 158px;
    flex-shrink: 0;
}

.jczpz-list li:not(:last-child) a:first-of-type img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.jczpz-list li:not(:last-child) a:last-of-type {
    font-size: 26px;
    color: #303030;
    text-align: left;
    text-decoration: none;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.jczpz-list li a.list-more {
    font-size: 28px;
    color: #f84b27;
    text-align: right;
    display: block;
    text-decoration: none;
    width: 100%;
}