* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: MicrosoftYaHei;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.banner {
  margin-bottom: 0.43rem;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

.content .size-box {
  margin: 0 auto;
  max-width: 1113px;
  width: 100%;
}

.content .title {
  margin-bottom: 0.34rem;
  padding: 0 0.24rem;
  text-align: center;
  font-size: 0.34rem;
  color: #005ea5;
}

#swiper {
  position: relative;
  margin-bottom:0.52rem;
}

#swiper .swiper-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.1rem 1.6rem 0.1rem 0.13rem;
  font-size: 0.24rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#swiper .bd li {
  position: relative;
}

#swiper .bd img {
  display: block;
  width: 100%;
  height: auto;
}

#swiper .hd {
  position: absolute;
  bottom: 15px;
  right: 9px;
  z-index: 2;
}

#swiper .hd ul {
  display: flex;
}

#swiper .hd li {
  width: 21px;
  height: 11px;
  border-radius: 5px;
  background-color: #b4cee5;
}

#swiper .hd li.on {
  width: 36px;
  background-color: #fff;
}

#swiper .hd li:not(:last-child) {
  margin-right: 13px;
}

.news-box .news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-box .news-head .news-title {
  color: rgba(0, 0, 0);
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 26px;
}

.news-box .news-head .more {
  color: rgba(102, 102, 102);
  font-size: 0.14rem;
  line-height: 14px;
}
.news-content{
display: flex;
}
.news-head{
  margin-bottom:0.22rem;
}
.news-left{
  margin-right:0.25rem;
  width:40%;
  align-self: flex-start;
}
.news-right{
  width:55%;
}
.news-img{
  display: block;
  width:100%;
  height:auto;
}
.news-img-desc{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:0.24rem;
  color:#000;
  text-align: center;
  font-weight:bold;
  padding:8px 10px;
}
.news-list li {
  position: relative;
  margin-bottom:10px;
  padding-left:0.2rem;
}
.news-list li::before{
  content: '';
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width:3px;
  height:3px;
  background-color: #000;
  border-radius: 100%;;

}
.news-list li  a{
  display: block;
  color:#000;
  font-size:0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list li:nth-child(1) a,
.news-list li:nth-child(2) a{
  font-weight: bold;
}
.news-content{
  margin-bottom:0.64rem;
}
.news-left{
  border:1px solid #ccc;
}
footer{
  padding:0.58rem 0.1rem 0.84rem 0.1rem;;
  text-align: center;
  background-color: #ccc;
  color:#000;
  font-size:0.14rem;
  line-height:2;
}
footer address{
  display: inline-block;
  font-style:normal;
}
@media screen and (max-width:640px) {
  #swiper .hd {
    bottom: 10px;
  }

  #swiper .hd li {
    width: 10px;
    height: 10px;
  }

  #swiper .hd li.on {
    width: 10px;
    background-color:red;
  }

  #swiper .hd li:not(:last-child) {
    margin-right: 6px;
  }
  main{
    padding:0 20px;
  }
  .news-content{
    padding:10px 10px 20px;
    flex-direction: column;
    align-items: center;
    border-bottom:1px solid #ccc;
  }
  .news-left{
    width:100%;
    margin-right:0;
    margin-bottom:20px;
  }
  .news-right{
    width:100%;
    height: 160px;
    overflow: hidden;
  }
  .news-box .news-head {
    padding: 0 10px;
  }
  .news-box .news-head .more{
    display: none;
  }
  .news-img-desc{
    font-size:18px;
  }
  .news-list li a{
    font-size:16px;
  }
}









