.banner {
	width: 1200px;
	height: 550px;
}

.banner img {
	width: 100%;
	height: 100%;
}

.content .banner .el-carousel__container {
	height: 600px;
}

.part {
	width: 100%;
}

.part-header {
	margin-top: 20px;
	width: 100%;
	height: 42px;
	border-bottom: 2px solid #8e0202;
	background: url(/images/user/part-title.png) no-repeat;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.part-header .part-title {
	width: 104px;
	/* height: 42px; */
	font-size: 20px;
	color: #989898;
	padding-top: 10px;
	padding-left: 10px;
}

.part-header .part-more {
	width: 34px;
	font-size: 14px;
	padding-top: 15px;
}

.part-header .part-more a {
	color: #989898;
}

.part-content {
	margin: 10px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	/* Safari */
	flex-wrap: wrap;
}

.part-content .content-item {
	width: 145px;
	height: 200px;
}

.part-content .content-item img {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}


.part-list {
	padding: 10px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	/* Safari */
	flex-wrap: wrap;
	overflow: hidden;
}

.part-list .part-item {
	width: 215px;
	border: 2px solid black;
}

.part-list .part-item .item-name {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #9e9e9e;
}

.part-list .part-item img {
	display: block;
	width: 100%;
}

.part-list .part-item .item-keyword ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 220px;
	overflow: hidden;
}

.part-list .part-item .item-keyword ul li a {
	display: block;
	margin: auto;
	color: #9e9e9e;
	padding: 8px 16px;
	text-decoration: none;
}

.part-list .part-item .item-keyword ul li a:hover {
	color: white;
}


.friend-div {
	width: 100%;
	min-height: 250px;
}

.friend-div .friend-header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	text-align: center;
	color: #9e9e9e;
	background-color: black;
	border-bottom: 2px solid #8e0202;
}

.friend-div .friend-header .friend-title {
	padding-left: 25px;
	letter-spacing: 25px;
}

.friend-div .friend-list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}

.friend-div .friend-list .friend-item {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 248px;
	height: 198px;
	overflow: hidden;
}

.friend-div .friend-list .friend-item img {
	max-height: 80%;
	max-width: 80%;
}
