@media screen and (min-width: 1024px) {
  .body {
    background-image: url(../../../common/index/img/index-body-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    min-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .body .body-box {
    width: 1200px;
    margin: 0 auto;
  }
  .body .body-box .box1 {
    margin-bottom: 40px;
  }
  .body .body-box .box1 .left-box {
    width: 900px;
    float: left;
  }
  .body .body-box .box1 .left-box .dh {
    height: 20px;
    margin-bottom: 20px;
  }
  .body .body-box .box1 .left-box .dh a {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-right: 5px;
  }
  .body .body-box .box1 .left-box .dh a:hover {
    color: #eb9602;
  }
  .body .body-box .box1 .left-box .dh P {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 20px;
  }
  .body .body-box .box1 .left-box .left-body {
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 20px 10px 20px;
    min-height: 600px;
  }
  .body .body-box .box1 .left-box .left-body .news {
    margin-bottom: 20px;
  }
  .body .body-box .box1 .left-box .left-body .news h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
  }
  .body .body-box .box1 .left-box .left-body .news h2 {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
  }
  .body .body-box .box1 .left-box .left-body .news p {
    font-size: 14px;
  }
  .body .body-box .box1 .left-box .left-body .news img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .body .body-box .box1 .left-box .left-body .zan {
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ddd;*/
  }
  .body .body-box .box1 .left-box .left-body .zan h1 {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .body .body-box .box1 .left-box .left-body .zan h1 span {
    font-size: 13px;
    font-weight: 100;
  }
  .body .body-box .box1 .left-box .left-body .zan div {
    height: 32px;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn {
    display: block;
    height: 32px;
    min-width: 110px;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 45px;
    line-height: 30px;
    outline: none;
    cursor: pointer;
    float: left;
    padding-right: 10px;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn p {
    float: left;
    color: #555;
    font-size: 16px;
    line-height: 32px;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn span {
    float: left;
    color: #555;
    font-size: 16px;
    margin-left: 5px;
    line-height: 32px;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn:nth-child(1) {
    margin-right: 20px;
    background-image: url(../../../common/index/img/zan1.png);
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn:nth-child(2) {
    background-image: url(../../../common/index/img/zan2.png);
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn:active {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #fff;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn.act {
    background-color: #d3d3d3;
    border-color: #999;
  }
  .body .body-box .box1 .left-box .left-body .word1 {
    height: 50px;
  }
  .body .body-box .box1 .left-box .left-body .word1 a {
    float: left;
    line-height: 50px;
    color: #333;
    font-size: 13px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .body-box .box1 .left-box .left-body .word1 a:hover {
    color: #eb9602;
  }
  .body .body-box .box1 .left-box .left-body .word2 p {
    font-size: 15px;
    font-weight: bolder;
    color: #333;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .body .body-box .box1 .left-box .left-body .word2 a {
    float: left;
    line-height: 20px;
    margin-bottom: 20px;
    color: #333;
    font-size: 13px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .body-box .box1 .left-box .left-body .word2 a:hover {
    color: #eb9602;
  }
  .body .body-box .box1 .right-box {
    width: 280px;
    float: right;
    padding-top: 40px;
  }
  .body .body-box .box1 .right-box .right1 {
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 8px;
    margin-bottom: 20px;
  }
  .body .body-box .box1 .right-box .right1 p {
    font-size: 16px;
    line-height: 34px;
    padding-left: 25px;
    color: #333;
    background-image: url(../../../common/index/img/news-detail-img1.png);
    background-repeat: no-repeat;
    background-position: center left 6px;
  }
  .body .body-box .box1 .right-box .right1 img {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .body .body-box .box1 .right-box .right1 div a {
    display: block;
    height: 26px;
    width: 82px;
    border: 1px solid #eee;
    padding: 0 6px;
    font-size: 13px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    margin-bottom: 16px;
    border-radius: 5px;
    margin-right: 8px;
    float: left;
  }
  .body .body-box .box1 .right-box .right1 div a:hover {
    color: #EB9602;
    border-color: #EB9602;
  }
  .body .body-box .box1 .right-box .right1 div a:nth-child(3n+0) {
    margin-right: 0;
  }
  .body .body-box .box1 .right-box .right2 {
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 8px;
  }
  .body .body-box .box1 .right-box .right2 p {
    font-size: 16px;
    line-height: 34px;
    padding-left: 25px;
    color: #333;
    background-image: url(../../../common/index/img/news-detail-img1.png);
    background-repeat: no-repeat;
    background-position: center left 6px;
  }
  .body .body-box .box1 .right-box .right2 img {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .body .body-box .box1 .right-box .right2 div a {
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
  }
  .body .body-box .box1 .right-box .right2 div a:hover {
    color: #EB9602;
    border-color: #EB9602;
  }
  .body .body-box .box1 .right-box .right2 div a:nth-last-child(1) {
    margin-bottom: 0;
    border: none;
  }
  .body .body-box .box4 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
  }
  .body .body-box .box4 p {
    font-size: 13px;
    color: #333;
    float: left;
    width: 80px;
    line-height: 30px;
  }
  .body .body-box .box4 div {
    width: 1100px;
    float: left;
  }
  .body .body-box .box4 div a {
    font-size: 13px;
    color: #333;
    line-height: 30px;
    float: left;
    margin-right: 30px;
  }
  .body .body-box .box4 div a:hover {
    color: #eb9602;
  }
}
@media screen and (max-width: 1023px) {
  .body {
    background-color: #f5f5f5;
    padding-top: .3rem;
  }
  .body .body-box .box1 {
    margin-bottom: .3rem;
  }
  .body .body-box .box1 .left-box {
    margin-bottom: .3rem;
  }
  .body .body-box .box1 .left-box .dh {
    height: .8rem;
    padding: 0 .2rem;
    margin-bottom: .2rem;
  }
  .body .body-box .box1 .left-box .dh a {
    float: left;
    font-size: .24rem;
    color: #333;
    line-height: .8rem;
  }
  .body .body-box .box1 .left-box .dh a:hover {
    color: #eb9602;
  }
  .body .body-box .box1 .left-box .dh P {
    float: left;
    font-size: .24rem;
    color: #333;
    line-height: .8rem;
  }
  .body .body-box .box1 .left-box .left-body {
    background-color: #fff;
    padding: .3rem .2rem;
  }
  .body .body-box .box1 .left-box .left-body .news {
    margin-bottom: .3rem;
  }
  .body .body-box .box1 .left-box .left-body .news h1 {
    font-size: .32rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: .2rem;
  }
  .body .body-box .box1 .left-box .left-body .news h2 {
    font-size: .26rem;
    color: #666;
    margin-bottom: .2rem;
    text-align: center;
  }
  .body .body-box .box1 .left-box .left-body .news p {
    font-size: .16rem;
  }
  .body .body-box .box1 .left-box .left-body .news img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .body .body-box .box1 .left-box .left-body .zan {
    padding-bottom: .2rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid #ddd;
  }
  .body .body-box .box1 .left-box .left-body .zan h1 {
    font-size: .26rem;
    color: #333;
    line-height: .5rem;
    margin-bottom: .3rem;
    font-weight: bold;
  }
  .body .body-box .box1 .left-box .left-body .zan h1 span {
    font-size: .24rem;
    font-weight: 100;
  }
  .body .body-box .box1 .left-box .left-body .zan div {
    height: .6rem;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn {
    display: block;
    height: .6rem;
    min-width: 2.2rem;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    background-repeat: no-repeat;
    background-position: center left .2rem;
    padding-left: .9rem;
    line-height: .6rem;
    outline: none;
    color: #555;
    font-size: .26rem;
    background-size: .3rem auto;
    float: left;
    padding-right: .1rem;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn p {
    color: #555;
    font-size: .26rem;
    float: left;
    line-height: .6rem;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn span {
    color: #555;
    line-height: .6rem;
    font-size: .26rem;
    float: left;
    margin-left: .2re,;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn:nth-child(1) {
    margin-right: .3rem;
    background-image: url(../../../common/index/img/zan1.png);
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn:nth-child(2) {
    background-image: url(../../../common/index/img/zan2.png);
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn:active {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #fff;
  }
  .body .body-box .box1 .left-box .left-body .zan div .zan-btn.act {
    background-color: #d3d3d3;
    border-color: #999;
  }
  .body .body-box .box1 .left-box .left-body .word1 a {
    display: block;
    line-height: .5rem;
    color: #333;
    font-size: .24rem;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: .2rem;
    text-overflow: ellipsis;
  }
  .body .body-box .box1 .left-box .left-body .word1 a:hover {
    color: #eb9602;
  }
  .body .body-box .box1 .left-box .left-body .word2 p {
    font-size: .24rem;
    color: #333;
    height: .6rem;
    line-height: .6rem;
    padding: 0 10px;
    background-color: #f5f5f5;
    margin-bottom: .2rem;
    width: 100%;
  }
  .body .body-box .box1 .left-box .left-body .word2 a {
    display: block;
    line-height: .5rem;
    color: #333;
    font-size: .24rem;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: .2rem;
    text-overflow: ellipsis;
  }
  .body .body-box .box1 .left-box .left-body .word2 a:hover {
    color: #eb9602;
  }
  .body .body-box .box1 .right-box {
    padding-top: .3rem;
  }
  .body .body-box .box1 .right-box .right1 {
    background-color: #fff;
    padding: .2rem 0;
    margin-bottom: .3rem;
  }
  .body .body-box .box1 .right-box .right1 p {
    font-size: .26rem;
    line-height: .8rem;
    padding-left: .7rem;
    color: #333;
    background-image: url(../../../common/index/img/news-detail-img1.png);
    background-repeat: no-repeat;
    background-position: center left .2rem;
  }
  .body .body-box .box1 .right-box .right1 img {
    display: block;
    width: 100%;
    margin: .3rem 0;
  }
  .body .body-box .box1 .right-box .right1 div {
    padding: 0 .2rem;
  }
  .body .body-box .box1 .right-box .right1 div a {
    display: block;
    height: .5rem;
    width: 2.1rem;
    border: 1px solid #eee;
    padding: 0 .1rem;
    font-size: .24rem;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .5rem;
    margin-bottom: .3rem;
    border-radius: 5px;
    margin-right: .1rem;
    float: left;
  }
  .body .body-box .box1 .right-box .right1 div a:hover {
    color: #EB9602;
    border-color: #EB9602;
  }
  .body .body-box .box1 .right-box .right1 div a:nth-child(3n+0) {
    margin-right: 0;
  }
  .body .body-box .box1 .right-box .right2 {
    background-color: #fff;
    padding: .2rem 0;
    margin-bottom: .3rem;
  }
  .body .body-box .box1 .right-box .right2 p {
    font-size: .26rem;
    line-height: .8rem;
    padding-left: .7rem;
    color: #333;
    background-image: url(../../../common/index/img/news-detail-img1.png);
    background-repeat: no-repeat;
    background-position: center left .2rem;
  }
  .body .body-box .box1 .right-box .right2 img {
    display: block;
    width: 100%;
    margin: .3rem 0;
  }
  .body .body-box .box1 .right-box .right2 div a {
    display: block;
    border-bottom: 1px solid #eee;
    font-size: .24rem;
    padding: 0 .2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .8rem;
  }
  .body .body-box .box1 .right-box .right2 div a:hover {
    color: #EB9602;
    border-color: #EB9602;
  }
  .body .body-box .box1 .right-box .right2 div a:nth-last-child(1) {
    margin-bottom: 0;
    border: none;
  }
  .body .body-box .box4 {
    padding: 0 .2rem;
    background-color: #fff;
  }
  .body .body-box .box4 p {
    font-size: .24rem;
    color: #333;
    float: left;
    width: 1.5rem;
    line-height: .6rem;
  }
  .body .body-box .box4 div {
    width: 5.5rem;
    float: left;
  }
  .body .body-box .box4 div a {
    font-size: .24rem;
    color: #333;
    line-height: .6rem;
    float: left;
    margin-right: .2rem;
  }
  .body .body-box .box4 div a:hover {
    color: #eb9602;
  }
}
