@charset "UTF-8";
.newSearch {
  height: 24.11rem;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 100%;
  width: 100%;
  overflow: hidden;
}
.newSearch h1 {
  font-weight: 400;
  text-align: center;
  font-size: 2.82rem;
  padding-top: 5.5rem;
  color: #fff;
}
.newSearch .inputBox {
  width: 47rem;
  margin: 2.6rem auto 0;
  position: relative;
  height: 4.11rem;
}
.newSearch .inputBox input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  box-shadow: 0 0 0.6rem rgba(10, 38, 71, 0.3);
  padding-left: 1rem;
  padding-right: 9rem;
  font-size: 1.05rem;
}
.newSearch .inputBox button {
  width: 8rem;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  background: #E91717;
  color: #fff;
  font-size: 1.05rem;
}

.title {
  overflow: hidden;
}
.title h2 {
  font-weight: normal;
  font-size: 1.64rem;
  display: inline-block;
}
.title small {
  color: #999;
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

.pt57 {
  padding-top: 2rem;
}

.pb30 {
  padding-bottom: 3rem;
  overflow: hidden;
  width: 100%;
}
.pb30 .wrap .newlink {
  float: right;
  padding-top: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.ulO::after {
  display: block;
  clear: both;
  content: "";
}
.ulO li {
  float: left;
  width: 23.425%;
  margin-right: 2.1%;
  padding-top: 4rem;
}
.ulO li:last-child {
  margin-right: 0;
}
.ulO li:nth-of-type(1) .item {
  border-top: 3px solid #38aafa;
}
.ulO li:nth-of-type(1) .price {
  color: #1a71d8;
}
.ulO li:nth-of-type(2) .item {
  border-top: 3px solid #00cebf;
}
.ulO li:nth-of-type(2) .price {
  color: #00c0a7;
}
.ulO li:nth-of-type(3) .item {
  border-top: 3px solid #ff812a;
}
.ulO li:nth-of-type(3) .price {
  color: #ff7210;
}
.ulO li:nth-of-type(4) .item {
  border-top: 3px solid #ff3a2b;
}
.ulO li:nth-of-type(4) .price {
  color: #ff3a2b;
}
.ulO .item {
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 2.4rem 1rem 1.8rem;
}
.ulO h3 {
  font-size: 1.17rem;
  font-weight: 400;
}
.ulO .price {
  font-size: 2.58rem;
  padding: 1.6rem 0;
}
.ulO .price small {
  color: #999;
  font-size: 0.88rem;
  margin-left: 0.3rem;
}
.ulO .date span {
  display: inline-block;
  padding: 0 0.6rem;
  font-size: 1.05rem;
  color: #666;
}
.ulO .date small {
  margin-left: 0.2rem;
  color: #fe5000;
  font-size: 1rem;
}
.ulO .date.down small {
  color: #E91717;
}

.tabs a {
  display: inline-block;
  padding: 0 2rem;
  color: #222;
  line-height: 3.5rem;
  font-size: 0.94rem;
  cursor: pointer;
}
.tabs a.active {
  background: #E91717;
  color: #fff;
}
.tabs a.active span {
  color: #fff;
}
.tabs a span {
  color: #E91717;
  padding-left: 0.3rem;
}

.priceList {
  overflow: hidden;
}
.priceList li {
  float: left;
  width: 18.32%;
  margin-right: 2.1%;
  padding-top: 4rem;
  padding-bottom: 3rem;
  text-align: center;
}
.priceList li:last-child {
  margin-right: 0;
}
.priceList li h3 {
  font-size: 1.17rem;
  font-weight: 400;
  white-space: nowrap;
}
.priceList li h3 span {
  color: #999;
  font-size: 0.88rem;
}
.priceList li.down .price {
  color: #E91717;
}
.priceList li.down .date small {
  color: #E91717;
}
.priceList .price {
  font-size: 2.58rem;
  padding: 1.6rem 0;
  color: #fe5000;
}
.priceList .date {
  background: #F5EBE9;
  padding: 0.8rem;
}
.priceList .date span {
  display: inline-block;
  padding: 0 0.6rem;
  font-size: 1.05rem;
  color: #666;
}
.priceList .date small {
  margin-left: 0.2rem;
  color: #fe5000;
  font-size: 1rem;
}

.tabList {
  overflow: hidden;
}
.tabList .ul {
  background: #F5EBE9;
  overflow: hidden;
  height: 3.5rem;
}
.tabList .sort {
  float: right;
  line-height: 3.5rem;
}
.tabList .sort a {
  display: inline-block;
  padding: 0 1.5rem;
  border-left: 1px solid #dedede;
  font-size: 0.94rem;
}
.tabList .sort a:first-child {
  border: none;
}
.tabList .sort span {
  margin-left: 0.3rem;
}
.tabList .sort span.orange {
  color: #fe5000;
}
.tabList .sort span.blue {
  color: #E91717;
}

.navTwo .liItem {
  padding: 1.6rem 0;
}
.navTwo .liItem a {
  border: 1px solid #b0b0b0;
  font-size: 14px;
  padding: 0.3rem 0.8rem;
  margin-right: 1rem;
  white-space: nowrap;
  max-width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.4rem;
  display: inline-block;
}
.navTwo .liItem a.active {
  color: #E91717;
  border-color: #E91717;
}
.navTwo .liItem a:hover {
  color: #C72C1D;
}

.companyNews-content-data .pagination-container {
  clear: both;
}

.wordList {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 295px;
}
.wordList li {
  position: relative;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-width: 1px 0;
  transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -wenkit-transition: transform 400ms ease;
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.wordList li .day {
  width: 6rem;
  height: 6rem;
  float: left;
  margin-left: -7.5rem;
  background: #F5EBE9;
  text-align: center;
  padding-top: 0.7rem;
}
.wordList li dt {
  font-size: 1.7rem;
  color: #E91717;
}
.wordList li dd {
  font-size: 0.82rem;
  color: #999;
}
.wordList li:hover {
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.wordList li .date {
  position: absolute;
  right: 2%;
}
.wordList li .title {
  width: 80%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.wordList li a:hover {
  color: #C72C1D;
}
.wordList .more {
  float: right;
  margin-right: -14rem;
  width: 10rem;
  text-align: center;
  padding-top: 3rem;
}
.wordList .more a {
  color: #E91717;
}
.wordList h3 {
  font-size: 1.41rem;
  font-weight: 400;
  padding-bottom: 1rem;
  padding-top: 0.6rem;
}
.wordList .word {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wordList .list-group-item {
  border-top: none !important;
}

.page {
  text-align: center;
  padding: 2rem 0 4rem;
}

.change {
  float: right;
  height: 3.52rem;
  line-height: 3.52rem;
  font-size: 0.92rem;
  cursor: pointer;
}
.change i {
  margin-right: 0.4rem;
  font-size: 1.1rem;
  float: left;
}
.change span {
  display: inline-block;
  overflow: hidden;
}

/*2020-11-26*/
.price_wrap {
  font-size: 0;
  margin-top: 3rem;
}
.price_wrap .price_area {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-right: 2%;
  font-size: 1rem;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}
.price_wrap .price_area .price_title {
  height: 48px;
  line-height: 48px;
  border-top: #E91717 3px solid;
  font-size: 1.17rem;
  text-align: center;
  background: #eaf1f6;
  color: #E91717;
}
.price_wrap .price_area .date {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #888;
}
.price_wrap .price_area .price_conent {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.price_wrap .price_area .price_conent ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: #ddd 1px solid;
  font-size: 0;
}
.price_wrap .price_area .price_conent ul li.gray {
  background: #e6e6e6;
}
.price_wrap .price_area .price_conent ul li span {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
.price_wrap .price_area .price_conent ul li span.area01 {
  box-sizing: border-box;
  padding-left: 15px;
  width: 40%;
}
.price_wrap .price_area .price_conent ul li span.area02 {
  width: 40%;
  text-align: center;
}
.price_wrap .price_area .price_conent ul li span.area03 {
  width: 20%;
  padding-right: 15px;
  box-sizing: border-box;
}
.price_wrap .price_tools {
  display: inline-block;
  height: 328px;
  vertical-align: top;
  width: 19%;
  font-size: 1rem;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}
.price_wrap .price_tools .price_title {
  height: 48px;
  line-height: 48px;
  border-top: #38aafa 3px solid;
  font-size: 1.17rem;
  text-align: center;
  background: #eaf1f6;
  color: #E91717;
}
.price_wrap .price_tools .price_title i {
  margin-right: 5px;
  font-size: 18px;
}
.price_wrap .price_tools ul {
  margin-top: 10px;
}
.price_wrap .price_tools ul li {
  height: 45px;
  line-height: 45px;
  text-indent: 20px;
}
.price_wrap .price_tools ul li i {
  margin-right: 5px;
  font-size: 16px;
  color: #888;
}

.down {
  color: #009632;
}

.up {
  color: #f00;
}

.moreData {
  width: 400px;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 0.6rem 0;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(49deg, #E91717, #1abfd8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a71d8", endColorstr="#1abfd8", GradientType=1);
  /*ie9及ie8*/
}

.moreData:hover {
  box-shadow: 0 0.1rem 0.7rem rgba(26, 113, 216, 0.3);
  transition: all 0.5s;
}

.moreData a {
  color: #fff;
}

.tabList .content .swiper-container {
  height: auto;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  float: left;
  width: 32.66%;
  border-radius: 0;
}
.panel .panel-body {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.panel .panel-body .square {
  width: 10px;
  height: 10px;
  background-color: #3783dd;
  float: left;
  margin: 7px;
  position: relative;
}

.panel-left {
  margin-right: 1%;
}

.wordList-more li {
  line-height: 35px;
}
.wordList-more li a {
  position: relative;
  left: 85%;
}/*# sourceMappingURL=newList.css.map */