*{
  margin:0;
  padding: 0;
}
html, body{
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
a{
  color: #545454;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.banner{
  margin-top: 149px;
  text-align: center;
}
.banner  img{
  display: block;
  margin: 0 auto;
}

.banner .title_second{
  margin-top: 8px;
}

.section_1{
  margin-top: 550px;

}
.section_1 .title{
  text-align: center;
}
.section_1 .title img{
  border: 0;
}
.section_1 section{
  margin: 0 auto;
  margin-top: 42px;
  display: flex;
  width: 1131px;
  height: 421px;
  background: #FFF;
  position: relative;
  z-index: 1;
}
.section_1 section .xjp{
  width: 616px;
  position: relative;
}
.section_1 section .xjp img{
  width: 100%;
  height: 100%;
  border: 0;
}
.section_1 section .xjp .xjp_title{
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left:0;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding-left: 15px;
}
.section_1 section .news_list{
  background: #FFF;
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 8px 0px;
  overflow-y: scroll;
}
.section_1 section .news_list .news_item{
  width: 454px;
  margin: 0 auto;
  font-size: 20px;
  display: flex;
  padding: 11px 0;
  border-bottom: 2px dashed #dc564c;
  font-size: 19px;
}
.section_1 section .news_list .news_item .before{
  width: 10px;
  margin-left: 10px;
  position: relative;
}
.section_1 section .news_list .news_item .before img{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section_1 section .news_list .news_item .link{
  flex: 1;
  line-height: 27px;
  word-spacing: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap;
  padding-left: 10px;
}
.section_1 section .tra_right_bottom{
  position: absolute;
  bottom: -7px;
  right:-7px;
  z-index: 1;
}

.section_2{
  width: 1203px;
  margin: 0 auto;
  margin-top: 101px;
  position: relative;
}
.section_2 .title{
  text-align: center;
}
.section_2 .section{
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 606px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.section_2 .section .news_item{
  width: 570px;
  margin-bottom: 43px;
  float: left;
}
.section_2 .section .news_item .news_title{
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px dashed #cd974f;
  font-style: oblique;
}
.section_2 .section .news_item .news_content{
  margin-top: 11px;
  background: #fceae4;
  font-size: 18px;
  line-height: 30px;
  text-indent: 2em;
  padding: 19px 16px;
  width: 539px;
  text-align: justify;
}
.section_2 .section .news_item .news_content div{
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  height: 90px;
  overflow:hidden;
}
.section_2 .red_line{
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  margin-left: -8px;
}
.section_2 .red_line .line{
  border-left: 1px dashed #c9151e;
  border-right: 1px dashed #c9151e;
  width: 0px;
  height: 579px;
  margin: 0 auto;
}
.section_2 .red_line .sq{
  width: 31px;
  height: 31px;
  background: #c9151e;
  margin-top: 11px;
}

.section_3{
  width: 1203px;
  margin: 0 auto;
  margin-top: 107px;
}
.section_3 .title{
  text-align: center;
}
.section_3 .section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 523px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.section_3 .section .news_item{
  width: 364px;
  margin-top: 30px;
  float: left;
}
.section_3 .section .news_item .news_title{
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cd974f;
}
.section_3 .section .news_item .news_content{
  color: #737373;
  line-height: 30px;
  background: #f0e1c5;
  margin-top: 18px;
  padding: 20px 7px;
  text-indent: 2em;
}
.section_3 .section .news_item .news_content div{
  height: 90px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
footer{
  margin-top: 117px;
  height: 152px;
  text-align: center;
  background: #cc4e3f;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    background-size: 123%;
    max-width: 100%;
    background-position: 3% 0%;
    overflow-x: hidden;
  }
  .banner{
    margin-top: .45rem;
    text-align: center;
  }
  .banner  img{
    display: block;
    margin: 0 auto;
    width: 47%;
  }
  
  .banner .title_second{
    margin-top: 8px;
  }
  
  .section_1{
    margin-top: 2rem;
    padding: 0 .2rem;
    width: 100%;
    box-sizing: border-box;
  }
  .section_1 .title img{
    width: 106%;
    margin-left: -3%;
  }
  .section_1 section{
    margin-top: .3rem;
    height: 12.15rem;
    width: 100%;
    display: block;
  }
  .section_1 section .xjp{
    width: 100%;
    position: relative;
  }
  .section_1 section .xjp img{
    width: 100%;
    height: 100%;
  }
  .section_1 section .xjp .xjp_title{
    width: 100%;
    height: .85rem;
    line-height: .85rem;
    padding-left: .2rem;
    font-size: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .section_1 section .news_list{
    padding: .1rem;
    width: 100%;
    height: 7rem;
    box-sizing: border-box;
  }
  .section_1 section .news_list .news_item{
    width: 100%;
    padding: .22rem 0;
    font-size: .3rem;
  }
  .section_1 section .news_list .news_item .before{
    width: 10px;
    margin-left: .05rem;
    position: relative;
  }
  .section_1 section .news_list .news_item .before img{
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-45%);
    width: 8px;
  }
  .section_1 section .news_list .news_item .link{
    flex: 1;
    line-height: .5rem;
    word-spacing: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    padding-left: 0.1rem;
  }
  .section_1 section .tra_right_bottom{
    position: absolute;
    bottom: -7px;
    right:-7px;
    z-index: 1;
  }
  
  .section_2{
    width: 100%;
    margin-top: 1rem;
  }
  .section_2 .title{
    text-align: center;
  }
  .section_2 .title img {
    width: 150%;
    margin-left: -25%;
  }
  .section_2 .section{
    margin-top: .35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 7rem;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    padding: 0 .2rem;
    box-sizing: border-box;
  }
  .section_2 .section .news_item{
    width: 100%;
    margin-bottom: .43rem;
  }
  .section_2 .section .news_item .news_title{
    font-size: .34rem;
    line-height: .8rem;
  }
  .section_2 .section .news_item .news_content{
    margin-top: 0.2rem;
    background: #fceae4;
    font-size: .29rem;
    line-height: .6rem;
    text-indent: 2em;
    padding: 0.2rem;
    width: 100%;
    text-align: justify;
    box-sizing: border-box;
  }
  .section_2 .section .news_item .news_content div{
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    height: 1.75rem;
    overflow:hidden;
  }
  .section_2 .red_line{
    display: none;
  }
  .section_2 .red_line .line{
    border-left: 1px dashed #c9151e;
    border-right: 1px dashed #c9151e;
    width: 0px;
    height: 7rem;
    margin: 0 auto;
  }
  .section_2 .red_line .sq{
    width: 31px;
    height: 31px;
    background: #c9151e;
    margin-top: 11px;
  }
  
  .section_3{
    width: 100%;
    margin: 0 auto;
    margin-top: .5rem;
  }
  .section_3 .title{
    text-align: center;
  }
  .section_3 .title img{
    width: 110%;
    margin-left: -4%;
  }
  .section_3 .section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 7rem;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    padding: 0 .2rem;
    box-sizing: border-box;
  }
  .section_3 .section .news_item{
    width: 100%;
    margin-top: .3rem;
  }
  .section_3 .section .news_item .news_title{
    font-size: .32rem;
    padding: 0 .2rem .2rem;
    border-bottom: 1px dashed #cd974f;
  }
  .section_3 .section .news_item .news_content{
    line-height: .6rem;
    margin-top: .2rem;
    padding: .2rem;
    text-indent: 2em;
    font-size: .3rem;
  }
  .section_3 .section .news_item .news_content div{
    height: 1.7rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  footer{
    margin-top: 0.5rem;
    height: 2rem;
    font-size: .26rem;
  }
  
}
