.news {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newTop {
  width: 80%;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  background: white;
}


.newTopImg {
  width: 33%;
  overflow: hidden;
}

.newTopImg>img {
  /*height: 100%;*/
  width: 100%;
  transition: all 1s;
}


.newTopImg>img:hover {
  transform: scale(1.1);
}

.newTopCon {
  width: 55%;
  padding: 36px 5%;
  padding-top: 80px;
  position: relative;
}

.newTopCon>.fontS14 {
  margin-top: 28px;
  line-height: 25px;
  color: #666666;
  margin-bottom: 28px;
}

.fangxiang {
  position: absolute;
  bottom: 80px;
  left: 10%;
}

.newBot {
  width: 80%;
}

.newBot>li {
  width: 100%;
  margin-top: 50px;
}

.newBot>li>a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}


.newBot>li>a:hover {
  color: #1351d0;
  -moz-box-shadow: 5px 5px 10px #ddd;
  -webkit-box-shadow: 5px 5px 10px #ddd;
  box-shadow: 5px 5px 10px #ddd;
  transform: translate3d(0, -2px, 0);
  transform: scale(1.02);
}

.newBot>li>a:hover .newBotCon {
  border-bottom: 1px solid #f97111;
}

.newBot>li>a:hover .newBotCon>p>span {
  color: #1351d0;
}


.newBotImg {
  width: 30%;
  overflow: hidden;
}

.newBotImg>img {
  height: 100%;
}

.newBotCon {
  width: 67%;
  height: 289px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}

.newBotCon>.fontS20 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #333333;
}

.newBotCon .fontS14 {
  color: #666666;
}

.newBotCon>.fontS40 {
  font-weight: 900;
}

.fenyeye {
  width: 80%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  margin-top: 50px;
}

.fenyeye>li {
  width: 40px;
  height: 40px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  transition: all 0.5s;
}

.fenyeye>li:hover {
  background: #1351d0;
  color: white;
  transform: scale(1.05);
}

.yeyea {
  background: url(../images/back/ri.png) no-repeat center center !important;
  background-size: 25%;
  border: 1px solid #1351d0 !important;
}


.yeyeb {
  background: url(../images/back/le.png) no-repeat center center !important;
  background-size: 25%;
  border: 1px solid #1351d0 !important;
}





.newsDetails {
  width: 80%;
  margin-left: 10%;
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsCent>img {
  width: 100%;
}
.newsCent p img {
  /*width: 100%;*/
  max-width: 100%;
  object-fit: cover;
}
.newsDetails>p {
  color: #666666;
  font-size: 12px;
  display: flex;
  width: 20%;
  justify-content: space-between;
  margin-top: 35px;
}

.newsCent {
  width: 100%;
  border-top: 0.5px #ededed solid;
  margin-top: 50px;
}

.newsCent>div {
  font-size: 15px;
  color: #666666;
  margin: 50px 0;
  line-height: 35px;
}

.fenye {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.fenye>a {
  width: 45%;
  height: 100px;
  color: black;
  background: #f9f9f9;
}

.fenyeleft,
.fenyeright {
  display: flex;
  align-items: center;
  padding: 0 2%;
}

.titlee {

  white-space: nowrap;
  /*强制在一行显示*/
  text-overflow: ellipsis;
  /*设置超出内容显示...*/
  overflow: hidden;
}

.titlee>.fontS12{
  margin-top: 10px;
}

.fenyeright {
  display: flex;
  justify-content: flex-end !important;
}

.fenyeright>div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /*一定不能少 超出的内容进行隐藏*/
}

.xiaaaa {
  display: flex;
  justify-content: flex-end;
  margin-right: 0px !important;
  margin-left: 10px !important;
  border-right: 0 !important;
  border-left: 1px solid #e5e5e5 !important;
}

.shangaaa {
  width: 95px;
  margin-right: 10px;
  border-right: 1px solid #e5e5e5;
}


.fenyeleft>img,
.fenyeright>img {
  width: 15%;
}

.newstyiui>a {
  font-size: 18px;
}

.newstyiui>p {
  font-size: 12px;
  white-space: nowrap;
  /*强制在一行显示*/
  text-overflow: ellipsis;
  /*设置超出内容显示...*/
  overflow: hidden;
  /*一定不能少 超出的内容进行隐藏*/
}

.newstyiui>div {
  white-space: nowrap;
  /*强制在一行显示*/
  text-overflow: ellipsis;
  /*设置超出内容显示...*/
  overflow: hidden;
  /*一定不能少 超出的内容进行隐藏*/

}

.fenyeleft>p,
.fenyeright>p {
  display: flex;
  font-size: 15px;
}

.fenye>a:hover {
  color: #ffffff;
  background: #005ec4;
}

.BMap_Marker>div {
  border: 1px solid red;
}



@media (max-width: 1300px) {
  .fenyeright>div{
    align-items: flex-start !important;
  }
    .fangxiang{
        bottom: 5px;
    }
}

@media (max-width: 1500px) {
    .fangxiang{
        bottom: 20px;
    }
}
@media (max-width: 1000px) {

.fangxiang{
    left: 5% !important;
}
  .newsDetails {
    margin-top: 130px;
  }

  .newsDetails>h1 {
    text-align: center;
  }

  .newsDetails>p {
    width: 70%;
  }

  .fenye {
    display: none !important;
  }

  .fenyePc {
    width: 100% !important;
    display: block !important;
  }
  .newTop{
    flex-wrap: wrap;
  }
  .newTopImg>img{
    width: 100%; 
    height: auto !important;
  }
  .newTopImg,.newTopCon{
    width: 100%;
  }
  .newBot>li>a{
    flex-wrap: wrap;
  }
  .newBotImg{
    width: 100%;
  }
  .newBotCon{
    width: 90%;
    margin-left: 5%;
  }
  .newBotImg>img{
    width: 100%;
    height: auto !important;
  }
}

.fenyePc {
  width: 0px;
  overflow: hidden;
  margin-bottom: 30px;
  display: none;
}


.fenyePc>a {
  width: 100%;
  display: flex;
  margin-top: 15px;
  line-height: 25px;
  font-size: 14px;
  color: #666666;
}

.fenyePc>a:hover{
  color: #005ec4;
}