@charset "UTF-8";

/**
* 【募投研发】下一代智慧招采平台研发项目-新点电子交易平台2020——宣城
* date:2022-10-25
* author: sxw;
 */
.local {
	height: 58px;
	line-height: 58px;
	padding-left: 23px;
	position: relative;
}

.local a {
	color: #333;
}

.local::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/trade/local.png");
}

.local .now-detail {
	color: #af2018;
}

.main-title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 0 30px;
	line-height: 40px;
}

.main-container .links {
	height: 56px;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 20px 0;
}

.main-container .links-item {
	width: 194px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	color: #fff;
	margin-left: 16px;
	font-size: 20px;
}

.main-container .links-item:nth-child(1) {
	/* background-color: #af2018;
  font-weight: bold; */
	margin-left: 0;
	/* font-size: 22px; */
}

/* .main-container .links-item:nth-child(3) {
  background-color: #e4e4e4;
  color: #666;
}
.main-container .links-item:nth-child(4) {
  background-color: #ffa928;
} */

.curinfo {
	background-color: #af2018;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
}

.haveinfo {
	background-color: #ffa928;
	cursor: pointer;
}

.noinfo {
	background-color: #e4e4e4;
	cursor: default;
}


.main-container .links-item.change {
	position: relative;
	cursor: pointer;
	background: url("../images/children/up.png") no-repeat right 9px center, #ffa928;
}

.main-container .links-item.curchange {
	position: relative;
	cursor: pointer;
	background: url("../images/children/up.png") no-repeat right 9px center, #af2018;
}

.news-items {
	width: 709px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 13px 12px 13px 20px;
	background: #ffffff;
	border: 1px solid #dddddd;
	box-shadow: 0px 4px 4px rgba(228, 228, 228, 0.25);
	font-size: 16px;
	display: none;
	cursor: auto;
}

.news-items li {
	position: relative;
	line-height: 40px;
	vertical-align: top;
}

.news-items li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background-color: #333;
	border-radius: 50%;
}

.news-items li a {
	padding-left: 12px;
	display: block;
	color: #5b5a5a;
	margin-right: 120px;
	text-align: left;
}

.news-items li .news-time {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}

.news-items li:hover a,
.news-items li:hover .news-time {
	color: #c0924b;
}

.news-items li:hover::before {
	background-color: #c0924b;
}

.main-container .links-item.change:hover .news-items {
	display: block;
}

.main-container .links-item.curchange:hover .news-items {
	display: block;
}

.main-container .content {
	font-size: 16px;
	margin-bottom: 38px;
}

.main-container .content p {
	margin-bottom: 20px;
}

.main-container .btn {
	display: inline-block;
	width: 194px;
	height: 56px;
	line-height: 56px;
	border-radius: 5px;
	background-color: #af2018;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-left: 50px;
}


.news-article-info {
	height: 34px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}
