.app {
  position: relative;
}
.main_body {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.main_content {
  position: relative;
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
}
.font_type {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99999;
  margin-left: 440px;
}
.font_type span {
  margin-left: 30px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  line-height: 40px;
}
.font_type span:hover {
  color: #d92e2e;
}
/*S 头部 header.vue*/
.common_header {
  width: 100%;
  height: 280px;
  background: url("../img/ny_bj.jpg") no-repeat;
}
.header {
  padding: 60px 0;
}
.header a {
  display: block;
}
.logo {
  display: block;
  width: 480px;
  margin: 0 auto;
}
.search_box {
  display: inline-block;
  position: relative;
  margin-top: 36px;
}
.search_box .icon-search {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 44px;
  height: 44px;
  border: none;
  background-color: transparent;
  color: #0c67d9;
  font-size: 28px;
  cursor: pointer;
}
.search_input {
  width: 600px;
  height: 44px;
  border: solid 1px #666666;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding-right: 54px;
  padding-left: 20px;
  color: #000000;
}
/*E 头部 header.vue*/
/*S 头部 nav.vue*/
.nav {
  width: 100%;
  height: 60px;
  line-height: 80px;
  text-align: center;
  background: #355ca9;
}
.nav li {
  float: left;
}
.nav a {
  display: block;
  width: 146px;
  height: 60px;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.is_hide {
  display: none !important;
}
/*E 头部 nav.vue*/
.index_bg {
  position: relative;
  width: 100%;
  height: 1300px;
  background-image: url("../img/index_bg01.png"), url("../img/index_bg02.png"), url("../img/index_bg03.png"), url("../img/index_bg04.png"), url("../img/index_bg05.png");
  background-repeat: no-repeat;
  background-position: 0 0,0 288px,0 576px,0 864px,0 1152px;
  background-attachment: fixed;
}
.index_main_body {
  width: 1420px;
  margin: 0 auto;
}
/*S  首页左侧导航栏*/
.tab {
  width: 1320px;
  margin: auto;
  height: 630px;
}
.left_bar {
  float: left;
  width: 280px;
  height: 630px;
}
.left_bar li {
  overflow: hidden;
}
.left_bar li .a {
  display: block;
  width: 100%;
}
.left_bar li .iconfont {
  display: block;
  float: left;
  width: 80px;
  height: 90px;
  background-color: #294c91;
  cursor: pointer;
  text-align: center;
  line-height: 110px;
  color: #b3b3b3;
  font-size: 34px;
}
.left_bar li .text {
  display: block;
  float: left;
  width: 200px;
  height: 90px;
  background-color: #345ca8;
  color: #FFF;
  line-height: 105px;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
}
.left_bar li:hover .iconfont,
.left_bar li.active .iconfont {
  background: #0b5dc8;
  color: #ffffff;
}
.left_bar li:hover .text,
.left_bar li.active .text {
  background: #5683bd;
}
/*E左侧导航栏*/
/*S 首页右侧内容显示区*/
/*S newindex;日期控件*/
.data_box {
  text-align: right;
  margin: 20px 0;
}
.data_box .input_time {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 36px;
  border-radius: 4px;
  background-color: #024886;
  border: 1px solid #024886;
  color: #ffffff;
}
/*E newindex;日期控件*/
.tab_content {
  float: right;
  width: 1030px;
  height: 630px;
  background-color: #ffffff;
}
/*E右侧内容显示区*/
/* S 新闻中心*/
.index_banner {
  position: relative;
  height: 412px;
  overflow: hidden;
}
.index_banner .swiper-container {
  height: 100%;
}
.index_banner .swiper-pagination {
  text-align: right;
}
.index_banner .index_pagination {
  width: 100% !important;
  bottom: 3px !important;
  padding-right: 16px;
}
.index_banner .swiper-pagination-bullet {
  width: 20px !important;
  height: 6px !important;
  background-color: #fff;
  margin: 0 4px !important;
  border-radius: 0 !important;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2eaad9 !important;
}
.index_banner .banner_a {
  display: block;
  float: left;
  height: 100%;
}
.index_banner .banner_a img {
  display: block;
  height: 372px;
  width: 528px;
}
.index_banner .baner_bot {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  line-height: 40px;
  padding: 0 10px ;
  background-color: #0c67d9;
  color: #fff;
}
.headline {
  padding-top: 16px;
  line-height: 36px;
}
.headline img {
  display: block;
  float: left;
  width: 112px;
  height: 36px;
  margin: 0 20px;
}
.headline h1 a {
  width: 854px;
  color: #1f3c74;
  font-size: 30px;
}
.broadcast {
  overflow: hidden;
  float: left;
  height: 528px;
  margin-left: 20px;
  width:528px;
}
/* S 新闻中心*/
/*S 顶部推荐新闻*/
.propelling a {
  display: inline-block;
  width: 250px;
  position: relative;
  line-height: 20px;
  padding: 15px 30px;
  color: #282828;
  font-size: 16px;
  vertical-align: top;
}
.propelling a:after {
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px;
  height: 16px;
  background-color: #282828;
  content: "";
}
.propelling a:last-child:after {
  display: none;
}
.propelling span {
  padding-top: 4px;
  width: 10px;
  margin: 26px 10px 10px 24px;
  float: left;
  color: #282828;
  text-indent: 8px;
  font-size: 16px;
  line-height: 10px;
}
/*E 顶部推荐新闻*/
.section-focus-pic {
  height: 412px;
  width: 528px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  float: left;
}
.picture_button {
  margin-top: 10px;
  height: 146px;
  width: 528px;
}
.picture_button .pic1 {
  background-color: #d92e2e;
}
.picture_button .pic2 {
  background-color: #2eaad9;
}
.picture_button .pic3 {
  background-color: #3ec367;
}
.picture_button .pic {
  margin: 18px 12px 0 12px;
  width: 150px;
  height: 60px;
  float: left;
  line-height: 40px;
  padding: 10px 8px;
}
.picture_button .pic span {
  color: #ffffff;
  font-size: 20px;
  margin-left: 6px;
  vertical-align: 3px;
}
.picture_button .pic .iconfont {
  font-size: 24px;
  margin-top: 8px;
  color: #fff;
}
/*右侧新闻*/
.box {
  display: none;
}
.news_right {
  width: 450px;
  height: 464px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.right_bar {
  width: 450px;
  height: 40px;
}
.right_bar li {
  float: left;
  width: 112px;
  background: #f1f1f1;
  color: #282828;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin: auto;
}
.right_bar li.active,
.right_bar li:hover {
  background: #1455ad;
  color: #ffffff;
}
.newsRight_content {
  float: left;
  width: 450px;
  height: 464px;
}
.right_box {
  width: 450px;
  height: 464px;
  background: #fafafa;
  overflow: hidden;
}
.right_box li {
  overflow: hidden;
}
.right_box li a {
  width: 320px;
  float: left;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  margin-left: 10px;
  line-height: 46px;
  color: #555555;
}
.right_box li a:hover {
  color: #0c67d9;
}
.right_box li span {
  float: right;
  padding: 0;
  margin-right: 16px;
  font-size: 14px;
  line-height: 46px;
}
.rightbox_gd {
  width: 450px;
  height: 10px;
  text-align: right;
}
.rightbox_gd a {
  width: 100px;
  height: 10px;
  display: block;
}
/*E 新闻中心*/
/*S 走进云冈*/
.enter_left {
  width: 500px;
  height: 100%;
  float: left;
  margin: 20px 0 0 10px;
}
.enterleft_top a {
  display: block;
}
.enterleft_top img {
  width: 480px;
  height: 300px;
}
.enterleft_bottom {
  padding-top: 10px;
}
.enterleft_bottom a {
  width: 148px;
  height: 100px;
  display: block;
  margin: 0 6px 6px 6px;
  float: left;
}
.go_more_index {
  float: right;
  margin-right: 16px;
  color: #ca390d;
}
.enterleft_bottom img {
  width: 150px;
  height: 100px;
}
.enter_right {
  float: right;
  width: 500px;
  height: 100%;
  text-align: left;
  margin: 20px 8px 0 0;
}
.mark {
  margin-bottom: 10px;
  background-color: #ea8601;
}
.mark,
.mark_fzxz {
  width: 132px;
  height: 32px;
  background-color: #2eaad9;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 4px;
  border-radius: 6px;
}
.mark_fzxz {
  background-color: #d92e2e;
  margin-top: 8px;
}
.xzqh {
  width: 480px;
  height: 110px;
  font-size: 14px;
  line-height: 28px;
  margin-left: 6px;
  margin-top: 14px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.zoning a {
  float: right;
  color: #ca390d;
  font-weight: 600;
  letter-spacing: 3px;
  margin-right: 8px;
}
.zoning aspan {
  color: #282828;
}
.zoning_bottom {
  margin: 42px auto 0;
  text-align: center;
}
.zoning_bottom a {
  width: 100px;
  height: 100px;
  float: left;
  margin: auto;
  text-align: center;
}
.zoning_bottom a img {
  width: 60px;
  height: 54px;
  display: block;
  margin: auto;
}
.zoning_bottom span {
  display: block;
  width: 100px;
  margin-top: 10px;
}
/*E 走进云冈*/
/*S 政务公开*/
.newsLeader {
  width: 294px;
  height: 588px;
  float: left;
  background: #fafafa;
  text-align: center;
  margin: auto;
  padding-top: 20px;
}
.newsLeader span {
  font-size: 20px;
  text-align: left;
  width: 294px;
  font-weight: bold;
}
.newsLeader .name {
  width: 195px;
  margin: auto;
  height: 250px;
  overflow: hidden;
}
.newsLeader .name a {
  font-size: 18px;
  float: left;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 54px;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  margin: 0 19px;
  color: #555555;
}
.newsLeader .name a:hover {
  color: #0c67d9;
}
.newsBar {
  width: 680px;
  height: 464px;
  float: right;
  margin: 20px 20px 0 0;
}
.newsBar .overt {
  width: 680px;
  height: 100px;
  margin-left: 4px;
  float: right;
  margin-top: 18px;
}
.newsBar .overt a {
  position: relative;
  float: left;
  width: 220px;
  height: 100px;
  text-align: left;
  margin-right: 10px;
  padding-left: 80px;
}
.newsBar .overt a:last-child {
  margin-right: 0;
  padding-left: 64px;
}
.newsBar .overt a .iconfont {
  font-size: 54px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -27px;
}
.newsBar .overt a span {
  color: #fff;
  font-size: 18px;
  text-align: left;
  line-height: 100px;
}
.public {
  background: #fd806c;
}
.public .iconfont {
  font-size: 54px;
  color: #fff;
  vertical-align: -12px;
  position: absolute;
  left: 50px;
}
.public span {
  color: #fff;
  font-size: 18px;
  text-align: left;
  line-height: 100px;
}
.announce {
  background: #94dc76;
}
.stress {
  background: #2194ed;
}
.file_bar {
  width: 680px;
  height: 40px;
}
.file_bar li {
  float: left;
  width: 136px;
  background: #f1f1f1;
  color: #282828;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin: auto;
}
.file_bar li.active,
.file_bar li:hover {
  background: #1455ad;
  color: #ffffff;
}
.file_list {
  width: 680px;
  height: 420px;
}
.file_box {
  width: 680px;
  height: 420px;
  overflow: hidden;
  background: #fafafa;
  padding-top: 8px;
}
.file_box li a {
  width: 500px;
  float: left;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  margin-left: 10px;
  line-height: 46px;
}
.file_box li span {
  float: right;
  padding: 0;
  margin-right: 16px;
  font-size: 16px;
  line-height: 46px;
}
/*E政务公开*/
/*S 政务服务*/
.zwfw_service {
  width: 900px;
  height: 270px;
  margin: 40px auto 0;
}
.zwfw_service img {
  width: 900px;
  height: 270px;
  display: block;
}
.zwfw_affairs {
  padding-top: 30px;
  width: 950px;
  height: 300px;
  line-height: 80px;
  margin: auto;
}
.zwfw_affairs ul {
  margin-top: 14px;
}
.zwfw_affairs ul a:hover {
  color: #0B5DC8;
  border: 1px solid #cccccc;
}
.zwfw_bm ul li a {
  float: left;
  width: 150px;
  height: 40px;
  font-size: 18px;
  list-style: none;
  background: #f2f2f2;
  text-align: center;
  line-height: 40px;
  margin: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}
.zwfwsection {
  width: 950px;
  height: 40px;
}
.zwfwsection_left {
  width: 150px;
  height: 40px;
  text-align: center;
  background: #0b5dc8;
  padding: 0;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 40px;
  margin-left: 24px;
  letter-spacing: 4px;
  float: left;
}
.zwfwsection_right {
  float: right;
  width: 38px;
  height: 38px;
  margin-right: 26px;
  line-height: 38px;
}
.zwfwsection_right img {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0;
  padding: 0;
}
/*E 政务服务*/
/*S 专题聚焦*/
.special {
  height: 580px;
  overflow: hidden;
}
.special a {
  display: block;
  width: 310px;
  height: 200px;
  text-align: center;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.special a img {
  width: 310px;
  height: 150px;
}
.special a span {
  width: 310px;
  height: 100%;
  text-align: center;
  margin: 12px auto 0;
  letter-spacing: 4px;
  line-height: 40px;
}
.special_index_list {
  float: left;
  width: 310px;
  height: 200px;
  margin: 64px 10px 0 20px;
}
.special a:hover {
  box-shadow: 10px 10px 15px #888888;
}
/*E  专题聚焦*/
/*S 互动平台*/
.interaction {
  width: 510px;
  height: 100%;
  float: left;
}
.mailbox {
  width: 666px;
  height: 300px;
  overflow: hidden;
}
.mailbox_title {
  height: 60px;
  border-left: solid 10px #0b5ec6;
  background: #f1f1f1;
  margin: 20px 0 0 20px;
}
.mailbox_title h1 {
  font-size: 20px;
  text-align: left;
  line-height: 60px;
  padding-left: 16px;
  letter-spacing: 3px;
  cursor: pointer;
}
.mailbox_title h1 a.active {
  color: #0c67d9;
}
.mailbox_list {
  padding-top: 8px;
}
.mailbox_list li a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 52px;
  padding-right: 100px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mailbox_list li a:hover {
  color: #e60012;
}
.mailbox_list li span {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 52px;
}
.email_btn {
  display: block;
  width: 320px;
  height: 80px;
  border-radius: 5px;
  margin-top: 24px;
  font-size: 22px;
  text-align: center;
  line-height: 80px;
  color: #ffffff;
  letter-spacing: 10px;
  background-color: #0679d6;
  cursor: pointer;
}
.email_btn .iconfont {
  font-size: 40px;
  vertical-align: -8px;
}
.email_btn:hover {
  opacity: 0.8;
}
.line_btn_box {
  margin-top: 10px;
}
.line_btn {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  width: 150px;
  background-color: #0679d6;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  cursor: pointer;
}
.line_btn span {
  letter-spacing: 2px;
}
.line_btn .iconfont {
  font-size: 26px;
  vertical-align: -2px;
}
.line_btn:hover {
  opacity: 0.8;
}
.platform {
  float: right;
  margin: 20px 20px 0 0;
  width: 320px;
  height: 100%;
  overflow: hidden;
}
.platform01 {
  float: right;
  margin: 30px 0 0 0;
  width: 320px;
  height: 196px;
  overflow: hidden;
}
.platform01 a {
  width: 320px;
  height: 196px;
}
.platform01 img {
  width: 320px;
  height: 196px;
  display: block;
  border-radius: 5px;
}
.sousuo_inp {
  width: 320px;
  height: 60px;
  background: #f7f7f7;
  padding: 14px 20px;
}
.sousuo_inp .sousuo_input {
  width: 320px;
  height: 30px;
  border: solid 1px #282828;
  outline: none;
  background-color: #ffffff;
  padding: 0;
  float: right;
  margin-top: 36px -1px 0 0;
  border-radius: 25px;
  text-indent: 15px;
  color: #000000;
}
.sousuo_inp .sousuo_button {
  width: 20px;
  height: 20px;
  padding: 0;
  float: right;
  margin-top: 12px;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  position: relative;
  top: -26px;
  right: 14px;
}
.platform_search {
  width: 320px;
  height: 60px;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 14px 10px;
}
.platform_search .sousuo_input {
  width: 300px;
  height: 30px;
  border: solid 1px #282828;
  outline: none;
  background-color: #ffffff;
  padding: 0;
  float: right;
  margin-right: -1px;
  border-radius: 25px;
  text-indent: 15px;
  color: #000000;
}
.platform_search .icon-search {
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 12px;
  border: 0;
  outline: none;
  position: relative;
  top: -38px;
  right: -266px;
  background-color: transparent;
  color: #0c67d9;
  font-size: 22px;
  cursor: pointer;
}
.yessw {
  width: 320px;
  height: 80px;
  margin-top: 20px;
}
.yessw img {
  width: 320px;
  height: 80px;
  border-radius: 5px;
}
/*E 互动平台*/
/*S 新闻页*/
.notified {
  width: 1200px;
  background: #ffffff;
  margin: auto;
  height: 100%;
  padding-bottom: 40px;
}
/*左侧*/
.news_left {
  float: left;
  margin: 30px 0 0 20px;
  padding-right: 44px;
  border-right: 1px solid #cccccc;
  overflow: hidden;
}
.news_bar {
  width: 700px;
  height: 60px;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  background: #fafafa;
}
.news_bar li {
  position: relative;
  float: left;
  width: 170px;
  color: #666666;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
}
.news_bar li:hover {
  color: #0c67d9;
}
.news_bar li.active {
  color: #0c67d9;
}
.news_bar li:after {
  position: absolute;
  right: 0;
  top: 23px;
  width: 1px;
  height: 16px;
  background-color: #808080;
  content: "";
}
.news_bar li:last-child:after {
  display: none;
}
.newsLeft_nav {
  font-size: 20px;
  float: left;
  height: 50px;
  line-height: 60px;
  color: #808080;
}
.newsLeft_content {
  float: left;
  width: 700px;
  height: 100%;
}
.news_box {
  width: 700px;
  height: 850px;
  padding: 0;
  letter-spacing: 1.5px;
}
.news_box ul {
  margin-bottom: 40px;
}
.news_box h2 {
  width: 500px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #315aa5;
  float: left;
}
.news_box .newsBox_a {
  position: relative;
  width: 700px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  text-align: left;
  padding-left: 10px;
  text-decoration: none;
  color: #4d4d4d;
}
.news_box .newsBox_a:hover {
  background-color: #f2f2f2;
}
.news_box p {
  width: 500px;
  height: 56px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 10px;
}
.news_box span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 20px 16px 0 0;
  font-size: 18px;
  line-height: 20px;
}
.more {
  display: block;
  width: 200px;
  height: 50px;
  text-align: center;
  background: #d9d9d9;
  color: #282828;
  font-size: 20px;
  border-radius: 5px;
  line-height: 50px;
  margin: 0 auto;
}
/*右侧*/
.newsBox_right {
  margin-top: 60px;
  float: right;
  margin-right: 10px;
}
.notice {
  width: 400px;
  height: 172px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  overflow: hidden;
}
.notice ul {
  margin-top: 20px;
}
.notice a {
  width: 320px;
  height: 40px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 40px;
  font-size: 16px;
}
.notice span {
  margin: 12px 0 0 20px;
  line-height: 40px;
}
.topic {
  width: 400px;
  height: 30px;
  font-size: 22px;
  text-align: left;
  color: #d92e2e;
}
.news_picture {
  width: 400px;
  height: 378px;
  margin-top: 30px;
}
.news_picture.topic {
  width: 400px;
  height: 30px;
  font-size: 22px;
  text-align: left;
}
.newspic {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
}
.newspic li {
  float: left;
  overflow: hidden;
  margin-top: 30px;
}
.newspic li:nth-child(2n+1) {
  margin-right: 20px;
}
.newspic a {
  display: block;
  float: left;
  width: 184px;
}
.newspic img {
  width: 184px;
  height: 104px;
}
.newspic img:hover {
  box-shadow: 0px 5px 15px #333333;
}
.newspic span {
  margin-top: 10px;
  height: 20px;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  text-align: left;
}
.newsVideo {
  width: 400px;
  height: 172px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  overflow: hidden;
}
.videoNews {
  width: 400px;
  height: 100%;
  margin-top: 30px;
}
.videoNews .topic {
  width: 400px;
  height: 30px;
  font-size: 22px;
  text-align: left;
}
.videoNews ul {
  margin-top: 20px;
}
.videoNews a {
  width: 320px;
  height: 40px;
  float: left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 40px;
}
.videoNews span {
  margin: 12px 0 0 20px;
  line-height: 40px;
}
/*E 新闻页*/
/*S 走进云冈*/
.summary {
  margin: auto;
  width: 900px;
  height: 100%;
}
.yg_title {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  color: #000;
}
.enter_tit {
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
}
.enter_tit_sm {
  font-size: 20px;
  margin-top: -20px;
}
.enter_con {
  padding-top: 6px;
  margin-left: 10px;
  line-height: 2;
  font-size: 18px;
  text-align: left;
  text-indent: 2em;
}
.sum_cont {
  width: 900px;
  text-align: left;
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
}
.sum_cont p {
  margin-top: 10px;
}
.summary_box {
  width: 900px;
  height: 100%;
  margin: 50px 0;
  text-align: center;
}
.summary_box a {
  width: 125px;
  height: 125px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
}
.summary_box a:nth-child(6) {
  margin-right: 0;
}
.summary_box a:nth-child(7) {
  margin-left: 50px;
}
.summary_box a:hover {
  box-shadow: 0px 5px 15px #333333;
  color: #0B5DC8;
}
.summary_box img {
  width: 80px;
  height: 60px;
  margin: 14px auto ;
  display: block;
}
.summary_box span {
  width: 125px;
  height: 20px;
  font-size: 16px;
}
.box_gk {
  margin-top: 30px;
}
.history {
  height: 100%;
  background: #ffffff;
  margin: auto;
  text-align: center;
  padding-top: 2px;
}
.his_cont {
  width: 900px;
  height: 100%;
  margin: auto;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
.mzzj {
  height: 100%;
  margin: auto;
  text-align: center;
  padding-top: 2px;
}
.mzzj_cont {
  width: 900px;
  height: 100%;
  margin: auto;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
.mzjjtp {
  width: 328px;
  height: 228px;
  float: left;
  padding: 4px;
  background: #fff;
}
.mzjjtp img {
  width: 320px;
  height: 220px;
}
.mzzj_nr {
  height: 224px;
  text-indent: 2em;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding-left: 20px;
  font-size: 18px;
  color: #000;
  line-height: 2;
}
.hisla {
  width: 230px;
  height: 50px;
  text-align: center;
  background: #0B5DC8;
  border: 1px solid #cccccc;
  line-height: 50px;
  font-size: 18px;
  margin: 50px auto;
  display: block;
  border-radius: 5px;
  color: #ffffff;
}
.hisla:hover {
  box-shadow: 0px 5px 15px #333333;
  border: 0;
}
.hisha {
  width: 230px;
  height: 50px;
  text-align: center;
  background: #d92e2e;
  border: 1px solid #cccccc;
  line-height: 50px;
  font-size: 18px;
  margin: 50px 0 50px 336px;
  display: block;
  border-radius: 5px;
  color: #ffffff;
}
.histp img {
  width: 368px;
  height: 268px;
  float: left;
  padding: 4px;
  background: #f2f2f2;
  margin: 14px 40px;
}
.histp a img {
  width: 360px;
  height: 260px;
}
.compartment {
  height: 100%;
  background: #f2f2f2;
  margin: auto;
  text-align: center;
  padding-top: 2px;
}
.comp_cont {
  width: 900px;
  height: 100%;
  margin: auto;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  margin-bottom: 50px;
}
.comp_nr {
  height: 160px;
  text-indent: 2em;
  text-align: left;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.zrdl {
  height: 100%;
  margin: 0 auto 40px;
  text-align: center;
  padding-top: 2px;
}
.zrdl .zrdl_a {
  width: 240px;
  height: 40px;
  background: #0861D5;
  border-radius: 0 0 5px 5px;
  margin: auto;
  line-height: 40px;
  color: #fff;
  letter-spacing: 2px;
  display: block;
}
.zrdlcont {
  width: 900px;
  height: 100%;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
}
.zrdl_cont {
  width: 350px;
  height: 370px;
  border-radius: 5px;
  background: #fff;
  float: left;
  margin: 20px 46px;
}
.zrdl_anr {
  width: 300px;
  height: 158px;
  margin: 10px auto;
  text-align: left;
  text-indent: 2em;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.zrdltp {
  width: 300px;
  height: 122px;
  margin: auto;
}
.zrdltp img {
  width: 300px;
  height: 122px;
}
.shsy {
  height: 100%;
  background: #f2f2f2;
  margin: auto;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 40px;
}
.shsycont {
  width: 900px;
  height: 100%;
  margin: auto;
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}
.shsy_cont {
  width: 260px;
  height: 362px;
  border-radius: 5px;
  background: #fff;
  float: left;
  margin: 20px 20px;
}
.shsy_a {
  width: 170px;
  height: 40px;
  background: #0861D5;
  border-radius: 0 0 5px 5px;
  margin: auto;
  line-height: 40px;
  color: #fff;
  letter-spacing: 2px;
  display: block;
}
.shsy_anr {
  width: 220px;
  height: 220px;
  margin: 10px auto;
  text-align: left;
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.shsyxq {
  width: 170px;
  height: 40px;
  border-radius: 5px;
  margin: 20px auto 0 auto;
  line-height: 40px;
  font-size: 16px;
  border: solid 1px #666;
  color: #282828;
  letter-spacing: 2px;
  text-align: 2em;
  display: block;
}
.shsyxq:hover {
  background: #EA8601;
  color: #fff;
  border: solid 1px #fff;
}
.xqjs {
  width: 230px;
  height: 50px;
  margin: auto;
}
.xqjs a {
  width: 230px;
  height: 50px;
  margin: auto;
  text-align: center;
  background: #d92e2e;
  border: 1px solid #cccccc;
  line-height: 50px;
  font-size: 18px;
  display: block;
  border-radius: 5px;
  color: #ffffff;
  margin: 50px 0;
}
.xqjs :hover {
  box-shadow: 0px 5px 15px #333333;
  border: 0;
}
.fzxz {
  height: 100%;
  margin: auto;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 50px;
}
.fzxz_cont {
  width: 900px;
  height: 100%;
  text-align: center;
  margin: 40px auto 0;
  font-size: 18px;
}
.scenery {
  height: 100%;
  background: #ffffff;
  margin: auto;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 50px;
}
.scen_cont {
  width: 900px;
  height: 100%;
  text-align: center;
  margin: 40px auto 0;
  font-size: 18px;
}
.scen_cont a {
  width: 400px;
  height: 250px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #cccccc;
  font-size: 20px;
  margin: 10px 20px 50px 20px;
  float: left;
}
.scen_cont a:hover {
  box-shadow: 0px 5px 15px #333333;
  color: #0B5DC8;
}
.scen_cont img {
  width: 400px;
  height: 210px;
  display: block;
}
.scen_cont span {
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.scen_xqjs {
  width: 230px;
  height: 50px;
  margin: auto;
}
.scen_xqjs a {
  width: 230px;
  height: 50px;
  margin: auto;
  text-align: center;
  background: #ea8601;
  border: 1px solid #cccccc;
  line-height: 50px;
  font-size: 18px;
  display: block;
  border-radius: 5px;
  color: #ffffff;
}
.scen_xqjs a:hover {
  box-shadow: 0px 5px 15px #333333;
  border: 0;
}
.ambi_cont {
  width: 1000px;
  height: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
.ambi_cont .caption {
  width: 260px;
  height: 380px;
  background: #ffffff;
  margin-top: 50px;
  margin-left: 60px;
  border-radius: 10px;
  float: left;
}
.ambi_cont .caption a {
  width: 170px;
  height: 40px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #cccccc;
  line-height: 40px;
  font-size: 16px;
  margin: 30px 0 30px 40px;
  display: block;
  border-radius: 5px;
}
.ambi_cont .caption:hover {
  color: #ffffff;
  background: #0B5EC6;
}
.ambi_cont .caption p {
  width: 180px;
  height: 200px;
  text-align: left;
  margin-top: 20px;
  line-height: 26px;
  text-indent: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ambi_cont :hover {
  box-shadow: 0px 5px 15px #333333;
}
.sign {
  width: 150px;
  height: 50px;
  margin: auto;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #0b5dc8;
  color: #ffffff;
  border-radius: 0 0 10px 10px;
  letter-spacing: 3px;
}
.inter_left {
  float: left;
  width: 800px;
  height: 100%;
  margin-left: 10px;
  padding-bottom: 30px;
}
/*E 走进云冈*/
/*S 政务服务*/
.policyLeft {
  width: 800px;
  height: 100%;
}
.policy_line {
  font-size: 20px;
  float: left;
  height: 60px;
  line-height: 60px;
  color: #808080;
}
.policyBox {
  float: left;
  width: 800px;
  height: 100%;
}
.policy {
  width: 1200px;
  height: 848px;
  margin: auto;
  background: #ffffff;
}
.policy_left {
  float: left;
  width: 800px;
  height: 100%;
  margin-left: 10px;
  padding-bottom: 30px;
}
.policy_bar {
  width: 800px;
  height: 60px;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  background: #fafafa;
  margin-top: 20px;
}
.policy_bar li {
  position: relative;
  float: left;
  width: 154px;
  color: #666666;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
}
.policy_bar:hover {
  color: #0c67d9;
}
.policy_bar.active {
  background-color: #0c67d9;
  color: #ffffff;
}
.policy_bar:after {
  position: absolute;
  right: 0;
  top: 23px;
  width: 1px;
  height: 16px;
  background-color: #808080;
  content: "";
}
.policy_bar:last-child:after {
  display: none;
}
.policy_box {
  width: 800px;
  height: 730px;
  margin: auto;
  letter-spacing: 1.5px;
  padding-top: 8px;
}
.policy_box h2 {
  float: left;
  width: 600px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-top: 10px;
  color: #315aa5;
}
.policy_box a {
  width: 780px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  text-align: left;
  margin-left: 16px;
  text-decoration: none;
  color: #4d4d4d;
}
.policy_box span {
  float: right;
  font-size: 18px;
  line-height: 40px;
}
.policy_box .more {
  width: 700px;
  height: 50px;
  margin: 40px 0 auto ;
  text-align: center;
}
.policy_box .more a {
  width: 200px;
  height: 50px;
  text-align: center;
  background: #d9d9d9;
  color: #282828;
  font-size: 20px;
  letter-spacing: 3px;
  border-radius: 5px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
}
.policy_box ul li a p,
.inter_box ul li a p {
  width: 780px;
  height: 60px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 10px;
}
.policy_right {
  float: right;
  width: 336px;
  height: 800px;
  margin-right: 20px;
  border-left: 1px solid #cccccc;
  padding-left: 40px;
  margin-top: 20px;
}
.policy_right .overt {
  width: 310px;
  height: 230px;
  margin-left: 4px;
  float: right;
}
.policy_right .overt a {
  width: 310px;
  height: 70px;
  text-align: left;
  margin: 10px 0 auto;
  float: left;
  border-radius: 4px;
  line-height: 70px;
  position: relative;
  display: block;
  padding-left: 120px;
}
.policy_right .overt a span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 6px;
  line-height: 52px;
  letter-spacing: 2px;
}
.leader {
  width: 310px;
  height: 600px;
  float: right;
  background: #fafafa;
  text-align: center;
  margin: auto;
  padding-top: 20px;
}
.leader span {
  font-size: 20px;
  width: 294px;
  height: 24px;
  line-height: 24px;
  display: block;
  font-weight: bold;
}
.leader .name {
  width: 197px;
  margin: 0 auto;
}
.leader .name a {
  font-size: 18px;
  float: left;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 54px;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  margin: 0 22px;
}
.leader .name a:hover {
  color: #0c67d9;
}
.sideright {
  width: 197px;
  height: 270px;
  text-align: center;
  margin: 10px auto 0;
}
.sideright img {
  width: 196px;
  height: 240px;
  margin: 0;
  padding: 0;
  border: solid 1px #e7e7e7;
  display: block;
}
.sideright span {
  font-size: 16px;
  width: 196px;
  height: 30px;
  background: #E7E7E7;
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
  display: block;
}
/*E 政务服务*/
/*S 政务公开*/
.serve_subject {
  width: 1200px;
  height: 100%;
  margin: auto;
  background: #ffffff;
  padding-bottom: 50px;
}
.se_cont {
  width: 1200px;
  overflow: hidden;
}
.serve_cont {
  width: 550px;
  border: 1px solid #cccccc;
  height: 250px;
  margin: 20px 0 20px 32px;
  float: left;
  font-size: 16px;
}
.serve_cont img {
  position: relative;
  top: -20px;
  right: 1px;
}
.serve_cont li a {
  width: 400px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-left: 14px;
  float: left;
  text-align: left;
}
.serve_cont span {
  margin-left: 30px;
  color: #282828;
  line-height: 44px;
}
.serve_cont .servess {
  margin-top: -20px;
}
.serve_cont .servess a {
  position: relative;
  top: 18px;
}
.serve_cont .servess span {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  top: -34px;
  left: -222px;
  letter-spacing: 2px;
}
.serve_banner {
  width: 1100px;
  height: 300px;
  margin: 30px auto;
}
.serve_banner img {
  width: 1100px;
  height: 300px;
  display: block;
  margin: auto;
}
.servecont {
  width: 550px;
  height: 230px;
  overflow: hidden;
  margin-top: -14px;
}
/*E 政务公开*/
/*S 专题聚焦*/
.focus_cont_box {
  padding: 40px 0;
}
.focus_cont {
  text-align: center;
}
.focus_cont a {
  display: block;
  float: left;
  width: 350px;
  height: 250px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #cccccc;
  font-size: 20px;
  margin: 10px 22px 50px 22px;
}
.focus_cont a:hover {
  box-shadow: 0px 5px 15px #333333;
  color: #0B5DC8;
}
.focus_cont img {
  width: 350px;
  height: 200px;
}
.focus_cont span {
  width: 350px;
  height: 50px;
  line-height: 40px;
  text-align: center;
}
/*E 专题聚焦*/
/*S 互动平台*/
.interact {
  height: 100%;
  margin: auto;
  padding-bottom: 60px;
}
.inter_left {
  float: left;
  width: 800px;
  height: 100%;
  margin-left: 10px;
  padding-bottom: 30px;
}
.inter_bar {
  position: relative;
  width: 800px;
  height: 60px;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  background: #fafafa;
  margin-top: 20px;
}
.interBox {
  width: 800px;
  padding-top: 20px;
  letter-spacing: 1.5px;
}
.interBox li a {
  display: block;
  height: 42px;
  font-size: 16px;
  text-align: left;
  line-height: 42px;
  padding: 0 10px;
  color: #666;
}
.interBox li a:hover {
  background-color: #f2f2f2;
}
.interBox li a span {
  display: block;
  float: left;
  width: 600px;
}
.interBox li a em {
  float: right;
}
.inter_more {
  position: absolute;
  right: 10px;
  top: 14px;
}
.inter_more.more {
  display: block;
  width: 70px;
  height: 32px;
  text-align: center;
  background: #d9d9d9;
  color: #282828;
  font-size: 16px;
  border-radius: 5px;
  line-height: 32px;
  margin: 0 auto;
}
.inter_echart .el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 130px;
}
.inter_echart .el-input__inner {
  background-color: #024886;
  border: 1px solid #024886;
  color: #ffffff;
}
.search_tm {
  padding: 20px 0;
  text-align: right;
}
.line {
  margin-top: 10px;
  border-top: 1px solid #dbdbdb;
}
.inter_right {
  float: right;
}
.interSearch {
  width: 360px;
  height: 60px;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 14px 20px;
  margin-top: 20px;
}
.interSearch .inter_input {
  width: 320px;
  height: 30px;
  border: solid 1px #282828;
  outline: none;
  background-color: #ffffff;
  float: right;
  border-radius: 25px;
  text-indent: 15px;
  color: #000000;
}
.interSearch .icon-search {
  margin-top: 12px;
  border: 0;
  outline: none;
  position: relative;
  top: -39px;
  right: -280px;
  background-color: transparent;
  color: #0c67d9;
  font-size: 22px;
  cursor: pointer;
}
.interImg {
  width: 360px;
  height: 100%;
  background: #f7f7f7;
  border-radius: 5px;
  margin-top: 20px;
}
.interImg .inter_img {
  margin-top: 24px;
  height: 124px;
}
.interImg .inter_img .img_bg {
  background: #0679d6;
}
.interImg .inter_img .imgs_bg {
  background: #007fb2;
}
.interImg .inter_img a {
  float: left;
  width: 300px;
  height: 80px;
  margin-left: 30px;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.interImg .inter_img a .iconfont {
  float: left;
  margin-top: 20px;
  margin-left: 60px;
  font-size: 40px;
  color: #ffffff;
}
.interImg .inter_img a img {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 58px;
  display: block;
}
.interImg .inter_img a span {
  color: #fff;
  font-size: 22px;
  line-height: 80px;
  letter-spacing: 4px;
  padding-left: 30px;
  float: left;
}
.inters {
  width: 360px;
  height: 124px;
  margin-top: 24px;
  background: #f7f7f7;
  padding-top: 22px;
  border-radius: 5px;
}
.inters img {
  width: 300px;
  height: 80px;
  display: block;
  border-radius: 5px;
  margin-left: 30px;
}
/*E 互动平台*/
/*S 底部 footer.vue*/
.index_footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.display_block {
  display: block;
}
.display_none {
  display: none;
}
.footer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
}
.footer_tit {
  font-size: 16px;
}
.footer_logo {
  vertical-align: -5px;
  margin-right: 20px;
}
.c_font {
  color: #ffffff;
}
.c_font:hover {
  color: #0c67d9;
}
/*E 底部 footer.vue*/
/*S 列表页*/
.position {
  margin: auto;
  text-align: center;
  background: #ffffff;
  padding: 10px 0;
  height: 40px;
}
.position li img {
  width: 20px;
  height: 20px;
  font-size: 16px;
  margin: auto;
  text-align: left;
  float: left;
  line-height: 20px;
}
.position li span {
  font-size: 16px;
  margin: auto;
  text-align: left;
  float: left;
  height: 20px;
  line-height: 20px;
}
.position li a {
  font-size: 16px;
  margin: auto;
  text-align: left;
  float: left;
  height: 20px;
  line-height: 20px;
}
.position li a:hover {
  color: #0c67d9;
}
.news_cont {
  margin-top: 10px;
  padding-top: 20px;
  background: #ffffff;
  text-align: center;
}
.news_cont .title {
  width: 1200px;
  border-left: 10px solid #ff9900;
  height: 50px;
  text-align: left;
}
.news_cont .title h1 {
  font-size: 24px;
  letter-spacing: 4px;
  text-align: left;
  margin-left: 20px;
  line-height: 50px;
}
.news_list {
  padding: 0 20px 30px;
  border-top: 2px solid #1455AD;
  margin-top: 20px;
}
.news_list li:nth-child(5n+1) {
  padding-top: 10px;
}
.news_list li:nth-child(5n) {
  border-bottom: dashed 1px #cccccc;
  padding-bottom: 10px;
}
.news_list li a {
  display: block;
  position: relative;
  padding: 10px 90px 10px 0;
  text-align: left;
  font-size: 18px;
  color: #000;
}
.news_list li a:hover {
  color: #1455AD;
}
.news_list li span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
}
.leader_list_artcle {
  padding-top: 20px;
}
.leader_list_artcle li a {
  display: block;
  position: relative;
  padding: 10px 90px 10px 10px;
  text-align: left;
  font-size: 16px;
  color: #000;
}
.leader_list_artcle li a:hover {
  color: #1455AD;
}
.leader_list_artcle li span {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  padding-top: 10px;
}
/*E 列表页*/
/*S 图片列表*/
.pic_list {
  height: 100%;
  background: #ffffff;
  margin: 20px auto 0;
  padding-top: 20px;
}
.pic_list h1 {
  font-size: 24px;
  letter-spacing: 4px;
  text-align: left;
  margin-left: 20px;
  line-height: 50px;
}
.title {
  border-left: 10px solid #ff9900;
  height: 50px;
  text-align: left;
  line-height: 50px;
  padding-left: 10px;
}
.pictu_list {
  height: 100%;
  margin: 20px auto 0;
  border-top: 2px solid #1455AD;
  padding: 10px;
}
.pictu_list li {
  width: 270px;
  height: 100%;
  float: left;
  margin: 32px 12px 12px;
}
.pictu_list li a {
  width: 270px;
  height: 100%;
  margin: auto;
  display: block;
}
.pictu_list li a img {
  width: 270px;
  height: 200px;
  border: 1px #CCCCCC solid;
  padding: 0;
  margin: 0;
  display: block;
}
.pictu_list li a span {
  display: block;
  width: 270px;
  height: 40px;
  letter-spacing: 2px;
  text-align: left;
  line-height: 24px;
  padding: 4px 0 10px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*E 图片列表*/
/*S 文章展示页*/
.news_content {
  padding-top: 20px;
  background: #ffffff;
  color: #282828;
  text-align: center;
  padding-bottom: 40px;
}
.news_content h1 {
  width: 1000px;
  font-size: 38px;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 600;
  padding: 40px 0 20px;
  margin: 0 auto;
  line-height: 1.2;
}
.news_content h2 {
  font-size: 26px;
  letter-spacing: 4px;
  text-align: center;
}
.news_content .infor {
  width: 1100px;
  height: 44px;
  margin: 30px auto 0;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.news_content .infor .time {
  margin: 0 0 0 20px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  float: left;
  font-size: 18px;
  padding-top: 8px;
}
.news_content .infor span {
  float: left;
  font-size: 18px;
}
.news_content .infor .share {
  width: 220px;
  float: right;
  margin: 0 20px 0 0;
}
.news_content .infor .social-share {
  display: inline-block;
  vertical-align: 2px;
}
.news_content .content {
  width: 1100px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 16px;
  height: 100%;
  padding: 0 10px 20px 10px;
  word-wrap: break-word;
}
.news_content .content img {
  width: 500px;
}
.code_con {
  margin: 40px 0;
  font-size: 16px;
}
.code_con span {
  display: block;
}
/*E 文章展示页*/
/*S 互动内容展示页*/
.inter_content {
  min-height: 600px;
  margin: 20px auto 0;
  background: #fff;
}
.xian {
  padding: 20px 0;
  font-size: 20px;
  color: #0c67d9;
}
.interWrite {
  width: 1100px;
  padding-top: 30px;
  margin: auto;
}
.interWrite h1 {
  width: 1000px;
  line-height: 30px;
  font-size: 28px;
  font-weight: 600;
  white-space: pre-wrap;
  text-align: center;
  margin-bottom: 60px;
}
.write_sj {
  width: 1100px;
  text-align: center;
  margin: 30px 0 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.xx_left {
  float: left;
}
.sj_right {
  float: right;
}
.inter_problem {
  width: 1100px;
  line-height: 30px;
  text-indent: 32px;
  text-align: left;
  font-size: 16px;
  word-break: break-all;
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
.interReply {
  width: 1100px;
  height: 100%;
  padding: 30px 0;
  margin: auto;
  border-top: 1px dashed #CCCCCC;
  text-align: left;
}
.responseUnit {
  font-size: 18px;
  color: #BD2C00;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.Contentreply {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  height: 100%;
}
.replyTime {
  float: right;
  margin: 10px 0;
}
/*E 互动内容展示页*/
/*S 互动写信*/
.write_cont {
  margin-top: 10px;
  padding-top: 20px;
  background: #ffffff;
  text-align: center;
  height: 100%;
}
.write_cont h1 {
  font-size: 24px;
  letter-spacing: 4px;
  text-align: left;
  margin-left: 20px;
  line-height: 50px;
}
.write_list {
  height: auto;
  border-top: 2px solid #1455AD;
  padding-bottom: 50px;
  width: 1200px;
  margin: 20px auto 0;
}
.write_list .write_label {
  width: 1000px;
  height: 30px;
  font-size: 20px;
  margin: 30px 0 0 100px;
  font-weight: 600;
  text-align: left;
}
.write_list li {
  margin-top: 20px;
}
.write_list input {
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-indent: 5px;
  width: 600px;
}
.write_list textarea {
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-indent: 5px;
  width: 600px;
}
.inputContent {
  position: relative;
  top: -282px;
}
.refer {
  margin-top: 30px;
}
.refer button {
  width: 300px;
  height: 60px;
  background: #0861D5;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  letter-spacing: 16px;
}
/*E 互动写信*/
/*S 视频展示页*/
.video {
  font-size: 20px;
  margin: 10px auto 0;
  padding-top: 20px;
  text-align: center;
}
.video h1 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 10px;
}
.video .xi {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}
.video_source {
  border-bottom: 2px #ccc solid;
  padding: 20px 30px;
}
.video_source .source_left {
  font-size: 16px;
  float: left;
  margin-right: 30px;
}
.video_source .source_right {
  float: right;
  font-size: 16px;
}
.article {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #fff;
}
.videoTitle {
  border-left: 10px solid #ff9900;
  height: 80px;
  margin-bottom: 20px;
}
.videoTitle h2 {
  font-size: 24px;
  padding-top: 20px;
  margin-left: 28px;
  letter-spacing: 5px;
  text-align: left;
}
.video_article {
  width: 1100px;
  padding: 20px 10px 80px 30px;
}
/*E 视频展示页*/
/*S 领导之窗 leader.vue*/
.bg_gray {
  background-color: #f2f2f2;
}
.bg_fff {
  background-color: #ffffff;
}
.path {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.path .iconfont {
  margin-right: 6px;
  font-size: 21px;
  vertical-align: -2px;
  color: #0c67d9;
}
.path a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.path a:after {
  position: absolute;
  right: 3px;
  top: 0;
  content: ">";
}
.path a:last-child:after {
  display: none;
}
.leader_con {
  padding-bottom: 40px;
}
.leader_tit {
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  color: #ffffff;
  background: #294c91;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.leader_l {
  float: left;
  width: 240px;
}
.leader_list {
  text-align: center;
}
.leader_list dt {
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #ffffff;
  background: #5985d5;
  letter-spacing: 3px;
}
.leader_list dd {
  height: 60px;
  color: #282828;
  line-height: 60px;
  cursor: pointer;
  border: 1px solid #F2F2F2;
}
.leader_list dd.active {
  color: #5985d5;
}
.leader_r {
  float: left;
  width: 960px;
  padding: 0 20px;
}
.leader_header {
  text-align: center;
  padding-bottom: 20px;
}
.leader_header img {
  display: block;
  width: 236px;
  border: 1px #ccc solid;
  margin: 10px auto;
}
.leader_header p {
  font-size: 20px;
}
.leader_title {
  height: 50px;
  line-height: 50px;
  background: #e5e5e5;
  padding-left: 16px;
  font-size: 20px;
}
.leader_detail {
  padding: 20px 10px;
  text-indent: 2em;
}
.leader_detail p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
}
/*E 领导之窗leader.vue*/
/*S 重点领域信息 focus.html */
.special_box {
  padding: 30px 50px;
}
.special_box .special_banner {
  width: 1100px;
  height: 300px;
}
.special_con {
  position: relative;
  border: 1px solid #cccccc;
  height: 340px;
  font-size: 16px;
  margin: 40px 0;
}
.special_tit {
  display: block;
  position: absolute;
  top: -26px;
  left: -1px;
  z-index: 2;
  line-height: 40px;
  min-width: 198px;
  font-size: 18px;
  color: #ffffff;
  padding: 0 20px;
  background-color: #426cbe;
}
.special_tit:after {
  width: 198px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: -1;
  background: url("../img/biao.png") no-repeat;
  content: "";
}
.special_list {
  padding: 20px 0;
  overflow: hidden;
}
.special_list li a {
  display: block;
  height: 44px;
  padding: 0 20px;
  line-height: 44px;
}
.special_list li a:hover {
  background-color: #f2f2f2;
}
.special_list li span {
  display: block;
  float: left;
  width: 950px;
}
.special_list li em {
  float: right;
}
.focus_tab {
  display: block;
}
.infoDetailTit {
  display: none;
}
/*E 重点领域信息 focus.html */
/*S 信息公开 info.vue*/
.info_box {
  padding: 30px 50px;
}
.info_box .info_banner {
  width: 1100px;
  height: 100px;
}
.info_con {
  padding: 20px 0;
}
.info_l {
  float: left;
}
.info_l a {
  display: block;
  position: relative;
  width: 250px;
  height: 80px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 22px;
  color: #ffffff;
  line-height: 80px;
  text-align: left;
  background-color: #20AEEE;
  padding-left: 70px;
}
.info_l a:nth-child(2n) {
  background-color: #f37382;
}
.info_l .iconfont {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -38px;
  font-size: 50px;
}
.info_r {
  float: left;
  width: 830px;
  margin-left: 20px;
}
.info_tab {
  overflow: hidden;
}
.info_tab li {
  float: left;
  width: 414px;
  height: 60px;
  background-color: #f2f2f2;
  color: #666666;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
}
.info_tab li.active {
  background: #1455AD;
  color: #ffffff;
}
.gkxx_box {
  width: 828px;
  height: 100%;
  padding: 10px 10px;
  letter-spacing: 1px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.gkxx_box ul {
  overflow: hidden;
}
.gkxx_box ul li {
  float: left;
}
.gkxx_box ul li a {
  width: 140px;
  height: 40px;
  font-size: 14px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: #282828;
  background: #F5F5F5;
  text-align: center;
  margin: 10px 7px 10px 14px;
  border-radius: 5px;
}
/*E 信息公开 info.vue*/
/*E 信息公开详情列表 infoDetail.vue*/
.infoDetail_box {
  padding: 0 15px;
  min-height: 600px;
}
.infoDetail_l {
  float: left;
  min-height: 500px;
  background: #f2f2f2;
}
.infoDetail_l a {
  display: block;
  position: relative;
  width: 240px;
  height: 80px;
  line-height: 80px;
  background: #f2f2f2;
  color: #282828;
  font-size: 20px;
  padding-left: 70px;
  cursor: pointer;
}
.infoDetail_l a:hover,
.infoDetail_l a.active {
  background: #2284db;
  color: #ffffff;
}
.infoDetail_l a .iconfont {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -38px;
  font-size: 40px;
}
.infoDetail_r {
  float: left;
  width: 930px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.infoDetail_tit {
  border-bottom: 2px solid #0B5DC8;
  margin-bottom: 20px;
}
.infoDetail_tit span {
  display: block;
  width: 200px;
  height: 50px;
  background: #0B5EC6;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/*E 信息公开详情列表 infoDetail.vue*/
/*S 双公示 infoDetailTab.vue*/
.two_tab {
  width: 910px;
  height: 50px;
  background: #f1f1f1;
  font-size: 18px;
  overflow: hidden;
}
.two_tab li {
  float: left;
  position: relative;
  width: 50%;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  color: #282828;
  text-align: center;
  cursor: pointer;
}
.two_tab li.active {
  font-size: 22px;
  color: #0b5dc8;
}
.two_tab li:after {
  position: absolute;
  right: 0;
  top: 15px;
  width: 2px;
  height: 24px;
  background-color: #ccc;
  content: "";
}
.two_tab li:last-child:after {
  display: none;
}
.two_list li span {
  width: 750px;
}
/*E 双公示 infoDetailTab.vue*/
/*S 有标题 infoDetailTit.vue*/
.infoDetail_tit_table {
  width: 100%;
}
.infoDetail_tit_table th,
.infoDetail_tit_table td {
  height: 42px;
  line-height: 42px;
  border: none;
}
.infoDetail_tit_table th {
  background-color: #F2F2F2;
  text-align: center;
}
.infoDetail_tit_table td a {
  width: 500px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoDetail_tit_table td a:hover {
  color: #0c67d9;
}
/*E 有标题 infoDetailTit.vue*/
/*E 详情 infoCon.vue*/
.infoCon_tit {
  padding: 10px 0;
  font-size: 24px;
  letter-spacing: 4px;
  text-align: center;
  color: #000;
}
.street_infor {
  height: 34px;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 30px;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}
.street_time {
  float: left;
}
.street_date {
  float: right;
}
.infoCon_detail {
  padding: 20px 0;
}
/*E 详情 infoCon.vue*/
.pc_slide {
  padding: 40px 50px;
}
.pic_dis {
  padding-bottom: 80px;
}
.pic_dis h3 {
  border-left: 10px solid #ff9900;
  height: 80px;
  font-size: 24px;
  letter-spacing: 5px;
  text-align: left;
  padding-left: 20px;
  line-height: 80px;
}
.pic_dis .pic_dis_con {
  padding: 20px 40px;
  line-height: 2;
}
.pic_dis .pic_dis_con img {
  display: block;
  width: 500px;
  margin: 0 auto;
}
.write_input {
  padding: 40px 0;
}
.apply_table td,
.apply_table th {
  border: 1px solid #ddd;
  text-align: center;
}
.apply_table th {
  width: 50px;
  word-wrap: break-word;
  padding: 0 10px;
}
.apply_table td {
  padding: 10px 0;
}
.apply_input {
  width: 100%;
  height: 32px;
  padding: 0 10px;
}
.apply_textarea {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
}
.apply_checkbox {
  margin: 0 10px;
}
.apply_checkbox input[type='radio'] {
  vertical-align: -2px;
}
.apply_btn {
  padding: 50px 0;
}
.apply_btn button {
  width: 200px;
  letter-spacing: 0;
  margin: 0 20px;
}
.num_box {
  text-align: left;
  overflow: hidden;
  margin-right: 60px;
  margin-bottom: 15px;
}
.select_people {
  float: left;
  padding-left: 60px;
}
.num {
  float: right;
}
.num span {
  display: inline-block;
  width: 240px;
  border-bottom: 1px solid #ddd;
}
.must {
  vertical-align: top;
  color: #f00;
}
.print_tit {
  font-size: 38px;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 600;
}
/*E publicInfo.vue*/
/*S interactionMyList.vue*/
.my_inter_left {
  width: 1180px;
}
.my_inter_left .inter_bar,
.my_inter_left .interBox {
  width: 100%;
}
/*E interactionMyList.vue*/
/*S searchList.vue*/
.search_tit {
  margin-top: 20px;
  border-bottom: 2px solid #1455AD;
}
.search_query_box {
  padding: 20px 0 20px;
}
.search_query_box:nth-child(2n) {
  background-color: #f9f9f9;
}
.search_query_box .news_list {
  border-top: none;
  margin-top: 0;
  padding-bottom: 0;
}
.search_query_box .news_list li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}
.search_query_box .news_list li:last-child {
  border-bottom: none;
}
.search_query_box .news_list li a {
  padding-top: 0;
}
.search_query_box .news_list li a.search_img_box {
  padding: 0;
}
.search_query_box .news_list li span {
  position: relative;
  text-align: left;
  top: 0;
  font-size: 12px;
}
.search_query_box .news_list li p {
  text-align: left;
  font-size: 14px;
}
.search_query {
  text-align: left;
  padding: 10px 0 0 20px;
  font-size: 20px;
  color: #ff9900;
}
.search_img {
  display: block;
  width: 200px;
}
/*E searchList.vue*/
.preview_box {
  padding: 30px 60px 30px 20px;
  font-size: 18px;
  border-top: 1px solid #ddd;
  width: 1100px;
  margin: 40px auto 0;
}
.preview_box span {
  display: block;
  float: left;
  line-height: 30px;
  color: #0c67d9;
}
.preview_box ul {
  float: left;
}
.preview_box ul li a {
  display: block;
  text-align: left;
  line-height: 30px;
  color: #0c67d9;
}
.preview_box ul li a:hover {
  color: #0c67d9;
}
.min_height {
  min-height: 800px;
}
.content {
  line-height: 2;
  color: #333333;
}
.content img {
  display: block;
  width: 500px;
  margin: 20px auto;
}
.content p {
  text-indent: 2em;
  line-height: 1.75;
  margin-bottom: 10px;
  text-align: justify;
}
.content a {
  color: #0c67d9;
}
.content .table_box {
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
}
.content table {
  border-collapse: collapse;
  margin: 0 auto;
}
.content table th,
.content table td {
  border-width: 1px !important;
  border-style: solid !important;
}
.fu_name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
/*S 公告*/
.notice_box {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 130px;
  background-color: #ff0000;
  z-index: 10;
  padding: 0 20px;
  color: #ffffff;
  cursor: pointer;
}
.notice_box h2 {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
.notice_box .iconfont {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
  cursor: pointer;
}
.notice_box p {
  text-indent: 2em;
}
/*E 公告*/
/*S 互动搜索*/
.inter_search_box {
  padding: 20px 0 20px;
}
.inter_search_box:nth-child(2n) {
  background-color: #f9f9f9;
}
.inter_search_box .news_list {
  border-top: none;
  margin-top: 0;
  padding-bottom: 0;
}
.inter_search_box .news_list li {
  position: relative;
}
/*E 互动搜索*/
/*S 忘记密码*/
.reset_form {
  width: 500px;
  margin: 0 auto;
}
/*E 忘记密码*/
/*S 登录 注册*/
.dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.dialog_box {
  position: absolute;
  left: 50%;
  top: 20%;
  width: 500px;
  min-height: 500px;
  background-color: #ffffff;
  margin-left: -250px;
  border: 10px solid #f2f2f2;
  border-radius: 10px;
}
.dialog_tit {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}
.dialog_tit span {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 22px;
  letter-spacing: 20px;
  cursor: pointer;
}
.dialog_tit span:first-child {
  border-right: 1px solid #ddd;
}
.dialog_tit span.active {
  background-color: #0679d6;
  color: #ffffff;
}
.form_box {
  padding-left: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.input_group {
  width: 378px;
  margin-bottom: 20px;
}
.input_group label {
  display: inline-block;
  width: 82px;
  line-height: 44px;
  vertical-align: top;
  color: #666;
  font-size: 18px;
  text-align: justify;
  text-align-last: justify;
  margin-right: 10px;
}
.input_group select,
.input_group input[type="text"],
.input_group input[type="password"] {
  width: 280px;
  height: 44px;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  padding: 0 10px;
  vertical-align: top;
}
.input_group_code input[type="text"] {
  width: 160px;
}
.input_group_code img {
  width: 100px;
  height: 44px;
  margin-left: 10px;
}
.login_btn {
  display: block;
  width: 354px;
  height: 60px;
  border-radius: 4px;
  font-size: 20px;
  margin-top: 40px;
  cursor: pointer;
  background-color: #0679d6;
  color: #ffffff;
  margin-left: 12px;
  text-align: center;
  line-height: 60px;
}
.dialog_close {
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 30px;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.forget_pwd {
  display: block;
  text-align: center;
  cursor: pointer;
}
/*S 登录 注册*/
.text_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.bg_gray {
  background-color: #f2f2f2;
}
.c_red {
  color: #ff5745 !important;
}
.c_lightgray {
  color: #555555 !important;
}
.c_gray {
  color: #999 !important;
}
.c_grayccc {
  color: #ccc !important;
}
.c_main {
  color: #555 !important;
}
.c_orange {
  color: #ff7200 !important;
}
.c_green {
  color: #62cb5d !important;
}
.c_blue {
  color: #109bfd !important;
}
.c_yellow {
  color: #fae204 !important;
}
.c_purple {
  color: #0c67d9 !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text_left {
  text-align: left !important;
}
.text_center {
  text-align: center !important;
}
.text_right {
  text-align: right !important;
}
.middle {
  vertical-align: middle;
}
.pull_left {
  float: left !important;
}
.pull_right {
  float: right !important;
}
.pointer {
  cursor: pointer;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}
.ico {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.ico_cover {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: cover;
}
/*S 列表右侧箭头*/
.navigate_right::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-family: "iconfont";
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  content: "\e60d";
  color: #aaaaaa;
}
/*S 常用值*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mr10 {
  margin-right: 10px;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.pt40 {
  padding-top: 40px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
/*S 常用值*/
/*# sourceMappingURL=all.css.map */


/*新闻轮播*/
.news_img{
	margin-top:20px;
}
.pad_l{
	padding-left:20px;
}
	
.font_01{
	color:#fff;
}
.focus{ 
    position:relative;
	width:528px; 
	height:412px;
	background-color: #ccc; 
	float: right;
}   
.focus img{ 
    width:528px; 
	height:412px; 
	background-color: #ccc;
} 
.focus .shadow .title{
	width:500px;
	height: 50px;
	padding-left: 30px;
	padding-top: 20px;
}
.focus .shadow .title a{ 
    text-decoration:none; 
	color:#fff; 
	font-size:14px; 
	font-weight:bolder; 
	overflow:hidden; 
}
.focus .btn{ 
    position:absolute; 
	bottom:34px; 
	left:510px; 
	overflow:hidden; 
	zoom:1;
} 
.focus .btn a{
	position:relative; 
	display:inline;
	width:13px; 
	height:13px;
	border-radius:7px; 
	margin:0 5px;
	color:#B0B0B0;
	font:12px/15px "\5B8B\4F53"; 
	text-decoration:none; 
	text-align:center; 
	outline:0; 
	float:left; 
	background:#D9D9D9;
}  
.focus .btn a:hover,.focus .btn a.current{  
   cursor:pointer;
   background:#fc114a;
}  
.focus .fPic{ 
    position:absolute; 
	left:0px; 
	top:0px; 
}  
.focus .D1fBt{ 
    overflow:hidden; 
	zoom:1;  
	height:16px;
	z-index:10;  
}  
.focus .shadow{ 
    width:100%; 
	position:absolute; 
	bottom:0; 
	left:0px; 
	z-index:10; 
	height:50px; 
	line-height: 50px; 
	background:#0c67d9; 
}	
filter:progid:DXImageTransform.Microsoft.gradient( 
    GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9; 
	display:block;  
	text-align:left; 
}  
.focus .shadow a{ 
    text-decoration:none; 
	color:#fff; 
	font-size:15px; 
	overflow:hidden; 
	margin-left:10px; 
	font-family: "\5FAE\8F6F\96C5\9ED1";
}  
.focus .fcon{ 
    position:relative; 
	width:100%; 
	float:left; 
	display:none; 
	background:#000;	
}  
.focus .fcon img{ 
   display:block; 
}  
.focus .fbg{
	bottom:13px; 
	right:10px; 
	position:absolute;
	height:21px; 
	*width:120px; 
	_width:120px; 
	text-align:center;
	z-index: 200;
}  
.focus .fbg div{
	margin:4px auto 0;  
	overflow:hidden;
	zoom:1;
	height:14px;
}    
.focus .D1fBt a{
	position:relative; 
	display:inline; 
	width:12px;
	height:12px; 
	border-radius:50px; 
	margin:0 3px;
	color:#B0B0B0;
	font:12px/15px "\5B8B\4F53"; 
	text-decoration:none; 
	text-align:center; 
	outline:0; 
	float:left; 
	background:#D9D9D9;
}    
.focus .D1fBt .current,.focus .D1fBt a:hover{
	background-color: #4074cc;
}    
.focus .D1fBt img{
	display:none
}    
.focus .D1fBt i{
	display:none; 
	font-style:normal;	
}    
.focus .prev,.focus .next{
	position:absolute;
	width:40px;
	height:74px;
}
.focus .prev{
	top: 50%;
	margin-top: -37px; 
	left: 0;
	background-position:0 -74px; 
	cursor:pointer; 
}  
.focus .next{
	top: 50%;
	margin-top: -37px; 
	right: 0;  
	background-position:-40px -74px;  
	cursor:pointer;
}  
.focus .prev:hover{  
    background-position:0 0; 
}  
.focus .next:hover{  
    background-position:-40px 0;
} 


