
.playImg[data-v-35d6238e] {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background: #dcf4ff;
}
.playImg .newsBgTxtBox[data-v-35d6238e] {
  width: 1035px;
  height: 400px;
  margin: 0 auto;
}
.news_list[data-v-35d6238e] {
  width: 100%;
  height: 180px;
  border-bottom: 1px solid #eaeaea;
  padding-top: 0.1px;
  cursor: pointer;
  position: relative;
}
.news_list dl[data-v-35d6238e] {
  width: 1200px;
  height: 150px;
  margin: 30px auto;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.news_list dl img[data-v-35d6238e] {
  width: 220px;
  height: 120px;
  border: none;
  display: inline-block;
  float: left;
}
.news_list dl dt[data-v-35d6238e] {
  width: 720px;
  height: 150px;
  float: left;
  margin-left: 32px;
  margin-right: 78px;
}
.news_list dl dt h3[data-v-35d6238e] {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-family: "KaiGenGothicSC-Light";
}
.news_list dl dt div[data-v-35d6238e] {
  width: 720px;
  height: 90px;
  overflow: hidden;
}
.news_list dl dt div h5[data-v-35d6238e] {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  font-family: "KaiGenGothicSC-Light";
}
.news_list dl dd[data-v-35d6238e] {
  width: 110px;
  float: left;
  text-align: center;
  margin-top: 30px;
}
.news_list dl dd h2[data-v-35d6238e] {
  font-size: 35px;
  color: #999;
  font-weight: 400;
  height: 50px;
  font-family: "KaiGenGothicSC-Light";
}
.news_list dl dd h4[data-v-35d6238e] {
  font-size: 20px;
  color: #999;
  font-weight: 400;
  font-family: "KaiGenGothicSC-Light";
}
.news_list[data-v-35d6238e]:hover {
  background: #eaeaea;
}
.news_list:hover dl[data-v-35d6238e] {
  position: relative;
  left: 51%;
}
/*分页*/
.pages{
  text-align: center;
  margin-top: 50px;
  color: #606266;
}
.pages a{
  color: #606266;
  padding: 4px 6px 4px 6px;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    border-radius: 2px;
}
.pages strong{
      background-color: #409EFF;
    color: #fff;
    border-radius: 2px;
     padding: 4px 6px 4px 6px;
}
cite,.pages_inp,.pages_btn{
  display: none;
}
.news-left{
  padding-bottom: 45px;
}