:root {
	--main-blue: #3568cc;
	--light-blue: #eaf3fc;
	--gray: #f5f5f5;
	--border: #e0e0e0;
	--text: #222;
	--muted: #888;
	--radius: 8px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p,
input,
textarea {
	padding: 0;
	margin: 0;
	outline: 0;
	font-family: "微软雅黑", Microsoft YaHei;
	background: rgba(0, 0, 0, 0);
	border: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

body {
	font-family: "Microsoft YaHei", Arial, sans-serif;
	background: #edf1f9;
	color: var(--text);
}

em,
i {
	font-style: normal;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

.header {
	background: #fff;
	width: 100%;
	min-width: 1400px;
}

.header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

.logo {}


.header-right {
	padding: 15px 0 0 0;
}

.navbox {
	height: 60px;
	position: relative;
	z-index: 9;
	margin: auto;
	background: #0444be;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	font-family: '微软雅黑';
}

.nav {
	width: 1400px;
	margin: 0 auto;
	height: 60px;
	list-style: none;
}

.nav li {
	float: left;
	height: 60px;
	position: relative;
	list-style: none;
}

.nav li.last {
	background: none;
}

.nav li a {
	text-decoration: none;
}

.nav li a span {
	float: left;
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	width: 155px;
	text-align: center;
}

.mj_hover_menu {
	text-decoration: none;
	width: 155px;
	background: #d62232;
	height: 40px;
}

.nav li.selected .submenu {
	display: block;
}

.nav li .submenu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
}

.nav li .submenu li {
	float: none;
	padding: 0;
	background: none;
	height: auto;
	border-bottom: dotted 0px #BEBEBE;
}

.mj_menu_news_bg {
	/*background:url(../image/menu_news_bg.png) no-repeat;*/
	background-color: #fff;
}

.mj_menu_news_main {
	margin: auto;
	padding: 20px;
	display: flex !important;
}

.mj_menu_news_li {
	width: 170px;
	padding: 0px 30px 0 20px;
	margin-right: 30px;
	float: left;
	border-right: solid 1px #dcdcdc;
}

.mj_menu_news_li a {
	line-height: 35px;
	font-size: 14px;
	color: #696969;
	text-decoration: none;
	display: block;
}

.mj_menu_news_li a:hover {
	color: #696969;
	text-decoration: underline;
}

.mj_menu_news_img {
	width: 300px;
	height: 200px;
	text-align: left;
	color: #bb1721;
	line-height: 30px;
	font-size: 14px;
}

.mj_menu_news_img img {
	width: 300px;
	height: 200px;
}

.mj_menu_news_li2 {
	padding: 0px 30px;
	height: 150px;
	float: right;
	border-left: solid 1px #cccccc;
}

.mj_menu_news_img2 {
	float: left;
	margin-left: 30px;
	text-align: left;
	color: #bb1721;
	line-height: 30px;
	font-size: 14px;
}

.mj_menu_news_li3 {
	padding: 0px 25px;
	height: 150px;
	float: right;
	border-left: solid 1px #cccccc;
}

.mj_menu_news_img3 {
	float: left;
	margin-left: 10px;
	text-align: left;
	color: #bb1721;
	line-height: 30px;
	font-size: 14px;
}


/*.nav {
  background: #0444be;
  height:60px;
}

.nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  position: relative;
	width:1400px;
  min-width:1400px;
    margin:0 auto;
}

.nav li {
  color: #fff;
  line-height:60px;
  font-size:18px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
  width:155px;
  text-align:center;
}

.nav li.active,
.nav li:hover {
  background: #d62232;
}

.nav li .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  color: var(--main-blue);
  min-width: 120px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-radius: 0 0 var(--radius) var(--radius);
  z-index: 10;
  width:200%;
}

.nav li:hover .submenu {
  display: block;
}

.nav li .submenu li {
  color: var(--main-blue);
  padding: 0 5px;
  background: #fff;
  border-bottom: 1px solid var(--border);
  font-size: 16px;
  line-height:45px;
  white-space: nowrap;
}

.nav li .submenu li:last-child {
  border-bottom: none;
}

.nav li .submenu li:hover {
  background: var(--light-blue);
  color: var(--main-blue);
}*/

.banner {
	height: 59vh;
	min-width: 1400px;
	overflow: hidden;
	position: relative;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-pagination {
	bottom: 30px !important;
	z-index: 1;
	text-align: center;
	display: none;
}

.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #297f44;
	opacity: 1.0;
	border-radius: 10px;
}

.banner .swiper-pagination-bullet-active {
	width: 30px;
	height: 8px;
	background-color: #fff;
}

.banner .swiper-button-prev {
	left: 30px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	opacity: 0.5;
	z-index: 101
}

.banner .swiper-button-prev:hover {
	opacity: 1.0
}

.banner .swiper-button-next {
	right: 30px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	opacity: 0.5;
	z-index: 101
}

.banner .swiper-button-next:hover {
	opacity: 1.0
}

.search-login {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -32px;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: 0 2px 8px rgba(57, 119, 214, 0.06);
	padding: 20px;
	position: relative;
	z-index: 2;
}

.search-box {
	display: flex;
	align-items: center;
	border: 1px solid var(--main-blue);
	border-radius: 50px;
	font-size: 16px;

}

.search-box select {
	border-radius: 50px;
	width: 70px;
	padding: 8px 5px 8px 12px;
	border: 0;
	outline: none;
	margin-left: 10px;
}

.search-box input {
	width: 300px;
	padding: 10px 12px;
	border: 0;
	border-radius: var(--radius) 0 0 var(--radius);
	outline: none;
}


.search-box button {
	padding: 12px 30px;
	border: none;
	font-size: 16px;
	background: var(--main-blue);
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
}

.search-box button img {
	width: 16px;
	margin-right: 7px;
}

.login-box button {
	margin-left: 12px;
	padding: 10px 60px;
	border: none;
	border-radius: 50px;
	border: 1px solid #d62232;
	background: #d62232;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s;
	font-size: 18px;
}

.login-box .register {
	background: #fff;
	color: #fff;
	border: 1px solid var(--main-blue);
	background: var(--main-blue);
}

.search-type {
	display: flex;
	align-items: center;
	margin-right: 12px;
	gap: 8px;
}

.search-type label {
	font-size: 15px;
	color: var(--main-blue);
	cursor: pointer;
}

.search-type input[type="radio"] {
	margin-right: 3px;
}


.quick-links {
	display: flex;
	justify-content: space-between;
	margin: 22px auto;
	gap: 12px;
	background-color: #fff;
	padding: 20px;
}

.quick-link {
	flex: 1;
	text-align: center;
	padding: 15px 0;
	border-radius: var(--radius);
	font-size: 18px;
	color: #333;
	cursor: pointer;
	transition: background 0.2s;
	text-align: center;
	transition: all .5s;
}

.quick-link img {
	display: block;
	margin: 0 auto 12px auto;
	transition: all .5s;
}

.quick-link:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
}

.quick-link span {
	line-height: 30px;
}

.quick-link:hover {
	background: #eaf3fc;
	font-size: 18px;
	transition: all .5s;
}

/* 信息卡片整体居中 */
.center-content {
	display: flex;
	justify-content: center;
	/*  align-items: flex-start;
*/
	gap: 22px;
}

.center-content>.auction-hall,
.center-content>.news {
	margin: 0;
	height: 472px;
}

.main-content {
	margin-bottom: 22px;
}

.auction-hall,
.news,
.project {
	background: #fff;
	padding: 24px;
	flex: 2.5;
}

.news {
	flex: 1;
}

.tabbox {
	width: 100%;
}

.tabbox .tabbtn {
	height: 46px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.tabbox .tabbtn li {
	float: left;
	margin-right: 15px;
}

.tabbox .tabbtn li a {
	display: block;
	float: left;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #333333;
}

.tabbox .tabbtn p {
	text-align: center;
	float: right;
	line-height: 32px;
}

.tabbox .tabbtn p a {
	color: #5465b3;
	font-size: 16px;
	font-weight: normal;
}

.tabbox .tabbtn li.current a,
.tabbox .tabbtn li.current span {
	color: #0f50a8;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #0f50a8;
	padding-bottom: 14px;
}

.tabbox .tabcon {
	display: block;
	overflow: hidden;
}

.tabbox .tabcon ul li {
	font-size: 15px;
	line-height: 52px;
	height: 52px;
	color: #333;
	background-image: url(../image/li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom: 1px dotted #e5e5e5;
	clear: both;
}

.tabbox .tabcon ul li a {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.tabbox .tabcon ul li a:hover {
	color: #0e87d2;
}

.tabbox .tabcon ul li span {
	color: #b1b1b1;
	float: right;
	font-size: 14px;
	margin-left: 15px;
}

.tabbox .tabcon ul li span a {
	color: #999;
}

.auction-title {
	height: 47px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;

}

.auction-title span {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	line-height: 47px;
	background: url(../image/title.png) no-repeat center center;
	width: 377px;
	min-width: 377px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.auction-title span::before {
	position: absolute;
	content: "";
	width: 252px;
	height: 19px;
	background: url(../image/tl01.png) no-repeat;
	top: 50%;
	transform: translateY(-50%);
}

.auction-title span::after {
	position: absolute;
	content: "";
	width: 252px;
	height: 19px;
	background: url(../image/tl02.png) no-repeat;
	top: 50%;
	transform: translateY(-50%);
}

.auction-title span::before {
	right: calc(100%);
}

.auction-title span::after {
	left: calc(100%);
}

.section-title {
	height: 46px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-title span {
	color: #0f50a8;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #0f50a8;
	padding-bottom: 14px;
}

.section-title p {
	color: #5465b3;
	font-size: 16px;
	padding-bottom: 14px;
}

.section-title p a {
	color: #5465b3;
}



.auction-hall table,
.table-section table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

/*.auction-hall th, .auction-hall td,
.table-section th, .table-section td {
  border: 1px solid var(--border);
  padding: 8px 6px;
  text-align: center;
}*/
.auction-hall table {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	background: linear-gradient(to top, #eef2f9, #fff);
}

.auction-hall thead {
	background-color: #1890ff;
	color: #fff;
}

.auction-hall tr {
	border-bottom: 1px dotted #ced9e7;
	text-align: center;
}

.auction-hall td,
.auction-hall th {
	padding: 15px 10px;
}

/*.auction-hall tr:last-child{ border-bottom:0;}
*/
.status {
	color: #e74c3c;
	font-weight: bold;
}

.tables {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 22px;
}

.table-section {
	background: #fff;
	padding: 25px;
}

.table-section thead {
	background-color: #edf1f9;
}

.table-section tr {
	border-bottom: 1px dotted #e5e5e5;
	line-height: 50px;
	text-align: center;
}

.table-section tbody tr:hover,
.auction-hall tbody tr:hover {
	position: relative;
}

.table-section tbody tr:hover::after,
.auction-hall tbody tr:hover::after {
	position: absolute;
	content: "";
	width: calc(100% - 5px);
	;
	height: 100%;
	background-color: #fff;
	border: 2px solid #1890ff;
	box-shadow: 0px 2px 20px rgba(0, 74, 142, 0.12);
	left: 0;
	top: -2px;
	transition: all .5s;
}

.table-section td,
.auction-hall td {
	position: relative;
	z-index: 9;
}

.table-section td a,
.auction-hall td a {
	display: flex;
	width: 100%;
	justify-content: center;
	color: #333;
	width: 100%;
}

.footer {
	width: 100%;
	min-width: 1400px;
	background: #004eb7;
	color: #fff;
	padding: 25px 0;
	text-align: center;
	border-top: 1px solid #0060e0;
}

.footer-info {
	display: flex;
	justify-content: space-between;
}

.footer-info i {
	width: 1px;
	height: auto;
	background-color: #2e6ec4;
}

.footer-info ul {}

.footer-info ul li {
	font-size: 14px;
	color: #a1c7ee;
	line-height: 35px;
	text-align: left;
}

.link {
	width: 100%;
	min-width: 1400px;
	background: #0654cd;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

.g_links_box {
	height: 40px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.g_links_box .m_links_box {
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 22px;
}

.g_links_box .m_links_box .m_links_module {
	float: left;
	color: #fff;
	position: relative;
	flex: 1;
	border: 1px solid #227ad3;
}

.g_links_box .m_links_box .m_links_module img {
	float: left;
	margin-top: 7px;
	margin-left: 45px;
}

.g_links_box .m_links_box .m_links_module span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 400px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	color: #b9cbe7;
	padding-left: 20px;
	background: url(../image/jt.png) no-repeat right center;
	background-size: 12px auto;
}

.g_links_box .m_links_box .m_links_module:hover span {
	background-image: url(../image/jt2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.g_links_box .m_links_box .m_links_module i {
	height: 60px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	line-height: 60px;
	color: #dbdbdb;
	font-style: normal;
	padding-left: 10px;
	float: right;
}

.g_links_box .m_links_box .m_links_module ul {
	position: absolute;
	top: -200px;
	left: 0;
	border: 1px solid #ccc;
	width: 100%;
	height: 200px;
	z-index: 99999;
	background: #fff;
	font-size: 14px;
	line-height: 28px;
	overflow-y: auto;
	display: none;
	text-align: left;
}

.g_links_box .m_links_box .m_links_module1 ul {
	left: 0px;
}

.g_links_box .m_links_box .m_links_module:hover ul {
	display: block;
}

.g_links_box .m_links_box .m_links_module li {
	padding: 5px 10px;
	line-height: 28px;
}

.g_links_box .m_links_box .m_links_module li a {
	color: #333;
	display: block;
}

.g_links_box .m_links_box .m_links_module li:hover {
	background: #ccc;
}

/* 响应式布局 */
@media (max-width: 900px) {
	/*  .center-content {
    flex-direction: column;
    align-items: stretch;
  }
  .main-content {
    flex-direction: column;
  }
  .auction-hall, .news {
    width: 100%;
  }
  .quick-links {
    flex-wrap: wrap;
    gap: 8px;
  }
  .quick-link {
    min-width: 45%;
    margin-bottom: 8px;
  }
*/
}

@media (max-width: 600px) {
	/*  .container {
    padding: 0 4px;
  }
  .header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .nav ul {
    flex-wrap: wrap;
    font-size: 14px;
  }
  .banner {
    height: 120px;
  }
  .banner-text h2 {
    font-size: 18px;
  }
  .search-login {
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }
  .search-box input {
    width: 100px;
  }
  .quick-links {
    flex-direction: column;
    gap: 8px;
  }
  .quick-link {
    min-width: 100%;
    font-size: 15px;
  }
  .tables {
    gap: 12px;
  }
  .table-section {
    padding: 8px;
  }
*/
}


.pro-left {
	background: #fff;
	padding: 0px;
	flex: 1;
}

/*.pro-left{float: left;width: 280px;border-radius: 10px;overflow: hidden;box-sizing: border-box;box-shadow: 0px 10px 10px #f7f7f7;    border: 1px solid #eee;}
*/
.pro-left .left-title {
	background: linear-gradient(to right, #0444be, #2782f1);
	padding: 20px 0 20px 35px;
}

.pro-left .left-title:before {
	content: "";
	position: relative;
	display: block;
	width: 23px;
	height: 23px;
	float: right;
	margin: 5px 30px 0 0;
	background: url(../image/cpioc.png) left center no-repeat;
	background-size: 100%;
}

.pro-left .left-title h1 {
	font-size: 22px;
	color: #fff;
	line-height: 35px;
	font-weight: bold;
}

.pro-left .left-title span {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	opacity: 0.5;
}

.pro-left .left-category ul li {
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
	color: #333;
	border-bottom: 1px solid #eee;
	padding: 15px 35px;
	background: url(../image/zj.png) 90% center no-repeat;
	background-size: 25px 25px;
}

.pro-left .left-category ul li.on {
	background-color: #2782f1;
	color: #fff;
	background-image: url(../image/zj2.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: 90% center;
}

.pro-left .left-category ul li:hover {
	background-color: #2782f1;
	background-image: url(../image/zj2.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: 90% center;
	transition: all .5s;
	-webkit-transition: all .5s;
	color: #fff;
}

.rightlist {
	background: #fff;
	padding: 30px 35px;
	flex: 4;
}


.list2 ul li {
	color: #333333;
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #eaeaea;
	text-overflow: ellipsis;
	background-image: url(../image/li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0 15px 18px;
}

.list2 ul li a {
	color: #333333;
}

.list2 ul li span {
	color: #666;
	float: right;
	font-size: 14px;
	margin-left: 30px;
}

.list2 ul li span a {
	color: #666;
}

.pagination {
	padding-top: 30px;
	text-align: center;
	width: 100%;
	float: left;
	font-size: 16px;
	color: #666;
}

.pagination ul li {
	float: left;
}

.pagination a,
.pagination span {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	_display: inline;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;
}

.pagination a.prev,
.pagination a.next {
	padding: 0 15px;
}

.pagination a:hover,
.pagination a.cur,
.pagination a.active,
.pagination li.active a,
.pagination li.active a:hover,
.pagination span {
	font-weight: bold;
	color: #fff;
	border: 1px solid #1258AD;
	background-color: #1258AD;
}


.conText {
	background: #fff;
	padding: 40px;
}

.showTitle {
	width: 95%;
	margin: 40px auto 0 auto;
	font-size: 26px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.showInfo {
	color: #999;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px 0 10px 0;
	margin-bottom: 30px;
	text-align: center;
}

.showInfo i {
	margin-right: 10px
}

.showview {
	line-height: 37px;
	color: #333;
	font-size: 16px;
	text-align: justify;
}

.main-news {
	display: flex;
	justify-content: space-between;
	margin: 22px auto;
	gap: 12px;
	background-color: #fff;
	padding: 24px;
}

.kjnews {
	width: 660px;
}

.tabboxkj {
	width: 100%;
}

.tabboxkj .tabbtnkj {
	height: 46px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.tabboxkj .tabbtnkj li {
	float: left;
	margin-right: 15px;
}

.tabboxkj .tabbtnkj li a {
	display: block;
	float: left;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #333333;
}

.tabboxkj .tabbtnkj p {
	text-align: center;
	float: right;
	line-height: 32px;
}

.tabboxkj .tabbtnkj p a {
	color: #5465b3;
	font-size: 16px;
	font-weight: normal;
}

.tabboxkj .tabbtnkj li.currentkj a,
.tabboxkj .tabbtnkj li.currentkj span {
	color: #0f50a8;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #0f50a8;
	padding-bottom: 14px;
}

.tabboxkj .tabconkj {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0px;
}

.topnew {
	width: 100%;
	margin: 10px 0;
}

.topnew h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 5px;
	color: #d62232;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topnew p {
	font-size: 14px;
	line-height: 23px;
	color: #737373;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabboxkj .tabconkj ul li {
	font-size: 16px;
	line-height: 52px;
	height: 52px;
	color: #333;
	background-image: url(../image/li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom: 1px dotted #e5e5e5;
	clear: both;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabboxkj .tabconkj ul li a {
	color: #000;
}

.tabboxkj .tabconkj ul li a:hover {
	color: var(--main-blue);
}

.tabboxkj .tabconkj ul li span {
	color: #b1b1b1;
	float: right;
	font-size: 14px;
	margin-left: 15px;
}

.tabboxkj .tabconkj ul li span a {
	color: #999;
}

.news-swiper {
	width: 660px;
	height: 470px;
	overflow: hidden;
	position: relative;
}

.news-swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.news-swiper .swiper-slide a img {
	width: 660px;
	height: 470px;
}

.news-swiper .details {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 66px;
	display: flex;
	align-items: flex-end;
	color: #fff;
}

.news-swiper .details .date {
	width: 66px;
	height: 66px;
	background: linear-gradient(151.62deg, #2782f1 5.44%, #0444be 61.64%);
	padding-top: 14px;
	line-height: 18px;
	font-size: 24px;
}

.news-swiper .details p+p {
	margin-top: 9px;
	font-size: 12px;
}

.news-swiper .details .title {
	width: calc(100% - 66px);
	height: 50px;
	line-height: 50px;
	background: linear-gradient(90deg, rgba(23, 42, 92, 0.8) 2.38%, rgba(23, 42, 92, 0.3) 96.19%);
	text-align: left;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-swiper .swiper-pagination {
	position: absolute;
	text-align: right;
	right: 15px;
	left: auto !important;
	z-index: 9;
	bottom: 15px;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.news-swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.36;
	border-radius: 0;
}

.news-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}

.details {
	text-align: center;
	color: #a4a4a4;
	line-height: 21px;
	margin-top: 17px;
}

.details a {
	color: #a4a4a4;
}

.details>div+div {
	margin-top: 8px;
}

.details>div>span+span {
	margin-left: 32px;
}

.details .code {
	position: relative;
}

.details .code::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #a0a0a0;
	left: -17px;
	top: 50%;
	transform: translateY(-50%);
}

.tabboxpj {
	width: 100%;
}

.tabboxpj .tabbtnpj {
	height: 53px;
	background-color: #e6ecff;
	margin-bottom: 10px;
}

.tabboxpj .tabbtnpj li {
	float: left;
}

.tabboxpj .tabbtnpj li a {
	display: block;
	float: left;
	line-height: 53px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #333333;
	padding: 0 60px;

}

.tabboxpj .tabbtnpj p {
	text-align: center;
	float: right;
	line-height: 53px;
	margin-right: 10px;
}

.tabboxpj .tabbtnpj p a {
	color: #5465b3;
	font-size: 16px;
	font-weight: normal;
}

.tabboxpj .tabbtnpj li.currentpj a,
.tabboxpj .tabbtnpj li.currentpj span {
	color: #fff;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	background: linear-gradient(to right, #0444be, #2782f1);
}

.tabboxpj .tabconpj {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0px;

}


.section-video {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	gap: 20px;
}

.section-video div {
	width: 320px;
	height: 210px;
	overflow: hidden;
	position: relative;
}

.section-video div img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all .5s;
}

.section-video div:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
}

.section-video div span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 80px;
	left: 140px;
	z-index: 9;
}


.videolist {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-top: 20px;
	gap: 42px;
}

.videolist li {
	width: 320px;
	height: 250px;
	overflow: hidden;
}

.videolist li div {
	width: 320px;
	height: 210px;
	overflow: hidden;
	position: relative;

}

.videolist li div img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all .5s;
}

.videolist li div:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
}

.videolist li div span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 80px;
	left: 140px;
	z-index: 9;
}

.videolist li p {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.videolist li p a {
	color: #333;
}


.section-title2 {
	height: 30px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-title2 p {
	color: #5465b3;
	font-size: 16px;
	padding-bottom: 14px;
}

.section-title2 p a {
	color: #5465b3;
}

.bjText {
	background: #fff;
	padding: 45px 50px 45px 75px;
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.bjText i {
	position: absolute;
	width: 10px;
	height: 100%;
	background-color: #315ec1;
	left: 0px;
	top: 0px;
}

.bjText-title {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
	align-items: center;
}

.bjText-title h1 {
	font-size: 34px;
	font-weight: bold;
	color: #333;
	line-height: 45px;
	flex: 2;
}

.bjtime {
	flex: 1;
	background: url(../image/bjtime.png) no-repeat;
	height: 104px;
	min-width: 422px;
}

.timeico {
	float: left;
	height: 100px;
	width: 85px;
	margin-right: 25px;
}

.timeico span {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 50px;
	display: block;
	margin: 25px auto;
}

.status-name {
	margin-top: 13px;
	font-size: 18px;
	line-height: 38px;
}

.status-txt {
	color: #e03f3f;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}

.bjText-bidding {
	display: flex;
	justify-content: space-between;
}

.orange {
	color: #ff6920;
}

.red {
	color: #e03f3f;
}

.f30 {
	font-size: 36px;
	font-weight: bold;
}

.bjText-left li {
	font-size: 16px;
	line-height: 45px;
	color: #646464;
}

.bjText-right {
	background-color: #f6f6f6;
	width: 900px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.bjText-right::before {
	position: absolute;
	content: "";
	width: 28px;
	height: 27px;
	background: url(../image/cj.png) no-repeat;
	top: 0;
	left: 0;
}

.bjText-right::after {
	position: absolute;
	content: "";
	width: 28px;
	height: 27px;
	background: url(../image/cj2.png) no-repeat;
	right: 0;
	bottom: 0;
}

.bjText-right .bidding_now {
	/* background-color: #f3f3f3; */
	background: linear-gradient(180deg, #fff 0%, #e4e4e4 100%);
	padding: 10px 20px;
	border: solid 1px #ededed;
	border-bottom: 1px solid #fff;
	display: flex !important;
	justify-content: space-between;
}

.bjText-right .bidding_now li {
	font-size: 18px;
	line-height: 50px;
	color: #333;
	flex-grow: 1;
	display: flex !important;
}

.bjText-right .bidding_operas {
	flex-grow: 1;
	-ms-flex-positive: 1;
	padding: 0 20px 20px;
	min-height: 200px;
	background-image: linear-gradient(#f6f6f6, #f6f6f6), linear-gradient(#fff0e5, #fff0e5);
	background-blend-mode: normal, normal;
	border-radius: 3px;
	position: relative;
	border: solid 1px #ededed
}

.bjText-right .bidding_operas .proj-price-tips {
	font-size: 18px;
	color: #333
}

.bjText-right .bidding_operas .proj-price-tips img {
	width: 20px;
	height: 20px;
}

.bjText-right .bidding_operas .proj-price-tips img {
	margin-right: 5px
}

.bjText-right .bidding_operas .proj-price-tips em#isTopBidder {
	font-weight: bold;
	color: #e72828
}

.proj_price_cont#normalBidArea {
	margin-top: 15px;
	display: flex !important;
	flex-direction: column;
}

.proj_price_cont .add_money_btn {
	margin-bottom: 15px;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	font-size: 12px;
	display: flex !important;
	justify-content: space-between;
}

.proj_price_cont .add_money_btn.font-size-1,
.proj_price_cont .add_money_btn.font-size-2,
.proj_price_cont .add_money_btn.font-size-3 {
	font-size: 18px
}

.proj_price_cont .add_money_btn.font-size-4,
.proj_price_cont .add_money_btn.font-size-5,
.proj_price_cont .add_money_btn.font-size-6 {
	font-size: 20px
}

.proj_price_cont .add_money_btn.font-size-7,
.proj_price_cont .add_money_btn.font-size-8,
.proj_price_cont .add_money_btn.font-size-9 {
	font-size: 17px
}

.proj_price_cont .add_money_btn.font-size-10,
.proj_price_cont .add_money_btn.font-size-11,
.proj_price_cont .add_money_btn.font-size-12 {
	font-size: 14px
}

.proj_price_cont .price_lab {
	font-size: 16px;
}

.proj_price_cont .add_money_btn .multiple-btn {
	padding: 0 35px;
	height: 46px;
	background-image: linear-gradient(#fffefe, #fff0ed), linear-gradient(#e5e5e5, #e5e5e5);
	background-blend-mode: normal, normal;
	border-radius: 3px;
	border: solid 1px #f0b6af;
	color: #db1a00;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold
}

.proj_price_cont .submit_bid {
	padding: 20px 0 20px;
	border-top: 1px dashed #ccc;
	position: relative;
	display: flex !important;
	justify-content: space-between;
}

.proj_price_cont .submit_bid+.submit_bid {
	padding-bottom: 0
}

.proj_price_cont .submit_bid .input_money {
	height: 46px;
	display: flex !important;
	align-items: center;
}

.proj_price_cont .submit_bid .input_money .text {
	font-size: 16px;
	margin-right: 10px
}

.proj_price_cont .submit_bid .input_money .input_div {
	width: 250px;
	height: 46px;
	border-radius: 3px;
	border: solid 1px #ccc;
	display: inline-flex;
	justify-content: center;
	background-color: #fff
}

.proj_price_cont .submit_bid .input_money .input_div input {
	width: 140px;
	padding-left: 14px;
	font-size: 18px
}

.proj_price_cont .submit_bid .input_money .input_div .line {
	padding: 12px
}

.proj_price_cont .submit_bid .input_money .input_div .unit {
	color: #db1a00;
	font-size: 18px;
	font-weight: bold;
	padding-right: 5px;
	line-height: 42px
}

.proj_price_cont .submit_bid .input_money .submit_bid_btn {
	padding: 0 25px;
	height: 46px;
	font-size: 18px;
	background-color: #db1a00;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px
}

.proj_price_cont .submit_bid .other_operas {

	display: flex !important;
	align-items: center;
}

.proj_price_cont .submit_bid .other_operas #authorityBtn {
	margin-left: 10px
}


.proj_price_cont .submit_bid .other_operas .price_sub_btn {
	padding: 0 15px;
	height: 46px;
	background-color: #2c79e1;
	border-radius: 3px;
	border: solid 1px #2c79e1;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer
}

.proj-end-status,
.parent-of-dl {
	height: 100%;
	display: flex !important;
	justify-content: center;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.proj-end-status dl,
.parent-of-dl dl {
	line-height: 22px
}

.proj-end-status dl dt,
.parent-of-dl dl dt {
	line-height: 36px;
	font-size: 24px;
	font-weight: bold;
	color: #db1a00;
}

.proj-end-status dl dd,
.parent-of-dl dl dd {
	padding-left: 20px;
	color: #db1a00
}

.proj-end-status p,
.parent-of-dl p {
	color: #666;
	line-height: 40px
}

.proj-end-status p em,
.parent-of-dl p em {
	color: #db1a00
}

.proj-end-status p em:not(.small),
.parent-of-dl p em:not(.small) {
	font-size: 20px;
	font-weight: bold
}

.bjview {
	background: #fff;
	position: relative;
	display: block;
	padding-bottom: 50px;
	margin-bottom: 60px;
}

.product-box {
	width: 100%;
	height: auto;
}

.nav-height {
	position: relative;
	height: 60px;
}

.nav-box {
	width: 1400px;
	height: 60px;
	margin: 0 auto;
	background: #ddeaff;
}

.nav-box.navFix {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -700px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #e3e3e3\9;
	z-index: 2014;
}

.nav-box ul {
	padding: 0;
	margin: 0 auto;
	width: 1400px;
	display: block;
	/*border-bottom: 2px solid #eee;*/
}

.nav-box.navFix ul {
	border-bottom: 0;
}

.nav-box li {
	display: inline-block;
	text-align: left;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	position: relative;
}

.nav-box li a {
	display: block;
	padding: 0 40px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

/* .nav-box li a:before{content:" ";width:1px;height:24px;border-right: 1px solid #ee8800;position: absolute;top:16px;left:-2px;}
.nav-box li a.active:before{content:" ";width:0px;border: none;} */
.nav-box li:first-child a:before {
	content: " ";
	width: 0px;
	border: none;
}

.nav-box li a:hover {
	/*border:1px solid #ee8800;*/
}

.nav-box li a.active {
	color: #fff;
	background: linear-gradient(180deg, #4189ef 0%, #2c4fb1 100%);
}

.nav-mobile {
	display: none;
	font-weight: bold;
	width: 100%;
}

.click-me {
	width: 150px;
	height: 30px;
	background: #4680d1;
	color: white;
	text-align: center;
	line-height: 30px;
}

.click-me a {
	display: block;
	color: white;
}

.section-content {
	padding-top: 30px;
	min-height: 300px;
	width: 1300px;
	margin: auto;
	text-align: center;
}

.product-tit {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}

.product-tit i {
	width: 35px;
	height: 3px;
	background: #d91615;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.product-tit h3 {
	display: inline-block;
	font-size: 20px;
	color: #2c2c2c;
	text-align: left;
}

.product-list {
	width: 100%;
	margin-top: 10px;
}

.bid_record_div .record-list {
	border: solid 1px #e1e1e1;
}

.bid_record_div .record-list li {
	font-size: 16px;
	height: 45px;
	color: #646464;
	background-color: #edf1f9;
	border-bottom: 1px dashed #dadfe4;
	display: flex !important;
	align-items: center;
	justify-content: space-around;
}

.bid_record_div .record-list li p {
	width: 25%;
	text-align: center
}

.bid_record_div .record-list #projPriceList li {
	background-color: #fff
}

.bid_record_div .record-list #projPriceList li.red-line {
	color: red
}

.pagination2 ul {
	list-style: none;
	padding-left: 0
}

.pagination2 ul li {
	padding: 0 10px;
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
	min-width: 36px;
	min-height: 28px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	color: #666;
	border-radius: 6px;
	margin: 0 1px;
	border: 1px solid #ededed;
	height: 30px
}

.pagination2 ul li:not(.totalPage):hover {
	background-color: #666;
	color: #fff
}

.pagination2 ul li.active {
	background: #008be3;
	border: #008be3;
	color: #fff;
	cursor: not-allowed
}

.pagination2 ul li.active:hover {
	background: #008be3
}

.pagination2 li.disabled {
	cursor: not-allowed
}

.pagination2 li.totalPage {
	background: 0 0;
	cursor: default;
	border: 0;
	padding: 0 6px
}

.pagination2 li input {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #ededed;
	color: #008be3;
	display: inline-block;
	padding: 3px 5px;
	transition: border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 40px;
	height: 25px;
	margin: 0 6px
}

.pagination2 li input:focus {
	border-color: #666
}

.pagination2 {
	user-select: none;
	margin: 30px 0;
	text-align: center
}

.pagination2 ul:nth-child(2) {
	border-radius: 6px
}


.pro_node_tab {
	width: 100%;
	table-layout: fixed;
	text-align: left;
}

.pro_node_tab tr {}

.pro_node_tab td {
	border: 1px solid #d5d5d5;
	font-size: 16px;
	padding: 10px 10px;
	line-height: 30px;
}

.pro_node_tab td.title {
	background: #f1f6ff;
	text-align: right;
	color: #797979;
}

.pro_node_tab td.title2 {
	text-align: center;
	font-weight: bold;

}



#imglist {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 22px;
}

#imglist li {
	width: 238px;
	height: 210px;
}

#imglist li img {
	width: 238px;
	height: 170px;
	overflow: hidden;
	position: relative;
}


#imglist li p {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}

#imglist li p a {
	color: #333;
}

.fccontainer {
	background: #fff;
	padding: 45px 50px;
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.fclist {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-top: 20px;
	gap: 42px;
}

.fclist li {
	width: 320px;
	height: 330px;
	overflow: hidden;
	border-radius: var(--radius);
}

.fclist li .item-pic {
	width: 320px;
	height: 220px;
	overflow: hidden;
	position: relative;

}

.fclist li .item-pic img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all .5s;
}

.fclist li:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
}

.fclist li .item-body {
	border-radius: 0 0 8px 8px;
	padding: 16px 10px 16px 18px;
	height: 110px;
	border: 1px solid #e5e5e5;
}

.fclist li:hover .item-body {
	background-color: #e5e5e5;
	transition: all .5s;
}

.fclist li .item-body p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fclist li .item-body span {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: left;
}

.fclist li .item-body span em {
	font-size: 22px;
	color: #d62232;
	font-weight: bold;
}

.fcText-right {
	width: 50%;
	height: auto;
	padding: 20px 0 20px 40px;
	display: inline-block;
}

.fcText-title {
	width: 100%;
	height: auto;
	min-height: 40px;
	max-height: 80px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	word-break: break-all;
	position: relative;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto 20px;
	padding: 0 0 0 20px;
}

.fcText-title i {
	display: block;
	width: 4px;
	height: 26px;
	margin: 0;
	padding: 0;
	background-color: #c7000a;
	position: absolute;
	left: 0px;
	top: 7px;
}

.fcText {
	margin-bottom: 30px;
}

.fcText li {
	font-size: 16px;
	line-height: 45px;
	color: #999;
}

.fcText li em {
	color: #333;
}

.fcpic {
	width: 640px;
	overflow: hidden;
}

.large_box {
	margin-bottom: 10px;
	width: 640px;
	height: 427px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}

.large_box li {
	width: 640px;
	height: 427px;
	text-align: center;
}

.large_box li img {
	height: 100%;
	margin: 0 auto;
}

.small_box {
	width: 640px;
	height: 73px;
	overflow: hidden;
}

.small_list {
	position: relative;
	float: left;
	width: 580px;
	height: 73px;
	overflow: hidden;
}

.small_list ul {
	height: 73px;
	overflow: hidden;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 110px;
}

.small_list ul li img {
	display: block;
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 73px;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.small_list ul li.on .bun_bg {
	display: block;
}

.btn {
	display: block;
	width: 20px;
	height: 73px;
	background-color: #777;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.btn:hover {
	background-color: #e7000e;
}

.left_btn {
	float: left;
	margin-right: 10px;
	background-image: url(../image/left_btn.png);
}

.right_btn {
	float: right;
	background-image: url(../image/right_btn.png);
}

.fcText-right .submit_btn {
	padding: 0 50px;
	height: 46px;
	font-size: 18px;
	background-color: #db1a00;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
}

.fcbid_record_div {
	font-size: 16px;
	line-height: 35px;
	text-align: left;
}

.fccontainer {
	background: #fff;
	padding: 45px 50px;
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.fclist {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-top: 20px;
	gap: 42px;
}

.fclist li {
	width: 320px;
	height: 360px;
	overflow: hidden;
	border-radius: var(--radius);
	position: relative;
}

.fclist li .item-pic {
	width: 320px;
	height: 220px;
	overflow: hidden;
	position: relative;

}

.fclist li .item-pic img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all .5s;
}

.fclist li:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
}

.fclist li .item-body {
	border-radius: 0 0 8px 8px;
	padding: 16px 10px 16px 18px;
	height: 140px;
	border: 1px solid #e5e5e5;
}

.fclist li:hover .item-body {
	background-color: #e5e5e5;
	transition: all .5s;
}

.fclist li .item-body p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fclist li .item-body span {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: left;
	display: block;
}

.fclist li .item-body span em {
	font-size: 20px;
	color: #d62232;
	font-weight: bold;
}

.fcText-right {
	width: 50%;
	height: auto;
	padding: 20px 0 20px 40px;
	display: inline-block;
}

.fcText-title {
	width: 100%;
	height: auto;
	min-height: 40px;
	max-height: 80px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	word-break: break-all;
	position: relative;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto 20px;
	padding: 0 0 0 20px;
}

.fcText-title i {
	display: block;
	width: 4px;
	height: 26px;
	margin: 0;
	padding: 0;
	background-color: #c7000a;
	position: absolute;
	left: 0px;
	top: 7px;
}

.fcText {
	margin-bottom: 30px;
}

.fcText li {
	font-size: 16px;
	line-height: 45px;
	color: #999;
}

.fcText li em {
	color: #333;
}

.fcpic {
	width: 640px;
	overflow: hidden;
}

.large_box {
	margin-bottom: 10px;
	width: 640px;
	height: 427px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}

.large_box li {
	width: 640px;
	height: 427px;
	text-align: center;
}

.large_box li img {
	height: 100%;
	margin: 0 auto;
}

.small_box {
	width: 640px;
	height: 73px;
	overflow: hidden;
}

.small_list {
	position: relative;
	float: left;
	width: 580px;
	height: 73px;
	overflow: hidden;
}

.small_list ul {
	height: 73px;
	overflow: hidden;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 110px;
}

.small_list ul li img {
	display: block;
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 73px;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.small_list ul li.on .bun_bg {
	display: block;
}

.btn {
	display: block;
	width: 20px;
	height: 73px;
	background-color: #777;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.btn:hover {
	background-color: #e7000e;
}

.left_btn {
	float: left;
	margin-right: 10px;
	background-image: url(../image/left_btn.png);
}

.right_btn {
	float: right;
	background-image: url(../image/right_btn.png);
}

.fcText-right .submit_btn {
	padding: 0 50px;
	height: 46px;
	font-size: 18px;
	background-color: #db1a00;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.fcbid_record_div {
	font-size: 16px;
	line-height: 35px;
	text-align: left;
}

.chose-item-box {
	width: 100%;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	;
}

.fist-ul-box>li {
	padding-left: 15px;
	border-bottom: 1px dashed #e1e1e1;
	height: 47px;
	line-height: 47px;
}

.flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-moz-box-pack: start;
	-webkit--moz-box-pack: start;
	box-pack: start;
}

.chose-list-title {
	display: block;
	width: 60px;
	text-align: justify;
	-moz-text-align-last: justify;
}

.fist-ul-box>li ul li {
	color: #666;
	padding: 5px 10px;
	margin-top: 11px;
	line-height: 24px;
	height: 24px;
	padding-top: 0;
	cursor: pointer;
	margin-right: 20px;
}

.fist-ul-box>li ul .active {
	color: #fff;
	background-color: var(--main-blue);
}

.item-status {
	background-color: var(--main-blue);
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	color: #fff;
	font-size: 14px;
	height: 30px;
	right: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 310px;
	width: 70px;
	z-index: 99;
}

.progress {
	background-color: #d62232;
}

.annc-end {
	background-color: #b1b1b1;
}