@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

#clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

#clearfix:after {
  clear: both;
}

#clearfix {
  *zoom: 1;
}

.width-max {
  width: 1200px;
  margin: auto;
}
/*重置css*/
*{margin:0; padding:0; list-style:none; }
body{ background:#EEEFF4; font:normal 14px PingFangSC-Regular, PingFang SC;;  }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }

body {
  background-color: #EEEFF4;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
/*mark20210804备注 ----头部*/
body .index .headerStyle{
  background-color: #ffffff;
  display: block;
  height: 171px;
}
body .index .header {
  line-height: 35px;
  height: 35px;
}

body .index .header .left {
  float: left;
  font-size: 13px;
  color: #111111;
  line-height: 36px;
}

body .index .header .right {
  float: right;
  line-height: 36px;
}

body .index .header .right ul li {
  display: block;/*float: left;mark20220105修改：display: block;*/
  margin-left: 7px;/*mark20220105修改28改7*/
  color: #111111;
}
body .index .header .right ul li:last-child {
  margin-left: 25px;/*mark20220105新增*/
}
body .index .header .right ul li a{/*mark20210517新增*/
  color: #666;
  text-decoration: none;
}
body .index .header .right ul li a:hover{/*mark20210517新增*/
  font-weight: bolder;
}
body .index .logo {
  padding-top: 24px;
  height: 88px;
  display: block;
  text-align: left;
}

body .index .logo .img {
  display: inline-block;
  width: 421px;
  height: 44px;
  line-height: 44px;
  text-align: left;
}

body .index .logo .img img {
/*   height: 32px;
  vertical-align: middle; */
	float: left;/*mark20211229修改*/
	height: 48px;
	vertical-align: top;
	margin-top: 3px;
}

body .index .logo .search {
  float: right;
  overflow: hidden;
}

body .index .logo .search input {
  width: 365px;
  height: 40px;
  border: 1px solid #2893F0;
  padding: 0 10px;
  float: left;
}

body .index .logo .search input {
  outline: none;
}

body .index .logo .search input:focus {
  border: 1px solid #2893F0;
}

body .index .logo .search .btn {
  float: left;
  width: 100px;
  height: 40px;
  background: #3578E7;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  color: #FFFFFF;/*mark20210804 新增*/
  text-align: center;
  font-weight: bold;
}
body .index .logo .search .btn a {
  width: 32px;
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
body .index .nav {
  width: 100%;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  display: block;
}

body .index .nav ul {
  width: 1200px;
  margin: auto;
  font-size: 0;
  line-height: 0;
  text-align: left;
  display: block;
}

body .index .nav ul li {
  width: 133px;/*mark20211229新增菜单调整160改150,mark20220107 150改133*/
  height: 48px;/*mark20210804修改44为47*/
  line-height: 48px;/*mark20210804修改44为47*/
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
}
body .index .nav ul li:hover{
  background-color: #3578E7;
  color: #ffffff;
}
/*mark20210804新增*/
body .index .nav ul li a:hover{
  background-color: #3578E7;
  color: #ffffff;
}
body .index .nav ul li a{
  width:100%;
  display: inline-block;
}
/*菜单栏选择切换样式*/
body .index .nav ul li.m1cur{
  color:#ffffff;
  background-color: #3578E7;
}
body .index .nav ul li.m1cur a{
  color:#ffffff;
}
/* mark20220308新增：下拉框菜单 */

.index .nav .subMenu{
    width: 133px;/*185Ã¦â€Â¹170,20211124修改130为170,170改159px*/
    border-top:none;
    background-color: #FFF;/*mark20220210修改：#4b81bd为#2E9D6C*/
    padding:10px 10px;
    box-shadow:#bbb 1px 1px 3px;
    z-index:999;
    float: left;
    display: none;
    position: absolute;
    /*mark20201229注释top: 167px;*/
}
.index .nav .subMenu li, .subMenu li a{
    width: 100%;/*185Ã¦â€Â¹170*/
    height:46px;
    line-height:46px;
    float:left;
}
.index .nav ul li .subMenu li a{
	width:108px; padding:0px 20px; color:#333; background:none; font-size:12px; font-weight:normal; text-align:center;  
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.index .nav ul li .subMenu li a:hover{color:#fff;}



.navigate>.menu>li:hover .subMenu {
    display: block
}

.navigate>.menu>li:hover>a {
    background-color: #007440;/*mark20220210修改#356dc0为#007440*/
    color: #fff;
}


.navigate>li ul>li a {
    color: #fff;
}

.subMenu li a {
    width: 100%;
    min-width: 104px;
    color: #fff;
    background: none;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    height: 46px;
    line-height: 46px;
    padding: 0;
}

.subMenu li a:hover {
    background: #007440;/*mark20220308修改#2068B0为#007440*/
}

.shouyeClass{
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
}
.shouyeClass span{
  padding-right: 12px;
  border-right: 1px solid #CCCCCC;
  margin-right: 12px;
  line-height: 36px;
}
.shouyeIcon{
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 5px;
  line-height: 36px;
}
.headerStyleBottom{
  line-height: 35px;
  height: 35px;
  border-bottom: #eeeef4 1px solid;
}
/*mark20210804备注 ----底部*/
body .index .bottom {
	padding-top: 32px;/*mark20211229修改：50为32*/
	width: 100%;
	min-height: 173px;/*mark20211125修改为：最小高度.323改173,改240*/
	background-color: #0C1D30;
	margin-top: 16px;
	text-align: left;/*mark20211229:修改*/
}
/*==============================mark20211229修改部分04 start:底部logo============================== */
body .index .bottom .bottom-logo {
  display: inline-block;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,0.2);
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  height: 60px;
  padding-right: 20px;/*mark20220106：修改40为20*/
}

body .index .bottom .bottom-logo img {
  float: left;
  height: 60px;
  margin-right: 10px;/*mark20220106：修改20为10*/

}
/* body .index .bottom .bottom-hotline {
  display: inline-block;
  height: 60px;
  text-align: left;
}
body .index .bottom .bottom-hotline span {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
body .index .bottom .bottom-hotline em {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
}
*/
/*mark20220106新增*/

body .index .bottom .bottom-hotline {
  display: inline-block;
  height: 60px;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,0.2);
  padding-right: 40px;
  margin-right: 40px;
}
body .index .bottom .bottom-hotline span {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
body .index .bottom .bottom-hotline em {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
}



body .index .bottom .bottom-flinks {
  overflow: hidden;
  display: block;
  margin: 24px 88px 24px 0;
}

body .index .bottom .bottom-flinks em, body .index .bottom .bottom-flinks a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
body .index .bottom .bottom-flinks em {
  width: 80px;
  font-weight: 600;
}
body .index .bottom .bottom-flinks a {
  margin-right: 16px;
}
body .index .bottom .bottom-flinks ul ,body .index .bottom .bottom-flinks ul li {
  display: inline-block;
}


body .index .bottom .bottom-flinks .location {
  text-align: left;
  line-height: 33px;
}

body .index .bottom .bottom-flinks .location img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

body .index .bottom .bottom-flinks .location span {
  font-size: 14px;
  color: #A8B0BB;
}
/*mark20220106新增底部样式*/
body .index .bottom .bottom-copyright {
  display: inline-block;
  height: 60px;
  text-align: left;
}
body .index .bottom .bottom-copyright span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: rgba(255,255,255,0.4);
}
/*==============================mark20211229修改部分04 end:底部logo============================== */
body .index .bottom .bottom-left {
  overflow: hidden;
  width: 230px;
  height: 114px;
  border-right: 1px solid #6D7886;
  display: inline-block;
  margin-right: 48px;
  vertical-align: top;
}

body .index .bottom .bottom-left .bottom-logo {
  width: 146px;
  height: 30px;
}

body .index .bottom .bottom-left .bottom-logo img {
  float: left;
  width: 146px;
  height: 30px;
}

body .index .bottom .bottom-left .phone {
  margin-top: 44px;
  width: 188px;
  height: 40px;
}

body .index .bottom .bottom-left .phone img {
  width: 188px;
  height: 40px;
}

body .index .bottom .bottom-center {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right:88px;
}

body .index .bottom .bottom-center p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
}

body .index .bottom .bottom-center .location {
  text-align: left;
  line-height: 33px;
}

body .index .bottom .bottom-center .location img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

body .index .bottom .bottom-center .location span {
  font-size: 14px;
  color: #A8B0BB;
}

body .index .bottom .bottom-right {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 380px;
}

body .index .bottom .bottom-right p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
}

body .index .bottom .bottom-right ul li {
  float: left;
  font-size: 14px;
  color: #A8B0BB;
  margin-right: 20px;
  cursor: pointer;
  line-height: 30px;
}
.copyright{
  border-top: 1px solid;
  margin-top: 20px;/*mark20211229修改：50为20*/
  /*width: 1270px;/*mark20211122修改：加入宽度*/
}
body .index .bottom .copyrightLeft{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #A8B0BB;
  line-height: 60px;
  height: 60px;
  margin-right: 20px;/*mark20210804修改：116为100，改70改20*/
}
.copyrightLink{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #A8B0BB;
  line-height: 60px;
  height: 60px;
}
/*mark20210804新增 */
.bottom a {
    color: #A8B0BB;
}
/*#  */
a:hover{
  text-decoration:none;
  color: #2893F0;
}
.tool-active{
  border-bottom: 1px solid #2893F0;
  color: #2893F0;
}
#kkpager span.curr{
  background-color: #2893F0;
  border: 1px solid #2893F0;
}
._page_container ._pages{
  margin: 0;
}
._page_container ._pages ._prev, ._page_container ._pages ._next{
  font-size: 18px;
}
.classify-span-active{
  background-color: #EBF0F8;
  color: #2893F0;
}

/*mark20210804备注其他页面css移到此处 ----二级列表及内容详情*/
body .index #tool {
  /*display: none;*/
}

body .index #tool .title {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
}

body .index #tool .tab {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  height: 60px;
  margin-top: 15px;/*mark20210812修改：40改15*/
  margin-bottom: 20px;
}

body .index #tool .tab span {
  line-height: 60px;
  float: left;
  cursor: pointer;
}

body .index #tool .tab :nth-child(1) {
  margin: 0 58px;
}

body .index #tool .tool-list {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

body .index #tool .tool-list .tool-list-ul {
  width: 100%;
  float: left;
  padding: 20px 24px 0 24px;
  overflow: hidden;
  min-height: 400px;/*mark20210813加入最小高度*/
  text-align: left;/*mark20211102新增*/
}
body .index #tool .tool-list .tool-list-ul .paging-nav{
	text-align: center;/*mark20211102新增*/
	margin-bottom: 15px;/*mark20211103新增*/
}
.infolist-paging {/*mark20211123新增*/
    width: 1086px;
	margin-bottom: 20px;
	display: inline-block;
}
body .index #tool .tool-list .tool-list-ul li {
  display: inline-block;
  overflow: hidden;
  padding: 24px;
  border: 1px solid  #e7e8e9;
  width: 540px;
  vertical-align: top;
  margin: 10px;
  font-size: 0;
  text-align: left;
}

body .index #tool .tool-list .tool-list-ul li .left {
  height: 100%;
  display: inline-block;
  width: 60px;
  vertical-align: top;
}

body .index #tool .tool-list .tool-list-ul li .left img {
  width: 60px;
  height: 60px;
}

body .index #tool .tool-list .tool-list-ul li .conter {
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  overflow: hidden;
  width: 300px;
}

body .index #tool .tool-list .tool-list-ul li .conter p {
  font-size: 13px;
  line-height: 23px;
  
  /*多行溢出省略号*/
  display: block;
  /*代表哪一行省略号*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}

body .index #tool .tool-list .tool-list-ul li .conter :nth-child(1) {
  color: #333;
  font-size: 17px;
  margin: 12px 0;
  line-height: 24px;
}

body .index #tool .tool-list .tool-list-ul li .right {
  vertical-align: top;
  display: inline-block;
}

body .index #tool .tool-list .tool-list-ul li .right span {
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 32px;
  background-color: #2893F0;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  margin-left: 8px;
}

body .index #tool .tool-list .tool-list-ul :nth-child(4) {
}

body .index #tool .download {
  /*mark20210522display: none;*/
  background-color: #fff;
  padding: 23px 57px;
  min-height: 400px;/*mark20210523修改1228为400最小高度*/
}

body .index #tool .download .download-ul {
  min-height: 400px;/*mark20210523修改1089位400最小高度*/
}

body .index #tool .download .download-ul li {
  height: 55px;
  padding: 0 10px;
  border-bottom: 1px solid #DFE1E6;
  line-height: 55px;
  width: 1086px;/*mark20210804新增*/
}

body .index #tool .download .download-ul li :nth-child(1) {
  float: left;
  font-size: 16px;
  /*color: #333;mark20210522注释*/
}

body .index #tool .download .download-ul li :nth-child(2) {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #2893F0;
}
body .index #tool .download .download-ul li span {/*mark20210917新增溢出问题*/
	width:800px;    
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
	display: inline-block;
	text-align: left;
}
body .index #tool .download .download-ul li a {/*mark20210522新增*/
  width:100%;
  display: inline-block;
  text-align: left;/*mark20210917新增溢出问题*/
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
	text-align: left;
}
/*mark20210915：给下载按钮新增一个属性*/
body .index #tool .download .download-ul li a.a_xz {
  width:50px;
}
body .index #tool .tool-active{/*mark20210522新增*/
border-bottom: 1px solid #2893F0;
color: #2893F0;
}
body .index #help {
  /*display: none;*/
}

body .index #help .title {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
}

body .index #help .help-search {
  margin: 30px 0 20px 0;
  overflow: hidden;
}

body .index #help .help-search .input {
  background-color: #fff;
  float: left;
  width: 740px;
  height: 36px;
  font-size: 14px;
  color: #B8B8B8;
  line-height: 36px;
  padding-left: 16px;
  border: 1px solid #DCDCDC;
  border-radius: 0;
  text-align-last: left;
}

body .index #help .help-search span {
  float: left;
  width: 60px;
  height: 36px;
  background-color: #2893F0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

body .index #help .help-ul {
  min-height: 400px;/*mark20210523修改1128位最小高度400*/
  padding: 23px 57px;
  background-color: #fff;
  margin-top: 15px;/*mark20210804新增*/
}

body .index #help .help-ul .ul {
  min-height: 400px;/*mark20210523修改1089位最小高度400*/
  width: 1089px;/*mark20210615新增1089*/
}
body .index #help .help-ul .ul li {
  text-align: left;
  padding: 0 10px;
  border-bottom: 1px solid #DFE1E6;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
}

body .index #advisory {
	/*display: none;*/
}

body .index #advisory .title {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
}

body .index #advisory .content {
  min-height: 1373px;/*mark 20210605修改:height为min-height*/
  background-color: #fff;
  padding: 30px 40px;
  margin-top: 15px;
}

body .index #advisory .content .content-ul {
  margin-bottom: 45px;
}

body .index #advisory .content .content-ul li {
  text-align: left;
  padding: 0 10px;
  border-bottom: 1px solid #DFE1E6;
  height: 175px;
  padding-top: 30px;
}

body .index #advisory .content .content-ul li .content-title {
  font-size: 18px;
  margin-bottom: 10px;
}

body .index #advisory .content .content-ul li .content-info {
	height: 50px;
	font-size: 14px;
	color: #585E6D;
	line-height: 25px;
	/*多行溢出省略号*/
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;/*代表哪一行省略号*/ 
	overflow: hidden;
}

body .index #advisory .content .content-ul li .content-time {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

body .index #transaction {
}

body .index #transaction .title {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #666666;
}

body .index #transaction .transaction-search {
  margin: 15px 0 20px 0;/*mark20210812修改：30px 0 20px 0改15*/
  overflow: hidden;
}

body .index #transaction .transaction-search .input {
  background-color: #fff;
  float: left;
  width: 740px;
  height: 36px;
  font-size: 14px;
  color: #B8B8B8;
  line-height: 36px;
  padding-left: 16px;
  border: 1px solid #DCDCDC;
  border-radius: 0;
  text-align-last: left;
}

body .index #transaction .transaction-search span {
  float: left;
  width: 60px;
  height: 36px;
  background-color: #EBF0F8;/*mark20210915修改：#2893F0变#EBF0F8*/
  text-align: center;
  font-size: 14px;
  color: #2893F0;/*mark20210915修改：#fff修改#2893F0*/
  line-height: 36px;
}

body .index #transaction .classify {
  height: 222px;/*mark20210520修改: 212为222*/
  padding: 30px 10px 30px 30px;
  background-color: #fff;
}
/*mark20210523新增*/
body .index #transaction .classify.one {
	height: 50px;
}
body .index #transaction .classify.one .type {	
	margin-top: -15px;
}
body .index #transaction .classify.one .type i{
	width: 50px;
	height: 25px;
	line-height: 25px;
}
body .index #transaction .classify.one .type span{
	min-width: 92px;/*mark20210811修改：76为92*/
	height: 25px;
	line-height: 25px;
	margin-right: 15px;
   font-size: 16px;
}
/*mark20210523新增结束*/
body .index #transaction .classify span {
  cursor: pointer;
  margin-right: 19px;
  float: left;
  height: 20px;
  padding: 0 3px;
}
body .index #transaction .classify span.city {
	height: 20px;/*mark20210522新增*/
	margin-bottom: 10px;
}
body .index #transaction .classify i {
  margin-right: 27px;/*mark20210523:修改22为27*/
  float: left;
}

body .index #transaction .classify .type {
	width: 100%;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	color: #333;
	cursor: pointer;/*mark20210522:新增*/

}

body .index #transaction .classify .type .active ,
body .index #transaction .classify span.city.active,
body .index #transaction .classify span.city.first,
body .index #transaction .classify span.bidtype.first,
body .index #transaction .classify span.timetype.first{/*mark20210522修改:nth-child(1)为active*/
  color: #999;
  /*margin-right: 30px;mark20210523注释*/
  background-color: #2893F0;/*灰色变蓝色#EBF0F8变#2893F0*/
  color: #fff;/*灰色变蓝色 #2893F0变#fff*/
}

body .index #transaction .classify .region {
  height: 50px;
  font-size: 14px;
  text-align: left;
  margin: 26px 0;
}

body .index #transaction .classify .region .region-left {
  float: left;
  color: #999999;
  margin-right: 27px;
}

body .index #transaction .classify .region .region-right {
  float: left;
  color: #333;
}

body .index #transaction .classify .region .region-right .region-top {
  overflow: hidden;
  width:1050px;/*mark20210522新增*/
}

body .index #transaction .classify .region .region-right .region-bottom {
  margin-top: 10px;
  overflow: hidden;
}

body .index #transaction .classify .time {
	text-align: left;
	font-size: 14px;
	color: #333;
	width: 100%;/*mark20210522新增*/
	height: 50px;
	margin-top: 50px;
}

body .index #transaction .classify .time :nth-child(1) {
  color: #999;
  margin-right: 28px;
}

body .index #transaction .selected {
  text-align: left;
  padding: 10px 0;/*mark20210812修改：20为10*/
}

body .index #transaction .selected i {
  color: #999999;
  margin-right: 10px;
}

body .index #transaction .selected span {
  margin-right: 5px;
  cursor: pointer;
  background-color: #EBF0F8;
  color: #2893F0;
  padding: 5px 10px;
}

body .index #transaction .selected :last-child {
  cursor: pointer;
  background-color: #F5F6FA;
  color: #2893F0;
}

body .index #transaction .transaction-content {
  max-height: 840px;/*mark20210522修改：1220为height: 840px;*/
  padding: 0 23px 0 18px;
  background-color: #fff;

}

body .index #transaction .transaction-content .content-title {
  font-weight: 600;
  text-align: left;
  padding: 0 25px 0 14px;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #DFE1E6;
  font-size: 18px;
  color: #333;
}

body .index #transaction .transaction-content .content-title .title-left {
  float: left;
  margin-right: 790px;
  font-size: 18px;
}

body .index #transaction .transaction-content .content-title .title-right {
  float: right;
  padding-right: 55px;
}

body .index #transaction .transaction-content .content-ul {
  margin-bottom: 37px;
	min-height: 400px;/*mark20211123新增*/
	width: 1123px;/*mark20211223新增*/
}

body .index #transaction .transaction-content .content-ul li {
  cursor: pointer;
  padding: 0 14px;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #DFE1E6;
  font-size: 14px;
  font-size: 16px;
  color: #333;
  text-align: left;
}

body .index #transaction .transaction-content .content-ul li .text {
  float: left;
  width: 1000px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 62px;/*mark202111224：新增*/
  font-size: 16px;
}
body .index #transaction .transaction-content .content-ul li .text a{/*mark20210522新增*/
  display: inline-block;
  width: 100%;
}
body .index #transaction .transaction-content .content-ul li .text a .bidLink3{/*mark20211224新增*/
	width: 1000px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
  display: inline-block;

}
body .index #transaction .transaction-content .content-ul li .area {
	float: left;
	width: 70px;
	margin: 0 33px 0 93px;/*mark20210908修改：宽度问题0 33px 0 123px 改0 33px 0 99px*/
	overflow: hidden;/*mark20210610新增溢出省略号*/
	text-overflow: ellipsis;
	white-space: nowrap;
}

body .index #transaction .transaction-content .content-ul li .time {
	width: 95px;/*mark20210908修改：90改95*/

	float: right;/*mark20210522修改:left为right*/
	color: #9EA5B1;
}

body .index #text-part {
	/*display: none;*/
}

body .index #text-part .title {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
}

body .index #text-part .text-part-content {
  overflow: hidden;
  background-color: #fff;
  margin-top: 15px;/*mark20210908修改：30为15px*/
}

body .index #text-part .text-part-content .text-part-title {
  width: 819px;
  text-align: center;
  color: #333;
  font-size: 24px;
  margin: auto;
  margin-top: 52px;
  line-height: 34px;
}

body .index #text-part .text-part-content .text-part-time {
  margin: auto;
  width: 1120px;
  height: 40px;
  line-height: 40px;
  background-color: #F9F9F9;
  margin-top: 40px;
}

body .index #text-part .text-part-content .text-part-time img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 14px;
}

body .index #text-part .text-part-content .text-part-time span {
  vertical-align: middle;
  font-size: 14px;
  color: #666;
}

body .index #text-part .text-part-content .text-part-text {
  width: 1000px;
  text-align: left;
  margin: auto;
  margin-top: 52px;
  color: #333;
  font-size: 14px;
  padding-bottom: 30px;
  min-height:400px;/*mark20210522新增最小高度*/
}

body .index #text-part .text-part-content .text-part-buttom {
  height: 106px;
  margin: 0 40px;
  padding: 0 15px;
  border-top: 1px solid #E6E6E6;
  padding-top: 40px;/*mark20210918修改：40为30*/
}

body .index #text-part .text-part-content .text-part-buttom img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
}

body .index #text-part .text-part-content .text-part-buttom span {
  color: #333;
  font-size: 14px;
  vertical-align: middle;
	width: 400px;/*mark20210917修改：优化样式溢出问题*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

body .index #text-part .text-part-content .text-part-buttom .text-part-buttom-left {
  float: left;
}

body .index #text-part .text-part-content .text-part-buttom .text-part-buttom-right {
  float: right;
}
body .index #text-part .text-part-content .text{
  text-align: left;/*mark20210818新增*/
}
/*mark20210918新增：内容翻页调整样式*/
body .index #text-part .text-part-content .text-part-buttom .text-part-buttom-left span{
	text-align: left;
	height: 40px;
	line-height: 40px;
}
body .index #text-part .text-part-content .text-part-buttom .text-part-buttom-right span{
	text-align: right;
	height: 40px;
	line-height: 40px;
}
body .index #text-part .text-part-content .text-part-buttom .text-part-buttom-left span a,
body .index #text-part .text-part-content .text-part-buttom .text-part-buttom-right span a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 250px;/*mark20210922修改：200为250*/
}
body .index #text-part .text-part-content .text-part-buttom span a span{/*mark20210922修改：优化样式溢出问题*/
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
/*mark20210804备注 ----头部移至dl-base*/


/*mark20210522新增分页css,20210607把分页单独提取到page.css*/
/*mark20210523新增搜索*/
 .search-result {
    padding: 0px 10px;
    margin-bottom: 10px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

 .search-result {
    padding: 0px 20px;
    border: #eee3c6 1px solid;
    background-color: #fffdeb;
	margin-top: 15px;
}

 .search-result .iconfont {
    color: #ff5500;
    font-size: 21px;
    margin-right: 6px;
}

 .search-result em {
    color: #ff5500;
    font-weight: bold;
    margin: 0px 5px;
}
/*==============================mark20220106新增部分04 start:底部logo============================== */
 .fixed {
     position: fixed;
     right: 0;
     width: 50px;
     height: 130px;
     bottom: 30%;
	display: none;
 }
  .fixed.show{
     display: block;/*mark20220106新增*/
 }
 
 .qq,
 .qr {
     height: 60px;
 }
 
 .qq .assBarService {
     padding: 10px 15px;
 }
 
 .assBarService>div {
     margin-top: 5px;
     margin-bottom: -5px;
 }
 
 .fixed .qq p {
     margin-top: 5px;
     font-size: 14px;
     color: #f08200;
 }
 
 .fixed .qq span {
     margin-top: 5px;
     font-size: 12px;
     color: #000;
 }
 
 .back {
     cursor: pointer;
 }
 /*边栏联系我们*/
 
 .fixed {
     z-index: 999999;
 }
 
 .fixed .assBarWrap {
     position: absolute;
     right: 50px;
     top: -100px;
     width: 240px;
     height: 280px;
     overflow: hidden;
     color: #333;
     text-align: left;
     display: none;
     /* background-color: #fff6eb; */
     background-color: #fff;
     border: 1px solid #f08200;
 }
 
 .fixed .qq:hover .assBarWrap {
     display: block;
     cursor: default;
 }
 
 .fixed .qr:hover .assBarWrap {
     display: block;
     cursor: default;
 }
 
 .fixed .qq .assBarWrap {
     display: none;
 }
 
 .fixed .qr .assBarWrap {
     display: none;
 }
 
 .fixed .qq .assBarService {
     position: relative;
     left: 0px;
     top: 0px;
     width: 202px;
     height: 218px;
     /* background: #fff6eb; */
     background-color: #fff;
 }
 
 .fixed .qr .assBarService {
     position: relative;
     left: 0px;
     top: 0px;
     width: 240px;
     height: 240px;
     /* background: #fff6eb; */
     background-color: #fff;
 }
 
 .qr .assBarService p {
     text-align: center;
     margin-top: 15px;
     font-size: 14px;
 }
 
 .qr .assBarService div img {
     margin-left: 60px;
     margin-top: 30px;
 }
/*==============================mark20220106新增部分04 end:底部logo============================== */