body{
  overflow-y: auto;
}
.titleImg{
  position: relative;
  overflow:hidden;
}
.titleImg>img{
  width:110%;
  min-height: 320px;
}
.titleImg .titleDetail{
  position: absolute;
  left: 0;
  top:45%;
  width:100%;
  align-items: center;
  text-align: center;
}
.titleImg .titleDetail>h3{
  margin-bottom: 25px;
  font-size: 40px;
  color: #eee;
}
.titleImg .titleDetail>p{
  font-size: 18px;
  color: #fff;
}
.changeNews{
  padding:40px 0 0;
}
#newsTab>li{
  margin-bottom: 10px;
  width:90%;
  height:50px;
  border: 1px solid rgba(230, 230, 230, 0);
}
#newsTab>li>a{
  padding:0 30px;
  width:100%;
  min-width: 150px;
  height:50px;
  line-height:48px;
  font-size: 18px;
  color:#666;
}
#newsTab>li.active>a .iconImg{
  float: right;
  margin:19px auto;
  width:6px;
  height:10px;
  background: url("../img/news/toRightBlue.png") no-repeat center;
  background-size: 100% 100%;
}
#newsTab>li.active{
  border: 1px solid rgba(230, 230, 230, 0.88);
}
#newsTab>li.active>a{
  color:#1E72C8;
}

.tab-pane .row{
  margin-bottom: 15px;
  padding:0px 0 10px;
  border-bottom: 1px solid #E3E4E6;
}
.tab-pane .leftImg>img{
  width:100%;
}
.tab-pane  .rowFirst{
  padding-bottom:25px;
}
.tab-pane  .rowFirst .leftImg{
  height:185px;
  overflow:hidden;
}
.tab-pane .rightText .new_title a{
  display:block;
  margin:10px 0;
  font-size: 20px;
  color: #2A2F33;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}
.tab-pane .rightText .new_title:hover a{
    color: #1E72C8 !important;
    transition: all 0.5s;
}
.tab-pane .rightText .new_times{
  display: flex;
}

.tab-pane .rightText .new_times>p{
  margin-right: 15px;
  width: 46px;
  line-height: 24px;
  background: #FFFFFF;
  color:#1E72C8;
  font-size: 14px;
  border: 1px solid rgba(30, 114, 200, 0.88);
  border-radius: 3px;
  text-align: center;
}
.tab-pane .rightText .new_times>span{
  font-size: 16px;
  color: #999EA3;
  line-height: 24px;
}
.tab-pane .row .rightText .new_text p{
  margin:10px 0;
  font-size: 15px;
  color: #5C6266;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-indent: 0 !important;
}
.tab-pane .row:nth-child(1) .rightText .new_text p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tab-pane .row .rightText .moreTo{
  width: 32px;
  height: 32px;
  border: 1px solid #1981F5;
  border-radius: 50%;
}
.tab-pane .row .rightText .moreTo>a{
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/news/toRightYellow.png") no-repeat center;
  background-size: 5px;
}
.tab-pane .row .rightText .moreTo:hover{
  background: #1981F5;
  transition: all 0.5s;
}
.tab-pane .row .rightText .moreTo:hover a{
  background: url("../img/news/toRightOn.png") no-repeat center;
  background-size: 5px;
  transition: all 0.5s;
}
.pagination{
  margin:20px 0;
}
.pagination li>a{
  margin:0 5px;
  padding:0;
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: #fff;
  border-radius: 20px !important;
  color:#666666;
  text-align: center;
}
.pagination li.active a{
  color:#fff;
  background: linear-gradient(90deg, #1E72C8, #4A9EDA);
}
.col-12{
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 998px){
  body{
    font-size: 16px;
  }
  .titleImg .titleDetail{
    top:50%;
  }
}
@media (max-width: 768px){
  
  .titleImg .titleDetail{
    top:50%;
  }
  .titleImg .titleDetail>h3{
    margin-bottom: 15px;
    font-size: 30px;
  }
  .titleImg .titleDetail>p{
    font-size: 16px;
  }
  #newsTab>li{
    width:100%;
  }
  .tab-pane .leftImg{
    margin-bottom: 20px;
  }
  .tab-pane .row{
    margin-bottom: 0px;
    padding: 10px 0 15px;
  }
  .pagination{
    margin:10px auto;
  }
}
@media (max-width: 668px){
  .titleImg .titleDetail>p{
    padding:0 20px;
  }
}
@media (max-width: 368px){
  .pagination li>a{
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
@media (max-width: 298px){
  .pagination li>a{
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}