.backToTop[data-v-7f596bdf] {
  position: fixed;
  right: 15px;
  bottom: 160px;
  width: 80px;
  z-index: 999
}

.backToTop .backToTop__btns .btns__item[data-v-7f596bdf] {
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #42aaf5;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px
}

.backToTop .backToTop__btns .btns__item a[data-v-7f596bdf] {
  color: #fff
}

.backToTop .backToTop__btns .btns__item .iconfont[data-v-7f596bdf] {
  font-size: 18px;
  margin-right: 5px
}

.backToTop .backToTop__btns .btns__item .btns__item__radio[data-v-7f596bdf] {
  font-size: 20px;
  margin-right: 4px
}

.backToTop .backToTop__uparrow[data-v-7f596bdf] {
  cursor: pointer;
  color: #fff;
  background-color: rgba(80, 81, 82, .4);
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  touch-action: pan-y
}

.swiper-wp8-vertical {
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}

.headlines .headlines__main {
  position: relative
}

.headlines .headlines__main .topheadnes__list {
  float: left;
  margin: 0 auto;
  font-size: 35px;
  line-height: 35px;
  width: 1120px;
  margin: 20px 10px;
  margin-bottom: 0;
  text-align: center;
  color: #ee3542;
  overflow: hidden;
  height: 50px
}

.headlines .headlines__main .topheadnes__list .topheadnews__list__item {
  cursor: pointer;
  padding-top: 10px;
  text-align: center;
  color: #ee3542;
  padding-right: 32px;
  display: inline-block;
  width: 100%
}

.headlines .headlines__main .topheadnes__more {
  position: absolute;
  cursor: pointer;
  font-size: 15px;
  height: 35px;
  right: 10px;
  bottom: 0;
  line-height: 35px;
  text-align: right;
  color: #f06c9b
}

.headlines .headlines__main .topheadnes__more:hover {
  color: #ee3542
}

.headlines .headlines__sub {
  padding-top: 10px;
  padding-bottom: 20px
}

.headlines .headlines__sub .headlines__list {
  margin-top: 10px
}

.headlines .headlines__sub .headlines__list .headlines__list__item {
  float: left;
  cursor: pointer;
  width: 350px;
  margin-right: 15px;
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
  color: #f06c9b
}

.headlines .headlines__sub .headlines__list .headlines__list__item:hover {
  color: #ee3542
}

.headlines .headlines__sub .headlines__list .headlines__list__item:first-child {
  margin-left: 20px
}

.headlines .headlines__sub .headlines__list .headlines__list__item:last-child {
  margin-right: 10px
}

.headlines .headlines__sub .headlines__list .headlines__more {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  font-size: 15px;
  height: 22px;
  line-height: 22px;
  text-align: right;
  color: #f06c9b
}

.headlines .headlines__sub .headlines__list .headlines__more:hover {
  color: #ee3542
}

 .el-carousel--horizontal {
  overflow: hidden
}

.home .home__content {
  background-color: #fff
}

.home .home__content .home__townnav {
  display: flex;
  background-color: #f5f4f4
}

.home .home__content .home__townnav .home__townnav__title {
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
  padding-right: 5px;
  height: 20px;
  line-height: 20px
}

.home .home__content .home__townnav .home__townnav__list {
  flex: 1
}

.home .home__content .home__townnav .home__townnav__list .home__townnav__list-wrapper {
  transition-timing-function: linear !important
}

.home .home__content .home__townnav .home__townnav__list .home__townnav__list-wrapper .townnav__list__item {
  cursor: pointer;
  height: 20px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #111;
  width: auto !important
}

.home .home__content .home__ad1 {
  margin-top: 20px;
  height: 120px
}

.home .home__content .home__ad3 {
  margin-top: 20px
}

.home .home__content .home__ad3 .home__ad3__list .ad3__list__item {
  float: left;
  margin-right: 15px;
  width: 390px
}

.home .home__content .home__ad3 .home__ad3__list .ad3__list__item:last-child {
  margin-right: 0
}

.home .home__content .home__flashnews1 {
  background: #fff4f4;
  margin-top: 20px
}

.home .home__content .home__flashnews1 .home__flashnews1__mian {
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  padding: 0 20px;
  text-align: center;
  color: #ee3542
}

.home .home__content .home__flashnews1 .home__topheadnews__list {
  margin: 0 auto;
  font-size: 30px;
  line-height: 32px;
  padding: 0 20px;
  text-align: center;
  color: #ee3542
}

.home .home__content .home__flashnews1 .home__topheadnews__list .topheadnews__list__item {
  cursor: pointer;
  padding-right: 30px;
  padding-top: 10px;
  text-align: center;
  display: inline-block;
  font-weight: 700
}

.home .home__content .home__flashnews1 .home__topheadnews__list .topheadnews__list__item:last-child {
  padding-right: 0
}

.home .home__content .home__flashnews1 .home__flashnews1__list {
  padding-top: 10px;
  padding-left: 20px
}

.home .home__content .home__flashnews1 .home__flashnews1__list .flashnews1__list__item {
  cursor: pointer;
  float: left;
  font-size: 16px;
  color: #f06c9b;
  padding-top: 10px;
  padding-right: 20px;
  width: 570px;
  text-align: center
}

.home .home__content .home__flashnews1 .home__flashnews1__list .flashnews1__list__item-more {
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #f06c9b;
  padding-top: 5px;
  padding-right: 10px
}

.home .home__content .home__flashnews1 .home__flashnews1__more {
  cursor: pointer;
  text-align: right;
  font-size: 12px;
  color: #f06c9b;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px
}

.home .home__content .home__headline {
  position: relative;
  margin-top: 20px;
  height: 28px;
  padding: 40px 30px;
  background-color: #f5f5f5
}

.home .home__content .home__headline .home__headline__title {
  cursor: pointer;
  width: 900px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  color: #034083;
  font-weight: 700;
  text-align: center
}

.home .home__content .home__headline .home__headline__sj,
.home .home__content .home__headline .home__headline__xz {
  position: absolute;
  cursor: pointer;
  width: 218px;
  height: 30px
}

.home .home__content .home__headline .home__headline__sj {
  top: 16px;
  right: 20px
}

.home .home__content .home__headline .home__headline__xz {
  top: 62px;
  right: 20px
}

.home .home__content .home__hot {
  height: 507px;
  margin-top: 20px
}

.home .home__content .home__hot .home__hot__carousel {
  float: left;
  position: relative;
  width: 760px;
  height: 507px;
  overflow: hidden;
}

.home .home__content .home__hot .home__hot__carousel img {
  width: 100%;
  height: 100%;
}

.swiper, .swiper2 {
  width: 100%;
  height: 100%;
}

.swiper img, .swiper2 img {
  width: 100%;
  height: 100%;
}

.home .home__content .home__hot .home__hot__carousel .carousel__item__img {
  cursor: pointer;
  width: 760px;
  height: 507px
}

.home .home__content .home__hot .home__hot__carousel .carousel__textbg {
  z-index: 999;
  position: absolute;
  display: flex;
  width: 760px;
  height: 28px;
  left: 0;
  bottom: 28px;
  background: linear-gradient(180deg, transparent, transparent)
}

.home .home__content .home__hot .home__hot__carousel .carousel__textbg .carousel__textbg__title {
  width: 720px;
  height: 28px;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(14, 13, 13, .493)
}

.home .home__content .home__hot .home__hot__carousel .carousel__textbg .carousel__textbg__number {
  width: 80px;
  height: 55px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 55px;
  text-align: right
}

.home .home__content .home__hot .home__hot__news {
  float: left;
  margin-left: 20px;
  width: 420px;
  box-sizing: border-box
}

.home .home__content .home__hot .home__hot__news .hot__news__list1 .hot__news__item,
.home .home__content .home__hot .home__hot__news .hot__news__list2 .hot__news__item {
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  color: #333;
  cursor: pointer
}

.home .home__content .home__hot .home__hot__news .hot__news__list1 .hot__news__item:hover,
.home .home__content .home__hot .home__hot__news .hot__news__list2 .hot__news__item:hover {
  color: #06a
}

.home .home__content .home__hot .home__hot__news .hot__news__list1 {
  border-bottom: 1px dashed #333;
  padding-bottom: 14px
}

.home .home__content .home__hot .home__hot__news .hot__news__list1 .hot__news__item-first {
  font-size: 25px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 5px;
  font-weight: 700
}

.home .home__content .home__hot .home__hot__news .hot__news__list2 {
  margin-top: 15px
}

.home .home__content .home__tabloid {
  margin-top: 10px
}

.home .home__content .home__tabloid .home__tabloid__up .home__tabloid__picture {
  float: left;
  width: 760px;
  height: 160px;
  overflow: hidden;
}

.picture__swiper__list {
  width: 100%;
}

.home .home__content .home__tabloid .home__tabloid__up .home__tabloid__picture .tabloid__picture__swiper .picture__swiper__list .picture__swiper__item {
  cursor: pointer;
  width: 240px;
  height: 160px
}

.home .home__content .home__tabloid .home__tabloid__up .home__tabloid__picture .tabloid__picture__swiper .picture__swiper__list .picture__swiper__item .picture__item__img {
  width: 240px;
  height: 160px
}

.swiper2 .swiper-slide {
  margin-right: 5px;
  width: calc((100% - 10px) / 3);
}

.swiper-container {
  max-width: 100%;
  margin: 0 auto;
}

.home .home__content .home__tabloid .home__tabloid__up .home__tabloid__mic {
  float: right;
  width: 420px;
  height: 160px
}

.home .home__content .home__tabloid .home__tabloid__up .home__tabloid__mic .home__mic__img {
  float: left;
  width: 50px;
  height: 160px;
  cursor: pointer
}

.home .home__content .home__tabloid .home__tabloid__up .home__tabloid__mic .tabloid__mic__swiper .mic__swiper-wrapper .mic__swiper__item,
.home .home__content .home__tabloid .home__tabloid__up .home__tabloid__mic .tabloid__mic__swiper .mic__swiper-wrapper {
  width: 370px;
  height: 160px
}

.home .home__content .home__tabloid .home__tabloid__up .home__tabloid__mic .tabloid__mic__swiper .mic__swiper-wrapper .mic__swiper__item .swiper__item__text {
  width: 370px;
  box-sizing: border-box;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  cursor: pointer
}

.home .home__content .home__tabloid .home__tabloid__up .home__tabloid__mic .tabloid__mic__swiper .mic__swiper-wrapper .mic__swiper__item .swiper__item__text:hover {
  color: #06a
}

.home .home__content .home__thirdparty__ad {
  margin-top: 10px
}

.home .home__content .home__middle {
  margin-top: 20px
}

.home .home__content .home__middle .home__middle__recommend {
  float: left;
  width: 760px
}

.home .home__content .home__middle .home__middle__recommend .home__recommend__tags {
  padding-bottom: 5px;
  border-bottom: 1px solid #d2d2d2
}

.home .home__content .home__middle .home__middle__recommend .home__recommend__tags .recommend__tags__btn {
  cursor: pointer;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 700;
  color: #333
}

.home .home__content .home__middle .home__middle__recommend .home__recommend__tags .recommend__tags__btn-active {
  background-color: #06a;
  color: #fff
}

.home .home__content .home__middle .home__middle__recommend .home__recommend__tags .recommend__tags__more {
  cursor: pointer;
  float: right;
  height: 15px;
  line-height: 15px;
  padding-top: 15px;
  padding-right: 10px;
  font-size: 13px;
  color: #333
}

.home .home__content .home__middle .home__middle__recommend .home__recommend__tags .recommend__tags__more:hover {
  color: #06a
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list {
  width: 758px;
  min-height: 1629px
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item:hover {
  cursor: pointer
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item .item__img {
  float: left;
  padding-right: 10px
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item .item__img img {
  vertical-align: middle;
  width: 240px;
  height: 160px
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item .item__title {
  float: left;
  font-size: 24px;
  line-height: 35px;
  height: 70px;
  color: #000;
  margin-bottom: 10px
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item .item__title:hover {
  color: #1e5497
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item .item__intro {
  float: left;
  height: 50px;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  margin-bottom: 10px
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item .item__intro:hover {
  color: #1e5497
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item .item__time {
  float: right;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  text-align: right;
  color: #666;
  margin-right: 8px
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item.list__item-img .item__intro,
.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item.list__item-img .item__title {
  width: 500px
}

.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item.list__item-txt .item__intro,
.home .home__content .home__middle .home__middle__recommend .img-txt__list .list__item.list__item-txt .item__title {
  width: 750px
}

.home .home__content .home__middle .home__middle__ask {
  float: right;
  width: 420px
}

.home .home__content .home__middle .home__middle__ask .model__title {
  padding-top: 13px;
  padding-left: 5px;
  margin-bottom: 13px
}

.home .home__content .home__middle .home__middle__ask .model__title .model__title__line {
  float: left;
  background-color: #06a;
  width: 4px;
  height: 20px;
  margin-right: 5px
}

.home .home__content .home__middle .home__middle__ask .model__title .model__title__name {
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  color: #333
}

.home .home__content .home__middle .home__middle__ask .model__title .model__title__name-light {
  color: #06a
}

.home .home__content .home__middle .home__middle__ask .model__title .model__title__more {
  float: right;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 13px;
  padding-right: 5px
}

.home .home__content .home__middle .home__middle__ask .model__title .model__title__more:hover {
  color: #06a
}

.home .home__content .home__middle .home__middle__ask .home__ask__list {
  padding-bottom: 15px;
  background-color: #ccc;
  background-color: #f5f5f5
}

.home .home__content .home__middle .home__middle__ask .home__ask__list .ask__list__item {
  width: 420px;
  height: 20px;
  padding-top: 10px
}

.home .home__content .home__middle .home__middle__ask .home__ask__list .ask__list__item .ask__item__dot {
  float: left;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 8px;
  background-color: #777
}

.home .home__content .home__middle .home__middle__ask .home__ask__list .ask__list__item .ask__item__url {
  float: left;
  display: block;
  width: 400px;
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 20px
}

.home .home__content .home__middle .home__middle__ask .home__ask__list .ask__list__item .ask__item__url:hover {
  color: #06a
}

.home .home__content .home__middle .home__middle__politics {
  float: right;
  width: 420px;
  margin-top: 10px
}

.home .home__content .home__middle .home__middle__politics .model__title {
  padding-top: 13px;
  padding-left: 5px;
  margin-bottom: 13px
}

.home .home__content .home__middle .home__middle__politics .model__title .model__title__line {
  float: left;
  background-color: #06a;
  width: 4px;
  height: 20px;
  margin-right: 5px
}

.home .home__content .home__middle .home__middle__politics .model__title .model__title__name {
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  color: #333
}

.home .home__content .home__middle .home__middle__politics .model__title .model__title__name-light {
  color: #06a
}

.home .home__content .home__middle .home__middle__politics .model__title .model__title__more {
  float: right;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 13px;
  padding-right: 5px
}

.home .home__content .home__middle .home__middle__politics .model__title .model__title__more:hover {
  color: #06a
}

.home .home__content .home__middle .home__middle__politics .home__politics__list {
  width: 420px
}

.home .home__content .home__middle .home__middle__politics .home__politics__list .politics__list__item {
  cursor: pointer;
  width: 420px;
  height: 66px;
  padding-bottom: 10px
}

.home .home__content .home__middle .home__middle__politics .home__politics__list .politics__list__item .politics__item__img {
  width: 420px;
  height: 66px
}

.home .home__content .home__middle .home__middle__media {
  float: right;
  width: 420px
}

.home .home__content .home__middle .home__middle__media .home__media__tags {
  padding-bottom: 5px
}

.home .home__content .home__middle .home__middle__media .home__media__tags .media__tags__btn {
  cursor: pointer;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 17px;
  margin-right: 10px;
  font-weight: 700;
  color: #999
}

.home .home__content .home__middle .home__middle__media .home__media__tags .media__tags__btn-active {
  color: #06a;
  border-bottom: 3px solid #06a
}

.home .home__content .home__middle .home__middle__media .home__media__tags .media__tags__more {
  cursor: pointer;
  float: right;
  height: 15px;
  line-height: 15px;
  padding-top: 15px;
  padding-right: 10px;
  font-size: 13px;
  color: #666
}

.home .home__content .home__middle .home__middle__media .home__media__tags .media__tags__more:hover {
  color: #06a
}

.home .home__content .home__middle .home__middle__media .home__media__list {
  width: 420px;
  padding-bottom: 10px;
  background-color: #f5f5f5
}

.home .home__content .home__middle .home__middle__media .home__media__list .media__list__item {
  padding-top: 10px
}

.home .home__content .home__middle .home__middle__media .home__media__list .media__list__item .media__item__img {
  float: left;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  color: #06a;
  padding: 0 5px
}

.home .home__content .home__middle .home__middle__media .home__media__list .media__list__item .media__item__text {
  cursor: pointer;
  float: left;
  width: 390px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #333
}

.home .home__content .home__middle .home__middle__media .home__media__list .media__list__item .media__item__text:hover {
  color: #06a
}

.home .home__content .home__middle .home__middle__party {
  margin-top: 8px;
  float: right;
  width: 420px
}

.home .home__content .home__middle .home__middle__party .model__title {
  padding-top: 13px;
  padding-left: 5px;
  margin-bottom: 13px
}

.home .home__content .home__middle .home__middle__party .model__title .model__title__line {
  float: left;
  background-color: #06a;
  width: 4px;
  height: 20px;
  margin-right: 5px
}

.home .home__content .home__middle .home__middle__party .model__title .model__title__name {
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  color: #333
}

.home .home__content .home__middle .home__middle__party .model__title .model__title__name-light {
  color: #06a
}

.home .home__content .home__middle .home__middle__party .model__title .model__title__more {
  float: right;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 13px;
  padding-right: 5px
}

.home .home__content .home__middle .home__middle__party .model__title .model__title__more:hover {
  color: #06a
}

.home .home__content .home__middle .home__middle__party .home__party__list {
  padding-bottom: 15px;
  background-color: #ccc;
  background-color: #f5f5f5
}

.home .home__content .home__middle .home__middle__party .home__party__list .party__list__item {
  width: 420px;
  height: 20px;
  padding-top: 10px;
  cursor: pointer
}

.home .home__content .home__middle .home__middle__party .home__party__list .party__list__item .party__item__dot {
  float: left;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 8px;
  background-color: #777
}

.home .home__content .home__middle .home__middle__party .home__party__list .party__list__item .party__item__text {
  float: left;
  display: block;
  width: 400px;
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 20px
}

.home .home__content .home__middle .home__middle__party .home__party__list .party__list__item .party__item__text:hover {
  color: #06a
}

.home .home__content .home__imgMatrix {
  margin-top: 20px
}

.home .home__content .home__imgMatrix .home__imgMatrix__title {
  position: relative;
  background-color: #fff;
  height: 44px
}

.home .home__content .home__imgMatrix .home__imgMatrix__title .imgMatrix__title__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1200px;
  height: 6px;
  margin-top: -3px;
  background-color: #ddd
}

.home .home__content .home__imgMatrix .home__imgMatrix__title .imgMatrix__title__text {
  position: absolute;
  top: 50%;
  left: 30px;
  height: 24px;
  margin-top: -12px;
  color: #06a;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 10px;
  background-color: #fff
}

.home .home__content .home__imgMatrix .home__imgMatrix__list .imgMatrix__list__item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 190px;
  height: 125px;
  margin-top: 10px;
  margin-left: 10px
}

.home .home__content .home__imgMatrix .home__imgMatrix__list .imgMatrix__list__item .imgMatrix__item__img {
  width: 190px;
  height: 125px
}

.home .home__content .home__imgMatrix .home__imgMatrix__list .imgMatrix__list__item .imgMatrix__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .5)
}

.home .home__content .home__imgMatrix .home__imgMatrix__list .imgMatrix__list__item .imgMatrix__item__text p {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  line-height: 20px;
  color: #fff;
  font-size: 12px
}

.home .home__content .home__imgMatrix .home__imgMatrix__list .imgMatrix__list__item:first-child {
  margin-left: 0;
  width: 400px;
  height: 260px
}

.home .home__content .home__imgMatrix .home__imgMatrix__list .imgMatrix__list__item:first-child .imgMatrix__item__img {
  width: 400px;
  height: 260px
}

.home .home__content .home__link {
  margin-top: 30px
}

.home .home__content .home__link .home__link__title {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  margin: 10px 0
}

.home .home__content .home__link .home__link__title .link__title__line {
  float: left;
  width: 5px;
  height: 18px;
  margin: 1px 5px;
  background-color: #06a
}

.home .home__content .home__link .home__link__title .link__title__text {
  float: left;
  font-size: 17px;
  font-weight: 700;
  height: 20px;
  line-height: 20px
}

.home .home__content .home__link .home__link__list {
  overflow: hidden;
  padding: 0 10px
}

.home .home__content .home__link .home__link__list .link__list__item {
  float: left;
  font-size: 14px;
  margin-right: 10px;
  padding-bottom: 10px;
  color: #333;
  cursor: pointer
}

.home .home__content .home__link .home__link__list .link__list__item:last-child {
  margin-right: 0
}

.home .home__content .home__link .home__link__list .link__list__item:hover {
  color: #06a
}

 .el-carousel__arrow {
  width: 50px;
  height: 50px;
  font-size: 25px;
  background-color: rgba(31, 45, 61, .25)
}

 .el-carousel__arrow:hover {
  background-color: rgba(31, 45, 61, .5)
}

 .el-carousel-item {
  width: 760px;
  height: 507px
}