.main {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* 头条 */
.tt_main_box {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}

.tt_main_box a {
  margin-left: 50px;
  display: inline-block;
  color: #155c9e;
  font-size: 34px;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
}

/* 图片新闻、国务院信息*/
.tpxw_gwy_main {
  overflow: hidden;
}

.tpxw_gwy_main .tpxw_main {
  float: left;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box {
  position: relative;
  width: 670px;
  height: 405px;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  zoom: 1;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box .swiper-container {
  width: 679px;
  height: 405px;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box .swiper-container li {
  height: 405px;
  position: relative;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box .swiper-container li .img {
  width: 670px;
  height: 407px;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box .swiper-container li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box .swiper-container li .tit {
  width: 90%;
  padding: 0 5%;
  height: 80px;
  line-height: 56px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.44);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box .swiper-container li .tit a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box .pagination {
  position: absolute;
  z-index: 6;
  bottom: 10px;
  left: 50%;
  text-align: right;
  margin-left: -72px;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box .pagination span {
  display: block;
  float: left;
  margin: 0 5px;
  zoom: 1;
  background-color: #f6f6f6;
  height: 3px;
  overflow: hidden;
  width: 26px;
  cursor: pointer;
  font-size: 0;
  border-radius: 0;
  opacity: 1;
}

.tpxw_gwy_main .tpxw_main .tpxw_main_box .pagination .swiper-active-switch {
  width: 50px;
  transition: all 0.3s;
}

.tpxw_gwy_main .gwy_main_box {
  float: right;
  width: 499px;
  height: 405px;
  overflow: hidden;
  position: relative;
}

.tpxw_gwy_main .gwy_main_box .gwy_main {
  width: 100%;
}

.tpxw_gwy_main .gwy_main_box .nav_title {
  height: 50px;
}

.tpxw_gwy_main .gwy_main_box .nav_title li {
  float: left;
  height: 40px;
  line-height: 35px;
  margin-right: 20px;
  transition: all 0.3s;
  padding: 0 20px;
  border-radius: 20px;
}

.tpxw_gwy_main .gwy_main_box .nav_title li a {
  font-size: 20px;
  color: #333333;
  position: relative;
  border-bottom: 3px solid transparent;
  border-radius: 2px;
}

.tpxw_gwy_main .gwy_main_box .nav_title li a img {
  display: none;
  transition: all 0.3s;
  margin-right: 15px;
}

.tpxw_gwy_main .gwy_main_box .nav_title .on {
  background-color: #155c9e;
  border-radius: 20px;
}

.tpxw_gwy_main .gwy_main_box .nav_title .on a {
  font-weight: bold;
  color: #fff;
}

.tpxw_gwy_main .gwy_main_box .nav_title .on img {
  display: inline-block;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content {
  overflow: hidden;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item {
  width: 499px;
  overflow: hidden;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul {
  overflow: hidden;
  margin-top: 8px;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul li a {
  display: block;
  color: #222;
  line-height: 46px;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul li .xa_time {
  color: #999;
  float: right;
  font-size: 16px;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul li .redius {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #155c9e;
  opacity: 0.5;
  margin-right: 8px;
  vertical-align: middle;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul li:hover {
  color: #155c9e;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul li:hover a {
  color: #155c9e;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul .li-first {
  height: 100px;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 10px;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul .li-first .li-time {
  float: left;
  width: 88px;
  height: 88px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-align: center;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul .li-first .li-time .day {
  display: block;
  height: 48px;
  line-height: 58px;
  color: #535353;
  font-size: 26px;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul .li-first .li-time .year {
  display: block;
  height: 40px;
  line-height: 30px;
  color: #999;
  font-size: 15px;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul .li-first .first-tit {
  float: right;
  width: calc(100% - 120px);
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul .li-first .first-tit .tit {
  height: 52px;
  line-height: 26px;
}

.tpxw_gwy_main .gwy_main_box .gwy_main_content .gwy_main_content_item ul .li-first .first-tit .source {
  height: 36px;
  line-height: 36px;
  color: #999;
  font-size: 16px;
}

/* 通知公告 */
.tzgg_main {
  height: 100px;
}

.tzgg_main .tzgg_title {
  color: #222;
  font-size: 20px;
  line-height: 100px;
  font-weight: bold;
}

.tzgg_main .tzgg_title img {
  margin-right: 10px;
}

.tzgg_main .cs_vbar {
  margin-left: 10px;
  border-left: 2px solid #222;
  border-left-color: #155c9e;
  padding: 2px 6px 2px;
}

.tzgg_main .tzgg_content {
  float: right;
  position: relative;
  width: 1050px;
  height: 100px;
  overflow: hidden;
}

.tzgg_main .tzgg_content .roll__list {
  width: 9999px;
  position: absolute;
}

.tzgg_main .tzgg_content .roll__list li {
  float: left;
  margin-right: 50px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  text-align: center;
  padding-left: 15px;
}

.tzgg_main .tzgg_content .roll__list li a {
  color: #222;
  display: block;
  position: relative;
}

.tzgg_main .tzgg_content .roll__list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #666666;
  border-radius: 3px;
}

.tzgg_main .tzgg_content .roll__list li a:hover::before {
  background-color: #155c9e;
}

.tzgg_main .tzgg_content .roll__list li a:hover {
  color: #155c9e;
  text-decoration: underline;
}

/* 腰线行 */
.wsfw_main {
  width: 1200px;
  min-width: 1200px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.wsfw_main img {
  width: 1200px;
  min-width: 1200px;
  height: 100px;
}

.wsfw_main .pagination {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 6;
}

.wsfw_main .pagination span {
  display: block;
  float: left;
  width: 11px;
  margin: 0 5px;
  height: 11px;
  background-color: #ffffff;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
}

.wsfw_main .pagination .swiper-active-switch {
  width: 40px;
  border-radius: 8px;
  transition: all 0.3s;
}

/* 政务公开 */
.zwgk_main {
  margin-top: 50px;
}

.zwgk_main .zfxxgk_main {
  margin-top: 40px;
  height: 85px;
  overflow: hidden;
}

.zwgk_main .zfxxgk_main .first {
  float: left;
}

.zwgk_main .zfxxgk_main li {
  float: left;
  width: 160px;
  height: 83px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #acd3f9;
  margin-left: 12px;
  position: relative;
}

.zwgk_main .zfxxgk_main li:last-child {
  width: 140px;
}

.zwgk_main .zfxxgk_main li a {
  font-size: 18px;
  color: #333333;
}

.zwgk_main .zfxxgk_main li img {
  position: absolute;
  top: 18px;
  left: 12px;
}

.zwgk_main .zfxxgk_main li span {
  position: absolute;
  top: 17px;
  left: 71px;
  text-align: center;
}

.zwgk_main .zfxxgk_main li:hover img {
  transition: all 0.7s ease-out;
  transform: rotateY(360deg);
}

.zwgk_main .zfxxgk_main li:hover a {
  color: #155c9e;
}

.zwgk_main .zfwj_jzxx_main {
  overflow: hidden;
  margin-top: 40px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box {
  float: left;
  width: 620px;
  overflow: hidden;
  position: relative;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .nav_title {
  height: 50px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .nav_title li {
  float: left;
  height: 40px;
  line-height: 35px;
  margin-right: 20px;
  transition: all 0.3s;
  padding: 0 20px;
  border-radius: 20px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .nav_title li a {
  font-size: 20px;
  color: #333333;
  position: relative;
  border-bottom: 3px solid transparent;
  border-radius: 2px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .nav_title li a img {
  display: none;
  transition: all 0.3s;
  margin-right: 15px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .nav_title .on {
  background-color: #155c9e;
  border-radius: 20px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .nav_title .on a {
  font-weight: bold;
  color: #fff;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .nav_title .on img {
  display: inline-block;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .zfwj_main_content {
  overflow: hidden;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .zfwj_main_content .zfwj_main_content_item {
  width: 620px;
  overflow: hidden;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .zfwj_main_content .zfwj_main_content_item ul {
  overflow: hidden;
  margin-top: 8px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .zfwj_main_content .zfwj_main_content_item ul li {
  overflow: hidden;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .zfwj_main_content .zfwj_main_content_item ul li a {
  /* display: block; */
  color: #222;
  line-height: 50px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .zfwj_main_content .zfwj_main_content_item ul li .xa_time {
  color: #999;
  float: right;
  font-size: 16px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .zfwj_main_content .zfwj_main_content_item ul li .redius {
  display: block;
  float: left;
  width: 19px;
  height: 19px;
  background-image: url(https:/wjw.wulanchabu.gov.cn/res/images/zfwj-icon.png);
  background-repeat: no-repeat;
  background-position-y: 3px;
  margin-right: 10px;
  margin-top: 13px;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .zfwj_main_content .zfwj_main_content_item ul li:hover {
  color: #155c9e;
}

.zwgk_main .zfwj_jzxx_main .zfwj_main_box .zfwj_main_content .zfwj_main_content_item ul li:hover a {
  color: #155c9e;
}

.zwgk_main .zfwj_jzxx_main .ldxx_main {
  float: right;
  width: 546px;
}

.zwgk_main .zfwj_jzxx_main .ldxx_main .zxft_mian {
  overflow: hidden;
}

.zwgk_main .zfwj_jzxx_main .ldxx_main .zxft_mian li {
  float: left;
  width: 160px;
  height: 132px;
  background-color: #f8f8f8;
  margin-left: 31px;
  text-align: center;
  overflow: hidden;
}

.zwgk_main .zfwj_jzxx_main .ldxx_main .zxft_mian li img {
  margin-bottom: 24px;
  margin-top: 18px;
}

.zwgk_main .zfwj_jzxx_main .ldxx_main .zxft_mian li a {
  display: block;
  width: 100%;
  color: #131313;
}

.zwgk_main .zfwj_jzxx_main .ldxx_main .zxft_mian li a:hover {
  color: #155c9e;
}

.zwgk_main .zfwj_jzxx_main .ldxx_main .zxft_mian li a:hover img {
  transition: all 0.7s;
  transform: rotateY(360deg);
}

.zwgk_main .zfwj_jzxx_main .ldxx_main .zxft_mian li:first-child {
  margin-left: 0;
}

.zwgk_main .zfwj_jzxx_main .ldxx_main .msb {
  margin-top: 30px;
}

/* 专题专栏 */
.ztzl_main {
  margin: 40px auto 20px;
}

.ztzl_main .ztzl_conference_list {
  margin-top: 40px;
  position: relative;
}

.ztzl_main .ztzl_conference_list .swiper-container {
  width: 100%;
  height: 188px;
  overflow: hidden;
}

.ztzl_main .ztzl_conference_list .swiper-container .swiper-slide {
  width: 285px !important;
  height: 156px !important;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}

.ztzl_main .ztzl_conference_list .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.ztzl_main .ztzl_conference_list .swiper-container .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.yw-jd {
  color: #fff !important;
  background-color: #cb1b06;
  margin-left: -1px;
  padding: 0 10px;
  border-radius: 15px;
  border-top-right-radius: 0;
  white-space: nowrap;
}