﻿@charset "UTF-8";

/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  vertical-align: middle;
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-weight: normal;
  font-style: normal;
}

ol,
ul,
li {
  list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
  zoom: 1;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
}

/* Public */
body {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none !important;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #E20500;
  text-decoration: underline;
}

a.tjsrmzf-title {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover.tjsrmzf-title {
  color: #333;
  text-decoration: none;
  outline: none;
}

.clearbox {
  border: none;
  border-top: 1px solid transparent !important;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin-top: -1px !important;
  visibility: hidden;
}

.blank {
  display: block;
  height: 10px;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  clear: both;
}

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

* html .clearfix {
  height: 1%;
}

*+html .clearfix {
  min-height: 1%;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* frame */
body {
  text-align: center;
  min-width: 1200px;
}

.topNav .siteWidth {
  max-width: 100%;
  height: auto;
  padding: 0 1%;
}

#footer .siteWidth {
  background: none;
}

.siteWidth {
  position: relative;
  max-width: 1200px;
  _width: 1200px;
  margin: 0 auto;
  padding: 0 1%;
}

#header {
  height: 170px;
  text-align: left;
  margin: 0 auto;
}

#header.header-topNav-fixed {
  z-index: 9999;
}

#content {
  clear: both;
  background: #fff;
  margin: 0 auto;
  max-width: 1200px;
  _width: 1200px;
  position: relative;
  min-height: 300px;
  z-index: 1;
  text-align: left;
}

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

#header .letterList .ico {
  width: 24px
}

#header .letterList .dep {
  display: none
}

#header .letterList .state {
  width: 90px;
}

#header .letterList .date {
  display: none;
}

.headerTop {
  height: 120px;
  position: relative;
  z-index: 1;
}

.headerTop .fj {
  position: absolute;
  top: 0px;
  right: 1%;
  color: #0068B7;
  font-size: 12px;
  margin: 20px 0 0 0;
  z-index: 9;
}

.headerTop .fj p {
  float: left;
}

.headerTop .fj p a {
  display: block;
  float: left;
  padding: 0 10px;
  cursor: pointer;
}

.headerTop .fj p img {
  width: 20px
}

/* 搜索框 */
.siteSearchBar {
  z-index: 2;
  height: 36px;
  position: absolute;
  right: 1%;
  top: 57px;
  border-radius: 18px;
  background: #efefef;
}

.s-form {
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
}

.s-form .input-box {
  float: left
}

.s-form .input-box input {
  width: 190px;
  vertical-align: top;
  *margin: -1px 0;
  height: 36px;
  font-size: 14px;
  padding: 0 5px;
  line-height: 38px;
  border-radius: 18px;
  background: #efefef;
  border: 0;
  padding-left: 20px;
  outline: none;
}

.s-form .btn-box {
  float: left;
  height: 36px;
  overflow: hidden;
}

.s-form .btn-box input {
  height: 36px;
  line-height: 100px;
  overflow: hidden;
  border: none;
  background: url(search.png) center center no-repeat #efefef;
  width: 70px;
  border-radius: 18px;
  outline: none;
}

.s-form .btn-box input:active {
  background-color: #c00;
}

.s-form .link-box {
  text-align: center;
  font-size: 14px;
}

.s-form .select-box {
  float: left;
  width: 100px;
  height: 38px;
  border: none;
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  position: relative;
}

.s-form .select-box ul {
  position: absolute;
  background: #f7f7f7;
  border-top: 0;
  line-height: 1.8;
  display: none;
  left: -1px;
  top: 39px;
  border: 1px solid #ccc;
  border-top: 0;
  width: 301px;
  padding: 5px 10px;
}

.s-form .select-box ul li {
  cursor: pointer;
  padding: 4px 5px;
  font-size: 14px;
  float: left;
  width: 90px;
  text-align: left;
}

.s-form .select-box ul li:hover {
  color: #E20500;
  background: #f1f1f1;
}

.s-form .select-box .s-option {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 38px;
  line-height: 38px;
  width: 80px;
  text-align: center;
}

.s-form .select-box a:hover {
  text-decoration: none;
}

.s-form .select-box .arrow-dn {
  display: inline-block;
  top: 16px;
  height: 0;
  width: 0;
  font-size: 0;
  overflow: hidden;
  border: 5px solid transparent;
  border-color: #666 transparent transparent;
  position: absolute;
  right: 10px;
  top: 18px;
  transition: -webkit-transform .1s ease-in-out;
  transform: translate3d(0, 0, 999px);
  backface-visibility: visible;
  -webkit-transition: -webkit-transform .1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 999px);
  -webkit-backface-visibility: visible;
  -moz-transition: -moz-transform .2s ease-in-out;
  -moz-transform: translate3d(0, 0, 999px);
  -moz-backface-visibility: visible;
}

.s-form .select-box .arrow-hover {
  border-color: transparent transparent #666 transparent;
  top: 11px;
}

.s-form .select-box {
  display: none;
}

.s-form .in {
  float: left;
}

/* logo */
#logo {
  float: left;
  margin-top: 10px;
}

#logo img {
  max-width: 100%;
}

#header {
  position: relative;
  z-index: 1999;
}

#content {
  padding: 0;
  max-width: 1200px;
  margin-top: 20px;
  background: none;
  min-height: 422px;
}

/* 主导航 */
.topNav {
  position: relative;
  background: #2c6a9b;
}

.topNav-fixed {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
}

.mainNav {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.mainNav .item,
.mainNav .li1 {
  width: 12.5%;
  float: left;
}

.mainNav .item:hover {
  background: #23557c;
}

.mainNav .itemName a,
.mainNav .a1 {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

.mainNav .itemName a:hover,
.mainNav .a1:hover {
  text-decoration: none;
  color: #fff
}

.mainNav .currentItem .itemName a,
.mainNav .on1 .a1 {
  background: #23557c;
}

.mainNav .itemSub {
  width: 1100px;
  padding: 20px 48px 20px 48px;
  border-top: 0;
  height: 330px;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

.mainNav #subID1 {
  padding: 20px 20px 30px 20px
}

.navBox .hd {
  padding-bottom: 2px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #E4E4E4;
  overflow: hidden;
}

.navBox .hd i {
  float: left;
  width: 6px;
  height: 18px;
  background: #2c6a9b;
  border-radius: 3px;
  margin-right: 10px;
}

.navBox .hd h3 {
  font-size: 18px;
  border-bottom: 2px solid #2c6a9b;
  float: left;
  padding: 0 10px;
  text-align: center;
}

.navBox .hd h3 a {
  color: #0068B7
}

.navBox .hd ul {
  overflow: hidden;
}

.navBox .hd li {
  float: left;
  font-size: 18px;
  margin-right: 30px;
  padding: 0 10px;
  text-align: center;
}

.navBox .hd .on {
  border-bottom: 2px solid #2c6a9b;
}

.navBox .hd .on a {
  color: #0068B7;
  /* font-weight:bold */
}

.navBox .bd {
  overflow: hidden;
  padding: 12px 0;
}

.navldbox .hd {
  height: 18px;
  line-height: 18px;
}

/* 导航-机构概况 */
#navLeader {
  width: 300px;
  margin-right: 50px;
}

.navboxB {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.navboxB .hd {
  width: 100%;
  height: 18px;
  line-height: 18px;
}

.navboxB .hd i {
  float: left;
  width: 6px;
  height: 18px;
  background: #2c6a9b;
  border-radius: 3px;
  margin-right: 10px;
}

.navboxB .hd h3 a {
  font-size: 18px;
  color: #2c6a9b;
  font-weight: bold;
}

.navboxB .bd {
  width: 100%;
  padding: 16px 0 0 16px;
  /* box-sizing: content-box; */
}

.navboxB .bd ul {
  margin-right: -30px;
  overflow: hidden;
}

.navboxB .bd ul li {
  float: left;
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navboxB .bd ul li a {
  font-size: 14px;
  line-height: 1;
}

#navLwld {
  height: auto;
}

#navJjjcz {}

#navJg {
  width: 510px;
  margin-right: 50px;
}

#navJgsz {
  height: auto;
}

#navJgsz .bd ul li {
  width: 98px;
  margin-right: 37px;
}

#navJgzn {
  width: 185px;
}

#navJgzn .jgzn a {
  display: block;
  width: 183px;
  height: 60px;
  background: #e2e1df;
  border: 1px solid #d2d2d2;
  line-height: 60px;
  color: #2c6a9b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 15%;
}

#navJgzn .bs {
  display: block;
  margin-top: 45px;
  text-align: center;
}

#navJgzn .bs .tjsgzwbs {
  font-weight: bold;
  font-size: 16px;
}

#navJgzn .bs img {
  margin-top: 10px;
}

/* 导航-新闻发布 */
.mainNav #navSzyw {
  width: 60%;
  float: left;
}

.mainNav .infoList {
  overflow: hidden;
}

.mainNav .infoList li {
  height: 34px;
  line-height: 34px;
}

.mainNav #navSzyw .infoList {
  width: 100%;
  height: 270px;
}

.mainNav #navTpxw {
  width: 36.4%;
  float: right;
}

.mainNav .picListB {
  overflow: hidden;
}

.mainNav #navTpxw .picListB {
  width: 400px;
  height: 266px;
}

.picListB li {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.picListB .pic img {
  height: 266px;
  width: 400px;
}

.picListB .title,
.picListB .titleBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 28px;
  padding: 5px 0;
  height: 28px;
  z-index: 3;
  color: #fff;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  transition: 400ms;
}

.picListB .titleBg {
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  z-index: 2;
}

.picListB .title a {
  color: #fff;
  padding: 0 10px;
  display: block;
  font-size: 14px;
}

.picListB li:hover {
  border-color: #bbb;
  -webkit-box-shadow: #eee 2px 2px 0;
  -moz-box-shadow: #eee 2px 2px 0;
  box-shadow: #eee 2px 2px 0;
}

.picListB li:hover .title,
.picListB li:hover .titleBg {
  height: 56px;
}


#navTpxw .ztListB {
  width: 100%;
}

#navTpxw .ztListB li {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background: #eee;
  font-size: 14px;
}

#navTpxw .ztListB li:nth-child(2n) {
  margin-right: 0;
}





/* 导航-国资监管 */
#navZxxx {
  width: 500px;
  float: left;
}

#navGzIcon {
  width: 560px;
  float: right;
}

#navGzIcon ul {
  margin-bottom: -40px;
  margin-right: -40px;
}

#icogzjg li {
  width: 260px;
  height: 138px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

#icogzjg li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 98%;
  height: 136px;
  text-align: center;
  line-height: 220px;
  font-size: 18px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

#icogzjg li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #ececec;
  z-index: -1;
}

#icogzjg li i {
  position: absolute;
  z-index: 1;
  left: 100px;
  top: 20px;
  width: 54px;
  height: 54px;
  float: left;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#icogzjg .li1 i {
  background: url(u32.png) no-repeat;
  background-size: cover;
}

#icogzjg .li2 i {
  background: url(u34.png) no-repeat;
  background-size: cover;
}

#icogzjg .li3 i {
  background: url(u33.png) no-repeat;
  background-size: cover;
}

#icogzjg .li4 i {
  background: url(u35.png) no-repeat;
  background-size: cover;
}

#icogzjg li a:hover {
  color: #2c6a9b;
  font-weight: bold;
}

#icogzjg li a:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* #icogzjg .li2 i { background-position: 0 -108px; }
#icogzjg .li3 i { background-position: 0 -208px; }
#icogzjg .li4 i { background-position: 0 -316px; }
#icogzjg .li5 i { background-position: 0 -424px; }
#icogzjg .li6 i { background-position: 0 -527px; } */

/* 导航-信息公开 */
.mainNav #navgfwj {
  width: 37%;
  float: left;
  margin-right: 3%;
}

.mainNav #navgfwj .infoList {
  width: 100%;
  height: 270px;
}

.mainNav #navjjjc {
  width: 37%;
  float: left;
  margin-right: 3%;
}

.mainNav #navjjjc .infoList {
  width: 100%;
  height: 270px;
}

#navXxIcon {
  width: 20%;
  float: right;
}

#navXxIcon ul {
  margin-bottom: -20px;
}

#icoxxgk li {
  width: 220px;
  height: 46px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}

#icoxxgk li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 168px;
  height: 44px;
  text-align: left;
  line-height: 44px;
  padding-left: 50px;
  font-size: 14px;
  background: #eeeeee;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

#icoxxgk li i {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 12px;
  width: 22px;
  height: 22px;
  float: left;
  background: url(XxIcon.png) 0 0 no-repeat;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#icoxxgk li a:hover {
  color: #2c6a9b;
  font-weight: bold;
}

#icoxxgk li a:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

#icoxxgk .li2 i {
  background-position: 0 -72px;
}

#icoxxgk .li3 i {
  background-position: 0 -144px;
}

#icoxxgk .li4 i {
  background-position: 0 -216px;
}

#icoxxgk .li5 i {
  background-position: 0 -288px;
}

/* 导航-在线服务 */
.mainNav #navbsbszn {
  width: 50%;
  float: left;
  margin-right: 3%;
}

.mainNav #navbsbszn .infoList {
  width: 100%;
  height: 270px;
}

#navFwIcon {
  float: right;
  width: 47%;
  margin-top: 30px;
}

#navFwIcon ul {
  margin-bottom: -20px;
  margin-right: -20px;
}

#icozxfw li {
  width: 248px;
  height: 64px;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}

#icozxfw li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 206px;
  height: 62px;
  text-align: left;
  line-height: 62px;
  padding-left: 40px;
  font-size: 14px;
  background: #eeeeee;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

#icozxfw li i {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 22px;
  width: 22px;
  height: 22px;
  float: left;
  background: url(BsIcon.png) 0 0 no-repeat;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#icozxfw li a:hover {
  color: #2c6a9b;
  font-weight: bold;
}

#icozxfw li a:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

#icozxfw .li2 i {
  background-position: 0 -72px;
}

#icozxfw .li3 i {
  background-position: 0 -144px;
}

#icozxfw .li4 i {
  background-position: 0 -216px;
}

#icozxfw .li5 i {
  background-position: 0 -283px;
}

#icozxfw .li6 i {
  background-position: 0 -355px;
}

#icozxfw .li7 i {
  background-position: 0 -427px;
}

#icozxfw .li8 i {
  background-position: 0 -500px;
}

/* 导航-互动交流 */
.mainNav #navzrxx {
  width: 60%;
  float: left;
  margin-right: 0;
}

.mainNav #navzrxx .infoList {
  width: 100%;
  height: 270px;
}

#navZZxft {
  width: 420px;
  float: left;
  margin-right: 20px;
}

#navZZxft .interviewPic {
  margin-bottom: 10px;
  width: 330px;
  height: 200px;
}

#navZZxft .interviewCon .guest,
#navZZxft .interviewCon .intro,
#navZZxft .interviewLink {
  display: none;
}

#navHdIcon {
  width: 40%;
  float: right;
}

#navHdIcon ul {
  margin-bottom: -20px;
  overflow: hidden;
}

#navHdIcon .zmljl a {
  display: block;
  width: 375px;
  height: 60px;
  background: #e2e1df;
  border: 1px solid #d2d2d2;
  line-height: 60px;
  color: #2c6a9b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-left: 52px;
  margin-bottom: 30px;
  margin-top: 20px;
}

#icohdjl li {
  width: 50%;
  height: auto;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

#icohdjl span {
  font-size: 16px;
}

#icohdjl li p {
  position: relative;
  z-index: 1;
  width: 160px;
  height: auto;
  text-align: c;
  line-height: 44px;
  padding-left: 50px;
  font-size: 14px;
  border-radius: 2px;
}

#icohdjl li p img {
  width: 100%;
  height: 100%;
}

#icohdjl li i {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 12px;
  width: 24px;
  height: 22px;
  float: left;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#icohdjl li a:hover {
  color: #2c6a9b;
  font-weight: bold;
}

#icohdjl li a:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

#icohdjl .li2 i {
  background-position: 0 -72px;
}

#icohdjl .li3 i {
  background-position: 0 -144px;
}

#icohdjl .li4 i {
  background-position: 0 -218px;
}

#icohdjl .li5 i {
  background-position: 0 -288px;
}

#item-hdjl .letterList td {
  padding: 7px 5px !important;
}



/*专题专栏*/
#Boxzt {
  width: 1200px;
  height: 100px;
}

#Boxzt .indRdzt {
  position: relative;
}

#Boxzt .ztList li {
  float: left;
  margin-right: 14px;
  width: 290px;
}

#Boxzt .ztList li a {
  display: block;
}

#Boxzt .ztList li img {
  width: 100%;
  height: 100px;
}

#Boxzt .ztList .tit {
  display: none
}

#Boxzt .indRdzt .prev,
.indRdzt .next {
  position: absolute;
  left: 0;
  top: 36px;
  display: block;
  width: 25px;
  height: 34px;
  background: url(prev.png) 0 0 no-repeat;
}

#Boxzt .indRdzt .next {
  left: auto;
  right: 0;
  background: url(next.png) 0 0 no-repeat;
}

#Boxzt .indRdzt .prev:hover,
#Boxzt .indRdzt .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* 主栏 和 侧栏 */
.mainContent {
  width: 900px;
  zoom: 1;
  float: right;
  position: relative;
}

.side {
  font-size: 14px;
  width: 280px;
  float: left;
}

/* 位置导航 */
.path {
  color: #666;
  line-height: 20px;
  padding: 15px 0 0;
  text-align: left;
  max-width: 1200px;
  _width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}

.path a,
.path span {
  padding: 0 3px;
  color: #666;
}

.path em {
  background: url(path.png) no-repeat 0 center;
  padding-left: 26px;
}

/*footer*/
#footer {
  color: #fff;
  background: #10568a;
  position: relative;
  text-align: left;
  padding: 20px 0;
}

#footer .footNav {
  padding-bottom: 10px;
}

#footer .footNav a {
  display: inline-block;
}

#footer a {
  color: #fff;
}

#footer a.phone {
  display: inline;
}

#footer a.mr10 {
  margin-right: 10px;
}

#footer a:hover {
  color: #fff
}

#footer .copyRight a:hover {
  text-decoration: underline;
}

#footer .pics {
  position: absolute;
  right: 130px;
  top: 30px;
}

#footer .pics img {
  height: 50px;
}

#footer .pics .mr80 {
  display: inline-block;
  margin-right: 80px;
}

#footer #imgConac {
  height: 70px;
}

/* 侧栏固定菜单 */
.sideFixed {
  z-index: 9;
  position: fixed;
  top: 300px;
  right: 0;
  width: 70px;
  background: #fff;
  font-size: 14px;
  _position: absolute;
}

.sideFixed li {
  background: #6b96b9;
  height: 70px;
  margin-top: 1px;
  position: relative;
}

.sideFixed li a {
  color: #fff;
  padding-top: 42px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  display: block;
  background: url(sideicon.png) center 8px no-repeat;
}

.sideFixed li a:hover {
  text-decoration: none
}

.sideFixed .phone a {
  background-position: center -66px;
}

.sideFixed .wx {
  height: 86px;
}

.sideFixed .wx a {
  background-position: center -134px;
}

.sideFixed .emaill a {
  background-position: center -206px;
}

.sideFixed .pic {
  display: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.sideFixed .pic img {
  width: 150px;
  height: 150px;
}

.sideFixed .on .pic {
  display: block;
  position: absolute;
  left: -168px;
  top: -45px;
  padding: 4px;
  background: #fff;
}

.sideFixed .on .pic i {
  z-index: 8;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -3px;
  border-width: 5px;
  border-color: transparent;
  border-style: dashed;
  border-left-color: #fff;
  border-left-style: solid;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}

/* goTop */
#goTop {
  position: fixed;
  display: none;
  _display: none !important;
  width: 50px;
  height: 50px;
  bottom: 60px;
  right: 5px;
  z-index: 99;
  cursor: pointer;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  box-shadow: 0 0 5px #9c9c9c;
  -webkit-box-shadow: 0 0 5px #9c9c9c;
  opacity: .9;
  background: rgba(0, 0, 0, .5);
}

#goTop::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -15px;
  content: "";
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-style: dashed;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}

/* winMark */
#winMark {
  z-index: 1;
  width: 100%;
  display: none;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, .8);
  left: 0;
  top: 0;
}

/* 侧栏-栏目菜单 */
#sideMenu .hd {
  text-align: center;
}

#sideMenu li {
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}

#sideMenu li a {
  display: block;
  line-height: 30px;
  padding: 10px 30px 10px 50px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
  background: url(sidemenu.png) 20px -26px no-repeat #f6f6f6;
}

#sideMenu li a span {
  display: inline-block;
  background: url(sidemenu.png) 20px -26px no-repeat #f6f6f6;
}

#sideMenu li a:hover {
  letter-spacing: 2px;
  text-decoration: none;
  border-color: #ccc
}

#sideMenu .on a,
#sideMenu .on a:hover {
  background-color: #fff;
  background-position: 20px 20px;
  color: #2c6a9b;
  border-left: 2px solid #2c6a9b;
  font-weight: bold;
}

#sideMenu .on a {
  background-size: contain;
}

#sideMenu .bd {
  padding: 0;
}

.qrCode {
  text-align: center;
  padding: 15px 0;
  color: #999;
}

.qrCode img {
  margin: 0 auto
}

/* box */
.box {
  margin-bottom: 15px;
}

.box .hd,
.box .hd1 {
  margin-bottom: 5px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  font-size: 18px;
}

.box .hd .more {
  position: absolute;
  right: 20px;
  color: #999;
  font-size: 14px;
}

.box .hd .more a {
  color: #999
}

.box .hd h3 {
  height: 46px;
  line-height: 46px;
  position: absolute;
  color: #0068B7;
  padding: 0 12px 4px 12px;
}

.box .hd h3 a {
  color: #2c6a9b;
}

.box .hd h3 a:hover {
  text-decoration: none;
}

.box .hd ul,
.box .hd1 ul {
  position: absolute;
  top: 13px;
  overflow: hidden;
}

.box .hd li,
.box .hd1 li {
  float: left;
  padding: 0 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  border-right: 1px solid #cccccc;
}

.box .hd li a:hover,
.box .hd1 li a:hover {
  text-decoration: none;
}

.box .hd li.last,
.box .hd1 li.last {
  border-right: 0
}

.box .hd .on {}

.box .hd .on a,
.box .hd1 .on a {
  color: #2c6a9b;
  font-weight: bold;
}

.box .bd {
  padding: 5px;
  overflow: hidden;
}


/* boxA */
.boxA {
  margin-bottom: 15px;
}

.boxA .hd {
  height: 39px;
  line-height: 39px;
  position: relative;
  border-bottom: 1px solid #E1E1E1;
  background: #F9F9F9;
}

.boxA .hd .more {
  font-size: 14px;
  position: absolute;
  right: 10px;
  color: #999;
}

.boxA .hd h3 {
  position: absolute;
  color: #0068B7;
  font-size: 18px;
  line-height: 38px;
  padding: 0 20px;
  background: #F9F9F9;
  border: 1px solid #E1E1E1;
  border-top: 3px solid #0068B7;
  border-bottom: 0;
}

.boxA .hd h3 a {
  color: #0068B7;
}

.boxA .hd h3 a:hover {
  text-decoration: none;
}

.boxA .hd ul {
  position: absolute;
  height: 40px;
  overflow: hidden;
}

.boxA .hd li {
  float: left;
  font-size: 18px;
  height: 39px;
  line-height: 39px;
  background: #F9F9F9;
}

.boxA .hd li a {
  display: block;
  float: left;
  padding: 0 30px;
}

.boxA .hd li a:hover {
  text-decoration: none
}

.boxA .hd .on {
  border: 1px solid #E1E1E1;
  border-top: 3px solid #0068B7;
  border-bottom: 0;
}

.boxA .bd {
  padding: 5px;
  overflow: hidden;
}


/* boxB */
.boxB .Whd,
.boxB .Whd1 {
  position: relative;
  background: #fafafa;
  height: 46px;
  line-height: 46px;
  border: 1px solid #dcdcdc;
  background: #F9F9F9;
}

.boxB .Whd .more,
.boxB .Whd1 .more {
  font-size: 14px;
  position: absolute;
  right: 10px;
  color: #999;
}

.boxB .Whd h3,
.boxB .Whd1 h3 {
  color: #2c6a9b;
  font-size: 20px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
}

.boxB .Whd h3 a,
.boxB .Whd1 h3 a {
  color: #2c6a9b;
}

.boxB .Whd h3 a:hover,
.boxB .Whd h3 a:hover {
  text-decoration: none;
}

.boxB .Whd ul,
.boxB .Whd1 ul {
  position: absolute;
  height: 46px;
  overflow: hidden;
}

.boxB .Whd li,
.boxB .Whd1 li {
  float: left;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  background: #F9F9F9;
}

.boxB .Whd li a,
.boxB .Whd1 li a {
  display: block;
  float: left;
  padding: 0 20px;
  font-size: 20px;
}

.boxB .Whd li a:hover,
.boxB .Whd1 li a:hover {
  text-decoration: none
}

.boxB .Whd .on,
.boxB .Whd1 .on {
  border: 1px solid #E1E1E1;
  border-top: 3px solid #2c6a9b;
  margin-left: -1px;
  border-bottom: 0;
  height: 43px;
  line-height: 43px;
}

.boxB .Whd .on a,
.boxB .Whd1 .on a {
  color: #2c6a9b;
  font-weight: bold;
}

.boxB .Wbd {
  padding: 12px 19px 19px;
  border: 1px solid #dcdcdc;
  border-top: 0;
  box-shadow: 0 2px 0 0 #f5f5f5 inset;
}


/* boxC */
.boxC {
  margin-bottom: 2px;
  overflow: hidden;
}

.boxC .hd,
.boxC .hd1 {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  position: relative;
}

.boxC .hd ul li,
.boxC .hd1 ul li {
  float: left;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.boxC .hd ul a,
.boxC .hd1 ul li a {
  display: block;
  float: left;
  padding: 0 20px;
  font-size: 16px;
}

.boxC .hd ul a:hover,
.boxC .hd1 ul a:hover {
  text-decoration: none
}

.boxC .hd ul li:last-child a,
.boxC .hd1 ul li:last-child a {
  border-right: 0
}

.boxC .hd .on a,
.boxC .hd1 .on a {
  color: #fff;
  background: #006eab;
}

.boxC .hd .on i,
.boxC .hd1 .on i {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -7px;
  bottom: -10px;
  border-color: transparent;
  border-style: dashed;
  border-width: 5px;
  border-top-color: #006eab;
  border-top-style: solid;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}

.boxC .bd {
  overflow: hidden;
  padding: 8px 5px
}


/* boxD */
.boxD {
  overflow: hidden;
}

.boxD .hd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}

.boxD .hd h3 {
  font-size: 18px;
  color: #2c6a9b;
  padding-left: 20px;
}

.boxD .hd ul {
  overflow: hidden;
}

.boxD .hd ul li {
  float: left;
}

.boxD .hd ul a {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 16px;
  padding: 0 4px;
  margin: 9px 0;
  border-right: 1px solid #ccc;
}

.boxD .hd ul a:hover {
  text-decoration: none;
}

.boxD .hd ul li:last-child a {
  border-right: 0;
}

.boxD .hd .on a {
  color: #0068B7;
}

.boxD .bd {
  overflow: hidden;
  padding: 15px 0 0;
}

/* boxD */
.boxD {
  overflow: hidden;
}

.boxD .parHd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}

.boxD .parHd h3 {
  font-size: 18px;
  color: #2c6a9b;
  padding-left: 20px;
}

.boxD .parHd ul {
  overflow: hidden;
}

.boxD .parHd ul li {
  float: left;
}

.boxD .parHd ul a {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 16px;
  padding: 0 4px;
  margin: 9px 0;
  border-right: 1px solid #ccc;
}

.boxD .parHd ul a:hover {
  text-decoration: none;
}

.boxD .parHd ul li:last-child a {
  border-right: 0;
}

.boxD .parHd .on a {
  color: #0068B7;
}

.boxD .parBd {
  overflow: hidden;
  padding: 15px 0 0;
}



/* boxE */
.boxE {
  margin-bottom: 15px;
}

.boxE .hd {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.boxE .hd h3 {
  float: left;
  padding: 0 20px;
  background: #2c6a9b;
  color: #fff;
  font-size: 14px;
  border-radius: 14px;
}

.boxE .hd h3 a {
  color: #fff;
  display: block;
  float: left;
}

.boxE .hd .more {
  float: right;
}

.boxE .bd {
  padding: 10px;
  overflow: hidden;
}


/* boxF */
.boxF .hd {
  margin-bottom: 5px;
  height: 48px;
  line-height: 48px;
  position: relative;
  border-top: 1px solid #ddd;
  font-size: 18px;
}

.boxF .hd .more {
  position: absolute;
  right: 0;
  color: #999;
  font-size: 14px;
}

.boxF .hd .more a {
  color: #999
}

.boxF .hd h3 {
  border-top: 2px solid #2c6a9b;
  line-height: 33px;
  position: absolute;
  color: #0068B7;
  padding: 0 12px 4px 12px;
}

.boxF .hd h3 a {
  color: #0068B7;
}

.boxF .hd h3 a:hover {
  text-decoration: none;
}

.boxF .hd ul {
  position: absolute;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
}

.boxF .hd li {
  float: left;
  padding: 0 12px 4px 12px;
  position: relative;
}

.boxF .hd li a:hover {
  text-decoration: none;
}

.boxF .hd .on {
  border-top: 2px solid #2c6a9b;
}

.boxF .hd .on a {
  color: #0068B7;
  cursor: pointer;
}

.boxF .bd {
  padding: 5px;
  overflow: hidden;
}


/* 侧栏盒子模型 */
.sideBox {
  margin-bottom: 20px;
  background: #f6f6f6;
}

.sideBox .hd {
  overflow: hidden;
  background: #2c6a9b;
  height: 50px;
  line-height: 50px;
}

.sideBox .hd h3 {
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
}

.sideBox .hd h3 a {
  color: #fff;
}

.sideBox .hd h3 a:hover {
  text-decoration: none;
}

.sideBox .bd {
  padding: 15px 20px;
}

/*节点归档信息样式*/
.archived-info {
  float: right;
}

.archived-info span {
  margin: 0 5px;
}

/* infoListA */
.infoListA li {
  padding: 0 0 10px 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  background: url(icons.png) 0 -387px no-repeat;
  position: relative;
}

.infoListA .date {
  color: #999;
  float: right;
  display: none;
}

.infoListA .hits {
  float: right;
  background: #61a4d8;
  color: #fff;
  padding: 0 5px;
}

.infoListA .last {
  border-bottom: 0
}

/* 信件列表 */
.letterList {
  width: 100%;
  border: none;
}

.letterList th,
.letterList td {
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  line-height: 26px;
  padding: 5px 5px
}

.letterList th {
  background: #eff4f7;
}

.letterList th {
  color: #1a72bd;
  height: 35px;
  line-height: 35px;
  padding: 0px !important;
  border-bottom: 1px solid #becedc;
}

.letterList th.title {
  text-align: left;
  padding-left: 38px;
}

.letterList .even td {
  background: #f4f4f2;
}

.letterList .num {
  display: none;
}

.letterList td.title {
  text-align: left;
  padding-left: 5px;
}

.letterList .ico {
  width: 30px;
  text-align: center;
  vertical-align: middle;
  padding: 0px
}

.letterList .ico img {
  vertical-align: middle;
}

.letterList .dep {
  width: 90px;
}

.letterList .state {
  width: 90px;
}

.letterList .open,
.letterList .handle {
  display: none
}

.letterList .state .s0 {
  color: #333;
}

.letterList .state .s1 {
  color: #f70;
}

.letterList .state .s2 {
  color: #f00;
}

.letterList .state .s3 {
  color: #390;
}

.letterList .state .s4 {
  color: #333;
  text-decoration: line-through;
}

.letterList .date {
  border-right: none;
  width: 90px;
}

.letterList td.date {
  color: #999999
}

/* detailTable */
.petitionCon {
  margin-bottom: 20px;
}

.detailTable {
  margin-bottom: 20px;
  background: #fff;
  width: 100%;
}

.detailTable,
.detailTable tr,
.detailTable tr td {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}

.detailTable thead tr {
  border-color: #edf7fe;
}

.detailTable thead th {
  background: #edf7fe;
  height: 40px;
  line-height: 40px;
  color: #2c6a9b;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.detailTable tbody td {
  padding: 10px 15px;
}

.detailTable tbody td.tdName {
  font-weight: bold;
  background: #edf7fe;
  text-align: center;
  width: 20%;
  font-size: 14px;
}

.detailTable .trTitle .tdCon {
  font-weight: bold;
}

.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) {
  width: 160px
}

.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) {
  width: 160px
}

.detailTable .preDiv {
  width: 670px;
  overflow: auto;
}

.detailTable .preDiv pre {
  font-size: 14px;
  font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* mainBox */
.mainBox .mHd {
  position: relative;
  background: #ebebeb;
  /* line-height: 40px; */
  height: auto;
  border-radius: 10px 0 0 0;
  margin-bottom: 20px;
}

.mainBox .mHd .list {
  overflow: hidden;
}

.mainBox .mHd .list li {
  float: left;
  padding: 0 4%;
}

.mainBox .mHd .list a {
  font-size: 20px;
  color: #888;
}

.mainBox .mHd .list a:hover {
  text-decoration: none
}

.mainBox .mHd .list .on a {
  color: #fff;
}

.mainBox .mHd h3,
.mainBox .mHd .list .on {
  position: relative;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 4%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background: #2c6a9b;
  border-radius: 10px 10px 0 0;
}

.mainBox .mHd h3 a {
  color: #fff;
  font-weight: bold;
}

.column {
  margin-bottom: 20px;
  overflow: hidden;
}

.hggp-gk {
  text-align: center;
  width: 100%;
  font-size: 26px;
  padding-bottom: 20px;
}

.hggp-gk-text {
  width: 100%;
  text-indent: 26px;
  word-break: break-all;
}

/* 热点专题 */
.indRdzt {
  overflow: hidden;
  zoom: 1;
}

.indRdzt ul {
  margin-right: -20px;
  overflow: hidden;
}

.indRdzt li {
  float: left;
  margin-right: 15px;
  width: 254px;
}

.indRdzt li a {
  display: block;
}

.indRdzt li img {
  width: 100%;
  height: 66px;
}

.indRdzt .tit {
  display: block;
  font-size: 14px;
  text-align: center;
  height: 25px;
  overflow: hidden;
}

/* 友情链接 */
.friendLinks {
  border-top: 1px solid #ddd;
  background: #EEEEEE;
  padding: 10px 0;
}

.friendLinks h3 {
  float: left;
  font-size: 16px;
  color: #0068B7;
  padding-left: 31px;
  background: url(icons.png) 0 -813px no-repeat;
}

.friendLinks .con {
  overflow: hidden;
}

.friendLinks select {
  padding: 6px;
  float: left;
  width: 18.4%;
  *width: 18.2%;
  *display: inline;
  margin-left: 1.6%;
  *margin: 6px 0 6px 1.6%;
  border: 1px solid #ccc;
}

/* 侧栏-栏目内搜索 */
#sideSearch .bd li {
  padding: 0 0 10px 0;
  overflow: hidden;
}

#sideSearch .nodes,
#sideSearch input,
#sideSearch button {
  height: 32px;
  line-height: 32px;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: "microsoft yahei";
  outline: none
}

#sideSearch .keyword {
  width: 60%;
  padding: 0 5px;
}

#sideSearch button {
  line-height: 28px;
  width: 32%;
  float: right;
  background: #0068B7;
  border-color: #0068B7;
  color: #fff;
}

/*验证码*/
div.codeinp input[type=text] {
  width: 100px !important;
  float: left;
  margin-right: 10px;
}

/* 通用底部按钮 */
.bot {
  text-align: center;
  padding: 0 0 20px 0;
}

.bot a,
.bot button {
  cursor: pointer;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 5%;
  font-size: 16px;
  background: #0068B7;
  border: 0;
  color: #fff;
  margin: 0 2%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.bot a:hover,
.bot button:hover {
  text-decoration: none;
  background: #077BD4;
}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
  background: #fafafa;
  padding: 3% 0;
  width: 100%;
  margin: 30px auto;
  border: 1px solid #e2e2e2;
  font-size: 16px;
}

.queryForm td {
  padding: 8px 0
}

.queryForm .tdlab {
  width: 40%;
  text-align: right;
}

.queryForm input[type=text] {
  width: 56%;
  height: 30px;
  line-height: 30px;
}

.queryForm .bot {
  text-align: left;
}

.queryForm .bot a {
  margin: 0
}

.queryForm .required strong {
  color: #f00;
  margin-right: 5px;
}

.queryForm .errorMessage {
  color: #f00;
}

.queryForm table {
  width: 100%;
  border: 0;
}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
  width: 80%;
  margin: 30px auto;
}

.queryResult .mainBox {
  margin-bottom: 50px;
}

.queryResult .tit h3 {
  text-align: center;
  font-size: 38px;
  line-height: 2;
  margin-bottom: 30px;
}

.queryResult .tips {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  border-top: 1px solid #ddd;
  padding: 50px 0 20px 0;
}

.queryResult .number {
  font-weight: bold;
  color: #f00
}

.common-list-mobile-nav {
  display: none;
}

/*--
颜色代码
#0068B7 深蓝色标题
#ddd 淡蓝色边框
--*/
@media screen and (max-width:1200px) {
  #sideMenu {
    display: none;
  }

  .mainContent {
    width: 100%;
  }

  #columnB .mainContent {
    width: 100%;
  }

  .side {
    width: 100%;
    height: auto;
  }

  #columnB .side {
    width: 100%;
    height: auto;
  }

  .sideBox {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .sideBox .hd {
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .sideBox .bd {
    padding: 0.2rem;
  }

  .sideBox .hd h3 {
    font-size: 0.32rem;
    padding-left: 0.2rem;
  }

  /* 07 */
  .box .hd {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.05rem;
  }

  .box .hd ul {
    top: 0.16rem
  }

  .infoList li {
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.2rem;
  }

  /* 09 */
  .mainBox .mHd {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
  }

  .mainBox .mHd h3,
  .mainBox .mHd .list .on {
    height: 100%;
    line-height: 0.8rem;
    font-size: 0.32rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
  }

  .side {
    font-size: 0.28rem;
  }

  .box .hd ul {
    top: 0.23rem;
    font-size: 0.32rem;
    height: 100%;
  }

  .box .hd li {
    font-size: 0.32rem;
    line-height: 1;
    height: 0.32rem;
  }
}