/* 中间首页 */
.index_left_content {
  width: 863px;
}

.video_contain .vjs-poster {
  background-size: 100% 100%;
}

.video_contain .video-js .vjs-big-play-button {
  display: none;
}

/* 轮播视频 */
.swiper_video {
  width: 100%;
  height: 549px;
  border: 0px solid black;
  display: flex;
}

.video_contain {
  width: 431px;
  height: 100%;
  border: 0px solid black;
}

.video_title_desc {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.video_title_desc span {
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: #AAAAAA;
}

.video_count {
  display: flex;
  align-items: center;
}

.video_count img {
  width: 17px;
  height: 11px;
}

.title_contain {
  width: 356px;
  margin: 0 auto;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 10px;
  margin-top: 26px;
}

.content_contain {
  width: 432px;
  background-color: #F7F7F7;
}

.video_title {
  font-size: 20px;
  font-family: FZLTHK;
  font-weight: normal;
  color: #000000;
  line-height: 34px;
}

.video_title a {
  color: #000000;
}

/* 列表 */
.g_list {
  margin-top: 60px;
  border: 0px solid #000000;
}

/* 政务号 */
.zhengwu_list {
  width: 100%;
  height: 242px;
  background-color: #F7F7F7;
  margin-top: 23px;
  margin-bottom: 40px;
}

/* 矩阵 */
.juzhen {
  width: 100%;
}

.juzhen .web_botton_div {
  width: 134px;
  height: 178px;
  text-align: center;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.juzhen .web_botton_div a{
  line-height: 1;
}

.juzhen .web_botton_div img {
  width: 54px;
  height: 53px;
  margin-top: 16px;
}

.juzhen .web_botton_div .guanzhu {
  width: 89px;
  height: 26px;
  border-radius: 1px;
}

.swiper_fa {
  width: 103%;
  height: 180px;
  border: 0px solid red;
  position: relative;
  margin-left: -26px;
}

.swiper-container-zhengwu {
  width: 90%;
  overflow: hidden;
  margin-left: 56px;
  margin-top: 34px;
}

.swiper_fa .web_botton_div2 {
  font-size: 15px;
}

.swiper_fa .swiper-button-next,
.swiper_fa .swiper-button-prev {
  top: 43%;
  width: 18px;
  height: 34px;
  background-size: 19px 44px;
  margin-top: -1px;
}

.juzhen .web_div {
  margin: 10px auto 0 auto;
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
  width: 120px;
}

.phone_juzhen .web_div{
  width: none !important;
}

.web_div2 {
  background-color: #CF2F2E;
  width: 90px;
  height: 26px;
  border-radius: 7px;
  margin: 15px auto;
  color: white;
  line-height: 26px;
  text-align: center;
}

.swiper_fa hr {
  width: 80%;
  margin-top: 15px;
  background: rgba(235, 235, 235, 1);
  color: #EBEBEB;
  background-color: #EBEBEB;
  opacity: 0.2;
}

.swiper_fa .chakan {
  border: 1px solid rgba(25, 128, 222, 1);
  border-radius: 5px;
  width: 57px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(25, 128, 222, 1);
  line-height: 24px;
  margin: 13px auto;
}


.swiper_fa .swiper-button-next {
  right: 17px;
  outline: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper_fa .swiper-button-prev {
  outline: none;
  left: 28px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}