@charset "UTF-8";

/*搜索*/
/* .m-search{padding:84px 0;background: url(../images/search-bj.png) center center repeat-x;} */
.m-search {
  padding: 20px 0;
  background: url(../images/search-bj.png) center 46px repeat-x;
  width: auto;
  height: auto;
}
.search-box {
  margin: 0 auto;
  padding: 0 19px;
  width: 510px;
  background: #f2f2f2;
}
/* .m-search form{position:relative;background:#fff;border: 1px solid #0e54ad;border-radius: 9px;overflow: hidden;} */
.m-search form .text {
  float: left;
  width: 430px;
  height: 48px;
  line-height: 48px;
  padding-left: 10px;
  font-size: 16px;
}
.m-search form .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 65px;
  height: 48px;
}
.m-search form i {
  position: absolute;
  top: -4px;
  right: 10px;
  font-size: 38px;
  color: #0e54ad;
  font-weight: bold;
}

@media (max-width: 767px) {
  .search-box {
    width: 100%;
  }
  .m-search {
    padding: 50px 0;
  }
}

/*左栏*/
.open-left {
  float: left;
  margin-top: -15px;
  width: 240px;
}
.open-left h3 {
  margin-top: 15px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 2px 1px #ddd;
  overflow: hidden;
}
.open-left h3.active a {
  background: #0e54ad;
  color: #fff;
}
.open-left h3 a {
  display: flex;
  align-items: center;
  padding: 2px 18px;
  height: 70px;
  color: #0e54ad;
  font-weight: normal;
}
.open-left h3 i {
  display: block;
  float: left;
  width: 40px;
  font-size: 40px;
  line-height: 66px;
}
.open-left h3 span {
  flex: 1;
  padding: 0 10px 0 20px;
  width: 125px;
  line-height: 32px;
  font-size: 23px;
}
.open-left h3 b {
  display: none;
  float: right;
  width: 34px;
  height: 70px;
  line-height: 66px;
  cursor: pointer;
  font-size: 34px;
  font-weight: normal;
}
.open-left h3 .fo-b {
  display: block;
}
.open-left h3.active .fo-b {
  display: none;
}
.open-left h3.active b {
  display: block;
}
.open-left ul.m-lfcts,
.open-left ul.m-gknrlf {
  display: none;
  padding: 12px 0;
  box-shadow: 0 0 2px 1px #ddd;
  background: #fff;
}
.open-left ul.current {
  display: block;
}
.open-left ul.m-lfcts li a {
  display: block;
  padding: 5px 45px 5px 75px;
  font-size: 15px;
  background: url(../images/arr.jpg) 62px center no-repeat;
}
.open-left ul.m-lfcts li a:hover,
.open-left ul li.hover a,
.open-left ul li span.on a {
  background: #dee9f7 url(../images/arr.jpg) 62px center no-repeat;
  font-weight: bold;
  color: #0e54ad;
}

.open-left h5 {
  margin: 0 10px 10px;
  padding: 10px;
  background: #f5f5f5;
  overflow: hidden;
}
.open-left h5.active a {
  background: #0e54ad;
  color: #fff;
}
.open-left h5.active .azhankai {
  background: transparent;
  color: #000;
}
.open-left h5 span {
  flex: 1;
  font-size: 16px;
}
.open-left h5 b {
  display: none;
  float: right;
  width: 20px;
  cursor: pointer;
  font-weight: normal;
}
.open-left h5 .fo-b {
  display: block;
}
.open-left h5.active .fo-b {
  display: none;
}
.open-left h5.active b {
  display: block;
}
.open-left .policy ul {
  display: none;
}
.open-left .policy ul.current {
  display: block;
}

/*右栏*/
.open-right {
  margin-left: 258px;
  box-shadow: 0 0 2px 1px #ddd;
  background: #fff;
  overflow: hidden;
}
.m-nbzd {
  padding: 25px;
  overflow: hidden;
}
.m-nbzd h2.u-title {
  padding: 38px 0;
  line-height: 55px;
  font-size: 32px;
  text-align: center;
  color: #0e54ad;
}
/* .m-zdbox p{text-indent:2em;line-height:30px;font-size:16px;} */
/* .m-zdbox p strong{line-height:60px;font-size:21px;}
.m-zdbox p em{line-height:60px;font-size:18px;font-style:normal;font-weight: bold;} */
.u-box td p {
  text-indent: 0;
}
.m-zdbox {
  margin-bottom: 10px;
  padding-right: 10px;
  height: 950px;
  overflow-y: auto;
  border: none;
  text-align: justify;
}
.m-zdbox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.m-zdbox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  height: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0e54ad;
}
.m-zdbox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f4f4f4;
}

.open-right .m-zdbox h3 {
  line-height: 1;
  height: auto;
  border-bottom: 0;
}

.open-right ul.pub li {
  padding-bottom: 38px;
  overflow: hidden;
}
.open-right ul.pub li a {
  font-size: 16px;
}
.open-right ul.pub li span {
  margin-left: 10px;
  color: #b8b8b8;
  font-size: 16px;
}
.open-right h3.h3tit {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.open-right h3.h3tit a {
  display: inline-block;
  padding: 0 19px;
  font-size: 18px;
  color: #fff;
  background: #0e54ad;
}
.open-right table {
  border-collapse: collapse;
}

.m-download {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .open-left,
  .open-right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .open-right {
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  .m-nbzd h2.u-title {
    line-height: 35px;
    font-size: 20px;
  }
}

/* 政策 */
.m-gkzc {
  padding: 25px;
}
.zc-search {
  padding: 20px;
  background-color: #f5f5f5;
}
/* .search-btn{position:relative;margin:20px 60px 40px;display: flex; border: 1px solid #0e54ad;background:#fff;border-radius: 10px;overflow: hidden;} */
/* .search-btn{position:relative;margin:0 0 40px;display: flex; border: 1px solid #0e54ad;background:#fff;border-radius: 10px;overflow: hidden;} */
.search-btn {
  position: relative;
  margin: 0 0 20px;
  display: flex;
  border: 1px solid #0e54ad;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.search-btn input[type="text"] {
  flex: 1;
  height: 48px;
  line-height: 48px;
  padding: 0 65px 0 10px;
  font-size: 16px;
}
.search-btn input[type="button"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 65px;
  height: 48px;
}
.search-btn i {
  position: absolute;
  top: -4px;
  right: 10px;
  font-size: 38px;
  color: #0e54ad;
  font-weight: bold;
}
/* .search-type{display: flex;justify-content: space-between;} */
.search-type {
  display: flex;
  justify-content: space-between;
  margin: 0 -56px;
}
.search-type .font-le {
  color: #0e54ad;
}
.search-type li {
  display: flex;
}
.search-type label {
  display: flex;
  align-items: center;
  padding: 0 5px;
  font-weight: normal;
}
.search-type input[type="radio"] {
  margin: 0 5px 0 0;
}
.zc-locate {
  margin: 20px 0;
}
.search-list {
  background-color: #f2f6fa;
}
.search-list td {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.search-list thead th {
  padding: 10px;
  color: #0e54ad;
  font-weight: normal;
  border-bottom: 6px solid #0e54ad;
  text-align: center;
}
.search-list thead th.bt {
  border-bottom-color: #32b9e6;
}
.search-list thead th.fwrq {
  border-bottom-color: #16b1c1;
}
.search-list thead th.cwrq {
  border-bottom-color: #2688c4;
}
.search-list thead th.fbrq {
  border-bottom-color: #32b9e6;
}
.search-list tbody td.bt,
.search-list tbody td.cwrq {
  background-color: #fff;
}
.search-list tbody td.bt {
  text-align: justify;
}

@media (max-width: 767px) {
  .search-btn {
    margin: 10px 0 20px;
  }
  .search-type {
    display: block;
    margin: 0;
  }
  .search-box {
    padding: 0;
  }
  .m-search {
    padding: 0 0 30px;
    height: auto;
    width: auto;
  }
}
@media (max-width: 414px) {
  .search-list tbody td.xh,
  .search-list tbody td.cwrq,
  .search-list tbody td.fwrq {
    display: none;
  }
  .search-list thead th.xh,
  .search-list thead th.cwrq,
  .search-list thead th.fwrq {
    display: none;
  }
}

/*公开年报1*/
.m-gknb1 h4.h4tit {
  padding: 20px 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
}
.m-gknb1 h5.h5tit span {
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0e54ad;
}
.m-gknb1 h6.h6tit span {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.m-gknb1 li {
  float: left;
  width: 33.3%;
  padding: 0 3%;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #ddd;
  background: #f2f2f2;
}
.m-gknb1 li a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-gknb1 li:nth-child(3n) {
  border-right: none;
}
.m-gknb1 li:nth-child(6n),
.m-gknb1 li:nth-child(6n + 4),
.m-gknb1 li:nth-child(6n + 5) {
  height: 80px;
  line-height: 80px;
  background: #fff;
}

/*公开年报2*/
.u-funs {
  margin-bottom: 10px;
  padding: 6px 0;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.u-funs span {
  margin: 0 10px;
}
.u-funs a {
  cursor: pointer;
}

/*公开内容*/
.m-gknr ul {
  padding: 20px 25px 5px;
}
.m-gknr li {
  overflow: hidden;
}
.m-gknr li span {
  margin-left: 10px;
  color: #b8b8b8;
}
.m-gknr .more {
  margin: 0 auto 40px;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f2f2f2;
  font-size: 16px;
}

.is-xxgkinfo {
  margin-top: 25px;
}
.is-xxgkinfo td {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ddd;
}

@media (max-width: 414px) {
  .m-gknb1 li,
  .m-gknb1 li:nth-child(6n),
  .m-gknb1 li:nth-child(6n + 4),
  .m-gknb1 li:nth-child(6n + 5) {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
    border-bottom: 1px dashed #ddd;
  }
  .is-xxgkinfo {
    margin-top: 15px;
  }
  .m-nbzd {
    padding: 0 15px 15px;
  }
}

/*依申请公开*/
.m-bminfo {
  margin-bottom: 30px;
  padding: 15px 35px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.m-bminfo li {
  float: left;
  width: 320px;
  line-height: 26px;
  padding: 7px 0;
}
.m-bminfo li.lx {
  float: right;
}
.m-sqb table td {
  padding: 10px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.m-sqb thead th {
  padding: 10px;
  text-align: left;
  background: #f5f5f5;
}
.m-sqb a.xz {
  padding: 3px 5px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 5px;
}
.m-lct img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}
.m-zxsqtext {
  padding: 15px 25px;
}
.m-zxsqform {
  padding: 0 25px;
}
.m-ysqcxform {
  margin: 25px auto;
  text-align: center;
  padding: 0 15px;
}
.m-ysqcxform label {
  font-weight: normal;
}
.m-ysqcxform input[type="text"] {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  font-size: 15px;
}
.m-ysqcxform input[type="submit"] {
  margin-left: 10px;
  width: 60px;
  height: 30px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.m-ysqcxinfos {
  padding: 0 25px;
  margin-bottom: 20px;
  border: none;
}
.table-responsive > .table-bordered {
  border: 1px solid #ddd;
}
.m-ysqcxinfos table td,
.m-ysqcxinfos table th {
  border: 1px solid #ddd;
}
.m-ysqcxinfos table th {
  text-align: center;
}
.m-ysqcxinfos table td.cent {
  text-align: center;
}
.m-ysqtable {
  padding: 25px;
}
.m-ysqtable table td,
.m-ysqtable table th {
  padding: 10px 5px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.m-ysqtab {
  background: #f5f5f5;
}
.m-ysqtab li {
  float: left;
  margin-right: 10px;
  line-height: 40px;
}
.m-ysqtab li a {
  display: block;
  padding: 2px 16px 0;
}
.m-ysqtab li.u-active a {
  padding-top: 0;
  background: #fff;
  color: #cd0000;
  border-top: 2px solid #cd0000;
}
.m-ysqtable h1 {
  text-align: center;
  padding: 15px 0;
  background: #f5f8fa;
  color: #cd0000;
  font-size: 16px;
}
.m-ysqtable .table > thead > tr > th {
  vertical-align: middle;
}
.m-ysqtable .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
  text-align: center;
  font-weight: bold;
}
.m-ysqtable .table .name {
  width: 200px;
}
.m-ysqtable .table tbody .name {
  text-align: left;
}
.m-ysqtable .table-bordered > tbody > tr > td {
  text-align: center;
}
.m-ysqbxz .table > tbody > tr > td {
  vertical-align: middle;
}
.m-ysqlct img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.m-zxsqtext p {
  line-height: 30px;
  text-indent: 2em;
}
.g-zxsqform table {
  width: 100%;
  border-collapse: collapse;
}
table.apply-wrapper th {
  text-align: center;
  background: #f5f8fa;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  border: 1px solid #ddd;
  color: #0e54ad;
}
table.apply-wrapper td {
  border: 1px solid #ddd;
  padding: 10px 20px;
  text-align: left;
  line-height: 22px;
}
table.apply-wrapper td.apply-cell,
table.apply-wrapper td.infor-cell {
  padding: 15px;
}
table.apply-wrapper td font {
  color: #fe0101;
}
table.apply-wrapper td label {
  margin: 0 5px;
}
table.apply-wrapper td .jg {
  padding: 0 50px;
}
table.apply-wrapper td label input {
  margin-top: 4px;
  vertical-align: top;
}
table.apply-wrapper td .org {
  width: 248px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  padding: 8px 0 8px 6px;
  font-size: 14px;
}
.apply-person-info td.name1,
.apply-need-info td.name1 {
  width: 14px;
  padding: 0 26px;
}
.apply-person-info td.apply-person {
  color: #ff0000;
}
.apply-person-info td.text-cell {
  width: 300px;
}
.apply-person-info td.text-cell .name2 {
  display: block;
  line-height: 28px;
}
.apply-person-info td.text-cell .ipt1 {
  width: 100%;
  height: 26px;
  border: 1px solid #ddd;
  padding: 0 5px;
  box-sizing: border-box;
}
.m-mlcode input {
  height: 26px;
  border: 1px solid #ddd;
  padding: 0 5px;
  box-sizing: border-box;
}
.f-dn {
  display: none;
}
.apply-need-info td.name2 {
  width: 98px;
  padding: 10px 20px 10px 14px;
  text-align: right;
}
.apply-need-info td .text-area {
  width: 100%;
  height: 90px;
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  box-sizing: border-box;
}
.apply-need-info td.carrier-sorts span {
  padding: 0 10px;
}
.apply-need-info td.carrier-sorts input {
  margin: -2px 5px 0 0;
  vertical-align: middle;
}
.uploader {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: default;
  padding: 0;
  display: flex;
}
.filename {
  float: left;
  display: inline-block;
  outline: 0 none;
  margin-right: 10px;
  height: 26px;
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.u-button {
  float: left;
  height: 26px;
  display: inline-block;
  outline: 0 none;
  padding: 8px 20px;
  margin: 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
  background: #cd0000;
  border: none;
  color: #fff;
}
.uploader .button {
  float: left;
  height: 26px;
  display: inline-block;
  outline: 0 none;
  padding: 0 15px;
  margin: 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #b90609;
  border: none;
  color: #fff;
}
.uploader input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  height: 26px;
  cursor: pointer;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.submit-box {
  text-align: center;
  margin: 10px 0 40px;
}
.submit-box .btn {
  width: 100px;
  height: 48px;
  background: #a6a6a6;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
}
.submit-box .btn-sub {
  background: #0e54ad;
}
.m-ysqgkbox {
  font-size: 14px;
}
.m-ysqcxform #code {
  width: 50%;
}
.m-ysqcxform img {
  margin-left: 10px;
}
.m-ysqcxinfos .table > thead {
  background: #f5f5f5;
}
.m-ysqcxinfos .table > tbody > tr > td {
  vertical-align: middle;
}
.g-ysqlibox .row {
  margin: 0;
  border: 1px solid #ffe2e2;
}
.g-ysqlibox li {
  margin-bottom: -1px;
  line-height: 50px;
  overflow: hidden;
}
.g-ysqlibox li .u-title {
  border-left: 1px solid #ffe2e2;
  border-bottom: 1px solid #ffe2e2;
}
.g-ysqlibox li div p {
  float: left;
  width: 33.33333%;
  border-left: 1px solid #ffe2e2;
  border-bottom: 1px solid #ffe2e2;
}
.g-ysqlibox li div a {
  display: block;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-ysqlibox li div i {
  margin-right: 10px;
  display: inline-block;
  width: 5px;
  height: 6px;
  vertical-align: middle;
  background: url(../images/home/icon-li2.png) no-repeat;
}
.g-ysqlibox li div.u-title a {
  font-weight: bold;
}

/*年报*/
.m-gknbbox .u-title {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #0e54ad;
}
.m-gknbbox .u-desc {
  padding-bottom: 22px;
  border-bottom: 2px solid #f2f2f2;
}
.m-gknbbox .u-desc span {
  margin: 0 6px;
}
.m-gknbbox .u-desc,
.m-gknbbox .u-desc a {
  font-size: 15px;
  color: #3d3d3d;
}
.g-gknbbox {
  height: 940px;
  font-size: 16px;
  line-height: 2.3;
  overflow-x: auto;
  overflow-y: auto;
}
.g-gknbbox p {
  margin-bottom: 15px;
}
.g-gknbbox table {
  border-collapse: collapse;
  border: 1px solid #333;
}
.g-gknbbox table td,
.g-gknbbox table th {
  border: 1px solid #333;
}
.g-gknbbox img {
  max-width: 100%;
}

/*部门导航*/
.m-gkdhbox .g-gkdhbox {
  margin: 26px 15px 38px;
}
.g-gkdhbox li {
  line-height: 40px;
}
.g-gkdhbox li a {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-xqdh li {
  background: #f5f5f5;
}
.m-bmdh li:nth-child(6n + 1),
.m-bmdh li:nth-child(6n + 2),
.m-bmdh li:nth-child(6n + 3) {
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .m-bminfo li {
    width: 100%;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
  .m-ysqcxinfos {
    padding: 0;
  }
}
@media (max-width: 414px) {
  .m-ysqtable {
    padding: 15px 0;
  }
  .m-ysqtable .table-responsive {
    border: none;
  }
  .m-ysqcxform label {
    margin-bottom: 5px;
  }
  .m-ysqcxinfos td.he,
  .m-ysqcxinfos th.he {
    display: none;
  }
  table.apply-wrapper td .org {
    width: 100%;
  }
  .m-zxsqform td.yc,
  .share-main {
    display: none;
  }
  table.apply-wrapper td {
    border: none;
    padding: 10px 5px;
  }
  table.apply-wrapper td.apply-cell,
  table.apply-wrapper td.infor-cell {
    padding: 0;
  }
  .m-bminfo {
    padding: 15px;
  }
  .m-zxsqtext,
  .m-zxsqform {
    padding: 15px 0;
  }
  .submit-box .btn {
    margin: 0 10px;
    width: 85px;
  }
  table.apply-wrapper td .jg {
    display: block;
  }
  table.apply-wrapper td label input {
    margin-top: 2px;
  }
}

#page_list {
  text-align: right;
  padding: 10px 25px 25px;
  font-size: 14px;
  font-family: "Arial";
}
#page_list .page {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #868585;
  text-decoration: none;
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}
#page_list .page:hover {
  border: 1px solid #e0e0e0;
  background-color: #f1f1f1;
  color: #868585;
}
#page_list a {
  text-decoration: none;
}
#page_list a:hover {
  color: #0000ff;
}
#page_list .currentpage {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f1f1f1;
  color: #868585;
  text-decoration: none;
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}

/* 分页 */
/*pagination*/
#pagination {
  margin: 20px 0 10px;
  text-align: right;
}
.m-pagination {
  display: inline-block;
}
.m-pagination li {
  float: left;
  margin: 3px;
  height: 28px;
  font-size: 14px;
}
.m-pagination li a {
  display: block;
  padding: 0 10px;
  line-height: 26px;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #fff;
}
.m-pagination li.u-redirect {
  line-height: 28px;
}
.m-pagination li.u-redirect input {
  padding: 0 5px;
  vertical-align: middle;
  width: 42px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  margin: -2px 0 0 3px;
  *margin: -2px 0 0 3px;
  _margin: -2px 0 0 3px;
}
.m-pagination li.active a,
.m-pagination li a:hover {
  background: #0069b9;
  border: 1px solid #0069b9;
  color: #fff;
}
.m-pagination li.page-info a,
.m-pagination li.page-info a:hover {
  border: 1px solid #ccc;
  cursor: default;
  color: #666;
  background: #fff;
}
.m-pagination li.disabled a,
.m-pagination li.disabled a:hover {
  background: #eee;
  border: 1px solid #ccc;
  cursor: default;
  color: #666;
}

.wzbot {
  float: none;
  display: inline-block;
}
.wzbot ul.fxd_close li {
  margin-left: 15px;
}
.wzbot ul.fxd_close li a {
  display: block;
  padding-left: 20px;
  background-image: url(../images/detail.png);
  background-repeat: no-repeat;
}
.wzbot ul.fxd_close li.font a {
  padding: 0 2px;
}
.wzbot ul.fxd_close li.share_btn {
  width: 150px;
  padding: 0;
}
.download_btn a {
  background-position: -197px 5px;
}

.m-zdbox .u-box img {
  display: block;
  max-width: 100%;
}

.list-zdly ul li {
  height: 46px;
  line-height: 45px;
  background: #ffffff;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-bottom: 20px;
  overflow: visible;
}
.list-zdly ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid #e2e2e2;
}
.list-zdly ul li a:hover {
  background: #0e54ad;
  border-color: #0e54ad;
  color: #fff;
}
