.newsContent{
  width: 80%;
  margin-left: 10%;
  display: flex;
  padding-bottom: 50px;
}

.newLeft{
  width: 60%;
}
.newRight{
  width: 37%;
  margin-left: 3%;
}

.newLeft>li{
  display: flex;
  padding-top: 6px;
  margin-bottom:21px;
  border-bottom: 1px solid rgba(172, 172, 172, 0.294);
  transition: all 0.5s;
}

.newLeft>li>a{
width: 100%;
  display: flex;
  padding: 6px 0;
  /*border-bottom: 1px solid rgba(172, 172, 172, 0.294);*/
  transition: all 0.5s;
  position: relative;
}


.yuyuyuuyuyuyuyuy{
    position: absolute;
    right: 0;
}


.newLeft>li:hover{
  color: #1b418a;
  border-bottom: 2px solid #1b418a;
  -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.05);
}

.newImgDa{
  width: 30%;
}

.newImgDa>img{
  width: 100%;
  border: 1px solid #e4dce6;
}

.newWenzi{
  width: 64%;
  margin-left: 3%;
}


.newWenzi>p{
  font-size: 23px;
}

.newWenzi>span{
  display: flex;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 50px;
  color: black;
}

.newWenzi>div{
  display: flex;
  color: #999999;
  font-size: 14px;
  align-items: flex-end;
  position: relative;
}


.newWenzi>div>p{
  font-size: 22px !important;
}


.newWenzi>div>span{
  display: flex;
  margin: 0 40px;
}

.newWenzi>div>a{
  position: absolute;
  right: 0;
  color: #999999;
}


.newWenzi>div>a:hover{
  color: #1b418a;
}

input{
    outline: none;
}
.newRight>div{
  font-size: 25px;  
  color: #1b418a;
  border-left: 2px solid #1b418a;
  padding-left: 10px;  
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}


.a2{
    width: 221px;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid  #eeeeee;
}

.a2 input{
    padding-left: 10px;
    border: 0;
}


.a2 span{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cccccc;
    cursor: pointer;
}


.a2 span img{
    width: 20px;
}

.zuixinde>li>a{
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  border-bottom: 1px solid rgba(172, 172, 172, 0.294);
}

.zuixinde>li>a{
  width: 100%;
  height: 100%;
  color: black;
}

.zuixinde>li>a:hover{
  color: #1b418a;
  border-bottom: 2px solid #1b418a;
}

.zuixinde>li>a>p{
  font-size: 23px;
}

.zuixinde>li>a>span{
  font-size: 13px;
  display: flex;
  margin: 20px 0;
  color: black;
}

.zuixinde>li>a>div{
  font-size: 16px;
  color: black;
}





/* 新闻详情 */
.newLeft>p{
  margin-top: 0px;
  font-size: 24px;
}

.newLeft>.zuozhe{
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid rgba(172, 172, 172, 0.294);
}
.newLeft>.zuozhe>span{
  display: flex;
  margin-right: 50px;
  color: #999999;
  font-size: 14px;
  align-items: flex-end;
}

.newLeft>.zuozhe>span>img{
  width: 20px;
  margin-right: 10px;
}

.newConent{
  width: 100%;
  display: flex;
  line-height:34px;
  flex-direction: column;
  font-size: 16px;
}
.newConent>p{
  font-size: 16px;
  
  padding: 0 0;
}


.newConent>img{
  width: 100%;
  height: 100%;
}

.newfenye{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.newfenye>a{
  color: #000000;
}

.newfenye>div{
  display: flex;
  width: 300px;
  justify-content: space-between;
}
.newfenye>div>a{
  width: 140px !important;
  height: 40px !important;
  border: 1px solid rgba(172, 172, 172, 0.294);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
}


.newfenye>div>a:hover{
  color: #1b418a;
  border: 1px solid #1b418a;
}

.newfenye>a:hover{
  color: #1b418a;
}


.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*分页*/
.pages-turn span{
  display:inline-block;width:44px;height:44px;line-height:31px;text-align:center;background-color:#1b418a;line-height: 44px;   margin: 10px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:44px;height:44px;line-height:31px;color:#000000; text-align:center;background-color:#f6f6f6;line-height: 44px; margin: 10px;  }

.pages-turn a.on, .pages-turn a:hover{color:#fff;background-color:#1b418a; }
/*.pages-turn a:first-child,*/
/*.pages-turn a:last-child{background:#f6f6f6;font-weight:600;}*/




/* 常见问题 */

.commonProblem{
  width: 80%;
  margin-left: 10%;
}

.commonProblem>li{
  width: 100%;
  padding-bottom: 70px;
  color: #888888;
}


.commonProblem>li>p{
  font-size: 25px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  color: #333333;
}

.commonProblem>li>p>a{
    font-size: 14px;
    display: flex;
    width: 100px;
    height: 30px;
    border: 1px solid  #888888;
    align-items: center;
    justify-content: center;
    color: #888888;
    transition: all .5s;
}


.commonProblem>li>p>a:hover{
    background: #1b418a;
    color: white;
}

.commonProblem>li>div{
  line-height: 40px;
  font-size: 14px;
}

.newfenye>a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.newLeft>ul{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.newLeft>ul>li{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  margin: 0px 5px;
}


.newLeft>ul>li:hover{
  background: #1b418a;
  color: white;
}

.newLeft>ul>div:hover{
  background: #1b418a;
  color: white;
}


.newLeft>ul>div{
  width: 50px;
  height: 50px;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
}

/* .leftNewsa{
  background-color: #f6f6f6;
  background: url(../images/icon/lefts.png) no-repeat center center;
}
.rightNewsa{
  background: url(../images/icon/rightw.png) no-repeat center center;
} */
@media (max-width: 1300px){
  .newWenzi>p,.zuixinde>li>a>p{
    font-size: 20px;
  }
  .newWenzi>span,.zuixinde>li>a>div{
    font-size: 12px;
  }
  
  .newImgDa{
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .newImgDa>img{
    height: 100%;
    width: auto;
  }
  .newRight>p{
      flex-direction: column;
  }
  
.newRight>p label{
    margin-top: 15px;
}
}

@media (max-width: 1000px){
  .newsContent{
    flex-wrap: wrap;
  }
  .newLeft,.newRight{
    width: 100%;
  }
  .newfenye>div{
    width: 200px;
  }
}


@media (max-width: 500px){
    .newfenye>div{
        display: none !important;
    }
    .newfenye>a{
        font-size: 12px;
    }
.newLeft>.zuozhe>span{
    margin: 0 15px !important;
}
.newLeft>.zuozhe>span>img{
    width: 10px;
    display: none !important;
}
  .newWenzi>p, .zuixinde>li>a>p{
    font-size: 16px;
    white-space: nowrap;/*强制在一行显示*/
    text-overflow:ellipsis;/*设置超出内容显示...*/
    overflow: hidden;
  }
  .newWenzi>div>span{
    margin: 0 20px !important;
  }

  .newLeft>li{
    flex-wrap: wrap;
    padding: 0;
  }
  
.newLeft>li>a{
    flex-wrap: wrap;
}
  .newImgDa,.newWenzi{
    width: 100%;
  }
  .newWenzi{
    margin-top: 20px;
  }
  .newWenzi>span{
      margin-bottom: 15px;
      margin-top: 15px;
  }

.newConent>p{
    padding: 10px 0 !important;
}
.newLeft>li>a{
    padding: 20px 0;
}
.newWenzi>div>p{
    font-size: 16px !important;
}
.zuixinde>li>a{
    padding: 20px 0;
}
.zuixinde>li>a>span{
    margin: 12px 0;
}
.newRight>p{
    margin-top: 15px;
}
.newRight>p{
    font-size: 22px !important;
}
.newLeft>p{
    margin-top: 20px;
}
.newLeft>p{
    font-size: 19px !important;
}
.zuozhe{
    flex-direction: column;
}
.newLeft>.zuozhe>span{
    margin: 2px 0 !important;
    font-size: 12px !important;
}
.newLeft>.zuozhe{
    padding: 15px 0;
}
.newConent>p{
    line-height: 20px !important;
    font-size: 12px !important;
}
.newConent>p{
    padding: 5px 0;
}
}































