@charset "UTF-8";

/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	padding: 0 50px 50px;
}

.articleBox {
	line-height: 38px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 73px;
	font-size: 32px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: left;
	position: relative;
	padding-bottom: 17px;
	border-bottom: 1px solid #efefef;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #999;
	font-size: 14px;
	line-height: 60px;
	padding: 15px 0;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
}

/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {
	display: inline-block;
	vertical-align: middle;
}

.articleShare .shareParent .shareItem {
	vertical-align: middle;
}

.articleShare .shareParent .shareFont {
	border: none;
	margin: 0;
}

.articleShare .shareParent .shareFont.icon-weibo {
	color: #aaaaaa;
	background: none;
}

.articleShare .shareParent .shareFont.icon-wechat {
	color: #aaaaaa;
	background: #none;
}

.articleShare .shareParent .shareFont.icon-qq {
	color: #aaaaaa;
	background: none;
}

.articleShare .shareParent .shareFont.icon-qq:hover {
	color: #56b6e7;
	background: none;
}

.articleShare .shareParent .shareFont.icon-wechat:hover {
	color: #7bc549;
	background: none;
}

.articleShare .shareParent .shareFont.icon-weibo:hover {
	color: #ff763b;
	background: none;
}

/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {
	width: 900px;
	height: 600px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 900px;
	height: 600px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 900px;
	height: 600px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 900px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 9;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #378038;
	background: #378038;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9;
	background: url(../images/common/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	background: url(../images/common/file/file.png) no-repeat left center;
	color: #666
}

.articleHand a.word {
	background: url(../images/common/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/common/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/common/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/common/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/common/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #378038;
}

.articlePage a.hover {
	color: #fff;
	background: #378038;
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	display: block;
	height: 72px;
	line-height: 72px;
	color: #999999;
	font-size: 16px;
	background: #f9f9f9;
	padding: 0 20px;
}

.articlePageBox {
	float: left;
	display: inline;
	width: 50%;
}

.articlePageBox.next {
	text-align: right;
}

.articlePageBox span.iconfont {
	font-size: 20px;
	color: #808080;
}

.articlePageBox a {
	overflow: hidden;
}

.articlePageBox:hover span {
	color: #378038;
}

/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
}

.newsAudio .audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.newsAudio .audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}

.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.newsAudio .audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../components/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../components/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../components/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../components/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo {
	width: 600px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

.newsViewVideo #col1mui-player {
	height: 100% !important;
	cursor: pointer;
}

.newsViewVideo #muiPlaybtn {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/play.png) no-repeat center center;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}

/* ————— 视频 end ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 全图列表 start ========== */
/* 全图列表1 start */
.imgList1 {
	overflow: hidden;
	margin: 0 -10px;
}

.imgList1 dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.imgList1 dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 30px 0 0;
	border-radius: 5px;
	overflow: hidden;
}

.imgList1 dd .con .pic::before {
	padding-top: 56.563462%;
}

.imgList1 dd .con .pic .newPic {
	position: absolute !important;
	left: 0;
	top: 0;
}

.imgList1 dd .con .text {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList1 dd .con:hover .text {
	color: #378038;
}

/* 全图列表1 end */
/* 视频列表 start */

/* 视频列表 end */
/* 资质荣誉 start */

/* 资质荣誉 end */
/* 期刊杂志 start */
/* 期刊杂志 end */
/* 数字报纸 start */
/* 数字报纸 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
/* 图文列表1 end */
/* 图文列表2 start */
/* 图文列表2 end */
/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/* 全文列表1 start */
/* 全文列表1 end */
/* 全文列表2 start */
/* 全文列表2 end */
/* ========== 文字列表 end ========== */
/* ========== 瀑布流 start ========== */
/* 纵向瀑布流start */
/* 纵向瀑布流end */
/* 横向瀑布流start */
/* 横向瀑布流end */
/* ========== 瀑布流 end ========== */
/* ————— 公用表单 start ————— */
.input {
	border: 1px solid #ddd;
	padding: 0 10px
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}

.textarea {
	border: 1px solid #ddd;
	padding: 5px 10px
}

.textarea textarea {
	border: none;
	background: none;
	width: 100%;
	height: 120px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

a.formBtn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	padding: 0 30px;
	margin: 0 5px;
}

a.formBtn:hover {
	opacity: .9;
}

.formYzm .input {
	width: 50%;
	float: left;
	display: inline;
}

.formYzm .yzmImg {
	width: 118px;
	height: 38px;
	border: 1px solid #ddd;
	background: #ddd;
	float: left;
	display: inline;
	margin-left: 20px;
}

.formYzm .yzmImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.formSubBtn {
	font-size: 0;
	text-align: left;
	margin: 0 -5px;
}

.formSubBtn a {
	padding: 0 40px;
	border-radius: 5px;
}

.formSubBtn a.submit {
	background: #378038;
	color: #FFF;
}

.formSubBtn a.reset {
	background: #ddd;
	color: #8b8b8b;
}

/* ————— 公用表单 end ————— */
/* ========== 留言 start ========== */
/* 留言展示列表start */
/* 留言展示列表end */
/* 留言表单start */
/* 留言表单end */
/* ========== 留言 end ========== */
/* ========== 招聘 start ========== */
/* 列表start */
/* 列表end */
/* 表单start */
/* 表单end */
/* ========== 招聘 end ========== */
/* ========== 联系我们 start ========== */
/* ========== 联系我们 end ========== */
/* ========== 问卷调差 start ========== */
/* 问卷列表 start */
/* 问卷列表 end */
/* 问卷调查 start*/
/* 问卷调查 end*/
/* 问卷详情 start*/
/* 问卷详情 end*/
/* ========== 问卷调查 end ========== */





/* ========== 竞拍列表 start ========== */
.auctionListUp {
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
}

.auctionListUpCon {
	border: 1px solid #eeeeee;
}

.auctionListUpCon .con {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}

.auctionListUpCon .con:last-child {
	border-bottom: none;
}

.auctionListUpCon .title {
	position: absolute;
	left: 0;
	top: 0;
	width: 148px;
	height: 100%;
	border-right: 1px solid #eeeeee;
	background-color: #f7f7f7;
	text-align: center;
}

.auctionListUpCon .title span {
	font-size: 14px;
	color: #333333;
	position: absolute;
	left: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin-top: -15px;
}

.filtrateDlCon {
	margin-left: 150px;
	padding-left: 30px;
	height: 50px;
	overflow: hidden;
}

.auctionListUpCon .filtrateDl {
	overflow: hidden;
}

.auctionListUpCon .filtrateDl dd {
	float: left;
	display: inline;
	padding: 10px 0;
}

.auctionListUpCon .filtrateDl dd a {
	display: block;
	font-size: 14px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	margin-right: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.auctionListUpCon .filtrateDl dd.hover a {
	color: #378038;
}

.auctionListUpCon .filtrateDl dd a:hover {
	color: #378038;
}

.auctionListUpCon .unfoldBtn {
	float: right;
	display: inline;
	font-size: 14px;
	color: #666666;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 30px;
	line-height: 30px;
	background-color: #f7f7f7;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	display: none;
}

.auctionListDwon {
	background-color: #ffffff;
}

.auctionFiltrate {
	padding: 10px 20px;
	border-bottom: 1px solid #eeeeee;
}

.auctionFiltrate .item {
	float: left;
	display: inline;
	width: 180px;
	margin-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.auctionFiltrate .item .input {
	position: relative;
}

.auctionFiltrate .item input::-webkit-input-placeholder {
	font-size: 14px;
	color: #333333;
}

.auctionFiltrate .item .startTimeDown {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border: none;
	background: url(../images/auctionDown.svg) no-repeat center center;
}

.auctionFiltrate .item2 {
	width: auto;
	padding-left: 10px;
}

.auctionFiltrate .label {
	font-size: 14px;
	color: #666666;
	float: left;
	display: inline;
	height: 44px;
	line-height: 44px;
	margin-right: 10px;
}

.auctionFiltrate .item2 .itemC {
	overflow: hidden;
}

.auctionFiltrate .item2 .input {
	float: left;
	display: inline;
	width: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.auctionFiltrate .item2 .icon {
	width: 30px;
	height: 44px;
	position: relative;
}

.auctionFiltrate .item2 .icon:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	background-color: #999999;
	margin-left: -5px;
	margin-top: -1px;
}

.auctionFiltrate .item2 .input input {
	width: 90px;
}

.auctionFiltrate .item2 .input span {
	font-size: 14px;
	color: #808080;
	height: 42px;
	line-height: 42px;
	float: right;
	display: inline;
}

.auctionFiltrate .aykj_cssSelect .aykj_selectLt {
	min-height: 42px;
	line-height: 42px;
	color: #333333;
}

.auctionFiltrate .aykj_cssSelect .aykj_selectRt:before {
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border: none;
	background: url(../images/auctionDown.svg) no-repeat center center;
}

.auctionFiltrate .aykj_cssSelect .aykj_optionBox:hover {
	background: #378038;
}

.auctionFiltrate .aykj_cssSelect .selected {
	background: #ee502f;
}

.auctionFiltrate .aykj_cssSelect .aykj_optionBox {
	height: 32px;
	line-height: 32px;
}

.auctionFiltrate .input input {
	height: 42px;
	line-height: 42px;
}
.auctionFiltrate .item.session{
	width: 0;
	opacity: 0;
	visibility: hidden;
	margin-right: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.auctionFiltrate .item.session.active{
	width: 180px;
	opacity: 1;
	visibility: visible;
	margin-right: 10px;
}
.auctionFiltrate .itemCbox{
	position: relative;
}
.auctionFiltrate .itemCbox
.auctionListCon {
	padding: 20px 20px 0;
}
.auctionFiltrate .itemContent{
	position: absolute;
	left: 0;
	top: 0;
	width: 368px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	background: #ffffff;
}
.auctionFiltrate .itemContent:hover{
	padding: 10px;
	top: -5px;
	left: -5px;
	z-index:5;
	box-shadow:1px 0 6px rgba(0,0,0,0.2);
}
.auctionFiltrate .itemContent .input{
	width: 150px;
}
.auctionFiltrate .itemContent .input input{
	width: 120px;
}
.auctionFiltrate .itemContent .input span{
	height: 42px;
	line-height: 42px;
}
.auctionFiltrate .itemContent .icon{
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding: 0 5px;
	font-weight: bold;
	color: #999999;
}
.auctionFiltrate .itemContentTop{
	margin-bottom: 8px;
}
.auctionFiltrate .itemContentBody{
	overflow: hidden;
	height: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.auctionFiltrate .itemContent:hover .itemContentBody{
	height: 30px;
}
.auctionFiltrate .itemContentBody a{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 14px;
	color: #999;
}
.auctionFiltrate .itemContentBody a.btn2{
	background: #378038;
	color: #ffffff;
}
.auctionFiltrate .itemContentBody a.btn2:hover{
	opacity: .8;
}
.auctionFiltrate .itemContentBody a.btn1:hover{
	color: #378038;
}
.auctionListCon{
	padding: 20px;
}
.auctionList {
	margin: 0 -10px;
	overflow: hidden;
}

.auctionList dd {
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 20px;
}

.auctionList dd .con {
	margin: 0 10px;
}

.auctionList dd .pic:before {
	padding-top: 60.8955%;
}

.auctionList dd .conDown {
	position: relative;
	padding-top: 10px;
	border: 1px solid #eeeeee;
	border-top: none;
	overflow: hidden;
}

.auctionList dd .text {
	font-size: 14px;
	color: #777777;
	padding: 0 18px;
}

.auctionList dd .title {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.auctionList dd .title a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.auctionList dd .price {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.auctionList dd .price span {
	font-size: 20px;
	color: #ce201b;
	font-weight: bold;
	margin-left: 10px;
}

.auctionList dd .price span i {
	font-size: 14px;
	font-style: unset;
	font-weight: normal;
}

.auctionList dd .price span em {
	font-size: 14px;
	color: #777777;
	font-style: unset;
	font-weight: normal;
}

.auctionList dd.notStart .price span {
	color: #2aaa6b;
}

.auctionList dd.finished .price span {
	color: #333333;
}

.auctionList dd.notStart .price span em {
	display: none;
}

.auctionList dd .count {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin-bottom: 6px;
}

.auctionList dd .count span {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-left: 10px;
}

.auctionList dd .time {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin-bottom: 14px;
}

.auctionList dd .time span {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0 6px;
}

.auctionList dd.notStart .time span,
.auctionList dd.finished .time span {
	margin: 0 10px;
}

.auctionList dd .auctionStatus {
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 58px;
	height: 28px;
	line-height: 28px;
	padding: 0 14px;
	background-color: #ee502f;
	border-radius: 14px 0 0 14px;
	overflow: hidden;
}

.auctionList dd.notStart .auctionStatus {
	background-color: #2aaa6b;
}

.auctionList dd.finished .auctionStatus {
	background-color: #666666;
}

.auctionList dd .info {
	position: relative;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #eeeeee;
}

.auctionList dd .info:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #eeeeee;
}

.auctionList dd .infoCon {
	float: left;
	width: 50%;
	display: inline;
	text-align: center;
}

.auctionList dd .infoCon span {
	font-size: 14px;
	color: #808080;
	display: inline-block;
	padding: 0 10px;
}

.auctionList dd .infoCon i {
	font-size: 14px;
	color: #333333;
	margin-right: 5px;
	font-style: unset;
}

/* ========== 竞拍列表 end ========== */

/*竞拍详情 start*/
.auctionDetailUp{
	margin-bottom: 20px;
}
.auctionDetailUpCon{
	overflow: hidden;
}
.auctionDetailUpL{
	padding: 20px;
	overflow: hidden;
	background-color: #ffffff;
}
.auctionDetailUpLCon{
	overflow: hidden;
}
.auctionDetailTitle{
	font-size: 24px;
	color: #333333;
	height: 42px;
	line-height: 42px;
	margin-bottom: 10px;
}
.auctionDetailImg{
	width: 600px;
	margin-right: 30px;
}
.auctionBigPic{
	margin-bottom: 20px;
}
/* .auctionBigPic .pic img{
	object-fit: contain;
} */
.auctionBigPicScroll{
	margin-bottom: 25px;
}
.auctionBigPicScroll .slick-list{
	margin: 0 -7px;
}
.auctionBigPicScroll .myslide{
	width: 20%;
	float: left;
	display: inline;
}
.auctionBigPicScroll .con{
	margin: 0 7px;
	border: 1px solid #eeeeee;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.auctionBigPicScroll .myslide.hover .con{
	border-color: #378038;
}
.auctionBigPicScroll .con .pic:before{
	padding-top: 59.2592%;
}
.auctionDetailImg .countInfo{
	overflow: hidden;
}
.auctionDetailImg .countInfo .icon{
	font-size: 14px;
	color: #808080;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
}
.auctionDetailImg .countInfo span{
	font-size: 18px;
	color: #000000;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.auctionDetailImg .countInfo i{
	font-style: unset;
	margin-right: 5px;
	color: #333333;
}
.auctionDetailInfor{
	overflow: hidden;
}
.auctionDetailInfor .time{
	font-size: 18px;
	color: #333333;
	/*font-weight: bold;*/
	line-height: 32px;
	margin-bottom: 10px;
}
.auctionDetailInfor .time span{
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-color: #2aaa6b;
	width: 88px;
	height: 32px;
	line-height: 32px;
	margin-right: 12px;
}
.auctionDetailInfor.underway .time span{
	background-color: #ee502f;
}
.auctionDetailInfor.finished .time span{
	background-color: #666666;
}
.auctionDetailInfor.notStart .time em{
	font-style: normal;
	color: #2aaa6b;
	padding: 0 3px;
}
.auctionDetailInfor.underway .time em{
	font-style: normal;
	color: #ee502f;
	padding: 0 3px;
}
.auctionDetailInfor .info{
	padding: 15px 20px;
	background-color: #e9f6f0;
	margin-bottom: 10px;
}
.auctionDetailInfor.underway .info{
	background-color: #fdedea;
}
.auctionDetailInfor.finished .info{
	background-color: #efefef;
}
.auctionDetailInfor .info .price{
	font-size: 14px;
	color: #333333;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}
.auctionDetailInfor .info .price span{
	font-size: 32px;
	color: #2aaa6b;
	font-weight: bold;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.auctionDetailInfor.underway .info .price span{
	color: #ee502f;
}
.auctionDetailInfor.finished .info .price span{
	color: #333333;
}
.auctionDetailInfor .info .price span i{
	font-size: 14px;
	font-style: unset;
	font-weight: initial;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.auctionDetailInfor .info .count{
	font-size: 14px;
	color: #333333;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin-bottom: 10px;
}
.auctionDetailInfor .info .count span{
	font-weight: bold;
	margin-left: 15px;
}
.auctionDetailInfor .info .notStartBtn{
	overflow: hidden;
}
.auctionDetailInfor .info .notStartBtn .btn{
	font-size: 18px;
	color: #ffffff;
	min-width: 224px;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background-color: #2aaa6b;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.auctionDetailInfor .info .notStartBtn .btn a{
	font-size: 18px;
	color: #ffffff;
	display: block;
	height: 100%;
}
.auctionDetailInfor .info .notStartBtn .btn:hover{
	opacity: 0.8;
}
.auctionDetailInfor .info .notStartBtn .deadline{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-align: center;
}
.auctionDetailInfor .info .underwayBtn{
	overflow: hidden;
	display: none;
}
.auctionDetailInfor .info .underwayBtn .btn{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	width: 154px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	text-align: center;
	background-color: #ee502f;
	margin-left: 12px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.auctionDetailInfor .info .underwayBtn .btn a{
	color: #ffffff !important;
}
.auctionDetailInfor .info .underwayBtn .btn:hover{
	opacity: 0.8;
}
.auctionDetailInfor .priceInput{
	overflow: hidden;
}
#bidPricediv{
	width: auto !important;
	height: 48px !important;
	border: none !important;
	background-color: #ffffff;
}
#bidPricel,#bidPricer{
	font-size: 24px;
	color: #b4b4b4;
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
	background-color: #f9f9f9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid transparent !important;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
#bidPricel:hover,#bidPricer:hover{
	color: #ee502f;
	border: 1px solid #ee502f !important;
}
#bidPrice{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	height: 48px !important;
	line-height: 48px !important;
	width: 125px !important;
}
.auctionDetailInfor .info  .finishedBtn{
	font-size: 20px;
	color: #333333;
	text-align: center;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	background-color: #ffffff;
	display: none;
}
.auctionDetailInfor.underway .info .underwayBtn{
	display: block;
}
.auctionDetailInfor.underway .info .notStartBtn{
	display: none;
}
.auctionDetailInfor.finished .info .finishedBtn{
	display: block;
}
.auctionDetailInfor.finished .info .notStartBtn{
	display: none;
}
.auctionHintDl{
	padding-bottom: 10px;
}
.auctionHintDl dd{
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	background-color: #fdedea;
}
.auctionHintDl dd .text{
	font-size: 14px;
	color: #ee502f;
	overflow: hidden;
}
.auctionHintDl dd .text span{
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 20px;
	color: #ee502f;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
}
.auctionHintDl dd .more a{
	font-size: 14px;
	color: #ee502f;
	margin-left: 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.auctionHintDl dd .more a:hover{
	color: #378038;
}
.auctionDetailInfor .otherInfoCon{
	padding-top: 14px;
	border-top: 1px solid #eeeeee;
}
.auctionDetailInfor .otherInfoDl{
	overflow: hidden;
	margin: 0 -35px 8px;
}
.auctionDetailInfor .otherInfoDl dd{
	float: left;
	width: 50%;
	display: inline;
}
.auctionDetailInfor .otherInfoDl dd .ddCon{
	font-size: 14px;
	color: #777777;
	margin: 0 35px;
	height: 24px;
	line-height: 24px;
}
.auctionDetailInfor .otherInfoDl dd .ddCon span{
	color: #333333;
}
.auctionDetailInfor .otherInfoDl dd:nth-child(2) .ddCon span{
	color: #ee502f;
}
.auctionDetailInfor .otherInfo{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
}
.auctionDetailInfor .otherInfo span{
	color: #333333;
}
.auctionDetailUpR{
	width: 320px;
	margin-left: 20px;
}
.helpCenter{
	margin-bottom: 10px;
	padding: 0 20px 6px;
	background-color: #ffffff;
}
.helpCenter .titleCon{
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}
.helpCenter .titleCon .title{
	font-size: 20px;
	color: #000000;
}
.helpCenter .titleCon .more a{
	font-size: 14px;
	color: #999999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.helpCenter .titleCon .more a:hover{
	color: #378038;
}
.helpCenterDl{
	overflow: hidden;
	margin: 0 -25px;
}
.helpCenterDl dd{
	width: 50%;
	float: left;
	display: inline;
}
.helpCenterDl dd a{
	display: block;
	font-size: 16px;
	color: #333333;
	height: 42px;
	line-height: 42px;
	margin: 0 25px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.helpCenterDl dd a span{
	font-size: 20px;
	color: #438744;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.helpCenterDl dd a:hover{
	color: #378038;
}
.auctionStatusTable{
	padding: 10px;
	background-color: #ffffff;
	height: 406px;
	box-sizing: border-box;
}
.auctionStatusTable table{
	width: 100%;
	max-height: 280px;
	border: 1px solid #eeeeee;
	text-align: center;
	overflow: hidden;
}
.auctionStatusTable.empty table{
	max-height: 334px;
}
.auctionStatusTable table .emptyTr{
	display: none;
}
.auctionStatusTable.empty table .emptyTr{
	display: table-row;
}
.auctionStatusTable.empty table .emptyTr td{
	height: 288px;
	color: #555555;
}
.auctionStatusTable.empty .btn{
	display: none;
}
.auctionStatusTable table tr{
	line-height: 46px;
	height: 46px;
	border: 1px solid #eeeeee;
}
.auctionStatusTable table .tableHead{
	background-color: #f7f7f7;
}
.auctionStatusTable table td{
	font-size: 14px;
	color: #555555;
	border: 1px solid #eeeeee;
}
.auctionStatusTable table tr:nth-child(2) td{
	color: #ee502f;
}
.auctionStatusTable .btn{
	padding: 12px 0 5px;
}
.auctionStatusTable .btn a{
	font-size: 14px;
	color: #ffffff;
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #ee502f;
	margin: 0 auto;
}
.aucCalumn2{background: #F5F5F5}
.aucContentBj{background:#FFFFFF;padding-bottom: 30px }
.aucMenuBox{ width:100%; overflow:hidden;position: relative;z-index: 100}
.aucMenuBox.hover{ position:fixed; top:0px; left:0px;}
.aucMenu{ width:100%; overflow:hidden; background:#FFF;padding: 20px 20px 0px 20px; border-bottom:2px solid #eeeeee}
.aucMenu dd{ width:125px; height:60px; float:left; display:inline; margin-right:20px;box-sizing: border-box;-webkit-box-sizing: border-box; }
.aucMenu dd:hover{  border-bottom:2px solid #378038;}
.aucMenu .aucConHover{  border-bottom:2px solid #378038;color: #378038}
.aucMenu .aucConHover a{color: #378038}
.aucMenu dd a{ display:block; width:125px; height:40px; text-align:center; line-height:40px;  color:#333333; font-size:16px;font-weight: bold; font-family:"Microsoft YaHei"}
.aucMenu dd a:hover{ color: #378038}
.aucCalumn2 .aucConTitle{margin:0 20px;height:50px;box-sizing: border-box;-webkit-box-sizing: border-box;background: #f7f7f7;border:1px solid #eeeeee;font-size: 16px;color: #333333;text-align: center;line-height: 50px}
.aucCalumn2 .aucConText{margin:20px 40px ;box-sizing: border-box;-webkit-box-sizing: border-box;background: #FFFFFF;}
.aucCalumn2 .aucConText .text{font-size: 14px;color: #333333;line-height: 30px}
.aucCalumn2 .aucConText table{width: 100%;font-size: 14px;}
.aucCalumn2 .aucConText table .aucTableHea{color: #333333}
.aucCalumn2 .aucConText table td{height: 50px;border:1px solid #eeeeee;color: #555555}
.aucCalumn2 .aucConText .aucTableHea{background: #f7f7f7}
.aucCalumn2 .aucConText table .aucTr1 td{color: #ee502f;}
.aucCalumn2 .aucConText .aucTabHeaSty{color: #333333}


.aucCon1{ overflow: hidden; margin-right: -30px;}
.aucCon1 dd{ overflow: hidden; float: left; display: inline; width: 50%; margin-bottom:30px;}
.aucCon1 dd .con{ overflow: hidden; margin-right: 30px;}
.aucCon1 dd .a{ display: block;}
.aucCon1 dd .pic{ width: 100%; overflow: hidden; position: relative;}
.aucCon1 dd .pic:before{ display: block; content: ''; padding-top: 60.1503%;}
.aucCon1 dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.page a:hover{background:#378038;color: #fff}
.page a.hover {background: #378038;color: #fff;}
/*竞拍详情 end*/


/*报名 start*/
.application{background: #f7f7f7}
.application .appCalumn1{background: #FFFFFF;padding:20px}
.application .appCalumn1 .tradeInfo{background: #f5f5f5;padding:30px 20px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.application .appForm .appRead .appReadItem{
	height: 40px;
	position: relative;
}
.application .appForm .appRead .appReadItem:after{
	display: block;
	content: '';
	clear: both;
}
.application .appForm .appRead .appReadItem .title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-right: 40px;
	font-size: 14px;
	color: #555555;
}
.application .appForm .appRead .appReadItem .textc{
	width: 160px;
}
.application .appForm .appRead  .aykj_cssSelect .aykj_selectRt:before{
	width: 30px;
	right: 0;
	height: 40px;
	top: 0;
	border: none;
	background: url(../images/auctionDown.svg) no-repeat center center;
}
.application .appForm .appRead .aykj_cssSelect .sPressDown .aykj_selectRt:before{
	margin-top: 0;
}
.application .appForm .appRead .aykj_cssSelect .aykj_optionBox{
	background: #ee502f;
	color: #fff;
}
.application .appForm .appRead .aykj_cssSelect .aykj_optionBox:hover{
	background: #378038;
	color: #fff;
}
.application .appForm .specialColor{font-size: 14px;color: #378038;}
.application .appForm .Noticetext{margin-left: 5px}
.application .appForm .appRead{padding:0 20px}
.application .appForm .appRead ul{margin-left: 20px}
.application .appForm .appRead li{font-size: 15px;color: #333333;line-height: 30px}
.application .appForm .appRead li:before {
    content: "";width:2px;height: 2px;display: inline-block;
    background: #5c5c5c;vertical-align: middle;margin-right: 14px;
}
.application .appForm .formTitle{font-size: 20px;font-weight:bold ;color: #333333;height: 40px;position: relative}
.application .appForm .appSelect{width: 24px;height: 24px;display: none;}
.application .appForm .appAccept{cursor: pointer;height: 24px;line-height: 24px;display: inline-block;padding-left: 32px;position: relative;top: 3px;}
.application .submitBox{position:relative;height: 70px;line-height:70px;background:#378038;font-size: 14px;color: #FFFFFF;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px}
.application .submitBox .appFormMoney{width: 70px;display: inline;float: left;}
.application .appFormStart:before{margin-right: 5px;content: '*';color: #ef5c3d;}
.application .submitBox .appFormMoneyValue{font-size: 28px;margin-left: 15px}
.application .submitBox .appFormBtn{cursor:pointer;position:absolute;top:12px;right:12px;width:200px;text-align:center;line-height:45px;font-size: 18px;color:#378038;background: #FFFFFF}
.application .appForm .appConfirm{padding:0 20px}
/*单选框样式更改start*/
.application .appForm .agreeCheckBox {position: absolute;left: 0;top: 4px;cursor: pointer; width: 24px;height: 24px;line-height:24px;font-size: 16px;text-align:center;border:1px solid #378038;color: #fff;}
.application .appForm input[type=checkbox]:checked + .agreeCheckBox{background-color: #378038;}
/*单选框样式更改start*/
.application .appConfirm form{font-size: 14px;line-height:50px}
.application .appConfirm .appFormItem{height: 50px}
.application .appConfirm .appFormPre{width: 140px;display: block;float: left;text-align: right;font-size: 15px;color: #555555}
.application .appConfirm .appFormNex{margin-left: 40px;font-weight: bold}
.application .appConfirm form input{width: 500px;height: 35px;border: 1px solid #eeeeee;margin-left: 40px;font-weight: bold;padding-left: 20px; box-sizing: border-box;-webkit-box-sizing: border-box;}
.application .appConfirm form select{padding-left:20px;font-weight: bold;margin-left: 40px;background: url("../images/arrow.svg") no-repeat scroll 130px center;width: 160px;height: 35px;background-size: auto 25px;vertical-align: middle;border: 1px solid #eeee;-moz-appearance: none;appearance: none;font-size: 14px;color: #333333;cursor: pointer;}
.application .appConfirm form select option{height: 60px;font-weight: bold}
.application .appConfirm form textarea{padding: 10px 20px;margin-top:10px;box-sizing: border-box;-webkit-box-sizing: border-box;width: 500px;height: 60px;border: 1px solid #eeee;margin-left: 40px;resize:none;font-weight: bold}
.appCalumn1 .tradeInfo .goodsInfo{font-size: 16px;color: #333333;line-height: 30px;}
.appCalumn1 .tradeInfo .goodsInfo span{font-size: 16px;color: #378038;font-weight: bold}
.appCalumn1 .tradeInfo .goodsInfo .goodsInfoNumber{font-weight: bold;color: #333333}
/*弹出层start*/
/*支付弹窗*/
.popUpBox{background:#fff ;width: 800px;}
.popUpBox .payTitle{padding:0 30px;height: 80px;background:#378038;line-height: 80px;font-size: 24px;color: #FFFFFF }
.popUpBox .payTitle .patIcon{color: #378038;line-height: 48px;text-align: center;font-size: 30px;display: block;margin-top: -63px;margin-left:3px;background: #FFFFFF;width: 48px;height: 48px;border-radius: 50%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.popUpBox .payTitle .patIcon2{display: block;margin-top: -40px;float: right;display: inline}
.popUpBox .payTitle span{margin-left: 20px;margin-left: 70px }
.popUpBox .acountInfo{box-sizing: border-box;-webkit-box-sizing: border-box;background: #ebf2eb;margin:30px 30px 0 30px;padding: 30px;font-size: 20px;line-height: 40px}
.popUpBox p {font-size: 20px;color: #555555}
.popUpBox p span{font-weight: bold;margin-left: 20px;color: #333333}
.popUpBox .moneyInfo{padding:20px 0 20px 60px;font-size: 20px;line-height: 40px;border-bottom: 2px solid #eeeeee}
.popUpBox .moneyInfo .monryItemPre{text-align: right;display: inline-block;float: left;}
.popUpBox .moneyInfo .monryItemNext{margin-left: 20px;font-weight: bold;color: #333333;}
.popUpBox .moneyInfo .moneyClolor{color:#378038;font-weight: bold;}
.popUpBox .conFirmBtn{cursor:pointer;color:#FFFFFF;width:200px;height:50px;font-size: 20px;line-height: 50px;box-sizing: border-box;-webkit-box-sizing: border-box;text-align: center;margin:30px auto;background: #378038}
/*出价弹窗*/
.popUpBox1{background:#fff ;width: 800px;height: 421px;}
.popUpBox1 .payTitle{padding:0 30px;height: 80px;background:#ee502f;line-height: 80px;font-size: 24px;color: #FFFFFF }
.popUpBox1 .payTitle .patIcon{color: #ee502f;line-height: 48px;text-align: center;font-size: 26px;display: block;margin-top: -63px;margin-left:3px;background: #FFFFFF;width: 48px;height: 48px;border-radius: 50%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.popUpBox1 .payTitle .patIcon2{display: block;margin-top: -40px;float: right;display: inline}
.popUpBox1 .payTitle span{margin-left: 20px;margin-left: 70px }
.popUpBox1 .acountInfo{box-sizing: border-box;-webkit-box-sizing: border-box;background: #fdedea;margin:30px 30px 0 30px;padding:10px 30px;font-size: 20px;line-height: 40px;height: 150px}
.popUpBox1 p {font-size: 20px;color: #666666}
.popUpBox1 p span{font-weight: bold;color: #333333}
.popUpBox1 .conFirmBtnBox{width:330px;text-align: center;margin:30px auto;overflow: hidden}
.popUpBox1 .conFirmBtn{cursor:pointer;color:#FFFFFF;width:200px;height:50px;font-size: 20px;line-height: 50px;box-sizing: border-box;-webkit-box-sizing: border-box;text-align: center;background: #ee502f;float: left;display: inline}
.popUpBox1 .conFirmBtn2{width:120px;font-size: 18px;color: #999999;margin-left: 10px;background: #ffffff;border: 1px solid #dddddd}
.popUpBox1 .notice{width:100%;font-size: 14px;color: #808080;border-top: 1px solid #dddddd;height:50px;line-height:50px;text-align: center}

/*报名成功弹窗*/
.popUpBox2{background:#fff ;width: 800px;}
.popUpBox2 .payTitle{padding:0 30px;height: 80px;background:#378038;line-height: 80px;font-size: 24px;color: #FFFFFF }
.popUpBox2 .payTitle .patIcon{color: #378038;line-height: 48px;text-align: center;font-size: 26px;display: block;margin-top: -63px;margin-left:3px;background: #FFFFFF;width: 48px;height: 48px;border-radius: 50%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.popUpBox2 .payTitle .patIcon2{display: block;margin-top: -40px;float: right;display: inline}
.popUpBox2 .payTitle span{margin-left: 20px;margin-left: 70px }
.popUpBox2 .acountInfo{box-sizing: border-box;-webkit-box-sizing: border-box;background: #ebf2eb;margin:30px 30px 0 30px;padding: 30px;font-size: 20px;line-height: 40px}
.popUpBox2 .acountInfo p {font-size: 20px;font-weight: bold;color: #666666}
.popUpBox2 .acountInfo p span{color: #333333}
.popUpBox2 .monryItem p {color: #555555;font-size: 16px;line-height: 30px}
.popUpBox2 .monryItem p span{color: #378038; /*cursor: pointer*/}
.popUpBox2 .moneyInfo{padding:20px 0 20px 30px;font-size: 20px;line-height: 40px;border-bottom: 2px solid #eeeeee}
.popUpBox2 .moneyInfo .monryItemPre{width: 110px;text-align: right;display: inline-block;float: left;}
.popUpBox2 .moneyInfo .monryItemNext{margin-left: 20px}
/*.moneyInfoCode*/
.popUpBox2 .moneyInfo .moneyClolor{color:#378038}
.popUpBox2 .conFirmBtn{cursor:pointer;color:#FFFFFF;width:200px;height:50px;font-size: 20px;line-height: 50px;box-sizing: border-box;-webkit-box-sizing: border-box;text-align: center;margin:30px auto;background: #378038}

/*弹出层end*/

/*关闭按钮*/
.auctionPopup .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 24px;
    height: 24px;
    margin-left: 0;
	background-position:unset !important;
}
.auctionPopup .layui-layer-ico {
    background: url(../images/close.svg) no-repeat center center;
	background-size: contain;
}

/* 全文列表 start */
.textList dd {
	height: 80px;
	padding: 14px 0;
}
.textList dd .con{
	background: #FFFFFF;
	padding: 0 30px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.textList dd .con:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 1px 7px rgba(0,0,0,0.08);
	border-radius: 5px;
}
.textList dd .time {
	float: right;
	display: inline;
	line-height: 80px;
	font-size: 16px;
	color: #aaaaaa;
}

.textList dd .text {
	position: relative;
	overflow: hidden;
}

.textList dd .text .textL {
	float: left;
	display: inline;
}

.textList dd .text .textL img {
	width: 40px;
	height: 18px;
	padding-right: 12px;
	padding-top: 31px;
}

.textList dd .text .textR {
	overflow: hidden;
}

.textList dd .text .textR a {
	text-decoration: none;
	overflow: hidden;
	line-height: 80px;
	font-size: 18px;
	color: #333333;
}

.textList dd:hover .text .textR a {
	color: #378038;
}

/* 全文列表 end */

/* 图文列表 start */
.imgText {
	overflow: hidden;
	padding: 5px 0;
}

.imgText dd {
	padding: 10px 0;
}
.imgText dd .con{
	overflow: hidden;
	background: #ffffff;
	padding: 30px;
	transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
}
.imgText dd .con:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0px 2px 15px 0px rgba(26, 69, 26, 0.05);
	-webkit-box-shadow: 0px 2px 15px 0px rgba(26, 69, 26, 0.05);
}
.imgText dd .pic {
	float: left;
	display: inline;
	position: relative;
	width: 300px;
	margin-right: 60px;
}

.imgText dd .pic::before {
	display: block;
	content: '';
	padding-top: 60%;
}

.imgText dd .pic a img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.imgText dd .text {
	overflow: hidden;
}

.imgText dd .text .textL {
	float: left;
	display: inline;
	padding-top: 68px;
	overflow: hidden;
	text-align: center;
}

.imgText dd .text .textL .textLM {
	color: #808080;
	font-size: 28px;
	height: 25px;
	line-height: 25px;
}

.imgText dd .text .textL .textLY {
	color: #aaaaaa;
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	padding-top: 10px;
}

.imgText dd .text .textR {
	overflow: hidden;
	padding-left: 60px;
}

.imgText dd .text .textR .title {
	padding-top: 45px;
	overflow: hidden;
}

.imgText dd .text .textR .title a {
	text-decoration: none;
	font-size: 18px;
	height: 25px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 30px;
}

.imgText dd .text .textR .info {
	height: 45px;
	line-height: 22px;
	color: #808080;
	font-size: 14px;
	padding-top: 38px;
	overflow: hidden;
}

.imgText dd:hover .text .textR .title a {
	color: #378038;
}
/* 图文列表end */
/* 图文列表 end */
/* 暂无竞拍弹窗 start */
.noAutions {
	position: relative;
	height: 415px;
	width: 100%;
	background: url("../test/noAuctions.png") no-repeat center 55px;
}
.noAutions .btJp{
	position: absolute;
	bottom: 87px;
	width: 100%;
	display: block;
	font-size: 18px;
	color: rgb(55, 128, 56);
	text-align: center;
	line-height: 35px;
}
.noAutions  .btTip{
	position: absolute;
	bottom: 56px;
	width: 100%;
	display: block;
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	text-align: center;
}
/* 暂无竞拍弹窗 end */



/*竞拍成功二维码 start*/
.moneyInfoCode{
	text-align: center;
	padding: 10px 30px 0 0;
}
.moneyInfoCode .con{
	width: 110px;
	height: 110px;
	border: 1px solid #eeeeee;
	padding: 5px;
	margin: 0 auto;

}
.moneyInfoCode .con img{
	display: block;
	width: 110px;
	height: 110px;
}
.moneyInfoCode .text{
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
/*竞拍成功二维码 end*/


/*竞拍详情页右边 start*/
.auctionProductInfor{
	padding: 15px 20px;
	background: #ffffff;
}
.auctionProductDl .auctionProductDd{
	overflow: hidden;
	padding:4px 0;
}
.auctionProductDl .auctionProductDd .title{
	float: left;
	display: inline;
	line-height:20px;
	font-size:14px;
	color: #777;
}
.auctionProductDl .auctionProductDd .text{
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	padding: 0 5px;
	font-weight: 500;
}


/*出价记录角色判断*/
.roleMe{
	text-align: center;
	vertical-align: middle;
}
.roleMe span{
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
}
.roleMe em{
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	vertical-align: middle;
	line-height: 24px;
	font-style: normal;
}
.auctionStatusTable table tr:nth-child(2) td.roleMe em{
	border: 1px solid #ee502f;
	background: #fdedea;
}
.roleJude{
	text-align: center;
	vertical-align: middle;
}
.roleJude span{
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
}
.roleJude em{
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	vertical-align: middle;
	line-height: 24px;
	font-style: normal;
}
.aucCalumn2 .aucConText table .aucTr1 td.roleJude em{
	border: 1px solid #ee502f;
	background: #fdedea;
}
/*竞拍详情页右边 end*/

/* 快速竞拍 start */
.quickColumn1{
	padding: 0 20px 20px;
	background: #FFFFFF;
}
.quickTitle{
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.quickTitle .title{
	font-size: 18px;
	color: #333333;
	overflow: hidden;
}
.quickTitle .refsh{
	padding: 10px 16px;
	border: 1px solid #378038;
	font-size: 14px;
	color: #378038;
	transition: .4s;
	border-radius: 2px;
	cursor: pointer;
}
.quickTitle .refsh:hover{
	background:#378038;
	color: #FFFFFF;
}
.quicktable{
	width: 100%;
	text-align: center;
}
.quicktable tr td{
	border: 1px solid #eaeaea;
	height: 52px;
	font-size: 14px;
	color: #666;
}
.quicktable tr td .con{
	padding: 0 10px;
}
.quicktable tr td.red .con{
	color: #ee502f;
}
.quicktable tr.tableHead{
	background: #f9f9f9;
}
.quicktable .offerBtn{
	display: inline-block;
	width: 88px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #ee502f;
	color: #ee502f;
	transition: .4s;
	-webkit-transition: .4s;
	cursor: pointer;
}
.quicktableA tr{
	transition: .4s;
	-webkit-transition: .4s;
}
.quicktableA tr:hover{
	background: #fff3f1;
}
.quicktableA tr:hover .offerBtn:hover{
	background: #ee502f;
	color: #FFFFFF;
}
.quicktable.quicktableA tr:first-child:hover{
	background: #ffffff;
}
.quickTitle .moreBtn{
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
}
.quickTitle .moreBtn:hover{
	color: #378038;
}
.quicktable .quickBtn{
	line-height: 30px;
	font-size: 14px;
	color: #378038;
	transition: .4s;
	-webkit-transition: .4s;
	cursor: pointer;
}
.quicktable .quickBtn:hover{
	font-weight: bold;
}
/* 出价弹窗 start */
.offerPoptop{
	height:80px;
	line-height: 80px;
	background: #ee502f;
	padding: 0 30px;
	overflow: hidden;
}
.offerPoptop .offterIcon{
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #fff;
	border-radius: 48px;
	margin-top: 16px;
	margin-right: 17px;
	text-align: center;
}
.offerPoptop .offterIcon span{
	font-size: 26px;
	color: #ee502f;
}
.offterTitle{
	overflow: hidden;
	line-height: 80px;
	font-size: 24px;
	color: #FFFFFF;
}
.offerPopBody{
	padding: 22px 30px 0;
}
.offerPopDl{
	overflow: hidden;
}
.offerPopDl dd{
	float: left;
	display: inline;
	width: 50%;
	overflow: hidden;
}
.offerPopDl dd .title{
	float: left;
	display: inline;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #808080;
}
.offerPopDl dd .text{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 34px;
	height: 34px;
	padding: 0 10px;
}
.offerPopHandler{
	background: #fff3f1;
	padding: 20px 30px;
}
.offerPopHandler .offerPopDd{
	overflow: hidden;
}
.offerPopHandler .offerPopDd .title{
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
	float: left;
	display: inline;
}
.offerPopHandler .offerPopDd .text{
	overflow: hidden;
	line-height: 36px;
	font-size: 18px;
	color: #333333;
}
.offerPopHandler .offerPopDd  #bidPricel,
.offerPopHandler .offerPopDd  #bidPricer{
	border: 1px solid #ee502f !important;
	background: #fff !important;
	color: #ee502f;
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
.offerPopHandler .offerPopDd #bidPricediv{
	height: 48px !important;
}
.offerPopHandler .offerPopDd #bidPrice {
	font-size: 16px;
	height: 48px !important;
	line-height: 48px !important;
	width: 110px !important;
}
.offerBtnA{
	width: 200px;
	height: 48px;
	margin: 0 auto;
	background: #ee502f;
}
.offerBtnA a{
	display: block;
	height: 48px;
	line-height: 48px;
	transition: all .4s;
	-webkit-transition: all .4s;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}
.offerBtnA:hover{
	opacity: .95;
	border-radius: 5px;
}
.offerPopBottom{
	margin: 0 -30px;
	border-top: 1px solid #E6E6E6;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #808080;
	text-align: center;
}
.offerBtnP .layui-layer-setwin{
	width: 80px;
	height: 80px;
	right: 0;
	top: 0;
}
.offerBtnP .layui-layer-setwin .layui-layer-close2{
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background-position: center center;
}
.offerBtnP .layui-layer-setwin .layui-layer-close2:hover{
	background-position: center center;
}
.offerBtnP .layui-layer-ico{
	background-image: url(../images/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
}
.offerPopGern .offerPoptop{
	background: #378038;
}
.offerPopGern .offterIcon span{
	color: #378038;
}
.offerPopGern .offerPopBody{
	padding: 30px 30px 0;
}
.offerPopGern .offerPopG{
	padding: 20px 30px;
	background: #f3f8f3;
}
.offerPopGern .offerPopTip{
	line-height: 35px;
	font-size: 20px;
	color: #333;
}
.offerPopGern .offerPopTInfor{
	overflow: hidden;
}
.offerPopGern .offerPopTInfor span{
	line-height: 35px;
	float: left;
	display: inline;
	height: 35px;
	font-size: 20px;
	color: #666;
}
.offerPopGern .offerPopTInfor div{
	overflow: hidden;
	line-height: 35px;
	color: #333;
	font-size: 20px;
}
.offerBtnP .layui-layer-btn0{
	width: 200px;
	height: 48px;
	padding: 0;
	line-height: 48px;
	font-size: 18px;
	color: #FFFFFF;
	border-color: #378038 !important;
	background-color: #378038 !important;
}
.nodeDataw{
	padding: 20px 0;
}
.nodeDataw span{
	display: block;
	height: 150px;
	background: url(../test/noAuctions.png) no-repeat center center;
	background-size: auto 130px;
}
.nodeDataw em{
	display: block;
	font-style: normal;
	text-align: center;
	font-size: 18px;
	color: rgb(55, 128, 56);
	padding: 5px 0;
	line-height: 30px;.quickTitle .refsh
}
.quicktableA tr.noneColor:hover{
	background: #ffffff;
}
/* 快速竞拍 end */

.articleBox .editorContents :first-child{
	background: none;
}

