* {
  padding: 0;
  margin: 0;
}
.bigBox {
  background-color: #FAFAFA;
  padding: 100px 0px;
}
.bigBox .contentBox {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin: 0px;
  background-color: white;
}
.bigBox .contentBox .leftContent {
  width: 993px;
  padding-left: 30px;
}
.bigBox .contentBox .leftContent h3 {
  margin-top: 47px;
  margin-bottom: 17px;
  font-size: 23px;
  color: #333333;
}
.bigBox .contentBox .leftContent .time {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 65px;
  color: black;
}
.bigBox .contentBox .leftContent p {
  margin-bottom: 20px;
  color: black;
}
/*.bigBox .contentBox .leftContent img {*/
/*  display: block;*/
/*  width: 991px;*/
/*  height: 414px;*/
/*  background-color: black;*/
/*  margin-bottom: 75px;*/
/*}*/
.bigBox .contentBox .rightContent {
  width: 424px;
  margin-left: 82px;
}
.bigBox .contentBox .rightContent .hot {
  width: 60px;
  height: 15px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 94px;
  margin-bottom: 68px;
}
.bigBox .contentBox .rightContent .hotContent {
  width: 100%;
  height: 288px;
  border: 1px solid #f7f7f7;
  padding: 20px 18px;
}
.bigBox .contentBox .rightContent .hotContent .imgBox {
  overflow: hidden;
  width: 330px;
  height: 155px;
}
.bigBox .contentBox .rightContent .hotContent .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  margin-bottom: 20px;
  transition: all 0.6s linear;
}
.bigBox .contentBox .rightContent .hotContent .imgBox img:hover {
  transform: scale(1.1);
}
.bigBox .contentBox .rightContent .hotContent .hottTtle {
  color: black;
}
.bigBox .contentBox .rightContent .hotContent .hotTitle {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  width: 330px;
}
.bigBox .contentBox .rightContent .hotContent .hotCnt {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  opacity: 0.6;
}
.bigBox .news {
  display: flex;
  margin: 0px;
  background-color: white;
}
.bigBox .news .news-box {
  padding: 0;
}
.bigBox .news .newss {
  margin: 0px;
}
.bigBox .news .newss .prev {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 105px;
  width: 100%;
  background: #f7f7f7;
}
.bigBox .news .newss .prev:hover {
  background: #1451a3;
}

.bigBox .news .newss .prev span {
  color: black;
}
.bigBox .news .newss .prev .iconfont {
  display: inline;
}
.bigBox .news .newss .prev .img {
  height: 44px;
  width: 100px;
  background-color: #fff;
  opacity: 0;
}
.bigBox .news .newss .prev:hover .img {
  opacity: 1;
}

.bigBox .news .newss .next {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 105px;
  width: 100%;
  background: #f7f7f7;
}
.bigBox .news .newss .next:hover {
  background: #1451a3;
}

.bigBox .news .newss .next span {
  color: black;
}
.bigBox .news .newss .next .img{
  height: 44px;
  width: 100px;
  background-color: #fff;
  opacity: 0;
}
.bigBox .news .newss .next:hover .img{
  opacity: 1;
}
.bigBox .news .newss .next .iconfont {
  display: inline;
}
@media screen and (max-width: 800px) {
  body .bigBox .contentBox .rightContent .hotContent .imgBox {
    width: 100%;
  }
  .bigBox .news .newss .prev .img {
    display: none;
  }
  .bigBox .news .newss .next .img {
    display: none;
  }
  body .bigBox .contentBox .rightContent .hot {
    margin-bottom: 34px;
    margin-top: 0;
  }
  body .bigBox .contentBox .leftContent {
    padding-left: 0px;
    width: 100%;
  }
  body .bigBox .contentBox {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }
  body .bigBox .contentBox .rightContent {
    width: 100%;
    margin-left: 0;
  }
  body .bigBox .contentBox .leftContent img {
    width: 100%;

  }
  body .bigBox .news {
    display: block;
  }
  body .bigBox .contentBox .rightContent .hotContent {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1440px) {
  body .bigBox .contentBox {
    justify-content: start;
  }
}
