﻿.lay-out-auto{
  width: 1200px;
  margin:0 auto;
}
.over-view-wrap{
  width:100%;
  /* height: 700px; */
  background: url(../images/overView.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.over-view-wrap img{
  display: block;
  width:100%;
  height:auto;
}
.tajs-wrap{
  width:100%;
  background: #fff;
  margin-top:45px;
}
.tajs-wrap .tajs-form{
  padding:52px 0 30px 0;
  border:1px solid #2f61ef;
  position: relative;
}
.tajs-form .js-title{
  width:163px;
  height: 44px;
  background:url(../images/head_title.png) no-repeat center top;
  position: absolute;
  left:50%;
  margin-left:-81px;
  top:-21px;
}
.js-group .js-item{
  float:left;
  width:50%;
  height:44px;
  line-height: 44px;
  margin-bottom:33px;
}
.js-item .js-key{
  float:left;
  width:110px;
  height: 44px;
  text-align: right;
  padding-right:10px;
  background: #eee;
  border:1px solid #d9d9d9;
  font-size: 16px;
  font-weight: bold;
}
.js-item .js-val{
  width:75%;
  float:left;
}
.js-item .js-val .js-ipts{
  width:100%;
  height:44px;
  padding-left:7px;
  border:1px solid #d9d9d9;
}
.js-val .date-start{
  float:left;
  width:45%;
  border:1px solid #d9d9d9;
  position: relative;
}
#start_date，#date-end{
  height: 42px;

}
.js-val .date-line{
  float:left;
  width:40px;
  font-size: 12px;
  font-weight: bold;
  color:#999;
  text-align: center;
}
.js-val .date-end{
  float:right;
  width:45%;
  border:1px solid #d9d9d9;
  position: relative;
}
.js-val .ipts-start,.js-val .ipts-end{
  width:90px;
  padding-left:7px;
  line-height: 42px;
  height: 42px;
}
.js-val .date-start:after,.js-val .date-end:after{
  display: block;
  content:'';
  overflow: hidden;
  width:16px;
  height:16px;
  background: url(../images/date_icon.png) no-repeat center top;
  position: absolute;
  right: 8px;
  top:50%;
  margin-top:-8px;
}
.js-button{
  text-align: center;
  padding-top:12px;
}
.search-btn{
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #e89d2c;
  border-radius: 3px;
  letter-spacing: 30px;
  text-indent: 30px;
}
.result-wrap{
  margin-top:20px;
  background:#fff;
}

.result-content .res-table{
  width:100%;
  text-align: center;
  font-size: 16px;
}
.pagination{
  padding-left:10px;
  margin:30px 0 55px;
  height:42px;
  line-height: 42px;
  background:#f5f5f5;
  color:#666;
  font-size: 14px;
  text-align: right;
}
/**********************新增的样式********************************/
.form-list {
  margin: 0 29px
}
.filter-wrapper {
  padding: 6px 0;
  margin: 0 29px 30px;
  background: #f9f9f9;
  font-size: 16px;
  color: #7b7b7b;
}
.filter-wrapper .filter-box {
  display: flex;
  flex-direction: row;
}
.filter-title_m {
  font-weight: 600;
  font-size: 16px;
  width: 100px;
  line-height: 48px;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.filter-search {
  display: flex;
  flex-direction: row;
}