#news {
  background-color: #B2B2B2;
}
#news .ad {
  position: relative;
  height: 7.5rem;
  width: 19.2rem;
  background-color: #E1E1E1;
  background: url('../images/news/ad.png') no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  transition: all 1s;
}
#news .ad .core {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
#news .ad .core p:nth-child(1) {
  font-size: 0.36rem;
}
#news .ad .core p:nth-child(2) {
  font-size: 0.24rem;
}
#news .list {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 5.22rem;
  background-image: url('../images/news/new_1_bg.png');
  background-size: contain;
}
#news .list>span.title{
  position: absolute;
  font-size: .15rem;
  width: 100%;
  top: .2rem;
  padding-left: 2.65rem;
}
#news .list .title {
  display: block;
  font-size: 0.22rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news .list .box {
  display: flex;
  flex-direction: row;
  height: 4.07rem;
  /* margin: 0.69rem 0 0.46rem; */
  color: #454545;
  margin-top: 0;
}
#news .list .box .left {
  /* background-color: #576FD3; */
  width: 8.93rem;
  height: 100%;
}
#news .list .box .left #scrollBox{
  overflow: hidden;
  height: inherit;
  position: relative;
  /* top: .3rem; */
}
#news .list .box .left #scrollBox>ul>li{
  padding-left: 2.65rem;
  padding-right: 63px;
  width: 100%;
  text-align: left;
  font-size: .1716rem;
  line-height: .5rem;
  padding-bottom: 0;
}
#news .list .box .left #scrollBox>ul>li>a{
  color: #ffffff;
}
#news .list .box .left #scrollBox>ul>li>a>.title{
  margin: 0;
  color: #454545;
}
#news .list .box .left #scrollBox>ul>li>a>.desc{
  display: none;
  font-size: .14rem;
  color: #6E6E6E;
  line-height: 0.2rem;
}
#con1 {
  position: relative;
  z-index: 10;
}
#news .list .box .left #scrollBox>ul>li.hover {
  /* background: #7E318E; */
  background: #D1D1D1;
  padding-bottom: 0.05rem;
  /* transition: all .5s; */
}
.gun-bgm {
  background: transparent;
  height: 1.05rem;
  position: absolute;
  top: 0;
  width: 100%;
}
#news .list .box .left #scrollBox>ul>li.hover>a>.desc {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  /* opacity: 1; */
}
#news .list .box .right {
  height: 100%;
  /* width: 10.27rem; */
  width: 7.24rem
  /* background-image: url('../images/news/new_1.png');
  background-size: contain; */
}
#news .hot {
  position: relative;
  height: 3.98rem;
  background-color: #FFFFFF;
  
}
#news .hot .box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  width: 13.86rem;
  margin: 0 auto;
  color: #454545;
}
#news .hot .box .title {
  font-size: 0.3rem;
}
#news .hot .box .new_row {
  display: flex;
  justify-content: space-between;
  font-size: 0.1761rem;
 
  border-bottom: 1px solid #DADADA;
}
#news .hot .box .new_row>a{
  position: relative;
  color: #FF0707;
  width: 45%;
}
#news .hot .box .new_row >a> span {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0.2rem 0;
}
#news .hot .box .new_row > a>span .fenge {
  display: inline-block;
  margin: 0 0.18rem;
}
#news .hot .box .new_row > a>span .new_title {
  display: inline-block;
  width: 2.94rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  color: #454545;
}
#news .hot .box .new_row > a>span .time {
  display: inline-block;
  position: absolute;
  color: #888888;
  right: 0;
}
#news .hot .box .new_row:nth-last-child(1) {
  border-bottom: none;
}
#news .tab_news {
  background-color: #ffffff;
  margin: 0.54rem 0 0.46rem;
  max-height: 13.877rem;
}
#news .tab_news ul {
  list-style: none;
  width: 80%;
  margin-bottom: 0%;
  /* margin-left: .25rem; */
}
#news .tab_news a {
  text-decoration: none;
}
#news .tab_news .container {
  width: 13.83rem;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  overflow: hidden;
}
#news .tab_news .container .cont {
  display: none!important;
}
#news .tab_news .container .cont .box{
  margin: .2rem 0;
  display: block;
}
#news .tab_news .container .cont.active {
  display: block!important;
  width: 13.92rem;
  margin: 0.2rem auto;
}
#news .tab_news .container .cont.active .img {
  display: inline-block;
  width: 2.196rem;
  height: 1.647rem;
  background: #B2B2B2;
}
#news .tab_news .container .cont.active .txt {
  font-size: 0.16rem;
  float: right;
  width: 82%;
  line-height: 0.5rem;
  color: #888888;
}
#news .tab_news .container .cont.active .txt p:nth-child(1) {
  color: #454545;
  font-size: 0.24rem;
}
#news .tab_news .container .cont.active .txt p:nth-child(2) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
#news .tab_news .container .cont.active .txt p:nth-last-child(1) {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#news .tab_news .container .cont.active .txt p:nth-last-child(1) span:nth-last-child(1){
  display: inline-block;
  /* margin-right: 3rem; */
}
#news .tab_news .price {
  margin: 0 auto;
}
#news .tab_news .price .category {
  position: relative;
  overflow: hidden;
}
#news .tab_news .price .category:before {
  content: "";
  position: absolute;
  width: 100%;
  /* left: .25rem; */
  bottom: 0;
  height: 1px;
  background-color: #EDEDED;
  z-index: 2;
}
#news .tab_news .price .category ul li {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  position: relative;
  padding: .18rem 0;
  margin-right: .67rem;
}
#news .tab_news .price .category ul li a{
  color: #454545;
}
#news .tab_news .price .category ul li.active {
  border-bottom-color: #7E328E;
}
#news .tab_news .price .cont ul li {
  width: 280px;
  float: left;
  margin: 0 10px;
  box-sizing: border-box;
}
#news .tab_news .price .cont ul li:nth-child(4n) {
  margin-right: 0px!important;
}

#con1 {
}
#con1 li {
  translate: all 1s;
}
/* #news .ad1 {
  display: none;
}
#news .ad1.hover {
  position: fixed;
  display: block;
  top: 0;
  opacity: .2;
  transition: all 1s;
} */