﻿/*通用*/
.main {
  width: 100%;
  height: auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.w775 {
  width: 775px;
}
.w600 {
  width: 600px;
}
.w550 {
  width: 550px;
}
.w385 {
  width: 385px;
}
input,
select {
  outline: none;
}
/*首页栏目标题*/
.sylm_title {
  font: bold 34px/34px "微软雅黑";
  color: #BD1A2D;
}
.sylm_title a {
  color: #BD1A2D;
}
.sylm_title span {
  display: inline-block;
  float: right;
  width: 86%;
  height: 6px;
  background: #E4E4E4;
  margin-top: 18px;
}
/*二级页面栏目标题*/
.ejlm_title {
  background: url("xiaofang_1210.png") no-repeat left top;
  padding-left: 50px;
  font: bold 26px/36px "微软雅黑";
  color: #BD1A2D;
}
.ejlm_title a {
  color: #BD1A2D;
}
.ejlm_title span {
  display: inline-block;
  float: right;
  width: 87%;
  height: 6px;
  background: #F4F4F4;
  margin-top: 18px;
}
.ejlm_title .more {
  float: right;
  padding: 5px 6px;
  margin: 5px 0 0 20px;
  font: normal 14px/14px "微软雅黑";
  border: 1px solid #BD1A2D;
  color: #BD1A2D;
  border-radius: 5px;
}
/* 通用切换按钮 */
.txt_box {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 50px;
  background: url("xiaofang_1210.png") no-repeat left top;
}
.txt_tab {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #e4e4e4;
}
.txt_tab > li {
  float: left;
  height: 44px;
  color: #666;
  text-align: center;
  margin-right: 20px;
  display: block;
  font: bold 26px/44px "微软雅黑";
}
.txt_tab > li a {
  display: block;
  color: #666;
  height: 44px;
}
.txt_tab > li.on a {
  color: #bd1a2d;
  border-bottom: 2px solid #bd1a2d;
}
/* 通用更多 */
.ty_more {
  padding: 5px 6px;
  position: absolute;
  right: 0;
  top: -32px;
  font-size: 14px;
  border: 1px solid #BD1A2D;
  color: #BD1A2D;
  border-radius: 5px;
}
.ty_more:hover {
  text-decoration: underline;
}
/* 通用列表 */
.ty_list {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  padding-top: 18px;
}
.ty_list li {
  font: normal 18px/45px "微软雅黑";
  height: 45px;
}
.ty_list li a {
  color: #333;
  display: block;
  width: 100%;
  overflow: hidden;
  float: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ty_list li a::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #BD1A2D;
  float: left;
  margin: 20px 10px 0 0;
}
.ty_list li a:hover {
  color: #bd1a2d;
}
.ty_list li span {
  width: 20%;
  color: #999;
  text-align: right;
  float: right;
  display: block;
}
/*通用不切换标题*/
.ty_lmdiv {
  position: relative;
}
.ty_lmdiv .ty_more {
  top: 11px;
}
.ty_lmtitle {
  height: 44px;
  color: #BD1A2D;
  text-align: left;
  display: block;
  font: bold 26px/44px "微软雅黑";
  padding-left: 50px;
  background: url("xiaofang_1210.png") no-repeat left top;
  position: relative;
}
.ty_lmtitle h5 {
  border-bottom: 1px solid #e4e4e4;
}
.ty_lmtitle h5 a {
  display: inline-block;
  color: #BD1A2D;
  height: 44px;
  border-bottom: 2px solid #bd1a2d;
}
.ty_lmtitle .ty_more {
  line-height: 14px;
  top: 11px;
}
/*搜索按钮样式*/
.search_button {
  width: 84px;
  height: 30px;
  border: 0;
  padding-left: 20px;
  background: #BD1A2D url("icon_white_1214.png") no-repeat 20% center;
  font: normal 16px/28px "微软雅黑";
  color: #fff;
  cursor: pointer;
}
/*面包屑导航*/
.crumbs {
  width: 100%;
  height: 44px;
  font: normal 16px/44px "微软雅黑";
  background: #F4F4F4;
  color: #BD1A2D;
}
.crumbs img {
  margin-top: 13px;
  float: left;
  margin-right: 10px;
}
.crumbs a {
  color: #333;
}
/*通用*/
/*首页*/
/*首页头*/
.index_bg {
  background: url("bg_top.png") no-repeat top center;
}
.ty_header {
  width: 100%;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ty_head .search-wrap {
  display: inline-block;
  float: left;
}
.navL {
  width: 500px;
  font-size: 14px;
}
.navR {
  width: 600px;
  font-size: 14px;
}
.navR .sdzc {
  display: inline-block;
  width: 46px;
  margin-top: 5px;
  height: 54px;
  float: right;
}
.navR ul {
  width: 250px;
  float: left;
  margin-left: 15px;
}
.navR ul li {
float: left;
    margin: 12px 0 0 20px;
   background: linear-gradient(white, #fff5e8);
    padding: 11px;
    border-radius: 10px;

}
.navR ul li:hover a {
  text-decoration: underline;
}
.navR ul li a {
      color: #bb1529;
    font-weight: 700;
}
.navL #date1 {
  margin-top: 18px;
  margin-right: 20px;
  color: #fff;
}
.navL iframe {
  margin-top: 12px;
}
.site_name {
  text-align: center;
  margin-bottom: 56px;
}
.site_name img {
  margin-top: 38px;
  width: 730px;
  height: 245px;
}
.site_name a {
  color: #BD1A2D;
}
.search-wrap {
  width: 280px;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e4e4e4;
  margin-top: 10px;
  border-radius: 5px;
  background: #fff;
}
.search-wrap .search-input {
  height: 38px;
  line-height: 38px;
  *height: 38px;
  *line-height: 38px;
  border: 0;
  display: table-cell;
  width: 240px;
  color: #999;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: inherit;
  font-size: 14px;
  border-radius: 5px;
  float: left;
}
.search-wrap .search-input:focus {
  outline: none;
  border-color: transparent;
}
.search-wrap .icon-search {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 38px;
  border: 0;
  color: transparent;
  margin-left: -4px;
  background: url(icon_search_normal_1207.png) no-repeat center center;
  float: right;
  cursor: pointer;
}
.search-wrap .icon-search:hover {
  background: url(icon_search_hover_1207.png) no-repeat center center;
}
.nav {
  height: 62px;
  background: rgba(189, 26, 45, 0.6);
}
.nav ul {
  font-size: 0;
  padding: 0;
}
.nav ul li {
  width: 12%;
  text-align: center;
  display: inline-block;
  font: normal 24px/62px '微软雅黑';
}
.nav ul li a {
  color: #fffefe;
  display: block;
}
.nav ul li:hover {
  font-weight: bold;
}
.nav ul li.active {
  font-weight: bold;
}
/*首页重要讲话*/
.sy_zyjh h1 {
  margin-top: 22px;
  font: bold 40px/60px "微软雅黑";
  color: #F8E792;
  text-align: center;
}
.sy_zyjh h1:hover a {
  border-bottom: 1px solid #F8E792;
}
.sy_zyjh ul {
  margin-top: 16px;
  text-align: center;
}
.sy_zyjh ul li {
  display: inline-block;
  padding: 0 18px;
  font: bold 16px/18px "微软雅黑";
  border-right: 3px solid #F8E792;
}
.sy_zyjh ul li a:hover {
  text-decoration: underline;
}
.sy_zyjh a {
  color: #F8E792;
}
/*首页轮播*/
.sy_xwzx {
  margin-top: 25px;
  padding: 26px 28px 30px 30px;
  background: #fff;
  border: 1px solid #E4E4E4;
}
.lunbo {
  width: 540px;
  height: 386px;
  margin-top: 25px;
}
.lunbo .slideBox {
  width: 540px;
  height: 386px;
  overflow: hidden;
  position: relative;
}
.lunbo .slideBox .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 1;
}
.lunbo .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.lunbo .slideBox .hd ul li {
  float: left;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  opacity: 0.5;
}
.lunbo .slideBox .hd ul li.on {
  background: #BD1A2D;
  color: #fff;
  opacity: 1;
}
.lunbo .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.lunbo .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.lunbo .slideBox .bd img {
  width: 540px;
  height: 386px;
  display: block;
}
.lunbo .slideBox .bd p {
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  font: normal 16px/44px "微软雅黑";
  color: #fff;
}
/*首页切换*/
.sy_tab {
  width: 575px;
  margin-top: 25px;
}
.sy_tab .txt_box {
  padding: 0;
  background: transparent;
}
.sy_tab .ty_more {
  top: -35px;
  border: 0;
}
.sy_tab .ty_more:hover {
  text-decoration: underline;
}
.sy_tab .txt_tab {
  height: 40px;
}
.sy_tab .txt_tab > li {
  height: 40px;
  line-height: 24px;
}
.sy_tab .txt_tab > li.on a {
  height: 40px;
}
.sy_tab .ty_list {
  padding: 10px 0 0 0;
}
.sy_tab .ty_list li {
  height: 56px;
  font: normal 18px/56px "微软雅黑";
  border-bottom: 1px dashed #E5E5E5;
}
.sy_tab .ty_list li a::before {
  margin-top: 26px;
}
/*首页专题轮播*/
.sy_zt1 {
  margin-top: 30px;
  padding: 35px 0;
  background: #f4f4f4;
}
.picScroll-left {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.picScroll-left .hd {
  overflow: hidden;
  width: 100%;
  height: 90px;
  background: #f4f4f4;
  position: absolute;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 19px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
}
.picScroll-left .hd .next {
  background: url("jt_left_normal.png") no-repeat center center;
  position: absolute;
  left: 0;
}
.picScroll-left .hd .next:hover {
  background: url("jt_left_hover.png") no-repeat center center;
  position: absolute;
  left: 0;
}
.picScroll-left .hd .prev {
  background: url("jt_right_normal.png") no-repeat center center;
  position: absolute;
  right: 0;
}
.picScroll-left .hd .prev:hover {
  background: url("jt_right_hover.png") no-repeat center center;
  position: absolute;
  right: 0;
}
.picScroll-left .bd {
  width: 1200px;
  margin: 0 auto;
}
.picScroll-left .bd .tempWrap {
  width: 1200px !important;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin-right: 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left .bd ul li img {
  width: 386px;
  height: 90px;
  display: block;
}
.picScroll-left .bd ul li a:hover img {
  border-color: #999;
}
/*首页公报*/
.sy_cdiv {
  padding: 30px 0 50px;
}
.sy_gb,
.sy_jy,
.sy_db {
  width: 386px;
}
.sy_gb {
  margin-right: 20px;
  margin-top: 24px;
  background: #fff;
}
.sy_gb img {
  width: 171px;
  height: 230px;
  float: left;
}
.select_gb {
  width: 177px;
  margin-left: 20px;
}
.select_gb li {
  width: 177px;
  height: 35px;
  margin-bottom: 15px;
}
.select_gb li select {
  width: 100%;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url(select_xl_1207.png) no-repeat 95% center #fcf3f4;
  padding-left: 16px;
  color: #BD1A2D;
  border: solid 1px #BD1A2D;
  font-size: 16px;
}
.sel_zuixin {
  display: block;
  margin-top: 35px;
  text-align: center;
  font: bold 18px/22px "微软雅黑";
  color: #333;
  margin-bottom: 25px;
}
.sel_zuixin span {
  display: block;
  font: normal 16px/22px "微软雅黑";
}
.sel_zuixin:hover {
  color: #BD1A2D;
}
.sel_zuixin:hover span {
  text-decoration: underline;
}
/*首页意见*/
.sy_jy {
  padding: 0 3px;
}
.sy_jy img {
  width: 380px;
  height: 110px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sy_jy img:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.sy_jy li {
  font: normal 16px/28px "微软雅黑";
  margin-top: 16px;
}
.sy_jy li a {
  color: #404040;
}
.sy_jy li span {
  display: inline-block;
  width: 58px;
  height: 16px;
  background: url("zzzj_1208.png") no-repeat center center;
  margin-left: 10px;
}
.sy_jy li:hover a {
  color: #BD1A2D;
}
.sy_db {
  padding-left: 6px;
}
.sy_db li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sy_db li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.sy_db .sy_dblzpt {
  width: 228px;
  height: 110px;
}
.sy_db .sy_app {
  width: 130px;
  height: 110px;
  background: #F5F5F5;
  text-align: center;
}
.sy_db .sy_app img {
  width: 58px;
  height: 58px;
  margin-top: 13px;
}
.sy_db .sy_app p {
  color: #BD1A2D;
  font: normal 16px/26px "微软雅黑";
}
.sy_db .sy_dbmd,
.sy_db .sy_dfxfg {
  width: 132px;
  height: 114px;
  background: #F5F5F5;
  text-align: center;
  margin-top: 24px;
}
.sy_db .sy_dbmd img,
.sy_db .sy_dfxfg img {
  margin-top: 25px;
}
.sy_db .sy_dbmd a,.sy_db .sy_dfxfg a{
  display: block;
  height: 114px;
}
.sy_db .sy_dbmd p,
.sy_db .sy_dfxfg p {
  color: #BD1A2D;
  font: bold 16px/16px "微软雅黑";
  margin-top: 12px;
}
.sy_db .sy_dfxfg {
  width: 228px;
  height: 114px;
  background: url("dfxfg_bg_1207.png") no-repeat center center;
}
.sy_db .sy_dfxfg p {
  color: #fff;
}
/*首页重点工作*/
.sy_zdgz {
  padding: 35px 0;
  background: #F4F4F4;
}
.sy_zdgz ul {
  font-size: 0;
  margin-top: 35px;
}
.sy_zdgz ul li {
  width: 220px;
  height: 114px;
  display: inline-block;
  float: left;
  margin-right: 25px;
  border: 1px solid #E4E4E4;
  background: -webkit-linear-gradient(top, #fff, #F9F9F9);
  background: -moz-linear-gradient(top, #fff, #F9F9F9);
  background: -webkit-gradient(linear, top, bottom, from(#fff), to(#F9F9F9));
  background: linear-gradient(top, #fff, #F9F9F9);
  background: -ms-linear-gradient(top, #fff, #F9F9F9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fff, endColorstr=#F9F9F9);
  font: normal 18px/114px "微软雅黑";
}
.sy_zdgz ul li a {
  color: #333;
  display: block;
}
.sy_zdgz ul li span {
  display: inline-block;
  float: left;
  width: 80px;
  height: 114px;
  margin-right: 15px;
  background-position: right center;
  background-repeat: no-repeat;
}
.sy_zdgz ul li:hover {
  background: #BD1A2D;
}
.sy_zdgz ul li:hover a {
  color: #fff;
}
.sy_zdgz ul .zdgz1 span {
  background-image: url("icon_lfgj_normal.png");
}
.sy_zdgz ul .zdgz1:hover span {
  background-image: url("icon_lfgj_hover.png");
}
.sy_zdgz ul .zdgz2 span {
  background-image: url("icon_jdzh_normal.png");
}
.sy_zdgz ul .zdgz2:hover span {
  background-image: url("icon_jdzh_hover.png");
}
.sy_zdgz ul .zdgz3 span {
  background-image: url("icon_jyjd_normal.png");
}
.sy_zdgz ul .zdgz3:hover span {
  background-image: url("icon_jyjd_hover.png");
}
.sy_zdgz ul .zdgz4 span {
  background-image: url("icon_xjrm_normal.png");
}
.sy_zdgz ul .zdgz4:hover span {
  background-image: url("icon_xjrm_hover.png");
}
.sy_zdgz ul .zdgz5 span {
  background-image: url("icon_dbgz_normal.png");
}
.sy_zdgz ul .zdgz5:hover span {
  background-image: url("icon_dbgz_hover.png");
}
/*首页会议*/
.sy_hy {
  padding: 35px 0;
}
.sy_hy .sylm_title span {
  width: 92%;
  background: #F5F5F5;
}
.sy_hy ul {
  margin-top: 30px;
}
.sy_hy li {
  display: inline-block;
  float: left;
  font: normal 20px/20px "微软雅黑";
  margin-right: 90px;
}
.sy_hy li a {
  color: #333;
  display: block;
}
.sy_hy li span {
  display: inline-block;
  line-height: 80px;
}
.sy_hy li i {
  display: inline-block;
  float: left;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}
.sy_hy li:hover a {
  color: #BD1A2D;
}
.sy_hy .hy1 span {
  margin: 10px 0;
  line-height: 30px;
  width: 165px;
}
.sy_hy .hy1 i {
  background: #f5f5f5 url("hy1_normal.png") no-repeat center center;
}
.sy_hy .hy1:hover i {
  background: #BD1A2D url("hy1_hover.png") no-repeat center center;
}
.sy_hy .hy2 i {
  background: #f5f5f5 url("hy2_normal.png") no-repeat center center;
}
.sy_hy .hy2:hover i {
  background: #BD1A2D url("hy2_hover.png") no-repeat center center;
}
.sy_hy .hy3 i {
  background: #f5f5f5 url("hy3_normal.png") no-repeat center center;
}
.sy_hy .hy3:hover i {
  background: #BD1A2D url("hy3_hover.png") no-repeat center center;
}
.sy_hy .hy4 i {
  background: #f5f5f5 url("hy4_normal.png") no-repeat center center;
}
.sy_hy .hy4:hover i {
  background: #BD1A2D url("hy4_hover.png") no-repeat center center;
}
/*首页期刊*/
.sy_bdiv {
  padding: 35px 0;
  background: #F4F4F4;
}
.sy_bdiv .sy_gb {
  margin-top: 0;
  margin-right: 25px;
}
.sy_bdiv .sel_zuixin {
  margin-bottom: 30px;
}
/*首页机关建设*/
.sy_jgjs {
  width: 540px;
}
.sy_jgjs .sylm_title span {
  width: 58%;
}
.sy_jgjs .more {
  font: normal 14px/14px "微软雅黑";
  float: right;
  margin-top: 14px;
  margin-left: 20px;
}
.sy_jgjs .more:hover {
  text-decoration: underline;
}
.sy_jgjs ul {
  font-size: 0;
  margin-top: 35px;
}
.sy_jgjs li {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 166px;
  font: normal 16px/16px "微软雅黑";
  color: #333;
  text-align: center;
  overflow: hidden;
}
.sy_jgjs li img {
  width: 166px;
  height: 113px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sy_jgjs li p {
  color: #333;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_jgjs li:hover p {
  color: #BD1A2D;
}
.sy_jgjs li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*首页评选*/
.sy_px {
  width: 220px;
}
.sy_px li {
  width: 220px;
  height: 62px;
  margin-bottom: 20px;
  background: #e4e4e4;
  font: normal 20px/62px "微软雅黑";
  text-align: center;
}
.sy_px li a {
  color: #333;
  display: block;
}
.sy_px li:hover {
  background: #BD1A2D;
}
.sy_px li:hover a {
  color: #fff;
}
/*首页专题轮播2*/
.sy_zt2 {
  padding: 35px 0;
  margin-bottom: 40px;
}
.sy_zt2 .picScroll-left .hd {
  background: #fff;
}
.sy_zt2 .picScroll-left .bd ul li img {
  width: 285px;
}
.sy_zt2 .more {
  display: block;
  margin-top: 20px;
  padding-right: 40px;
  text-align: right;
  color: #BD1A2D;
  font: normal 14px/14px "微软雅黑";
}
.sy_zt2 .more:hover {
  text-decoration: underline;
}
/*链接 公务员邮箱*/
.lj_yxdl {
  height: 60px;
  line-height: 60px;
  background: #f4f4f4;
  font-size: 14px;
}
.lj5 span {
  color: #bd1a2d;
}
.lj5 a {
  margin: 0 5px;
  color: #666;
}
.lj5 a:hover {
  color: #bd1a2d;
}
.servant_mail {
  float: right;
  color: #666;
}
#mailForm .login,
#mailForm .help {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  background: #c0c0c0;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
  padding: 5px 15px;
}
#mailForm .login {
  margin-left: 14px;
}
#mailForm .help {
  margin-left: 10px;
}
#mailForm #uid,
#mailForm #password {
  width: 180px;
  height: 30px;
  line-height: 30px;
  border: 0;
  color: #666;
  padding: 0 10px;
}
#mailForm .login a,
#mailForm .help a {
  color: #666;
}
#mailForm .login:hover,
#mailForm .help:hover {
  background: #dabb85;
}
/*友情链接*/
.yqlj {
  height: 60px;
  background: #757575;
}
.yqlj .yqlj_box {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
.yqlj .yqlj_box .yqlj_links {
  float: left;
  margin: 0 10px;
  color: #fff;
  position: relative;
}
.yqlj .yqlj_box .yqlj_links span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: url(ico_up2_ch_1207.png) right center no-repeat;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
.yqlj .yqlj_box .yqlj_links:hover span {
  background: url(ico_down2_ch_1207.png) right center no-repeat;
}
.yqlj .yqlj_box .yqlj_links i {
  height: 60px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 60px;
  color: #fff;
  font-style: normal;
  padding-left: 10px;
}
.yqlj .yqlj_box .yqlj_links ul {
  position: absolute;
  top: -250px;
  left: 0;
  border: 1px solid #ccc;
  width: 200px;
  height: 250px;
  z-index: 100;
  background: #fff;
  font-size: 14px;
  line-height: 28px;
  overflow-y: auto;
  display: none;
}
.yqlj .yqlj_box .yqlj_links ul a {
  color: #333;
}
.yqlj .yqlj_box .yqlj_links:hover ul {
  display: block;
}
.yqlj .yqlj_box .yqlj_links li {
  padding: 0 10px;
  line-height: 28px;
}
.yqlj .yqlj_box .yqlj_links li:hover {
  background: #ccc;
}
/*首页*/
/*新闻中心*/
.xw1 {
  margin-top: 35px;
}
.xw_lb {
  width: 600px;
  height: 330px;
}
.xw_lb .slideBox {
  width: 600px;
  height: 330px;
  overflow: hidden;
  position: relative;
}
.xw_lb .slideBox .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 1;
}
.xw_lb .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.xw_lb .slideBox .hd ul li {
  float: left;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  opacity: 0.5;
}
.xw_lb .slideBox .hd ul li.on {
  background: #BD1A2D;
  color: #fff;
  opacity: 1;
}
.xw_lb .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.xw_lb .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.xw_lb .slideBox .bd img {
  width: 600px;
  height: 330px;
  display: block;
}
.xw_lb .slideBox .bd p {
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  font: normal 16px/44px "微软雅黑";
  color: #fff;
}
.xw2,
.xw3 {
  height: 330px;
  margin-top: 40px;
}
.xw4 {
  margin: 40px 0;
}
.xw4 .txt_tab {
  height: auto;
}
.ty_imglist {
  margin-top: 30px;
}
.ty_imglist ul {
  font-size: 0;
}
.ty_imglist ul li {
  display: inline-block;
  float: left;
  width: 290px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  font: normal 14px/26px "微软雅黑";
  text-align: center;
  color: #fff;
}
.ty_imglist ul li img {
  width: 100%;
  height: 100%;
}
.ty_imglist ul li:hover .play {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.ty_imglist ul p {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.ty_imglist ul .play {
  display: block;
  width: 48px;
  height: 48px;
  background: url("sp_icon_1210.png") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.xw_tpxw .ty_imglist ul li {
  width: 265px;
  overflow: hidden;
}
.xw_tpxw .ty_imglist ul li img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.xw_tpxw .ty_imglist ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*新闻中心*/
/*人大概况*/
.rd_rdjj {
  margin-top: 40px;
}
.rd_rdjj ul {
  margin-top: 24px;
  font-size: 0;
}
.rd_rdjj ul li {
  width: 580px;
  height: 100px;
  display: inline-block;
  float: left;
  margin-right: 40px;
  background: #F4F4F4;
  border: 1px solid #E4E4E4;
  font: bold 24px/100px "微软雅黑";
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rd_rdjj ul li a {
  color: #333;
  display: block;
}
.rd_rdjj ul li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.rd_cwhld {
  margin-top: 40px;
}
.rd_cwhld .ejlm_title span {
  width: 84.5%;
}
.cwhld_div {
  background: #F4F4F4;
  margin-top: 30px;
  padding: 50px;
}
.cwh_zr {
  width: 306px;
  height: auto;
  text-align: center;
}
.cwh_zr .cwh_mb {
  width: 306px;
  height: auto;
  overflow: hidden;
}
.cwh_zr .cwh_mb img {
  width: 232px;
  height: 305px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cwh_zr .cwh_mb img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.cwh_zr p {
  font: normal 22px/22px "微软雅黑";
  margin-top: 30px;
  color: #BD1A2D;
}
.cwh_zr span {
  color: #333;
}
.cwh_fzr {
  width: 790px;
}
.cwh_fzr ul {
  font-size: 0;
}
.cwh_fzr ul li {
  width: 117px;
  display: inline-block;
  float: left;
  margin-left: 40px;
  text-align: center;
}
.cwh_fzr ul p {
  font: normal 16px/26px "微软雅黑";
  color: #333;
}
.cwh_fzr ul .colorred {
  color: #BD1A2D;
}
.cwh_fzr .cwh_mb {
  width: 117px;
  height: auto;
  overflow: hidden;
  margin-bottom: 5px;
}
.cwh_fzr .cwh_mb img {
  width: 94px;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cwh_fzr .cwh_mb img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.rd_dbmd {
  margin-top: 40px;
}
.rd_dbmd .ejlm_title span {
  width: 80%;
}
.dbmd_search {
  width: 100%;
  height: 190px;
  margin-top: 30px;
  padding: 80px 0;
  background: url("dbmd_search_1214.png") no-repeat top center;
}
.dbmd_search li {
  display: inline-block;
  float: left;
  height: 30px;
  margin-left: 25px;
  font: normal 16px/30px "微软雅黑";
  color: #333;
}
.dbmd_search .dbxm input {
  width: 115px;
  height: 30px;
  border: 0;
  padding-left: 15px;
  font-size: 14px;
}
.dbmd_search select {
  width: 115px;
  height: 30px;
  border: 0;
  padding-left: 10px;
  font-size: 14px;
  color: #999;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url(rendaziliao_1207.png) no-repeat 90% center #fff;
}
.dbmd_search option:first-child {
  color: #ccc;
}
.dbmd_search option {
  color: #333;
}
.dbmd_search .dbt select {
  width: 145px;
}
.dbmd_search .search_button {
  margin-left: 50px;
}
.rd_jgsz {
  margin-top: 40px;
  margin-bottom: 60px;
}
.rd_jgimg {
  width: 100%;
  height: 480px;
  margin-top: 40px;
  position: relative;
  background: url("jgsz1_bg_1214.png") no-repeat top center;
}
.rd_jgimg li {
  display: inline-block;
  position: absolute;
  color: transparent;
}
.rd_jgimg a {
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
}
.rd_jgimg .jgimg1,
.rd_jgimg .jgimg2 {
  width: 430px;
  height: 60px;
}
.rd_jgimg .jgimg3,
.rd_jgimg .jgimg4,
.rd_jgimg .jgimg5,
.rd_jgimg .jgimg6,
.rd_jgimg .jgimg7,
.rd_jgimg .jgimg8,
.rd_jgimg .jgimg9,
.rd_jgimg .jgimg10 {
  width: 106px;
  height: 290px;
  bottom: 0;
}
.rd_jgimg .jgimg1 {
  top: 0;
  left: 383px;
}
.rd_jgimg .jgimg2 {
  top: 97px;
  left: 383px;
}
.rd_jgimg .jgimg3 {
  left: 50px;
}
.rd_jgimg .jgimg4 {
  left: 192px;
}
.rd_jgimg .jgimg5 {
  left: 337px;
}
.rd_jgimg .jgimg6 {
  left: 480px;
}
.rd_jgimg .jgimg7 {
  left: 624px;
}
.rd_jgimg .jgimg8 {
  right: 327px;
}
.rd_jgimg .jgimg9 {
  right: 182px;
}
.rd_jgimg .jgimg10 {
  right: 40px;
}
.rd_cwimg {
  width: 100%;
  height: 380px;
  margin-top: 40px;
  position: relative;
  background: url("jgsz2_bg_1214.png") no-repeat top center;
}
.rd_cwimg li {
  display: inline-block;
  position: absolute;
  color: transparent;
}
.rd_cwimg a {
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
}
.rd_cwimg .cwimg1 {
  width: 360px;
  height: 60px;
}
.rd_cwimg .cwimg2,
.rd_cwimg .cwimg3,
.rd_cwimg .cwimg4,
.rd_cwimg .cwimg5,
.rd_cwimg .cwimg6,
.rd_cwimg .cwimg7,
.rd_cwimg .cwimg8,
.rd_cwimg .cwimg9,
.rd_cwimg .cwimg10,
.rd_cwimg .cwimg11,
.rd_cwimg .cwimg12,
.rd_cwimg .cwimg13,
.rd_cwimg .cwimg14,
.rd_cwimg .cwimg15,
.rd_cwimg .cwimg16 {
  width: 62px;
  height: 290px;
  bottom: 0;
}
.rd_cwimg .cwimg1 {
  top: 0;
  left: 420px;
}
.rd_cwimg .cwimg2 {
  left: 0;
}
.rd_cwimg .cwimg3 {
  left: 80px;
}
.rd_cwimg .cwimg4 {
  left: 162px;
}
.rd_cwimg .cwimg5 {
  left: 244px;
}
.rd_cwimg .cwimg6 {
  left: 324px;
}
.rd_cwimg .cwimg7 {
  left: 406px;
}
.rd_cwimg .cwimg8 {
  left: 488px;
}
.rd_cwimg .cwimg9 {
  left: 570px;
}
.rd_cwimg .cwimg10 {
  left: 650px;
}
.rd_cwimg .cwimg11 {
  right: 406px;
}
.rd_cwimg .cwimg12 {
  right: 324px;
}
.rd_cwimg .cwimg13 {
  right: 162px;
}
.rd_cwimg .cwimg14 {
  right: 80px;
}
.rd_cwimg .cwimg15 {
  right: 0;
}
.rd_cwimg .cwimg16 {
  right: 244px;
}
/*人大概况*/
/*重要发布*/
.zy_zyfb {
  margin-top: 40px;
}
.zy_zyfb ul {
  border: 1px solid #E5E5E5;
  padding: 15px 30px;
  margin-top: 30px;
  background: url("bg_gradient_1215.png") repeat-x top left;
}
.zy_zyfb ul li {
  font: normal 16px/54px "微软雅黑";
  border-bottom: 1px dashed #e5e5e5;
}
.zy_zyfb ul li:hover a {
  color: #BD1A2D;
}
.zy_zyfb ul a {
  color: #333;
}
.zy_zyfb ul span {
  color: #999;
  float: right;
}
.zy_zdgz {
  margin-top: 40px;
}
.zy_zdgz ul {
  margin-top: 30px;
}
.zy_zdgz ul li {
  display: inline-block;
  float: left;
  width: 216px;
  height: 100px;
  margin-right: 30px;
  border: 1px solid #BD1A2D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font: normal 20px/98px "微软雅黑";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zy_zdgz ul li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.zy_zdgz ul a {
  color: #BD1A2D;
  display: block;
}
.zy_zdgz ul span {
  display: inline-block;
  float: left;
  width: 80px;
  height: 98px;
  margin-right: 15px;
}
.zy_zdgz ul .zd_lfgj span {
  background: url("icon_1_lfgj_1215.png") no-repeat right center;
}
.zy_zdgz ul .zd_jdzh span {
  background: url("icon_2_jdzh_1215.png") no-repeat right center;
}
.zy_zdgz ul .zd_xjrm span {
  background: url("icon_3_xjrm_1215.png") no-repeat right center;
}
.zy_zdgz ul .zd_jyjd span {
  background: url("icon_4_jyjd_1215.png") no-repeat right center;
}
.zy_zdgz ul .zd_dbgz span {
  background: url("icon_5_dbgz_1215.png") no-repeat right center;
}
.zy_hy ul li {
  width: 277px;
  padding: 22px 0;
  line-height: 54px;
}
.zy_hy ul span {
  width: 54px;
  height: 54px;
  margin-left: 25px;
}
.zy_hy ul .zy_hy1 {
  line-height: 27px;
  padding-right: 10px;
}
.zy_hy ul .zy_hy1 span {
  background: url("icon_5_hy_1215.png") no-repeat center center;
}
.zy_hy ul .zy_hy2 span {
  background: url("icon_6_hy_1215.png") no-repeat center center;
}
.zy_hy ul .zy_hy3 span {
  margin-left: 55px;
  background: url("icon_7_hy_1215.png") no-repeat center center;
}
.zy_hy ul .zy_hy4 span {
  margin-left: 65px;
  background: url("icon_8_hy_1215.png") no-repeat center center;
}
.zy_jh_wz {
  margin-top: 40px;
}
.zy_gzjh,
.zy_jhwz {
  width: 575px;
  height: 330px;
}
.zy_zt {
  margin-top: 40px;
  margin-bottom: 60px;
}
.zy_zt ul {
  font-size: 0;
}
.zy_zt ul li {
  display: inline-block;
  float: left;
  width: 285px;
  height: 90px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.zy_zt ul img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zy_zt ul img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.zy_zt .ty_more {
  position: static;
  display: inline-block;
  float: right;
}
/*重要发布*/
/*服务互动*/
.fw_first {
  margin-top: 40px;
}
.fw_first ul {
  font-size: 0;
}
.fw_first ul li {
  display: inline-block;
  float: left;
  width: 380px;
  height: 114px;
  margin-right: 30px;
  background: url("fwhd_button_normal_1215.png") no-repeat top left;
  font: normal 20px/114px "微软雅黑";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fw_first ul li:hover {
  background: url("fwhd_button_hover_1215.png") no-repeat top left;
}
.fw_first ul li:hover a {
  color: #BD1A2D;
}
.fw_first ul a {
  color: #333;
  display: block;
}
.fw_first ul span {
  display: inline-block;
  float: left;
  width: 54px;
  height: 114px;
  margin-left: 90px;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fw_first ul .fw_dblzpt span {
  background: url("dblzpt_icon_normal.png") no-repeat center center;
}
.fw_first ul .fw_dblzpt:hover span {
  background: url("dblzpt_icon_hover.png") no-repeat center center;
}
.fw_first ul .fw_smcy span {
  background: url("smcy_icon_normal.png") no-repeat center center;
}
.fw_first ul .fw_smcy:hover span {
  background: url("smcy_icon_hover.png") no-repeat center center;
}
.fw_first ul .fw_znwd span {
  background: url("znwd_icon_normal.png") no-repeat center center;
}
.fw_first ul .fw_znwd:hover span {
  background: url("znwd_icon_hover.png") no-repeat center center;
}
.fw_yjzj {
  margin-top: 40px;
  padding: 25px 25px 20px 25px;
  background: url("bg_gradient_1215.png") repeat-x top left;
  border: 1px solid #F5F2EB;
}
.yjzj_title {
  position: relative;
}
.yjzj_title h5 {
  height: 32px;
  padding-left: 45px;
  background: url("yjzj_icon_1215.png") no-repeat left center;
  font: bold 24px/32px "微软雅黑";
}
.yjzj_title h5 a {
  color: #BD1A2D;
}
.yjzj_title .ty_more {
  top: 3px;
}
.yjzj_list ul {
  font-size: 0;
}
.yjzj_list ul li {
  display: inline-block;
  padding: 23px 0;
  font: normal 16px/20px "微软雅黑";
}
.yjzj_list ul a {
  color: #333;
}
.yjzj_list ul .w30 {
  text-align: center;
}
.yjzj_list .zjlist_title {
  color: #BD1A2D;
  margin-top: 30px;
}
.yjzj_list .zjlist_title li {
  padding: 0;
  font: normal 20px/30px "微软雅黑";
  border: 0;
}
.yjzj_list .zjlist_links ul {
  border-bottom: 1px solid #F5F2EB;
}
.yjzj_list .zjlist_links li {
  color: #333;
}
.yjzj_list .zjlist_links .w70:hover a {
  color: #BD1A2D;
}
.yjzj_list .zjlist_links .w70::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #BD1A2D;
  float: left;
  margin: 8px 10px 0 0;
}
.yjzj_list .w70 {
  width: 70%;
}
.yjzj_list .w30 {
  width: 30%;
}
.fw_second {
  margin-top: 40px;
}
.fw_rdzz {
  width: 100%;
}
.zz_div {
  margin-top: 35px;
  width: 750px;
  padding-bottom: 15px;
  border: 1px solid #E5E5E5;
}
.zz_search {
  width: 100%;
  height: 68px;
  background: #f5f5f5;
  font: normal 16px/16px "微软雅黑";
  color: #333;
  padding: 19px 20px;
}
.zz_search select {
  width: 150px;
  height: 30px;
  color: #999;
  border: 0;
  padding-left: 10px;
  margin-right: 10px;
  appearance: none;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url(rendaziliao_1207.png) no-repeat 90% center #fff;
}
.zz_search option {
  color: #333;
}
.zz_search option:first-child {
  color: #ccc;
}
.zz_search .zz_hao {
  margin-left: 20px;
}
.zz_search .search_button {
  margin-left: 50px;
}
.zz_xq {
  padding: 20px;
}
.zz_xq .zz_xqimg {
  width: 179px;
  height: 240px;
  float: left;
}
.xq_list {
  margin-left: 25px;
}
.xq_list h5 {
  font: bold 20px/20px "微软雅黑";
}
.xq_list h5 a {
  color: #BD1A2D;
}
.xq_list h5:hover a {
  text-decoration: underline;
}
.xq_list li {
  font: normal 16px/16px "微软雅黑";
  color: #333;
  margin-top: 18px;
}
.xq_list li span {
  color: #2062AC;
}
.xq_list img {
  border-bottom: 1px solid transparent;
}
.xq_list img:hover {
  border-bottom: 1px solid #BD1A2D;
}
.zz_wqzz {
  width: 420px;
  padding: 20px 0 10px 16px;
  margin-top: 35px;
  border: 1px solid #E5E5E5;
  border-top: 3px solid #BD1A2D;
}
.zz_wqzz .wqzz_title {
  position: relative;
  margin-bottom: 10px;
}
.zz_wqzz .wqzz_title h5 {
  height: 20px;
  padding-left: 26px;
  background: url("wqzz_icon_1217.png") no-repeat left center;
  font: bold 18px/20px "微软雅黑";
}
.zz_wqzz .wqzz_title h5 a {
  color: #BD1A2D;
}
.zz_wqzz .wqzz_title .ty_more {
  top: 0;
  right: 16px;
  padding: 2px 6px;
}
.zz_wqzz li {
  width: 84px;
  display: inline-block;
  float: left;
  margin-right: 16px;
  margin-top: 9px;
}
.zz_wqzz li p {
  text-align: center;
  font: normal 12px/16px "微软雅黑";
  color: #333;
}
.zz_wqzz li:hover p {
  color: #BD1A2D;
}
.zz_wqzz img {
  width: 84px;
  height: 114px;
}
.fw_szdb {
  width: 350px;
  padding: 0 28px;
  border: 1px solid #e5e5e5;
}
.fw_szdb li {
  margin: 31px 0 40px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fw_szdb li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.fw_szdb li:hover img {
  border-bottom: 2px solid #BD1A2D;
}
.fw_szdb span {
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.fw_szdb img {
  width: 292px;
  height: 138px;
  border: 2px solid transparent;
}
.fw_hxwpx {
  margin-top: 40px;
  margin-bottom: 60px;
}
.fw_hxwpx .picScroll-left {
  margin-top: 30px;
}
.fw_hxwpx .picScroll-left .hd {
  background: transparent;
  height: 164px;
}
.fw_hxwpx .picScroll-left .hd .prev,
.fw_hxwpx .picScroll-left .hd .next {
  height: 164px;
}
.fw_hxwpx .picScroll-left .bd {
  width: 1100px;
}
.fw_hxwpx .picScroll-left .bd ul li {
  margin-right: 28px;
}
.fw_hxwpx .picScroll-left .bd ul li img {
  width: 255px;
  height: 164px;
}
.fw_hxwpx .picScroll-left .bd ul li p {
  margin-top: 16px;
  text-align: center;
  color: #404040;
  font: normal 16px/16px "微软雅黑";
}
.fw_hxwpx .picScroll-left .bd ul li:hover p {
  color: #BD1A2D;
}
.fw_hxwpx .picScroll-left .bd .tempWrap {
  width: 1100px !important;
}
/*服务互动*/
/*人大资料*/
.zl_fgk {
  margin-top: 40px;
}
.zl_search {
  margin-top: 30px;
  background: #F5F5F5;
  font: normal 16px/16px "微软雅黑";
  color: #333;
  padding: 19px 25px;
}
.zl_search li {
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.zl_search select {
  width: 140px;
  height: 30px;
  color: #999;
  border: 0;
  padding-left: 10px;
  appearance: none;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url(rendaziliao_1207.png) no-repeat 90% center #fff;
}

.zl_search .zl_fgmc input {
  width: 225px;
  height: 30px;
  color: #999;
}
.zl_search option {
  color: #333;
}

.zl_search input {
  border: 0;
}
.zl_search .zl_kssj input,
.zl_search .zl_jssj input {
  width: 140px;
  height: 30px;
  padding-left: 10px;
  background: url(data_icon_1218.png) no-repeat 90% center #fff;
}
.zl_search .zl_kssj {
  margin-right: 0;
}
.zl_search .zl_jssj span {
  margin: 0 10px;
}
.fgk_div {
  position: relative;

  border: 1px solid #EAE3E3;
}
.fgk_div h5 {
  width: 180px;
  height: 154px;
  background: #F5F5F5;
  text-align: center;
  font: bold 18px/18px "微软雅黑";
  color: #333;
}
.fgk_div h5 a {
  display: block;
  color: #333;
  padding-top: 40px;
  height: 100%;
}
.fgk_div h5 span {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 15px;
}
.fgk_div h5.on {
  background: #DBBC83;
}
.fgk_div h5.on a {
  color: #fff;
}
.fgk_div .fgk_title1 span {
  background: url("btn_fagui_normal.png") no-repeat center center;
}
.fgk_div .fgk_title1.on span {
  background: url("btn_fagui_seleceted.png") no-repeat center center;
}
.fgk_div .fgk_title2 span {
  background: url("btn_guizhang_normal.png") no-repeat center center;
}
.fgk_div .fgk_title2.on span {
  background: url("btn_guizhang_seleceted.png") no-repeat center center;
}
.fgk_nr {
  zoom: 1;
  width: 1020px;
  height: 308px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
}
.fgk_nr ul {
  font-size: 0;
}
.fgk_nr li {
  display: inline-block;
  float: left;
  font: normal 16px/16px "微软雅黑";
}
.fgk_nr .w60 {
  width: 60%;
}
.fgk_nr .w20 {
  width: 20%;
}
.fgk_nr .table_th {
  width: 100%;
  height: 52px;
  background: #FBF4E6;
  color: #333;
  padding-left: 35px;
}
.fgk_nr .table_th li {
  font: normal 18px/52px "微软雅黑";
}
.fgk_nr .table_tr {
  padding: 10px 0 0 35px;
  color: #333;
}
.fgk_nr .table_tr li {
  padding: 11px 0;
}
.fgk_nr .table_tr li:hover a {
  color: #BD1A2D;
}
.fgk_nr .table_tr a {
  color: #333;
}
.fgk_nr .table_tr .ty_more {
  color: #BD1A2D;
  right: 30px;
  bottom: 20px;
  top: auto;
}
.zl_rdhk{
  margin-top: 40px;
}
.zl_rdzs {
  width: 790px;
}
.zl_rdzs ul {
  margin-top: 36px;
}
.zl_rdzs ul li {
  display: inline-block;
  float: left;
  width: 240px;
  height: 115px;
  margin-right: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zl_rdzs ul li img {
  width: 100%;
  height: 100%;
}
.zl_rdzs ul li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.zl_rdzs ul .zs_fgjd {
  width: 100%;
  height: 120px;
  margin-top: 36px;
}
.zl_ljrd {
  margin-top: 40px;
  margin-bottom: 50px;
}
.zl_llhk{
  width: 380px;
}
.llhk_div{
  margin-top: 36px;
  padding: 18px 35px 20px 20px;
  background: #f5f5f5;
  text-align: center;
}
.llhk_div img{
  width: 168px;
  height: 232px;
  -webkit-box-shadow: -4px 4px 6px rgba(0,0,0,.4);
  -moz-box-shadow: -4px 4px 6px rgba(0,0,0,.4);
  -ms-box-shadow: -4px 4px 6px rgba(0,0,0,.4);
  box-shadow: -4px 4px 6px rgba(0,0,0,.4);
}
.llhk_div .fr{padding-top: 40px;width: 140px;}
.llhk_div .fr p{
  font: bold 18px/30px "微软雅黑";
  text-align: center;
  color: #bd1a2d;
}
.llhk_div .fr a:hover{
  text-decoration: underline;
  color: #bd1a2d;
}
.llhk_div .ty_more{
  position: static;
  display: inline-block;
  margin-top: 65px;
  color: #999;
  border: 1px solid #999;
}
.llhk_div .ty_more:hover{
  border: 1px solid #bd1a2d;
}
.ljrd_div {
  margin-top: 36px;
}
.lj_dbmd,
.lj_cwhld {
  width: 580px;
  height: 80px;
  background: #fff;
  border: 2px solid #e4e4e4;;
}
.lj_dbmd a,
.lj_cwhld a {
  display: block;
  color: #BD1A2D;
  height: 100%;
}
.lj_dbmd p,
.lj_cwhld p {
  font: bold 22px/76px "微软雅黑";
}
.lj_dbmd p::before,
.lj_cwhld p::before {
  content: '';
  display: inline-block;
  float: left;
  width: 52px;
  height: 76px;
  background: url("ljrd_icon1_1219.png") no-repeat center center;
  margin: 0 24px 0 130px;
}
.lj_dbmd:hover a,
.lj_cwhld:hover a {
  text-decoration: underline;
}
.lj_cwhld p::before {
  width: 30px;
  background: url("ljrd_icon2_1219.png") no-repeat center center;
}
.lj_cwhwy {
  width: 600px;
  height: 240px;
  border: 5px solid #e4e4e4;
  padding: 24px 20px;
}
.lj_cwhwy p {
  font: bold 22px/32px "微软雅黑";
}
.lj_cwhwy p a {
  color: #BD1A2D;
}
.lj_cwhwy p::before {
  content: '';
  display: inline-block;
  float: left;
  width: 34px;
  height: 32px;
  background: url("ljrd_icon3_1219.png") no-repeat center center;
  margin-right: 15px;
}
.lj_cwhwy ul {
  margin-top: 15px;
}
.lj_cwhwy li {
  display: inline-block;
  float: left;
  width: 50%;
  font: normal 16px/36px "微软雅黑";
}
.lj_cwhwy li a {
  color: #333;
}
.lj_cwhwy li:hover a {
  color: #BD1A2D;
}
/*人大资料*/
/*通用概览*/
.ty_gl {
  margin-top: 40px;
}
.ty_gl .ty_list {
  padding: 24px 0;
  border-bottom: 1px dashed #e4e4e4;
  position: static;
}
/*分页*/
.changepage {
  text-align: center;
  padding: 30px 0 40px;
}
.changepage a {
  display: inline-block;
  border: 1px solid #d9d9d9;
  background: #fff;
  font: normal 16px/38px "微软雅黑";
  color: #333;
  margin-right: 8px;
  padding: 0 15px;
}
.changepage span {
  margin-right: 15px;
}
.changepage a:hover,
.changepage .page-num-current,
.changepage .btu:hover {
  border: 1px solid #BD1A2D;
  background: #BD1A2D;
  color: #fff;
}
.changepage .fast {
  border: 1px solid #d9d9d9;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  outline: 0;
  text-align: center;
  font: normal 16px/38px "微软雅黑";
}
.changepage .btu {
  outline: 0;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  width: 80px;
  height: 40px;
  color: #333;
  background: #fff;
  font: normal 16px/38px "微软雅黑";
}
/*通用概览*/
/*通用细览*/
.ty_xl {
  margin-top: 20px;
}
.xl_title {
  padding-bottom: 12px;
  border-bottom: 1px dashed #E5E5E5;
}
.xl_title h1 {
  font: normal 28px/42px "微软雅黑";
  color: #333;
  padding: 20px 100px 40px;
  text-align: center;
}
.xl_ly {
  color: #999;
  font-size: 14px;
}
.xl_ly span {
  margin-right: 25px;
}
.size_box {
  font-size: 14px;
  margin-right: 20px;
  color: #999;
}
.size_box a {
  color: #999;
  margin-left: 6px;
}
.size_box a.on {
  color: #333;
}
.dayin,
.shoucang {
  float: right;
  line-height: 16px;
  margin-right: 10px;
}
.dayin img,
.shoucang img {
  width: 17px;
  height: 16px;
  float: left;
  margin-right: 5px;
}
.zhengwen {
  padding: 40px 0 50px;
  font: normal 16px/32px "微软雅黑";
  color: #404040;
}
.zhengwen p {
  color: #404040;
}
.xiangguan .ty_list {
  margin: 20px 0 50px;
}
.fujian {
  margin-top: 15px;
}
.fujian li {
  font: normal 16px/32px "微软雅黑";
}
.fujian li a {
  text-decoration: underline;
  color: #404040;
}
/*通用细览*/
/*重要发布-代表工作*/
.fw_first ul .db_jygk span {
  background: url("jygk_icon_normal.png") no-repeat center center;
}
.fw_first ul .db_jygk:hover span {
  background: url("jygk_icon_hover.png") no-repeat center center;
}
.fw_first ul .db_dbmd span {
  background: url("dbmd_icon_normal.png") no-repeat center center;
}
.fw_first ul .db_dbmd:hover span {
  background: url("dbmd_icon_hover.png") no-repeat center center;
}
.db3 {
  height: 330px;
  margin-top: 40px;
  margin-bottom: 50px;
}
/*重要发布-代表工作*/
/*重要发布-监督纵横*/
.jd2 {
  margin-top: 40px;
  height: 285px;
}
.jd3 {
  margin-top: 40px;
}
.jd3 .fw_yjzj {
  margin-top: 25px;
}
.jd4 {
  margin-top: 40px;
  height: 195px;
}
/*重要发布-监督纵横*/
/*服务互动-好新闻评选*/
.hxw_banner {
  width: 100%;
  text-align: center;
}
.hxw_banner img {
  width: 100%;
}
.hxwpx1 {
  margin-top: 36px;
}
.hxw_pxjj {
  font: normal 16px/26px "微软雅黑";
  color: #333;
}
.hxw_pxjj .ty_lmtitle {
  margin-bottom: 25px;
}
.h1_title {
  font: bold 18px/24px "微软雅黑";
  color: #333;
  margin-top: 25px;
}
.h1_title a {
  color: #333;
}
.h1_title a:hover {
  color: #BD1A2D;
}
.h1_title span {
  color: #999999;
}
.hxw_zxdt {
  margin-top: 38px;
}
.hxw_zxdt p {
  font: normal 16px/26px "微软雅黑";
  color: #333;
  text-indent: 2em;
  margin-top: 15px;
}
.hxw_zxdt .xiangqing {
  padding: 2px 7px 3px;
  color: #fff;
  background: #ff7110;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-left: 20px;
}
.hxw_zxdt .xiangqing:hover {
  text-decoration: underline;
}
.hxw_pxgz {
  margin-top: 38px;
}
.hxw_pxgz .xiazai {
  padding: 4px 7px;
  color: #fff;
  background: #1091ff;
  font: normal 14px/16px "微软雅黑";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
.hxw_pxgz .xiazai::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("xiazai_icon_1227.png") no-repeat center center;
  float: right;
  margin-left: 4px;
}
.hxw_pxgz .xiazai:hover {
  text-decoration: underline;
  color: #fff;
}
.hxw_cpzp {
  margin-top: 28px;
  padding: 35px 13px 5px;
  border: 1px solid #e4e4e4;
  background: url("bg_gradient_1215.png") repeat-x left top;
}
.hxw_cpzp li {
  width: 360px;
  height: 80px;
  border: 1px solid #e4e4e4;
  border-left: 4px solid #BD1A2D;
  margin-bottom: 30px;
  background: #fff;
  font: bold 18px/78px "微软雅黑";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hxw_cpzp li a {
  display: block;
  color: #333;
}
.hxw_cpzp li span {
  display: inline-block;
  width: 55px;
  height: 78px;
  float: left;
  margin-right: 20px;
}
.hxw_cpzp li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.hxw_cpzp .hxw_xwzp span {
  background: url("hxw_icon_xwzp.png") no-repeat center right;
}
.hxw_cpzp .hxw_wlzp span {
  background: url("hxw_icon_wlzp.png") no-repeat center right;
}
.hxw_cpzp .hxw_syzp span {
  background: url("hxw_icon_syzp.png") no-repeat center right;
}
.hxw_cpzp .hxw_zpsh span {
  background: url("hxw_icon_zpsh.png") no-repeat center right;
}
.hxw_pxly {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hxw_pxly ul {
  font-size: 0;
  margin-top: 30px;
}
.hxw_pxly ul li {
  width: 280px;
  height: 210px;
  margin-right: 26px;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
}
.hxw_pxly ul img {
  width: 100%;
  height: 210px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hxw_pxly ul img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.hxw_pxly ul p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: rgba(0, 0, 0, 0.6);
  font: normal 16px/34px "微软雅黑";
  text-align: center;
  color: #fff;
}
/*服务互动-好新闻评选*/
/*重要发布-立法广角*/
.lfgj2 {
  margin-top: 40px;
}
.lfgj2 .hxw_zxdt {
  margin-top: 26px;
}
.lfgj2 .h1_title {
  margin-top: 20px;
}
.lfgs_ul li {
  padding-bottom: 20px;
  border-bottom: 1px dashed #e4e4e4;
}
.lfgs_qt {
  border: 1px solid #e4e4e4;
  margin-top: 20px;
  padding: 12px 0;
}
.lfgs_qt ul {
  font-size: 0;
}
.lfgs_qt ul li {
  display: inline-block;
  float: left;
  width: 50%;
  font: normal 18px/36px "微软雅黑";
  padding-left: 40px;
}
.lfgs_qt ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #BD1A2D;
  float: left;
  margin: 16px 10px 0 0;
}
.lfgs_qt ul li:hover a {
  color: #BD1A2D;
}
.lfgs_qt ul li a {
  color: #333;
}
/*重要发布-立法广角*/
/*重要发布-选举任免*/
.xjrm2 {
  margin-bottom: 50px;
}
/*重要发布-选举任免*/
/*新闻中心-视频新闻*/
.sp_spxw1 {
  margin-top: 36px;
}
.cb_slideBox {
  width: 775px;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.cb_slideBox .hd {
  width: 220px;
  height: 320px;
  position: absolute;
  right: 0;
  z-index: 1;
  background: url("bg_tabxw_1228.png") no-repeat top left;
}
.cb_slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  padding-top: 28px;
}
.cb_slideBox .hd ul li {
  width: 220px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font: normal 16px/26px "微软雅黑";
  padding: 12px 15px;
  color: #fff;
}
.cb_slideBox .hd ul li a {
  color: #fff;
}
.cb_slideBox .hd ul li.on {
  background: #BD1A2D;
  opacity: 1;
  white-space: normal;
  font-weight: bold;
}
.cb_slideBox .bd {
  width: 555px;
  position: relative;
  height: 100%;
  z-index: 0;
}
.cb_slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.cb_slideBox .bd img {
  width: 555px;
  height: 320px;
  display: block;
}
.sp_rdjj .ty_list li a,
.sp_bjyst .ty_list li a {
  width: 100%;
}
.sp_rdjj .ty_list li a::before {
  width: 0;
  height: 0;
  margin: 0;
  background: transparent;
}
.sp_rdjj .ranking {
  width: 17px;
  height: 17px;
  display: inline-block;
  text-align: center;
  float: left;
  color: #fff;
  margin: 14px 10px 0 0;
  font: bold 12px/17px "微软雅黑";
  font-style: italic;
}
.sp_spxw2 {
  margin-top: 40px;
}
.sp_hy ul {
  margin-top: 26px;
}
.sp_hy li {
  width: 174px;
  height: 108px;
  float: left;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.sp_hy li img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sp_hy li img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sp_hy li p {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: normal 16px/30px "微软雅黑";
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.sp_hy .sp_dimg {
  width: 586px;
  height: 348px;
  margin-right: 15px;
}
.sp_hy .sp_dimg p {
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
}
.sp_xczb ul {
  margin-top: 17px;
}
.sp_xczb li {
  padding: 9px 0;
  border-bottom: 1px solid #e4e4e4;
}
.sp_xczb li img {
  width: 120px;
  height: 102px;
}
.sp_xczb li a {
  width: 250px;
  float: right;
  color: #333;
  padding-top: 10px;
  font: normal 18px/28px "微软雅黑";
}
.sp_xczb li:hover a {
  color: #BD1A2D;
}
.sp_spxw3 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.bjyst_img {
  width: 100%;
  height: 228px;
  position: relative;
  margin-top: 8px;
}
.bjyst_img img {
  width: 100%;
  height: 100%;
}
.bjyst_img p {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: normal 16px/40px "微软雅黑";
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.sp_bjyst .ty_list ul {
  margin-top: 10px;
}
.sp_bjyst .ty_list li {
  height: 40px;
  line-height: 40px;
}
/*新闻中心-视频新闻*/
/*新闻中心-图片新闻*/
.tp_tpxw1 {
  margin-top: 36px;
}
.tp_tpxw1 .sp_dimg {
  width: 586px;
  height: 348px;
  margin-right: 0;
  margin-left: 0;
}
.tp_tpxw1 .sp_dimg p {
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
}
.tp_tpxw1 ul {
  margin-top: 26px;
}
.tp_tpxw1 li {
  width: 287px;
  height: 164px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.tp_tpxw2 {
  margin-top: 20px;
}
.tp_tpxw3 {
  margin-top: 20px;
}
.tp_tpxw3 ul li {
  width: 285px;
  height: 164px;
  margin-right: 20px;
}
/*新闻中心-图片新闻*/
/*网站地图*/
.bgf4 {
  background: #f4f4f4;
}
.repeatX {
  width: 100%;
  background: url(repeatBg_xb_20181026.png) 0 0 repeat-x;
  height: 8px;
}
.wzdt {
  background: #fff;
  padding: 30px 100px;
}
.wzdt .map {
  padding: 20px 0px;
  border-bottom: #e1e1e1 1px dashed;
}
.bg_orange {
  background: #e54e31;
}
.bg_blue {
  background: #4088c6;
}
.bg_yellow {
  background: #fec763;
}
.bg_green {
  background: #28c2ba;
}
.bg_lightblue {
  background: #81b2ec;
}
.map .captitle {
  float: left;
  margin-right: 20px;
  width: 130px;
  padding: 50px 10px;
  font-family: "Microsoft YaHei", Microsoft YaHei;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
.map .captitle a {
  color: #fff;
}
.map ul {
  margin-top: 36px;
}
.map ul li {
  float: left;
  font: normal 16px/28px "微软雅黑";
  margin-right: 20px;
}
.map ul li a {
  color: #333;
}
.map ul li:hover a {
  color: #BD1A2D;
}
/*网站地图*/
/*图集*/
.detail_img { width: 100%; height: 100%; min-height:400px; overflow: hidden; position: relative;margin-top: 20px;}
.detail_img_top { width: 100%; height: auto; z-index: 3;margin-bottom: 50px;}
.detail_img_top:hover .detail_img_nav { display: block }
.detail_img_top:hover .detail_page { display: block }
.detail_img_nav { display: none; width: 100%; height: 53px; background: url(2017042714455934787.png) repeat-x;}
.detail_img_top .nav { max-width: 750px; margin: 0 auto }
.detail_img_top .nav li { width: 25%; float: left }
.detail_img_top .nav li a { display: block; width: 120px; height: 53px; line-height: 53px; color: #333; font-size: 18px; text-align: center; margin: 0 auto }
.detail_img_top .nav li a.active, .detail_img_top .nav li a:hover { background: #379eda }
.detail_page { display: block; height: 48px; width: 360px; margin: 30px auto 0 }
.detail_page a { display: block; float: left; height: 48px; line-height: 48px; color: #333; font-size: 24px;margin: 0 15px;opacity: .5;}
.detail_page a:hover{opacity: 1;}
.detail_page a.page_prev { width: 150px; background: url(jiantou_zuo.png) no-repeat center left;text-align: right;}
.detail_page a.page_next { width: 150px; background: url(jiantou_you.png) no-repeat center right;}
.detail_img_inner { width: 100%; height: 100%;  top: 0; left: 0; z-index: 2;margin-top:40px;position: relative;min-height: 400px;}
.img_swip { width: 100%; height: 100% }
.img_swip ul { height: 100% }
.tbimg table {width: 100%;height: 100%;border: 0;margin: 0;border-collapse: collapse;border-spacing: 0;}
.tbimg table td {width: 100%;height: 100%;padding: 0px;vertical-align: middle;text-align: center;}
.tbimg table td img {width:50%;vertical-align: middle;text-align: center;}
.detail_img_inner ul li { top:0; left:0; z-index:5;  width: 100%; height: 100%; background-position: 50% 50%; background-repeat:no-repeat; background-size: cover;position: absolute;}
.img_next_btn, .img_prev_btn { display: block; width: 80px; height: 90px; position: absolute; top: 50%; z-index:20; margin-top: -45px; text-indent: -9999px;opacity: .5;}
.img_next_btn:hover, .img_prev_btn:hover{opacity: 1;}
.img_prev_btn { background: url(image_left_jt.png) no-repeat center; left: 0;background-size: 100%;}
.img_next_btn { background: url(image_right_jt.png) no-repeat center; right: 0;background-size: 100%;}
/*图集*/
/*人大理论与实践会刊图片列表  人大杂志图片概览*/
.zz_list{margin-top: 36px;margin-bottom: 50px;padding:40px 5px 25px 65px;background: url("bg_gradient_1215.png") repeat-x top left;border: 1px solid #F5F2EB;}
.zz_list li{width: 222px;height: auto;display: inline-block;float: left;margin-right: 60px;margin-bottom: 35px;}
.zz_list li div{width:222px;height: 294px;padding: 11px;background: #f4f4f4;}
.zz_list li img{width: 200px;height: 272px;}
.zz_list li p{text-align: center;color: #333;font:normal 18px/24px "微软雅黑";margin-top: 12px;}
.zz_list li:hover p{color: #BD1A2D;}
/*人大理论与实践会刊图片列表   人大杂志图片概览*/
/*人大杂志二级概览*/
.gb_search1 {width: 100%;height: 60px;margin-top:36px;background: #fbfbfb;font: normal 16px/16px "微软雅黑";color: #333;padding: 15px 0;border: 1px solid #d9d9d9;}
.gb_search1 select {width: 180px;height: 30px;color: #666;border: 0;padding-left: 5px;appearance: none;font-size: 14px;-moz-appearance: none;-webkit-appearance: none;-ms-appearance: none;background: url("rendaziliao_1207.png") no-repeat 96% center #fff;border: 1px solid #d9d9d9;}
.gb_search1 .key_search{display: inline-block;}
.key_search .radio{vertical-align: middle;margin-bottom: 3px; *margin-bottom:3px;}
.gb_search1 .key_input{width: 200px;height: 30px;border: 1px solid #d9d9d9;padding-left: 10px;color: #666;}
.gb_search1 .key_radio{display: inline-block;}
.gb_search1 span{margin-left: 20px;}
.gb_search1 .zz_year, .gb_search1 .zz_number {margin-left: 8px;margin-right: 20px;}
.gb_search1 option {color: #333;}
.gb_search1 .search_button {margin-left: 30px;}
.zz_main{margin-top: 20px;margin-bottom: 50px;padding:60px 70px 40px;background: url("..bg_gradient_1215.png") repeat-x top left;border: 1px solid #F5F2EB;}
.zz_xq1 .zz_xqimg {width: 265px;height: 352px;float: left;padding: 13px;background: #f4f4f4;}
.zz_xq1 .zz_xqimg img{width: 239px;height: 326px;}
.xq_list1 {margin-left: 50px;}
.xq_list1 .download:hover{border: 0;}
.xq_list1 h5 {font: bold 30px/56px "微软雅黑";color: #333;}
.xq_list1 li {font: normal 18px/18px "微软雅黑";color: #333;margin-top: 25px;}
.rdgzh_ewm{width: 250px;height: auto;margin-top: 30px;}
.rdgzh_ewm img{width: 250px;height: 250px;box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);-ms-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);}
.rdgzh_ewm p{text-align: center;font: normal 18px/18px "微软雅黑";color: #333;margin-top: 15px;}
.mulu .sylm_title {font: bold 30px/30px "微软雅黑";color: #BD1A2D;margin-bottom: 30px;}
.mulu .sylm_title span {display: inline-block;float: right;width: 86%;height: 6px;background: #f5f5f5;margin-top: 14px;}
.mulu{margin-top: 40px;}
.mulu div h5{font: bold 20px "微软雅黑";margin-top: 25px;color: #333;}
.mulu div p{font: normal 18px "微软雅黑";margin-top: 16px;}
.mulu div p a{color: #333;}
.mulu div p a:hover{color: #BD1A2D;}
.download_click{margin-top: 50px;}
.download_click p{color: #BD1A2D;margin-top: 10px;font-size: 16px;}
.download_click p a{color: #BD1A2D;text-decoration: underline;}
/*人大杂志二级概览*/
/*公报栏目概览*/
.gb_search {width: 100%;height: 60px;margin-top:36px;background: #fbfbfb;font: normal 16px/16px "微软雅黑";color: #333;padding: 15px 0;border: 1px solid #d9d9d9;}
.gb_search select {width: 150px;height: 30px;color: #666;border: 0;padding-left: 5px;appearance: none;font-size: 14px;-moz-appearance: none;-webkit-appearance: none;-ms-appearance: none;background: url("..rendaziliao_1207.png") no-repeat 96% center #fff;border: 1px solid #d9d9d9;}
.gb_search .gb_qh{width: 150px;height: 30px;color: #666;border: 0;padding-left: 5px;appearance: none;font-size: 14px;-moz-appearance: none;-webkit-appearance: none;-ms-appearance: none;border: 1px solid #d9d9d9;}
.gb_search .key_search{display: inline-block;}
.key_search .radio{vertical-align: middle;margin-bottom: 3px; *margin-bottom:3px;}
.gb_search .key_input{width: 150px;height: 30px;border: 1px solid #d9d9d9;padding-left: 10px;color: #666;}
.gb_search .key_radio{display: inline-block;}
.gb_search span{margin-left: 10px;}
.gb_search option {color: #333;}
.gb_search .search_button {margin-left: 30px;}
.gb_content{margin-top: 20px;margin-bottom: 50px;padding: 30px;background: url("bg_gradient_1215.png") repeat-x top left;border: 1px solid #F5F2EB;position: relative;}
.gb_content h1{color: #BD1A2D;font:bold 28px/28px "微软雅黑";text-align: center;margin-bottom: 15px;}
.gb_content .ty_list{position: static;padding: 24px 0;border-bottom: 1px dashed #dedede;}
.gb_content .changepage{padding: 50px 0 20px;}
/*公报栏目概览*/
/*响应式*/
@media only screen and (max-width: 414px) {
  /*首页*/
  .container,
  .w1280 {
    width: 100%;
    padding: 0 15px;
  }
  .ty_head {
    height: 290px;
  }
  .navL,
  .navR .sdzc {
    display: none;
  }
  .navR {
    width: 100%;
  }
  .navR ul {
    width: 100%;
  }
  .navR ul .cniil_wza {
    display: none;
    margin: 0;
  }
  .navR ul li {
    margin: 20px 20px 0 0;
  }
  .ty_head .search-wrap {
    float: none;
    position: absolute;
    top: 200px;
  }
  .site_name {
    margin-bottom: 100px;

  }
  .site_name img {
    width: 100%;
    height: auto;
  }
  .search-wrap {
    left: 50%;
    margin-left: -140px;
  }
  .nav {
    height: auto;
  }
  .nav ul li {
    width: 33.33%;
    font: normal 16px/40px '微软雅黑';
  }
  .nav ul li.active {
    font-size: 18px;
  }
  .sy_zyjh h1 {
    font: bold 24px/34px "微软雅黑";
    -webkit-text-fill-color: #F8E792;
  }
  .sy_zyjh ul li {
    width: 100%;
    padding: 0;
    padding-left: 10px;
    margin-top: 10px;
    font: bold 16px/24px "微软雅黑";
    border: 0;
    border-left: 3px solid #F8E792;
    text-align: left;
  }
  .sy_xwzx {
    padding-top: 25px;
    border: 0;
  }
  .sy_xwzx .fl,
  .sy_xwzx .fr {
    float: none;
  }
  .lunbo,
  .lunbo .slideBox {
    width: 100%;
    height: 220px;
  }
  .lunbo .slideBox .bd img {
    width: 100%;
    height: 220px;
  }
  .lunbo .slideBox .hd {
    right: 10px;
    bottom: 50px;
  }
  .sy_tab {
    width: 100%;
    margin-top: 10px;
  }
  .txt_tab {
    border: 0;
  }
  .txt_tab > li {
    border-bottom: 2px solid #bd1a2d;
  }
  .txt_tab > li a {
    color: #BD1A2D;
  }
  .sy_tab .txt_tab > li {
    float: none;
    text-align: left;
    width: 100%;
    margin-top: 25px;
  }
  .picScroll-left .hd {
    display: none;
  }
  .picScroll-left .bd .tempWrap {
    width: 100% !important;
  }
  .picScroll-left,
  .picScroll-left .bd ul li,
  .picScroll-left .bd,
  .picScroll-left .bd ul li img,
  .sy_zt2 .picScroll-left .bd ul li img {
    width: 100%;
  }
  .sy_cdiv {
    padding: 35px 0;
  }
  .sy_gb,
  .sy_jy,
  .sy_db,
  .select_gb {
    width: 100%;
  }
  .sy_gb {
    margin:0;
    text-align: center;
  }
  .sy_gb img {
    float: none;
  }
  .select_gb {
    margin-left: 0;
  }
  .sel_zuixin {
    margin-top: 15px;
  }
  .select_gb li {
    width: 50%;
    float: left;
  }
  .select_gb li select {
    width: 95%;
  }
  .sy_yntjy,.sy_db {
    padding: 0;
    margin-top: 15px;
  }
  /* .sy_jy img {
    width: 100%;
    height: auto;
  } */
  /* .sy_db ul li {
    margin-top: 15px;
  } */
  .sy_db .sy_dblzpt {
    width: 65%;
  }
  .sy_db .sy_dblzpt img {
    width: 100%;
    height: 100%;
  }
  .sy_db .sy_app {
    width: 33%;
  }
  .sy_db .sy_app p {
    font-size: 14px;
  }
  .sy_db .sy_dbmd {
    width: 33%;
  }
  .sy_db .sy_dfxfg {
    width: 65%;
  }
  .sy_db .sy_dbmd,
  .sy_db .sy_dfxfg {
    margin-top: 15px;
  }
  .sylm_title span {
    display: none;
  }
  .sy_zdgz ul li {
    width: 100%;
    height: 70px;
    margin-right: 0;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .sy_zdgz ul li span {
    height: 70px;
    width: 20%;
  }
  .sy_hy {
    padding: 35px 15px 20px;
  }
  .sy_hy li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .sy_bdiv .sy_gb {
    margin-right: 0;
    background: #F4F4F4;
  }
  .sy_bdiv .sel_zuixin {
    margin-bottom: 25px;
  }
  .sy_jgjs {
    width: 100%;
    margin-top: 25px;
  }
  .sy_jgjs li {
    width: 50%;
    margin-right: 0;
  }
  .sy_jgjs li img {
    width: 95%;
    height: 105px;
  }
  .sy_jgjs li p {
    width: 95%;
    margin: 15px auto;
  }
  .sy_px {
    width: 100%;
    margin-top: 20px;
  }
  .sy_px li {
    width: 100%;
  }
  .sy_zt2 {
    margin: 0;
  }
  .sy_zt2 .more {
    padding-right: 0;
  }
  .lj_yxdl {
    display: none;
  }
  .yqlj {
    height: auto;
  }
  .yqlj .yqlj_box {
    width: 100%;
  }
  .yqlj .yqlj_box .yqlj_links {
    width: 50%;
    margin: 0;
  }
  .yqlj .yqlj_box .yqlj_links span {
    width: 90%;
    background: transparent;
  }
  .yqlj .yqlj_box .yqlj_links i {
    width: 10%;
    text-align: center;
    padding: 0;
  }
  .yqlj .yqlj_box .yqlj_links ul {
    width: 100%;
  }
  /*频道页通用列表*/
  .ty_list {
    position: relative;
    top: 0;
  }
  .ty_list li {
    border-bottom: 1px dashed #E5E5E5;
  }
  .ty_list li,
  .sy_tab .ty_list li {
    height: auto;
    font: normal 16px/30px "微软雅黑";
    padding: 5px 0;
  }
  .ty_list li a {
    width: 100%;
    float: none;
    white-space: normal;
    display: inline;
  }
  .ty_list li span {
    float: none;
    width: 100%;
    font-size: 14px;
  }
  .ty_list.dn {
    display: block;
  }
  .ty_list li a::before,
  .sy_tab .ty_list li a::before {
    margin-top: 13px;
  }
  .txt_tab,
  .sy_tab .txt_tab {
    height: auto;
  }
  /*导航*/
  .crumbs {
    height: auto;
    line-height: 32px;
    padding: 6px 0;
  }
  .crumbs img {
    margin-top: 7px;
  }
  /*新闻中心*/
  .w600,
  .w550 {
    width: 100%;
  }
  .xw_lb,
  .xw_lb .slideBox,
  .xw_lb .slideBox .bd img {
    width: 100%;
    height: 220px;
  }
  .xw_lb .slideBox .hd {
    right: 10px;
    bottom: 50px;
  }
  .xw_lb .slideBox .bd p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .txt_box {
    background: transparent;
    padding-left: 0;
  }
  .txt_tab > li {
    float: none;
    text-align: left;
    width: 100%;
    margin-top: 25px;
  }
  .xw2,
  .xw3 {
    margin-top: 0;
    height: auto;
  }
  .ty_lmtitle {
    margin-top: 25px;
    background: transparent;
    padding-left: 0;
  }
  .ty_lmtitle h5 {
    border: 0;
    border-bottom: 2px solid #BD1A2D;
  }
  .ty_lmtitle h5 a {
    border: 0;
  }
  .ty_imglist ul li {
    width: 100%;
    margin-right: 0;
    height: 180px;
  }
  .xw4 .w550 .ty_lmtitle {
    margin-top: 15px;
  }
  .xw_tpxw .ty_imglist ul li {
    width: 100%;
  }
  .xw4 {
    margin-bottom: 20px;
  }
  /*人大概况*/
  .ejlm_title span {
    display: none;
  }
  .rd_rdjj ul li {
    width: 100%;
    height: 60px;
    font: bold 16px/60px "微软雅黑";
    margin-bottom: 20px;
    margin-right: 0;
  }
  .rd_cwhld {
    margin-top: 20px;
  }
  .cwhld_div {
    width: 100%;
    padding: 20px 10px;
  }
  .cwh_zr {
    width: 153px;
    height: auto;
    margin: 0 auto 20px;
  }
  .cwh_zr.fl {
    float: none;
  }
  .cwh_zr .cwh_mb {
    width: 100%;
    height: 180px;
  }
  .cwh_zr .cwh_mb img {
    width: 153px;
    height: 180px;
    margin: 0 auto;
  }
  .cwh_zr p {
    margin-top: 15px;
  }
  .cwh_fzr {
    width: 100%;
  }
  .cwh_fzr ul li {
    width: 50%;
    margin-left: 0;
  }
  .cwh_fzr .cwh_mb {
    margin: 0 auto 15px;
  }
  .cwh_fzr ul .colorred{
    margin-bottom: 10px;
  }
  .dbmd_search {
    height: auto;
    padding: 20px 0;
    background-repeat: repeat-y;
  }
  .dbmd_search li {
    float: none;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    margin-left: 0;
    padding-left: 5%;
  }
  .dbmd_search span {
    display: inline-block;
    width: 30%;
    text-align: right;
  }
  .dbmd_search .dbxm input,
  .dbmd_search select,
  .dbmd_search .dbt select {
    width: 60%;
  }
  .dbmd_search .search_button {
    display: block;
    margin: 0 auto;
  }
  .rd_jgsz {
    margin-bottom: 30px;
  }
  .rd_jgimg,
  .rd_cwimg {
    background: transparent;
    height: auto;
    margin-top: 30px;
  }
  .rd_jgimg li,
  .rd_cwimg li {
    position: static;
  }
  .rd_jgimg a,
  .rd_cwimg a {
    color: #333;
  }
  .rd_jgimg .jgimg1,
  .rd_cwimg .cwimg1 {
    background: #BD1A2D;
    width: 100%;
    height: 50px;
    border: 1px solid #BD1A2D;
    margin-bottom: 15px;
    font: normal 16px/50px "微软雅黑";
    text-align: center;
  }
  .rd_jgimg .jgimg2,
  .rd_jgimg .jgimg3,
  .rd_jgimg .jgimg4,
  .rd_jgimg .jgimg5,
  .rd_jgimg .jgimg6,
  .rd_jgimg .jgimg7,
  .rd_jgimg .jgimg8,
  .rd_jgimg .jgimg9,
  .rd_jgimg .jgimg10 {
    width: 90%;
    height: 40px;
    border: 1px solid #e4e4e4;
    margin: 0 5% 15px;
    font: normal 16px/40px "微软雅黑";
    background: #fff4f4;
    text-align: center;
  }
  .rd_jgimg .jgimg1 a,
  .rd_cwimg .cwimg1 a {
    color: #fff;
  }
  .rd_cwimg .cwimg2,
  .rd_cwimg .cwimg3,
  .rd_cwimg .cwimg4,
  .rd_cwimg .cwimg5,
  .rd_cwimg .cwimg6,
  .rd_cwimg .cwimg7,
  .rd_cwimg .cwimg8,
  .rd_cwimg .cwimg9,
  .rd_cwimg .cwimg10,
  .rd_cwimg .cwimg11,
  .rd_cwimg .cwimg12,
  .rd_cwimg .cwimg13,
  .rd_cwimg .cwimg14,
  .rd_cwimg .cwimg15,
  .rd_cwimg .cwimg16 {
    width: 90%;
    height: 40px;
    border: 1px solid #e4e4e4;
    margin: 0 5% 15px;
    font: normal 16px/40px "微软雅黑";
    background: #fff4f4;
    text-align: center;
  }
  /*重要发布*/
  .zy_zyfb ul {
    padding: 20px 10px;
  }
  .zy_zyfb ul li {
    font: normal 16px/32px "微软雅黑";
    padding: 5px 0;
  }
  .zy_zyfb ul span {
    display: block;
    margin: 0;
    text-align: right;
    float: none;
  }
  .zy_zdgz,
  .zy_jh_wz {
    margin-top: 20px;
  }
  .zy_zdgz ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .zy_zdgz ul span {
    width: 54px;
    margin-left: 25px;
  }
  .zy_hy ul .zy_hy3 span,
  .zy_hy ul .zy_hy4 span {
    margin-left: 25px;
  }
  .zy_jh_wz .fl,
  .zy_jh_wz .fr {
    float: none;
  }
  .zy_gzjh,
  .zy_jhwz {
    width: 100%;
    height: auto;
  }
  .zy_zt {
    margin-bottom: 30px;
  }
  .zy_zt ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  /*服务互动*/
  .fw_first ul li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    border-right: 1px solid #ddbd83;
  }
  .fw_first ul span {
    margin-left: 30px;
  }
  .fw_yjzj {
    margin-top: 25px;
    padding: 20px 15px;
  }
  .yjzj_list .w70 {
    width: 64%;
    margin-right: 2%;
  }
  .yjzj_list .w30 {
    width: 34%;
  }
  .yjzj_list .zjlist_title li {
    font-size: 16px;
  }
  .yjzj_list ul li {
    font-size: 14px;
  }
  .yjzj_list ul .w30 {
    float: right;
  }
  .fw_second {
    margin-top: 0;
  }
  .fw_rdzz,
  .zz_div {
    width: 100%;
  }
  .zz_search {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 15px;
  }
  .zz_search .zz_hao {
    margin-left: 46px;
    margin-top: 15px;
  }
  .zz_search select {
    width: 70%;
  }
  .zz_search .search_button {
    display: block;
    margin: 15px auto 0;
  }
  .zz_xq {
    padding: 20px 0;
  }
  .zz_xq .zz_xqimg {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .xq_list {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .zz_wqzz {
    width: 100%;
  }
  .zz_wqzz li {
    width: 48%;
    margin-right: 0;
    text-align: center;
    float: none;
  }
  .zz_wqzz img {
    width: 85%;
    height: auto;
  }
  .zz_wqzz li p {
    font: normal 14px/20px "微软雅黑";
  }
  .fw_szdb {
    width: 100%;
    margin-top: 30px;
  }
  .fw_szdb li {
    margin: 20px 0;
  }
  .fw_szdb img {
    width: 100%;
    height: auto;
  }
  .fw_hxwpx {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .fw_hxwpx .picScroll-left .bd .tempWrap {
    width: 100% !important;
  }
  .fw_hxwpx .picScroll-left .bd ul li img,
  .fw_hxwpx .picScroll-left .bd {
    width: 100%;
  }
  .fw_hxwpx .picScroll-left .bd ul li img {
    height: auto;
  }
  /*人大资料*/
  .zl_search {
    padding: 10px;
  }
  .zl_search li {
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
    display: block;
  }
  .zl_search li span {
    width: 30%;
    display: inline-block;
    text-align: right;
  }
  .zl_search .zl_jssj span {
    margin: 0;
    padding-right: 18px;
  }
  .zl_search select,
  .zl_search .zl_fgmc input,
  .zl_search .zl_kssj input,
  .zl_search .zl_jssj input {
    width: 65%;
  }
  .zl_search .search_button {
    display: block;
    margin: 0 auto;
  }
  .fgk_div {
    margin-top: 20px;
  }
  .fgk_div .dn {
    display: block;
  }
  .fgk_div h5 {
    width: 100%;
    height: 60px;
    text-align: left;
    line-height: 44px;
  }
  .fgk_div h5 a {
    padding-top: 0;
    padding: 8px 0;
  }
  .fgk_div h5 span {
    display: inline-block;
    float: left;
    margin: 0 20px;
  }
  .fgk_nr {
    width: 100%;
    height: auto;
    position: static;
  }
  .fgk_nr .table_th {
    padding-left: 2%;
  }
  .fgk_nr .table_th li {
    font-size: 15px;
  }
  .fgk_nr .w60 {
    width: 48%;
  }
  .fgk_nr .w20 {
    width: 25%;
    margin-left: 1%;
  }
  .fgk_nr .table_tr {
    padding-left: 2%;
  }
  .fgk_nr .table_tr ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .fgk_nr li {
    font-size: 14px;
  }
  .fgk_nr .ty_more {
    position: static;
    display: inline-block;
    margin: 15px;
    float: right;
  }
  .zl_rdhk{
    margin-top: 0;
  }
  .zl_rdzs {
    margin-top: 0;
    width: 100%;
  }
  .zl_rdzs ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .zl_rdzs ul .zs_fgjd {
    margin-top: 0;
    overflow: hidden;
  }
  .zl_rdzs ul .zs_fgjd img {
    width: auto;
    margin-left: -260px;
  }
  .zl_llhk{width: 100%;}
  .llhk_div .fl,.llhk_div .fr{float: none;}
  .llhk_div .ty_more{margin-top: 20px;}
  .llhk_div .fr{padding-top: 20px;width: 100%;}
  .zl_ljrd {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .ljrd_div {
    margin-top: 25px;
  }
  .lj_dbmd,
  .lj_cwhld {
    width: 49%;
    margin-right: 0;
    height: auto;
    background: transparent;
    border: 3px solid #e4e4e4;
    text-align: center;
  }
  .lj_dbmd p,
  .lj_cwhld p {
    padding: 10px;
    font: bold 16px/26px "微软雅黑";
  }
  .lj_dbmd p::before,
  .lj_cwhld p::before {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .lj_dbmd {
    margin-right: 2%;
  }
  .lj_cwhwy {
    width: 100%;
    height: auto;
    border: 3px solid #e4e4e4;
    margin-top: 20px;
  }
  .lj_cwhwy p {
    font-size: 16px;
  }
  .lj_cwhwy li {
    display: block;
    width: 100%;
  }
  /*通用概览*/
  .ty_gl {
    margin-top: 0;
  }
  .ty_gl .ty_lmtitle {
    margin-bottom: 25px;
  }
  .ty_gl .ty_list {
    padding: 0;
    border-bottom: 0;
  }
  .changepage span,
  .changepage .num {
    display: none;
  }
  /*通用细览*/
  .xl_ly.fl,
  .size_box.fr,
  #proclaim.fr {
    float: none;
  }
  #proclaim {
    margin-top: 10px;
  }
  .xl_title h1 {
    padding: 10px 0 20px;
  }
  .xl_ly span {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
  .m-share {
    float: none;
  }
  .size_box {
    display: none;
  }
  .zhengwen {
    padding: 20px 0 30px;
  }
  .zhengwen img {
    width: 100% !important;
    height: auto !important;
  }
  /*重要发布-代表工作*/
  .db3 {
    margin-top: 0;
    height: auto;
    margin-bottom: 30px;
  }
  /*重要发布-监督纵横*/
  .jd2 {
    margin-top: 0;
    height: auto;
  }
  .jd3 {
    margin-top: 20px;
  }
  .jd4 {
    margin-top: 20px;
    height: auto;
  }
  /*服务互动-好新闻评选*/
  .hxw_banner {
    overflow: hidden;
  }
  .hxw_banner img {
    width: 180%;
    margin-left: -40%;
  }
  .hxwpx1,
  .hxw_zxdt {
    margin-top: 0;
  }
  .hxw_zxdt p span {
    display: block;
    margin-top: 5px;
    text-align: right;
  }
  .hxw_pxgz {
    margin-top: 0;
  }
  .h1_title span {
    display: block;
    float: left;
    margin-top: 10px;
  }
  .hxw_pxgz .xiazai {
    margin-top: 10px;
  }
  .hxw_cpzp li {
    width: 100%;
  }
  .hxw_pxly {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .hxw_pxly ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  /*重要发布-立法广角*/
  .lfgj2 {
    margin-top: 0;
  }
  .lfgs_qt ul li {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
  }
  .lfgj2 .jd2 {
    height: auto;
  }
  /*重要发布-选举任免*/
  .xjrm2 {
    margin-bottom: 30px;
  }
  /*新闻中心-视频新闻*/
  .w775,
  .w385 {
    width: 100%;
  }
  .cb_slideBox {
    width: 100%;
    height: 220px;
  }
  .cb_slideBox .hd {
    width: 100%;
    bottom: 0;
    height: 40px;
    background: transparent;
  }
  .cb_slideBox .hd ul {
    padding: 0;
  }
  .cb_slideBox .hd ul li {
    width: 100%;
    display: none;
    line-height: 40px;
    padding: 0 10px;
  }
  .cb_slideBox .hd ul li.on {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
  }
  .cb_slideBox .bd img {
    height: 220px;
    width: 100%;
  }
  .sp_spxw2 {
    margin-top: 0;
  }
  .sp_hy li {
    width: 100%;
    height: auto;
  }
  .sp_hy .sp_dimg {
    width: 100%;
    height: auto;
  }
  .sp_hy .sp_dimg p,
  .sp_hy li p {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
  }
  .sp_xczb li img {
    width: 25%;
    height: 80px;
  }
  .sp_xczb li a {
    width: 72%;
    font-size: 16px;
    padding: 0;
  }
  .sp_spxw3 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .sp_bjyst .ty_list li {
    height: auto;
    line-height: 30px;
  }
  .sp_rdjj .ranking {
    margin-top: 7px;
  }
  /*新闻中心-图片新闻*/
  .tp_tpxw1 li {
    margin-left: 0;
  }
  .tp_tpxw2,
  .tp_tpxw3 {
    margin-top: -20px;
  }
  /*网站地图*/
  .map .captitle {
    width: 100%;
    padding: 15px 10px;
    text-align: left;
    float: none;
    margin-right: 0;
  }
  .map ul {
    margin-top: 20px;
  }
  .map ul li {
    width: 50%;
    margin-right: 0;
  }
  .repeatX {
    margin-top: 20px;
  }
  /*图集*/
  .detail_img_inner{min-height: 260px;}
  .img_next_btn, .img_prev_btn{width: 40px;height: 46px;margin-top:-23px}
  .tbimg table td img {   width: 100%;}
  .detail_page{width: 100%;}
  .detail_page a.page_prev,.detail_page a.page_next{width: 120px;}
  .detail_page a{font-size: 16px;}
  /*人大理论与实践会刊图片列表*/
  .zz_list{padding: 30px 0 0;margin-bottom:30px;}
  .zz_list li{width: 50%;height:auto;margin-right: 0;margin-bottom: 25px;}
  .zz_list li div{width: 90%;height: auto;padding: 5px;margin: 0 auto;}
  .zz_list li img{width: 100%;height: auto;}
  .zz_list li p{font-size: 16px;}
  /*人大杂志二级概览*/    
  .gb_search1{height: auto;padding-top: 15px;}
  .gb_search1 select{width: 60%;margin-top: 15px;}
  .gb_search1 .search_button{display: block;margin: 15px auto 0;float: none;}
  .gb_search1 .zz_year, .gb_search1 .zz_number{width: auto;margin-left:5px;margin-right: 0;}
  .gb_search1 span{width: auto;margin-left: 20px;}
  .gb_search1 .zz_hao{margin-left:73px;margin-top: 15px;}
  .zz_main{padding: 30px 10px;}
  .zz_main .mulu{margin-top: 20px;}
  .zz_xq1 .zz_xqimg{margin: 0 auto;float: none;}
  .xq_list1{margin-left: 0;margin-top: 20px;text-align: center;float:none;width: 100%;}
  .xq_list1 li{font-size: 16px;margin-top: 20px;}
  .xq_list1 h5{font-size: 24px;line-height: 24px;}
  .rdgzh_ewm,.sylm_title span{display: none;}
  .download_click{margin-top: 30px;}
  /*公报栏目概览*/
  .gb_search{height: auto;padding-top: 15px;}
  .gb_search select,.gb_search .key_input,.gb_search .gb_qh{width: 70%;margin-top: 15px;}
  .gb_search span{width: 24%;text-align: right;display: inline-block;margin-left: 0;}
  .key_search .key_radio{margin-top: 15px;margin-left: 24%;}
  .gb_search .search_button{display: block;margin: 15px auto 0;}
  .gb_content{padding: 20px 10px;margin-bottom: 30px;}
  .gb_content h1{line-height: 40px;margin-bottom: 25px;}
  .gb_content .ty_list{border: 0;padding: 0;}
  .gb_content .ty_list li {height: auto;font: normal 16px/30px "微软雅黑";padding: 5px 0;border-bottom: 1px dashed #E5E5E5;}
  .gb_content .ty_list li a{width: 100%;float: none;white-space: normal;display: inline;}
  .gb_content .ty_list li a::before{margin-top: 13px;}
  .gb_content .ty_list li span {float: none;width: 100%;font-size: 14px;}
  .gb_content h5{margin-top: -10px;}
  .gb_content .download{position: static;margin: 15px auto;display: block;text-align: center;}
  .gb_content .changepage{padding: 30px 0 10px;}
}


        .sy_yntjy{width: 386px;margin-right: 20px;}
        .sy_yntjy iframe{width: 100%;height: 290px;}
        .tl_banner{margin-top: 25px;}
        .tl_banner a{display: block;height: 80px;}
        .lunbo .slideBox .hd{bottom:5px;right:5px;}
        .lunbo .slideBox .bd p{line-height: 22px;}
        .sy_zyjh h1 a { font-size:32px; }
        .sy_db .sy_gjfg { margin-top: 24px; width: 228px; height: 50px; line-height:50px;  }
        .sy_db .sy_dfxfg { margin-top: 14px; width: 228px; height: 50px; line-height:50px;  }
        .sy_db .sy_gjfg a, .sy_db .sy_dfxfg a { display: block; width: 228px; height: 50px; }
        .sy_db .sy_gjfg img, .sy_db .sy_dfxfg img { width: 100%; margin-top: 0; }
        .search-wrap{margin-left:60px;}
        .navR ul{width:190px;}
        .sy_cdiv{padding-bottom:38px;}
        @media only screen and (max-width: 640px) {
            .sy_yntjy{width: 100%;}
            .sy_yntjy iframe{height:280px;}
            .tl_banner img{display: none;}
            .tl_banner a{height: 80px;background: url("W020220304827228249125.jpg") no-repeat top center;background-size: 100%;}
            .lunbo .slideBox .hd{right: 10px;bottom: 50px;}
            .lunbo .slideBox .bd p{padding-left:10px;font-size:14px;}
            .sy_zyjh h1 a { font-size:24px; }
            .sy_db .sy_gjfg { margin-top: 15px; }
            .sy_db .sy_gjfg,.sy_db .sy_dfxfg { width: 65%;  }
            .sy_db .sy_gjfg a, .sy_db .sy_dfxfg a { width: 100%; height: 50px; }
            .sy_db .sy_gjfg img, .sy_db .sy_dfxfg img { width: 100%; height: 50px; margin-top: 0; }
            .search-wrap{margin-left:-140px;}
            .navR ul{width:100%;}
        }
		
		
		/* 首页iframe */

.sy_jy img {width: 100%;height: auto;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.sy_jy img:hover {transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);}
.sy_jy li {font: normal 16px/28px "微软雅黑";margin-top: 16px;}
.sy_jy li a {color: #404040;}
.sy_jy li span {display: inline-block;width: 58px;height: 16px;background: url("zzzj_1208.png") no-repeat center center;margin-left: 10px;}
.sy_jy li:hover a {color: #BD1A2D;}
/* 首页iframe */
/* 服务互动iframe  监督纵横iframe  立法广角iframe*/
.ty_more {padding: 5px 6px;position: absolute;right: 0;top: -32px;font-size: 14px;border: 1px solid #BD1A2D;color: #BD1A2D;border-radius: 5px;}
.ty_more:hover {text-decoration: underline;}
.fw_yjzj {padding: 25px 25px 20px 25px;background: url("bg_gradient_1215.png") repeat-x top left;border: 1px solid #F5F2EB;}
.yjzj_title {position: relative;}
.yjzj_title h5 {height: 32px;padding-left: 45px;background: url("yjzj_icon_1215.png") no-repeat left center;font: bold 24px/32px "微软雅黑";}
.yjzj_title h5 a {color: #BD1A2D;}
.yjzj_title .ty_more {top: 0;}
.yjzj_list .w70 {width: 70%;}
.yjzj_list .w30 {width: 30%;}
.yjzj_list ul {font-size: 0;}
.yjzj_list ul li {display: inline-block;padding: 23px 0;font: normal 16px/20px "微软雅黑";}
.yjzj_list ul a {color: #333;}
.yjzj_list ul .w30 {text-align: center;}
.yjzj_list .zjlist_title {color: #BD1A2D;margin-top: 30px;}
.yjzj_list .zjlist_title li {padding: 0;font: normal 20px/30px "微软雅黑";border: 0;}
.yjzj_list .zjlist_links ul {border-bottom: 1px solid #F5F2EB;}
.yjzj_list .zjlist_links li {color: #333;}
.yjzj_list .zjlist_links span{display: inline-block;width: 58px;height: 16px;background: url("zzzj_1208.png") no-repeat center center;margin-left: 10px;}
.yjzj_list .zjlist_links .w70:hover a {color: #BD1A2D;}
.yjzj_list .zjlist_links .w70::before {content: '';width: 4px;height: 4px;display: inline-block;background: #BD1A2D;float: left;margin: 8px 10px 0 0;}
/* 服务互动iframe 监督纵横iframe  立法广角iframe*/

/* 响应式 */
@media only screen and (max-width: 414px) {
    .fw_yjzj{padding: 20px 15px;}
    .yjzj_list .w70{width: 64%;margin-right: 2%;}
    .yjzj_list .w30{width: 34%;}
    .yjzj_list .zjlist_title li{font-size: 16px;}
    .yjzj_list ul li{font-size: 14px;}
    .yjzj_list ul .w30{float: right;}
}
        .ty_footer .clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
        .ty_footer .clearfix{zoom:1;}
        .fr{ float: right}
        .fl{ float: left;}
        .ty_footer .container {width: 1200px;margin: 0 auto;position: relative;}
        .ty_footer .container:before{display: block;}
        .ty_footer {background: #bd1a2d;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;height:auto;clear:both;font-size: 0;}
        .ty_footer ul{list-style: none;margin: 0;padding: 0;}
        .ty_footer a{text-decoration: none;}
        .ty_footer > .container {background: #bd1a2d;}
        .ty_footer .dangzheng{margin-left:200px;float: left;}
        .ty_footer .dangzheng img{margin-top: 65px;}
        .ty_footer .guanyu,.ty_footer .ewm-f {background: #aa1728;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;float: right;}
        .ty_footer .guanyu {width: 300px;height: 150px;margin: 30px 40px;}
        .ty_footer .ewm-f {width: 260px;margin-right: 0;color: #fff;font: normal 14px/20px '微软雅黑';padding: 30px 0 0 40px;margin-right: 200px;}
        .ty_footer .ewm-f ul li {display: inline-block;}
        .ty_footer .ewm-f ul li a{color: #fff;}
        .ty_footer .ewm-f img {width: 90px;height: 90px;}
        .ty_footer .gy {padding: 15px 0;}
        .ty_footer .gy ul li {display: inline-block;width: 50%;height: 60px;font: normal 14px/60px '微软雅黑';text-align: center;color: #fff;}
        .ty_footer .gy ul li a {color: #fff;}  
        .ty_footer .ewm-f ul li span{margin: 25px 16px;color: #fff;float: right;text-align: center;}
        .huangtiao {background: #d5bc8d;width: 100%;height: 55px;}
        .huangtiao .container {background: #d5bc8d;}
        .huangtiao ul li {width: auto;display: inline-block;font: normal 14px/55px '微软雅黑';text-align: center;color: #333;padding: 0 20px;}
        .huangtiao ul li a{color: #333;}
        .huangtiao .fr{float: right;}
        @media only screen and (max-width: 414px){
            .ty_footer{position: relative;}
            .ty_footer .container {width: 100%;padding: 0;}
            .ty_footer .guanyu,.ty_footer .foot_dn,.huangtiao .ht_dn{display: none;}
            .ty_footer .dangzheng{width: 25%;margin: 0;text-align: center;}
            .ty_footer .dangzheng img{margin: 30% 0 20%;}
            .huangtiao{position: absolute;background: #bd1a2d;width: 75%;top:15%;right: 0;height: auto;}
            .huangtiao .container{background: #bd1a2d;padding: 0;}
            .huangtiao ul li{color: #fff;line-height: 30px;text-align: left;padding: 0;font-size: 12px;}
            .huangtiao .fr{float: left;}
            .huangtiao ul li a{color: #fff;}
        }
		
		        .m-share {
            float: left;
            margin-top: -5px;
        }

        .share {
            zoom: 1;
        }

        .share:after {
            content: "";
            display: block;
            clear: both;
        }

        .share a {
            float: left;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            margin-left: 13px;
            background: #c9c9c9;
            cursor: pointer;
            display: block;
        }

        .share a i {
            display: block;
            width: 26px;
            height: 26px;
            -webkit-transition: .4s all;
            -moz-transition: .4s all;
            -ms-transition: .4s all;
            transition: .4s all;
        }

        .share a:hover i {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        .fxtext {
            margin-top: 5px;
            color: #999;
        }

        .share #share-icon {
            width: 26px;
            height: 26px;
            float: left;
            display: none;
        }

        .share #share-icon img {
            width: 100%;
            height: 100%;
        }

        .share .share-qqzone i {
            background: url("cont_ico_share_20200422.png") 4px center no-repeat;
        }

        .share .share-qqzone:hover {
            background-color: #fc7354;
        }

        .share .share-wechat {
            position: relative;
        }

        .share .share-wechat i {
            background: url("cont_ico_share_20200422.png") -30px center no-repeat;
        }

        .share .share-wechat:hover {
            background-color: #1fbc7d;
        }

        .share .share-weibo i {
            background: url("cont_ico_share_20200422.png") -65px center no-repeat;
        }

        .share .share-qq:hover {
            background-color: #27a8f2;
        }

        .share .share-qq i {
            background: url("cont_ico_share_20200422.png") -96px center no-repeat;
        }

        .share .share-weibo:hover {
            background-color: #e96157;
        }

        .share .bg-code {
            left: -36px;
            z-index: 10;
        }

        .share .qrcode {
            position: absolute;
            top: 36px;
            border: 1px solid #ccc;
            padding: 5px;
            background: #fff;
            display: none;
            width: 112px;
            height: 112px;
            left: -98%;
            z-index: 11;
        }

        .share .close-btn {
            position: absolute;
            background: #fff;
            color: #000;
            font-size: 12px;
            z-index: 12;
            width: 12px;
            height: 12px;
            line-height: 12px;
            text-align: center;
            right: -39px;
            top: 50px;
            display: none;
            cursor: pointer;
        }

        @media only screen and (max-width: 414px) {
            .m-share{float: none;}
            #share {
                margin-top: 5px;
            }
        }