.background {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.bannerBg {
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* 内容 */
.content {
  background: url('/static/img/aboutUs/news/luoan.png') no-repeat;
   height: 100%;
   display: flex;
   width: 1100px;
   margin: 60px auto 0px auto;
}

.content .left {
  margin-top: 130px;
}

.content .bigTit {
  font-size: 48px;
  color: #182A6A;
  letter-spacing: 0;
  font-weight: 400;
}

.content .smallTit {
  width: 270px;
  background: #FFFFFF;
  border: 2px solid rgba(238, 238, 238, 1);
  margin-top: 19px;
}

.content .smallTit li {
  width: 270px;
  height: 87px;
  line-height: 87px;
  font-size: 22px;
  color: #1C2188;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  /* background: #182A6A; */
}

/* .content .smallTit li:nth-child(1) {
  height: 87px;
  line-height: 87px;
  background: #182A6A;
  color: #fff;
  text-align: center;
} */
.content .smallTit li.actives {
  height: 87px;
  line-height: 87px;
  background: #182A6A;
  color: #fff;
  text-align: center;
}

.content .smallTit li:hover {
  height: 87px;
  line-height: 87px;
  background: #182A6A;
  color: #fff;
  text-align: center;
}

.contact {
  margin-top: 40px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}

.contact .tit {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}

.contact .cont {
  display: flex;
  margin-top: 14px;
}

.contact .tele {
  margin-left: 19px;
}

.contact img {
  width: 26px;
  height: 26px;
  display: inline-block;
}

.content .right {
  margin-left: 60px;
  margin-top: -60px;
}

.content .right .newsTitle {
  height: 87px;
  line-height: 87px;
  width: 866px;
  border-bottom: 1px solid #DCDCDC;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
}

.content .right .newsBox {
  margin-top: 34px;
  width: 866px;
  height: 220px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(233, 237, 244, 1);
  display: flex;
}

.content .right .textBox {
  padding: 40px 87px 30px 35px;
  box-sizing: border-box;
}

.content .right .newsBox .smallTitle {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
}

.content .right .newsBox .date {
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 18px;
}

.content .right .newsBox .para {
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content .right .blueBlock {
  width: 94px;
  height: 94px;
  background: #182A6A;
  border-radius: 2px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.content .right .dateNews {
  border-top: 1px solid #EEEEEE;
}

.content .right .dateNews li {
  display: flex;
  padding-bottom: 21px;
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee;
}

.dateNews>li:nth-child(1) {
  margin-top: 40px !important;
}

.dateTit {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
}

.datePara {
  margin-top: 13px;
  font-size: 14px;
  color: #7B7B7B;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}

ul.pagination {
  display: inline-block;
  margin-top: 60px;
  margin-left: 0px;
}

ul.pagination li {

  display: inline;
}

ul.pagination li a {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  color: black;
  float: left;
  text-align: center;
  line-height: 32px;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

select,
.num {
  border: none;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  color: black;
  float: left;
  text-align: center;
  line-height: 32px;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  outline: 0;
}

ul.pagination li a .active {
  background: #182A6A;
  color: white;
  border: 1px solid #182A6A;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}
.newsBox img{
  width: 320px;
  height: 220px;
}
.edit{
  display: none;
}
/* 设备最大宽度1440px */
@media screen and (min-width: 1025px) {
  .content {
      background: none;
      width: 1400px;
      margin: auto;
  }
  .content .left {
      margin-top: 87px;
  }
  .content .smallTit {
      width: 296px;
  }
  .content .smallTit li {
      width: 296px;
  }
  .contact .tele {
      width: 305px;
      line-height: 29px;
  }
  .content .right {
      margin-left: 20px;
      margin-top: 0px;
  }
  .content .right .newsTitle {
      width: 1046px;
  }
  .content .right .newsBox {
      width: 1046px;
  }
  .newsBox img {
      width: 338px;
  }
  .content .right .textBox {
      padding: 40px 28px 50px 16px;
  }
  .dateNewsli{
     width: 938px;
     margin-left: 14px;
  }
}
/* 设备最大宽度1024px */
@media screen and (max-width: 1024px){
   .content {
       background: none;
       width: 960px;
       margin:auto;
   }
   .content .left {
       margin-top: 86px;
   }
   .content .smallTit,.content .smallTit li {
       width: 228px;
   }
   .content .right {
       margin-left: 16px;
       margin-top: 0px;
   }
   .content .right .newsTitle {
       width: 715px;
   }
   .content .right .newsBox {
       margin-top: 40px;
       width: 715px;
       height: 176px;
   }
   .newsBox img {
       width: 270px;
       height: 176px;
   }
   .content .right .textBox {
       padding: 18px 16px 30px 16px;
   }
   .content .right .newsBox .date {
       margin-top: 16px;
   }
   .content .right .newsBox .para {
       -webkit-line-clamp: 2;
   }
   .dateNewsli{
        width: 608px;
        margin-left: 14px;
   }
}
/* 设备最大宽度750px */
@media screen and (max-width: 750px) {
.bannerBg {
    height: 220px;
}
.smallTit,.contact,.content .right .newsTitle {
   display:none;
}
.content {
    background: none;
    width: 345px;
    margin: auto;
    flex-direction: column;
}
.content .left {
    margin-top: 32px;
}
.content .bigTit {
    text-align: center;
}
.content .right {
    margin-left: 0px;
    margin-top: 0px;
}
.content .right .newsBox {
    margin-top: 25px;
    width: 344px;
    height: 220px;
    position: relative;
}
.newsBox img {
    width: 344px;
    height: 220px;
    filter: brightness(50%);
}
.content .right .textBox {
    padding: 24px 14px 0px 14px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.content .right .newsBox .smallTitle,.content .right .newsBox .date,.content .right .newsBox .para {
    color: #fff;
}
.smallTitle{
    width: 300px;
}
.smallTitle,.dateTit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .right .newsBox .date {
    margin-top: 8px;
}
.edit{
  width: 106px;
  background: #FFFFFF;
  margin-top:10px;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #5298EB;
  display:block;
}
.dateNewsli {
    width: 223px;
}
.datePara {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
    overflow: hidden;
}
#pageinput{
  width: 40px !important;
}
}