﻿* {
  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,
li,
dl {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
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;
}
th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
* {
  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;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
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;
}
th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
.clearfloat {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 1px;
}
body {
  font-size: 16px;
  color: #000000;
  font-family: "Microsoft YaHei";
}
/*header*/
.g_header {
  width: 100%;
  min-width:1600px;
  margin:0 auto;
  height: 203px;
  background: url(headerbg.png) no-repeat center top;
}
.g_header span {
  float: right;
  margin: 107px 17px 0 0;
  color: #fed478;
}
.g_layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
/*焦点图板块*/
.slideBox {
  width: 790px;
  height: 500px;
  overflow: hidden;
  position: relative;
  float: left;
}
.slideBox .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin: 0 0 0 3px;
  width: 10px;
  height: 10px;
  background: #C7C7C7;
  cursor: pointer;
  display: block !important;
}
.slideBox .hd ul li.on {
  background: #CA0E31;
}
.slideBox .bd {
  position: relative;
  width: 790px;
  height: 500px;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 790px;
  height: 500px;
}
.slideBox .bd ul li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 60px;
  height: 60px;
  background: url(bg.png) repeat;
  text-align: left;
}
.slideBox .bd ul li p a {
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
}
.slideBox .bd img {
  width: 790px;
  height: 500px;
}
.m_access {
  width: 380px;
  float: right;
  overflow: hidden;
}
.m_access img {
  margin-bottom: 25px;
  display: block;
}
/*日历日程*/
.g_canlender {
  width: 1190px;
  height: 214px;
  margin: 76px auto 0;
  border: 5px solid #C90D30;
  position: relative;
}
.g_canlender .u_arrow {
  position: absolute;
  top: -5px;
  left: -5px;
}
.m_date {
  position: absolute;
  top: -22px;
  left:345px;
  padding: 0 18px;
  background: #fff;
  height: 40px;
}
.m_date li {
  float: left;
  width: 70px;
  height: 40px;
  color: #ababab;
  line-height: 40px;
  border-left: 1px solid #E2E2E2;
  text-align: center;
  cursor: pointer;
}
.m_date li span {
  font-size: 28px;
}
.m_date li.on {
  width: 70px;
  height: 40px;
  padding: 15px 0;
  background: url(canlenderli.png) no-repeat;
  margin-top: -17px;
  color: #fff;
}
.m_today {
  width: 60px;
  float: left;
  margin: 60px 0 0 25px;
}
.m_today .u_today {
  width: 60px;
  height: 50px;
  background: url(today.png) no-repeat;
  font-size: 32px;
  font-weight: bold;
  color: #c90d31;
  padding-top: 40px ;
  text-align: center;
  margin-bottom: 8px;
}
.m_today .prev4 {
  width: 13px;
  height: 17px;
  float: left;
  background: url(prev4.png) no-repeat;
  margin-left: 12px;
  cursor: pointer;
}
.m_today span {
  float: left;
  margin-left: 5px;
  color: #C6C6C6;
  margin-top: -4px;
}
.m_today .next4 {
  width: 13px;
  height: 17px;
  float: left;
  background: url(next4.png) no-repeat;
  margin-left: 5px;
  cursor: pointer;
}
.m_today .prev4:hover {
  background: url(prev4_h.png) no-repeat;
}
.m_today .next4:hover {
  background: url(next4_h.png) no-repeat;
}
.m_canlender_content {
  width: 1066px;
  padding-top: 58px;
  float: right;
  display: none;
}
.m_canlender_content .m_canlender_left {
  width: 658px;
  float: left;
}
.m_canlender_content .m_canlender_left span {
  display: block;
  font-size: 25px;
}
.m_canlender_content .m_canlender_left p {
  font-size: 14px;
  margin: 5px 0;
}
.m_canlender_content .m_canlender_left li {
  width: 45%;
  float: left;
  line-height: 32px;
  margin-right: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_canlender_content .m_canlender_right {
  width: 377px;
  border-left: 1px solid #E2E2E2;
  float: right;
  height: 122px;
  padding: 0 0 14px 30px;
}
.m_canlender_content .m_canlender_right li {
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*今日焦点*/
.g_focus {
  width: 100%;
  height: 160px;
  background: url(focusbg.png) no-repeat center top;
  margin-top: 90px;
}
.g_focus b {
  display: block;
  padding: 25px 95px 15px 295px;
  font-size: 38px;
}
.g_focus p {
  font-size: 14px;
  color: #fed478;
  line-height: 22px;
  text-indent: 2em;
  padding: 0 95px 0 295px;
}
.g_focus a {
  color: #fff;
}
/*要闻播报 两会特刊*/
.g_layout2 {
  width: 1200px;
  margin: 0 auto;
}
.m_marquee {
  width: 575px;
  float: left;
  margin-top: 42px;
}
.m_marquee ul {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: #E2E2E2 dashed 1px;
}
.m_marquee ul li {
  font-size: 20px;
  line-height: 40px;
  color: #ABABAB;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_marquee ul li span {
  float: right;
}
.m_marquee ul li b {
  width: 5px;
  height: 5px;
  display: block;
  background: #ABABAB;
  float: left;
  margin: 18px 10px 0 5px;
}
.m_marquee ul:last-child {
  border-bottom: none;
}
.u_title {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  overflow:hidden;
}
.u_title a {
  position: absolute;
  top: 65px;
}
.u_title .u_more1 {
  left: 488px;
}
.u_title .u_more2 {
  left: 340px;
}
.m_newspaper {
  width: 545px;
  float: right;
  margin-top: 42px;
}
.m_newspaper .m_newspaper_box {
  width: 100%;
  height: 430px;
  background: url(newspaperbg.jpg) repeat;
  margin-top: 35px;
  position: relative;
}
.m_newspaper .review {
  width: 210px;
  height: 22px;
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: #efefef url(review.png) no-repeat right 0;
}
.m_newspaper .review span {
  width: 72px;
  height: 100%;
  font-size: 14px;
  display: block;
  float: left;
  background: #fff;
  line-height: 22px;
  text-align: center;
}
.m_newspaper .review .review_text {
  float: left;
  padding-left: 10px;
}
.m_newspaper .review ul {
  position: absolute;
  width: 110px;
  left: 73px;
  top: 22px;
  height: 85px;
  overflow-y: auto;
  display: none;
}
.m_newspaper .review li {
  height: 20px;
  background: #efefef;
  line-height: 20px;
  border-top: 1px dotted #666;
  padding-left: 10px;
}
.m_newspaper .review_open {
  background: #efefef url(review_open.png) right 0 no-repeat;
}
.m_newspaper .review_open ul {
  display: block;
}
.m_newspaper .content {
  display: none;
}
.m_newspaper .content_left {
  width: 280px;
  height: 398px;
  float: left;
  margin: 15px 0 0 22px;
}
.m_newspaper .content_left img {
  width: 100%;
  height: 100%;
}
.m_newspaper .content_right {
  width: 227px;
  float: right;
}
.m_newspaper .today_edition {
  overflow: hidden;
  margin: 25px 0;
}
.m_newspaper .today_edition h3 {
  float: left;
  width: 18px;
  height: 110px;
  padding: 10px 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background: #A28154;
}
.m_newspaper .today_edition li {
  float: left;
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-left: 11px;
  margin-bottom: 7px;
  background: #ACACAC;
}
.m_newspaper .today_edition li a{ color:#fff;}
.m_newspaper .daily_list li{
  font-size: 14px;
  line-height: 27px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
/*光明全媒体*/
.g_title {
  width: 100%;
  height: 88px;
  background: url(title3.png) no-repeat center top;
  margin-top: 60px;
}
.g_title .g_layout {
  position: relative;
  height: 100%;
}
.g_title a {
  position: absolute;
  top: 64px;
}
.g_title .u_more3 {
  left: 745px;
}
.g_media{height:894px;background:url(media-bg.png) no-repeat center top;width:1200px;margin:50px auto 0;font-family:"Microsoft YaHei";}
.g_media:after{content:"";display:block;clear:both;}
.g_media .m_left{width:380px;height:680px;float:left;margin:108px 0 0 72px;}
.g_media .m_left img{width:100%;height:100%;display:none;}
.g_media .m_right{width:521px;float:left;margin-left:23px;}
.g_media .m-nav{width:48px;*zoom:1;float:left;margin:150px 0 0 113px;}
.g_media .m-nav:after{content:'';overflow:hidden;width:100%;height:0px;font-size:0px;display:block;clear:both;}
.g_media .m-nav li{width:48px;height:40px;float:left;background:url(media-icon.png) center center no-repeat;cursor:pointer;}
.g_media .m-nav li div{width:48px;height:49px;background:url(media-day.png) center center no-repeat;overflow:hidden;text-align:center;color:#FFF;line-height:64px;display:none;}
.g_media .m-nav .on{background:none;height:49px;margin-bottom:10px;}
.g_media .m-nav .on div{display:block;}
.g_media .m-nav li .f-mask{display:none;}
.g_media .m-main{float:left; width:996px;}
.g_media .m-main .m-main-lis{display:none;}
.g_media .m-main .on{display:block;}
.g_media .m-main .m-main-lis:after{content:'';overflow:hidden;width:100%;height:0px;font-size:0px;display:block;clear:both;}
.picScroll-left3{overflow:hidden;width:518px;margin-top:144px;height:615px;position:relative;}
.picScroll-left3 .bd{width:100%;height:370px;position:absolute;top:108px;overflow:hidden;}
.picScroll-left3 .bd ul{overflow:hidden;zoom:1;}
.picScroll-left3 .bd ul li{width:auto;height:74px;line-height:74px;padding-left:66px;font-size:26px;}
.picScroll-left3 .bd ul li a{color:#000;}
.picScroll-left3 .bd ul li.on{background: #C90D31 url(media_hover.png) -28px 0 no-repeat;}
.picScroll-left3 .bd ul li.on a{color:#fff;}
.picScroll-left3 .hd{width:100px;height:100%;position:relative;}
.picScroll-left3 .hd .prev{display:block;cursor:pointer;width:67px;height:23px;background:url(prev5.png) no-repeat;position:absolute;top:0;left:213px;}
.picScroll-left3 .hd .next{display:block;cursor:pointer;width:67px;height:23px;background:url(next5.png) no-repeat;position:absolute;bottom:0;left:213px;}
/*两会直通车*/
.g_title2 {
  background: url(title4.png) no-repeat center top;
}
.u_more4 {
  left: 212px;
}
.g_direct {
  width: 100%;
  height: 798px;
  background: url(directbg.jpg) no-repeat center top;
}
.picScroll-left {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  height: 70px;
}
.picScroll-left .bd {
  float: left;
  width: 1100px;
  height: 70px;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  width: 274px;
  height: 70px;
  border-left: 1px solid #E2E2E2;
  float: left;
  background: #F1F1F1;
  text-align: center;
}
.picScroll-left .bd ul li.on {
  background: url(derect_h.png) no-repeat;
}
.picScroll-left .bd ul li.on a {
  color: #fff;
}
.picScroll-left .bd ul li a {
  display: block;
  padding: 12px 34px 0;
  line-height: 24px;
}
.picScroll-left .hd {
  width: 100px;
  float: right;
}
.picScroll-left .hd .prev {
  display: block;
  cursor: pointer;
  float: left;
  width: 50px;
  height: 70px;
  background: url(prev.png) no-repeat;
}
.picScroll-left .hd .next {
  display: block;
  cursor: pointer;
  float: right;
  width: 50px;
  height: 70px;
  background: url(next.png) no-repeat;
}
.picScroll-left .hd .prev:hover {
  background: url(prev_h.png) no-repeat;
}
.picScroll-left .hd .next:hover {
  background: url(next_h.png) no-repeat;
}
.m_direct_box {
  width: 100%;
  height: 490px;
  background: url(direct_box_bg.png) repeat;
  overflow: hidden;
  display: none;
}
.m_direct_box img {
  width: 760px;
  height: 428px;
  float: left;
  margin: 30px 30px 0 30px;
}
.m_direct_box span {
  width: 355px;
  float: left;
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 15px;
  display: block;
  margin: 50px 25px 17px 0;
  border-bottom: 1px solid #777777;
}
.m_direct_box span a {
  color: #fff;
}
.m_direct_box p {
  line-height: 33px;
  padding-right: 25px;
  text-indent: 2em;
  color: #FFFFFF;
}
/***两会会客厅 光明政论***/
.g_layout1 {
  width: 1200px;
  margin: -40px auto 0;
}
.g_layout1 .u_more5 {
  top: 58px;
  left: 490px;
}
.m_keting {
  width: 580px;
  float: left;
}
.m_keting .u_title {
  margin-bottom: 30px;
}
.m_keting li {
  margin-bottom: 15px;
  /*height: 51px;*/
  overflow: hidden;
}
.m_keting li .u_keting_title {
  width: auto;
  height: 51px;
  background: url(keting_title_bg.png) no-repeat;
  padding: 0 16px 0 88px;
}
.m_keting li .u_keting_title span {
  display: block;
  font-size: 18px;
  background: url(keting_btn.png) no-repeat right center;
  line-height: 51px;
}
.m_keting li .u_keting_title span a {
  color: #fff;
}
.m_keting li .u_keting_content {
  padding-top: 15px;
  overflow: hidden;
  display: none;
  height: 100px;
}
.m_keting li .u_keting_content img {
  width: 180px;
  height: 100px;
  margin-right: 24px;
  float: left;
}
.m_keting li .u_keting_content p {
  line-height: 32px;
  color: #777777;
  text-indent: 2em;
}
.m_keting li.cur {
  height: 166px;
}
.m_keting li.cur .u_keting_content {
  display: block;
}
.m_keting li.cur .u_keting_title span {
  background: url(keting_btn1.png) no-repeat right center;
}
.m_comment {
  width: 588px;
  float: right;
  position: relative;
}
.m_comment .xiaoming {
  position: absolute;
  top: 118px;
  right: -168px;
}
.slideBox1 {
  width: 588px;
  height: 462px;
  overflow: hidden;
  position: relative;
  background: url(zhenglunbg.png) no-repeat;
  margin-top: 30px;
}
.slideBox1 .bd {
  padding: 5px 25px 0 18px;
  width: auto;
  height: 322px;
  overflow: hidden;
}
.slideBox1 .bd li {
  width: 100%;
}
.slideBox1 .bd li div {
  overflow: hidden;
  margin-top: 20px;
}
.slideBox1 .bd ul li div .p1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.slideBox1 .bd ul li div .p1 span {
  width: 5px;
  height: 5px;
  display: block;
  background: #ABABAB;
  float: left;
  margin: 10px 10px 0 0;
}
.slideBox1 .bd ul li div img {
  width: 180px;
  height: 100px;
  float: left;
  margin: 0 15px;
}
.slideBox1 .bd ul li div .p2 {
  line-height: 30px;
  text-indent: 2em;
  color: #777777;
}
.slideBox1 .hd {
  height: 23px;
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
}
.slideBox1 .hd ul li {
  margin: 0 5px 0 5px;
  width: 15px;
  height: 15px;
  background: #ACACAC;
  cursor: pointer;
  display: inline-block;
  border-radius: 15px;
}
.slideBox1 .hd ul li.on {
  background: #C69457;
}
/***钢铁侠直播***/
.g_title3 {
  background: url(title7.png?v=1) no-repeat center top;
}
.m_zhibo {
  margin-top: 50px;
}
.m_zhibo li {
  position: relative;
  text-align: center;
  background: #000;
}
.m_zhibo li .u_zhibo_img {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.m_zhibo li .u_zhibo_word {
  position: absolute;
}
.m_zhibo li.one {
  width: 790px;
  height: 320px;
}
.m_zhibo li.one .u_zhibo_word {
  top: 137px;
  left: 247px;
}
.m_zhibo li.two {
  width: 385px;
  height: 160px;
  float: left;
}
.m_zhibo li.two .u_zhibo_word {
  top: 51px;
  left: 76px;
}
.m_zhibo li.three {
  width: 385px;
  height: 160px;
  float: right;
}
.m_zhibo li.three .u_zhibo_word {
  top: 59px;
  left: 78px;
}
.m_zhibo li.four {
  width: 390px;
  height: 240px;
}
.m_zhibo li.four .u_zhibo_word {
  top: 94px;
  left: 58px;
}
.m_zhibo1 {
  width: 790px;
  float: left;
}
.m_zhibo2 {
  width: 390px;
  float: right;
}
.mart20 {
  margin-top: 20px;
}
/***我事部长***/
.g_title7 {
  background: url(title13.png) no-repeat center top;
}
.g_minister {
  width: 100%;
  height: 745px;
  background: url(buzhangbg.jpg) no-repeat center top;
}
.picScroll-left2 {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.picScroll-left2 .bd {
  width: 100%;
}
.picScroll-left2 .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left2 .bd ul li {
  width: 380px;
  float: left;
  overflow: hidden;
  margin: 50px 30px 0 0;
  position: relative;
}
.picScroll-left2 .bd ul li img {
  width: 378px;
  height: 472px;
  display: block;
  border: 1px solid #E2E2E2;
}
.picScroll-left2 .bd ul li div.transparent {
  width: 100%;
  height: 155px;
  background: url(transparent.png) no-repeat;
  position: absolute;
  left: 0;
  top: 319px;
}
.picScroll-left2 .bd ul li div.player {
  width: 100px;
  height: 100px;
  background: url(player_b.png) no-repeat;
  position: absolute;
  left: 140px;
  top: 340px;
}
.picScroll-left2 .bd ul li div.title {
  width: 316px;
  height: 74px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 74px;
  margin-top: 38px;
  padding: 0 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picScroll-left2 .bd ul li div.title a {
  color: #fff;
  font-size: 18px;
}
.picScroll-left2 .bd ul li:hover div.player {
  background: url(player_h.png) no-repeat;
}
.picScroll-left2 .bd ul li:hover div.title {
  background: url(buz_title.png) no-repeat;
  border: none;
  width: 320px;
  height: 78px;
  line-height: 78px;
}
.picScroll-left2 .hd {
  width: 142px;
  height: 35px;
  margin: 35px auto 0;
}
.picScroll-left2 .hd .prev {
  display: block;
  width: 19px;
  height: 35px;
  cursor: pointer;
  background: url(prev3.png) no-repeat;
  float: left;
}
.picScroll-left2 .hd .next {
  display: block;
  width: 19px;
  height: 35px;
  cursor: pointer;
  background: url(../images/next3.png) no-repeat;
  float: right;
}
/***读报告***/
.g_title6 {
  background: url(title12.png?v=1) no-repeat center top;
}
.picScroll-left1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 340px;
  margin-top: 60px;
}
.picScroll-left1 .hd {
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
}
.picScroll-left1 .hd .prev {
  display: block;
  width: 28px;
  height: 50px;
  cursor: pointer;
  background: url(prev1.png) no-repeat;
  float: left;
}
.picScroll-left1 .hd .next {
  display: block;
  width: 28px;
  height: 50px;
  cursor: pointer;
  background: url(next1.png) no-repeat;
  float: right;
}
.picScroll-left1 .bd {
  width: 1200px;
  height: 340px;
}
.picScroll-left1 .bd div.tempWrap {
  height: 340px!important;
}
.picScroll-left1 .bd ul {
  overflow: hidden;
  zoom: 1;
  height: 340px!important;
}
.picScroll-left1 .bd ul li {
  width: 200px;
  height: 270px;
  float: left;
  overflow: hidden;
  margin: 35px 0 0 33px;
}
.picScroll-left1 .bd ul li.da{transition: 0.5s;}
.picScroll-left1 .bd ul li img {
  width: 100%;
  height: 100%;
  display: block;
}
.picScroll-left1 .bd ul li.da:hover {
  transform: scale(1.2);
}
/***天天评***/
.g_title4 {
  background: url(title8.png) no-repeat center top;
}
.m_specialist {
  float: left;
  margin-top: 35px;
  width: 555px;
}
.m_specialist .u_more6 {
  top: 37px;
  left: 440px;
}
.m_specialist ul {
  padding: 28px 0 0;
  overflow: hidden;
}
.m_specialist ul li {
  font-size: 18px;
  line-height: 38px;
  color: #ABABAB;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.m_specialist ul li span {
  float: right;
  display:none;
}
.m_specialist ul li b {
  width: 5px;
  height: 5px;
  display: block;
  background: #ABABAB;
  float: left;
  margin: 16px 10px 0 120px;
}
.fr {
  float: right;
}
/***话说两会***/
.g_title5 {
  background: url(title11.png) no-repeat center top;
  margin-top: 90px;
}
.icon-arrow-a-left,
.icon-arrow-a-right {
  background: url(icon-sd26986d847.png) no-repeat;
}
.icon-arrow-a-left {
  background-position: 0 0;
  height: 50px;
  width: 50px;
}
.icon-arrow-a-left:hover,
.icon-arrow-a-left.arrow-a-left_hover,
.icon-arrow-a-left.arrow-a-left-hover {
  background-position: -60px 0;
}
.icon-arrow-a-right {
  background-position: -120px 0;
  height: 50px;
  width: 50px;
}
.icon-arrow-a-right:hover,
.icon-arrow-a-right.arrow-a-right_hover,
.icon-arrow-a-right.arrow-a-right-hover {
  background-position: -180px 0;
}
#main {
  overflow: hidden;
  zoom: 1;
  position: relative;
  background-color: #d2d2d2;
  margin: 50px auto 60px;
}
#index_b_hero {
  width: 960px;
  height: 510px;
  margin: auto;
  position: relative;
}
#index_b_hero img {
  width: 950px;
  height: 500px;
}
#index_b_hero .heros {
  width: 960px;
  height: 510px;
}
#index_b_hero .hero-wrap {
  overflow: visible;
  position: absolute;
}
#index_b_hero .next,
#index_b_hero .prev {
  filter: alpha(opacity=70);
  opacity: .7;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: 5px;
  background-color: #303030;
  z-index: 3;
}
#index_b_hero .next:hover,
#index_b_hero .prev:hover {
  background-color: orangered;
}
#index_b_hero .next {
  margin: -25px 5px 0 0;
  right: 0;
}
#index_b_hero .disabled {
  background-color: #eee;
}
#index_b_hero .mask-left,
#index_b_hero .mask-right,
#index_b_hero .hero {
  background: #fff;
  padding: 5px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 500px;
  overflow: hidden;
  left: 1920px;
}
.hero a {
  display: inline-block;
  position: relative;
}
.hero p.imgtitle {
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 55px;
  width: 950px;
  background: url(transparent.png) repeat;
  margin-left: 5px;
  line-height: 55px;
  text-align: center;
}
.hero p.imgtitle a {
  color: #fff;
  font-size: 18px;
}
#index_b_hero .mask-right,
#index_b_hero .mask-left {
  z-index: 4;
  left: -960px;
  filter: alpha(opacity=50);
  opacity: .5;
  background: #fff;
  overflow: hidden;
}
#index_b_hero .mask-right {
  left: 960px;
}
#index_b_hero .active {
  z-index: 2;
  left: 0;
}
/***微博***/
.m_wbl {
  width: 790px;
  height: 580px;
  float: left;
}
.m_wbr {
  width: 380px;
  height: 580px;
  float: right;
}
/***特别鸣谢***/
.g_title8 {
  background: url(title14.jpg) no-repeat center top;
  height: 81px;
  margin-top: 90px;
}
.m_mingxie {
  width: 1250px;
  margin-top: 25px;
}
.m_mingxie li {
  width: 160px;
  height: 70px;
  margin: 25px 48px 0 0;
  float: left;
}
.m_mingxie li img {
  width: 100%;
  height: 100%;
}
/***页面上的广告添加***/
.ad1 {
  position: absolute;
  top: -28px;
  left: 48px;
  padding: 0 15px;
  background: #fff;
}
.ad2 {
  position: absolute;
  top: 40px;
  left: 0;
}
.ad3 {
  position: absolute;
  top: 40px;
  right: 0;
}
.ad4 {
  position: absolute;
  top: 30px;
  right: 0;
}
.ad5 {
  position: absolute;
  top: 26px;
  left: 0;
}
.ad6 {
  position: absolute;
  top: 35px;
  right: 0;
}
/***友情链接***/
.g_title9 {
  background: url(title15.png) no-repeat center top;
  margin-top: 90px;
}
.m_friendlink {
  width: 1226px;
  margin-top: 25px;
}
.m_friendlink li {
  width: 110px;
  height: 50px;
  margin: 25px 24px 0 0;
  float: left;
  border:1px solid #E2E2E2;
}
.m_friendlink li img {
  width: 100%;
  height: 100%;
}
/***部长发声***/
.g_title10 {
  background: url(title16.png) no-repeat center top;
  margin-top: 90px;
}
.g_title11 {
  background: url(title1.png) no-repeat center top;
  margin-top: 90px;
}
.m_buz {
  width: 1300px;
}
.m_buz li {
  width: 550px;
  float: left;
  margin: 45px 100px 0 0;
}
.m_buz li div {
  width: 550px;
  height: 43px;
  background: url(bz_title.png) no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 43px;
  margin-bottom: 25px;
}
.m_buz li div b {
  padding: 0 10px 0 30px;
}
.m_buz li img {
  float: left;
  width: 240px;
  height: 180px;
  margin-right: 18px;
}
.m_buz li p {
  line-height: 35px;
  padding-top: 10px;
  text-indent: 2em;
}
/***权威发布***/
.g_title12 {
  background: url(title18.png) no-repeat center top;
  margin-top: 60px;
}
.m_quanwei {
  width: 1280px;
  margin-top: 30px;
}
.m_quanwei li {
  width: 560px;
  float: left;
  margin-right: 80px;
  font-size: 18px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_quanwei li b {
  width: 5px;
  height: 5px;
  display: block;
  background: #ABABAB;
  float: left;
  margin: 15px 10px 0 0;
}
/***健康中国追梦人***/
.g_title a.u_more7 {
  top: 65px;
  left: 800px;
}
.g_title13 {
  background: url(title19.png?v=1) no-repeat center top;
  margin-top: 60px;
  margin-bottom: 45px;
}
.m_health_left {
  width: 670px;
  float: left;
}
.m_health_left span {
  display: block;
  width: 100%;
  height: 51px;
  background: url(health_left.jpg) no-repeat;
  line-height: 51px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
}
.m_health_left div {
  width: 640px;
  height: 412px;
  padding: 15px;
  background: #6C6C6C;
  margin-top: 6px;
  position:relative;
}
.m_health_left div img.pic {
  width: 100%;
  height: 100%;
}
.m_health_left div img.player {
  position:absolute;
  bottom:20px;
  right:20px;
}
.m_health_right {
  width: 501px;
  height: 410px;
  background: url(health_right.jpg) no-repeat;
  float: right;
  padding-top: 95px;
}
.m_health_right div {
  width: 448px;
  margin-left: 35px;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px dashed #C5C5C5;
  margin-bottom: 20px;
}
.m_health_right div .p1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.m_health_right div .p1 span {
  width: 5px;
  height: 5px;
  display: block;
  background: #ABABAB;
  float: left;
  margin: 10px 10px 0 0;
}
.m_health_right div img {
  width: 175px;
  height: 115px;
  float: left;
  margin-right: 10px;
}
.m_health_right div .p2 {
  line-height: 30px;
  text-indent: 2em;
  color: #777777;
}
.m_health_right div .p2 a {
  color: #c90d31;
}
.m_health_right div:last-child {
  border: none;
}
/***导航***/
.g_nav {
  width: 143px;
  height: 460px;
  background: url(nav.png) no-repeat;
  position: fixed;
  top: 280px;
  left: 50%;
  margin-left: 650px;
  z-index: 999;
}
.g_nav ul {
  margin-top: 66px;
}
.g_nav li {
  line-height: 40px;
  color: #fed478;
}
.g_nav li b {
  display: block;
  width: 5px;
  height: 5px;
  background: #fed478;
  float: left;
  margin: 19px 7px 0 15px;
}
.g_nav li a {
  color: #fed478;
}
.g_nav li:hover a {
  color: #fff;
  font-weight: bold;
}
.g_nav li:hover b {
  background: #fff;
}
.g_nav .u_z_logo {
  display: block;
  margin: 25px auto 0;
}
.g_nav .u_gototop {
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

