/* Banner */
.swiper {
	width: 100%;
	height: 550px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 550px;
	object-fit: cover;
}

.oil_refinery_list {
	padding: 1.5rem 10rem;
}

.oil_refinery_item {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.tagdiv_left {
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #E4002B;
	position: absolute;
	text-align: center;
	top: 1.5rem;
	left: -2.2rem;
	transform: rotate(-45deg);
	transform-origin: center;
	color: #fff;
	font-size: 1rem;
}

.tagdiv_right {
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #E4002B;
	position: absolute;
	text-align: center;
	top: 1.5rem;
	right: -2.2rem;
	transform: rotate(45deg);
	transform-origin: center;
	color: #fff;
	font-size: 1rem;
}

.oil_refinery_image {
	width: 49%;
	height: 300px;
	object-fit: cover;
}

.oil_refinery_info {
	width: 49%;
	height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.oil_refinery_info_name {
	font-size: 1.8rem;
	line-height: 1.8rem;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.oil_refinery_info_content {
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	line-height: 1.4rem;
	/* 每行的高度 */
	max-height: 7rem;
	/* 基于行数和行高的计算，例如2行则为2 * 1.2em */
}

.oil_refinery_info_address {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.dingwei {
	width: 1rem;
	height: 1rem;
}

.oil_refinery_info_button {
	display: flex;
	align-items: center;
}

.oil_refinery_info_left_button {
	padding: 20px 10px 10px 10px;
	border: 1px solid #E4002B;
	background-color: #FFFFFF;
	display: flex;
	align-items: baseline;
	vertical-align: bottom;
	line-height: 100%;
}

.label_1 {
	font-size: 1rem;
	color: #E4002B;
	margin-right: 5px;
}

.label_2 {
	font-size: 1rem;
}

.label_3 {
	font-size: 1.8rem;
}

.label_4 {
	font-size: 1rem;
}

.oil_refinery_info_right_button {
	padding: 14.2px 30px;
	background-color: #E4002B;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}


.pop_box {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #00000020;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.question_image {
	width: 22rem;
	cursor: pointer;
}

.close_box {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #E4002B;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.close_image {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.noticeindex_box {
	width: 23.8rem;
	height: 41rem;
	background-image: url('https://file.oilecom.com/uploads/20250916/82f74ccb1f3e25bb21aa33fb37bb2d2e.png');
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.notice_main_box {
	width: calc(100% - 30px);
	height: 68%;
	margin: 0 15px;
	position: absolute;
	bottom: 40px;
	left: 0;
	overflow-y: auto;
}

/*定义整体的宽度*/
.notice_main_box::-webkit-scrollbar {
	width: 0;
}

/*定义滚动条轨道*/
.notice_main_box::-webkit-scrollbar-track {
	border-radius: 5px;
}

/*定义滑块*/
.notice_main_box::-webkit-scrollbar-thumb {
	border-radius: 5px;
}

.notice_main_title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.notice_main_content span {
	font-size: 16px !important;
}