body {
	background-color: #EEEBEA;
}

li {
	list-style-type: none
}

.box-fff {
	background-color: #fff;
	box-shadow: 0 3px 10px #0000000f;
	margin-bottom: 20px;
}

.p-3 {
	padding: 0 1rem !important;
}

.notice-item-time {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.notice-item-time span {
	color: #D74931;
}

.headerContent {
	text-align: center;
}

.creat-time {
	font-size: 0.8rem;
}

.article-list .border-bottom:last-child {
	border-bottom: none !important;
}

.dynamic-box .list-item:last-child {
	border-bottom: none !important;
}

.notice-box .list-item:last-child {
	border-bottom: none !important;
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin: 1rem 0;
	border: 0;
	border-top: 1px solid #e4eaec;
}

.line {
	background: transparent;
	border: 1px solid #0067c1;
	position: relative;
}

.line::before {
	position: absolute;
	left: -1px;
	bottom: -3px;
	content: '';
	width: 74px;
	height: 6px;
	background: #0067c1;
}

.new-box-img {}

.bg-white {
	padding: 12px 0;
	background: #fff;
}


.bt-choice a {
	border: 1px solid #eeeeee;
	color: #000000;
	border-radius: 0.215rem;
	position: relative;
	float: left;
	margin-left: -1px;
	padding: 0.643rem 1.072rem;
}


.font-weight {
	width: 100px;
	text-align: right;
	margin-bottom: 5px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}


.part-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.part-title {
	position: relative;
	display: flex;
	align-items: center;
}

/* .part-title::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #B00328;
	position: absolute;
	left: 0;
	bottom: -7px;
} */

.list-content {
	display: flex;
	align-items: center;
}

.list-sign {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #19379F;
	opacity: 0.6;
	margin-right: 6px;
}

.list-item:nth-child(1) .list-text {
	color: #333333;
	font-weight: 600;
}

.list-item:nth-child(1) .list-sign {
	opacity: 1;
}

.list-item:nth-child(2) .list-text {
	color: #333333;
}

.list-item:nth-child(3) .list-text {
	color: #333333;
}

.list-item:nth-child(2) .list-sign {
	opacity: 1;
}

.list-item:nth-child(3) .list-sign {
	opacity: 1;
}

.content2 {
	margin-top: 30px;
}

.image-list {
	display: flex;
	flex-direction: column;
}

.image-item {
	width: 100%;
	margin-bottom: 20px;
}

.notice-item {
	border-bottom: 1px solid #EEEEEE;
	padding: 20px 0;
}

.notice-date {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #666666;
}

.notice-item:nth-child(1) .notice-title {
	color: #19379F;
}

.notice-item:last-child {
	border-bottom: none;
}

.date span:first-child {
	font-size: 30px;
	font-weight: 600;
}

.date span:last-child {
	font-size: 14px;
	font-weight: 400;
}

.part-title {
	font-size: 30px;
	font-weight: 600;
	color: #0067C1;
}

.more-box {
	font-size: 14px;
	font-weight: 400;
	color: #19379F;
}

.more-box:hover {
	cursor: pointer;
}

.more-icon {
	width: 14px;
	height: 14px;
	vertical-align: sub !important;
}

.list-box {
	margin-top: 13px;
}

.list-text {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}

.list-date {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.notice-title {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}

.notice-info {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
}

.news-box-img {
	width: 100%;
    border-bottom: 1px #dedede dashed;
}

.new-img {
            width: 100%;
            padding-top: 60%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            transition: 0.3s;
            position: relative;
            top: 0;
}
.new-img:hover{
          
}

/* 手机 */
/* @media (max-width: 992px) { */
.content-box {
	/* margin-top: 20px; */
}

.container {
	/* padding: 0; */
}


.banner-box #carouselExampleIndicators {
	height: 200px;
}

.banner-box .carousel-inner {
	height: 200px;
}

.banner-box .carousel-item img {
	height: 200px;
}

.content-box-p-40 {
	/* padding-left: 0px; */
	padding: 0 12px;
}

.title-icon {
	width: 20px;
	height: 20px;
}

.school-box {
	display: flex;
	flex-direction: column;
	padding: 8px 0;
}

.school-box h5 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
width: 75%;
}
.school-box p{
	font-size: 14px;
	color: #333333;
}

.school-box:hover h5 {
	color: #0067C1 !important;
	font-weight: bold;
}

.part-title-box {
	padding: 18px 0px 0px 0;
}

.notice-date {
	width: 56px;
	height: 56px;
	padding-top: 2px;
	color: #0067C1;
}

.notice-date span:first-child {
	font-size: 20px;
	font-weight: 700;
	color: #0067C1;
	display: block;
	background-color: #F1F1F1;

}

.notice-date span:last-child {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	display: block;
	margin-top: 1px;
	background-color: #F1F1F1;
}

.date span:first-child {
	font-size: 24px;
	font-weight: 600;
}

.date span:last-child {
	font-size: 14px;
	font-weight: 400;
}

.notice-box .list-item {
	padding: 8px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
}

.time-icon {
	width: 18px;
	height: 18px;
}

.notice-item-time span {
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #d74931;
	margin-left: 4px;
}

.notice-box .list-item .list-content {
	margin-left: 12px;
	width: 100%;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice-box .list-item .list-content h5 {
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 20px;
	color: #333;
	margin-top: 4px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice-box .list-item:hover {
	cursor: pointer;
}

.notice-box .list-item:hover .list-content a h5  {
	color: #0067C1;
}


.part-box {
	display: flex;
	flex-direction: column;
}

.part-box .col:last-child {
	margin-top: 20px;
}

.part-title-info {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	margin-right: 6px;
}

.part-title-Eng {
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

.more-box {
	background: transparent;
	font-size: 12px;
	font-weight: 400;
}

.new-box {
	margin-top: 0 !important;
}

.new-box .list-item {
	padding: 12px 14px;
	background-color: #fff;
	box-shadow: 0 0 0 #0000000f;
	display: block;
	border-left: 0px solid #ffffff;
	transition: 0.3s;
}
.new-box .list-item:hover {
	border-left: 5px solid #0067C1;
	box-shadow: 0 3px 5px #0000000f;
}
.new-box .list-item:hover h5{ font-weight: 600;color:#0067C1; }


.new-img-box {
	padding: 30px 0 0 0;
}

/* } */

/* 电脑 */
@media (min-width: 992px) {
	.content-box {
		/* margin-top: 40px; */
	}

	.part-box {
		display: flex;
		flex-direction: row;
	}

	.part-box .col:last-child {
		margin-top: 0px;
	}

	.content-box-p-40 {
		padding-left: 30px;
	}

	.school-box {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 22px 0 26px 0;
	}

	.school-box:hover .head-title {
		color: #0067C1 !important;
		font-weight: bold;
	}
	.school-box h5 {
		font-size: 18px;
		color: #333333;
		margin-bottom: 0px;
	}
	.school-box p {
		font-size: 18px;
		color: #333333;
	}

	.head-title {
		font-size: 18px;
		color: #333333;
	}

	.title-icon {
		width: 32px;
		height: 32px;
	}

	.banner-box #carouselExampleIndicators {
		height: 400px;
	}

	.banner-box .carousel-inner {
		height: 400px;
	}

	.banner-box .carousel-item img {
		height: 400px;
	}

	.part-title-box {
		padding: 28px 0 16px 0;
	}

	.display-table {
		display: table;
		/* flex-direction: row;
		align-items: flex-start; */
	}

	.image-box {
		width: 50%;
		display: table-cell;
	}

	.list-box-height {
		width: 50%;
		display: table-cell;
	}

	.notice-date {
		width: fit-content;
		height: fit-content;
	}

	.notice-date span:first-child {
		font-size: 24px;
		font-weight: 700;
		display: block;
		width: 74px;
		height: 37px;
		line-height: 37px;
		border-radius: 6px 6px 0 0;
		background: #f1f1f1;
	}

	.notice-date span:last-child {
		font-size: 12px;
		font-weight: 400;
		margin-top: 4px;
		display: block;
		width: 74px;
		height: 37px;
		line-height: 37px;
		border-radius: 0 0 6px 6px;
		background: #f1f1f1;
	}

	.date span:first-child {
		font-size: 30px;
		font-weight: 600;
	}

	.date span:last-child {
		font-size: 14px;
		font-weight: 400;
	}

	.notice-box .list-item {
		width: 100%;
		overflow: hidden;
		padding: 10px 0;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #EEEEEE;
	}

	.notice-item-time span {
		font-weight: 400;
		font-size: 18px;
		line-height: 30px;
		color: #d74931;
		margin-left: 8px;
	}

	.notice-box .list-item .list-content {
		width: 100%;
		line-height: 1.5;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.notice-box .list-item .list-content h5 {
		font-weight: 400;
		font-size: 18px !important;
		color: #333;
		margin-left: 24px;
		line-height: 1.5;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.notice-box .list-item:hover {
		cursor: pointer;
	}

	.notice-box .list-item:hover .list-content h5 a {
		color: #0067C1 !important;
	}



	.part-title-info {
		font-size: 24px;
		font-weight: 600;
		display: inline-block;
		margin-right: 6px;
	}

	.part-title-Eng {
		font-weight: 400;
		font-size: 18px;
		color: #999999;
	}

	.more-box {
		font-size: 14px;
		font-weight: 400;
		color: #333333;
	}

	.more-icon {
		width: 18px;
		height: 18px;
		vertical-align: sub !important;
	}

	.new-box {
		margin-top: 0 !important;
	}

	.new-box .list-item {
		padding: 24px 28px;
		background-color: #fff;
	}
}

/* 电脑 */
@media (min-width: 992px) {
	.page-content {
		padding-top: 32px;
		background-image: url("../img/index/bg_all.png");
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media (min-width: 1400px) {
	.page-content {
		padding-top: 32px;
		background-image: url("../img/index/bg_all.png");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.part-box {
		display: flex;
		flex-direction: row;
	}

	.part-box .col:last-child {
		margin-top: 0px;
	}

	.content-box-p-40 {
		padding-left: 40px;
	}


	.head-title {
		font-weight: 400;
		font-size: 18px;
		color: #333333;
	}

	.title-icon {
		width: 32px;
		height: 32px;
	}

	.banner-box #carouselExampleIndicators {
		height: 500px;
	}

	.banner-box .carousel-inner {
		height: 500px;
	}

	.banner-box .carousel-item img {
		height: 500px;
	}

	.part-title-box {
		padding: 28px 0 16px 0;
	}

	.dynamic-box .list-item {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 15px 0 16px 0;
		border-bottom: 1px solid #dedede;
	}

	.dynamic-box .list-content h5 {
		margin-left: 24px;
		font-weight: 400;
		font-size: 20px !important;
		color: #333;
	}

	.dynamic-box .list-item:hover {
		cursor: pointer;
	}

	.dynamic-box .list-item:hover .list-content h5 a {
		color: #0067C1 !important;
	}

	.dynamic-box .list-item:hover .notice-date {
		/* background: #0067C1;
		color: #fff; */
	}

	.notice-date {
		width: fit-content;
		height: fit-content;
	}

	.notice-date span:first-child {
		font-size: 24px;
		font-weight: 700;
		color: ##0067C1;
	}

	.notice-date span:last-child {
		font-size: 12px;
		color: #333333;
		font-weight: 400;
	}

	.date span:first-child {
		font-size: 30px;
		font-weight: 600;
	}

	.date span:last-child {
		font-size: 14px;
		font-weight: 400;
	}

	.notice-box .list-item {
		padding: 16px 0;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #EEEEEE;
	}

	.notice-item-time span {
		font-weight: 400;
		font-size: 18px;
		line-height: 30px;
		color: #d74931;
		margin-left: 8px;
	}

	.notice-box .list-item .list-content h5 {
		font-weight: 400;
		font-size: 20px !important;
		line-height: 30px;
		color: #333;
		margin-left: 24px;
	}

	.notice-box .list-item:hover {
		cursor: pointer;
	}

	.notice-box .list-item:hover .list-content h5 a {
		color: #0067C1 !important;
	}

	.notice-box .list-item:hover .notice-date span:first-child {
		color: #fff !important;
		background-color: #0067C1;
	}

	.notice-box .list-item:hover .notice-date span:last-child {
		color: #fff !important;
		background-color: #0067C1;
	}

	.part-title-info {
		font-size: 30px;
		color: #0067C1;
		font-weight: 600;
		display: inline-block;
		margin-right: 10px;
	}

	.part-title-Eng {
		font-weight: 400;
		font-size: 18px;
		color: #999;
	}

	.more-box {
		font-size: 14px;
		font-weight: 400;
		color: #333333;
	}

	.new-box {
		margin-top: 0 !important;
	}

	.new-box .list-item {
		padding: 24px 18px;
		background-color: #fff;
	}

	.new-img-box {
		padding: 30px 0 0 0;
	}
}


/*蒋泽宇*/
.index-section1 {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}

.index-section1-left {
	flex: 1;
	position: relative;
	top: 0px;
	transition: 0.5s;
}

.index-section1-left:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
	top: -5px;
}

.index-section1-right {
	flex: 1;
}

.index-section1-right-main {
	padding: 10px;
}

.index-section1-right-header {
	display: flex;
	align-items: center;
}

.index-section1-right-titleBox {
	display: flex;
	align-items: center;
	border-bottom: 3px solid #b00328;
}

.index-section1-right-titleIcon {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.index-section1-right-title {
	font-family: "Microsoft YaHei Bold";
	font-weight: 700;
	font-size: 18px;
	line-height: 50px;
	text-align: left;
	color: #b00328;
	margin-right: 10px;
}

.index-section1-right-titleEng {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color: #666;
}

.index-section1-right-header-more {
	margin-left: auto;
	width: 40px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: 1px solid #b00328;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 12px;
	color: #b00328;
}

.index-section1-leftImg {
	display: block;
	background-repeat: no-repeat;
	background-size: unset;
	background-position: center;
	width: 100%;
	height: calc(100% - 103px);
	padding-top: 60%;
}

.list-box .list-item .article-title {
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	margin-bottom: 0;
}

.list-box .list-item .article-title:hover {
	color: #0067C1;
	font-weight: 700;
}

.list-box .list-item .article-title:hover .article-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #0067C1;
}

.lab-box {
	background-color: #fff;
	padding: 24px 20px;
	margin-bottom: 32px;
}

.lab-text {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #0067c1;
}

.lab-Eng {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #999;
	margin-top: 4px;
}

.lab-line {
	width: 260px;
	height: 2px;
	background: #0067C1;
	margin: 18px auto;
	position: relative;
}

.lab-line::after {
	content: '';
	position: absolute;
	top: -1px;
	left: calc(50% - 38px);
	width: 77px;
	height: 4px;
	background: #0067C1;
}

.lab-item {
	margin-bottom: 20px;
	display: block;
}

.lab-name {
	padding: 12px 0;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	box-shadow: 0 3px 6px #00000029;
}

.lab-title {
	text-align: center;
}

.box-fff {
	margin-top: 20px;
}
.lab-img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 60%;
}

@media (min-width: 992px) {


	.index-section1-right-main {
		padding: 20px 20px 20px 40px;
	}

	.index-section1 {
		margin-top: 40px;
		display: flex;
		flex-direction: row;
		background-color: #ffffff;
	}

	.index-section1-leftImg {
		padding-top: 0;
	}

	.index-section1-right-titleIcon {
		width: 32px;
		height: 32px;
		margin-right: 10px;
	}

	.index-section1-right-title {
		font-size: 30px;
		line-height: 50px;
	}

	.index-section1-right-titleEng {
		font-size: 26px;
		line-height: 30px;
	}

	.index-section1-right-header-more {
		width: 110px;
		height: 49px;
		font-size: 16px;
	}

	.list-box .list-item .article-title {
		font-size: 16px;
	}

	.lab-box {
		padding: 50px 30px 0 30px;
	}

	.lab-text {
		font-weight: 700;
		font-size: 24px;
		line-height: 30px;
		color: #0067c1;
	}

	.lab-Eng {
		font-weight: 400;
		font-size: 18px;
		line-height: 30px;
		color: #999;
		margin-top: 4px;
	}

	.lab-line {
		width: 887px;
		height: 2px;
		background: #0067C1;
		margin: 18px auto;
		position: relative;
	}

	.lab-line::after {
		content: '';
		position: absolute;
		top: -1px;
		left: calc(50% - 38px);
		width: 77px;
		height: 4px;
		background: #0067C1;
	}

	.lab-item {
		margin-bottom: 40px;
	}

	.lab-name {
		padding: 28px 0;
		text-align: center;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #333;
		box-shadow: 0 3px 6px #00000029;
	}

	.lab-item:hover {
		cursor: pointer;
	}

	.lab-item:hover .lab-name {
		color: #fff;
		background: #0067c1;
		box-shadow: 0 3px 6px #00000029;
	}
}