@charset "UTF-8";
/**
* 义乌市阳光招标采购平台建设服务项目
* date:2025-7-7
* author: xujiawei;
 */
.main {
	border-radius: 4px;
	background: #fff;
	padding: 30px 24px;
	margin-bottom: 24px;
	/* 首页模块投影 */
	box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}

.main-title {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	height: 41px;
	line-height: 41px;
	font-size: 28px;
	font-weight: 600;
}

.main-title::before,
.main-title::after {
	position: absolute;
	top: 15px;
	content: '';
	width: 309px;
	height: 11px;
}

.main-title::after {
	left: -339px;
	background: url('../images/sub_title_left.png');
}

.main-title::before {
	right: -339px;
	background: url('../images/sub_title_right.png');
}
.company-publicity-toolbar {
	margin-top: 24px;
}
.company-publicity-toolbar .project-select-box {
	width: 200px;
	margin-right: 0;
}
.company-publicity-list {
	margin-top: 40px;
	padding-bottom: 30px;
}
.company-publicity-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
}

.company-publicity-list li .area {
	flex-shrink: 0;
	border-radius: 2px;
	padding: 0 6px;
	height: 22px;
	box-sizing: border-box;
	line-height: 20px;
	border: 1px solid #114eaa;
	background: #fff;
	font-size: 12px;
	color: #114eaa;
	margin-right: 16px;
}

.company-publicity-list li a {
	display: flex;
	align-items: center;
	max-width: calc(100% - 140px);
	padding-left: 20px;
	background: url('../images/notice_item_icon_BDr8nv.png') no-repeat left center;
}

.company-publicity-list li a p {
	font-size: 16px;
}

.company-publicity-list li > span {
	flex-shrink: 0;
	color: #999;
	font-size: 16px;
}

.company-publicity-list li:hover > span {
	color: #114eaa;
}

.company-publicity-list li:hover a {
	background: url('../images/notice_iconh.png') no-repeat left center;
}

.company-publicity-list li:hover a p {
	color: #114eaa;
	font-weight: bold;
}

.company-publicity-list li + li {
	margin-top: 28px;
}

.notice-downdrop {
	width: 198px;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	background: #fff;
	height: 36px;
	line-height: 34px;
	padding: 0 6px 0 12px;
}
.notice-downdrop span {
	color: #333;
	float: left;
}

.notice-downdrop .layui-icon-down:before {
	color: #333;
}

.notice-downdrop .layui-icon-down {
	float: right;
}
.layui-form-item {
	margin-bottom: 0;
}

.company-publicity-toolbar .project-search {
	position: relative;
	margin-left: 16px;
	width: 280px;
}

.project-search input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	height: 36px;
	padding: 0px 42px 0 12px;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	background: #fff;
}

.project-search a {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../images/search_icon.png') no-repeat;
	background-size: 100% 100%;
}
