.oil_refinery_list {
	/* padding: 1.5rem 10rem; */
}

.about_titles{
	width: 100%;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	font-style: italic;
	text-shadow: 0px 5px 10px #666666;
}

.about_title{
	width: 100%;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
}

.shu_icon{
	width: 50px;
	height: 20px;
}

.about_content{
	margin: 1.5rem 0;
	font-size: 1.6rem;
}

.server_box{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 1.5rem 0;
}

.server_item{
	width: calc(50% - 30px);
	height: 200px;
	padding: 15px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.server_icon{
	width: 60px;
	height: 60px;
}

.server_title{
	font-size: 1.5rem;
	margin: 10px 0;
}

.server_content{
	font-size: 1.5rem;
}

.advantage_box{
	width: 95%;
	margin: 1.5rem 0;
}

.advantage_item{
	width: 100%;
	padding: 10px 0;
	background-color: #FFFFFF;
}

.drop{
	color: #E4002B;
}
