﻿@charset "UTF-8";

/*初始化css*/
body {
  font-family: 微软雅黑;
  color: #333;
}

/*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
}

li {
  list-style: none;
}

a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.more a {
  color: #999;
}

/*颜色根据通用更多的文字颜色决定*/
a:hover {
  color: #3573b5;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
  color: #3573b5;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

textarea,
input {
  font-family: 微软雅黑;
}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
/* 当前位置 */
.w {
  width: 1200px;
  margin: 0 auto;
}

.position {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f6f6f6;
  min-width: 1200px;
}

.position .position-txt {
  font-size: 14px;
  color: #454545;
}

/*当前位置 end*/

.content-wrap {
  width: 100%;
  height: auto;
}

.content-wrap .content_box {
  width: 1200px;
  height: auto;
  padding: 0 0 0px;
  margin: 20px auto 40px;
  position: relative;
  background: #f9f9f9;
}

.lanmu_left_box {
  width: 285px;
  height: auto;
  background: #f9f9f9;
  padding-bottom: 20px;
}

.lanmu_left_box .lanmu_tit {
  width: 100%;
  line-height: 53px;
  background: #3573b5;
  padding-left: 20px;
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
}

.lanmu_left_box ul.lanmu_list {
  /* width: 100%; */
  margin: 0 20px;
  padding-top: 20px;
}

.lanmu_left_box ul.lanmu_list li {
  line-height: 35px;
  border-bottom: 1px #e3e3e3 solid;
  background: url(lanmu_jt.png) no-repeat 230px center;
  padding: 20px 0;
}

.lanmu_left_box ul.lanmu_list li a {
  font-size: 17px;
  color: #333;
}

.lanmu_left_box ul.lanmu_list li:hover {
  background: url(lanmu_jt_On.png) no-repeat 230px center;
}

.lanmu_left_box ul.lanmu_list li:hover a {
  color: #3c66a5;
  font-weight: bold;
}

.lanmu_right_box {
  width: 76.2%;
  height: auto;
  min-height: 500px;
  background: #ffffff;
}

.lanmu_right_box .sub_lanmu_tit {
  width: 96%;
  height: 53px;
  line-height: 49px;
  border-bottom: 4px solid #3071cf;
  font-weight: bold;
  color: #3573b5;
  margin-left: 2%;
  font-size: 23px;
}

.lanmu_right_box .lanmu_list_box {
  width: 100%;
  height: auto;
  padding: 20px;
}

.lanmu_right_box .lanmu_list_box ul.list_box {
  width: 100%;
  height: auto;
}

.lanmu_right_box .lanmu_list_box ul.list_box li {
  height: 50px;
  line-height: 50px;
  background: url(dian_ty.png) left no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
}

.lanmu_right_box .lanmu_list_box ul.list_box li a {
  font-size: 17px;
}

.lanmu_right_box .lanmu_list_box ul.list_box li span {
  float: right;
  color: #999999;
}

/*多级栏目*/
.lanmu_left_box ul.lanmu_list1 {
  /* width: 100%; */
  margin: 0 20px;
  padding-top: 20px;
}

.lanmu_left_box ul.lanmu_list1 li {
  height: auto;
  line-height: 76px;
  padding-right: 20px;
  border-bottom: 1px #e3e3e3 solid;
  background: url(lanmu_jt.png) no-repeat 230px center;
  text-align: center;
}

.lanmu_left_box ul.lanmu_list1 li a {
  padding-right: 20px;
  /* background: url(lanmu_jt.png) no-repeat right center; */
  font-size: 17px;
  color: #333;
}

.lanmu_left_box ul.lanmu_list1 li:hover {
  background: url(lanmu_jt_On.png) no-repeat 230px center;
}

.lanmu_left_box ul.lanmu_list1 li:hover a {
  color: #3c66a5;
  font-weight: bold;
}

.submenu {
  width: 285px;
  float: left;
}

.submenu .lanmu_tit {
  width: 100%;
  height: 53px;
  line-height: 53px;
  background: url(../images/lanmu_tit_bj.png) no-repeat;
  padding-left: 80px;
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
}

.submenu h2 {
  height: 48px;
  background: #04468b;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

.submenu ul {
  width: 285px;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  margin-top: 10px;
}

.submenu li {
  margin-bottom: 6px;
}

.submenu li h3 a {
  font-size: 15px;
  color: #666;
  padding-left: 52px;
  font-weight: 500;
}

.submenu li h3 {
  background: url(../images/zdly_list_item_bg.png) #eee left 3px no-repeat;
  width: 285px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #3399cc;
  cursor: pointer;
}

.submenu li h3:hover {
  background: url(../images/zdly_list_item_bg1.png) #3573b5 left bottom no-repeat;
  color: #fff;
}

.submenu li h3:hover a {
  color: #fff;
}

.submenu li.selected h3 {
  background: url(../images/zdly_list_item_bg.png) #3573b5 left bottom no-repeat;
  color: #fff;
}

.submenu li.selected h3 a {
  color: #fff;
}

.submenu .list-item {
  border: #eee 1px solid;
  border-top: none;
  padding: 5px 15px 5px 15px;
}

.submenu .list-item a {
  display: block;
  font-size: 15px;
  line-height: 40px;
  padding-left: 10px;
  color: #666;
  border-bottom: 1px dashed #dddddd;
}

.submenu .list-item a:hover {
  color: #04468b;
}

.lanmu_left_box ul.lanmu_list li.col-active {
  background: url(lanmu_jt_On.png) no-repeat 230px center;
}

.lanmu_left_box ul.lanmu_list li.col-active a {
  color: #3c66a5 !important;
  font-weight: bold;
}

.lucidity_pgToolbar {
  border: 0 !important;
}

.lucidity_pgPanel {
  float: none !important;
  margin: 0 auto;
}

.lanmu_right_box .lanmu_list_box ul.list_box .line {
  height: 1px;
  margin-top: 20px;
  background: #e3e3e3 !important;
}

.bt-box {
  width: 100%;
  background: #f2f2f2;
}

.bt-position {
  width: 1200px;
  margin: 0 auto;
  color: #000;
  text-align: left;
  font-size: 13px;
  background: url(../images/bt_wz_bule.png) no-repeat 2px 12px;
  height: 40px;
  line-height: 40px;
}

.webMapTitle {
  background: url(../images/webMapTitle.png) no-repeat;
  width: 1200px;
  margin: 0 auto;
  height: 103px;
  text-align: center;
  font-size: 23px;
  color: #bb2335;
  line-height: 109px;
}

.webMapContent {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.webMapContent h1 {
  font-size: 19px;
  line-height: 50px;
  height: 50px;
  background: #f8f8f8;
  padding-left: 26px;
}

.webMapContent h1 a {
  color: #355e92;
}

.webMapContent ul {
  padding: 20px;
}

.webMapContent ul li {
  width: 50%;
  background: url(subColumnPic.png) no-repeat left center;
  font-size: 18px;
  line-height: 50px;
  padding-left: 12px;
  float: left;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.lucidity-ui-paging-container li {
  margin-left: 2px !important;
  height: 28px !important;
  line-height: 28px;
  padding: 0 10px !important;
}

.lucidity_pgPanel {
  width: auto !important;
}

.lucidity-ui-paging-container ul {
  padding-right: 0px !important;
}

@media (max-width: 1240px) and (min-width: 768px) {
  br {
    display: none;
  }

  .position {
    min-width: 100%;
  }

  .w {
    width: 100%;
  }

  .content-wrap {
    padding: 0 2%;
  }

  .content-wrap .content_box {
    width: 100%;
  }

  .lanmu_right_box .lanmu_list_box ul.list_box li a {
    float: left;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .lanmu_right_box .lanmu_list_box ul.list_box li span {
    font-size: 14px;
  }
}

/*手机端*/
@media (max-width: 767px) {
  .webMapContent {
    margin: 0 auto;
    padding: 27px 0 20px 0;
    width: 100%;
  }

  .webMapContent ul li {
    width: 100%;
    background: url(subColumnPic.png) no-repeat left center;
    font-size: 18px;
    line-height: 30px;
    padding-left: 12px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .position {
    display: none;
  }

  .content-wrap {
    padding: 0 2%;
  }

  .content-wrap .content_box {
    width: 100%;
    margin: 0 auto 0.2rem;
  }

  .lanmu_right_box {
    min-height: 100%;
  }

  .lanmu_right_box .sub_lanmu_tit {
    height: 0.6rem;
    line-height: 0.6rem;
    border-bottom: 0.04rem solid #3071cf;
    font-size: 0.3rem;
  }

  .lanmu_right_box .lanmu_list_box ul.list_box {
    padding-top: 0.2rem;
  }

  .lanmu_right_box .lanmu_list_box ul.list_box li {
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 3%;
    margin-bottom: 0.01rem;
  }

  .lanmu_right_box .lanmu_list_box ul.list_box li a {
    font-size: 0.3rem;
    float: left;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .lanmu_right_box .lanmu_list_box ul.list_box li span {
    font-size: 0.27rem;
  }

  .lanmu_right_box .lanmu_list_box ul br {
    display: none;
  }

  .lanmu_right_box .lanmu_list_box ul.list_box .line {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .lanmu_right_box .lanmu_list_box {
    padding: 0.2rem 2%;
  }

  /**ajax分页**/
  .lucidity_pgPanel {
    width: 100% !important;
  }

  .lucidity_pgToolbar td {
    font-size: 12px !important;
  }

  .lucidity_pgToolbar td:nth-child(1) {
    width: 10% !important;
  }

  .lucidity_pgToolbar td:nth-child(2) {
    width: 13% !important;
  }

  .lucidity_pgToolbar td:nth-child(3) {
    width: auto !important;
  }

  .lucidity_pgToolbar td:nth-child(4) {
    width: 13% !important;
  }

  .lucidity_pgToolbar td:nth-child(5) {
    width: 10% !important;
  }

  .lucidity_pgBtn {
    width: 100% !important;
  }

  .lucidity_pgToolbar td:nth-child(6) {
    display: none;
  }

  .lucidity_pgToolbar td:nth-child(7) {
    width: 10% !important;
  }

  .lucidity_pgToolbar td:nth-child(8) {
    display: none;
  }

  .lucidity-ui-paging-container ul {
    padding: 0rem !important;
    margin: 0rem !important;
    overflow: visible !important;
  }

  .lucidity-ui-paging-container li.ui-pager {
    border: 0.01rem solid #272525 !important;
    border-radius: 0.02rem !important;
    padding: 0rem 0.1rem !important;
  }

  .lucidity-ui-paging-container li.ui-paging-ellipse {
    padding: 0rem !important;
    margin-left: 0rem !important;
  }
}

.lanmu_list li.col-active a {
  color: #3c66a5 !important;
  font-weight: bold;
}

@media (max-width: 1240px) and (min-width: 768px) {
  .fontSize {
    display: none;
  }

  .position {
    width: 100%;
    min-width: 100%;
  }

  .w {
    width: 100%;
  }

  .con {
    width: 100%;
  }

  .art_xgxx {
    width: 100%;
  }

  .small-title .date {
    margin-left: 0px;
  }

  .main-word {
    font-size: 15px;
  }

  .art_ewm {
    font-size: 15px;
  }

  .xgydList li a {
    font-size: 15px;
    float: left;
  }

  .xgydList li span {
    font-size: 13px;
  }

  .bdshare_popup_bg {
    left: 60% !important;
  }

  .bdshare_popup_box {
    left: 60% !important;
  }
}

/*移动端*/
@media (max-width: 767px) {
  .con {
    width: 100%;
    padding: 0.2rem 2% 0.2rem;
    margin: 0;
  }

  .con table {
    max-width: 90%;
    margin: 0 auto;
  }

  .comment {
    width: 100% !important;
    margin: 0 !important;
    display: none !important;
  }

  .xgxx,
  .small-title,
  .position,
  .art_ewm,
  .main-word {
    display: none;
  }

  .main-txt {
    font-size: 0.28rem;
    margin-top: 0.29rem;
  }

  .main-txt img {
    max-width: 100%;
  }

  .main-txt table {
    max-width: 100%;
  }

  .con-title {
    font-size: 0.3rem;
    color: #000;
    min-height: 0.5rem;
    line-height: 0.35rem;
    text-align: center;
    border-bottom: 0.02rem #dbdbdb solid;
    padding: 0.1rem 0;
    margin-top: 0rem;
  }

  .art_xgxx {
    width: 100%;
    margin: 0 auto 0.25rem;
  }

  .xgyd {
    font-size: 0.3rem;
    border-bottom: 0.01rem dashed #d2d2d2;
    padding-left: 5%;
  }

  .xgydList li {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 2%;
  }

  .xgydList li a {
    display: block;
    font-size: 0.3rem;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
  }

  .xgydList li span {
    font-size: 0.27rem;
  }
}

@media (max-width: 1240px) and (min-width: 768px) {
  .fontSize {
    display: none;
  }

  .position {
    width: 100%;
    min-width: 100%;
  }

  .w {
    width: 100%;
  }

  .con {
    width: 100%;
  }

  .art_xgxx {
    width: 100%;
  }

  .small-title .date {
    margin-left: 0px;
  }

  .main-word {
    font-size: 15px;
  }

  .art_ewm {
    font-size: 15px;
  }

  .xgydList li a {
    font-size: 15px;
    float: left;
  }

  .xgydList li span {
    font-size: 13px;
  }

  .bdshare_popup_bg {
    left: 60% !important;
  }

  .bdshare_popup_box {
    left: 60% !important;
  }
}

/*移动端*/
@media (max-width: 767px) {
  .con {
    width: 100%;
    padding: 0.2rem 2% 0.2rem;
    margin: 0;
  }

  .con table {
    max-width: 90%;
    margin: 0 auto;
  }

  .comment {
    width: 100% !important;
    margin: 0 !important;
    display: none !important;
  }

  .xgxx,
  .small-title,
  .position,
  .art_ewm,
  .main-word {
    display: none;
  }

  .main-txt {
    font-size: 0.28rem;
    margin-top: 0.29rem;
  }

  .main-txt img {
    max-width: 100%;
  }

  .main-txt table {
    max-width: 100%;
  }

  .con-title {
    font-size: 0.3rem;
    color: #000;
    min-height: 0.5rem;
    line-height: 0.35rem;
    text-align: center;
    border-bottom: 0.02rem #dbdbdb solid;
    padding: 0.1rem 0;
    margin-top: 0rem;
  }

  .art_xgxx {
    width: 100%;
    margin: 0 auto 0.25rem;
  }

  .xgyd {
    font-size: 0.3rem;
    border-bottom: 0.01rem dashed #d2d2d2;
    padding-left: 5%;
  }

  .xgydList li {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 2%;
  }

  .xgydList li a {
    display: block;
    font-size: 0.3rem;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
  }

  .xgydList li span {
    font-size: 0.27rem;
  }
}