/* 招商资讯头条首页样式 */

/* banner样式开始 */
/* html,
body {
  overflow-x: hidden;
  background: #ededed;
} */

.banner {
  width: 100%;
  overflow-x: hidden;
}

.investment-banner_top {
  width: 100%;
  height: 0.98rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0.31rem 0.28rem;
  box-sizing: border-box;
  color: #333333;
  margin-bottom: 0.2rem;
}

.investment-banner_top>h3 {
  font-size: 0.34rem;
}

.investment-banner_top>div {
  font-size: 0.4rem;
}

.banner>.swiper-container-banner {
  width: 100%;
}

.banner>.swiper-container-banner .swiper-slide {
  width: 6.54rem !important;
  height: 3.12rem;
  background-color: #535353;
  border-radius: 0.08rem;
  /* margin-right: 0.19rem !important; */
}

.banner>.swiper-container-banner .swiper-slide>img {
  width: 100%;
}

/* banner样式结束 */

/* 导航样式开始 */

/* 导航样式结束 */
.headline-nav {
  margin: 0.21rem 0rem 0.21rem 0.31rem;
  padding-right: 0.3rem;
  box-sizing: border-box;

}
.headline-nav .swiper-container-join>.swiper-wrapper{
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.headline-nav .swiper-wrapper>.swiper-slide {
  width: 1.65rem !important;
  height: 0.9rem;
  margin-right: 0.1rem !important;
  border-radius: 0.08rem;
}

.headline-nav .swiper-wrapper>.swiper-slide>a {
  display: block;
  width: 1.65rem;
  height: 0.9rem;
  border-radius: 0.08rem;
  font-size: 0.34rem;
  text-align: center;
  line-height: 0.9rem;
  color: #ffffff;
}

.headline-nav .swiper-wrapper>.swiper-slide:nth-of-type(5n-4) {
  background-image: linear-gradient(0deg,
    #52a4ff 0%,
    #8bc2ff 100%);
}

.headline-nav .swiper-wrapper>.swiper-slide:nth-of-type(5n-3) {
  background-image: linear-gradient(0deg,
    #ff4e2a 0%,
    #ff7559 100%);
}

.headline-nav .swiper-wrapper>.swiper-slide:nth-of-type(5n-2) {
  background-image: linear-gradient(0deg,
    #ff9a26 0%,
    #ffc74f 100%);
}

.headline-nav .swiper-wrapper>.swiper-slide:nth-of-type(5n-1) {
  background-image: linear-gradient(0deg,
    #15b4dd 0%,
    #41d7fe 100%);
}

.headline-nav .swiper-wrapper>.swiper-slide:nth-of-type(5n) {
  background-image: linear-gradient(0deg,
    #29c49b 0%,
    #54e7c0 100%);
}

/* .headline-nav .swiper-wrapper>.swiper-slide>.red {
  background-image: linear-gradient(0deg,
    #ff4e2a 0%,
    #ff7559 100%);
}
.headline-nav .swiper-wrapper>.swiper-slide>.yellow {
  background-image: linear-gradient(0deg,
    #ff9a26 0%,
    #ffc74f 100%);
}

.headline-nav .swiper-wrapper>.swiper-slide>.blue {
  background-image: linear-gradient(0deg,
    #15b4dd 0%,
    #41d7fe 100%);
}

.headline-nav .swiper-wrapper>.swiper-slide>.green {
  background-image: linear-gradient(0deg,
    #29c49b 0%,
    #54e7c0 100%);
} */

/* 导航样式结束 */

/* 每日推荐样式开始 */
.join {
  width: 100%;
  /* height: 3.98rem; */
  background-color: #ffffff;
  margin-bottom: 0.19rem;
  box-sizing: border-box;
  padding: 0.25rem 0.3rem 0.32rem;
  overflow-x: hidden;
}

.join>h3 {
  font-size: 0.34rem;
  color: #333333;
  margin-bottom: 0.28rem;
}

.join>h3>a {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
}
.join>.swiper-container-recommend .swiper-wrapper{
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.join>.swiper-container-recommend .swiper-slide {
  width: 3.02rem !important;
  border-radius: 0.04rem;
  margin-right: 0.2rem !important;
}

.join>.swiper-container-recommend .swiper-slide>a {
  display: block;
  width: 3.02rem;
}

.join>.swiper-container-recommend .swiper-slide>a>div {
  width: 3.01rem;
  height: 2rem;
  border-radius: 0.04rem;
}

.join>.swiper-container-recommend .swiper-slide>a>div>img {
  display: block;
  width: 3.01rem;
  height: 2rem;
}

.join>.swiper-container-recommend .swiper-slide>a>h6 {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.1rem;
}

.join>.swiper-container-recommend .swiper-slide>a>p {
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
}

.join>.swiper-container-recommend .swiper-slide>a>p>span:first-of-type>i {
  color: #e00b0b;
}

.join>.swiper-container-recommend .swiper-slide>a>p>span>i {
  color: #ff602e;
  vertical-align: middle;
}

/* 每日推荐样式结束 */

/* 十大品牌样式开始 */
.ten-brank {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.31rem;
}

.ten-brank>h6 {
  font-size: 0.3rem;
  color: #333333;
}

.ten-brank>h6>a {
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #666666;
}

.ten-brank>h6>a>i {
  vertical-align: middle;
}

/* 十大品牌样式结束 */
/* 招商咨询样式开始 */
.goods-recommend {
  background: #fff;
  margin-bottom: 0.2rem;
  padding: 0.17rem 0.29rem 0.2rem;
  box-sizing: border-box;
}

.goods-recommend>.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goods-recommend>.title>h4 {
  font-size: 0.34rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  font-weight: 600;
}

.goods-recommend>.title>p {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
}

.goods-recommend>.title>p>i {
  vertical-align: middle;
}

.goods-recommend>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.goods-recommend>ul>li>a {
  display: block;
  width: 3.31rem;
  height: 3.09rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(172, 172, 172, 0.35);
  border-radius: 0.08rem;
  margin-top: 0.25rem;
}

.goods-recommend>ul>li>a>img {
  width: 3.31rem;
  height: 1.68rem;
  ;
  border-radius: 0.08rem 0.08rem 0rem 0rem;
}

.goods-recommend>ul>li>a>div {
  box-sizing: border-box;
  padding: 0rem 0.1rem 0.17rem 0.1rem;
}

.goods-recommend>ul>li>a>div>h6 {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  margin:.1rem 0;
}

.goods-recommend>ul>li>a>div>p:first-of-type {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-recommend>ul>li>a>div>p:last-of-type {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #e00b0b;
  line-height: 0.5rem;
}

.goods-recommend>ul>li>a>div>p:last-of-type>span {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.4rem;
  display:none;
}

/* 招商咨询样式结束 */


/* 招商咨询样式开始 头条首页 */
.headline-news {
  background: #fff;
  box-sizing: border-box;
  padding: 0.19rem 0.32rem 0.2rem;
  margin-bottom: 0.2rem;
}

.headline-news>.headline-news_nav>ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.34rem;
}

.headline-news>.headline-news_nav>ul>li {
  margin-right: 0.57rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  height:.8rem;
  line-height:.8rem;
}

.headline-news>.headline-news_nav>ul>.select::after {
  display: block;
  content: "";
  width: 0.38rem;
  height: 0.04rem;
  background-color: #ff0000;
  margin: 0.1rem auto 0;
}

.headline-news>.headline-news_nav>ul>li:last-of-type {
  margin-right: 0;
}

.headline-news>.headline-news_detail .headline-news_detail_top {
  display: block;
  border-bottom: 0.01rem solid #ccc;
  padding-bottom: 0.2rem;
  margin-bottom: 0.18rem;
}

.headline-news>.headline-news_detail .headline-news_detail_top>h6 {
  font-size: 0.3rem;
  color: #333333;
}

.headline-news>.headline-news_detail .headline-news_detail_top>div {
  width: 6.88rem;
  height: 4.2rem;
  margin: 0.2rem auto;
}

.headline-news>.headline-news_detail .headline-news_detail_top>div>img {
  display: block;
  width: 6.88rem;
  height: 4.2rem;
  border-radius: 0.1rem;
}

.headline-news>.headline-news_detail .headline-news_detail_top>p {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
}
/* .headline-news_detail_top>p>span{
  font-size: 0.26rem;
} */
.headline-news_detail_top>p>span>i {
  color: #e00b0b;
}

.headline-news_detail_top>p>span:nth-of-type(2)>i {
  color: #ff602e;
}

.headline-news_detail_top>p>span:first-of-type {
  width:100%;
  float:left;
}

.headline-news>.headline-news_detail ul>a {
  display: block;
}

.headline-news>.headline-news_detail ul>a>li {
  margin-bottom: 0.4rem;
}

.headline-news>.headline-news_detail ul>a>li {
  display: flex;
  justify-content: space-between;
}

.headline-news>.headline-news_detail ul>a:last-of-type {
  margin-bottom: 0;
}

.headline-news>.headline-news_detail ul>a>li>div>h6 {
  width: 100%;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.headline-news>.headline-news_detail ul>a>li>div>p {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headline-news>.headline-news_detail ul>a>li>div>p:first-of-type {
  margin: 0.19rem 0 0;
}

.headline-news>.headline-news_detail ul>a>li>div>p:last-of-type {
  color: #999;
  text-overflow: ellipsis;
width: 100%;
overflow: hidden;
}
.list-txt{
    float:left;
    width:65%;
}

.headline-news>.headline-news_detail ul>a>li>div>p:last-of-type>span>i {
  /* font-size: 0.15rem; */
  color: #e00b0b;
  vertical-align: middle;
}

.headline-news>.headline-news_detail ul>a>li>div>p:last-of-type>span:last-of-type>i {
  color: #ff602e;
}

.headline-news>.headline-news_detail ul>a>li>.hot-content_pic {
  width: 30%;
  height: 1.43rem;
  border-radius: 0.04rem;
}

.headline-news>.headline-news_detail ul>a>li>.hot-content_pic>img {
  display: block;
  width: 2.4rem;
  height: 1.43rem;
  border-radius: 0.04rem;
}

.headline-news>.headline-news_detail>div>a:last-of-type {
  display: block;
  width: 6.61rem;
  height: 0.53rem;
  background-color: #ededed;
  border-radius: 0.27rem;
  font-size: 0.24rem;
  line-height: 0.53rem;
  text-align: center;
  color: #333333;
  margin: 0.31rem auto 0;
}

.headline-news>.headline-news_detail>a:last-of-type>i {
  vertical-align: middle;
  font-size: 0.27rem;
}

.information-news_two,
.information-news_three {
  display: none;
}

/* 招商咨询样式结束 */

/* 资讯列表样式开始 */
.newsList {
  /* height: 6.01rem; */
  box-sizing: border-box;
  padding: 0 0.3rem;
  margin-top: 0.21rem;
  margin-bottom: 0.2rem;
}

.newsList>h4 {
  width: 6.9rem;
  height: 1rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.08rem 0rem #dcdcdc;
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 1rem;
  color: #333333;
  padding-left: 0.2rem;
  box-sizing: border-box;
}

.newsList>ul {
  /* height: 3.28em; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsList>ul>li {
  width: 1.88rem;
  height: 0.67rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.08rem 0rem #dcdcdc;
  border-radius: 0.04rem;
  font-size: 0.32rem;
  color: #666666;
  text-align: center;
  line-height: 0.67rem;
  margin-top: 0.21rem;
}

/* 资讯列表样式结束 */

/* 主菜单样式开始 */
/* .mainMenu {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0.1rem 0.42rem;
}

.mainMenu>ul {
  display: flex;
  justify-content: space-between;
}

.mainMenu>ul>li {
  text-align: center;
  font-size: 0.38rem;
}

.mainMenu>ul>li>a {
  display: block;
}

.mainMenu>ul>li>.select {
  color: #e00b0b;
  font-size: 0.4rem;
} */

/* 主菜单样式结束 */