@charset "utf-8";
/* CSS Document */

.Frame_news_module12 {}


.Frame_news_module12 ul,.Frame_news_module12  li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Frame_news_module12 .cont-flex {
	display: flex;
	justify-content: space-between;

}

.Frame_news_module12 .bidding-content{
	width: 48%; min-width: 365px;
}

.Frame_news_module12 .m-title {
	line-height: 45px;
	overflow: hidden;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}

.Frame_news_module12 .m-title .main {
	float: left;
	padding-left: 45px;
	font-size: 16px;
	font-weight: bold;
	background: no-repeat 10px center/25px auto;
	background-image: url(icon-subject2.png);
}


.Frame_news_module12 .more {
	float: right;
	color: #fff !important;
	width: 80px;
	height: 45px;
	background-color: #0e5db9;
	color: #fff;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	display: block;
}
.Frame_news_module12 .news-list li {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
  }
.Frame_news_module12 .news-intro {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}

.Frame_news_module12 .news-intro .title::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666;
	position: absolute;
	left: 20px;
	top: 18px;
}

.Frame_news_module12 .news-intro .title {
	font-size: 15px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 80%;
	padding-left: 40px;
	position: relative;
	margin: 0;
	height: 42px;
	line-height: 42px;
}

.Frame_news_module12 .news-intro .title a{color: #444;}

.Frame_news_module12 .news-intro .info {
	font-size: 13px;
	text-align: right;
  }

.Frame_news_module12 .box2 {
	border-top: 2px solid transparent;
  }
  .Frame_news_module12  .tabs-title{margin-bottom: 10px;}  
.Frame_news_module12  .tabs-title .active::before {
	background-color: #0e5db9;
  }
  .Frame_news_module12  .tabs-title .active::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: -2px;
  }
  .Frame_news_module12  .tabs-title .active{ color: #0e5db9;display: inline-block;
	margin-right: 10px;
	color: #333333;
	padding: 0px 27px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	height: 45px;
	line-height: 45px;}