﻿* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif, "宋体";
}
input:focus,
textarea:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
#box_search {
  width: 10rem;
  height: 1.30666667rem;
  background: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#box_search .left {
  width: 2.18666667rem;
  height: 0.61333333rem;
  margin: 0rem 0rem 0rem 0.4rem;
}
#box_search .left img {
  width: 2.18666667rem;
  height: 0.61333333rem;
}
#box_search .center {
  margin: 0rem 0rem 0rem 0.29333333rem;
  width: 5.57333333rem;
  height: 0.85333333rem;
  background: #f7f7f7;
  border: 0.02666667rem solid #e2e2e2;
  border-radius: 0.13333333rem;
  position: relative;
}
#box_search .center input {
  width: 4.5rem;
  height: 0.85333333rem;
  background: #f7f7f7;
  border: none;
  padding: 0rem 0rem 0rem 0.32rem;
  font-size: 0.37333333rem;
  color: #000000;
}
#box_search .center .searchlogo {
  position: absolute;
  width: 0.45333333rem;
  height: 0.45333333rem;
  right: 0.34666667rem;
  top: 0.21333333rem;
}
#box_search .right {
  margin: 0rem 0rem 0rem 0.34666667rem;
  font-size: 0.42666667rem;
  color: #333333;
}
#search_hot {
  margin: 0.69333333rem auto 0;
  width: 9.25333333rem;
}
#search_hot .title {
  font-size: 0.48rem;
  color: #323332;
  font-weight: 800;
}
#search_hot .search_list {
  margin: 0.69333333rem auto 0;
  position: relative;
  width: 9.25333333rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#search_hot .search_list li {
  width: 3.46666667rem;
  font-size: 0.42666667rem;
  color: #2F2F2F;
  font-weight: 500;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 3.46666667rem;
  /*需要配合宽度来使用*/
  text-align: left;
  height: 0.42666667rem;
  line-height: 0.42666667rem;
  margin: 0rem 0rem 0.58666667rem 0rem;
}
#search_hot .search_list li:nth-child(2n+1) {
  margin: 0rem 2.24rem 0.58666667rem 0rem;
}
#search_hot .search_list .line {
  width: 0.02666667rem;
  height: 4.48rem;
  background: #e5e5e5;
  position: absolute;
  left: 4.61333333rem;
  top: 0rem;
}
.box_navbar {
  width: 10rem;
}
.box_navbar .navbar li {
  min-width: 1.04rem !important;
}
#ChooseList #ItemList:nth-child(n+2) {
  display: none;
}
.box_news_type04_card {
  text-align: center;
}
.box_news_type04_card .box {
  width: 9.2rem;
  height: 2.50666667rem;
  background: #ffffff;
  box-shadow: 0px 0.05333333rem 0.4rem 0px rgba(0, 0, 0, 0.09);
  border-radius: 0.13333333rem;
  overflow: hidden;
  margin: 0.42666667rem auto 0;
  display: inline-block;
}
.box_news_type04_card .box .title {
  font-size: 0.48rem;
  color: #000000;
  font-weight: 600;
  margin: 0.26666667rem 0rem 0rem 0.4rem;
  text-align: left;
}
.box_news_type04_card .box .detail {
  text-align: left;
  font-size: 0.32rem;
  color: #999999;
  margin: 0.05333333rem 0.4rem 0rem 0.4rem;
}
.box_news_type04_card .box .detail .contentTxt {
  font-size: 0.32rem;
  color: #999999;
  text-align: left;
}
.box_news_type04_card .box .detail .searchTxt {
  font-size: 0.32rem;
  color: #85B12E;
}
.box_nodata {
  width: 10rem;
  margin: 2.05333333rem auto 0;
  text-align: center;
  position: relative;
}
.box_nodata img {
  margin: auto;
  width: 8.42666667rem;
  height: 6.18666667rem;
}
.box_nodata .box_text {
  position: absolute;
  top: 4.85333333rem;
  text-align: center;
  width: 100%;
}
.box_nodata .box_text span {
  font-size: 0.4rem;
  color: #999999;
  font-weight: 400;
  margin: auto;
  text-align: center;
}
