@charset 'utf-8';
/******样式清除******/


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
a,
span {
  vertical-align: top;
}
img {
  border: 0;
  vertical-align: middle;
}
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}
button {
  padding: 0;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
}
textarea {
  outline: none;
  border: none;
  resize: none;
}
input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}
table tr td,
table {
  border-collapse: collapse;
}
body {
  font-size: 0;
  color: #000;
  font-family: "Microsoft YaHei";
}
/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.db {
  display: inline-block;
}
/*****边距调整****/
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}

@charset "utf-8";
/*
  * @Description: 主入口文件
  * @Company: TRS
  * @Date: 2019-08-15 14:40:36
  * @LastEditors: xhy
 */
/****头部样式****/
html {
  font-size: calc(100vw/7.5);
  font-size: -webkit-calc(13.33333333vw);
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  html {
    font-size: 100px;
    max-width: 750px;
  }
}
.wxhy-hlogo {
  border-bottom: 0.02rem solid #0b67d4;
  position: relative;
}
.wxhy-hlogo a {
  width: 100%;
  display: inline-block;
}
.wxhy-hlogo a img {
  width: 100%;
}
.wxhy-hlogo .wxhy-sear {
  position: absolute;
  top: 50%;
  margin-top: -0.24rem;
  right: 0.26rem;
  width: 1.4rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 1px solid #4e9ddd;
  border-radius: 0.22rem;
  overflow: hidden;
}
.wxhy-hlogo .wxhy-sear input {
  width: 0.95rem;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 0.08rem 0 0.2rem;
  box-sizing: border-box;
  line-height: 0.48rem;
  font-size: 0.14rem;
}
.wxhy-hlogo .wxhy-sear button {
  right: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background: url(../images/wap-search.png) no-repeat;
  background-size: 0.27rem 0.27rem;
  background-position: 0.03rem center;
}
.wxhy-nav {
  width: 100%;
  height: 1.4rem;
  overflow: hidden;
  background: linear-gradient(to top, #275394, #4678c5);
}
.wxhy-nav .wxhy-home {
  border-right: 1px solid #76b5ff;
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../images/wxhy-home.png) no-repeat center center;
  background-size: 0.6rem 0.6rem;
}
.wxhy-navul {
  width: 83%;
}
.wxhy-navul li {
  float: left;
  width: 33%;
  height: 0.7rem;
  position: relative;
}
.wxhy-navul li a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  line-height: 0.7rem;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.wxhy-navul li:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.25rem;
  display: block;
  height: 0.24rem;
  border-left: 1px solid #ccc;
}
.wxhy-navul li:nth-child(1):after,
.wxhy-navul li:nth-child(4):after {
  display: none !important;
}
/**尾部样式**/
.wxhy-f {
  border-top: 0.06rem solid #0b67d4;
  background: #3364ab;
  color: #fff;
}
.wxhy-ft {
  text-align: center;
  border-bottom: 0.01rem solid #3f9bff;
  width: 94%;
  margin: 0 auto;
  line-height: 1rem;
  height: 1rem;
  overflow: hidden;
}
.wxhy-ft a {
  font-size: 16px;
  color: #fff;
}
.wxhy-ft span {
  color: #3c8eeb;
  font-size: 16px;
  padding: 0 0.2rem;
}
.wxhy-fb {
  font-size: 18px;
  line-height: 1rem;
  text-align: center;
}
/****右浮动***/
.wxhy-float {
  display: none;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  margin-left: 2.7rem;
  z-index: 99;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/wap-gotop.png) no-repeat;
  background-size: 0.8rem 0.8rem;
}

/*
 * @Author: zjj
 * @Date: 2019-08-13 11:04:45
 * @Last Modified by:   zjj
 */
.w-z1-path {
  padding: 0 6% 5px;
  line-height: 0.6rem;
  height: 0.6rem;
  background: url(../images/wap-pos.png) no-repeat 6% 0.15rem;
  -webkit-background-size: 0.26rem 0.3rem;
  margin: 0 auto;
  text-indent: 0.4rem;
  color: #265293;
  border-bottom: 0.01rem solid #ccc;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z1-path em {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
  font-style: normal;
  line-height: 0.5rem;
}
.w-z1-path a {
  margin: 0 0.18rem;
  color: #265293;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z1-path a:hover {
  text-decoration: underline;
}
.w-z1-content {
  padding: 0.1rem;
}
.w-z1-content .z1-leader {
  background: url(../images/wap-leader2.png) no-repeat;
  margin: 0.12rem;
  height: 0.92rem;
  line-height: 0.92rem !important;
  background-size: 100% 100%;
  position: relative;
}
.w-z1-content .z1-leader span {
  display: inline-block;
  height: 18px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  text-indent: 10px;
  border-left: 0.05rem solid #275293;
  font-family: Helvetica, "微软雅黑";
  position: relative;
  top: 11px;
}
.w-z1-content .z1-person {
  margin: 0 0.12rem;
  background: #ecf7ff;
  padding: 0 0.16rem;
}
.w-z1-content .z1-person ul {
  padding: 0.24rem 0;
  border-bottom: 1px solid #c0d0dc;
  overflow: hidden;
}
.w-z1-content .z1-person ul .li1 {
  width: 40%;
  float: left;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.w-z1-content .z1-person ul .li1 .pic {
  display: block;
  width: 100%;
  height: auto;
}
.w-z1-content .z1-person ul .li1 .pic a {
  display: block;
  width: 100%;
  height: auto;
}
.w-z1-content .z1-person ul .li1 .pic a img {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  height: auto;
}
.w-z1-content .z1-person ul .li1 .con .tit {
  position: relative;
  z-index: 1;
  height: 40px;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
.w-z1-content .z1-person ul .li1 .con .tit span {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -7px;
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
}
.w-z1-content .z1-person ul .li1 .con .tit a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
}
.w-z1-content .z1-person ul .li2 {
  float: left;
  width: 33.3%;
  padding: 0 0.2rem;
  box-sizing: border-box;
  padding-bottom: 0.33rem;
}
.w-z1-content .z1-person ul .li2 .pic {
  display: block;
  width: 100%;
  height: auto;
}
.w-z1-content .z1-person ul .li2 .pic a {
  display: block;
  width: 100%;
  height: auto;
}
.w-z1-content .z1-person ul .li2 .pic a img {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  height: auto;
}
.w-z1-content .z1-person ul .li2 .con .tit2 {
  position: relative;
  z-index: 1;
  height: 40px;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
.w-z1-content .z1-person ul .li2 .con .tit2 span {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
}
.w-z1-content .z1-person ul .li2 .con .tit2 a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
}
.w-z1-content .z1-div3 {
  margin: 0.22rem;
  padding-top: 0.4rem;
}
.w-z1-content .z1-div3 span {
  font-size: 0.5rem;
  color: #275293;
  height: auto;
  line-height: 0.7rem;
  display: block;
  border-left: 0.05rem solid #275293;
  padding-left: 0.12rem;
}
.w-z1-content .z1-div4 ul {
  border-top: 1px solid #ccc;
  padding-top: 0.2rem;
  letter-spacing: 1px;
}
.w-z1-content .z1-div4 ul li {
  position: relative;
  padding-left: 0.24rem;
  line-height: 0.7rem;
  overflow: hidden;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z1-content .z1-div4 ul li a {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #b7b6b6;
  border-radius: 50%;
  position: relative;
  top: 0.29rem;
  left: -0.1rem;
}
.w-z1-content .z1-div4 ul li strong {
  font-weight: bold;
  text-align-last: justify;
  margin-right: 6px;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z1-content .z1-div4 ul li span {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z1-content .z1-div4 a.more {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.2rem;
  margin-bottom: 0.24rem;
  border: 1px solid #d6d6d6;
  background: #eee;
  text-align: center;
  font-size: 16px;
  color: #504f4f;
  border-radius: 0.08rem;
}
.w-z1-content .z1-div4 a.more:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 28px;
  height: 10px;
  line-height: 10px;
  background: url(../images/wap-moreIcon.png) 0 0 no-repeat;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
.w-z1-content .z1-div5 {
  border-top: 0.15rem solid #eee;
  width: 100%;
}
.w-z1-content .z1-div6 {
  margin: 0.22rem;
  padding-top: 0.4rem;
  border: 0;
}
.w-z1-content .z1-div6 span {
  font-size: 0.5rem;
  color: #275293;
  height: auto;
  line-height: 0.7rem;
  display: block;
  border-left: 0.05rem solid #275293;
  padding-left: 0.12rem;
}
.w-z1-content .z1-div7 ul {
  border-top: 1px solid #ccc;
  padding-top: 0.2rem;
  letter-spacing: 1px;
}
.w-z1-content .z1-div7 ul li {
  position: relative;
  padding-left: 0.24rem;
  line-height: 0.7rem;
  overflow: hidden;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z1-content .z1-div7 ul li span {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #b7b6b6;
  border-radius: 50%;
  position: relative;
  top: 0.29rem;
  left: -0.1rem;
}
.w-z1-content .z1-div7 ul li strong {
  font-weight: bold;
  text-align-last: justify;
  margin-right: 6px;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z1-content .z1-div7 ul li a {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z1-content .z1-div7 a.more {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.2rem;
  margin-bottom: 0.24rem;
  border: 1px solid #d6d6d6;
  background: #eee;
  text-align: center;
  font-size: 16px;
  color: #504f4f;
  border-radius: 0.08rem;
}
.w-z1-content .z1-div7 a.more:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 28px;
  height: 10px;
  line-height: 10px;
  background: url(../images/wap-moreIcon.png) 0 0 no-repeat;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
.w-z2-content {
  padding: 10px;
}
.w-z2-content .z2-div1 {
  margin: 0 12px 10px;
  overflow: hidden;
}
.w-z2-content .z2-div1 .z2-1-1 {
  float: left;
  width: 38%;
  padding-top: 5px;
  margin-bottom: 10px;
  border: #dfdfdf solid 1px;
  text-align: center;
}
.w-z2-content .z2-div1 .z2-1-1 p img {
  width: 90%;
  height: 92%;
  margin: 5%;
  margin-top: 3%;
}
.w-z2-content .z2-div1 .z2-1-2 {
  float: right;
  width: 56%;
}
.w-z2-content .z2-div1 .z2-1-2 h2 {
  color: #323232;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 10px;
}
.w-z2-content .z2-div1 .z2-1-2 h3 {
  color: #323232;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.w-z2-content .z2-div1 .z2-1-2 p a img {
  width: 60%;
  margin: 8px 0;
}
.w-z2-content .z2-div2 {
  margin: 0 12px;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
}
.w-z2-content .z2-div2 h3 {
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
}
.w-z2-content .z2-div2 p {
  text-indent: 2em;
  color: #252525;
  line-height: 24px;
  font-size: 15px;
}
.w-z2-content .z2-div2 div p {
  padding: 0px;
  color: #333333;
  font-family: 微软雅黑;
  white-space: normal;
  background-color: #ffffff;
  text-indent: 2em;
  line-height: 24px;
  font-size: 15px;
}
.w-z2-content .z2-div2 div p span {
  font-family: 宋体, SimSun;
  line-height: 24px;
  font-size: 15px;
  color: #333333;
  white-space: normal;
  text-indent: 2em;
}
.w-z2-content .z2-div3 {
  margin: 0 12px;
  margin-top: 10px;
}
.w-z2-content .z2-div3 h2 {
  height: 40px;
  line-height: 40px;
  border-bottom: #c7c7c7 solid 1px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  background-size: 3px 20px;
}
.w-z2-content .z2-div3 ul {
  height: auto;
  margin: 0 0 0.5rem;
}
.w-z2-content .z2-div3 ul li {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
  padding-left: 0.24rem;
  line-height: 0.7rem;
  overflow: hidden;
  position: relative;
  margin: 0.2rem auto;
  border-bottom: 1px solid #e6e6e6;
}
.w-z2-content .z2-div3 ul li a {
  color: #232323;
}
.w-z2-content .z2-div3 ul li a em {
  font-weight: bold;
  margin-right: 5px;
  font-style: normal;
}
.w-z2-content .z2-div3 ul li span {
  float: right;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  padding-left: 0.1rem;
  color: #666;
  background: #fff;
}
.w-z2-content .z2-div3 ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.3rem;
  display: block;
  height: 0.1rem;
  width: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
.w-z3-content {
  padding: 10px;
}
.w-z3-content article {
  overflow: hidden;
  margin-top: 10px;
  display: block;
}
.w-z3-content article .z3-div1 {
  overflow: hidden;
  text-align: center;
}
.w-z3-content article .z3-div1 img {
  padding: 10px;
  border: 1px solid #dfdfdf;
  width: 152px;
}
.w-z3-content article .z3-div2 {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18.72px;
}
.w-z3-content article .z3-div3 {
  margin-bottom: 20px;
}
.w-z3-content article .z3-div3 h3 {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.w-z3-content article .z3-div3 h3:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  content: '';
  width: 2px;
  height: 18px;
  float: left;
  margin-top: -9px;
  line-height: 18px;
  background-color: #275293;
}
.w-z3-content article .z3-div3 div {
  padding: 10px 5px 0;
  line-height: 1.6em;
  font-size: 15px;
  color: #333;
}
.w-z3-content article .z3-div3 div p {
  text-indent: 2em;
  margin-top: 15px;
}
.w-z3-content article .z3-div3 div p span {
  font-family: 宋体, SimSun;
}
.w-z4-content {
  padding: 10px;
}
.w-z4-content div {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z4-content div .z4-div1 {
  margin-bottom: 20px;
}
.w-z4-content div .z4-div1 .z4-div1-1 {
  line-height: 39px;
  position: relative;
  height: 39px;
  border-bottom: 1px solid #e1e1e1;
  background: #f9f9f9;
}
.w-z4-content div .z4-div1 .z4-div1-1 h3 {
  font-size: 16px;
  line-height: 38px;
  float: left;
  padding: 0 5%;
  color: #3364ab;
  border: 1px solid #e1e1e1;
  border-top: 2px solid #3364ab;
  border-bottom: 0;
  background: #f9f9f9;
}
.w-z4-content div .z4-div1 .z4-div1-1 h3 a {
  color: #3364ab;
}
.w-z4-content div .z4-div1 .z4-div1-2 {
  clear: both;
  overflow: hidden;
  padding: 3% 0 0 0;
}
.w-z4-content div .z4-div1 .z4-div1-2 ul li {
  position: relative;
  z-index: 1;
  padding-left: 12px;
  line-height: 36px;
  overflow: hidden;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-z4-content div .z4-div1 .z4-div1-2 ul li a {
  -webkit-tap-highlight-color: transparent;
  color: #333;
}
.w-z4-content div .z4-div1 .z4-div1-2 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 3;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
.w-z4-content div .z4-div1 .z4-div1-2 a.more {
  font-size: 14px;
  line-height: 40px;
  display: block;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  color: #666;
  background: #eee;
}
.w-z4-content div .z4-div1 .z4-div1-2 a.more:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 28px;
  height: 10px;
  line-height: 10px;
  background: url(../images/wap-moreIcon.gif) 0 0 no-repeat;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
.w-z5-search {
  width: 90%;
  color: #262626;
  margin: 0.2rem auto 0;
  position: relative;
  min-height: 0.9rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #c7c7c7;
}
.w-z5-search .z5-span {
  position: relative;
  left: 9px;
  top: 3px;
}
.w-z5-search span {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z5-search input {
  height: 0.9rem;
  color: #373737;
  line-height: 0.9rem;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  width: 5.6rem;
  text-indent: 0.2rem;
  box-sizing: border-box;
  padding-right: 73px;
}
.w-z5-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 0.9rem;
  background: url(../images/wap-z-search.png) no-repeat center center;
  outline: none;
}
.w-z5-content {
  width: 90%;
  margin: 0 auto;
}
.w-z5-content h3 {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 16px;
  border-left: 0.05rem solid #275293;
  padding-left: 0.12rem;
  color: #000;
  margin: 0.2rem auto;
}
.w-z5-content ul {
  margin: 0;
  height: auto;
}
.w-z5-content ul li {
  padding-left: 0.24rem;
  line-height: 0.7rem;
  overflow: hidden;
  position: relative;
  margin: 0.2rem auto;
  border-bottom: 1px solid #e6e6e6;
}
.w-z5-content ul li a {
  color: #232323;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z5-content ul li a:hover {
  text-decoration: underline;
}
.w-z5-content ul li span {
  float: right;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  padding-left: 0.1rem;
  color: #666;
  background: #fff;
  font-style: normal;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z5-content ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.3rem;
  display: block;
  height: 0.1rem;
  width: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
.w-z5-content .fenye {
  padding: 12px 5px;
  text-align: center;
  line-height: 22px;
  color: #275293;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z5-content .fenye a {
  text-align: center;
  line-height: 22px;
  color: #275293;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
  margin-left: 7px;
  display: inline-block;
}
.w-z5-content .fenye a:hover {
  text-decoration: underline;
}
.w-z5-content .fenye .fenye1 i {
  font-style: normal;
}
.w-z6-date {
  width: 336px;
  margin: 0 auto ;
  transform: scale(0.91) translateY(-20px);
  overflow-x: hidden;
  position: relative;
  left: -8px;
}
.w-z6-date .d-box {
  width: 336px;
  margin-right: 0px !important;
  margin-top: 20px;
  float: left;
}
.w-z6-date .d-box .d-div {
  position: relative;
  padding: 10px;
  width: 336px;
  color: #333;
  font-size: 9pt;
}
.w-z6-content {
  overflow: hidden;
  padding: 0 0.26rem;
}
.w-z6-content div {
  position: relative;
  z-index: 1;
  padding: 0 0 8px 0.3rem;
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #275293;
  border-bottom: 1px solid #ccc;
}
.w-z6-content div span {
  display: block;
}
.w-z6-content div:after {
  position: absolute;
  z-index: 1;
  left: 0.12rem;
  top: 0;
  content: " ";
  width: 0.05rem;
  height: 1.4rem;
  float: left;
  background-color: #275293;
}
.w-z6-content ul {
  position: relative;
  z-index: 1;
  padding: 0.25rem 0 8px 0;
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #275293;
  border-bottom: 1px solid #ccc;
}
.w-z6-content ul li {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 0.24rem;
  line-height: 0.7rem;
  overflow: hidden;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
  color: #000;
}
.w-z6-content ul li strong {
  font-weight: bold;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
  margin-right: 8px;
}
.w-z6-content ul li span {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.w-z6-content ul li:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.28rem;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #b7b6b6;
  border-radius: 50%;
}
/****政府公开-市政府领导工作动态 日历****/
#cal-wrap {
  width: 336px;
  background: #b8d6f2 url(../images/wap-calendarbg.png) center top no-repeat;
  position: relative;
  top: -10px;
  left: -10px;
}
#cal-wrap > span {
  width: 46px;
  height: 51px;
  margin: 1px;
  line-height: 49px;
  text-align: center;
  color: #000;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  padding: 1px;
  box-sizing: border-box;
  float: left;
}
#cal-wrap > .week {
  color: #264c95;
  font-size: 16px;
  cursor: default !important;
  width: 46px;
  height: 51px;
  margin: 1px;
  line-height: 49px;
  text-align: center;
  border-radius: 50%;
  padding: 1px;
  box-sizing: border-box;
  float: left;
}
#cal-wrap > .week:hover {
  text-decoration: none!important;
}
.past,
.next {
  color: #999 !important;
}
.fur {
  color: #000 !important;
}
.holiday {
  color: #65a4f3 !important;
}
.fur2 {
  color: #999 !important;
  pointer-events: none;
  cursor: default;
}
.today {
  background: #65a2f3;
  color: #ffffff !important;
}
.cal-title {
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
  line-height: 40px;
  position: relative;
}
.cal-left-btn,
.cal-right-btn {
  cursor: pointer;
}
.cal-left-btn {
  background: url(../images/wap-img.png) no-repeat 0 -10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 12px;
  left: -26px;
  margin-left: 22px;
}
.cal-left-btn2 {
  background: url(../images/wap-img.png) no-repeat 0 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 12px;
}
.cal-right-btn {
  background: url(../images/wap-img.png) no-repeat 0 -25px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 12px;
  left: 76px;
}
.cal-right-btn2 {
  background: url(../images/wap-img.png) no-repeat 0 -40px;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 12px;
  left: 70px;
}
.add-btn {
  display: inline-block;
  background: url(../images/wap-img.png) no-repeat 8px -68px;
  width: 16px;
  height: 16px;
  position: relative;
  left: -38px;
  top: 14px;
  cursor: pointer;
}
.year-area {
  display: none;
  left: 111px;
  width: 68px;
  position: absolute;
  z-index: 1;
  margin-top: 20px;
  margin-left: -1px;
  padding: 2px;
  top: -2px;
  border: none !important;
}
.year-area input {
  margin: 0 10px;
  width: 56px;
  height: 20px;
  border: 1px solid #dcdcdc;
  line-height: 20px;
  font-size: 13px;
  cursor: pointer;
  background: #fff url(../images/wap-img.png) no-repeat 38px -68px;
  padding: 0 20px 0 9px;
  box-sizing: border-box;
  position: relative;
  left: -11px;
  top: -2px;
}
.year-area table {
  width: 100%;
  height: 120px;
  position: relative;
  top: -23px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  left: -1px;
}
.year-area table tr {
  height: auto!important;
  border-bottom: none!important;
}
.year-area table tr td {
  padding: 0;
  text-align: center;
  font-size: 9pt;
  line-height: 20px;
  cursor: pointer;
  background: #fff;
  border: none!important;
  color: #999;
  width: 34px;
  height: 20px;
}
.year-area table tr td:hover {
  color: #fff;
  background: #2b76bd;
}
.show {
  display: block !important;
}
.year-area2 {
  display: none;
  left: 184px;
  width: 68px;
  position: absolute;
  z-index: 1;
  margin-top: 20px;
  margin-left: -1px;
  padding: 2px;
  top: -2px;
  border: none !important;
}
.year-area2 input {
  margin: 0 10px;
  width: 56px;
  height: 20px;
  border: 1px solid #dcdcdc;
  line-height: 20px;
  font-size: 13px;
  cursor: pointer;
  background: #fff url(../images/wap-img.png) no-repeat 38px -68px;
  padding: 0 20px 0 9px;
  box-sizing: border-box;
  position: relative;
  left: -12px;
  top: -2px;
}
.year-area2 table {
  width: 100%;
  height: 120px;
  position: relative;
  top: -23px;
  box-sizing: border-box;
  left: -2px;
}
.year-area2 table .tt > td {
  float: left;
  width: 50%;
  display: inline-block;
}
.year-area2 table tr {
  background: #fff;
  height: auto!important;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: none;
  border-top: none;
  box-sizing: border-box;
}
.year-area2 table tr td {
  padding: 0;
  text-align: center;
  font-size: 9pt;
  line-height: 20px;
  cursor: pointer;
  background: #fff;
  color: #999;
  width: 34px;
  height: 20px;
  box-sizing: border-box;
  border: none!important;
}
.year-area2 table tr td:hover {
  color: #fff;
  background: #2b76bd;
}
.year-area2 table .first-tr {
  border-top: 1px solid #dcdcdc;
}
.year-area2 table .last-tr {
  border-bottom: 1px solid #dcdcdc;
  width: 69px;
  display: inline-block;
  position: relative;
  top: -11px;
}
.year-area2 table .last-tr > td {
  float: left;
  width: 33%;
}
.cal-title-content {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  background: url(../images/wap-img.png) no-repeat 40px -68px;
  line-height: 47px;
  position: relative;
  left: -13px;
}
.ct1 {
  position: relative;
  left: 38px!important;
  top: -2px !important;
}
.at1 {
  left: 31px;
}
.at2 {
  left: 47px;
}
.wek {
  color: #65a4f3;
}
.next:hover {
  background-color: #65a2f3;
  color: #fff !important;
  border-radius: 50%;
}
.past:hover {
  background-color: #65a2f3;
  color: #fff !important;
  border-radius: 50%;
}
.fur:hover {
  background-color: #65a2f3;
  color: #fff !important;
  border-radius: 50%;
}
.now:hover {
  background-color: #65a2f3;
  color: #fff !important;
  border-radius: 50%;
}
.w-z7-content .w-z7-box {
  overflow-x: hidden;
  margin-bottom: 45px;
}
.w-z7-content .w-z7-box .w-z7-1 {
  width: 100%;
  position: relative;
  height: 42px;
  line-height: 42px;
  background: #f3f2f2;
  border-left: 9px solid #275293;
  border-bottom: 1px solid #275293;
}
.w-z7-content .w-z7-box .w-z7-1 span {
  display: block;
  width: 290px;
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  line-height: 42px;
  text-indent: 24px;
}
.w-z7-content .w-z7-box .w-z7-1 span a {
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  text-indent: 24px;
}
.w-z7-content .w-z7-box .w-z7-1 ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
  height: 42px;
}
.w-z7-content .w-z7-box .w-z7-1 ul .on {
  background: #275293 !important;
  color: #fff !important;
  font-weight: bold!important;
  border-color: #275293 !important;
}
.w-z7-content .w-z7-box .w-z7-1 ul .on a {
  color: #fff !important;
}
.w-z7-content .w-z7-box .w-z7-1 ul .w-z7-tab1 {
  float: left;
  background: #0e6dcc;
  display: inline-block;
  position: relative;
  left: -8px;
  width: 49%;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  background: #fff;
}
.w-z7-content .w-z7-box .w-z7-1 ul .w-z7-tab1 a {
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}
.w-z7-content .w-z7-box .w-z7-1 ul .w-z7-tab2 {
  float: left;
  background: #0e6dcc;
  display: inline-block;
  position: relative;
  left: -8px;
  width: 49%;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  background: #fff;
}
.w-z7-content .w-z7-box .w-z7-1 ul .w-z7-tab2 a {
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}
.w-z7-content .w-z7-box .w-z7-1 ul .w-z7-tab3 {
  float: left;
  background: #0e6dcc;
  display: inline-block;
  position: relative;
  left: -8px;
  width: 49%;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  background: #fff;
}
.w-z7-content .w-z7-box .w-z7-1 ul .w-z7-tab3 a {
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}
.w-z7-content .w-z7-box .w-z7-1 ul .w-z7-tab4 {
  float: left;
  background: #0e6dcc;
  display: inline-block;
  position: relative;
  left: -8px;
  width: 49%;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  background: #fff;
}
.w-z7-content .w-z7-box .w-z7-1 ul .w-z7-tab4 a {
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}
.w-z7-content .w-z7-box .w-z7-1 .w-z7-tab1:hover {
  background: #275293;
  color: #fff;
  font-weight: bold;
  border-color: #275293;
}
.w-z7-content .w-z7-box .w-z7-1 .w-z7-tab1:hover a {
  color: #fff;
}
.w-z7-content .w-z7-box .w-z7-2 ul {
  padding: 0 20px;
  border: 1px solid #275293;
}
.w-z7-content .w-z7-box .w-z7-2 ul .outter-li {
  display: none;
}
.w-z7-content .w-z7-box .w-z7-2 ul li .show {
  display: block!important;
}
.w-z7-content .w-z7-box .w-z7-2 ul li ul {
  border: none;
  padding: 15px 0;
  letter-spacing: 1px;
}
.w-z7-content .w-z7-box .w-z7-2 ul li ul li {
  background: url(../images/wap-zs_jt.png) no-repeat 10px center;
  padding-left: 25px;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  position: relative;
}
.w-z7-content .w-z7-box .w-z7-2 ul li ul li span {
  float: right;
  font-style: normal;
  margin-left: 5px;
  color: #999;
  line-height: 36px;
  white-space: nowrap;
  font-size: 14px;
}
.w-z7-content .w-z7-box .w-z7-2 ul li ul li a {
  display: inline-block;
  max-width: 156px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 0;
  font-size: 16px;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}
.w-z7-content .w-z7-box .w-z7-2 ul li ul li a:hover {
  text-decoration: underline;
}
.w-z7-content .w-z7-box .w-z7-2 ul li .fenye {
  border-top: 1px solid #dcdcdc;
  height: 66px;
  line-height: 66px;
  font-size: 14px;
  color: #275293;
  text-align: right;
}
.w-z7-content .w-z7-box .w-z7-2 ul li .fenye a.more {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.2rem;
  margin-bottom: 0.24rem;
  border: 1px solid #d6d6d6;
  background: #eee;
  text-align: center;
  font-size: 16px;
  color: #504f4f;
  border-radius: 0.08rem;
}
.w-z7-content .w-z7-box .w-z7-2 ul li .fenye a.more:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 28px;
  height: 10px;
  line-height: 10px;
  background: url(../images/wap-moreIcon.gif) 0 0 no-repeat;
  background-size: 28px auto;
}
/****wap-重庆产业园区****/
.w-nz1-dl {
  margin-top: -10px;
  overflow: hidden;
  padding: 0 10px;
}
.w-nz1-dl dd {
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: none;
}
.w-nz1-dl dd ul li {
  width: 50%;
  float: left;
  padding: 4% 0;
  border-bottom: 1px solid #e6e6e6;
}
.w-nz1-dl dd ul li a {
  display: block;
  padding: 0 5px;
}
.w-nz1-dl dd ul li a img {
  width: 100%;
  height: auto;
}
.w-nz1-dl dd p {
  padding: 15px 0;
}
.w-nz1-dl dd p a img {
  width: 100%;
  height: auto;
}
.w-nz1-dl dt {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  height: 36px;
  line-height: 36px;
  padding-left: 30px;
  text-indent: -9999px;
  font-size: 14px;
  color: white;
  background-size: 100% 100% !important;
}
.w-nz1-dl .on + dd {
  display: block !important;
}
.w-nz1-dl .on > span:before {
  margin-top: -16px;
  border-top-color: transparent;
  border-bottom-color: white;
}
.w-nz1-dl dt.dt1 {
  background: url(../images/zhaosname1.png) left top no-repeat;
  margin-top: 27px;
}
.w-nz1-dl dt > span:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  float: left;
  margin-top: -4px;
  content: '';
  border: 8px solid transparent;
  border-top: 8px solid white;
}
.w-nz1-dl dt > span.on:before {
  margin-top: -16px;
  border-top-color: transparent;
  border-bottom-color: white;
}
.w-nz1-dl dt.dt2 {
  background: url(../images/zhaosname2.png) left top no-repeat;
}
.w-nz1-dl dt.dt3 {
  background: url(../images/zhaosname3.png) left top no-repeat;
}
.w-nz1-dl dt.dt4 {
  background: url(../images/zhaosname4.png) left top no-repeat;
}
.w-nz1-div {
  width: 90%;
  margin: 0.2rem auto;
}
.w-nz1-div h3 {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.w-nz1-div h3:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  content: '';
  width: 2px;
  height: 18px;
  float: left;
  margin-top: -9px;
  line-height: 18px;
  background-color: #275293;
}
.w-nz1-div ul {
  overflow: hidden;
  margin-top: 10px;
}
.w-nz1-div ul li.areali {
  position: relative;
  z-index: 1;
  width: 33.3%;
  float: left;
  line-height: 36px;
  font-size: 16px;
  text-indent: 0.5rem;
}
.w-nz1-div ul li.areali a {
  line-height: 36px;
  font-size: 16px;
  text-indent: 0.5rem;
  color: #333;
}
.w-nz1-div ul li.whiteli {
  background: #f7f7f7 !important;
}
.w-nz1-div ul li.whiteli a {
  line-height: 36px;
  font-size: 16px;
  text-indent: 0.5rem;
  color: #333;
}
.w-nz1-div ul li.whiteli:before {
  content: " ";
  position: absolute;
  left: 0.2rem;
  top: 0.3rem;
  display: block;
  height: 0.1rem;
  width: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
.w-nz1-div ul li.areali:before {
  content: " ";
  position: absolute;
  left: 0.2rem;
  top: 0.3rem;
  display: block;
  height: 0.1rem;
  width: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
/****wap-市政府-重点领域信息-概览****/
.w-nz2-content {
  overflow: hidden;
  margin: 20px 0 50px 0;
}
.w-nz2-content .w-nz2-top {
  line-height: 1.5;
  font-size: 0.32rem;
  color: #275293;
  padding: 0.22rem;
  font-weight: bold;
  height: 55px;
  border-bottom: solid 3px #cfcfcf;
}
.w-nz2-content .w-nz2-top span {
  width: 309px;
  height: 55px;
  display: block;
  border-bottom: solid 3px #275293;
  font-size: 22px;
  line-height: 55px;
  text-indent: 1rem;
  color: #1e1e1e;
}
.w-nz2-content .w-nz2-bottom {
  padding: 0 0.22rem 0.2rem;
  font-size: 0.2rem;
  text-align: left;
  background-color: white;
  width: 100%;
  margin: 0 auto;
}
.w-nz2-content .w-nz2-bottom li {
  height: 416px;
  display: block;
  float: left;
  margin: 0 auto;
  margin-right: 5px;
  position: relative;
  margin-top: 10px;
  width: 87%;
  left: 7.5%;
}
.w-nz2-content .w-nz2-bottom li a {
  display: block;
}
.w-nz2-content .w-nz2-bottom li a img {
  height: 416px;
  width: 92%;
}
.w-nz2-content .w-nz2-bottom li img {
  height: 416px;
  width: 92%;
}
.w-nz2-content .w-nz2-bottom li div.xm {
  position: absolute;
  top: 424px;
  left: 0;
  width: 92%;
  height: 416px;
}
.w-nz2-content .w-nz2-bottom li div.xm1 {
  background: url(../images/xmbg.png) no-repeat center center;
  background-size: 100% 100%;
}
.w-nz2-content .w-nz2-bottom li div.xm1 span {
  width: 75%;
  height: 68px;
  border-bottom: solid 1px #155788;
  margin: 0 auto;
  line-height: 68px;
  display: block;
  text-align: center;
  color: #155788;
  font-size: 24px;
  font-weight: bold;
}
.w-nz2-content .w-nz2-bottom li div.xm1 span img {
  width: 33px;
  height: 29px;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.w-nz2-content .w-nz2-bottom li div.xm1 ul {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.w-nz2-content .w-nz2-bottom li div.xm1 ul li {
  margin-top: 3px!important;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #000000;
  padding-left: 14px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-nz2-content .w-nz2-bottom li div.xm1 ul li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: left;
  text-indent: 5%;
  max-width: 85%;
}
.w-nz2-content .w-nz2-bottom li div.xm1 ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #155788;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 15px;
}
.w-nz2-content .w-nz2-bottom li div.xm2 {
  background: url(../images/xmbg2.png) no-repeat center center;
  background-size: 100% 100%;
}
.w-nz2-content .w-nz2-bottom li div.xm2 span {
  width: 75%;
  height: 68px;
  border-bottom: solid 1px #155788;
  margin: 0 auto;
  line-height: 68px;
  display: block;
  text-align: center;
  color: #e2ac00;
  font-size: 24px;
  font-weight: bold;
}
.w-nz2-content .w-nz2-bottom li div.xm2 span img {
  width: 33px;
  height: 29px;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.w-nz2-content .w-nz2-bottom li div.xm2 ul {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.w-nz2-content .w-nz2-bottom li div.xm2 ul li {
  margin-top: 3px!important;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #000000;
  padding-left: 14px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-nz2-content .w-nz2-bottom li div.xm2 ul li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: left;
  text-indent: 5%;
  max-width: 85%;
}
.w-nz2-content .w-nz2-bottom li div.xm2 ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #155788;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 15px;
}
.w-nz2-content .w-nz2-bottom li div.xm3 {
  background: url(../images/xmbg3.png) no-repeat center center;
  background-size: 100% 100%;
}
.w-nz2-content .w-nz2-bottom li div.xm3 span {
  width: 75%;
  height: 68px;
  border-bottom: solid 1px #155788;
  margin: 0 auto;
  line-height: 68px;
  display: block;
  text-align: center;
  color: #155788;
  font-size: 24px;
  font-weight: bold;
}
.w-nz2-content .w-nz2-bottom li div.xm3 span img {
  width: 33px;
  height: 29px;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.w-nz2-content .w-nz2-bottom li div.xm3 ul {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.w-nz2-content .w-nz2-bottom li div.xm3 ul li {
  margin-top: 3px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #000000;
  padding-left: 14px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-nz2-content .w-nz2-bottom li div.xm3 ul li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: left;
  text-indent: 5%;
  max-width: 85%;
}
.w-nz2-content .w-nz2-bottom li div.xm3 ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #155788;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 15px;
}

@charset "utf-8";
/*
  * @Description: 主入口文件
  * @Company: TRS
  * @Date: 2019-08-15 14:39:22
  * @LastEditors: xhy
 */
/****首页****/
.wxhy-c1 {
  width: 100%;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
}
.wxhy-carousel-img li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wxhy-carousel-img li img {
  width: 100%;
  height: 3.5rem;
}
.wxhy-carousel-text {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 0.78rem;
  bottom: 0;
  background: url(../images/wap-bg7.png) no-repeat;
}
.wxhy-carousel-text li {
  width: 100%;
  height: 100%;
}
.wxhy-carousel-text li a {
  color: #fff;
  font-size: 16px;
  line-height: 0.78rem;
  display: inline-block;
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0.2rem;
}
.pagination {
  position: absolute;
  bottom: 0.28rem;
  right: 0.18rem;
}
.pagination span {
  float: left;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: #fff;
  border-radius: 50%;
  margin-top: 0.02rem;
}
.pagination span.active {
  background: #8dafd7;
}
.wxhy-c2 {
  margin-top: 0.3rem;
  padding: 0 0.2rem;
}
.wxhy-tabas {
  width: 100%;
  height: 0.75rem;
  border-bottom: 2px solid #c1c1c1;
}
.wxhy-tabas a {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #000;
  width: 2.3rem;
  height: 100%;
  line-height: 0.75rem;
}
.wxhy-tabas a.cur {
  border-bottom: 2px solid #2860b5;
}
.wxhy-items {
  padding: 0.1rem 0.05rem;
  width: 100%;
}
.wxhy-itemsul li {
  width: 100%;
  line-height: 0.7rem;
}
.wxhy-itemsul li a {
  display: inline-block;
  padding-left: 0.2rem;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  max-width: 90%;
  background: url(../images/wap-wz_dian.png) no-repeat left 0.3rem;
  background-size: 0.1rem 0.1rem;
}
.wxhy-c2amore {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.3rem;
  margin-bottom: 0.24rem;
  border: 1px solid #d6d6d6;
  background: #eee;
  text-align: center;
  font-size: 16px;
  color: #504f4f;
  border-radius: 0.08rem;
}
.wxhy-c2amore:after {
  display: inline-block;
  content: '';
  margin-left: 0.04rem;
  width: 28px;
  height: 10px;
  line-height: 0.1rem;
  background: url(../images/wap-moreIcon.gif) 0 0 no-repeat;
  background-size: 28px auto;
}
.wxhy-dis {
  background-color: #fff;
  padding: 0.2rem 0.2rem 0;
  border-top: 0.15rem solid #eee;
}
.wxhy-c3t {
  height: 44px;
  border-bottom: 2px solid #cfcfcf;
  border-radius: 0.1rem 0.1rem 0 0;
  background: #f4f4f4 url(../images/wap-indBoxBg.png) right top no-repeat;
  -webkit-background-size: 1.82rem auto;
  background-size: 182px auto;
}
.wxhy-c3t a {
  display: inline-block;
}
.wxhy-c3tl {
  padding: 0 0.15rem 0 0.32rem;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 44px;
  border-bottom: 2px solid #2860b5;
}
.wxhy-c3tl::before {
  margin: 0.33rem 0.05rem 0 0;
  content: '';
  width: 18px;
  height: 22px;
  float: left;
  overflow: hidden;
  background: url(../images/wap-indIcon.png) left top no-repeat;
  background-size: 18px auto;
}
.wxhy-c3t a:nth-child(2) {
  font-size: 16px;
  line-height: 44px;
  margin-right: 0.2rem;
}
.wxhy-zfce {
  padding-top: 0.2rem;
  margin-left: 0.1rem;
}
.wxhy-leaderimg img {
  width: 2.15rem;
  height: 2.7rem;
  padding: 0.12rem;
  border: 0.01rem solid #e5e5e5;
}
.wxhy-zfctext {
  margin-left: 0.2rem;
  width: 4rem;
}
.wxhy-zfct2 {
  border-bottom: none;
  color: #131313;
  font-weight: bold;
  font-size: 0.44rem;
  line-height: 0.5rem;
}
.wxhy-zfct3 {
  padding-top: 0.1rem;
  font-size: 12px;
  line-height: 0.45rem;
  color: #3e3e3e;
  font-family: '宋体, SimSun';
}
.wxhy-c3as {
  margin-top: 0.25rem;
  border-top: 1px solid #e5e5e5;
}
.wxhy-c3as a {
  width: 50%;
  display: inline-block;
  line-height: 0.76rem;
  height: 0.76rem;
  font-size: 0.32rem;
  border-bottom: 1px solid #e5e5e5;
  color: #373737;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.wxhy-c3b {
  display: block;
  margin-top: 0.2rem;
}
.wxhy-c3b img {
  width: 100%;
  height: auto;
}
.wxhy-c4 {
  margin-top: 0.2rem;
}
.wxhy-c4 a {
  display: block;
  margin-bottom: 0.2rem;
}
.wxhy-c4 a img {
  border-radius: 0.06rem;
  width: 100%;
  height: auto;
}
.wxhy-c5t {
  background-position: right -50px;
}
.wxhy-c5t a:first-child::before {
  background-position: left -0.75rem;
}
.wxhy-car2 {
  margin: 0.2rem 0 0 0.1rem;
  width: 97%;
  height: 3rem;
  position: relative;
  overflow: hidden;
}
.wxhy-c5c {
  margin-top: 0.15rem;
  width: 100%;
  border-bottom: 0.01rem solid #c7c7c7;
}
.wxhy-c5c a {
  font-weight: bold;
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 16px;
  border-left: 0.05rem solid #275293;
  padding-left: 0.12rem;
  color: #464646;
}
.wxhy-c5mes {
  position: relative;
}
.wxhy-c5mes p {
  margin-top: 0.12rem;
  font-size: 14px;
  line-height: 0.52rem;
}
.wxhy-c5mes a {
  right: 3rem;
  bottom: 0rem;
  position: absolute;
  color: #275293;
  font-size: 14px;
  line-height: 0.42rem;
  text-indent: 2em;
}
.wxhy-c6t {
  background-position: right -150px;
}
.wxhy-c6t a:first-child::before {
  background-position: left -63px;
}
.wxhy-c6tr {
  margin: 0.25rem 0.3rem 0 0;
}
.wxhy-c6tr a {
  font-size: 16px;
}
.wxhy-c6tr span {
  font-size: 16px;
  padding: 0 0.15rem;
}
.wxhy-c6mes .wxhy-itemsul {
  padding: 0.1rem 0 0 0.05rem;
}
.wxhy-c6mes .wxhy-itemsul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wxhy-c7t a:first-child::before {
  background-position: left -94px;
}
.wxhy-c7a1 {
  display: block;
  margin: 0.15rem auto 0 auto;
  padding-left: 0.15rem;
}
.wxhy-c7a1 img {
  width: 97%;
  height: auto;
}
.wxhy-c7a2 {
  width: 95%;
  margin: 0.15rem 0 0.4rem 0;
  text-align: center;
  padding-left: 0.13rem;
}
.wxhy-c7a2 a {
  display: inline-block;
}
.wxhy-c7a2 a:first-child {
  margin-right: 0.2rem;
}
.wxhy-c7a2 a img {
  width: 3.2rem;
}
/***互动交流-在线访谈1****/
.wxhy-ac {
  padding: 10px;
}
.wxhy-ac1 {
  display: inline-block;
  padding: 10px 0;
  font-size: 26px;
  line-height: 1.5;
  color: #0068B7;
  font-weight: normal;
  text-align: center;
}
.wxhy-ac2 {
  padding: 3%;
}
.wxhy-ac2 a img {
  width: 100%;
}
.wxhy-acn1 {
  margin-top: 10px;
}
.wxhy-acn1 span {
  font-size: 16px;
  display: block;
}
.wxhy-acn1 span:first-child {
  width: 50px;
  color: #000;
  font-weight: bold;
}
.wxhy-acn1 span:last-child {
  margin-left: 50px;
}
.wxhy-intro .wxhy-acn1 span:first-child {
  font-size: 14px;
}
.wxhy-intro .wxhy-acn1 span:last-child {
  color: #666;
  font-size: 14px;
  display: inline;
  margin-left: 0px;
  line-height: 25px;
}
.wxhy-acn2 {
  font-size: 16px;
}
.wxhy-acn2 a {
  display: block;
  border-radius: 3px;
  margin: 5px 0 10px 0;
  background: #C01E32;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.wxhy-acn3 a {
  display: inline-block;
  width: 48%;
  margin-bottom: 3%;
  border-radius: 3px;
  background: #0068B7;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.wxhy-acn3 a:nth-child(1),
.wxhy-acn3 a:nth-child(3) {
  margin-right: 10px;
}
.wxhy-acn4t {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #dcdcdc;
}
.wxhy-acn4t a {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #d34f12;
  color: #d34f12;
}
.wxhy-acn4c {
  font-size: 16px;
}
.wxhy-acn4c li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.wxhy-acn4c li span {
  color: #0068B7;
}
.wxhy-acn4c li p {
  line-height: 28px;
  color: #666;
  font-family: '宋体, SimSun';
}
.wxhy-acn5 {
  height: 40px;
  line-height: 40px;
  background: #eee;
  display: block;
  text-align: center;
  margin: 15px 0;
  color: #333;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 3px;
}
/****互动交流 - 公开信箱统计 - 首页***/
.wxhy-bc {
  padding: 0 10px;
}
.wxhy-bc1 {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.wxhy-bc1 img {
  width: 100%;
  border-radius: 4px;
}
.wxhy-bctab {
  margin-top: 20px;
}
.wxhy-bc2lft a {
  display: inline-block;
  width: 31%;
  height: 36px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: url(../images/wxhy-acbg.jpg) no-repeat;
  margin-left: 10px;
  border-radius: 3px;
}
.wxhy-bc2lft a:first-child {
  margin-left: 0;
}
.wxhy-bc2lft a.cur {
  background: #e8f2ff;
  border: 1px solid #adccf5;
  border-radius: 4px;
  box-sizing: border-box;
  color: #275293;
}
.wxhy-bc2lfb {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-bottom: 15px;
}
.wxhy-bc2lfbt {
  line-height: 34px;
  height: 34px;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.wxhy-bc2lfbt a {
  line-height: 34px;
  height: 34px;
  font-size: 12px;
  font-family: "微软雅黑";
  color: #275394;
  border-bottom: 1px solid #2860b5;
  box-sizing: border-box;
  float: left;
  padding: 0 18px;
}
.wxhy-bc2lfbb {
  background: url(../images/wxhy-acbg2.jpg) no-repeat;
  background-size: 60% auto;
  width: 88%;
  margin: 15px auto;
}
.wxhy-bc2lfbb a {
  display: inline-block;
  height: 23px;
  margin-bottom: 12px;
  width: 80%;
  background: #e3effa;
  line-height: 23px;
  border-radius: 23px;
  text-align: center;
  font-size: 8px;
  color: #3f3f3f;
  margin-left: 40px;
}
.wxhy-bc2lfbb a span.wxhy-mun {
  color: #275293;
}
.wxhy-bc2rt {
  width: 100%;
  border: 1px solid #DCDCDC;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.wxhy-bc2rtitemt {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #DCDCDC;
  margin: 5px 15px 0;
}
.wxhy-bc2rtitemt a.wxhy-bc2rtitemtlf {
  display: inline-block;
  margin-top: 9px;
  padding-left: 10px;
  border-left: 3px solid #275293;
  color: #275293;
  line-height: 17px;
  font-size: 14px;
}
.wxhy-bc2rtitemul {
  margin-left: 20px;
}
.wxhy-bc2rtitemul li a {
  display: inline-block;
  width: 93%;
  margin: 0 auto;
  border-bottom: 1px solid #DCDCDC;
  color: #323232;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 10px;
}
.wxhy-bc2rtitemtrt {
  font-size: 12px;
  color: #275293;
  line-height: 40px;
  margin-right: 20px;
}
.wxhy-bc2rtitemtrt button {
  font-size: 12px;
  color: #333;
  margin-left: 15px;
  line-height: 40px;
}
.wxhy-bc2rtitemtrt select {
  font-size: 12px;
  margin-left: 10px;
  border: 1px solid #DCDCDC;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
  color: #3a3a3a;
  cursor: pointer;
}
.wxhy-table {
  margin: 0 auto 15px auto;
  width: 90%;
  border-width: 0;
  border-color: #cfcfcf;
  text-align: center;
  box-sizing: border-box;
  color: #444;
}
.wxhy-table tr {
  border-width: 0;
  border-bottom: 1px solid #cfcfcf;
  height: 27px;
  font-size: 10px;
}
.wxhy-table thead {
  line-height: 27px;
  color: #275293;
  background: #e8f2ff;
  cursor: default;
}
.wid1 {
  width: 10%;
}
.wid2 {
  width: 40%;
}
.wid3 {
  width: 25%;
}
.wid4 {
  width: 25%;
}
.wxhy-table tbody {
  color: #444;
  font-size: 10px;
}
.wxhy-page {
  width: 95%;
  margin-top: 10px;
}
.cwx-page {
  font-size: 0;
  text-align: center;
  clear: both;
  overflow: hidden;
}
.cwx-page .disabled {
  pointer-events: none;
  color: #8a8a8a;
}
.cwx-page a:hover,
.cwx-page span:hover {
  border: 1px solid #1258AD;
  text-decoration: none;
  color: #1258AD;
}
.cwx-page span span:hover {
  border: 0;
}
.cwx-page a,
.cwx-page span {
  font-size: 10px;
  display: inline-block;
  zoom: 1;
  border: 1px solid #E1E1E1;
  padding: 0px 4px;
  margin: 0 3px 5px 0;
  line-height: 16px;
  height: 16px;
}
.cwx-page a span,
.cwx-page span span {
  border: 0;
  margin: 0;
}
.cwx-page .act {
  background: #1258AD;
  border: 1px solid #1258AD;
  color: #fff !important;
  font-weight: bold;
}
.cwx-page select {
  margin: 0 4px;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
  font-size: 10px;
}
.cwx-page input {
  width: 24px;
  text-align: center;
  padding: 0 4px;
  outline: none;
  margin: 0 4px;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
  line-height: 22px;
}
/****互动交流在线访谈2****/
.wxhy-cc1 {
  font-weight: bold;
  display: block;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  color: #0068B7;
}
.wxhy-ccn1 {
  padding: 0 10px;
}
.wxhy-ccmes li {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.wxhy-ccmes li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}
.wxhy-ccmes li:last-child {
  border-bottom: none;
}
.wxhy-cc2 {
  margin: 10px 10px 20px 10px;
}
.wxhy-cc2 a {
  display: block;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}
/*****互动交流在线访谈3****/
.wxhy-dc1 {
  display: inline-block;
  margin: 20px 0;
  font-size: 30px;
  padding: 0 10px;
  text-align: center;
}
.wxhy-dc2 {
  padding: 0 10px;
}
.wxhy-dc2t {
  height: 56px;
  border-bottom: 2px solid #ebebeb;
}
.wxhy-dc2t a {
  margin-top: 10px;
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 22px;
  padding-left: 7px;
  border-left: 9px solid #275293;
}
.wxhy-dc2c {
  margin-top: 15px;
}
.wxhy-dc2c li {
  border: 1px solid #ddd;
  width: 270px;
  margin: 0 auto 20px auto;
  background: #fff;
  overflow: hidden;
}
.wxhy-dc2c li a {
  display: block;
  margin: 3%;
  position: relative;
  text-align: center;
}
.wxhy-dc2c li a img {
  height: auto;
  width: 100%;
}
.wxhy-dc2c li a p {
  position: absolute;
  bottom: 0px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  padding: 5px 0;
  height: 28px;
  z-index: 3;
  color: #fff;
  left: 0;
  font-size: 16px;
}
.wxhy-dc2c li a span {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  line-height: 28px;
  padding: 5px 0;
  height: 28px;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  z-index: 2;
}
/****互动交流-在线访谈4****/
.wxhy-ec {
  padding: 0 8px;
}
.wxhy-ec .wxhy-acn4c li p {
  margin-top: 8px;
}

/**
 * @Description: cwx的样式文件
 * @Company: TRS
 * @Date: 2019-08-16 16:14:16
 * @LastEditors: cwx
 */
/******************查看更多******************/
.wap-cwx-more {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.2rem;
  margin-bottom: 0.24rem;
  border: 1px solid #d6d6d6;
  background: #eee;
  text-align: center;
  font-size: 16px;
  color: #504f4f;
  border-radius: 0.08rem;
}
.wap-cwx-more::after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 28px;
  height: 10px;
  line-height: 10px;
  background: url(../images/wap-moreIcon.gif) 0 0 no-repeat;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
/****************更多按钮*****************/
.wap-cwx-more-btn {
  font-size: 14px;
  line-height: 40px;
  display: block;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  color: #666;
  background: #eee;
}
.wap-cwx-more-btn:hover {
  cursor: pointer;
}
.wap-cwx-more-btn:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 28px;
  height: 10px;
  line-height: 10px;
  background: url(../images/wap-moreIcon.gif) 0 0 no-repeat;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
/**************当前位置****************/
.wap-yourLocatin {
  padding: 0 6% 0.1rem;
  line-height: 0.5rem;
  background: url(../images/wap-pos.jpg) no-repeat 6% 0.1rem;
  margin: 0 auto;
  margin-top: 0.15rem;
  text-indent: 0.4rem;
  color: #265293;
  border-bottom: 0.01rem solid #ccc;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.wap-yourLocatin a {
  margin: 0 0.1rem;
  color: #265293;
}
/****************重庆发展首页*****************/
.wap-cwx-banner {
  display: block;
  width: 90%;
  height: auto;
  margin: 0.1rem;
}
.wap-devText {
  font-size: 14px;
  line-height: 0.52rem;
  text-indent: 2em;
  width: 90%;
  margin: 0 auto;
  border-bottom: 0.01rem solid #bfbfbf;
  padding-bottom: 0.2rem;
}
.wap-devText a {
  color: #275293;
}
.wap-cwx-c-nav-list {
  width: 90%;
  margin: 0.3rem auto 0.4rem 5%;
}
.wap-cwx-c-nav-list li {
  float: left;
  width: 25%;
  line-height: 0.8rem;
  height: 0.8rem;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: #f2f2f2;
}
.wap-cwx-c-nav-list .ac {
  border-top: 0.04rem solid #275293;
  box-sizing: border-box;
  background: #fcfcfc;
  float: left;
  width: 25%;
  line-height: 0.8rem;
  height: 0.8rem;
  font-size: 16px;
  color: #000;
}
.wap-cwx-lbt ul li a img {
  height: 4rem;
}
.wap-cwx-cqfz-content {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wap-cwx-cqfz-content .cwx-news-pic {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.wap-cwx-cqfz-content .cwx-news-pic img {
  width: 2.2rem;
  height: 1.7rem;
}
.wap-cwx-cqfz-content .cwx-news-list li {
  position: relative;
}
.wap-cwx-cqfz-content .cwx-news-list li.n:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  z-index: 3;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
.wap-cwx-cqfz-content .cwx-news-list li.n .date {
  position: absolute;
  right: 0;
  top: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 14px;
  width: 15%;
  text-align: center;
}
.wap-cwx-cqfz-content .cwx-news-list li.n a {
  text-indent: 0.3rem;
  display: block;
  width: 85%;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #373737;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wap-cwx-cqfz-content .cwx-news-list li.n a:hover {
  cursor: pointer;
}
.wap-cwx-cqfz-content .cwx-news-list .first {
  margin: 0.2rem auto;
  padding: 0 0 5px;
  height: 2rem;
  border-bottom: none;
  overflow: hidden;
  position: relative;
}
.wap-cwx-cqfz-content .cwx-news-list .first .con {
  margin-left: 2.6rem;
  overflow: hidden;
}
.wap-cwx-cqfz-content .cwx-news-list .first .con .tit {
  margin: 0;
  font-weight: normal;
  line-height: 0.5rem;
  max-height: 1rem;
  font-size: 14px;
  display: block;
  overflow: hidden;
  color: #373737;
}
.wap-cwx-cqfz-content .cwx-news-list .first .con .tx {
  line-height: 0.4rem;
  max-height: 0.8rem;
  overflow: hidden;
  font-size: 14px;
  color: #606060;
  height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*******************概览2*****************/
.wap-cwx-pd10 {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
  padding: 10px;
  padding-bottom: 0px;
}
.wap-cwx-mb20 {
  margin-bottom: 20px;
}
.wap-cwx-mb20 .wap-cwx-mHd {
  line-height: 39px;
  position: relative;
  height: 39px;
  border-bottom: 1px solid #e1e1e1;
  background: #f9f9f9;
}
.wap-cwx-mb20 .wap-cwx-mHd h1 {
  font-size: 16px;
  line-height: 38px;
  float: left;
  padding: 0 5%;
  color: #3364ab;
  border: 1px solid #e1e1e1;
  border-top: 2px solid #3364ab;
  border-bottom: 0;
  background: #f9f9f9;
}
.wap-cwx-mb20 .wap-cwx-mBd {
  clear: both;
  overflow: hidden;
  padding: 3% 0 0 0;
}
.wap-cwx-mb20 .wap-cwx-mBd .wap-pic-news-list {
  overflow: hidden;
  text-align: center;
}
.wap-cwx-mb20 .wap-cwx-mBd .wap-pic-news-list li {
  position: relative;
  overflow: hidden;
  width: 48%;
  margin: 0 0 3% 0;
  border: 1px solid #ddd;
  background: #fff;
}
.wap-cwx-mb20 .wap-cwx-mBd .wap-pic-news-list li .pic {
  margin: 2%;
}
.wap-cwx-mb20 .wap-cwx-mBd .wap-pic-news-list li .pic a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #333;
}
.wap-cwx-mb20 .wap-cwx-mBd .wap-pic-news-list li .pic a img {
  width: 100%;
  height: auto;
}
.wap-cwx-mb20 .wap-cwx-mBd .wap-pic-news-list li .pic span {
  line-height: 28px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 96%;
  height: 28px;
  margin: 2%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
  z-index: 2;
  opacity: 0.6;
  background: #000;
}
.wap-cwx-mb20 .wap-cwx-mBd .wap-pic-news-list li .pic .tit {
  line-height: 28px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 96%;
  height: 28px;
  margin: 2%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
}
.wap-cwx-mb20 .wap-cwx-mBd .wap-pic-news-list li .pic .tit a {
  font-size: 14px;
  display: block;
  padding: 0 10px;
  color: #fff;
}
.wap-cwx-mb20 .wap-cwx-mBd .wap-pic-news-list li .pic .tit a:hover {
  cursor: pointer;
}
/*****************网站地图******************/
.wap-cwx-link-list {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.wap-cwx-link-list .cwx-cell {
  margin-bottom: 20px;
}
.wap-cwx-link-list .cwx-cell .hd {
  line-height: 39px;
  position: relative;
  height: 39px;
  border-bottom: 1px solid #e1e1e1;
  background: #f9f9f9;
}
.wap-cwx-link-list .cwx-cell .hd h1 {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 38px;
  float: left;
  padding: 0 5%;
  color: #3364ab;
  border: 1px solid #e1e1e1;
  border-top: 2px solid #3364ab;
  border-bottom: 0;
  background: #f9f9f9;
}
.wap-cwx-link-list .cwx-cell .hd h1 a {
  color: #3364ab;
}
.wap-cwx-link-list .cwx-cell .hd h1 ::before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  content: '';
  width: 2px;
  height: 18px;
  float: left;
  margin-top: -9px;
  line-height: 18px;
  background-color: #275293;
}
.wap-cwx-link-list .cwx-cell .bd {
  clear: both;
  overflow: hidden;
  padding: 10px 0 0;
}
.wap-cwx-link-list .cwx-cell .bd ul li {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  line-height: 36px;
  overflow: hidden;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wap-cwx-link-list .cwx-cell .bd ul li :before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: 3;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
.wap-cwx-link-list .cwx-cell .bd ul li a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  color: #333;
}
/********************细览3*********************/
.wap-cwx-article-box {
  padding: 3%;
  text-align: justify;
}
.wap-cwx-article-box .cwx-tit {
  text-align: center;
  color: #275293;
  line-height: 0.6rem;
  font-size: 22px;
  font-weight: normal;
  margin: 0.2rem auto;
}
.wap-cwx-article-box .conTxt {
  font-family: 宋体, SimSun;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  padding: 10px 0 20px;
  padding-top: 0.3rem;
  word-wrap: break-word;
  word-break: normal;
  color: #333;
}
.wap-cwx-article-box .wap-cwx-user-control {
  font-size: 14px;
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
}
.wap-cwx-article-box .wap-cwx-user-control a {
  float: left;
  width: 32px;
  line-height: 32px;
  height: 32px;
  background-image: url(../images/wap-cwx-icons.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
  text-indent: -100em;
  overflow: hidden;
  color: #3a8ceb;
}
.wap-cwx-article-box .wap-cwx-user-control a:hover {
  color: #333;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.wap-cwx-article-box .wap-cwx-user-control .share0 {
  color: #333;
}
.wap-cwx-article-box .wap-cwx-user-control .share1 {
  background-position: 0 -52px;
}
.wap-cwx-article-box .wap-cwx-user-control .share2 {
  background-position: 0 -104px;
}
.wap-cwx-article-box .wap-cwx-user-control .share3 {
  background-position: 0 -260px;
}
.wap-cwx-article-box .wap-cwx-user-control .share4 {
  background-position: 0 -208px;
}
.wap-cwx-article-box .wap-cwx-user-control .share5 {
  background-position: 0 -1612px;
}
/******************网站地图********************/
.wap-cwx-site-map {
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.wap-cwx-site-map .wap-cwx-channel {
  display: block;
  padding: 8px 5px;
  color: #0068b7;
  border-top: 1px dotted #ccc;
}
.wap-cwx-site-map .wap-cwx-site-map-links {
  overflow: hidden;
  padding: 0 3% 3% 3%;
}
.wap-cwx-site-map .wap-cwx-site-map-links .wap-cwx-site-map-a {
  font-size: 14px;
  float: left;
  min-width: 48%;
  margin-right: 2%;
  color: #666;
}
/******************信息公开目录-首页*******************/
.wap-cwx-b-tab-list {
  margin-top: 40px;
  padding: 15px 10px;
  border: 1px solid #bfbfbf;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.fileopenleft {
  width: 336px;
  margin-top: 10px;
  border: 1px solid #bfbfbf;
}
.fileopenleft .lmenu-tit {
  width: 316px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 60px;
  margin: 0 auto;
  color: #fff;
  background: #275293;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-top: -10px;
}
.fileopenleft .lmenu-tit img {
  position: absolute;
  top: 22px;
  left: 24px;
}
.fileopenleft .listbox {
  padding: 15px 0;
  padding-left: 10px;
  overflow: hidden;
}
.fileopenleft .listbox .xx1 {
  overflow-y: auto;
  overflow-x: hidden;
}
.fileopenleft .listbox .parent {
  width: 316px;
  height: 710px;
}
.fileopenleft .listbox .parent .pli:first-child {
  border-top: 0px solid #fff;
}
.fileopenleft .listbox .parent .pli {
  border-top: 1px solid #fff;
}
.fileopenleft .listbox .parent .pli .plia {
  display: inline-block;
  width: 235px;
  padding-left: 52px;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  background: url(../images/wap-xx9.png) no-repeat 22px 16px #f3f2f2;
}
.fileopenleft .listbox .parent .pli .noac:hover {
  text-decoration: none;
}
.fileopenleft .listbox .parent .pli .w217 {
  width: 217px;
}
.fileopenleft .listbox .parent .pli a:hover {
  text-decoration: underline;
}
.fileopenleft .listbox .parent .pli .plisp {
  position: absolute;
  width: 30px;
  height: 100%;
  right: -30px;
}
.fileopenleft .listbox .parent .pli .close {
  background: #f3f2f2 url(../images/wap-cwx-xl-icon1_01.png) no-repeat center center;
}
.fileopenleft .listbox .parent .pli .open {
  background: #f3f2f2 url(../images/wap-cwx-xl-icon2_02.png) no-repeat center center;
}
.fileopenleft .listbox .h618 {
  height: 603px;
}
.fileopenleft .listbox .child .chli,
.fileopenleft .listbox .child .chli_last {
  padding-left: 52px;
  height: 50px;
  margin-bottom: 1px;
  position: relative;
  background: url(../images/wap-xx4.png) 30px 0 no-repeat #e9e8e8;
  cursor: pointer;
}
.fileopenleft .listbox .child .chli .chlia,
.fileopenleft .listbox .child .chli_last .chlia {
  line-height: 50px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.fileopenleft .listbox .child .chli_last {
  background: url(../images/wap-cwx-xx12.png) 30px 0 no-repeat #e9e8e8;
}
.wap-cwx-info {
  width: 336px;
  font-family: Helvetica, "微软雅黑";
  font-size: 16px;
}
.wap-cwx-info a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.wap-cwx-info .tabTit {
  border-left: 9px solid #275293;
  height: 36px;
  line-height: 36px;
  text-indent: 24px;
  font-size: 16px;
  background: #f3f2f2;
  margin: 13px 0;
}
.wap-cwx-info .tabCon {
  border-collapse: collapse;
  empty-cells: show;
  width: 842px;
}
.wap-cwx-info .tabCon .tit td {
  background: #fff;
  border: 1px solid #BFBFBF;
  text-align: center;
  color: #275293;
  font-weight: bold;
  padding: 8px 8px;
}
.wap-cwx-info .tabCon td {
  background: #fff;
  border: 1px solid #BFBFBF;
  text-align: center;
  padding: 8px 8px;
  text-align: left;
}
.wap-cwx-info .tabCon .td1 {
  width: 25.5%;
}
.wap-cwx-info .tabCon .td2 {
  width: 25.5%;
}
.wap-cwx-info .tabCon .td4 {
  width: 20%;
}
.wap-cwx-info .tabCon .wjgzz {
  width: 55.5%;
}
.wap-cwx-info .wap-cwx-xxgk-page {
  font-size: 14px;
  line-height: 36px;
  clear: both;
  overflow: hidden;
  text-align: center;
  padding: 8px 10px;
  width: 100;
  margin-bottom: 80px;
}
.wap-cwx-info .wap-cwx-xxgk-page a {
  display: block;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
}
.cwx-xxgkml-bottom {
  margin-top: 40px;
  padding: 15px 10px;
  border: 1px solid #bfbfbf;
  font-family: "微软雅黑";
  color: #333;
  line-height: 26px;
  font-size: 16px;
  width: 1178px;
}
.cwx-xxgkml-bottom a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.cwx-xxgkml-bottom .xxgk-list-box {
  padding: 14px 24px 0;
}
.cwx-xxgkml-bottom .xxgk-list-box .cwx-xxgk-list-tit {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #cfcfcf;
}
.cwx-xxgkml-bottom .xxgk-list-box .cwx-xxgk-list-tit span {
  margin-top: 10px;
  display: inline-block;
  padding-left: 7px;
  border-left: 5px solid #275293;
  color: #275293;
  line-height: 1;
  font-size: 18px;
}
.cwx-xxgkml-bottom .xxgk-list-box .cwx-xxgk-list-tab-tit {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #cfcfcf;
}
.cwx-xxgkml-bottom .xxgk-list-box .cwx-xxgk-list-tab-tit span {
  font-size: 18px;
  padding: 9px;
  color: #275293;
}
.cwx-xxgkml-bottom .xxgk-list-box .cwx-xxgk-list-tab-tit .ac {
  padding: 9px;
  background: #275293;
  color: #fff;
  font-size: 18px;
}
.cwx-xxgkml-bottom .xxgk-list-box ul {
  overflow: hidden;
  padding-top: 10px;
}
.cwx-xxgkml-bottom .xxgk-list-box ul li {
  float: left;
  width: 188px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 13px;
  background: url(../images/wap-xx14.png) no-repeat left center;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/******************公用*******************/
.cwx-tab-ul {
  display: none;
}
.wap-cwx-b1s {
  border: 1px solid #bfbfbf;
}
.wap-cwx-mg0 {
  margin: 0;
}
.wap-son {
  display: none;
}
.cwx-show {
  display: block;
}
.cwx-w1 {
  width: 100%;
}
.cwx-bar {
  border-top: 0.15rem solid #eee;
  width: 100%;
}
.cwx-h4rem {
  height: 4rem;
}
.wap-cwx-mt103rem {
  margin-top: 1.3rem;
}
.wap-cwx-mt002rem {
  margin-top: 0.2rem;
}
.wap-cwx-tar {
  text-align: right;
}
.wap-cwx-mr55 {
  margin-right: 55px;
}
.wap-cwx-mr75 {
  margin-right: 85px;
}
.wap-cwx-pb10 {
  padding-bottom: 10px;
}
.wap-cwx-mb1rem {
  margin-bottom: 1rem;
}
.cwx-co {
  display: none;
}
.cwx-on {
  display: block;
}

/*
 * @Description:
 * @Company:TRS
 * @Date: 2019/8/16 14:37
 * @LastEditors: tong.kai
 */
.hd-wap {
  width: 100%;
}
.hd-wap .ph12345 {
  padding: 15px 4%;
  margin-bottom: 1em;
}
.hd-wap .ph12345 .im {
  width: 100%;
}
.hd-wap .btn-link {
  margin: 5px 4%;
  box-sizing: border-box;
  background-color: #F5F5F5;
  text-align: center;
}
.hd-wap .btn-link img {
  width: 48%;
  margin: 0 2px;
}
.hd-wap .hfxd {
  font-size: 23px;
}
.hd-wap .hfxd span {
  display: block;
  height: 1em;
  line-height: 1em;
  border-left: 3px solid #2d5bb9;
  text-indent: 0.2em;
  font-weight: bold;
  color: #474747;
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.hd-wap .sous {
  padding: 3% 4%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.hd-wap .sous .inp {
  border: 1px solid #ddd;
  outline: none;
  border-radius: 3px;
  padding: 2%;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
}
.hd-wap .sous .inp::placeholder {
  font: 400 13.3333px Arial;
}
.hd-wap .sous .btnqu {
  width: 37px;
  height: 37px;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
}
.hd-wap .sous .btnqu img {
  width: 25px;
  height: 25px;
  margin: 6px;
}
.hd-wap .xdlist {
  padding: 0 5%;
}
.hd-wap .xdlist li {
  border-bottom: 1px solid #ddd;
}
.hd-wap .xdlist li .pilic-title {
  font-size: 20px;
  margin: 15px 0 5px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hd-wap .xdlist li .polic-time {
  font-size: 13px;
  color: #b3b3b3;
  margin-bottom: 7px;
}
.jofry {
  padding: 10px;
}
.jofry .box {
  overflow: hidden;
  margin-bottom: 20px;
}
.jofry .box .hd {
  font-size: 18px;
  line-height: 39px;
  position: relative;
  height: 39px;
  border-bottom: 1px solid #ddd;
}
.jofry .box .hd h3 {
  line-height: 33px;
  float: left;
  padding: 0 6% 5px 6%;
  color: #3364ab;
  border-bottom: 2px solid #3364ab;
}
.jofry .box .bd {
  clear: both;
  overflow: hidden;
  padding: 3% 0 0 0;
}
.jofry .box .tilan li {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dotted #ddd;
  padding: 20px 0;
}
.jofry .box .tilan li .zg {
  margin: 0 auto;
  display: block;
  width: 260px;
  height: 192px;
}
.jofry .box .tilan li .zg img {
  width: 260px;
  height: 192px;
}
.jofry .box .tilan li .name {
  text-align: left;
  margin-top: 10px;
  display: inline-block;
}
.jofry .box .tilan li .date {
  text-align: left;
  margin-top: 10px;
}
.jofry .box .tilan li .date span {
  font-weight: normal;
}
.jofry .box .tilan li .guest {
  text-align: left;
  margin-top: 10px;
}
.jofry .box .tilan li .guest span {
  font-weight: normal;
}
.jofry .box .tilan li .intro {
  text-align: left;
  margin-top: 10px;
}
.jofry .box .tilan li .intro span {
  font-weight: normal;
  text-align: justify;
}
.jofry .box .sxy {
  font-size: 14px;
  line-height: 36px;
  clear: both;
  overflow: hidden;
  padding: 2% 0.2rem;
  text-align: center;
  margin-top: 20px;
}
.jofry .box .sxy .syy {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
}
.jofry .box .sxy .xyy {
  float: right;
  margin: 0 8px 8px 0;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
}
.jofry .box .bdn {
  border-bottom: none;
}
.interTitle {
  line-height: 30px;
  height: 30px;
  text-align: center;
  text-indent: 20px;
  color: #275293;
  position: relative;
  font-size: 20px;
  float: left;
  border-left: 4px solid #275293;
}
.ssk {
  width: 95%;
  color: #262626;
  margin: 0 auto;
  position: relative;
  min-height: 0.9rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #c7c7c7;
}
.ssk span {
  display: inline-block;
  color: #7e7e7e;
  line-height: 0.9rem;
  font-size: 16px;
}
.ssk input {
  display: inline-block;
  height: 0.9rem;
  color: #373737;
  line-height: 0.8rem;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  width: 5.6rem;
  text-indent: 0.2rem;
  box-sizing: border-box;
  padding-left: 2px;
  padding-right: 50px;
}
.ssk button {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 0.9rem;
  line-height: 0.9rem;
  overflow: hidden;
  text-indent: -999px;
  background: url(../images/wap-search.png) no-repeat center center;
  -webkit-background-size: 0.34rem 0.34rem;
  outline: none;
}
.jscx {
  margin: 5px auto;
  width: 95%;
}
.jscx .jscx-tit {
  padding-left: 0.12rem;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 0.32rem;
  display: block;
  margin: 0.3rem 0;
  color: #464646;
  border-bottom: 1px solid #c7c7c7;
}
.jscx .jscx-ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  display: inline-block;
}
.jscx .jscx-ul li a {
  font-size: 0.32rem;
  line-height: 30px;
  text-align: justify;
}
.jscx .shuju {
  padding: 12px 5px;
  text-align: center;
  line-height: 22px;
  color: #275293;
  font-size: 16px;
}
.jscx .shuju input {
  vertical-align: top;
  width: 26px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #cfcfcf;
  margin: 0 3px;
  box-sizing: border-box;
  padding: 0 1px;
}
.jscx .shuju .zybtn {
  float: right;
}
.jscx .shuju .zybtn a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 9.35px;
  border: 1px solid #cfcfcf;
  background: #f4f4f4;
  color: #275293;
  padding: 0 9px;
  cursor: pointer;
}
.jscx .shuju .zybtn .r {
  margin-left: 5px;
}
.gkzn {
  height: auto;
  margin: 0 0 0.5rem;
}
.gkzn li {
  padding-left: 0.24rem;
  line-height: 0.7rem;
  overflow: hidden;
  position: relative;
  margin: 0.2rem auto;
  border-bottom: 1px solid #e6e6e6;
}
.gkzn li a {
  color: #232323;
  font-size: 16px;
  line-height: 0.7rem;
}
.gkzn li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.3rem;
  display: block;
  height: 0.1rem;
  width: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
.openxl {
  width: 100%;
}
.openxl td {
  font-size: 12px;
  padding: 3px;
  color: #333;
  border: 1px solid #ddd;
}
.openxl td span {
  line-height: 18px;
}
.openxl .bt {
  text-align: right;
  width: 98px;
  background: #f2f2f2;
}
.govfiles {
  padding: 5% 3%;
}
.govfiles h3 {
  color: #275293;
  line-height: 0.7rem;
  font-size: 0.5rem;
  font-weight: normal;
  margin: 0.2rem auto;
}
.govfiles .fontbs {
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #777;
  padding: 0 5px;
}
.govfiles .fontbs .size a {
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-left: 8px;
  text-align: center;
  vertical-align: top;
  color: #888;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.govfiles .fontbs .size .big {
  font-size: 17px;
  font-weight: 500;
}
.govfiles .filesto {
  font-size: 16px;
  line-height: 32px;
}
.govfiles .filesto .tit {
  margin-bottom: 20px;
  text-align: center;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 24px;
}
.govfiles .filesto .filezh,
.govfiles .filesto .filetext,
.govfiles .filesto .filebm,
.govfiles .filesto .filedata,
.govfiles .filesto .fileintro {
  font-family: 宋体, SimSun;
}
.govfiles .filesto .filezh {
  text-align: center;
  margin-bottom: 72px;
}
.govfiles .filesto .filebm {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 20px;
}
.govfiles .filesto .filedata {
  text-align: center;
  margin-bottom: 20px;
}
.govfiles .filesto .fileintro {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 50px;
}
.govfiles .filesto .readfile {
  margin-left: 30px;
  margin-bottom: 20px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 18px;
}
.govfiles .filesto .fileurl {
  margin-bottom: 20px;
  text-indent: 32px;
}
.govfiles .filesto .fileurl a {
  color: #0070C0;
  font-size: 18px;
  text-decoration: underline;
  font-family: Helvetica;
  font-weight: 700;
}
.sharedouble {
  margin-top: 38px;
  height: 36px;
}
.sharedouble span {
  font-size: 16px;
}
.sharedouble a {
  font-size: 18px;
  padding-left: 24px;
  line-height: 24px;
  height: 24px;
  background: url(../images/wap-icons_1_24.png);
}
.sharedouble .ttowx {
  background-position: 0 -1612px;
}
.sharedouble .ttowb {
  background-position: 0 -104px;
  margin-left: 10px;
}
.fenxiang {
  margin-top: 38px;
  height: 36px;
}
.fenxiang a {
  float: left;
  width: 32px;
  line-height: 32px;
  height: 32px;
  background-image: url(../images/wap-icons_0_32.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
  text-indent: -100em;
  overflow: hidden;
}
.fenxiang .toqzone {
  background-position: 0 -52px;
}
.fenxiang .towb {
  background-position: 0 -104px;
}
.fenxiang .totx {
  background-position: 0 -260px;
}
.fenxiang .torr {
  background-position: 0 -208px;
}
.fenxiang .towx {
  background-position: 0 -1612px;
}
.filek {
  padding: 5% 2% 0;
}
.filek h2 {
  text-align: center;
  color: #275293;
  line-height: 0.6rem;
  font-size: 22px;
  font-weight: normal;
  margin: 0.2rem auto;
}
.itro {
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 10px;
  color: #777;
  border-bottom: 1px solid #bfbfbf;
}
.tc {
  text-align: center;
}
.finetxt {
  font-size: 16px;
  overflow: hidden;
  padding: 10px 0 20px;
  word-wrap: break-word;
  word-break: normal;
  color: #333;
  line-height: 32px;
  font-family: 宋体, SimSun;
}
.finetxt p {
  margin-top: 0.2rem;
}
.pd {
  padding: 10px 0 10%;
  margin-top: 0;
  margin-left: 2%;
}

/**
 * @Description: 互动细览
 * @Company: TRS
 * @date: 2019\8\15 0015 15:27
 * @LastEditors: lfh
*/
.lfh-hdxlC-audio {
  position: relative;
  width: 100%;
  max-width: 514px;
  height: 54px;
  background: url(../images/wlfh_hdxl_audio.jpg) no-repeat;
  background-size: auto 100%;
  margin-top: 20px;
}
.lfh-hdxlC-audio .lfh-hdxl-aplay {
  width: 54px;
  height: 54px;
  float: left;
  overflow: hidden;
  background: url(../images/wlfh.png) no-repeat center top;
}
.lfh-hdxlC-audio .lfh-hdxl-jdt {
  position: relative;
  float: left;
  width: 55%;
  background: #d4d4d4;
  height: 10px;
  margin: 22px 0 22px 5px;
  border-radius: 5px;
}
.lfh-hdxlC-audio .lfh-hdxl-jdt span.wlfh-span1 {
  display: inline-block;
  width: 30%;
  background: #275293;
  height: 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.lfh-hdxlC-audio .lfh-hdxl-jdt span.wlfh-span2 {
  display: inline-block;
  width: 3px;
  height: 14px;
  margin-top: -2px;
  background: #275293;
}
.lfh-hdxlC-audio .lfh-hdxl-time {
  position: absolute;
  right: 6px;
  float: right;
  line-height: 54px;
  color: #989898;
  font-size: 14px;
  letter-spacing: -1px;
}
.wlfh-wqhg {
  margin: 20px auto;
  border: 1px solid #ebebeb;
}
.wlfh-title {
  padding: 7px 0;
  box-sizing: border-box;
  line-height: 36px;
  height: 52px;
  text-indent: 20px;
  color: #275293;
  font-size: 20px;
  border-bottom: 2px solid #ebebeb;
}
.wlfh-title .wlfh-wqt {
  border-left: 10px solid #275293;
}
.wlfh-li {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
}
.wlfh-name {
  padding: 0 10px;
  color: #333;
  line-height: 26px;
  font-size: 16px;
}
.lfh-js-wrap {
  margin-top: 15px;
  padding: 3%;
  font-size: 16px;
}
.js-title {
  font-size: 22px;
  color: #0068B7;
}
.js-c-box {
  padding: 8px 0;
}
.js-c-box span {
  font-size: 16px;
  color: #666;
}
.js-c-box .input1 {
  height: 40px;
  line-height: 30px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1% 3%;
  border-radius: 3px;
  box-sizing: border-box;
}
.js-c-sel label {
  font-size: 16px;
}
.js-c-sel label input {
  vertical-align: middle;
  margin-right: 8px;
}
.js-c-sel label span {
  color: #000;
}
.js-c-sel .js-select label {
  min-width: 31%;
  margin-right: 1%;
  display: inline-block;
}
.js-c-sel .js-time-sel span {
  line-height: 40px;
  color: #000;
  padding: 0 5px;
}
.js-c-sel .js-time-sel input {
  width: 40%;
}
.js-c-btn button {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 0;
  background: #c00;
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
  border-radius: 3px;
}
.lfh-jsjg-link {
  margin-bottom: 10px;
  text-align: right;
}
.lfh-jsjg-link a {
  margin-left: 15px;
  color: green;
}
.lfh-jsjg-link a:before {
  content: "\e627";
  font-family: "iconfont";
  margin-right: 5px;
}
.lfh-jsjg-top ul.jsjg-ul1 {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
}
.lfh-jsjg-top ul.jsjg-ul1 li {
  float: left;
  padding: 0px 7%;
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
.lfh-jsjg-top ul.jsjg-ul1 li.cur {
  border: 1px solid #ddd;
  line-height: 37px;
  border-bottom: 0;
  background: #fff;
  border-top: 2px solid #0068B7;
}
.jsjg-ul2 li {
  float: left;
  min-width: 30.3%;
  margin: 0 2% 2% 0;
  text-align: center;
}
.jsjg-ul2 li a {
  display: block;
  padding: 3px 0;
  background: #f4f4f4;
}
.jsjg-ul2 li.cur1 a,
.jsjg-ul2 li:hover a {
  background: #0068B7;
  color: #fff;
}
.jsjg-tab {
  padding: 15px 0 10px 0;
}
.jsjg-tab h3 {
  margin-bottom: 10px;
  color: #666;
}
.jsjg-con p.ss-jg {
  font-size: 14px;
  color: #666;
}
.jsjg-con .jg-list li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.jsjg-con .jg-list li a h4 {
  color: #0068B7;
}
.jsjg-con .jg-list li a p {
  font-size: 14px;
  color: #666;
  padding: 5px 0;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
}
/*.jsjg-con .jg-list li a p span {*/
/*  background: #ff0;*/
/*  color: #c00;*/
/*}*/

.jsjg-con .jg-list li a p em {
  background: #ff0;
  color: #c00;
}
.jsjg-con .jg-list li a table {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  width: 100%;
}
.jsjg-con .jg-list li a table td {
  padding: 4px;
  border: 1px solid #ddd;
}
.jsjg-con .jg-list li a table td span {
  display: block;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}
.jsjg-con .jg-list li a table .bt {
  width: 25%;
  text-align: right;
  background: #f6f6f6;
}
/*.jsjg-con .jg-list li a table .gl span span {*/
/*  display: inline;*/
/*  background: #ff0;*/
/*  color: #c00;*/
/*}*/
.jsjg-con .jg-list li a table .gl span em {
  display: inline;
  /*background: #ff0;
  color: #c00;*/
  font-style: normal;
  color: red;
}
em{
	font-style: normal;
    color: red;
	}
.jsjg-con .jg-list li a span.sou {
  display: block;
  font-size: 14px;
  color: green;
}
.jsjg-con .jg-list-xx li a {
  border: none;
}
.lfh-jsjp-bot {
  padding-top: 20px;
  padding-bottom: 8%;
}
.lfh-jsjp-bot .lfh-page a {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #ddd;
  margin-right: 3px;
  margin-bottom: 5px;
  cursor: pointer;
}

.lfh-jsjp-bot .lfh-page a.disabled{
  cursor: not-allowed;
}
.lfh-jsjp-bot .lfh-page a.cur2{
  background: #0068B7;
  color: #fff;
  border: 1px solid #0068B7;
}

/*
* @Author: tanyaohua
* @Date: 2019-08-14 13:34:09
 * @Last Modified by: tanyaohua
 * @Last Modified time: 2019-08-15 17:31:03
*/
.tyh-position {
  padding: 0 6% 0.2rem;
  line-height: 0.5rem;
  background: url(../images/wap-tyh-pos.jpg) no-repeat 6% 0.1rem;
  -webkit-background-size: 0.26rem 0.3rem;
  background-size: 0.26rem 0.3rem;
  margin: 0 auto;
  text-indent: 0.4rem;
  color: #265293;
  border-bottom: 1px solid #ccc;
  font-size: 0.32rem;
}
.tyh-position a {
  color: #265293;
  margin: 0 0.1rem;
}
.wap-tyh-zw-search {
  width: 90%;
  color: #262626;
  margin: 0.2rem auto 0;
  position: relative;
  min-height: 0.9rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #c7c7c7;
}
.wap-tyh-zw-search span {
  font-size: 16px;
  display: inline-block;
  width: 32px;
}
.wap-tyh-searchText {
  height: 0.9rem;
  color: #373737;
  line-height: 0.9rem;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  width: 5.6rem;
  text-indent: 0.2rem;
}
.wap-tyh-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 0.9rem;
  background: url(../images/wap-search.png) no-repeat center center;
  -webkit-background-size: 0.34rem 0.34rem;
  background-size: 0.34rem 0.34rem;
  outline: none;
}
.wap-tyh-zw-szfwj {
  width: 90%;
  margin: 0 auto;
}
.wap-tyh-zw-szfwj h3 {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 16px;
  border-left: 0.05rem solid #275293;
  padding-left: 0.12rem;
  color: #000;
  margin: 0.2rem auto 0;
}
.wap-tyh-link-list .cwx-cell .bd ul li :before {
  top: 0.3rem;
}
.wap-tyh-link-list .cwx-cell .bd ul li {
  overflow: visible;
  white-space: normal;
  text-overflow: unset;
  height: auto;
  margin: 0.2rem auto;
  border-bottom: 1px solid #e6e6e6;
}
.wap-tyh-link-list2 .cwx-cell .bd ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 36px;
  border-bottom: none;
}
.wap-tyh-monre-btn {
  border-radius: 0.08rem;
  border: 1px solid #d6d6d6;
}
.wap-tyh-link-list .cwx-cell .bd {
  padding: 0;
}
.wap-tyh-xzgft1t {
  position: relative;
  height: 36px;
  line-height: 36px;
  background: #f3f2f2;
  border-left: 9px solid #275293;
  border-bottom: 1px solid #275293;
}
.wap-tyh-xzgft1t .tyh-tit {
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  line-height: 36px;
  text-indent: 24px;
}
.wap-tyh-xzgft1r {
  padding: 0 10px;
}
.wap-tyh-xzgft1r span {
  margin-left: 10px;
  font-size: 16px;
}
.wap-tyh-xzgft1r input,
.wap-tyh-xzgft1r select {
  height: 25px;
  width: 120px;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-left: 5px;
  line-height: 25px;
  margin-top: 5px;
}
.wap-tyh-xzgft1r input {
  width: 180px;
}
.wap-tyh-xzgft1r a.wap-tyh-btn {
  display: inline-block;
  margin-left: 24px;
  width: 66px;
  height: 27px;
  background: #275293;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  margin-top: 4px;
}
.wap-tyh-xzgf1m,
.wap-tyh-xzgf2tm {
  overflow: hidden;
  padding-top: 16px;
  padding-left: 10px;
  padding-bottom: 16px;
  border: 1px solid #dcdcdc;
  width: 100%;
  box-sizing: border-box;
}
.wap-tyh-lxs li,
.wap-tyh-xzgf2tm li {
  float: left;
  width: 198px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  padding-left: 13px;
  background: url(../images/wap1-xx14.png) no-repeat left center;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wap-tyh-lxs li a:hover,
.wap-tyh-xzgf2tm li a:hover {
  text-decoration: underline;
}
.wap-tyh-xzgf2tt {
  position: relative;
  line-height: 36px;
  background: #f3f2f2;
  border-bottom: 1px solid #275293;
}
.wap-tyh-xzgf2tt .tyh-thre {
  line-height: 36px;
  text-indent: 24px;
  padding: 6px 24px;
  font-size: 18px;
  font-weight: bold;
}
.wap-tyh-xzgf2tt .tyh-thre.cur,
.wap-tyh-xzgf2tt .tyh-thre:hover {
  background: #275293;
  color: #fff;
}
.wap-tyh-xzgft1 a.tit {
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  line-height: 36px;
  text-indent: 24px;
}
.wap-tyh-xzgft1 {
  position: relative;
  height: 36px;
  line-height: 36px;
  background: #f3f2f2;
  border-left: 9px solid #275293;
  border-bottom: 1px solid #275293;
}
.wap-tyh-xzgft1r a.wap-tyh-cz-btn {
  color: #275293;
  background: #fff;
  border: 1px solid #275293;
}
.wtyh-tab .wid3 {
  width: 26%;
}
.wtyh-tab .wid2 {
  width: 54%;
}
.wtyh-bc2rtitemt {
  background: #275293;
  width: 90%;
  margin: 0 auto;
}
.wtyh-bc2rtitemt a.wxhy-bc2rtitemtlf {
  border-left: 3px solid #fff;
  color: #fff;
}
.wap-tyh-fenye {
  padding: 16px;
  line-height: 22px;
  color: #275293;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}
.wap-tyh-fenyel input {
  width: 44px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  padding: 0 5px;
}
.wap-tyh-fenyel a,
.wap-tyh-fenyer a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border: 1px solid #cfcfcf;
  background: #f4f4f4;
  color: #275293;
  padding: 0 9px;
  margin-left: 10px;
}
.wap-tyh-fenyel a:hover,
.wap-tyh-fenyer a:hover {
  background: #155788;
  color: #fff;
  border: 1px solid #155788;
}
.wtyh-tab thead {
  background: #f3f2f2;
}
.mt10 {
  margin-top: 10px;
}
.mt20r {
  margin-top: 0.2rem;
}
.mt30 {
  margin-top: 30px;
}
.mt5 {
  margin-top: 5px;
}

/*
 * @Author: jsj
 * @Date: 2019-08-15 08:22:55
 * @Last Modified by: jsj
 * @Last Modified time: 2019-08-14 14:02:36
 */
/****wap-专题专栏-首页样式****/
.wrap-ztzl-main {
  padding: 10px;
}
.wrap-pageBox {
  margin-bottom: 20px;
}
.wrap-column-tit {
  line-height: 39px;
  position: relative;
  height: 39px;
  border-bottom: 1px solid #e1e1e1;
  background: #f9f9f9;
}
.wrap-column-tit h3 {
  font-size: 16px;
  line-height: 38px;
  float: left;
  padding: 0 5%;
  color: #3364ab;
  border: 1px solid #e1e1e1;
  border-top: 2px solid #3364ab;
  border-bottom: 0;
  background: #f9f9f9;
}
.wrap-column-tit h3 a {
  color: #3364ab;
}
.wrap-column-box {
  clear: both;
  overflow: hidden;
  padding: 3% 0 0 0;
}
.wrap-column-lis2 li {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  line-height: 36px;
  overflow: hidden;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-column-lis2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: 3;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
.wrap-column-lis2 li a {
  color: #333;
  font-size: 16px;
}
.wrap-column-lis2 li .wrap-date {
  font-size: 14px;
  float: right;
  margin-left: 15px;
  color: #999;
}
.wrap-more {
  font-size: 14px;
  line-height: 40px;
  display: block;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  color: #666;
  background: #eee;
}
.wrap-more:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 28px;
  height: 10px;
  line-height: 10px;
  background: url(../images/wap-moreIcon.gif) 0 0 no-repeat;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
/****wap-渝快办样式****/
.wrap-ykb {
  overflow-x: hidden;
}
.wrap-zcBox {
  width: 90%;
  margin: 0 auto;
}
.wrap-zc-main h3:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  content: '';
  width: 2px;
  height: 18px;
  float: left;
  margin-top: -9px;
  line-height: 18px;
  background-color: #275293;
}
.wrap-zc-main h3 {
  position: relative;
  font-weight: bold;
  z-index: 1;
  padding-left: 10px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.wrap-zc-lis2 li {
  position: relative;
  padding-left: 0.24rem;
  line-height: 0.66rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.1rem auto 0;
}
.wrap-zc-lis2 li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.3rem;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #d1d1d1;
  border-radius: 50%;
}
.wrap-zc-lis2 li a {
  display: block;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-zc-more {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.2rem;
  margin-bottom: 0.24rem;
  border: 1px solid #d6d6d6;
  background: #eee;
  text-align: center;
  font-size: 16px;
  color: #504f4f;
  border-radius: 0.08rem;
}
.wrap-zc-more:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 28px;
  height: 10px;
  line-height: 10px;
  background: url(../images/wap-moreIcon.gif) 0 0 no-repeat;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
.wrap-borderTop {
  border-top: 0.15rem solid #eee;
  width: 100%;
}
.wrap-ykb-banner-box {
  margin-top: 0.326rem;
  overflow-x: hidden;
}
.wrap-ykb-banner-box,
.wrap-ykb-banner-img {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 338px;
}
.wrap-ykb-banner-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.wrap-ykb-banner-img img {
  display: block;
  height: 100%;
  width: 100%;
}
.wrap-ykb-banner-text {
  height: 0.688rem;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.wrap-ykb-banner-text a {
  color: #fff;
  padding-left: 0.18rem;
  text-decoration: none;
  font-size: 0.253rem;
  line-height: 0.688rem;
  font-weight: 700;
}
.wrap-hd {
  height: 0.398rem;
  margin-bottom: 0.326rem;
  line-height: 0.688rem;
  border-bottom: 0.054rem solid #396DB9;
}
.wrap-hd .wrap-hd-more {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.2rem;
  margin-bottom: 0.24rem;
  border: 1px solid #d6d6d6;
  background: #eee;
  text-align: center;
  font-size: 0.289rem;
  border-radius: 0.08rem;
  float: right;
  color: #2C6CB3;
  padding-left: 0.271rem;
  background-color: #fff;
}
.wrap-hd .wrap-hd-more:after {
  display: inline-block;
  content: '';
  margin-left: 0.072rem;
  width: 0.507rem;
  height: 0.18rem;
  line-height: 0.18rem;
  background: url(../images/wap-moreIcon.gif) 0 0 no-repeat;
  -webkit-background-size: 0.507rem auto;
  background-size: 0.507rem auto;
}
.wrap-ykb-bd {
  width: 90%;
  margin: 0 auto;
}
.wrap-ykb-bd .wrap-topicList {
  padding: 0.362rem 0 0.181rem;
  margin-bottom: 0.181rem;
  border-bottom: 0.018rem dotted #ccc;
}
.wrap-ykb-bd .wrap-topicList a .wrap-ybk-news-titile {
  width: 100%;
  font-size: 0.434rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-ykb-bd .wrap-topicList a .wrap-ybk-into {
  margin-top: 0.181rem;
  line-height: 0.6rem;
  color: #999;
  font-size: 0.214rem;
  display: block;
  overflow: hidden;
  max-height: 1.2rem;
  text-overflow: ellipsis;
}
.wrap-ybk-news-ul li {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.289rem;
}
.wrap-ybk-news-ul li a {
  display: inline-block;
  color: #333;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-ybk-news-ul li span.wrap-ybk-date {
  float: right;
  color: #999;
}
.wrap-ykb-row-tab {
  margin-top: 40px;
  overflow-x: hidden;
}
.wrap-ykb-leftrow {
  width: 40%;
  background: #F6F6F6;
}
.wrap-leftrow-pt {
  padding: 30px 15px;
}
.wrap-my-list1 {
  display: inline-block;
  background-size: cover;
  color: #333;
  height: 55px;
  line-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 6px;
  margin-bottom: 21px;
  padding-left: 0.5rem;
  position: relative;
  background: #E6e6e6;
  font-size: 0.289rem;
}
.wrap-my-list {
  color: #fff;
  background: url(../images/wrapgr-img2.png) no-repeat;
  background-size: cover;
}
.wrap-my-list:hover {
  color: #fff;
}
span.wrap-bg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}
.wrap-my-list1 span.wrap-bg-icon {
  background-position: 4px -32px;
}
.wrap-my-list span.wrap-bg-icon {
  background-position: -42px 8px;
}
.wrap-my-list2 span.wrap-bg-icon {
  background-position: 2px -74px;
}
.wrap-ykb-rightrow {
  width: 60%;
}
ul.wrap-ykb-rightrow li {
  position: relative;
}
.wrap-my-list3 {
  display: block;
  width: 200px;
  height: 80px;
  margin-right: 13px;
  margin-bottom: 22px;
  background: url(../images/wrapgr-img3.png) no-repeat;
  background-position: 0 0;
  font-size: 16px;
  color: #fff;
}
.wrap-my-list4 {
  background-position: -212px 0;
}
.wrap-my-list5 {
  background-position: -422px 0;
}
.wrap-my-list6 {
  background-position: -635px 0;
  margin-right: 0;
}
.wrap-my-list7 {
  background-position: 0 -89px;
}
.wrap-my-list8 {
  background-position: -212px -89px;
}
.wrap-my-list9 {
  background-position: -422px -89px;
}
.wrap-my-list10 {
  background-position: -635px -89px;
}
.wrap-my-list11 {
  background-position: 0 -178px;
}
.wrap-my-list12 {
  background-position: -212px -178px;
}
.wrap-my-list13 {
  background-position: -422px -178px;
}
.wrap-my-list14 {
  background-position: -635px -178px;
}
.wrap-rightrow-pt {
  padding-left: 15px;
}
.wrap-rightrow-pt li a .zhedang {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: algha(opacity=30);
  z-index: 10;
}
.wrap-rightrow-pt li a .wrap-explain {
  text-align: center;
  position: relative;
  left: 50%;
  width: 100%;
  z-index: 12;
  font-size: 16px;
  margin-left: -50%;
  margin-top: -8px;
  color: #fff;
  line-height: 80px;
}
.wrap-my-list3 .wrap-explain .wrap-bg-icon1 {
  display: inline-block;
  width: 40px;
  margin-top: 30px;
  height: 40px;
  background: url(../images/wrapgr-img4.png) no-repeat;
  z-index: 12;
  background-position: 0 0;
}
.wrap-my-list4 .wrap-explain .wrap-bg-icon1 {
  background-position: -45px 0;
}
.wrap-my-list5 .wrap-explain .wrap-bg-icon1 {
  background-position: -90px 0;
}
.wrap-my-list6 .wrap-explain .wrap-bg-icon1 {
  background-position: -130px 0;
}
.wrap-my-list7 .wrap-explain .wrap-bg-icon1 {
  background-position: -5px -50px;
}
.wrap-my-list8 .wrap-explain .wrap-bg-icon1 {
  background-position: -50px -50px;
}
.wrap-my-list9 .wrap-explain .wrap-bg-icon1 {
  background-position: -95px -48px;
}
.wrap-my-list10 .wrap-explain .wrap-bg-icon1 {
  background-position: -135px -46px;
}
.wrap-my-list11 .wrap-explain .wrap-bg-icon1 {
  background-position: 0 -95px;
}
.wrap-my-list12 .wrap-explain .wrap-bg-icon1 {
  background-position: -45px -93px;
}
.wrap-my-list13 .wrap-explain .wrap-bg-icon1 {
  background-position: -95px -95px;
}
.wrap-my-list14 .wrap-explain .wrap-bg-icon1 {
  background-position: -135px -93px;
}
/****wrap-天天学习样式****/
.wrap-study-content {
  padding: 10px;
}
.wrap-studyNew {
  width: 94%;
  margin: 0 auto;
  background: url(../images/wrap-banner1.jpg) no-repeat;
  background-size: 100% 100%;
  height: 0.92rem;
  line-height: 0.92rem;
  overflow: hidden;
}
.wrap-pl2 {
  padding-left: 2rem;
}
.wrap-studyNew a {
  font-size: 0.3rem;
  color: #6d6d6d;
}
.wrap-studyNew span {
  margin: 0 0.3rem;
  color: #6d6d6d;
  font-size: 16px;
}
.wrap-studyList {
  width: 92%;
  margin: 0.2rem auto 0;
}
.wrap-studyList li {
  position: relative;
  line-height: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.3rem;
  display: block;
}
.wrap-studyList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: 3;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #e03a3a;
  border-radius: 0.05rem;
}
.wrap-studyList li a {
  color: #373737;
  font-size: 16px;
  display: inline-block;
}
.wrap-study-more {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.2rem;
  margin-bottom: 0.24rem;
  border: 1px solid #d6d6d6;
  background: #eee;
  text-align: center;
  font-size: 16px;
  color: #504f4f;
  border-radius: 0.08rem;
}
.wrap-study-more:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 28px;
  height: 10px;
  line-height: 10px;
  background: url(../images/wap-moreIcon.gif) 0 0 no-repeat;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
.wrap-sList {
  border-top: 0.15rem solid #eee;
  border-bottom: 0.15rem solid #eee;
}
.wrap-banner-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0.4rem auto 0.3rem;
}
.wrap-sList ul {
  width: 88%;
  height: auto;
  margin: 0 auto 0 6%;
}
.wrap-sList ul li {
  float: left;
  width: 22%;
  margin-right: 4%;
  height: 1.3rem;
  margin-bottom: 0.56rem;
}
.wrap-sList ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-sList ul li.wrap-mr0 {
  margin-right: 0;
}

/*
 * @Author: mjy
 * @Date: 2019-08-16 14:37:45
 * @Last Modified by:   mjy
 */
.wap-zsyz-picnews {
  margin-top: 15px;
}
.wap-zsyz-picnews .wxhy-carousel-img li img {
  height: 4.5rem;
}
.wap-zsyz-picnews.wxhy-c1 {
  height: 4.5rem;
}
.wap-szyz-box {
  margin: 0.2rem auto;
  width: 90%;
}
.wap-szyz-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.wap-szyz-title a {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  border-left: 2px solid #275293;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.wap-szyz-headline {
  margin: 0.2rem auto;
  padding: 0 0 5px;
  border-bottom: 1px dashed #919191;
}
.wap-szyz-headline p.tit a {
  color: #373737;
  font-size: 18px;
  line-height: 0.6rem;
  font-weight: bold;
}
.wap-szyz-headline p.intro {
  line-height: 0.6rem;
  height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #555555;
  font-size: 16px;
}
.wap-szyz-list1 li {
  position: relative;
}
.wap-szyz-list1 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: 3;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #d1d1d1;
}
.wap-szyz-list1 li a {
  text-indent: 0.3rem;
  display: block;
  width: 85%;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #373737;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.wap-szyz-list1 li .date {
  position: absolute;
  right: 0;
  top: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 14px;
  width: 15%;
  text-align: center;
}
.wap-zsyz-border {
  border-top: 0.15rem solid #eee;
  width: 100%;
}
.wap-szyz-list2 li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wap-szyz-list2 li a {
  width: 100%;
}
.wap-gb {
  padding: 0 0.2rem 0.42rem;
  background: url(http://localhost:8087/images/wap-bg1.png) center bottom repeat-x;
  background-size: auto 0.06rem;
  margin-bottom: 0.36rem;
}
.wap-gb-banner1 {
  position: relative;
  margin-bottom: 0.22rem;
}
.wap-gb-banner1 .title {
  white-space: nowrap;
}
.wap-gb-banner1 .title .btn {
  display: inline-block;
  cursor: pointer;
  width: 3.5rem;
  height: 0.76rem;
  text-align: center;
  line-height: 0.76rem;
  background: #829ac5;
}
.wap-gb-banner1 .title .btn.w100 {
  width: 100%;
}
.wap-gb-banner1 .title .btn1 {
  margin-right: 0.1rem;
}
.wap-gb-banner1 .title .btn span {
  display: inline-block;
  padding-right: 0.3rem;
  color: #fff;
  font-size: 0.28rem;
  background: url(../images/wap-icon1.png) right center no-repeat;
  background-size: 0.18rem 0.1rem;
}
.wap-gb-banner1-item {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  padding-top: 0.48rem;
  border: 0.01rem solid #e7e7e7;
  top: 0.9rem;
  left: 0;
  box-shadow: 0 0 0.08rem 0.01rem #e7e7e7;
}
.wap-gb-banner1-item i.s {
  position: absolute;
  top: -0.12rem;
}
.wap-gb-banner1-item.item1 i.s {
  left: 1.68rem;
}
.wap-gb-banner1-item.item2 i.s {
  right: 1.68rem;
}
.wap-gb-search-l {
  border: 0.01rem solid #e0e0e0;
  height: 0.78rem;
  margin-bottom: 0.1rem;
}
.wap-gb-search-l.lf {
  margin-left: 0.2rem;
}
.wap-gb-search-l.rt {
  margin-right: 0.2rem;
}
.wap-gb-search-l.w328 {
  width: 3.28rem;
}
.wap-gb-search-l.w668 {
  width: 6.68rem;
  margin-left: 0.2rem;
}
.wap-gb-search-l span {
  display: inline-block;
  width: 1.28rem;
  padding-right: 0.16rem;
  line-height: 0.78rem;
  color: #333333;
  font-size: 0.28rem;
  text-align: right;
  background: url(../images/wap-icon5.png) right center no-repeat;
  background-size: auto 0.28rem;
}
.wap-gb-search-l input {
  height: 0.78rem;
  line-height: 0.78rem;
  padding: 0 0.1rem;
  width: 5.04rem;
  color: #333333;
  font-size: 0.28rem;
}
.wap-gb-search-l select {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  width: 1.44rem;
  margin-top: 0.18rem;
  color: #666666;
  font-size: 0.28rem;
  margin-left: 0.1rem;
}
.wap-gb-banner3 {
  margin-top: 0.38rem;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  padding-bottom: 0.24rem;
  padding-top: 0.2rem;
}
.wap-gb-banner3 .btn {
  display: inline-block;
  width: 2.3rem;
  height: 0.76rem;
  line-height: 0.76rem;
  color: #fff;
  font-size: 0.28rem;
  background: #4b6fb5;
}
.wap-gb-banner3 .btn.mr40 {
  margin-right: 0.4rem;
}
.wap-gb-banner2 {
  margin-bottom: 0.62rem;
}
.wap-gb-banner2 a {
  display: block;
  height: 1rem;
  font-size: 0.32rem;
  text-align: center;
  line-height: 1rem;
  background: #3f62a4;
  color: #fff;
}
.wap-gb-index-t {
  text-align: center;
  padding-bottom: 0.24rem;
  background: url(../images/wap-bg1.png) center bottom repeat-x;
  background-size: auto 0.06rem;
}
.wap-gb-index-t a {
  color: #dd2526;
  font-size: 0.3rem;
  line-height: 1;
}
.wap-gb-index-l {
  padding-top: 0.28rem;
  padding-bottom: 0.22rem;
}
.wap-gb-index-l li {
  padding-left: 0.2rem;
  min-height: 0.96rem;
  margin-bottom: 0.3rem;
  background: url(../images/wap-icon2.png) left 0.2rem no-repeat;
  background-size: 0.1rem;
}
.wap-gb-index-l li a {
  color: #333333;
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.wap-gb-more a {
  display: block;
  height: 0.72rem;
  text-align: center;
  background: #f1f1f1;
  border-radius: 0.04rem;
}
.wap-gb-more a span {
  padding-right: 0.46rem;
  line-height: 0.72rem;
  display: inline-block;
  color: #333;
  background: url(../images/wap-icon3.png) right center no-repeat;
  background-size: 0.34rem 0.16rem;
  font-size: 0.24rem;
}
.wap-gb-js-main {
  padding: 0 0.2rem;
}
.wap-gb-banner1-item.item3 i.s {
  left: 3.4rem;
}
.wap-gb-js {
  padding-top: 0.18rem;
}
.wap-gb-js-p {
  margin-bottom: 0.26rem;
}
.wap-gb-js-p p {
  color: #333333;
  font-size: 0.22rem;
  line-height: 1;
}
.wap-gb-js-l li {
  padding-left: 0.2rem;
  background: url(../images/wap-icon2.png) left 0.2rem no-repeat;
  background-size: 0.1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #e8e8e9;
}
.wap-gb-js-l li a {
  line-height: 0.48rem;
  color: #333333;
  font-size: 0.3rem;
}
.wap-gb-js-l li p {
  color: #666666;
  font-size: 0.24rem;
  line-height: 1;
  margin-top: 0.2rem;
}
.wap-gb-js-l li p span {
  display: inline-block;
  width: 3.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wap-gb-js-page {
  padding-top: 0.38rem;
  padding-bottom: 0.22rem;
}
.wap-gb-js-page a {
  display: inline-block;
  border: 0.01rem solid #dddddd;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  margin: 0 0.03rem 0.16rem;
  color: #333333;
  font-size: 0.22rem;
  background: #fff;
}

.wap-gb-js-page a.disabled{
  cursor: not-allowed;
}
.wap-gb-js-page a.cur,
.wap-gb-js-page a:hover {
  background: #2b66b1;
  border: 0.01rem solid #2b66b1;
  color: #fff;
}
.wap-gb-js-page a.pn {
  width: 1.44rem;
}
.wap-gb-js-page a.num {
  width: 0.66rem;
}
.wap-gb-wq {
  padding-bottom: 0.5rem;
}
.wap-wqgb-banner {
  padding-top: 0.24rem;
  padding-bottom: 0.22rem;
  height: 0.28rem;
  line-height: 0.28rem;
  border-bottom: 0.01rem solid #cccccc;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
}
.wap-wqgb-banner a {
  color: #999999;
  font-size: 0.3rem;
  display: inline-block;
  margin: 0 0.17rem;
}
.wap-wqgb-banner a.cur {
  color: #f21414;
}
.wap-wqgb-list {
  padding-top: 0.2rem;
}
.wap-wqgb-list li {
  float: left;
  margin-left: 0.4rem;
  width: 3.16rem;
  height: 3.6rem;
  background: #f8f8f8;
  margin-bottom: 0.4rem;
}
.wap-wqgb-list li a {
  display: block;
  padding-top: 2.5rem;
  height: 1.1rem;
  text-align: center;
  background: url(../images/wap-img1.png) center 0.3rem no-repeat;
  background-size: 2.68rem 1.79rem;
}
.wap-wqgb-list li a .p1 {
  color: #333333;
  font-size: 0.26rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.wap-wqgb-list li a .p2 {
  color: #666666;
  font-size: 0.22rem;
  line-height: 1;
}

