body {
  background-color: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .body {
    background-image: url(../../../common/index/img/another-bg-img.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    min-width: 1200px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .body .big-tit {
    width: 1200px;
    margin: 0 auto;
  }
  .body .box1 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .body .box1 .tit {
    height: 100px;
    background-image: url(../../../common/index/img/news-titi-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .body .box1 .tit p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: table;
    margin: 0 auto;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../../../common/index/img/news-titi1.png);
    line-height: 100px;
  }
  .body .box1 .img-box {
    background-color: #fff;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 1px;
  }
  .body .box1 .img-box a {
    float: left;
    width: 570px;
    height: 195px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .body .box1 .img-box a:nth-child(even) {
    float: right;
  }
  .body .box1 .img-box a img {
    width: 100%;
    height: 195px;
  }
  .body .box2 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .body .box2 .tit {
    height: 100px;
    background-image: url(../../../common/index/img/news-titi-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .body .box2 .tit p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: table;
    margin: 0 auto;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../../../common/index/img/news-titi2.png);
    line-height: 100px;
  }
  .body .box2 .news-box .tit-box{
    display: none;
  }
  .body .box2 .news-box .detail-box {
    height: 248px;
    background-color: #fff;
    width: 590px;
    float: left;
    margin-bottom: 20px;
  }
  .body .box2 .news-box .detail-box .img-box {
    width: 178px;
    height: 248px;
    float: left;
    /*background-size: 100% 100%;
    padding-top: 50px;*/
  }
  .body .box2 .news-box .detail-box .img-box img {
    /*margin: 0 auto;*/
    /*margin-bottom: 15px;*/
    width: 100%;
    height: 100%;
    display: block;
  }
  .body .box2 .news-box .detail-box .img-box p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .body .box2 .news-box .detail-box .a-box {
    width: 412px;
    float: right;
    padding: 15px 10px 0 10px;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 {
    display: block;
    height: 84px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .time-box {
    width: 80px;
    height: 70px;
    float: left;
    border: 1px solid #ebebeb;
    text-align: center;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .time-box p {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background-color: #FFA200;
    height: 22px;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .time-box img {
    width: 16px;
    height: 16px;
    margin: 5px auto;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .time-box h1 {
    font-size: 12px;
    color: #333;
    text-align: center;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .word-box {
    width: 290px;
    height: 84px;
    float: right;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .word-box h1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .word-box p {
    font-size: 12px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1:hover .word-box h1,
  .body .box2 .news-box .detail-box .a-box .a-box1:hover .word-box p {
    color: #eb9602;
  }
  .body .box2 .news-box .detail-box .a-box .a-box2 {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  .body .box2 .news-box .detail-box .a-box .a-box2 .new-img {
    vertical-align: top;
  }

  .body .box2 .news-box .detail-box .a-box .a-box2:hover {
    color: #eb9602;
  }
  .body .box2 .news-box .detail-box:nth-child(even) {
    float: right;
  }
 /* .body .box2 .news-box .detail-box:nth-child(1) .img-box {
    background-image: url(../../../common/index/img/news-detail-bg1.png);
  }
  .body .box2 .news-box .detail-box:nth-child(2) .img-box {
    background-image: url(../../../common/index/img/news-detail-bg2.png);
  }
  .body .box2 .news-box .detail-box:nth-child(3) .img-box {
    background-image: url(../../../common/index/img/news-detail-bg3.png);
  }
  .body .box2 .news-box .detail-box:nth-child(4) .img-box {
    background-image: url(../../../common/index/img/news-detail-bg4.png);
  }*/
}

@media screen and (max-width: 1023px) {
  .body {
    background-color: #f5f5f5;
    width: 100%;
    padding-top: .3rem;
    padding-bottom: .2rem;
  }
  .body .big-tit {
    display: none;
  }
  .body .box1 {
    margin-bottom: .3rem;
    padding: 0 .1rem;
  }
  .body .box1 .tit {
    height: 1rem;
    background-image: url(../../../common/index/img/news-titi-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .body .box1 .tit p {
    font-size: .4rem;
    font-weight: bold;
    color: #333;
    display: table;
    margin: 0 auto;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../../../common/index/img/news-titi1.png);
    background-size: .5rem auto;
    line-height: 1rem;
  }
  .body .box1 .img-box {
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: .1rem;
    padding-bottom: 1px;
  }
  .body .box1 .img-box img {
    float: left;
    width: 100%;
    margin-bottom: .2rem;
  }
  .body .box2 {
    margin-bottom: .3rem;
  }
  .body .box2 .tit {
    height: 1rem;
    background-image: url(../../../common/index/img/news-titi-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .body .box2 .tit p {
    font-size: .4rem;
    font-weight: bold;
    color: #333;
    display: table;
    margin: 0 auto;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../../../common/index/img/news-titi2.png);
    background-size: .5rem auto;
    line-height: 1rem;
  }
  .body_img_top{
    width:100%
  }

  .body .box2 .news-box .detail-box>a{
    display: none;
  }
  .body .box2 .news-box .tit-box{
    display: block;
    height: .8rem;
  }

  .body .box2 .news-box .tit-box p{
  padding-left: .5rem;
  font-size: .3rem;
  font-weight: bold;
  color: #444;
  float: left;
  background-image: url(../../../common/index/img/index-tit1.png);
  background-repeat: no-repeat;
  background-size: auto .4rem;
  background-position: center left;
  line-height: .8rem;
}

  .body .box2 .news-box .detail-box {
    background-color: #fff;
    margin-bottom: .3rem;
    padding: .2rem;
  }
  .body .box2 .news-box .detail-box .img-box {
    height: 1.8rem;
    padding-top: .2rem;
    background-size: 100% 100%;
    margin-bottom: .3rem;
  }
  .body .box2 .news-box .detail-box .img-box img {
    margin: 0 auto;
    height: .9rem;
    margin-bottom: .1rem;
  }
  .body .box2 .news-box .detail-box .img-box p {
    font-size: .26rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 {
    display: block;
    height: 1.7rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #ebebeb;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .time-box {
    width: 1.7rem;
    height: 1.6rem;
    float: left;
    border: 1px solid #ebebeb;
    text-align: center;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .time-box p {
    font-size: .24rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: .5rem;
    background-color: #FFA200;
    height: .5rem;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .time-box img {
    width: .3rem;
    height: .3rem;
    margin: .1rem auto;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .time-box h1 {
    font-size: .24rem;
    color: #333;
    text-align: center;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .word-box {
    width: 5.1rem;
    height: 1.6rem;
    float: right;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .word-box h1 {
    font-size: .3rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .2rem;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1 .word-box p {
    font-size: .24rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: .5rem;
  }
  .body .box2 .news-box .detail-box .a-box .a-box1:hover .word-box h1,
  .body .box2 .news-box .detail-box .a-box .a-box1:hover .word-box p {
    color: #eb9602;
  }
  .body .box2 .news-box .detail-box .a-box .a-box2 {
    display: block;
    font-size: .24rem;
    margin-bottom: .3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  .body .box2 .news-box .detail-box .a-box .a-box2 .new-img {
    vertical-align: top;
    width: .6rem;
  }

  .body .box2 .news-box .detail-box .a-box .a-box2:hover {
    color: #eb9602;
  }
  .body .box2 .news-box .detail-box:nth-child(1) .img-box {
    background-image: url(../../../common/index/img/news-detail-bg1.png);
  }
  .body .box2 .news-box .detail-box:nth-child(2) .img-box {
    background-image: url(../../../common/index/img/news-detail-bg2.png);
  }
  .body .box2 .news-box .detail-box:nth-child(3) .img-box {
    background-image: url(../../../common/index/img/news-detail-bg3.png);
  }
  .body .box2 .news-box .detail-box:nth-child(4) .img-box {
    background-image: url(../../../common/index/img/news-detail-bg4.png);
  }
}
