.content_page {
	background: #ffffff;
}

.banner {
	width: 100%;
	height: 3.4rem;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dl {
	color: #333333;
	margin-bottom: 0.5rem;
}

.row {
	padding-top: 0.2rem;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.dm {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1025px) {

	/* 在平板和电脑端生效*/
	.sidebar-md-280 {
		flex: 0 0 2.8rem;
		max-width: 2.8rem;
	}
}

.dm .nav-title {
	font-size: 0.3rem;
	color: #ffffff;
	text-align: center;
	line-height: 0.8rem;
	background-color: #951F31;
	height: 0.8rem;
	border-radius: 0.1rem 0.1rem 0rem 0rem;
}

.dm .nav {
	background-color: #F2F2F2;
	height: 6rem;
	position: relative;
	border-radius: 0rem 0rem 0.1rem 0.1rem;
	font-size: 0.18rem;
	line-height: 0.2rem;
}

.dm .nav::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3.6rem;
	background-image: url('../img/menu_bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.dm .nav-item {
	height: auto;
	line-height: 0.28rem;
}

.dm .nav-link {
	color: #333333;
	transition: border-bottom 0.3s ease, background-color 0.3s ease, color 0.3s ease;
	position: relative;
	z-index: 1;
	padding: 0.16rem 0.08rem;
	border-bottom: 0.01rem dashed rgba(25, 106, 218, 0.10);

}

.dm .nav-link:hover {
	color: #951F31;
	background-color: #F7E9EA;
	border-bottom: 0.01rem dashed #C74246;
}

.dm .nav-link.active {
	color: #ffffff;
	background-color: #C84145;
	border-bottom: 0.01rem dashed #d7d7d7;
}

.dc {
	padding-left: 0.6rem;
	background: #ffffff;
}

.position {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.01rem dashed #d7d7d7;
	height: 0.8rem;
}

.position .nav-item-title {
	font-size: 0.2rem;
	border-bottom: 0.02rem solid #951F31;
	padding: 0.3rem 0.1rem 0.2rem;
}

.position .breadcrumb {
	margin-bottom: 0;
}

.position .breadcrumb .position-icon {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.09rem;
	position: relative;
	top: -0.03rem;
}

.position .breadcrumb .position-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.position .breadcrumb span {
	color: #aaaaaa;
}
.position .breadcrumb-item+.breadcrumb-item{
	padding-left: 0;
}
.position .breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.08rem;
	color: #333333;
	content: ">";
}

.position .breadcrumb-item {
	color: #7F7F7F;
}

.position .breadcrumb a:hover {
	color: #c74246;
	text-decoration: underline;
}

.list .list-item {
	display: flex;
	height: 0.9rem;
	padding: 0.3rem 0rem;
	border-bottom: 0.01rem dashed #d7d7d7;
	font-size: 0.18rem;
	line-height: 0.3rem;
}

.list .list-item .icon {}

.list .list-item svg {
	max-width: 0.2rem;
	height: 0.2rem;
	flex-shrink: 0;
}

.list .list-item .n_date {
	margin-left: 0.2rem;
}

.list .list-item .n_title {
	margin-left: 0.18rem;
}

.list .list-item .n_view {
	font-size: 0.14rem;
	color: #aaaaaa;
	margin-left: auto;
}

.list .list-item:hover {
	color: #ffffff;
	background: #c74246;
	background-image: url('../img/item_bg.png');
	background-repeat: no-repeat;
	background-size: 0.8rem 0.8rem;
	background-position: 0.5rem 0.04rem;
}

.list .list-item:hover .n_title {
	font-weight: bold;
}

.list .list-item:hover .n_view {
	color: #ffffff;
}

.list .list-item:hover svg .cls-1 {
	fill: #ffffff;
}

.list .list-item .icon {
	max-width: 0.2rem;
	height: 0.2rem;
}

.search_pages {
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
	gap: 0.1rem;
}

.search_pages .p_pages {
	display: flex;
	align-items: center;
	gap: 0.1rem;
}

.search_pages .p_t {
	font-size: 0.12rem;
	color: #666666;
}

.search_pages .p_fun_d,
.search_pages .p_no_d,
.search_pages .p_no_o,
.search_pages .p_no a,
.search_pages .p_fun a {
	font-size: 0.14rem;
	color: #555555;
	border: 0.01rem solid rgba(0, 0, 0, 0.15);
	border-radius: 0.02rem;
	padding: 0.08rem 0.11rem;
	display: block;
}

.search_pages .p_no:hover a,
.search_pages .p_fun:hover a {
	cursor: pointer;
	border: 0.01rem solid #c84145;
	color: #c84145;
}

.search_pages .p_fun_d,
.search_pages .p_no_d,
.search_pages .p_no_o {
	color: #ccc;
}

.search_pages .p_no_d {
	background-color: #c84145;
	color: #ffffff;
}

/* 学院新闻*/
.xyxw_list .xyxw-item {
	display: flex;
	gap: 0.4rem;
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-bottom: 0.01rem dashed #d7d7d7;
	transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.xyxw_list .xyxw-item .xyxw_l {
	width: 3rem;
	height: 2rem;
	flex-shrink: 0;
}

.xyxw_list .xyxw-item .xyxw_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xyxw_list .xyxw-item .xyxw_r .n_title {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.3rem;
}

.xyxw_list .xyxw-item .xyxw_r .n_content {
	font-size: 0.14rem;
	color: #7F7F7F;
	line-height: 0.3rem;
	padding-top: 0.2rem;
}

.xyxw_list .xyxw-item .xyxw_r .n_date {
	font-size: 0.14rem;
	line-height: 0.3rem;
	padding-top: 0.2rem;
}

.xyxw_list .xyxw-item:hover {
	cursor: pointer;
	border-bottom: 0.01rem dashed #c74246;
	background-color: #f7e9ea;
}

.xyxw_list .xyxw-item:hover .xyxw_r .n_title {
	color: #c74246;
}

/* 研究所中心*/
.yjszx-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem;
}

.yjszx-list .yjszx-item {
	display: flex;
	flex-direction: column;
	width: 3.8rem;
	max-width: 380px;
	padding-top: 0.2rem;
}

.yjszx-list .yjszx-item .yjszx-icon {
	border-radius: 0.1rem;
	box-shadow: 0rem 0.03rem 0.06rem 0rem rgba(0, 0, 0, 0.15);
	height: 2.7rem;
}

.yjszx-list .yjszx-item .yjszx-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.1rem;
}

.yjszx-list .yjszx-item .yjszx-title {
	font-size: 0.18rem;
	line-height: 0.3rem;
	padding-top: 0.2rem;
}

.yjszx-list .yjszx-item:hover {
	cursor: pointer;
}

.yjszx-list .yjszx-item:hover .yjszx-icon {
	box-shadow: 0rem 0.03rem 0.06rem 0rem rgba(0, 95, 226, 0.3);
}

.yjszx-list .yjszx-item:hover .yjszx-title {
	color: #c74246;
}

/* 学院简介*/
.xyjj-bg {
	position: relative;
	background: transparent;
}

.xyjj-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/main_bg.png');
	background-size: 100% 100%;
	background-repeat: repeat-y;
	background-position: center;
	z-index: -1;
	opacity: 0.2;
}

.xyjj {
	background: transparent;
}

.xyjj-detail {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-top: 0.2rem;
	border-bottom: 0.01rem dashed #d7d7d7;
}

.xyjj-detail .xyjj-icon {
	width: 100%;
	height: 6.93rem;
}

.xyjj-detail .xyjj-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xyjj-detail .xyjj-content {
	padding-top: 0.27rem;
	line-height: 0.4rem;
}

/* 学院领导*/
.xyld-bg {
	position: relative;
	background: transparent;
}

.xyld-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/main_bg.png');
	background-size: 100% 100%;
	background-repeat: repeat-y;
	background-position: center;
	z-index: -1;
	opacity: 0.2;
}

.xyld-dc {
	background: transparent;
}

.xyld-list {
	padding-top: 0.2rem;
}

.xyld-list .xyld-item {
	display: flex;
	padding-bottom: 0.4rem;
}

.xyld-list .xyld-item .xyld-icon {
	width: 2.1rem;
	height: 2.7rem;
	z-index: 1;
}

.xyld-list .xyld-item .xyld-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xyld-list .xyld-item .xyld-info {
	flex: 1;
	height: 2.8rem;
	padding-left: 0.7rem;
	padding-top: 0.3rem;
	background-color: #ffffff;
	margin-top: 0.2rem;
	margin-left: -0.4rem;
	box-sizing: border-box;
	box-shadow: 0rem 0.03rem 0.06rem 0rem rgba(0, 0, 0, 0.05);
}

.xyld-list .xyld-item .xyld-info span {
	font-size: 0.18rem;
	line-height: 0.4rem;
	display: block;
	padding-bottom: 0.1rem;
}

.xyld-list .xyld-item .xyld-info .name {
	font-size: 0.3rem;
	color: #C74246;
	padding-bottom: 0.1rem;
	font-weight: bold;
	display: block;
}

.xyld-list .xyld-item:hover .xyld-info .name {
	cursor: pointer;
}

/* 师资队伍*/
.szzr-bg {
	background: transparent;
}

.szzr-content {
	padding-top: 0.2rem;
}

.szzr-content .szzr-item .szzr-title {
	font-size: 0.3rem;
	border-left: 0.1rem solid #C74246;
	padding-left: 0.3rem;
	line-height: 0.4rem;
}

.szzr-content .szzr-item .szzr-p {
	margin-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.5rem;
	margin-bottom: 0.5rem;
}

.szzr-content .szzr-item .szzr-p .szzr-p-item {
	width: calc((100% - 2rem) / 5);
	min-width: 2rem;
}

.szzr-content .szzr-item .szzr-p .szzr-p-item .p-pic {
	height: 2.7rem;
	overflow: hidden;
}

.szzr-content .szzr-item .szzr-p .szzr-p-item .p-pic img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	transition: transform 0.5s ease;
}

.szzr-content .szzr-item .szzr-p .szzr-p-item .name {
	text-align: center;
	height: auto;
	font-size: 0.2rem;
	line-height: 0.2rem;
	background-color: #F5F2E8;
	padding-top: 0.16rem;
	padding-bottom: 0.16rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.szzr-content .szzr-item .szzr-p .szzr-p-item:hover .name {
	color: #ffffff;
	background-color: #c74246;
}

.szzr-content .szzr-item .szzr-p .szzr-p-item:hover .p-pic img {
	transform: scale(1.1);
}

/* 单篇正文*/
.item-content {
	padding-top: 0.4rem;
	border-bottom: 0.01rem dashed #d7d7d7;
	padding-bottom: 0.2rem;
}

.item-content .s-title {
	text-align: center;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.5rem;
	padding: 0.1rem 0.9rem;
}

.item-content .s-date {
	text-align: center;
	color: #7F7F7F;
	font-size: 0.14rem;
	line-height: 0.2rem;
}

.item-content .s-date span {
	display: inline-block;
}

.item-content .s-date span:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 0.01rem;
	height: 0.14rem;
	background-color: #7F7F7F;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	transform: translateY(0.02rem);
}

.item-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.item-content table{
    margin: 0 auto;
    width: 80%;
}

.item-content .s-content {
	padding: 0.15rem 0.3rem 0rem 0.3rem;
	color: #555555;
	line-height: 0.4rem;
}

.item-content .pages {
	padding-top: 0.4rem;
	padding-bottom: 0.5rem;
}

.item-content .p-prev span,
.item-content .p-next span {
	color: #c74246;
	padding-right: 0.06rem;
}

.item-content .p-next {
	padding-top: 0.09rem;
}

.item-content .p-prev a:hover,
.item-content .p-next a:hover {
	color: #c74246;
	cursor: pointer;
}

.dm .nav-title .icon-plus {
	display: none;
}

.mobile-accordion-body {
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

@media (max-width: 1024px) {
	.container{
        padding: 0 2% 0.2rem;
		max-width: none;
    }
	.banner {
		height: 3rem;
	}

	.row {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	aside.dm {
		margin-bottom: 0.2rem;
	}

	.dm .nav-title .icon-plus {
		display: block;
		cursor: pointer;
	}

	.dm .nav-title {
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.2rem;
		border-radius: 0;
		display: flex;
		justify-content: space-between;
		padding: 0 0.13rem;
	}

	.mobile-accordion-body {
		max-height: 0 !important;
	}

	.dm .nav {
		height: auto !important;
	}

	.dm .nav::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		background-image: none;
	}

	.dm .nav-link:last-child {
		border-bottom: 0.01rem dashed transparent;
	}

	.dm .nav-link {
		font-size: 0.16rem;
	}

	.dc {
		padding-left: 0;
		padding-right: 0;
	}

	.list .list-item {
		font-size: 0.16rem;
		height: auto;
		padding: 0.15rem 0rem;
		line-height: 0.24rem;
		flex-wrap: wrap;
		row-gap: 0.1rem;
	}

	.list .list-item:hover {
		color: #ffffff;
		background: #c74246;
		background-image: url('../img/item_bg.png');
		background-repeat: no-repeat;
		background-size: 0.8rem 0.8rem;
		background-position: 10% 20%;
	}

	.yjszx-list {
		justify-content: center;
	}

	.szzr-content .szzr-item .szzr-p .szzr-p-item {
		width: 2rem;
	}

	.position .nav-item-title {
		font-size: 0.16rem;
		font-weight: bold;
	}

	.position .breadcrumb-item {
		font-size: 0.14rem;
	}

	.item-content .s-title {
		font-size: 0.18rem;
		padding: 0.1rem 0.2rem;
		line-height: 0.3rem;
	}

	.xyxw_list .xyxw-item {
		flex-direction: column;
		gap: 0.2rem;
	}

	.xyld-list .xyld-item {
		flex-direction: column;
		align-items: center;
	}

	.xyld-list .xyld-item .xyld-info {
		margin-top: 0rem;
		padding-top: 0.15rem;
		margin-left: 0;
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}


}