.aboutcontent {
	padding: 0 0.35rem;
}

.aboutcontent p {
	color: #3E3A39;
	font-size: 0.3rem;
	/*text-indent: 2em;*/
	line-height: 1.5em;
	margin-bottom: 0.08rem;
}

.aboutcontent img {
	width: 100% !important;
	height: auto !important;
}

.sourcecontent {
	padding: 0 0.1rem;
	color: #3E3A39;
}

.sourcecontent .page {
	font-size: 0.20rem;
	padding: 0.3rem 0;
}

.sourcecontent .contentlist .item {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #EFEFEF;
	font-size: 0.2rem;
	padding: 0.3rem 0;
	color: #3E3A39;
	align-items: center;
}

.sourcecontent .contentlist .item .con {
	flex: 1;
	margin-right: 5%;
	color: #3E3A39;
}

.item .img {
	width: 16px;
	height: 12px;
	background: url(../img/joinus/grey.png) no-repeat center;
}

.item a:hover {
	color: #B22B28;
	background-color: #DDDDDE;
}

.item a:hover .img {
	background-image: url(../img/joinus/red.png);
}

/* 下载页面 */
* {
	font-family: Roboto, sans-serif;
}

/* #region 侧边栏 */
.sidebar {
	background-color: #DCDCDC;
	width: 15%;
	height: 100%;
	transition: width 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	z-index: 10;
}

.sidebar.expanded {
	width: 220px;
}

.sidebar .menu-item {
	padding: 15px 0;
	width: 100%;
}

.sidebar .menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar.expanded .menu-item a {
	justify-content: flex-start;
	margin-left: 10px;
}

.sidebar .menu-item a img {
	width: 40px;
	height: 40px;
}

.sidebar .menu-item a span {
	display: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin-left: 10px;
}

.sidebar.expanded .menu-item span {
	display: inline-block;
}

.sidebar .menu-item.active {
	background-color: #111d76;
}

.sidebar .menu-item.active span {
	color: #fff;
}

/* #endregion 侧边栏 */

.about-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 85%;
	margin-left: 15%;
	overflow: hidden;
}

/* #region 下载材料 */
.about-download-title {
	font-size: 26px;
	/* font-weight: bold; */
	color: #111D76;
	padding: 15px;
	background: #fff;
}

.title-divider {
	height: 1px;
	background-color: #DCDCDC;
	margin: 10px 15px;
}

.filter-section {
	padding: 0 15px;
	background: #fff;
}

.filter-section .filter-title {
	font-size: 26px;
	/* font-weight: bold; */
	color: #111D76;
	/* padding: 20px; */
	margin-bottom: 20px;
}

.filter-section .filter-options {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* #region layui */
.filter-section .layui-form-select .layui-input {
	background-color: #111D760D;
	border: 1px solid #111D76;
	height: 44px;
	padding: 0 15px;
}

.filter-section .layui-form-select .layui-input:hover {
	border-color: #111D76 !important;
}

.layui-form-select dl dd {
	background-color: #fff !important;
}

.layui-form-select dl dd:hover {
	background-color: #F0F0F0 !important;
}

.layui-form-select dl dd.layui-this {
	color: #000 !important;
	background-color: #F0F0F0 !important;
}


/* #region 文件列表 */
.files-section {
	padding: 0 20px;
	background: #fff;

}

.files-title {
	font-size: 26px;
	color: #111D76;
	margin-bottom: 20px;
}

.search-wrapper {
	position: relative;
	/* width: 100%; */
	margin-bottom: 50px;
}

.search-wrapper input {
	/* width: 100%; */
	height: 44px;
	padding: 0 90px 0 40px;
	border: 1px solid #C5C5C5;
	background-color: #111D760D;
	font-size: 16px;
	color: #333;
}

.search-wrapper .search-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}


.search-wrapper input::placeholder {
	color: #999;
}

/* #endregion 文件列表 */
/* #endregion layui */
/* 文件列表样式 */
.files-list {
	margin-top: 20px;
}

.files-list .list-item {
	display: flex;
	flex-direction: column;
	padding: 15px 0;
	border-top: 1px solid #E6E6E6;
	text-decoration: none;
}

.files-list .item-main {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}

.files-list .file-icon {
	width: 24px;
	height: 24px;
}

.files-list .item-title {
	flex: 1;
	font-size: 14px;
	color: #333;
}

.files-list .item-date {
	font-size: 12px;
	color: #666;
	align-self: flex-end;
}
/* 分页样式 */
/* .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin-top: 20px;
} */

/* 页码信息 */
.page-info {
    color: #666;
    font-size: 14px;
}

/* 分页控制区 */
.page-control {
    display: flex;
    align-items: center;
}

.page-buttons {
    display: flex;
    align-items: center;
    gap: 15px;  /* 按钮之间的间距 */
}


.page-buttons span {
    cursor: pointer;
    display: flex;
    align-items: center;
}


.page-buttons strong {
    color: #111D76;  
}


.page-buttons span:nth-child(2) {
    color: #666;
    font-size: 14px;
}


.page-buttons img {
    width: 20px;
    height: 20px;
}


.page-buttons span.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}