body {
  background: #f7f7f7 !important;
}

.topBanner {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.topBanner img {
  width: 100%;
  height: 400px;
}

.purchaseInformModel {
  background: white;
  padding: 30px 0;
}

.purchaseInformModel .purchaseInform {
  margin-bottom: 46px;
}

.purchaseInformModel .purchaseInform .purchaseInformTit {
  text-align: center;
  font-size: 24px;
}

.purchaseInformModel .purchaseInform .purchaseInformTit .listTit {
  text-align: center;
  color: #343434;
}

.purchaseInformModel .searchModel .form-groups {
  width: 100%;
  padding-left: 25px;
}
.purchaseInformModel .searchModel .form-groups>div {
  float: left;
  height: 36px;
  width: 5%;
  background: #CE434A;
  cursor: pointer;
}
.purchaseInformModel .searchModel .form-groups .search_btn {
    float: left;
    height: 36px;
    width: 4%;
    background: #CE434A;
    cursor: pointer;
    border: none;
    padding: 7px;
}
.purchaseInformModel .searchModel .form-groups>div:hover{
  background-color: #535864;
}
.purchaseInformModel .searchModel .form-groups>div>img{
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.purchaseInformModel .searchModel .form-groups .labels {
  font-size: 1.4rem;
}

.purchaseInformModel .searchModel .form-groups span {
  font-size: 1.4rem;
  color: #333333;
  margin-right: 2rem;
}

.purchaseInformModel .searchModel .form-groups input {
  height: 36px;
  width: 92%;
  color: #999999;
  outline-style: none;
  border: 1px solid #aaaaaa;
  font-family: myFont;
  text-indent: 10px;
  float: left;
  border-right:none;
}

.purchaseInformModel .searchModel .form-groups button {
  width: 140px;
  height: 48px;
  background: #1aa3ff;
  color: white;
  font-size: 1.8rem;
  outline-style: none;
  border: none;
}

.purchaseInformModel .searchModel .form-groups button:hover {
  color: #ebebeb;
}

.purchaseInformModel .searchModel .selectTime {
  padding: 0 1rem;
}

.purchaseInformModel .searchModel .selectTime > span {
  color: #333333;
  font-size: 1.4rem;
  margin-right: 2rem;
}

.purchaseInformModel .searchModel .selectTime input {
  height: 47px;
  width: 150px;
  color: #999999;
  font-size: 1.4rem;
  outline-style: none;
  border: 1px solid #aaaaaa;
  font-family: myFont;
  margin: 0 1rem;
  letter-spacing: 2px;
  text-indent: 10px;
}

.purchaseInformModel .searchModel .selectTime select {
  height: 36px;
  width: 150px;
  color: #999999;
  font-size: 1.4rem;
  outline-style: none;
  border: 1px solid #aaaaaa;
  font-family: myFont;
  margin: 0 1rem;
  letter-spacing: 2px;
  text-indent: 10px;
}

.purchaseInformModel .searchModel > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

/* .purchaseInformModel .searchModel > div:last-child {
  text-align: center;
} */

.purchaseInformModel .searchModel > div:last-child button {
  width: 102px;
  height: 38px;
  background: white;
  color: #333333;
  font-size: 1.6rem;
  outline-style: none;
  border: 1px solid gainsboro;
  border-radius: 6px;
}

.purchaseInformModel .searchModel > div:last-child button:first-child {
  width: 102px;
  height: 38px;
  background: #2C72FF;
  color: white;
  font-size: 1.6rem;
  outline-style: none;
  border: none;
  margin-right: 40px;
}

.purchaseInformModel .searchModel > div:last-child button:first-child:hover {
  color: #ebebeb;
}

.purchaseInformModel #totals {
  float: right;
  margin-right: 351px;
  line-height: 79px;
  margin-left: 100px;
}

.purchaseInformModel .purchaseList {
  width: 100%;
  padding: 0 0 0 25px;
  float: left;
}

.purchaseInformModel .purchaseList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed lightgray;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.purchaseInformModel .purchaseList > li>a{
  width: 100%;
  display: flex;
  align-items: center;
}
.purchaseInformModel .purchaseList > li>a>h5{
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.purchaseInformModel .purchaseList > li>a>span{
  display: inline-block;
  width: 20%;
  text-align: right;
}
.purchaseInformModel .purchaseList > li>a>span>.statusColor{
  color: #CE434A;
  margin-right: 20px;
}

.purchaseInformModel .purchaseList > li > div:first-child {
  width: 62px;
  height: 61px;
  background: #4072c6;
  color: #fefefe;
  text-align: center;
  margin-right: 22px;
}

.purchaseInformModel .purchaseList > li > div:first-child .newsDays {
  font-size: 3rem;
}

.purchaseInformModel .purchaseList > li > div:first-child .newsYearaddMonth {
  font-size: 1.4rem;
  line-height: 9px;
}
.purchaseInformModel .purchaseList > li .newsItem .newsTit{
    margin-bottom: 10px;
}

.purchaseInformModel .purchaseList > li .newsItem .newsTit span a {
  font-size: 1.6rem;
  color: #333333;
}

.purchaseInformModel .purchaseList > li .newsItem .newsTit span a:hover {
  color: #4072c6;
}

.purchaseInformModel .purchaseList > li .newsItem .newsTit img {
  width: 60px;
  height: 18px;
  margin-left: 20px;
  display: inline-block;
}

.purchaseInformModel .purchaseList > li .newsItem > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purchaseInformModel .purchaseList > li .newsItem > div:last-child span {
  margin-right: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.purchaseInformModel .purchaseList > li .newsItem > div:last-child span img {
  width: 16px;
  margin-right: 10px;
}

.purchaseInformModel .purchaseList > li:last-child {
  border-bottom: none;
}
.paginationCenter .text-right .navigation {
  text-align: center;
}
.listTit{
  font-size: 3rem;
}
.info-content{
  padding:0 20px;
  display: flex;

}
.info-content .infor-tab{
  width: 200px;
}
.info-content .infor-tab li a{
  width: 100%;
  padding-left:26px;
  display: block;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  box-sizing: border-box;
}
.info-content .infor-tab li:hover a{
  color: #cd0000;
}
.info-content .infor-tab li.active a{
  background-color: #ededed;
  font-weight: bold;
  color: #cd0000;
}
.info-content .infor-tab li{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #cccccc;
  list-style-type: none;
}
.content-right{
  width: 100%;
  margin-left:25px;
}
.search-box{
  display: flex;
  width: 100%;
}
.content-right .search-box .searchInp{
  height: 36px;
  width: 92%;
  color: #999999;
  outline-style: none;
  border: 1px solid #aaaaaa;
  text-indent: 10px;
  border-right: none;
}
.content-right .search-box .searchBtn{
  height: 36px;
  width: 5%;
  background-color: #CE434A;
  cursor: pointer;
}
.content-right .search-box .searchBtn img{
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
  position: relative;
}
.content-right .cr-bot ul li{
  padding: 10px 0;
  border-bottom: 1px dashed lightgray;
}
.content-right .cr-bot ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-right .cr-bot ul li a:hover{
  color: #CE434A;
}

.pagenav{
  width: 100%;
  background-color: #fff;
  display: flex;
  padding-bottom: 30px;

}
.pagenav .pagination{
  margin:0 0 0 30%;
  align-self: center;
  box-sizing: border-box;
}
.pagenav #totals{
  line-height: 60px;
  margin-left: 50px;
  box-sizing: border-box;
}
.over_flow{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}