
.adv_item:hover img{
    transform: scale(1.2);
}

.adv_item{
       overflow: hidden;
}
.adv_item img{
 
    transition: all 0.3s;
   
}


.news {
  padding-bottom: 2.25rem;
}

.news {
  background-color: #f9f9f9;
}
.news_content {
  padding: 0.25rem 0.25rem 0.75rem;
  background: #ffffff;
  border-radius: 6px;
  margin-top: 1.25rem;
}
.news_left {
  width: 10.875rem;
   /*height: 2000px;*/
   /*overflow-y: scroll;*/
   /*overflow: hidden;*/
  /* background: springgreen; */
}
.news_right {
  width: 4.625rem;
  position: sticky;
  /*right:17%;*/
  /*height: 2500px;*/
  /* height: 600px; */
  /* background: red; */
}
.news_tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #e0dede;
  padding-bottom: 0.125rem;
}
.news_tabs_item a {
  font-size: 0.225rem;
  color: #333333;
  position: relative;
  transition: color 0.6s;
}
.news_tabs_item a:hover,
.nti_active a {
  color: #f08519;
}
.news_tabs_item a::after,
.nti_active a::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 0;
  background: #f08519;
  position: absolute;
  left: -25%;
  bottom: -0.15rem;
  transition: width 0.6s;
}
.news_tabs_item a:hover::after,
.nti_active a::after {
  width: 150%;
}

.news_item {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  border-bottom: 1px dashed #7c7c7c;
  cursor: pointer;
}
.news_item:hover .nit_title {
  color: #ff9a33;
}
.news_item:hover .nit_con {
  color: #ff9a33;
}
.news_item:hover img {
  transform: scale(1.2);
}
.news_item_left {
  width: 3rem;
  height: 2rem;
  /* background: skyblue; */
  overflow: hidden;
}
.news_item_left img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}

.news_item_right {
  width: 7.55rem;
}
.nit_title {
  font-size: 0.25rem;
  color: #333333;
  padding: 0.15rem 0 0.2375rem 0;
  transition: color 0.3s;
}

.nit_con {
  font-weight: 400;
  font-size: 0.175rem;
  color: #666666;
  line-height: 0.2625rem;
  transition: color 0.3s;
}
.nit_time {
  padding-top: 0.3375rem;
  font-size: 0.175rem;
  color: #7c7c7c;
}

.nit_time_icon {
  font-size: 0.2rem !important;
}
/* 最新展会 */
.submission {
  width: 100%;
  height: 0.75rem;
  background: #ff9a33;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-size: 0.3rem;
  line-height: 0.75rem;
  display: flex;
  justify-content: center;
}
.submission i {
  font-size: 0.45rem;
  padding-right: 0.0625rem;
}

.news_right_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f3f4;
  padding-bottom: 0.125rem;
  margin: 0.425rem 0 0.3125rem;
}
.n_more_title {
  font-weight: bold;
  font-size: 0.25rem;
  color: #333333;
}
.n_more_arrow {
  font-size: 0.175rem;
  color: #7c7c7c;
}
.n_more_arrow a{
  color: #7c7c7c;
}
.n_more_arrow img {
  width: 0.125rem;
  height: 0.1375rem;
  transform: rotate(180deg);
}
.ex_card {
  width: 100%;
  height: 2.25rem;
  border-radius: 6px;
  padding: 0.625rem 0.125rem 0.25rem 0.1125rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 0.45rem;
}
.ex_card:hover .ex_card_list a{
  color: #ff9a33;
}
.ex_card_list a{
  font-size: .175rem;
  cursor: pointer;
  transform: color .3s;
}
.ex_card_list a {
  font-size: 0.175rem;
  color: #333333;
  line-height: 0.3rem;
}
.ex_card_right {
  min-width: 1.4rem;
}
.ex_card_left {
  width: calc(100% - 1.5rem);
}
.ex_card_adress {
  font-size: 0.15rem;
  color: #333333;
  line-height: 1.3;
  margin-top: 0.375rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.ex_card_adress i {
  font-size: 0.25rem;
  color: #ff9a33;
}
.ex_card_img {
  width: 0.875rem;
  /* height: 0.35rem; */
  height: 0.875rem;
  /* background: skyblue; */
  margin-top: -0.2125rem;
  position: absolute;
  overflow: hidden;
  right: .25rem;
  z-index: 0;
}
.ex_card_img img{
  transition: all .3s;
}
.ex_card_img:hover img{
  transform: scale(1.1);
}
.ex_card_countdown {
  display: flex;
  margin-top: 1rem;
  padding-right: .15rem;
  justify-content: flex-end;
  position: relative;
}
.ex_countdown_left{
  line-height: .15rem;
  padding-top: .075rem;
}
.ex_countdown_days {
  font-size: 0.1375rem;
  color: #9e9f9f;
}
.ex_countdown_text {
  
  font-size: 0.1625rem;
  color: #f08519;
  position: relative;
  display: inline-block;
  padding-bottom: 0.0375rem;
}
.ex_countdown_text::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.0125rem;
  background: #ff9900;
  position: absolute;
  bottom: 0;
}
.ex_countdown_text::after {
  content: "";
  display: inline-block;
  width: 0.025rem;
  height: 0.025rem;
  /* background: #FF9900; */
  border-top: 0.0125rem solid #ff9900;
  border-right: 0.0125rem solid #ff9900;
  position: absolute;
  bottom: -0.0125rem;
  right: 0;
  transform: rotate(45deg);
}
.ex_countdown_time {
  font-size: 0.4rem;
  color: #f08519;
  line-height: 0.5rem;
  position: relative;
  padding-left: .0625rem;
}
.ex_countdown_time_en{
  font-size: 0.4rem;
  color: #f08519;
  line-height: 0.5rem;
  position: relative;
  padding-left: .0625rem;
}
.ex_countdown_time::after {
  content: "天";
  display: inline-block;
  width: 0.125rem;
  height: 0.125rem;
  line-height: 0.125rem;
  text-align: center;
  background: #ff9900;
  font-size: 0.0875rem;
  position: absolute;
  bottom: .05rem;
  /* left: 0; */
  right: -0.125rem;
  color: #ffffff;
  border-radius: 50%;
}
.ex_countdown_time_en::after {
  content: "D";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  right: -13px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  background: #ff9900;
}
.ex_saetime {
  font-weight: bold;
  font-size: 0.225rem;
  color: #f08519;
  position: absolute;
  height: 0.375rem;
  /* line-height: .375rem; */
  display: flex;
  align-items: center;
  top: -0.1875rem;
  left: 0.25rem;
  background: #ffffff;
}
.ex_saetime_line {
  width: 0.375rem;
  height: 0.025rem;
  background: #f08519;
  margin: 0 0.0625rem;
}

/* 咨询详情 */
.n_left_title {
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding: 0.125rem 0 0.5rem 0;
}
.n_left_subs {
  display: flex;
  justify-content: space-between;
  padding: 0 1.875rem 0.125rem;
  font-size: .2rem;
  color: #7c7c7c;
  border-bottom: 1px solid #eeeeee;
}
.n_left_con {
  padding: 0.25rem 0 0.4125rem 0;
  /* line-height: 0.325rem; */
  font-size: 0.2rem;
  color: #333333;
}
.n_left_con img{
  width: auto;
  max-width: 100%;
}
.n_left_mz {
  padding: 0.375rem 0;
  font-size: .225rem;
  color: #666666;
  line-height: 0.325rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.n_left_bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 0.375rem;
}
.n_left_bottom a {
  width: 40%;
  font-size: .225rem;
  color: #333333;
  line-height: .35rem;
  transition: color 0.3s;
}
.art_card {
  padding: 0.25rem 0;
  border-bottom: 1px solid #f4f3f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.art_card_img {
  width: 1.5rem;
  height: 1rem;
  /* background: springgreen; */
  border-radius: 0.075rem;
  overflow: hidden;
}
.art_card_img img {
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.art_card:hover .acc_title {
  color: #f08519;
}
.art_card:hover .acc_text {
  color: #f08519;
}
.art_card:hover img {
  transform: scale(1.1);
}
.art_card_con {
  width: 2.875rem;
}
.acc_title {
  font-size: 0.2rem;
  color: #333333;
  transition: color 0.3s;
}
.acc_text {
  font-size: 0.15rem;
  color: #333333;
  line-height: 0.25rem;
  padding-top: 0.125rem;
  transition: color 0.3s;
}
.n_left_bottom a:hover {
  color: #ff9a33;
}
.advertisement {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv_item {
  height: 0.875rem;
  display: block;
  flex: 0 0 19%;
  margin-bottom: 0.1875rem;
}
.adv_item img {
  height: 100%;
  display: block;
}
.n_left_con p{
  margin-bottom: .25rem !important;
}
.n_left_con table p{
  margin-bottom: 0 !important;
  line-height: .4rem;
}
/* 手机 */
@media screen and (max-width: 768px) {
  .adv_item  img{
    transform: scale(1);
    display: block;
  }
  .n_left_con table p{
  line-height: 30px;
}
  .news_content {
    display: block;
  }
  .news_left,
  .news_right {
    width: 100%;
  }
  .news_tabs {
    /* height: 20px; */
  }
  .news_tabs_item a {
    font-size: 12px;
    line-height: 32px;
  }
  .news_item_left {
    width: 120px;
    height: 80px;
  }
  .nit_title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_item_right {
    width: calc(100% - 130px);
  }
  .nit_con {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .nit_time_icon {
    font-size: 12px !important;
    padding-right: 4px;
  }
  .nit_time {
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .submission {
    height: 34px;
    line-height: 34px;
    margin-top: 20px;
    font-size: 16px;
  }
  .submission i {
    font-size: 18px;
    margin-right: 4px;
  }
  .news_right_more {
    padding: 10px 0;
  }
  .n_more_title {
    font-size: 14px;
  }
  .n_more_arrow {
    font-size: 12px;
  }
  .n_more_arrow img {
    width: 10px;
    height: 10px;
  }
  .ex_card {
    height: 140px;
    margin-top: 20px;
  }
  .ex_saetime {
    font-size: 16px;
  }
  .ex_card_list {
    margin-top: 20px;
  }
  .ex_card_list a {
    font-size: 12px;
    line-height: 1.3;
  }
  .ex_card_adress {
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 4px;
    line-height: 1.3;
  }
  .ex_card_adress i {
    font-size: 12px;
  }
  .ex_card_left {
    padding-left: 10px;
  }
  .ex_card_right {
    width: 40%;
  }
  .ex_countdown_days {
    font-size: 12px;
  }
  .ex_countdown_text {
    font-size: 10px;
    padding-bottom: 6px;
  }
  .ex_countdown_time {
    font-size: 28px;
    line-height: normal;
    padding-right: 10px;
  }
  .ex_countdown_time_en{
    font-size: 28px;
    line-height: normal;
    padding-right: 10px;
  }
  .ex_countdown_time::after {
    content: "天";
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    /* left: 0; */
    right: 0;
    color: #ffffff;
    border-radius: 50%;
  }
  .ex_countdown_time_en::after {
    content: "D";
    display: inline-block;
    width: 16px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    border-radius: 50%;
    background: #ff9900;
  }
  .n_left_title {
    font-size: 18px;
    padding: 10px 0 10px 0;
  }
  .n_left_subs {
    font-size: 12px;
    padding: 0 4px 10px;
  }

  .n_left_mz,
  .n_left_con {
    /* font-size: 12px; */
    /* line-height: 16px; */
  }
  .n_left_mz{
      font-size: 12px; 
     line-height: 16px; 
  }
  .n_left_con{
    font-size: 16px;
  }
  .n_left_bottom{
    display: block;
  }
  .n_left_bottom a {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
  .art_card_img {
    width: 100px;
    height: 60px;
  }
  .art_card_con {
    width: calc(100% - 110px);
  }
  .acc_title {
    font-size: 14px;
  }
  .acc_text {
    font-size: 12px;
    line-height: 14px;
  }
  .ex_card_list a{
    font-size: 14px;
  }
  .ex_card_img{
    width: 80px;
    height: 80px;
    top: 20px;
    right: 20px;
  }
  .ex_card_countdown{
    margin-top: 80px;
  }
  .adv_item{
    height: 32px;
    flex: 0 0 31%;
    margin-bottom: 10px;
  }
  .advertisement {
    margin-top: 40px;
  }
  .ex_countdown_left{
    line-height: 10px;
    padding-top: 6px;
  }
  .n_left_con p{
    margin-bottom: 15px !important;
  }
  .news_item {
    padding: 15px 0;
  }
  .ex_countdown_text::before{
    bottom: 0;
  }
  .ex_countdown_text::after{
    width: 2px;
    height: 2px;
    bottom: -2px;
    border-top: 1px solid #ff9900;
    border-right: 1px solid #ff9900;
  }
}
