.index-area {
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 100%;
	position: relative;
}

.index-job {
	overflow: hidden;
	background-color: #ccc;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	height: 100%;
	position: relative;
}

.index-job .index-job-content{
	margin-top: 0.8rem;
}

.index-job .index-title .tit{
	font-size: 1.4rem;
	color: #fbc304;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}

.index-job .text{
    text-align: center;
    padding: 1rem 0;
    margin: 0 auto;
    font-family: "myfont";
	font-size: 0.48rem;
	display: none;
    line-height: 1rem;
	color:#fbc304;
}
.index-job .text span {
    vertical-align: middle;
    height: 0.15rem;
    width: 0.15rem;
    display: inline-block;
    background-color: #fff;
    margin: 0 0.4rem;
}

.index-job-btn {
	width: 30%;
	margin: 0 auto;
	margin-top: 6rem;
	display: flex;
    justify-content: space-between;
}

.index-job-btn a {
	height: 0.5rem;
	color: #fff;
	font-size: 0.24rem;
	margin-left: 0.3rem;
	width: 50%;
	float: left;
	text-align: center;
	line-height: 0.5rem;
	position: relative;
}

.index-job-btn a span {
	position: relative;
	display: block;
	z-index: 99;
}

.index-job-btn a:hover::after {
	opacity: 1;
}

.index-job-btn a::after {
	content: " ";
	background-color: #f39800;
	opacity: 0.8;
	position: absolute;
	left: 0rem;
	top: 0rem;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

.index-job-btn a:first-child {
	margin: 0rem;
}

.index-job-btn a:hover {
	background-color: #f39800;
	border-radius: 30px;
}

.index-area .container {
  /* margin: 0 auto;
  /* max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0!important; */
}
.index-area .leftimg {
  width: 50%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.index-area .leftimg:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  display:none;
}
.index-area .txtbox {
  position: absolute;
  top: 15%;
  left: 0%;
  color: #fff;
}
.index-area .txtbox a {
  color: #fff;
  display: block;
}
.index-area .txtbox .t1 {
  font-size: 0.48rem;
}

.index-area .txtbox .en{
	font-size: 0.24rem;
	position: relative;
	padding-bottom: 10px;
}

.index-area .txtbox .en:before {
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 2px;
  position: absolute;
  background: #fff;
}

.index-area .txtbox .t2 {
  margin-top: 0.1rem;
}
.index-area .txtbox .t3 {
  margin-top: 0.15rem;
}
.index-area .txtbox .t3 img {
  max-height: 0.19rem;
}
.index-area .rightbox {
  width: 50%;
  float:right;
}
.index-area .toplist {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-area .toplist:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  display:none;
}
.index-area .toplist .bt {
  font-size: 0.36rem;
}
.index-area .toplist .nr {
	color: #fff;
	/* width: 65%; */
	z-index: 9;
	/* position: relative; */
	/* padding-left: 1.3rem; */
	/* padding-top: 1rem; */
	position: absolute;
	right: 0;
	top: 15%;
	background: rgba(0, 0, 0, 0.5);
    padding: 0.22rem;
}
.index-area .toplist .more {
  margin-top: 0.3rem;
}
.index-area .toplist .more a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 0.05rem;
}
.index-area .toplist .more a:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 0.02rem;
  position: absolute;
  background: #fff;
  transition: width 334ms linear;
}
.index-area .toplist .more:hover a:after {
  width: 100%;
}
.index-area .toplist ul li {
  margin-top: 0.3rem;
}
.index-area .toplist ul li a {
  color: #fff;
  display: block;
}
.index-area .toplist ul li .time {
  font-size: 0.12rem;
}
.index-area .toplist ul li .tit {
  transition: all 500ms ease;
  margin-top: 0.1rem;
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-area .toplist ul li:hover .tit {
  opacity: 0.85;
  transform: translateY(-0.05rem);
}
.index-area .botlist {
  height: 50vh;
  padding-top: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #daeeef;
}
.index-area .botlist li {
  padding: 0.2rem 0;
  color: #018d43;
  font-size: 0.24rem;
  font-family: arial;
  border-bottom: dotted 1px #c7d2d7;
  padding-left: 1.3rem;
}
.index-area .botlist li.ss_up {
  color: #018d43;
}

.index-area .botlist li span {
  vertical-align: middle;
  padding-left: 0.3rem;
  display: inline-block;
}
.index-area .botlist li span:first-child {
  padding-left: 0;
}
.index-area .botlist .bt {
  color: #acc9d9;
  font-size: 0.36rem;
  padding-left: 1.3rem;
  padding-bottom: 0.3rem;
  border-bottom: dotted 1px #c7d2d7;
}
.index-area .botlist .ss_price_date {
  font-size: 0.13rem;
  color: #8a8a8a;
}
.index-area .botlist .ss_price {
  width: 15%;
  background: url(/template/index/pc/images/down_bac.png) no-repeat center right;
}

.index-area .botlist li.ss_up .ss_price{
  background: url(/template/index/pc/images/up_bac.png) no-repeat center right;
}

@media (max-width: 1024px) {
  .index-area .container {
    display: block;
  }
  .index-area .txtbox {
    width: 80%;
  }
  .index-area .leftimg {
    width: 100%;
    height: 300px;
  }
  .index-area .rightbox {
    width: 100%;
  }
  .index-area .toplist {
    height: auto;
  }
  .index-area .toplist .nr {
    width: 100%;
	position:relative;
    padding: 30px;
  }
  .index-area .botlist {
    padding: 30px;
    height: auto;
  }
  .index-area .botlist .bt {
    padding-left: 0;
  }
  .index-area .botlist .ss_price_date {
    font-size: 12px;
  }
  .index-area .botlist li {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .index-area .botlist li span {
    width: 100%;
    padding-left: 0;
  }
}

/**ÒÆ¶¯¶Ë**/
@media screen and (max-width: 1023px) {
	.index-job-content {
		padding: 50px 0;
		position: relative;
		bottom: 0;
	}
		
	.index-job .index-title{
		padding-top: 50px;
	}
	
	.index-job .index-title .txt{
		font-size: 42px;
	}
		
	.index-job .text{
		padding: 50px 0;
		background: rgba(0, 0, 0, 0.3);
		width: 100%;
		font-size: 18px;
		line-height: 1;		
	}

	.index-job-btn {
		width: 100%;
		margin-top: 50px;
	}

	.index-job-btn a span {
		font-size: 14px;
	}

	.index-job-btn a {
		height: 30px;
		line-height: 30px;
		margin-left: 15px;
	}
}