/* CSS Document */
/*全局基础设置css*/
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
body {
  min-width: 1200px;
}
.m_area {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.m_area:after {
  content: "";
  display: block;
  clear: both;
}
/*头部*/
.g_bdw {
  background: url(../images/bg_head.jpg) center top no-repeat;
}
.g_bdw .m_header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  position: relative;
  overflow: hidden;
  height: 1018px;
}
.g_bdw .m_header:after {
  content: "";
  display: block;
  clear: both;
}
.g_bdw .m_header .m_h_img {
  position: absolute;
  z-index: 10;
}
.g_bdw .m_header .m_h_img2 {
  top: 330px;
  left: 150px;
  height: 0;
  opacity: 0;
}
.g_bdw .m_header .m_h_img1 {
  top: 135px;
  left: 150px;
  -webkit-animation: fadeIn 1.7s ease-out both;
  animation: fadeIn 1.7s ease-out both;
}
/*焦点轮播图*/
.m_area_wrap .m_area {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.m_area_wrap .m_area:after {
  content: "";
  display: block;
  clear: both;
}
.slideBox {
  float: left;
  width: 600px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.slideBox .hd ul .on {
  background: #fed478;
  width: 24px;
  border-radius: 5px;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd li img {
  width: 600px;
  height: 400px;
  display: block;
}
.slideBox .bd li .img_title {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 89px;
  background: url(../images/bg_shadow.png) 0 bottom no-repeat;
}
.slideBox .bd li .img_title h3 {
  padding-left: 20px;
  font-size: 18px;
  color: #fff;
  padding-top: 50px;
}
:root .img_title {
  filter: none;
}
.u_webHeader {
  display: none;
}
/*资讯*/
.focus_news {
  float: right;
  width: 550px;
}
.m_news {
  padding-bottom: 20px;
}
.m_news h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.m_news h3 a {
  color: #555;
}
.m_news p {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 2em;
}
.m_news p a {
  font-size: 14px;
  color: #666;
}
.list li {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 5px;
}
.list li a {
  color: #666;
}
.more {
  padding-top: 10px;
}
.more a {
  float: right;
  color: #222;
  font-size: 12px;
  padding-right: 10px;
}
.m_hd_wrap {
  height: 111px;
}
.m_hd {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-bottom: 30px;
  position: relative;
  height: 111px;
}
.m_hd:after {
  content: "";
  display: block;
  clear: both;
}
.m_hd h2 {
  text-indent: -9999px;
}
.m_hd a {
  position: absolute;
  color: #333;
  top: 60px;
  right: 5px;
  font-size: 16px;
  background: url(../images/more.png) center 0 no-repeat;
  width: 50px;
  height: 13px;
}
/*前言*/
.m_area_wrap_headline {
  background: url(../images/bg_headline.jpg) center top no-repeat;
  height: 215px;
}
.headlines {
  padding: 60px 20px 0 240px;
  height: 91px;
}
.headlines h3 {
  font-size: 36px;
}
.headlines h3 a {
  color: #ca151b;
}
.headlines p {
  padding-top: 5px;
  font-size: 16px;
  color: #606060;
  line-height: 1.5em;
  text-indent: 2em;
}
.m_area_wrap_news,
.m_area_wrap_focus {
  margin-bottom: 70px;
}
/*要闻聚焦*/
.m_hd_wrap1 {
  background: url(../images/column01.png) center 0 no-repeat;
}
.m_bd {
  height: 330px;
}
.m_bd .m_news {
  float: left;
  width: 560px;
  margin: 10px 40px 10px 0;
  border-bottom: 1px dotted #ccc;
}
.m_bd .m_news h3 {
  font-size: 24px;
}
.m_bd .m_news p {
  font-size: 16px;
  color: #888;
}
/*委员之声*/
.m_hd_wrap2 {
  background: url(../images/column02.png) center 0 no-repeat;
}
.m_area_wrap_video {
  background: url(../images/bg_video.jpg) center 81px no-repeat;
}
.focus {
  width: 100%;
  position: relative;
  height: 850px;
}
.focus .prev,
.focus .next {
  position: absolute;
  width: 54px;
  height: 30px;
  background-color: #a50c14;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.focus .prev {
  background-image: url(../images/ico_prev.png);
  bottom: 117px;
  right: 170px;
}
.focus .next {
  background-image: url(../images/ico_next.png);
  bottom: 117px;
  right: 100px;
}
.focus .prev:hover,
.focus .next:hover {
  background-color: #f8ae45;
}
.focus_imgbox {
  width: 1200px;
  height: 650px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 140px;
}
.focus_imgbox .bd {
  padding: 0 20px;
}
.focus_imgbox .bd li p {
  position: absolute;
  left: 50px;
  bottom: -50px;
  width: 100%;
  height: 84px;
  line-height: 84px;
  background: url(../images/bg_title.png) 0 0 no-repeat;
  font-size: 24px;
  text-indent: 1em;
}
.focus_imgbox .bd li p a {
  color: #fff;
}
.focus_imgbox .bd li img {
  width: 1160px;
  height: 570px;
  display: block;
}
.focus_imgbox .hd {
  position: absolute;
  left: 0;
  top: 0;
}
.focus_imgbox .hd ul {
  overflow: hidden;
  zoom: 1;
}
.focus_imgbox .hd ul li {
  position: relative;
  float: left;
  display: inline;
  margin: 0 2px;
  cursor: pointer;
  height: 110px;
}
.focus_imgbox .hd ul li img {
  width: 195px;
  height: 96px;
  display: block;
}
.focus_imgbox .hd ul li.on {
  background: url(../images/ico_cur.png) center bottom no-repeat;
}
.pic_list {
  padding: 0 15px;
  overflow: hidden;
}
.pic_list ul li {
  float: left;
  width: 360px;
  position: relative;
  margin: 0 15px 60px;
}
.pic_list ul li img {
  width: 360px;
  height: 225px;
}
.pic_list ul li p {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #444;
  background: #f1f1f1;
  text-align: center;
}
.pic_list ul li .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/icon.png) 0 0 no-repeat;
  left: 50%;
  margin-left: -20px;
  top: 35%;
}
/*图说两会*/
.m_hd_wrap3 {
  background: url(../images/column03.png) center 0 no-repeat;
}
.m_area_wrap_pic {
  background: url(../images/bg_pic.jpg) center 111px no-repeat;
  padding-bottom: 70px;
}
.m_fullImgsWrap {
  overflow: hidden;
  zoom: 1;
  position: relative;
  margin-bottom: 45px;
}
.m_fullImgsWrap .m_fullImgsCon {
  width: 960px;
  height: 510px;
  margin: auto;
  position: relative;
}
.m_fullImgsWrap .m_fullImgsCon img {
  width: 950px;
  height: 500px;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs {
  overflow: visible;
  position: absolute;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul {
  width: 960px;
  height: 510px;
  zoom: 1;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul:after {
  content: "";
  display: block;
  clear: both;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li {
  background: #fff;
  padding: 5px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 500px;
  overflow: hidden;
  left: 1920px;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li a {
  display: inline-block;
  position: relative;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle {
  position: absolute;
  color: #FFFFFF;
  bottom: 5px;
  left: 0;
  width: 950px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  margin-left: 5px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle a {
  color: #FFFFFF;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd {
  height: 510px;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev,
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
  width: 51px;
  height: 90px;
  line-height: 90px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  margin-left: 5px;
  z-index: 3;
  text-align: center;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev img,
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next img {
  width: 51px;
  height: 90px;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev:hover img {
  display: inline;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
  margin: -33px 5px 0 0;
  right: 0;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next:hover img {
  display: inline;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-left,
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
  padding: 5px;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 500px;
  left: -960px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: #fff;
  overflow: hidden;
}
.m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
  left: 960px;
}
.m_fullImgsWrap .m_fullImgsCon .disabled {
  background-color: #eee;
}
.m_fullImgsWrap .m_fullImgsCon .active {
  z-index: 2;
  left: 0;
}
