* {
  padding: 0;
  margin: 0;
  border: none;
}

a { 
  color:#000000; 
  text-decoration:none; 
}

a:hover { 
  text-decoration: none; 
}

input {
  border: 0;
  padding: 0;
  outline: none;
}

.nice-select {
	width: 145px;
	padding: 0 10px;
  padding-left: 33px;
	height: 40px;
  border-radius: 10px;
	position: relative;
  cursor: pointer;
}

.nice-select::before {
  position: absolute;
  left: 12px;
  top: 50%;
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background: url('../image/sz.png') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.nice-select input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}

.nice-select ul {
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 40px;
	overflow: hidden;
	background-color: #fff;
	max-height: 200px;
	overflow-y: auto;
	border-top: 0;
	box-shadow: 0 3px 5px #cae7bf;
	z-index: 9999;
  border: 1px solid rgba(56,168,11,0.39);
  border-radius: 5px 5px 10px 10px;
}

.nice-select ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 10px;
  cursor: pointer;
}

.nice-select ul li.on {
  background-color: #e0e0e0;
}

.container .headers {
  position: relative;
  width: 100%;
  height: 387px;
  margin-top: 100px;
}

/* .container .header::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  display: block;
  height: 110px;
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #38A80B 100%);
} */

.container .headers .header-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .headers .title {
  position: relative;
  top: 163px;
  width: 1325px;
  margin: 0 auto;
  padding-left: 108px;
}

.container .headers .title .h2 {
  font-size: 56px;
  font-weight: bold;
  color: #1B74FF;
  line-height: 1;
  letter-spacing: 10px;
}

.container .headers .title .h5 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 400;
  color: #1B74FF;
  line-height: 1;
}

.container .tabs {
  position: absolute;
  bottom: -70px;
  left: 50%;
  display: flex;
  width: 90%;
  max-width: 1433px;
  height: 89px;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  border-radius: 10px 10px 10px 10px;
  transform: translateX(-50%);
}

.container .tabs .tab {
  padding: 0 60px;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  line-height: 89px;
  cursor: pointer;
}

.container .tabs .tab span {
  position: relative;
}

.container .tabs .tab span::before {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: '';
  display: block;
  width: 43px;
  height: 4px;
  border-radius: 4px;
  background-color: transparent;
  transform: translateX(-50%);
}

.container .tabs .tab.active {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.container .tabs .tab.active span::before {
  background-color: #38A80B;
}

.content {
  padding-top: 70px;
  width: 90%;
  max-width: 1433px;
  height: auto;
  margin: 0 auto;
}

.content .filter-row {
  padding-left: 15px;
  padding-right: 26px;
  padding-top: 33px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .filter-row .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}

.content .filter-row .filter {
  display: flex;
  align-items: center;
}

.content .filter .keyword {
  width: 269px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(56,168,11,0.39);
}

.content .filter .keyword input {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  border-radius: 10px;
  padding: 0 20px;
}

.content .filter .btn {
  width: 74px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #F1F1F1;
  cursor: pointer;
}

.content .filter .btn .icon {
  width: 15.86px;
  height: 15.63px;
  margin-right: 4px;
}

.content .filter .btn .txt {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
}

.content .filter .select {
  width: 548px;
  height: 40px;
  display: flex;
  margin-left: 37px;
  border-radius: 10px;
  border: 1px solid rgba(56,168,11,0.39);
}

.content .theader {
  display: flex;
  justify-content: flex-end;
}

.content .theader .row {
  width: 1267px;
  padding: 11px 0;
  padding-left: 21px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #66CA0C;
}

.content .theader .row .itemName {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}

.content .theader .row .place {
  width: 213px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}

.content .theader .row .trade {
  width: 195px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}

.content .list {
  padding-top: 8px;
  cursor: pointer;
}

.content .list.app {
  display: none;
}

.content .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .item .idate {
  width: 78px;
  height: 78px;
  border: 1px solid #66CA0C;
}

.content .item .idate .year {
  width: 100%;
  height: 39px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 39px;
  background-color: #66CA0C;
}

.content .item .idate .day {
  width: 100%;
  height: 39px;
  font-size: 18px;
  font-weight: 400;
  color: #66CA0C;
  line-height: 39px;
  text-align: center;
}

.content .item .info {
  max-width: 1290px;
  width: 95%;
  box-sizing: border-box;
  display: flex;
  padding: 20px 0 26px 21px;
  border-bottom: 1px solid #E5E5E5;
  align-items: center;
}

.content .item .info .itemName {
  flex: 1;
}

.content .item .itemName .title {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  max-width: 800px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .item:hover .itemName .title{
  color: #38A80B;
}

.content .item .itemName .text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 800px;
}

.content .item:hover .itemName .text{
  color: #38A80B;
}

.content .item .itemName .more {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}


#No_Img{
  width: 308px;
  height: 287px;
}
.content .item:hover .itemName .more{
  color: #38A80B;
}

.content .item:hover .info .place{
  color: #38A80B;
}

.content .item:hover .info .trade{
  color: #38A80B;
}

.content .item .itemName .more .icon {
  width: 21.77px;
  height: 10.54px;
  margin-left: 12px;
}

.content .item .info .flex {
  display: flex;
  justify-content: space-between;
}

.content .item .info .flex .tag {
  display: flex;
}

.content .item .info .flex .time {
  display: none;
}

.content .item .info .place {
  width: 213px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.content .item .info .trade {
  width: 195px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.pages {
  width: 1320px;
  height: 195px;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {

  #app{
    overflow: hidden;
  }

  .nice-select {
    width: 90px;
    height: 33px;
    padding-left: 20px;
  }
  .nice-select.select2 {
    flex: 1;
  }
  .nice-select.select3 {
    width: 60px;
  }
  .nice-select::before {
    left: 6px;
    width: 8px;
    height: 4px;
  }
  .nice-select input {
    height: 33px;
    line-height: 33px;
  }
  .nice-select ul {
    top: 33px;
  }
  .nice-select ul li {
    font-size: 13px;
  }
  .container .header {
    height: 110px;
  }
  .container .header::before {
    height: 30px;
  }
  .container .header .title {
    top: 50%;
    width: auto;
    padding-left: 20px;
    transform: translateY(-50%);
  }
  .container .header .title .h2 {
    font-size: 26px;
    letter-spacing: 3px;
  }
  .container .header .title .h5 {
    margin-top: 8px;
    font-size: 12px;
  }
  .container .tabs {
    bottom: -32px;
    width: 94%;
    height: 45px;
  }
  .container .tabs .tab {
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
  }
  .container .tabs .tab span::before {
    bottom: -3px;
    height: 2px;
    border-radius: 2px;
  }
  .container .tabs .tab.active {
    font-size: 16px;
  }
  .content {
    width: auto;
    padding-top: 33px;
  }
  .content .filter-row {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content .filter-row .title {
    display: none;
  }
  .content .filter-row .filter {
    display: block;
    width: 100%;
  }
  .content .filter .keyword {
    width: 100%;
    height: 33px;
  }
  .content .filter .keyword input {
    line-height: 33px;
  }
  .content .filter .btn {
    width: 60px;
    height: 33px;
  }
  .content .filter .btn .icon {
    width: 12px;
    height: 12px;
  }
  .content .filter .btn .txt {
    font-size: 13px;
  }
  .content .filter .select {
    width: auto;
    height: 33px;
    margin: 0;
    margin-top: 10px;
  }
  .content .theader {
    display: none;
  }
  .content .list {
    padding: 0 12px;
    padding-top: 0;
    border-top: 8px solid #f5f5f5;
  }
  .content .list .item {
    display: block;
  }
  .content .item .idate {
    display: none;
  }
  .content .item .info {
    width: auto;
    display: block;
    padding: 15px 10px;
  }
  .content .item .itemName .title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
  }
  .content .item .itemName .text {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
    white-space: nowrap;
    max-width: unset;
  }
  .content .item .itemName .more {
    display: none;
  }

  #No_img{
    width: 154px;
    height: 143.5px;
}
  .content .item .info .flex {
    margin-top: 10px;
  }
  .content .item .info .place,
  .content .item .info .trade {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
  }
  .content .item .info .place {
    margin-right: 8px;
    color: #409eff;
    background-color: #ecf5ff;
    border: 1px solid #d9ecff;
  }
  .content .item .info .trade {
    color: #67c23a;
    background-color: #f0f9eb;
    border: 1px solid #e1f3d8;
  }
  .content .item .info .flex .time {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
  }
  .pages {
    width: auto;
    height: 120px;
    font-size: 16px;
  }
}