/** General Style for Chinese-foreign Cooperative Education Program */
:root {
	--main-color: #ffac1c;
}

[data-theme="iup"] {
	--main-color: #9e1b32;
}

/* 项目简介 */
.coop-pro-intro {
	position: relative;
	top: 0;
	padding: 2.8rem 1.25rem 0 1.25rem;
	background-color: #fff;
	border-left: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
}

.coop-pro-intro .pro-header {
	display: flex;
	align-items: center;
	gap: 1px;
	margin-bottom: 1rem;
}

.coop-pro-intro .pro-header::after {
	content: '';
	flex: 1;
	height: 2px;
	background-color: #d9d9d9;
	align-self: center;
}

.coop-pro-intro .pro-header .pro-title {
	font-family: '宋体';
	font-weight: 600;
	font-size: 1.625rem;
	color: #555;
}

.coop-pro-intro .pro-header .pro-tag {
	margin-top: -8px;
	width: 4.3rem;
	height: 1.2rem;
	color: var(--main-color);
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--main-color);
	transform: scale(0.8333);
}

/* 院长寄语 */
.coop-figcap {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
    align-items: end;
	padding-bottom: 1rem;
	width: 100%;
	height: 8.62rem;
	background: linear-gradient( 180deg, rgba(6,6,6,0) 5%, #424242 100%);
}

.coop-figcap .figcap-container {
	margin-top: 1rem;
	margin-left: 1rem;
    padding-left: .6rem;
    font-size: .87rem;
    color: #fff;
    border-left: 2px solid var(--main-color);
}

.coop-figcap .figcap-container .figcap-title {
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.8;
}

.dean-msg-en {
	font-family: 'Times New Roman', "Helvetica Neue", Arial, sans-serif;
	color: var(--main-color);
	font-weight: bold;
	font-size: 2.5rem;
	text-align: right;
	line-height: 1;
}

.dean-msg-card {
	margin-left: -8%;
	padding: 2rem 4rem;
	background-color: #fff;
}

.dean-msg-card .dean-msg-name {
	font-weight: bold;
	font-size: 2rem;
	color: #373737;
	line-height: 2.2rem;
}

.dean-msg-card .dean-msg-info {
	margin-top: 2.6rem;
	margin-bottom: 4rem;
	font-size: 1rem;
	color: #373737;
	line-height: 1.3rem;
}

/* 合作大学的图例 */
.coop-univer-name {
	font-family: 'SimSun', "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	font-size: 3.12rem;
	color: #262E43;
	letter-spacing: 6px;
	text-align: center;
}

.univer-slide {
	display: flex;
	justify-content: center;
}

.univer-slide img {
	float: left;
    border-radius: 6px;
}

.univer-carousel-btn {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 50%;
	background-color: var(--main-color);
}

.university-icon {
	margin: 0 1.2rem;
	height: 11rem;
	width: 16rem;
}
