* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
ul,li,ol {
    list-style: none;
}
 body {   
	width: 100%;
	min-width: 1920px;
	height: 100%;
    font-family: '微软雅黑', PingFangSC-Regular;
	font-size: 18px;
}
.title-box {
    width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 30px 0 20px;
}
.title-box .title {
	display: flex;
	flex-direction: column;
    letter-spacing: 2px;
}
.title-box .title .en {
	text-transform: uppercase;
	font-size: 28px;
	color: #212121;
	font-weight: lighter;
}

.title-box .title .zh {
	font-size: 40px;
	color: #212121;
	border-bottom: 4px solid #611531;
}

.title-box .more {
	font-size: 20px;
	color: #333;
	border-bottom: 4px solid #611531;
	font-weight: lighter;
}