﻿@charset "UTF-8";
/*初始化css*/
body {
  min-width: 1100px;
  font-family: 微软雅黑;
  color: #333;
} /*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
input {
  margin: 0;
  padding: 0;
  outline: none;
}
li {
  list-style: none;
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
a {
  color: #333;
} /*颜色根据通用信息列表的文字颜色决定*/
.more a {
  color: #999;
} /*颜色根据通用更多的文字颜色决定*/
a:hover {
  color: #3573b5;
} /*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
  color: #3573b5;
} /*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
textarea,
input {
  font-family: 微软雅黑;
}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/

/* 主体 */
.content-wrap-top {
  width: 100%;
  height: auto;
  background: #f7f7f7;
}
.content-wrap-top .content_box {
  width: 1200px;
  margin: 0px auto;
  padding: 35px 0;
}

/* 市长信箱 */
.content-wrap-top .left_box {
  width: 63.5%;
  position: relative;
}
.content-wrap-top .left_box .one_box {
  width: 100%;
  height: 180px;
  background: url(szxx_pic.png) left top
    no-repeat;
  padding: 0 60px 33px 26px;
}
.content-wrap-top .left_box .szxx_name {
  width: 250px;
  height: 85px;
  text-align: center;
  line-height: 62px; /* margin-bottom: 15px; */
}
.content-wrap-top .left_box .szxx_name a {
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
}
.content-wrap-top .left_box p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  padding-left: 20px;
  text-indent: 2em;
}
.content-wrap-top .left_box .list_box {
  width: 704px;
  height: 211px;
  border: 5px solid #e6e6e6;
  position: absolute;
  right: 0;
  bottom: 0px;
  background: #ffffff;
}
.content-wrap-top .left_box .list_box li {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
  background: url(1911181613128782386.png) 5px
    center no-repeat;
  overflow: hidden;
}
.content-wrap-top .left_box .list_box li a {
  color: #3573b5;
  float: right;
}
.content-wrap-top .left_box .list_box li span {
  float: left;
}

.content-wrap-top .right_box {
  width: 34.5%;
  background: url(szxx_s.png) center 54px #ffffff
    no-repeat;
  padding-top: 180px;
}
.content-wrap-top .right_box li a {
  display: block;
  width: 110px;
  height: 110px;
  padding-top: 70px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-left: 20px;
  float: left;
}
.content-wrap-top .right_box li a:hover {
  opacity: 0.8;
}
.content-wrap-top .right_box li a.link1 {
  background: url(szxx_link1.png) center
    no-repeat;
}
.content-wrap-top .right_box li a.link2 {
  background: url(szxx_link2.png) center
    no-repeat;
}
.content-wrap-top .right_box li a.link3 {
  background: url(szxx_link3.png) center
    no-repeat;
}

/* 在线访谈 */
.content-wrap-center {
  width: 100%;
  height: auto;
  background: #ffffff;
}
.content-wrap-center .content_box {
  width: 1200px;
  height: auto;
  margin: 0px auto;
  padding: 30px 0;
  overflow: hidden;
}
.content-wrap-center .left_box {
  width: 750px;
  height: auto;
  border-right: 1px solid #cfcfcf;
}
.content-wrap-center .left_box .zxft_box {
  width: 100%;
  height: auto;
  padding-right: 30px;
}
.content-wrap-center .left_box .zxft_box ul.tit {
  height: 50px;
  border-bottom: 1px solid #dadada;
}
.content-wrap-center .left_box .zxft_box ul.tit li {
  line-height: 45px;
}
.content-wrap-center .left_box .zxft_box ul.tit li a {
  font-size: 23px;
  color: #3573b5;
  font-weight: bold;
}
.content-wrap-center .left_box .zxft_box ul.tit li span a {
  float: right;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.zxft_list {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.zxft_list img {
  width: 330px;
  height: 175px;
  float: left;
  border: 0;
}
.zxft_list .scrollbar_box {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: url(ft_pic.png) left top no-repeat;
  padding-top: 43px;
}
.zxft_list .scrollbar {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  margin-top: 10px;
}
.zxft_list .ft_box {
  width: 100%;
  background: url(ft_list_xian.png) repeat-y;
}
/*.zxft_list .ft_box li{line-height: 30px;background: url(../images/ft_list_dian.png) 0 no-repeat;padding: 0 15px 0 20px;margin-bottom: 22px;font-size: 16px;}*/
.zxft_list ul.ft_box_list {
  width: 100%;
  height: auto;
}
.zxft_list ul.ft_box_list li {
  line-height: 30px;
  background: url(../images/ft_list_dian.png) 0 no-repeat;
  padding: 0 15px 0 20px;
  margin-bottom: 22px;
  font-size: 16px;
}
.zxft_list .scroll {
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(gdtbg.png) repeat-y center top;
  border-radius: 5px;
}
.bar {
  width: 100%;
  height: 76px;
  position: relative;
  background: url(gdtbg_b.png) no-repeat;
  display: none;
}
.section06_c_img {
  width: 340px;
  height: 175px;
  margin-top: 0;
}
.section06_c_img img {
  width: 330px;
  height: 175px;
  display: block;
}
.section06_theme {
  width: 363px;
}
.section06_theme li {
  font-size: 15px;
  line-height: 30px;
}
.section06_theme li span {
  font-weight: bold;
  color: #4872b0;
}
.zxft_list .ft_box li {
  margin-bottom: 24px;
}

.zxft_list .ft_box li {
  line-height: 30px;
  background: url(1909242041155295913.png) 0
    no-repeat;
  padding: 0 15px 0 20px;
  margin-bottom: 2px;
  font-size: 15px;
}
.zxft_list .ft_box li span {
  float: right;
  color: #666666;
}
/* 往期访谈 */
.wqft_tit {
  display: none;
}

/* 网络发言人 */
.left_box .zxft_box .wlfyr_box ul.list_pad {
  padding: 8px 0 5px !important;
}
.left_box .zxft_box .wlfyr_box ul.list_pad li {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.left_box .zxft_box .wlfyr_box ul.list_pad li h1 {
  background: url(wlfyr.png) left 7px no-repeat;
  width: 70px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
}
.left_box .zxft_box .wlfyr_box ul.list_pad li a {
  font-size: 16px;
  float: left;
  width: 87%;
}
.left_box .zxft_box .wlfyr_box ul.list_pad li dd {
  float: left;
  color: #333;
  font-size: 16px;
  width: 15%;
  text-align: center;
  line-height: 36px;
}
.left_box .zxft_box .wlfyr_box ul.list_pad li span {
 
  color: #999999;
  font-size: 16px;
}
.left_box .zxft_box .wlfyr_box ul.list_pad li .time1 {
  float: right;
  color: #999999;
  font-size: 16px;
}
/* 未回复高亮 */
.left_box .zxft_box .wlfyr_box ul.list_pad li h1.active {
  background: url(wlfyr_on.png) left 7px
    no-repeat;
}

/* 民意征集、网上调查 */
.zxft_box .qh_bt_box {
  width: 100%;
  height: 50px;
}
.zxft_box .qh_bt_box ul {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dadada;
}
.zxft_box .qh_bt_box li {
  float: left;
  line-height: 45px;
}
.zxft_box .qh_bt_box li span {
  color: #999999;
  padding: 0 15px;
}
.zxft_box .qh_bt_box li a {
  color: #999999;
  font-size: 23px;
  display: block;
  height: 50px;
  line-height: 45px;
  text-align: center;
  float: left;
}
.zxft_box .qh_bt_box li.hover a {
  color: #3573b5;
}
.qh_list_box .list_pad {
  padding: 5px 0 0px;
}
.qh_list_box .list_pad li {
  height: 35px;
  line-height: 35px;
  padding-left: 14px;
  background: url(dian_ty.png) left 19px
    no-repeat;
  font-size: 16px;
}
.qh_list_box .list_pad li a {
  font-size: 16px;
}
.qh_list_box .list_pad li span {
  float: right;
  color: #999999;
  font-size: 16px;
}
.jgfk_bt {
  background: url(../images/jgfk_bt.png) no-repeat;
  padding-left: 35px;
  float: right !important;
}
.jgfk_bt a {
  color: #3573b5 !important;
}

.left_link_box li a {
  width: 220px;
  height: 61px;
  line-height: 61px;
  display: block;
  float: left;
  margin-right: 29px;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 105px;
}
.left_link_box li a:hover {
  opacity: 0.8;
}
.left_link_box li a.link1 {
  background: url(left_link_box1.png) no-repeat;
}
.left_link_box li a.link2 {
  background: url(left_link_box1.png) no-repeat;
}
.left_link_box li a.link3 {
  background: url(left_link_box1.png) no-repeat;
}

/* 右侧 */
.content-wrap-center .right_box {
  width: 420px;
  height: auto;
}
/* 留言统计 */
.content-wrap-center .right_box .hygq_box2 {
  width: 100%;
  height: auto; /* margin: 10px 0; */
}
.content-wrap-center .right_box .hygq_box2 ul.tit {
  height: 50px;
  border-bottom: 1px solid #dadada;
}
.content-wrap-center .right_box .hygq_box2 ul.tit li {
  line-height: 45px;
  margin-left: 20px;
}
.content-wrap-center .right_box .hygq_box2 ul.tit li:first-child {
  margin-left: 0px;
}
.content-wrap-center .right_box .hygq_box2 ul.tit li a {
  font-size: 23px;
  font-weight: bold;
  color: #3573b5;
}
.content-wrap-center .right_box .hygq_box2 ul.tit li span a {
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.content-wrap-center .right_box .hygq_box2 ul.tit li.on a {
  font-weight: bold;
  color: #3573b5;
}
.u-lxtj-tt {
  text-align: center;
  margin: 10px auto 10px;
  background: #f5f5f5;
  padding: 10px;
  font-size: 16px;
}
.m-lxtj-echarts {
  width: 380px;
  height: 450px;
}
.m-hdjl-lmsm {
}

.u-hdjl-lmsm-content {
  font-size: 16px;
  line-height: 42px;
  text-indent: 2em;
  border: 1px solid #c7c7c7;
  max-width: 346px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 10px;
}

.u-lxtj-num {
  overflow: hidden;
}
.u-lxtj-num-lt {
  width: 49%;
}
.u-lxtj-num-rt {
  width: 49%;
}
.hd-tj-icon1 {
  background: url(hd-tj-icon1.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
.hd-tj-icon2 {
  background: url("../images/hd-tj-icon2.png") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
.hd-tj-icon3 {
  background: url(hd-tj-icon3.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
.hd-tj-icon4 {
  background: url("../images/hd-tj-icon4.png") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
.u-lxtj-num .u-num-red {
  color: #bd1a2d;
}
.u-lxtj-num .item {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  background-color: #f7f7f7;
}
.u-lxtj-num .item * {
  vertical-align: middle;
  line-height: 80px;
}
.m-lxtj-echarts {
  width: 380px;
  height: 450px;
}
.m-hdjl-lmsm {
}
.u-hdjl-lmsm-tt {
  background: url("../images/hdjc-index-lmsm.png") #bd1a2d no-repeat 100px 13px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 368px;
  height: 66px;
  line-height: 66px;
  text-indent: 160px;
}
.u-hdjl-lmsm-content {
  font-size: 16px;
  line-height: 34px;
  text-indent: 2em;
  border: 1px solid #c7c7c7;
  max-width: 368px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
  padding: 20px 10px 30px 22px;
}

/* 回应关切 */
.content-wrap-center .right_box .hygq_box {
  width: 100%;
  height: auto; /* margin: 10px 0; */
}
.content-wrap-center .right_box .hygq_box ul.tit {
  height: 50px;
  border-bottom: 1px solid #dadada;
}
.content-wrap-center .right_box .hygq_box ul.tit li {
  line-height: 45px;
  margin-left: 20px;
}
.content-wrap-center .right_box .hygq_box ul.tit li:first-child {
  margin-left: 0px;
}
.content-wrap-center .right_box .hygq_box ul.tit li a {
  font-size: 23px;
}
.content-wrap-center .right_box .hygq_box ul.tit li span a {
  float: right;
  font-size: 16px;
}
.content-wrap-center .right_box .hygq_box ul.tit li.on a {
  font-weight: bold;
  color: #3573b5;
}
/* 听证会 */
.tzh_box .qh_bt_box {
  width: 100%;
  height: 50px;
}
.tzh_box .qh_bt_box ul {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dadada;
}
.tzh_box .qh_bt_box li {
  float: left;
  line-height: 45px;
}
.tzh_box .qh_bt_box li span {
  color: #999999;
  padding: 0 15px;
}
.tzh_box .qh_bt_box li a {
  color: #999999;
  font-size: 23px;
  display: block;
  height: 50px;
  line-height: 45px;
  text-align: center;
  float: left;
}
.tzh_box .qh_bt_box li.hover a {
  color: #3573b5;
}

/* 党风行风 */
.dfxf_list {
  width: 100%;
  height: auto;
}
.dfxf_list ul.video_con {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin: 18px 0 10px;
  padding: 0 20px;
  background: #f5f5f5;
}
.dfxf_list ul.video_con li {
  width: 100%;
  height: 31px;
  margin-top: 20px;
}
.dfxf_list ul.video_con li span {
  width: 95px;
  height: 31px;
  display: block;
  float: left;
  border: 1px solid #3573b5;
  border-radius: 5px;
  line-height: 31px;
  text-align: center;
  color: #3573b5;
  font-size: 16px;
}
.dfxf_list ul.video_con li a {
  width: 285px;
  height: 31px;
  line-height: 31px;
  padding-left: 20px;
  font-size: 16px;
  float: left;
}
.dfxf_list ul.yp_list li {
  height: 35px;
  line-height: 35px;
  padding-left: 30px;
  background: url(yp_pic.png) left 9px no-repeat;
  font-size: 16px;
}
.dfxf_list ul.yp_list li span {
  float: right;
  color: #999999;
  font-size: 16px;
}
/* 市民问政 */
.smwz_list ul.list_pad1 {
  padding: 5px 0 0px;
}
.smwz_list ul.list_pad1 li {
  height: 35px;
  line-height: 35px;
  padding-left: 30px;
  background: url(../images/yp_pic1.png) left 11px no-repeat;
  font-size: 16px;
}
.smwz_list ul.list_pad1 li span {
  float: right;
  color: #999999;
  font-size: 16px;
}
.smwz_list ul.list_pad {
  padding: 5px 0 0px;
}
.smwz_list ul.list_pad li {
  height: 35px;
  line-height: 35px;
  padding-left: 14px;
  background: url(dian_ty.png) left 16px
    no-repeat;
  font-size: 16px;
}
.smwz_list ul.list_pad li span {
  float: right;
  color: #999999;
  font-size: 16px;
}
/* 新媒体 */
.Newsmedia_box {
  width: 1200px;
  height: auto;
  margin: 0px auto;
  padding-bottom: 30px;
}
.Newsmedia_box .tit_box {
  width: 100%;
  height: 87px;
  background: url(zdly_bj.png) repeat-x;
  text-align: center;
}
.Newsmedia_box .tit_box span {
  line-height: 87px;
  color: #3573b5;
  font-size: 23px;
  display: block;
  padding: 0 10px;
  background: #f7f7f7;
  width: 50%;
  margin: 0 auto;
}
.Newsmedia_box .list_box {
  width: 100%;
  height: auto;
}
.Newsmedia_box .list_box li a {
  width: 278px;
  height: 104px;
  padding-left: 40px;
  color: #3573b5;
  margin-right: 29px;
  display: block;
  float: left;
  border: 1px solid #e1e5ed;
  text-align: center;
  padding-top: 20px;
}
.Newsmedia_box .list_box li a:hover {
  border: 1px solid #3573b5;
}
.Newsmedia_box .list_box li a.link1 {
  background: url(../images/media_1.png) 75px 24px no-repeat #ffffff;
}
.Newsmedia_box .list_box li a.link2 {
  background: url(media_2.png) 75px 24px
    no-repeat #ffffff;
}
.Newsmedia_box .list_box li a.link3 {
  background: url(media_3.png) 75px 24px
    no-repeat #ffffff;
  padding-top: 20px;
}
.Newsmedia_box .list_box li a.link4 {
  background: url(media_4.png) 75px 24px
    no-repeat #ffffff;
  margin-right: 0;
  padding-top: 20px;
}
.Newsmedia_box .list_box li h1 {
  font-size: 19px;
  line-height: 30px;
}
.Newsmedia_box .list_box li p {
  font-size: 16px;
  line-height: 25px;
}

/* 调查征集 */
.qh_list_box1 .list_pad {
  padding: 13px 0 0px;
}
.qh_list_box1 .list_pad li {
  height: 35px;
  line-height: 35px;
  padding-left: 14px;
  background: url(dian_ty.png) left 19px
    no-repeat;
  font-size: 16px;
}
.qh_list_box1 .list_pad li a {
  font-size: 16px;
}
.qh_list_box1 .list_pad li span {
  float: right;
  color: #999999;
  font-size: 16px;
}

/* 响应式 */
@media (max-width: 1240px) and (min-width: 1201px) {
  body {
    overflow-x: hidden;
  }
  .content-wrap-top .content_box {
    padding: 2%;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .content-wrap-top .left_box .list_box {
    width: 100%;
  }
  .content-wrap-top .left_box .one_box {
    height: auto;
    padding: 0 10% 2% 3.6%;
  }
  .content-wrap-top .left_box .szxx_name {
    width: 40%;
  }
  .content-wrap-top .left_box {
    width: 63.5%;
    height: 360px;
    position: relative;
  }
  .content-wrap-top .right_box li a {
    width: 27%;
    margin-left: 5%;
    padding-top: 18%;
  }
  .content-wrap-center .content_box {
    padding: 2%;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .content-wrap-center .left_box {
    width: 63.5%;
    height: auto;
  }
  .content-wrap-center .right_box {
    width: 34.5%;
    height: auto;
  }
  .zxft_list .scrollbar_box {
    width: 45%;
    padding-top: 6%;
  }
  .zxft_list .scrollbar {
    width: 100%;
    padding-left: 0%;
    height: 400px;
  }
  .zxft_list .ft_box {
    width: 100%;
    height: auto;
  }
  #type3 {
    width: 52%;
  }
  .section06_c_img {
    width: 100% !important;
  }
  .section06_c_img {
    width: 100% !important;
  }
  .section06_c_img img {
    width: 100% !important;
  }
  .section06_theme {
    padding-top: 8px;
    width: 100% !important;
    height: 188px;
    overflow: hidden;
  }
  .left_link_box li a {
    width: 29%;
    height: 61px;
    line-height: 61px;
    padding-left: 105px;
  }
  .hfzt {
    width: 10% !important;
  }
  .left_box .zxft_box .wlfyr_box ul.list_pad {
    padding: 8px 0 5px !important;
  }

  .content-wrap-top .right_box {
    width: 34.5%;
    height: 360px;
    padding-top: 230px;
  }
  .hd_zxjb_box li {
    width: 100%;
  }
  .hd_zxjb_box li a {
    width: 100% !important;
  }
  .Newsmedia_box {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0 2% 3%;
  }
  .Newsmedia_box .list_box li a {
    width: 32% !important;
    padding-left: 5% !important;
    margin-right: 2% !important;
  }
  .Newsmedia_box .list_box li a.link4 {
    margin-right: 0 !important;
  }
  .qh_list_box .list_pad li a {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .qh_list_box1 .list_pad li a {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .smwz_list ul.list_pad li {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  body {
    overflow-x: hidden;
    min-width: 100%;
  }
  .content-wrap-top .content_box {
    padding: 2%;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .content-wrap-top .left_box .list_box {
    width: 100%;
  }
  .content-wrap-top .left_box .one_box {
    height: auto;
    padding: 0 10% 2% 3.6%;
  }
  .content-wrap-top .left_box .szxx_name {
    width: 40%;
  }
  .content-wrap-top .left_box {
    width: 63.5%;
    height: 180px;
    position: relative;
  }
  .content-wrap-top .right_box li a {
    width: 27%;
    margin-left: 5%;
    padding-top: 18%;
  }
  .content-wrap-center .content_box {
    padding: 2%;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .content-wrap-center .left_box {
    width: 63.5%;
    height: auto;
  }
  .content-wrap-center .right_box {
    width: 34.5%;
    height: auto;
  }
  .zxft_list .scrollbar_box {
    width: 45%;
    padding-top: 6%;
  }
  .zxft_list .scrollbar {
    width: 100%;
    padding-left: 0%;
    height: 400px;
  }
  .zxft_list .ft_box {
    width: 100%;
    height: auto;
  }
  #type3 {
    width: 52%;
  }
  .section06_c_img {
    width: 100% !important;
  }
  .section06_c_img {
    width: 100% !important;
  }
  .section06_c_img img {
    width: 100% !important;
  }
  .section06_theme {
    padding-top: 8px;
    width: 100% !important;
    height: 188px;
    overflow: hidden;
  }
  .left_link_box li a {
    width: 29%;
    height: 61px;
    line-height: 61px;
    padding-left: 14%;
    margin-right: 4%;
    background-size: cover;
  }
  .hfzt {
    width: 10% !important;
    font-size: 0.35rem;
  }
  .left_box .zxft_box .wlfyr_box ul.list_pad {
    padding: 8px 0 5px !important;
  }

  .content-wrap-top .right_box {
    width: 34.5%;
    height: 180px;
  }
  .hd_zxjb_box li {
    width: 100%;
  }
  .hd_zxjb_box li a {
    width: 100% !important;
  }
  .Newsmedia_box {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0 2% 3%;
  }
  .Newsmedia_box .list_box li a {
    width: 32% !important;
    padding-left: 5% !important;
    margin-right: 2% !important;
  }
  .Newsmedia_box .list_box li a.link4 {
    margin-right: 0 !important;
  }
  .qh_list_box .list_pad li a {
    width: 69%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
  }
  .qh_list_box1 .list_pad li a {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .smwz_list ul.list_pad li {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .content-wrap-center .right_box .hygq_box ul.tit .hover a {
    font-size: 1.2rem;
    color: #3573b5;
  }
  .tzh_box .qh_bt_box li a {
    font-size: 1.4rem;
  }
  .content-wrap-center .right_box .hygq_box ul.tit li a {
    font-size: 1.4rem;
  }
  .content-wrap-center .left_box .zxft_box ul.tit li a {
    font-size: 1.4rem;
    color: #3573b5;
  }
  .Newsmedia_box .list_box li a.link1 {
    background: url(../images/media_1.png) 40px 24px no-repeat #ffffff;
  }
  .Newsmedia_box .list_box li a.link2 {
    background: url(media_2.png) 40px 24px
      no-repeat #ffffff;
  }
  .Newsmedia_box .list_box li a.link3 {
    background: url(media_3.png) 40px 24px
      no-repeat #ffffff;
    padding-top: 20px;
  }
  .Newsmedia_box .list_box li a.link4 {
    background: url(media_4.png) 40px 24px
      no-repeat #ffffff;
    margin-right: 0;
    padding-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 100%;
  }
  .content-wrap-top .content_box {
    padding: 2%;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .content-wrap-top .left_box .list_box {
    width: 100%;
  }
  .content-wrap-top .left_box .one_box {
    height: auto;
    padding: 0 10% 2% 3.6%;
    background: url(szxx_pic.png) left top;
    background-size: cover;
  }
  .content-wrap-top .left_box .szxx_name {
    width: 40%;
    line-height: 62px;
  }
  .content-wrap-top .left_box {
    width: 100%;
    height: 360px;
    position: relative;
  }
  .content-wrap-top .right_box li a {
    width: 30%;
    margin-left: 2.5%;
    padding-top: 9%;
    font-size: 17px;
  }
  .content-wrap-center .content_box {
    padding: 2%;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .content-wrap-center .left_box {
    width: 100%;
    height: auto;
    border-right: none;
  }
  .content-wrap-center .right_box {
    width: 100%;
    height: auto;
  }
  .zxft_list .scrollbar_box {
    width: 45%;
    padding-top: 6%;
  }
  .zxft_list .scrollbar {
    width: 100%;
    padding-left: 0%;
    height: 400px;
  }
  .zxft_list .ft_box {
    width: 100%;
    height: auto;
  }
  #type3 {
    width: 52%;
  }
  .section06_c_img {
    width: 100% !important;
  }
  .section06_c_img {
    width: 100% !important;
  }
  .section06_c_img img {
    width: 100% !important;
  }
  .section06_theme {
    padding-top: 8px;
    width: 100% !important;
    height: 188px;
    overflow: hidden;
  }
  .left_link_box li a {
    width: 31%;
    height: 61px;
    line-height: 61px;
    padding-left: 14%;
    margin-right: 3%;
    background-size: cover;
  }
  .hfzt {
    width: 10% !important;
    font-size: 0.3rem;
  }
  .left_box .zxft_box .wlfyr_box ul.list_pad {
    padding: 8px 0 5px !important;
  }

  .content-wrap-top .right_box {
    width: 100%;
    height: auto;
    padding-top: 22%;
    background: url(szxx_s.png) center 30px
      #ffffff no-repeat;
    padding-bottom: 3%;
  }
  .content-wrap-top .right_box li a.link1 {
    background: url(szxx_link1.png) center
      no-repeat #52a8e5;
  }
  .content-wrap-top .right_box li a.link2 {
    background: url(szxx_link2.png) center
      no-repeat #52a8e5;
  }
  .content-wrap-top .right_box li a.link3 {
    background: url(szxx_link3.png) center
      no-repeat #52a8e5;
  }
  .hd_zxjb_box li {
    width: 100%;
  }
  .hd_zxjb_box li a {
    width: 100% !important;
  }
  .Newsmedia_box {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0 2% 3%;
  }
  .Newsmedia_box .list_box li a {
    width: 32% !important;
    padding-left: 10% !important;
    margin-right: 2% !important;
  }
  .Newsmedia_box .list_box li a.link4 {
    margin-right: 0 !important;
  }
  .content-wrap-center .right_box .hygq_box {
    margin: 10px 0;
  }
  .content-wrap-center .left_box .zxft_box {
    padding-right: 0;
  }
  .Newsmedia_box .list_box li a.link1 {
    background: url(../images/media_1.png) 22px 24px no-repeat #ffffff;
    padding-top: 20px;
  }
  .Newsmedia_box .list_box li a.link2 {
    background: url(media_2.png) 22px 24px
      no-repeat #ffffff;
    padding-top: 20px;
  }
  .Newsmedia_box .list_box li a.link3 {
    background: url(media_3.png) 22px 24px
      no-repeat #ffffff;
    padding-top: 20px;
  }
  .Newsmedia_box .list_box li a.link4 {
    background: url(media_4.png) 22px 24px
      no-repeat #ffffff;
    margin-right: 0;
    padding-top: 20px;
  }
  .left_link_box li a.link1 {
    background: url(left_link_box1.png) no-repeat
      #52a8e5;
  }
  .left_link_box li a.link2 {
    background: url(left_link_box1.png) no-repeat
      #52a8e5;
  }
  .left_link_box li a.link3 {
    background: url(left_link_box1.png) no-repeat
      #52a8e5;
    margin-right: 0;
  }
}
@media (max-width: 790px) and (min-width: 768px) {
  .content-wrap-top .left_box .szxx_name {
    /* line-height: 0; */
  }
  .content-wrap-center .left_box .zxft_box ul.tit li {
    line-height: 45px;
  }
  .content-wrap-center .right_box .hygq_box ul.tit li:first-child {
    line-height: 45px;
  }
  .content-wrap-center .right_box .hygq_box ul.tit li {
    line-height: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 100%;
  }
  .content-wrap-top .content_box {
    padding: 4% 2%;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .content-wrap-top .left_box .list_box {
    width: 100%;
  }
  .content-wrap-top .left_box .one_box {
    height: auto;
    padding: 0 5% 3% 3%;
    background: url(szxx_pic.png) left top
      no-repeat;
  }
  .content-wrap-top .left_box .szxx_name {
    width: 50%;
    line-height: 80%;
    margin-bottom: 2%;
  }
  .content-wrap-top .left_box {
    width: 100%;
    position: relative;
  }
  .content-wrap-top .left_box p {
    font-size: 0.25rem;
    line-height: 22px;
    padding-left: 0px;
  }
  .content-wrap-top .left_box .szxx_name a {
    margin-left: 20px;
    padding-top: 20px;
    display: block;
  }
  .content-wrap-center .left_box .zxft_box ul.tit li a {
    font-size: 0.35rem;
    font-weight: bold;
    line-height: 28px;
  }
  .content-wrap-center .left_box .zxft_box ul.tit li span a {
    float: right;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
  }
  .content-wrap-top .right_box li a {
    width: 30%;
    margin-left: 2.5%;
    padding-top: 0;
    font-size: 0.32rem;
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
    line-height: 28px;
  }

  .content-wrap-center .content_box {
    padding: 2%;
    width: 100%;
    overflow: hidden;
    height: auto;
  }

  .content-wrap-center .left_box {
    width: 100%;
    height: auto;
    border-right: none;
  }
  .left_box .zxft_box .wlfyr_box ul.list_pad li dd {
    display: none;
  }
  .content-wrap-center .right_box {
    width: 100%;
    height: auto;
  }
  .content-wrap-center .right_box .hygq_box {
    margin: 10px 0;
  }
  .content-wrap-center .right_box .hygq_box ul.tit {
    height: 45px;
  }
  .content-wrap-center .right_box .hygq_box ul.tit li {
    line-height: 45px;
    height: 45px;
  }
  .content-wrap-center .right_box .hygq_box ul.tit li li span a {
    float: right;
    color: #333;
    line-height: 28px;
    font-weight: normal;
    font-size: 14px;
  }
  .content-wrap-center .right_box .hygq_box ul.tit li a {
    font-size: 0.35rem;
    font-weight: bold;
  }
  .content-wrap-center .right_box .hygq_box ul.tit li span a {
    float: right;
    color: #333;
    line-height: 28px;
    font-weight: normal;
    font-size: 14px;
  }
  .tzh_box .qh_bt_box {
    height: 30px;
  }
  .tzh_box .qh_bt_box ul {
    height: 30px;
  }
  .tzh_box .qh_bt_box ul li {
    line-height: 30px;
  }
  .tzh_box .qh_bt_box li a {
    font-size: 0.35rem;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
  }
  .content-wrap-center .right_box .hygq_box2 ul.tit {
    height: 61px;
    border-bottom: 1px solid #dadada;
  }
  .content-wrap-center .right_box .hygq_box2 ul.tit li {
    line-height: 60px;
    margin-left: 20px;
  }
  .zxft_list .scrollbar_box {
    width: 45%;
    padding-top: 6%;
    height: 563px !important;
    display: none;
  }
  .zxft_list .scrollbar {
    width: 100%;
    padding-left: 0%;
    height: 400px;
    height: 520px !important;
    margin-top: 30px;
  }
  .zxft_list .ft_box {
    width: 100%;
    height: auto;
  }
  .zxft_list .ft_box li {
    font-size: 0.3rem;
  }
  #type3 {
    width: 100%;
    height: auto;
  }
  .zxft_list {
    padding-top: 15px;
    margin-bottom: 10px;
  }

  /* 往期访谈 */
  .wqft_tit {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }
  .wqft_tit a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 0.32rem;
    font-weight: bold;
    background: #52a8e5;
  }

  .section06_c_img {
    width: 100% !important;
  }
  .section06_c_img {
    width: 100% !important;
  }
  .section06_c_img img {
    width: 100% !important;
  }
  .section06_theme {
    padding-top: 8px;
    width: 100% !important;
    height: auto;
    overflow: hidden;
  }
  .section06_theme li {
    font-size: 16px;
  }

  .hfzt {
    font-size: 16px;
  }
  .left_box .zxft_box .wlfyr_box ul.list_pad {
    padding: 8px 0 5px !important;
  }
  .left_box .zxft_box .wlfyr_box ul.list_pad li a {
    width: 75%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
  }
  .left_box .zxft_box .wlfyr_box ul.list_pad li span {
    display: none;

  }
    .left_box .zxft_box .wlfyr_box ul.list_pad li .title {
    display: block;
    margin-left: 30px;
  }
  .qh_list_box .list_pad li a {
    width: 69%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    font-size: 16px;
  }
  .qh_list_box .list_pad li span {
    display: none;
  }
  .qh_list_box1 .list_pad li {
    padding-left: 0;
    background: none;
  }
  .qh_list_box1 .list_pad li a {
    width: 78%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
  }
  .qh_list_box1 .list_pad li span {
    display: none;
  }
  .left_box .zxft_box .wlfyr_box ul.list_pad li h1 {
    font-size: 16px;
  }
  .smwz_list ul.list_pad li {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .smwz_list ul.list_pad li a {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    float: left;
  }
  .smwz_list ul.list_pad li span {
    float: right;
    color: #999999;
    font-size: 16px;
  }

  .content-wrap-top .right_box {
    width: 100%;
    height: auto;
    padding-top: 45%;
    background: url(szxx_s.png) center 30px
      #ffffff no-repeat;
    padding-bottom: 3%;
  }
  .content-wrap-top .right_box li a.link1 {
    background: #52a8e5;
    padding-top: 0; /* line-height: 40px; */ /* height: 40px; */
  }
  .content-wrap-top .right_box li a.link2 {
    background: #52a8e5;
  }
  .content-wrap-top .right_box li a.link3 {
    background: #52a8e5;
  }
  .hd_zxjb_box li {
    width: 100%;
  }
  .hd_zxjb_box li a {
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 0.32rem !important;
    margin-bottom: 10px;
  }
  .Newsmedia_box {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0 2% 3%;
  }
  .Newsmedia_box .list_box li a {
    width: 100% !important;
    padding-left: 10% !important;
    margin-right: 2% !important;
    margin-bottom: 4%;
  }
  .Newsmedia_box .list_box li a.link4 {
    margin-right: 0 !important;
  }

  .content-wrap-center .left_box .zxft_box {
    padding-right: 0;
    margin-bottom: 0;
  }
  .content-wrap-center .left_box .zxft_box ul.tit {
    height: 45px;
  }
  .content-wrap-center .left_box .zxft_box ul.tit li {
    line-height: 45px;
  }
  .Newsmedia_box .list_box li a.link1 {
    background: url(../images/media_1.png) 22px 24px no-repeat #ffffff;
    padding-top: 20px;
  }
  .Newsmedia_box .list_box li a.link2 {
    background: url(media_2.png) 22px 24px
      no-repeat #ffffff;
    padding-top: 20px;
  }
  .Newsmedia_box .list_box li a.link3 {
    background: url(media_3.png) 22px 24px
      no-repeat #ffffff;
    padding-top: 20px;
  }
  .Newsmedia_box .list_box li a.link4 {
    background: url(media_4.png) 22px 24px
      no-repeat #ffffff;
    margin-right: 0;
    padding-top: 20px;
  }
  .Newsmedia_box .list_box li h1 {
    font-size: 0.32rem;
  }
  .Newsmedia_box .list_box li p {
    font-size: 0.3rem;
  }
  .Newsmedia_box .tit_box span {
    font-size: 0.35rem;
    width: 50%;
    font-weight: bold;
  }

  .left_link_box li a {
    width: 100%;
    height: 61px;
    line-height: 61px;
    padding-left: 0;
    margin-right: 0;
    background-size: cover;
    margin-top: 10px;
  }
  .left_link_box li a.link1 {
    background: url(left_link_box1.png) no-repeat
      #52a8e5;
    text-align: center;
    padding-left: 0;
    font-size: 0.32rem;
  }
  .left_link_box li a.link2 {
    background: url(left_link_box1.png) no-repeat
      #52a8e5;
    text-align: center;
    padding-left: 0;
    font-size: 0.32rem;
  }
  .left_link_box li a.link3 {
    background: url(left_link_box1.png) no-repeat
      #52a8e5;
    text-align: center;
    padding-left: 0;
    font-size: 0.32rem;
    margin-right: 0;
  }
}

.hd_zxjb_box li {
  width: 50%;
}

.hd_zxjb_box li a {
  width: 90%;
  height: 61px;
  line-height: 61px;
  display: block;
  float: left;

  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  background: #52a8e5;
  text-align: center;
  margin-top: 15px;
}

.hd_zxjb_box li a:hover {
  opacity: 0.8;
}

.hfzt {
  display: block;
  width: 70px;
  height: 25px;
  line-height: 25px;
  margin-top: 6px;
  text-align: center;
  color: white !important;
  border-radius: 25px;
  display: none;
}

.Newsmedia_box .list_box li a {
  width: 370px;
  padding-left: 70px;
  margin-right: 45px;
}