.container{
  position: relative;
  /* margin-top: -120px; */
}

/* 头条新闻 */

.topline {
  padding: 25px 0;
  text-align: center;
}

.topline h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
}

.topline p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 18px;
}

#slideshow {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  height: 717px;
}

#slideshow_two {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  float: left;
  width: 590px;
  height: 333px;
  background-color: rebeccapurple;
}

#slideshow, .slider-list a {
  display: block;
}

#slideshow img,
#slideshow_two img {
  width: 100%;
  height: 100%;
}

.arrow_container {
  position: absolute;
  display: none;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#slideshow_two:hover .arrow_container {
  display: block;
}

#slideshow_two .arrow_container span {
  width: 45px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

#prev {
  float: left;
  cursor: pointer;
}

#next {
  float: right;
  cursor: pointer;
}

#slideshow_two .indicator_container {
  position: absolute;
  right: 10px;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  text-align: center;
  z-index: 1;
}

#slideshow_two .indicator_container span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

#slideshow_two .indicator_container span.on {
  background: #0a5491;
}

#slideshow_two #slideshow_info {
  position: absolute;
  left: 10px;
  bottom: 0;
  max-width: calc(100% - 150px);
  line-height: 40px;
}

#slideshow_two #slideshow_info a {
  display: none;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-weight: bold;
}

#slideshow_two #slideshow_info a.on {
  display: block;
}

#slideshow_bottom_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #000;
}

/* 轮播图结束 */

/* 左侧新闻开始 */

.b_lf {
  float: left;
  width: 405px;
  padding-right: 20px;
  height: auto;
  border-right: 1px solid #e5e5e5;
}

.news, .zfxxgk, .zmhd, .zwfw, .zhuanti {
  position: relative;
  width: 100%;
}

.title {
  height: 45px;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.title span {
  float: left;
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  vertical-align: bottom;
  cursor: default;
}

.title span a {
  color: #999999;
}

.title span.active a {
  font-size: 24px;
  color: #0a5491;
}

.tit_more {
  position: absolute;
  top: 0;
  right: 0;
}

.tit_more a {
  font-size: 14px;
  color: #999999;
}

.list {
  height: 323px;
  overflow: hidden;
}

.list .fir_news {
  margin-top: 25px;
}

.fir_news img {
  float: left;
  margin-right: 10px;
}

.list .fir_news h1 {
  font-size: 18px;
  color: #000000;
}

.list .fir_news p {
  margin: 15px 0;
  line-height: 32px;
  font-size: 14px;
  color: #999999;
  text-indent: 2em;
}

.list ul li {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding-left: 18px;
  font-size: 16px;
}

.list ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}

.list ul li a {
  max-width: calc(100% - 18px - 90px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear .4s;
}
.list ul li a:hover {
  text-indent: 8px;
}
.list ul li span {
  float: right;
  color: #999999;
}

#tab1{
  float: left;
  width: 460px;
}

#tab1 .list,
#tab3 .list,
#tab5 .list{
  height: 290px;
}

#tab3{
  float: left;
  width: 350px;
  margin-left: 20px;
}

/* #tab3 .list{
  height: 180px;
} */

#tab5{
  float: left;
  width: 350px;
  margin-left: 20px;
}

/* #tab3 .list{
  height: 180px;
} */

#tab2{
  overflow: hidden;
  float: right;
  width: 590px;
  height: 333px;
}

#tab2 .list{
  height: 288px;
}

.b_mid {
  float: left;
  width: 380px;
  margin-left: 30px;
}

/* 政府信息公开 */

.zfxxgk ul li {
  float: left;
  width: 50%;
  height: 156px;
  margin-top: 12px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  transition: all 0.4s linear;
}
.zfxxgk ul li:hover{
  box-shadow: 5px 5px 10px #999;
}
.zfxxgk ul li i {
  display: block;
  width: 35px;
  height: 39px;
  margin: 30px auto;
  background: url('../images/index/ind-gk-icon.png') no-repeat;
}

.zfxxgk ul li i.pb_zn_icon {
  background-position: -10px -10px;
  
}


.zfxxgk ul li i.pb_zd_icon {
  background-position: -10px -64px;
}

.zfxxgk ul li i.pb_nr_icon {
  background-position: -10px -118px;
}

.zfxxgk ul li i.pb_nb_icon {
  background-position: -10px -173px;
}

.zfxxgk ul li i.pb_ysq_icon {
  background-position: -10px -229px;
}

.zfxxgk ul li i.pb_zc_icon {
  background-position: -10px -286px;
}

/* 政府信息公开 */

/* 政民互动 */

.zmhd .letter {
  padding: 5px 0 0;
  text-align: center;
}

.zmhd .letter>a, .zmhd .yjzj>a {
  display: block;
}

.zmhd .letter .xjxd, .yjzj .title {
  height: 60px;
  line-height: 60px;
}

.zmhd .letter .xjxd span, .yjzj .title span {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.zmhd .letter .xjxd a, .yjzj .title a {
  float: right;
  font-size: 14px;
  color: #9A9A9A;
}

.zmhd .letter .xj_title {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  box-sizing: border-box;
}

.zmhd .letter .xj_title span {
  font-size: 16px;
  font-weight: bold;
}

.zmhd .letter .xj_title span:first-child {
  float: left;
  margin-left: 10px;
}

.zmhd .letter .xj_title span:last-child {
  float: right;
  margin-right: 40px;
}

.letter li {
  position: relative;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  font-size: 16px;
  text-align: left;
}

.letter li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}

.letter li a {
  display: inline-block;
  max-width: calc(100% - 75px - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s linear;
}
.letter li a:hover {
   text-indent: 8px;
}
.letter li span {
  float: right;
  color: #999999;
}
.letter li em {
  float: right;
  margin-right: 25px;
}

.yjzj .title {
  height: 61px;
}

.yjzj .title span {
  font-size: 20px;
  font-weight: bold;
  color: #0a5491;
}

.yjzj .title span.active {
  border-bottom: 1px solid #0a5491;
}

.yjzj .fir_news {
  padding: 5px 0;
}

.yjzj .fir_news h1 {
  font-size: 16px;
  line-height: 24px;
  text-indent: 10px;
  font-weight: bold;
}

.yjzj .fir_news h1 span {
  color: #025eab;
}

.zj_list li {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  font-size: 16px;
}

.zj_list li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}

.zj_list li a {
  width: calc(100% - 110px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear .4s;
}
.zj_list li a:hover {
  text-indent: 8px;
}
.zj_list li span {
  float: right;
  color: #999999;
}
/* 政民互动 */

/* 政务服务 and 专题专栏 */

.b_rt {
  float: left;
  width: 350px;
  margin-left: 35px;
}

.zwfw .xjfww {
  width: 100%;
  margin: 5px auto;
  text-align: center;
}

.zwfw .xjfww img{
  width: 100%;
}

.zwfw .service {
  background-color: #f8f8f8;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.zwfw .service .artcleChannelWrap span {
  position: relative;
  float: left;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 2px solid #dcdcdc;
}

.zwfw .service .artcleChannelWrap span.active {
  border-bottom: 2px solid #006fbe;
}

.zwfw .service .artcleChannelWrap span.active a {
  color: #006fbe;
}

.zwfw .service .artcleChannelWrap span.active::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #006fbe;
}

.zwfw .service .artcleChannelWrap span a {
  font-size: 20px;
  font-weight: 800;
}

.zwfw .service .service_list {
  text-align: center;
}

.zwfw .service .service_list li {
  float: left;
  width: 33.3%;
  height: 80px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s linear;
}
.zwfw .service .service_list li:hover{
  box-shadow: 5px 5px 10px #708090;
}
.service_list li i {
  display: block;
  height: 35px;
  margin: 5px auto;
  background: url(../images/index/ind-ser-icon.png) no-repeat;
}

.service_list li i.ind_ser_icon_slbg {
  width: 29px;
  background-position: -10px -569px;
}

.service_list li i.ind_ser_icon_shbz {
  width: 36px;
  background-position: -10px -307px;
}

.service_list li i.ind_ser_icon_sysy {
  width: 31px;
  background-position: -10px -359px;
}

.service_list li i.ind_ser_icon_jycy {
  width: 32px;
  background-position: -10px -155px;
}

.service_list li i.ind_ser_icon_zyzb {
  width: 36px;
  background-position: -10px -57px;
}

.service_list li i.ind_ser_icon_zjbl {
  width: 37px;
  background-position: -10px -10px;
}

.service_list li i.ind_ser_icon_jtcx {
  width: 34px;
  background-position: -10px -205px;
}

.service_list li i.ind_ser_icon_whty {
  width: 27px;
  background-position: -10px -256px;
}

.service_list li i.ind_ser_icon_lztx {
  width: 27px;
  background-position: -10px -463px;
}

.service_list li i.ind_ser_icon_ydfx {
  width: 36px;
  background-position: -10px -411px;
}

.service_list li i.ind_ser_icon_zscq {
  width: 41px;
  background-position: -10px -106px;
}

.service_list li i.ind_ser_icon_swbz {
  width: 31px;
  background-position: -10px -516px;
}

.zwfw .service .readMore {
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #cacaca;
}

.zhuanti .zt_pic {
  position: relative;
  margin-top: 30px;
  height: 118px;
  overflow: hidden;
  text-align: center;
}

.zhuanti .zt_pic img {
  width: 100%;
  height: 120px;
}

.zhuanti .zt_pic .m_pics_num {
  position: absolute;
  left: 15px;
  bottom: 5px;
}

.zhuanti .zt_pic .m_pics_num span {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin-right: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.zhuanti .zt_pic .m_pics_num span.on {
  background-color: rgba(255, 255, 255, 0.2);
  color: #e70505;
}

.zhuanti .fir_news {
  margin-top: 30px;
  margin-left: 20px;
}

.zt_list {
  margin-top: 12px;
}

.zt_list li {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  font-size: 16px;
}

.zt_list li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}

.zt_list li a {
  width: calc(100% - 110px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear .4s;
}
.zt_list li a:hover {
  text-indent: 8px;
}
.zt_list li span {
  float: right;
  color: #999999;
}

/* 专题左轮播 */
.ztzl {
	position: relative;
	margin-top: 20px;
}
.ztzl .zt_nav {
  position: relative;
  padding: 10px 36px 23px;
}

.ztzl .zt_nav li {
  float: left;
  width: 260px;
  height: 85px;
  margin: 0 11px;
}

.ztzl .zt_nav li a {
  position: relative;
  display: block;
  font-size: 0;
  height: 100%;
  overflow: hidden;
}

.ztzl .zt_nav li a img {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.ztzl .zt_nav .zt_prev, .ztzl .zt_nav .zt_next {
  width: 36px;
  height: 36px;
  background-color: pink;
}

.ztzl .zt_nav .zt_prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url('../images/index/ind-icon.png') -10px -97px;
}

.ztzl .zt_nav .zt_next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url('../images/index/ind-icon.png') -134px -10px;
}


/* 图说托克逊 */

.intro {
  padding-bottom: 45px;
}

.intro .tstkx {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.intro .tstkx .more {
  float: right;
  font-size: 14px;
  color: #999999;
}

.intro .lyjd {
  margin-top: 30px;
}

.lyjd .jd_slider {
  position: relative;
  float: left;
  width: 370px;
  height: 217px;
  overflow: hidden;
}

.lyjd .jd_slider img {
  min-width: 370px;
  min-height: 217px;
}

.jd_arrow_container {
  position: absolute;
  display: none;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.jd_arrow_container span {
  display: inline-block;
  width: 36px;
  height: 60px;
}

.jd_arrow_container #prev {
  background: url(../images/index/arrow-left.png) no-repeat center;
}

.jd_arrow_container #next {
  background: url(../images/index/arrow-right.png) no-repeat center;
}

.jd_slider:hover .jd_arrow_container {
  display: block;
}

.lyjd .jd_news {
  position: relative;
  float: left;
  width: 425px;
  margin-left: 30px;
}

.jd_news .jd_title {
  height: 45px;
  line-height: 30px;
  position: relative;
}

.jd_news .jd_title span {
  float: left;
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  vertical-align: bottom;
}

.jd_news .jd_title span.active {
  font-size: 24px;
  color: #0a5491;
}

.lyjd .jd_list .fir_news h1 {
  font-size: 16px;
  color: #000000;
  line-height: 36px;
}

.lyjd .jd_list .fir_news p {
  line-height: 32px;
  font-size: 14px;
  color: #999999;
  text-indent: 2em;
}

.jd_list li {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  font-size: 16px;
}

.jd_list li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}

.jd_list li a {
  display: inline-block;
  width: calc(100% - 110px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear .4s;
}
.jd_list li a:hover {
  text-indent: 8px;
}
.jd_list li span {
  float: right;
  color: #999999;
}
.lyjd .ly_tip {
  float: right;
  width: 348px;
  text-align: center;
}

.lyjd .ly_tip a {
  display: block;
}

.lyjd .ly_tip a:first-child {
  margin-bottom: 30px;
}

/* 两会代码 */
/* .fireman930-box-bg-in {
    width: 1240px;
    margin: auto;
}

.logoLianghui {
    width: 1240px;
    margin: 0 auto;
    text-align: right;
    padding: 14px 0;
}

.logoLianghui a {
    display: inline-block;
    width: 444px;
    height: 59px;
    margin-right: 10px;
}

body{
	background-image: url(../images/qglh_bg.jpg);
	background-repeat: no-repeat;
} */
/* 两会代码end */

.jiucuo{
  margin-top: -42px;
}

@media screen and (max-width:768px) {
	/* 两会代码 */
	/* .fireman930-box-bg-in,
	.logoLianghui,
	.logoLianghui a{
		width: 100%;
	}
	
	.logoLianghui a{
		margin-right: 0;
	}
	
	.logoLianghui a img{
		max-width: 100%;
	} */
	/* 两会代码end */
	
  /* 主体 */
  #slideshow {
    display: none;
  }
  .indicator_container {
    bottom: 45px;
  }

  #slideshow_two,
  #slideshow_two #slideshow_img{
    width: 100%;
  }

  #tab2{
    margin-top: 25px;
  }
  
  #tab1,#tab2,#tab3,#tab5{
    width: 100%;
  }

  #tab3,#tab5{
    margin-left: 0;
  }

  .container{
    margin-top: 20px;
  }
  .b_lf {
    float: inherit;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .b_mid {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .zfxxgk ul li {
    width: 33.3%;
  }
  .b_rt {
    width: 100%;
    margin: 0;
  }
  .zhuanti .zt_pic .m_pics_num {
    left: 50%;
    transform: translateX(-50%);
  }
  .intro {
    height: auto;
  }
  .lyjd .jd_slider {
    width: 100%;
    float: inherit;
  }
  .lyjd .jd_slider li img {
    width: 100%;
  }
  .lyjd .jd_news {
    float: inherit;
    margin-top: 25px;
    width: 100%;
    margin-left: 0;
  }
  .lyjd .ly_tip {
    float: inherit;
    width: auto;
  }
  .lyjd .ly_tip a:first-child {
    margin: 15px;
  }

  .jiucuo{
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {
  .zfxxgk ul li {
    width: 50%;
  }
}

/* 网页变灰国徽不变色 */

/* .header_top,
.header_box .h_logo a img,
.header_box .h_search,
.header_nav,
.banner_t,
.gqlb,
.top_line,
.container,
.link,
.footer,
.floatr_lists{
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
} */