﻿.sxz-width {
  width: 1180px;
}
.sxz-padding-30 {
  padding: 0 30px;
}

/* 首页开始 */
.sxz-container {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  margin-top: 34px;
  min-height: 38vh;
}

/* 头条开始 */
.sxz-hd-le {
  height: 140px;
  width: 100%;
  padding-top: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #eef4f9;
}

.sxz-hd-le-img {
  height: 102px;
  width: 80px;
  display: block;
  top: -7px;
  left: 30px;
  position: absolute;
}
.sxz-hd-le-img a {
  display: block;
  height: 100%;
  width: 100%;
}
.sxz-hd-le-img img {
  display: block;
  height: 100%;
  width: 100%;
}

.sxz-hd-le h3 {
  text-align: center;
  width: 840px;
  margin: 0 auto;
  line-height: 1.2;
}
.sxz-hd-le h3 a {
  font-size: 26px;
  color: #307ebb;
}

.sxz-hd-le p {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0;
  color: #999999;
  text-align: center;
}
.sxz-hd-le a {
  font-size: 16px;
  color: #666;
}

/* 头条结束 */

/* 消息开始 */

/* 轮播图开始 */
.sxz-information {
  box-sizing: border-box;
  width: 100%;
  height: 336px;
  margin-top: 30px;
  overflow: hidden;
}
.sxz-sw-one-box {
  float: left;
  width: 600px;
  height: 100%;
  position: relative;
}
.sxz-sw-one {
  height: 336px;
  width: 100%;
  overflow: hidden;
}
.sxz-sw-one-box .pagination {
  position: absolute;
  right: 25px;
  text-align: center;
  bottom: 18px;
  z-index: 1;
}
.sxz-sw-one-box .swiper-pagination-switch {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;

  cursor: pointer;
}
.sxz-sw-one-box .swiper-active-switch {
  background: #ffcc34;
  width: 16px;
}
.sxz-sw-one-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.sxz-sw-one-box a img {
  width: 100%;
  height: 100%;
  display: block;
}
.sxz-sw-one-box .sxz-sw-one-hint {
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.sxz-sw-one-hint p {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  width: 480px;
  box-sizing: border-box;
  padding-left: 25px;
}

.sxz-sw-one-box .arrow-left {
  background: url(../images/left.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  width: 33px;
  height: 63px;
  display: none;
}
.sxz-sw-one-box .arrow-right {
  background: url(../images/right.png) no-repeat left bottom;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  width: 33px;
  height: 63px;
  display: none;
}

.sxz-sw-one-box:hover .arrow-left,
.sxz-sw-one-box:hover .arrow-right {
  display: block;
}
/* 轮播图结束 */

/*  tab切换开始  */
.sxz-sw-cut-one {
  height: 100%;
  width: 495px;
  float: right;
}
.sxz-sw-cut-one-tabs {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.sxz-sw-cut-one-tabs a {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  height: 100%;
  padding: 0 17px;
}
.sxz-sw-cut-one-tabs a.active {
  color: #307ebb;
  height: 47px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top: 2px solid #307ebb;
  border-bottom: 1px solid white;
}
.sxz-sw-cut-one-more {
  float: right;
}
.sxz-sw-cut-one-more li {
  font-size: 16px;
  color: #999999;
  line-height: 50px;
  display: none;
}
.sxz-sw-cut-one-more li.on {
  display: block;
}
.sxz-sw-cut-one-more li a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.sxz-sw-cut-swiper-one ul {
  height: 258px;
  margin-top: 25px;
  overflow: hidden;
}
.sxz-sw-cut-swiper-one li {
  height: 45px;
  width: 100%;
}
.sxz-sw-cut-swiper-one a {
  font-size: 18px;
  padding-left: 28px;
  line-height: 45px;
  width: 350px;
  color: #222222;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  float: left;
  position: relative;
}
.sxz-sw-cut-swiper-one a:hover {
  color: #307ebb;
}
.sxz-sw-cut-swiper-one a::before {
  height: 10px;
  width: 10px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translate(0, -50%) rotate(45deg);
  background-color: #eef4f9;
}
.sxz-sw-cut-swiper-one span {
  float: right;
  line-height: 45px;
  font-size: 16px;
  color: #666666;
}
/*  tab切换结束  */

/* 消息结束 */

/* 长条轮播图开始 */
.sxz-sw-two-box {
  margin-top: 40px;
  overflow: hidden;
  box-sizing: border-box;
  height: 100px;
  width: 100%;
  position: relative;
}
.sxz-sw-two {
  height: 100px;
  width: 100%;

  margin: 0 auto;
}
.sxz-sw-two .swiper-slide {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.sxz-sw-two .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.sxz-sw-two .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}

.sxz-sw-two .sxz-sw-two-p {
  position: absolute;
  bottom: 8px !important;
  left: auto !important;
  right: 8px !important;
  z-index: 10;
}
.sxz-sw-two .swiper-pagination-switch {
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  background: #fff;
  border-radius: 0;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  z-index: 2;
  color: #307ebb;
  font-weight: 700;
  cursor: pointer;
  margin: 1px;
}
.sxz-sw-two .swiper-active-switch {
  background-color: #307ebb;
  color: #fff;
}

/* 长条轮播图结束 */

/* 旅游提示&政务服务大厅开始 */
.sxz-travel {
  box-sizing: border-box;
  height: 100px;
  margin-top: 40px;
  overflow: hidden;
}
.sxz-travel-left {
  width: 740px;
  height: 100px;
  float: left;
  background-color: #eef4f9;
}
.sxz-travel-left img {
  margin-top: 30px;
  margin-left: 30px;
  float: left;
}
.sxz-travel-right {
  width: 350px;
  height: 100px;
  float: right;
  background: url('../images/sxz-travel-right.png') no-repeat center;
  position: relative;
}

.sxz-travel-left div {
  float: left;
  line-height: 38px;
  font-size: 16px;
  width: 525px;
  margin-left: 45px;
}
.sxz-travel-left div:nth-child(2) {
  margin-top: 14px;
}
.sxz-travel-left div > a {
  color: #888888;
  width: 380px;
  float: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.sxz-travel-left div > a:hover {
  color: #307ebb;
}

.sxz-travel-left span {
  color: #888888;
  margin-left: 30px;
  float: left;
}

.sxz-travel-right a {
  display: block;
  height: 100%;
  width: 100%;
}
/* 旅游提示&政务服务大厅结束 */

/* 法律法规&政策解读&特殊模块开始 */
.sxz-law {
  height: 284px;
  margin-top: 40px;
  box-sizing: border-box;
}

.sxz-law-left {
  width: 740px;
  height: 100%;
  float: left;
}

.sxz-sw-cut-two-tabs {
  height: 42px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.sxz-sw-cut-two-tabs > a {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  float: left;
}

.sxz-sw-cut-two-tabs > a p {
  padding: 0 8px;
  height: 42px;
  position: relative;
  display: inline-block;
}

.sxz-sw-cut-two-tabs > a::after {
  margin: 0 36px;
  content: '';
  width: 1px;
  height: 18px;
  display: block;
  float: right;
  background-color: #c6c6c6;
}

.sxz-sw-cut-two-tabs > a:nth-child(3)::after {
  display: none;
}

.sxz-sw-cut-two-tabs > a.active {
  color: #307ebb;
}

.sxz-sw-cut-two-tabs > a.active p::before {
  height: 2px;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  background-color: #307ebb;
  left: 0;
  bottom: 0;
}
.sxz-sw-cut-two-more {
  float: right;
}
.sxz-sw-cut-two-more li {
  font-size: 16px;
  color: #999999;
  display: none;
}
.sxz-sw-cut-two-more li.on {
  display: block;
}
.sxz-sw-cut-two-more li a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.sxz-sw-cut-swiper-two {
  height: 240px;
}
.sxz-sw-cut-swiper-two ul {
  height: 240px;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.sxz-sw-cut-swiper-two li {
  height: 40px;
  width: 100%;
}
.sxz-sw-cut-swiper-two a {
  font-size: 16px;
  padding-left: 28px;
  line-height: 40px;
  width: 586px;
  color: #666666;

  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  float: left;
  position: relative;
}
.sxz-sw-cut-swiper-two a:hover {
  color: #307ebb;
}
.sxz-sw-cut-swiper-two a::before {
  height: 8px;
  width: 8px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translate(0, -50%) rotate(45deg);
  background-color: #eef4f9;
}
.sxz-sw-cut-swiper-two span {
  float: right;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
}

.sxz-law-right {
  height: 176px;
  width: 350px;
  float: right;
}

.sxz-law-rtl {
  height: 100%;
  width: 232px;
  overflow: hidden;
  float: left;
}

.sxz-law-rtl-p {
  width: 114px;
  height: 85px;
  margin-bottom: 5px;
  border-radius: 3px;
  float: left;
  background: url('../images/sxz-law-rtl-p.png') no-repeat center;
}

.sxz-law-rtl-p:nth-child(2n) {
  width: 114px;
  height: 85px;
  float: right;
}

.sxz-law-rtl-p a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 15px;
}

.sxz-law-rtr {
  height: 175px;
  width: 112px;
  float: right;
  background: url('../images/sxz-law-rtr.png') no-repeat center;
}

.sxz-law-rtr a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-top: 56px;
  text-align: center;
  box-sizing: border-box;
}

.sxz-law-r-bottom ul {
  margin-top: 32px;
  height: 72px;
  width: 100%;
}

.sxz-law-r-bottom li {
  width: 25%;
  height: 100%;
  float: left;
}

.sxz-law-r-bottom li:hover img {
  transform: rotate(360deg);
}

.sxz-law-r-bottom li:hover p {
  color: #307ebb;
}

.sxz-law-r-bottom li a {
  display: block;
  height: 100%;
  width: 100%;
}

.sxz-law-r-bottom li img {
  display: block;
  height: 32px;
  margin: 0 auto;
  transition: all 1s ease;
}

.sxz-law-r-bottom li p {
  font-size: 16px;
  text-align: center;
  color: #666666;
  margin-top: 20px;
}

/* 法律法规&政策解读&特殊模块结束 */

/* 文化场馆&旅游企业&文博场馆开始&活动交流开始 */

.sxz-culture {
  height: 284px;
  margin-top: 40px;
  box-sizing: border-box;
}

.sxz-culture-left {
  width: 740px;
  height: 100%;
  float: left;
}

.sxz-sw-cut-three-tabs {
  height: 42px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.sxz-sw-cut-three-tabs > a {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  float: left;
}

.sxz-sw-cut-three-tabs > a p {
  padding: 0 8px;
  height: 42px;
  position: relative;
  display: inline-block;
}

.sxz-sw-cut-three-tabs > a::after {
  margin: 0 36px;
  content: '';
  width: 1px;
  height: 18px;
  display: block;
  float: right;
  background-color: #c6c6c6;
}

.sxz-sw-cut-three-tabs > a:nth-child(3)::after {
  display: none;
}

.sxz-sw-cut-three-tabs > a.active {
  color: #307ebb;
}

.sxz-sw-cut-three-tabs > a.active p::before {
  height: 2px;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  background-color: #307ebb;
  left: 0;
  bottom: 0;
}

.sxz-sw-cut-swiper-three {
  height: 240px;
}
.sxz-sw-cut-swiper-three ul {
  height: 240px;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.sxz-sw-cut-swiper-three li {
  height: 40px;
  width: 100%;
}
.sxz-sw-cut-swiper-three a {
  font-size: 16px;
  padding-left: 28px;
  line-height: 40px;
  width: 586px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  float: left;
  position: relative;
}
.sxz-sw-cut-swiper-three a:hover {
  color: #307ebb;
}
.sxz-sw-cut-swiper-three a::before {
  height: 8px;
  width: 8px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translate(0, -50%) rotate(45deg);
  background-color: #eef4f9;
}
.sxz-sw-cut-swiper-three span {
  float: right;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
}

.sxz-sw-cut-three-more {
  float: right;
}
.sxz-sw-cut-three-more li {
  font-size: 16px;
  color: #999999;
  display: none;
}
.sxz-sw-cut-three-more li.on {
  display: block;
}
.sxz-sw-cut-three-more li a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.sxz-culture-right {
  width: 350px;
  float: right;
}

.sxz-culture-rt {
  height: 170px;
  width: 350px;
}

.sxz-sw-cut-four-tabs {
  height: 42px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.sxz-sw-cut-four-tabs > a {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  float: left;
}

.sxz-sw-cut-four-tabs > a p {
  padding: 0 8px;
  height: 42px;
  position: relative;
  display: inline-block;
}

.sxz-sw-cut-four-tabs > a::after {
  margin: 0 36px;
  content: '';
  width: 1px;
  height: 18px;
  display: block;
  float: right;
  background-color: #c6c6c6;
}

.sxz-sw-cut-four-tabs > a:nth-child(1)::after {
  display: none;
}

.sxz-sw-cut-four-tabs > a.active {
  color: #307ebb;
}

.sxz-sw-cut-four-tabs > a.active p::before {
  height: 2px;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  background-color: #307ebb;
  left: 0;
  bottom: 0;
}

.sxz-sw-cut-four-more {
  float: right;
}
.sxz-sw-cut-four-more li {
  font-size: 16px;
  color: #999999;
  display: none;
}
.sxz-sw-cut-four-more li.on {
  display: block;
}
.sxz-sw-cut-four-more li > a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.sxz-culture-rtl {
  margin-top: 26px;
  height: 120px;
  width: 100%;
}

.sxz-culture-rtl li {
  width: 25%;
  height: 100%;
  float: left;
}

.sxz-culture-rtl li a {
  display: block;
  height: 100%;
  width: 100%;
}

.sxz-culture-rtl li a img:nth-child(1) {
  display: block;
  height: 55px;
}

.sxz-culture-rtl li a img:nth-child(2) {
  display: none;
}

.sxz-culture-rtl li:hover a img:nth-child(1) {
  display: none;
}

.sxz-culture-rtl li:hover a img:nth-child(2) {
  display: block;
}

.sxz-culture-rtl li img {
  display: block;
  height: 55px;
  margin: 0 auto;
}

.sxz-culture-rtl li p {
  font-size: 16px;
  text-align: center;
  color: #666666;
  margin-top: 20px;
}

.sxz-platform {
  width: 100%;
  height: 92px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #eef4f9;
}

.sxz-p-head img {
  display: inline-block;
  vertical-align: text-top;
}

.sxz-p-head h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #307ebb;
}

.sxz-platform ul {
  width: 100%;
  height: 30px;
  margin-top: 13px;
}

.sxz-platform ul li {
  width: 96px;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #307ebb;
  float: left;
  margin-right: 16px;
}

.sxz-platform ul li:nth-child(3) {
  margin-right: 0;
}

.sxz-platform li a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #307ebb;
}
.sxz-platform li a:hover {
  opacity: 0.7;
}

/* 文化场馆&旅游企业&文博场馆结束&活动交流结束 */

/* 专题专栏开始 */

.sxz-special {
  height: 178px;
  width: 100%;
  padding: 42px 30px;
  box-sizing: border-box;
  margin-top: 40px;
  border-top: 1px solid #eef4f9;
}

.sxz-special-left {
  display: block;
  height: 100%;
  width: 82px;
  height: 95px;

  float: left;
}

.sxz-special-left a {
  display: block;
  width: 100%;
  height: 100%;
}

.sxz-special-r-b {
  display: block;
  height: 100%;
  width: 1012px;
  height: 95px;
  overflow: hidden;
  float: right;
  position: relative;
}

.sxz-special-right {
  display: block;
  height: 100%;
  width: 1022px;
  height: 95px;
  overflow: hidden;
  float: right;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.sxz-special-rb {
  width: 100%;
  height: 100%;
}

.sxz-special-rb a {
  display: block;
  height: 100%;
  width: 100%;
}

.sxz-special-rb img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.red-slide {
  background: #ca4040;
}
.blue-slide {
  background: #4390ee;
}
.orange-slide {
  background: #ff8604;
}
.green-slide {
  background: #49a430;
}
.pink-slide {
  background: #973e76;
}
/* 专题专栏结束 */

/* 侧边飘窗开始 */
.sxz-bay-win {
  width: 108px;
  height: 375px;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999999;
  left: 30px;
}
.sxz-bay-win a {
  display: block;
  width: 100%;
  height: 100%;
}
.sxz-bay-win img {
  display: block;
  width: 100%;
}
.sxz-bay-win em {
  position: absolute;
  height: 28px;
  width: 28px;
  bottom: 10px;
  left: 50%;
  cursor: pointer;
  text-align: center;
  transform: translate(-50%, 0);
  line-height: 30px;
  background: url('../images/guanbi.png') no-repeat center;
}
/* 侧边飘窗结束 */

/* 首页结束 */
