html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section,
img {
  margin: 0px;
  padding: 0;
  /*手机端变灰 filter: grayscale(100%); */
}

body,
h1,
h2,
h3,
h4,
a,
span,
div,
p,
img,
input,
select,
button,
textarea,
ul,
li,
ol,
dl,
dt,
dd {
  box-sizing: content-box;
  list-style-type: none;
  border: 0;
}

img {
  max-width: 100%;
} /* 这行代码对于大多数嵌入网页的视频也有效，所以可以写成如下： */
img,
object {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

select,
optgroup {
  text-align: center;
}

body {
  background-color: #f2f2f2;
  -webkit-text-size-adjust: none;
  font-size: 0.875em;
  color: #333;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

div,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
li {
  list-style-type: none;
  text-transform: capitalize;
}

textarea {
  resize: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
    outline: none;
  }
}

.pages {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.pages .pages-list {
  float: right;
  position: relative;
}

.pages .pages-list li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 10px 5px;
  padding: 0 12px;
  position: relative;
  text-align: center;
}

.pages .pages-list li a {
  color: #666;
  font-size: 0.8125em;
  line-height: 30px;
}

.pages .pages-list li a:hover {
  color: #fff;
}

.pages .pages-list li:hover,
.pages .pages-list li.selected {
  background: #cd242a none repeat scroll 0 0;
}

.pages .pages-list li:hover a {
  color: #fff;
}

.pages .pages-list li.selected a {
  color: #fff;
}

/*#container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}*/
.header {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header-bgd {
  position: relative;
  width: 100%;
}

.banner1 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.banner {
  width: 1920px; /*图片宽度*/
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -960px; /*图片宽度的一半*/
  display: none;
}

.banner1 img {
  width: 100%;
  display: block;
}

.header-search-s {
  width: 60px;
  height: 40px;
  float: left;
  background-color: #014c8d;
  text-align: center;
  cursor: pointer;
}

.header-search-s > img {
  margin-top: 7px;
}

.header-t {
  /*position: absolute;*/
  /*top: 304px;*/
  width: 100%;
  margin: 0 auto;
  line-height: 50px;
  background-color: #004c8c;
  overflow: hidden;
}

.header-hong {
  /*position: absolute;*/
  /*top: 350px;*/
  width: 100%;
  height: 6px;
  margin: 0px auto;
  padding: 0px;
  background-color: #cd2129;
  overflow: hidden;
}

.header-ttt {
  width: 100%;
  height: 40px;
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
}

.header-tt {
  width: 1200px;
  margin: 0 auto;
  line-height: 40px;
}

.logo {
  width: 1200px;
  margin: 0 auto;
  height: 181px;
  overflow: hidden;
  z-index: 10;
  display: none;
}

.logo-1 {
  width: 540px;
  height: 63px;
  background: url("../images/logo.png");
  margin-top: 48px;
}

.logo-2 {
  font-size: 1.125em;
  color: #fff;
}

.floatBtn {
  position: fixed;
  width: 18%;
  right: 5px;
  bottom: 10px;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 3px 3px 3px rgba(000, 000, 000, 0.3);
}

.floatBtn a > i {
  font-style: normal;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 0.75em;
}

.float-00 {
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  background: url("../images/float-00.png") #fff no-repeat center 5px;
  border-bottom: 1px solid #ccc;
}

.float-00:hover {
  background: url("../images/float-00.png") #f4f4f4 no-repeat center 5px;
}

.float-01 {
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  background: url("../images/float-01.png") #fff no-repeat center 5px;
  border-bottom: 1px solid #ccc;
}

.float-01:hover {
  background: url("../images/float-01.png") #f4f4f4 no-repeat center 5px;
}

.float-02 {
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  background: url("../images/float-02.png") #fff no-repeat center 3px;
  border-bottom: 1px solid #ccc;
  display: none;
}

/* .float-04 {
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	background: url("../images/home.png") #fff no-repeat center 8px;
	border-bottom: 1px solid #ccc;
	display: none;
} */
.float-02:hover {
  background: url("../images/float-02.png") #f4f4f4 no-repeat center 3px;
}

.float-03 {
  position: relative;
  width: 100%;
  height: 50px;
  float: left;
  background: url("../images/float-03.png") #fff no-repeat center 5px;
  border-bottom: 1px solid #ccc;
}

.float-03:hover {
  background: url("../images/float-03.png") #f4f4f4 no-repeat center 5px;
}

.sybl-warp {
  background: url("../images/panel-bg.png") bottom no-repeat #fff;
  margin: 0 auto;
  overflow: hidden;
}

.logo-3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #cd242a;
  margin-top: 10px;
  margin-left: 70px;
}

.logo-3 i {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.header-time {
  float: left;
  width: 655px;
  font-size: 0.75em;
  padding-left: 10px;
  color: #323232;
}

#shu {
  color: #cbcbcb;
}

.header-btn {
  width: 17px;
  height: 17px;
  float: left;
  margin-top: 11px;
  margin-left: -20px;
  background: url("https://ggzyfw.beijing.gov.cn/r/cms/cn.gov.bjggzyfw.www/images/search.png")
    no-repeat;
  cursor: pointer;
}

/*.header-btn:hover {
    background: url("../images/search2.png") no-repeat;
}*/
.header-time > span {
  padding: 0 5px;
}

.header-t-search {
  float: right;
}

.header-search {
  background-color: #fff;
  color: #989898;
  height: 20px;
  line-height: 20px;
  width: 207px;
  border: solid 1px #e1edf5;
  padding-left: 10px;
  padding-right: 20px;
  float: left;
  margin-top: 8px;
}

.header-tq {
  position: absolute;
  left: 600px;
  top: 100px;
  color: #fff;
  font-size: 1em;
  overflow: hidden;
  word-break: keep-all;
}

.mainbar {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  word-break: keep-all;
  line-height: 45px;
  background-color: #336699;
}

.mainbar li {
  position: relative;
  float: left;
  text-align: center;
  color: #fff;
  cursor: pointer;
  word-break: keep-all;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid rgba(51, 102, 153, 1);
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(30, 135, 251, 1) 0%,
      rgba(30, 135, 251, 1) 0%,
      rgba(3, 91, 187, 1) 100%,
      rgba(3, 91, 187, 1) 100%
    )
    repeat scroll 0 0;
  border-right: 1px solid #b1051a;
  background: rgba(0, 0, 0, 0)
    linear-gradient(180deg, #bd1a2d 0%, #d65867 0%, #bd1a2d 100%, #bd1a2d 100%)
    repeat scroll 0 0;
}

.mainbar li a {
  display: block;
  font-size: 0.875em;
  color: #fff;
  word-break: keep-all;
}

#shouye {
  width: 72px;
}

.mainbar li:hover {
  background-color: #cd242a;
}

.mainbar li.on {
  background-color: #cd242a;
}

.content {
  position: relative;
  width: 100%;
}

.sylb {
  width: 100%;
  box-sizing: content-box;
  float: left;
  overflow: hidden;
}

.xwzx {
  width: 100%;
  height: 320px;
  float: left;
  box-sizing: content-box;
  margin: 5px 0;
  background-color: #f5fbff;
}

.title-list {
  line-height: 30px;
  width: 100%;
}

.title-list li {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  background: url("../images/red.png") no-repeat 10px 13px;
}

.title-list li a {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.title-list li a:hover {
  color: #045bbb;
}

.c-list {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.c-title {
  height: 45px;
  line-height: 45px;
  background: url("../images/title-bg.png") 0 0 no-repeat;
  font-size: 1em;
  color: #fff;
  border-bottom: 2px solid #045bbb;
}

.c-title label {
  float: left;
  text-indent: 35px;
  font-size: 1.125em;
}

.c-content {
  padding: 20px 0;
  zoom: 1;
}

.more {
  float: right;
  background: url("../images/more.png") right no-repeat;
  padding-right: 15px;
  margin-right: 10px;
}

.more a {
  color: #999 !important;
  font-size: 0.75em;
}
.nav-list {
  position: relative;
  background-color: #dae7f5;
  line-height: 30px;
  width: 25%;
  margin: 0 5px;
}

.nav-list a,
.nav-list1 a,
.nav-list2 a,
.nav-list3 a,
.nav-list4 a,
.nav-list5 a {
  float: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-list a:hover,
.nav-list1 a:hover,
.nav-list2 a:hover,
.nav-list3 a:hover,
.nav-list4 a:hover,
.nav-list5 a:hover {
  color: #045bbb;
}

.nav-list > li {
  text-align: center;
  cursor: pointer;
  padding: 5px 0;
  line-height: 30px;
}

.nav-list > li > div {
  color: #045bbb;
}

.nav-list > li:hover > div {
  background-color: #ce2129;
  color: #fff;
}

.nav-list > li.on > div {
  background-color: #ce2129;
  color: #fff;
}

.nav-list1 {
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 250px;
  width: 720px;
  line-height: 30px;
}

.nav-list1 li {
  padding-left: 20px;
  background: url("../images/red.png") no-repeat 0px 15px;
  overflow: hidden;
}

.nav-list2 {
  position: absolute;
  left: 105%;
  top: 5px;
  width: 280%;
}

.nav-list2 > li {
  float: left;
  background-color: #dae7f5;
  color: #045bbb;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 3px;
  border-radius: 3px;
}

.nav-list2 > li > div {
  line-height: 30px;
  font-size: 10px;
}

.nav-list2 > li.on {
  background-color: #ce2129;
  color: #fff;
}

.nav-list2 > li:hover {
  background-color: #ce2129;
  color: #fff;
}

.nav-list3 {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.c-content .nav-list .nav-list2 .nav-list3 li a {
  width: 100%;
}
.c-content .nav-list .nav-list2 .nav-list3 li .vid {
  float: left;
  width: 40px;
  height: 25px;
  background: url("../images/vid_01.png") no-repeat;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  display: none;
}
.nav-list3 li {
  padding-left: 15px;
  background: url("../images/red.png") no-repeat 5px 15px;
  overflow: hidden;
  line-height: 30px;
}

.nav-list4 {
  position: relative;
  line-height: 30px;
  margin: 10px 20px 0px 20px;
  height: 270px;
}

.nav-list4 > li {
  float: left;
  background-color: #dae7f5;
  color: #045bbb;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 3px;
  cursor: pointer;
}

.nav-list4 > li > div {
  padding: 0 15px;
}

.nav-list4 > li.on {
  background-color: #ce2129;
  color: #fff;
}

.disabled {
  background: #ccc !important;
  color: #fff !important;
}

.disabled a {
  background-color: #ccc !important;
  color: #fff !important;
}

.nav-list4 > li:hover {
  background-color: #ce2129;
  color: #fff;
}

.nav-list5 {
  height: 230px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
}

.nav-list5 .li1 {
  float: left;
  width: 430px;
  padding-left: 20px;
  margin: 0px;
  background: url("../images/red.png") no-repeat 0px 15px;
  overflow: hidden;
}

.nav-list5 .li2 {
  float: right;
  width: 430px;
  padding-left: 20px;
  background: url("../images/red.png") no-repeat 0px 15px;
  overflow: hidden;
}

.m-list {
  margin-left: 100px;
  float: left;
}

.m-list li {
  line-height: 44px;
  float: left;
  border-bottom: 2px solid transparent;
  text-align: center;
  padding: 0 10px;
}

.d-content {
  overflow: hidden;
}

.d1,
.d2 {
  position: relative;
  float: left;
  width: 570px;
  margin-left: 25px;
}

.d1 img,
.d2 img {
  position: relative;
  width: 100%;
}

.m-list li.on {
  border-bottom: 3px solid red;
  margin-bottom: -4px;
}

.m-list li a {
  font-size: 1em;
  color: #045bbb;
}

.m-list li.on a {
  color: #ce2129;
}

.div-left {
  overflow: hidden;
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}

.div-right {
  float: left;
  width: 100%;
  height: 555px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.r-div {
  width: 100%;
  overflow: hidden;
}

.r-jsgc,
.r-tdky,
.r-zfcg,
.r-gycq,
.r-zhjy,
.r-xxh {
  width: 30%;
  height: 90px;
  cursor: pointer;
  float: left;
  text-align: center;
  margin: 7px 0;
  border-radius: 5px;
  margin: 1.5%;
}

.r-jsgc {
  background: url("../images/img-1.png") center 12px no-repeat #359dba;
}

.r-tdky {
  background: url("../images/img-2.png") center 12px no-repeat #5284e6;
}

.r-zfcg {
  background: url("../images/img-3.png") center 12px no-repeat #dd7173;
}

.r-gycq {
  background: url("../images/img-4.png") center 12px no-repeat #fa8424;
}

.r-zhjy {
  background: url("../images/img-7.png") center 12px no-repeat #f5b146;
}

.r-xxh {
  background: url("../images/img-8.png") center 12px no-repeat #51d0e6;
}

.r-jsgc:hover {
  background: url("../images/img-1.png") center 12px no-repeat #50bedd;
}

.r-tdky:hover {
  background: url("../images/img-2.png") center 12px no-repeat #6d9bf4;
}

.r-zfcg:hover {
  background: url("../images/img-3.png") center 12px no-repeat #f58e90;
}

.r-gycq:hover {
  background: url("../images/img-4.png") center 12px no-repeat #ff9c4c;
}

.r-zhjy:hover {
  background: url("../images/img-7.png") center 12px no-repeat #fcc266;
}

.r-xxh:hover {
  background: url("../images/img-8.png") center 12px no-repeat #73e4f8;
}

.r-jsgc label,
.r-tdky label,
.r-zfcg label,
.r-gycq label,
.r-zhjy label,
.r-xxh label {
  display: block;
  margin-top: 58px;
  cursor: pointer;
  color: #fff;
  font-size: 1em;
}

.r-title {
  text-indent: 40px;
  height: 45px;
  line-height: 45px;
  background: url("../images/title-bg.png") 0 0 no-repeat;
  font-size: 1em;
  color: #fff;
  border-bottom: 2px solid #045bbb;
}

.r-title a {
  color: #045bbb;
  float: left;
  text-indent: 0;
}

.r-title label {
  color: #fff;
  float: left;
  font-size: 1.125em;
}

.r-content {
}

.r-content > div > .a {
  display: block;
  padding-top: 25px;
}

.r-list {
  overflow: hidden;
  background-color: #e5eef8;
  padding: 15px 0;
  width: 170px;
}

.r-list li {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px;
}

.r-list li a {
  color: #045bbb;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.r-list li a:hover {
  color: #54a5fe;
}

.zj-login,
.zj-zn {
  height: 95px;
  background: url("../images/img-5.png") center 15px no-repeat #dd7173;
  cursor: pointer;
  float: left;
  width: 46%;
  margin: 2%;
  border-radius: 5px;
}

.zj-login:hover {
  background: url("../images/img-5.png") center 15px no-repeat #f68a8c;
}

.zj-zn {
  background: url("../images/img-6.png") center 15px no-repeat #5284e6;
}

.zj-zn:hover {
  background: url("../images/img-6.png") center 15px no-repeat #6396fa;
}

.zj-login label,
.zj-zn label {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

.jyjg-ts-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 40px;
}

.jyjg-ts-table tr {
  margin: 5px 0;
}

.jyjg-ts-table th {
  width: 200px;
  text-align: right;
  padding-right: 10px;
}

.jyjg-ts-table td {
  font-size: 0.875em;
  width: 600px;
}

.jyjg-ts-table th,
.jyjg-ts-table td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.file {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0px 12px;
  color: #0a8fec;
  text-decoration: none;
  text-indent: 0;
  line-height: 40px;
  height: 40px;
  float: left;
  font-size: 1em;
  margin-right: 10px;
}

.file input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  border: 1px solid red;
}

.file:hover {
  background: #aadffd;
  border-color: #78c3f3;
  color: #004974;
  text-decoration: none;
}

.jyjg-ts-table td .input {
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 530px;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

.jyjg-ts-table td .textarea {
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 530px;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

.button {
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 123px;
  height: 44px;
  line-height: 44px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 1em;
  padding: 0;
  background: url("../images/btn-bg1.png") no-repeat;
  margin-right: 30px;
  cursor: pointer;
}

.centers {
  display: inline-block;
  width: 300px;
  margin-left: 300px;
}

.chanel {
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 123px;
  height: 44px;
  line-height: 44px;
  float: left;
  text-align: center;
  color: #040404;
  font-size: 1em;
  padding: 0;
  margin: 0;
  background: url("../images/btn-bg2.png") no-repeat;
  cursor: pointer;
}

.tsjb-warp {
  width: 90%;
  margin: 20px auto;
  margin-bottom: 100px;
}

.agree {
  color: #176ccb;
  border-color: #176ccb;
}

.tsjb-jbxz {
  text-align: center;
}

.tsjb-jbxz-p {
  line-height: 30px;
  text-indent: -2em;
  padding-left: 2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.jyjg-ts {
  background: url("../images/img-001.png") #fa8424 center 5px no-repeat;
}

.jyjg-jb {
  background: url("../images/img-002.png") #359dba center 5px no-repeat;
}

.jyjg-jgbm {
  background: url("../images/img-003.png") #0068b7 center 5px no-repeat;
}

.jyjg-ts:hover {
  background: url("../images/img-001.png") #ff9a55 center 5px no-repeat;
}

.jyjg-jb:hover {
  background: url("../images/img-002.png") #42b4d3 center 5px no-repeat;
}

.jyjg-jgbm:hover {
  background: url("../images/img-003.png") #0f83db center 5px no-repeat;
}

.jyjg-ts,
.jyjg-jb,
.jyjg-jgbm {
  height: 88px;
  line-height: 88px;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: 30%;
  float: left;
  margin: 1.5%;
  overflow: hidden;
}

.download {
  height: 60px;
  line-height: 60px;
  background: url("../images/download.png") 15px 25px no-repeat #e5eef8;
  padding: 10px 0;
  margin: 10px;
}

.download a {
  display: inline-block;
  margin: 0 20px;
  color: #045bbb;
  margin-left: 20%;
}

.download a:hover {
  color: #54a5fe;
}

.jyjg-ts a,
.jyjg-jb a,
.jyjg-jgbm a {
  color: #fff;
}

.jyxx {
  position: relative;
  float: left;
  width: 1200px;
  margin-bottom: 20px;
}

.gcjs {
  width: 1200px;
  float: left;
  margin-bottom: 20px;
  background-color: #f3fbff;
}

.gcjs > div {
  position: relative;
  float: left;
  text-align: center;
}

.div-gcjs,
.div-zfcg,
.div-tdjkyq,
.div-gycq,
.div-yxcg,
.div-zj {
  position: relative;
  width: 200px;
  height: 66px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  /*margin: 8px 8px 8px 8px;*/
  padding: 12px 0 12px 0;
}

.zyxxtj {
  width: 1198px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #cedde9;
}

.xzzx {
  width: 460px;
  float: left;
  overflow: hidden;
}

.zcfg {
  float: left;
  margin-bottom: 20px;
  width: 1200px;
}

.ztxx {
  float: left;
  margin-bottom: 20px;
  width: 1200px;
}

.fwdh {
  position: relative;
  width: 700px;
  margin-left: 10px;
  float: left;
  text-align: center;
}

.fwdh-list2,
.fwdh-list3,
.fwdh-list4,
.fwdh-list6 {
  position: relative;
  float: left;
  cursor: pointer;
  width: 130px;
}

.fwdh-list2,
.fwdh-list3,
.fwdh-list4 {
  border-right: 1px solid #045bbb;
}

.fwdh-list2 {
  margin: 25px 0px 0px 32px;
}

.fwdh-list3,
.fwdh-list4,
.fwdh-list6 {
  margin: 25px 0px 0px 32px;
}

.fwdh img {
  margin: 0 auto;
  float: left;
}

.zygg-t {
}

.zygg-c {
  font-size: 0.875em;
}

.ul-title {
  float: left;
  margin-left: 22px;
}

.zygg-t > div {
  font-size: 0.75em;
}

.ul-title li {
  float: left;
  padding: 12px 20px;
  margin-right: 28px;
  font-size: 1em;
  color: #0c5490;
  cursor: pointer;
  border-bottom: 2px solid #0c5490;
  position: relative;
}

.ul-title li:hover {
  color: #cd2129;
  border-bottom: 2px solid #cd2129;
}

.ul-title li.on {
  float: left;
  padding: 12px 20px;
  margin-right: 28px;
  font-size: 1em;
  color: #cd2129;
  border-bottom: 2px solid #cd2129;
}

.ul-title li.on:after {
  position: absolute;
  content: "";
  right: 43px;
  top: 46px;
  width: 0;
  height: 0;
  border: 8px solid #f3fbff;
  border-top: 8px solid #cd2129;
}

.cont-jrjyhd-kbxq {
  float: left;
  width: 100%;
  margin-top: 20px;
  color: #000;
}

.cont-jrjyhd-kbxq li a:hover {
  color: #ce2129;
}

.cqjy-list ul li a:hover {
  color: #ce2129;
}

.zcfg-list ul li a:hover {
  color: #ce2129;
}

.ztxx-list ul li a:hover {
  color: #ce2129;
}

.download-list li a:hover {
  color: #ce2129;
}

.article-more > a:hover {
  color: #ce2129;
}

.cont-jrjyhd-kbxq a {
  float: left;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.dian {
  float: left;
  color: #cc242a;
  font-size: 0.875em;
  padding: 0 8px;
  line-height: 18px;
}

.riqi {
  float: right;
  color: #7f7f7f;
  font-size: 0.75em;
}

.cont-jrjyhd-kbxq > li {
  float: left;
  width: 100%;
  height: 30px;
  cursor: pointer;
  clear: both;
}

.cont-jrjyhd-kbxq-sort {
  float: left;
  width: 58px;
}

.cont-jrjyhd-kbxq-num {
  text-align: center;
  color: #999;
  font-size: 1.375em;
  padding: 0 10px;
}

.cont-jrjyhd-kbxq > li:hover .cont-jrjyhd-kbxq-num {
  text-align: center;
  color: #2d82ec;
  font-size: 1.375em;
  padding: 0 10px;
}

.cont-jrjyhd-kbxq-time {
  text-align: center;
  font-size: 0.75em;
}

.cont-jrjyhd-kbxq-title {
  position: relative;
  float: left;
  font-size: 1em;
  padding-left: 20px;
  width: 360px;
  overflow: hidden;
  line-height: 25px;
}

.cont-jrjyhd-kbxq-title > .a1 {
  position: relative;
  width: 360px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cont-jrjyhd-kbxq-title > .a2 {
  position: relative;
  width: 360px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875em;
  color: #ccc;
}

/*--------------------*/
.content-title {
  position: relative;
  border-bottom: 4px solid #0c5490;
  margin-bottom: 0px;
  *margin-bottom: 0px;
  overflow: hidden;
}

.content-detail {
  position: relative;
}

.content-title-t {
  position: relative;
  text-align: left;
  font-size: 1.25em;
  overflow: hidden;
}

.content-title-m {
  position: relative;
  float: right;
  margin-top: 0;
  font-size: 0.875em;
  color: #a5a5a5;
  padding-right: 5px;
}

#addr-list4 ul {
  border-top: 2px solid;
  border-bottom: 2px solid;
  height: 40px;
  margin-top: 20px;
  margin-right: 30px;
  color: #cedde9;
}

#addr-list41 {
  padding-left: 160px;
}

#addr-list42 {
  padding-left: 265px;
}

#addr-list44 {
  padding-left: 164px;
}

#addr-list43 {
  padding-left: 150px;
}

#addr-list46 {
  padding-left: 270px;
}

#addr-list47 {
  padding-left: 420px;
}

#addr-list4 ul li {
  float: left;
}

.addr-list li {
  position: relative;
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 0.875em;
  color: #0c5490;
}

.addr-list li:hover {
  color: #cd2129;
}

.addr-list li.on {
  color: #cd2129;
  border-bottom: 2px solid #cd2129;
}

.addr-list li.on:after {
  position: absolute;
  content: "";
  left: 66%;
  margin-left: -25%;
  top: 41px;
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-top: 8px solid #cd2129;
}

.shug {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-top: 8px solid #048bd1;
}

.shug1 {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.jyxxkuang {
  border: 1px solid #cedde9;
}

.addr-cqjy {
  float: right;
  width: 946px;
  font-size: 0.875em;
}

.cqjy-list ul li a {
  width: 740px;
  text-overflow: ellipsis;
}

.menu-list ul {
  overflow: hidden;
}

#zcfg-list {
  float: left;
  width: 1200px;
}

#zcfg-list ul {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 10px;
  border-top: 2px solid #bbd0df;
  height: 46px;
  position: relative;
}

.zhanw1,
.zhanw2 {
  width: 389px;
  height: 36px;
}

.zhanw3,
.zhanw4 {
  width: 298px;
  height: 36px;
}

.zhanw4 {
  width: 306px;
}

#zcfg-list li {
  float: left;
  font-size: 1em;
  line-height: 36px;
  cursor: pointer;
  color: #0c5490;
  background-color: #e8eff3;
  position: relative;
  border-bottom: 2px solid #bbd0df;
}

#zcfg-list li.on {
  background-color: #fff;
  border-bottom: 2px solid #cd2129;
  font-size: 1em;
  color: #cd2129;
}

#zcfg-list li.on:after {
  position: absolute;
  content: "";
  right: 54px;
  top: 37px;
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-top: 8px solid #cd2129;
}

#ztxx-list {
  float: left;
  width: 1198px;
}

#ztxx-list ul {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 10px;
  border-top: 2px solid #bbd0df;
  height: 46px;
  position: relative;
}

#ztxx-list li {
  float: left;
  font-size: 1em;
  line-height: 36px;
  cursor: pointer;
  color: #0c5490;
  background-color: #e8eff3;
  position: relative;
  border-bottom: 2px solid #bbd0df;
}

/*#ztxx-list li:hover {
	border-bottom: 2px solid #2c82ec;
        color:#2c82ec;
}*/
#ztxx-list li.on {
  background-color: #fff;
  border-bottom: 2px solid #cd2129;
  font-size: 1em;
  color: #cd2129;
}

#ztxx-list li.on:after {
  position: absolute;
  content: "";
  left: 68%;
  margin-left: -25%;
  top: 37px;
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-top: 8px solid #cd2129;
}

.zcfgkuang {
  border: 1px solid #cedde9;
  width: 1198px;
}

.ztxxkuang {
  border: 1px solid #cedde9;
  width: 1198px;
}

.cqjy-list {
  float: right;
  width: 946px;
  height: 219px;
}

.zcfg-list {
  width: 1188px;
  margin-left: 25px;
  height: 256px;
}

.zcfg-list ul {
  padding-top: 12px;
  padding-bottom: 12px;
}

.zcfg-list ul li a {
  width: 980px;
  text-overflow: ellipsis;
}

.zcfg-list > div {
  float: none;
  position: absolute;
  top: -10px;
  right: 14px;
  font-size: 0.75em;
}

.ztxx-list {
  width: 1200px;
  margin-left: 25px;
  height: 270px;
}

.ztxx-list > div {
  float: none;
  position: absolute;
  top: -10px;
  right: 14px;
  font-size: 0.75em;
}

#fg-list11 {
  padding-left: 30px;
  padding-right: 30px;
}

#fg-list21 {
  padding-left: 30px;
  padding-right: 30px;
}

#fg-list31 {
  padding-left: 30px;
  padding-right: 30px;
}

#zt-list11 {
  padding-left: 30px;
  padding-right: 30px;
}

#zt-list21 {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 2px solid #bbd0df;
  border-right: 2px solid #bbd0df;
}

#zt-list31 {
  padding-left: 30px;
  padding-right: 30px;
}

#zt-list41 {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 2px solid #bbd0df;
  border-right: 2px solid #bbd0df;
}

#zt-list51 {
  padding-left: 20px;
  padding-right: 20px;
}

.zt-listl {
  float: left;
  width: 49%;
  padding-top: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-right: 1px solid #cedde9;
}

.zt-listr {
  float: left;
  width: 49%;
  padding-top: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.zt-listl li {
  padding-right: 64px;
}

.zt-listr li {
  padding-left: 64px;
  padding-right: 30px;
}

.article-more {
  float: right;
  width: 50px;
  text-align: center;
  margin-top: 14px;
  color: #7f7f7f;
  font-size: 0.75em;
}

.article-more > a {
  color: #7f7f7f;
  font-size: 0.875em;
}

.cqjy-list > div > a {
  position: absolute;
  top: 4px;
  right: 15px;
  font-size: 0.875em;
}

.article-list {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
  border: 1px solid red;
}

.article-list > li {
  position: relative;
  height: 29px;
  line-height: 29px;
  clear: both;
  color: #6f6f6f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  background: url("../images/red.png") no-repeat 10px 13px;
}

.article-list > li label {
  padding: 0 10px;
  background-color: #fdb6b9;
  color: #cf212a;
  margin-right: 20px;
  line-height: 30px;
  height: 30px;
}

.article-list b {
  color: #e79029;
  font-size: 0.875em;
}

.article-list a {
  float: left;
  width: 580px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  font-size: 0.875em;
}

.article-list2 {
  width: 90%;
  overflow: hidden;
  margin: 0px auto;
}

.article-list2 > li {
  position: relative;
  line-height: 20px;
  clear: both;
  color: #333;
  overflow: hidden;
  padding: 10px 0 10px 30px;
  background: url("../images/blue.png") no-repeat 10px 15px;
  border-bottom: 1px dashed #ccc;
}

.hotWordBanner {
  overflow: hidden;
}

.hotWordBanner li {
  float: left;
  margin-right: 15px;
}

.article-list2 > li label {
  padding: 0 10px;
  background-color: #fdb6b9;
  color: #cf212a;
  margin-right: 20px;
  line-height: 30px;
  height: 30px;
}

.article-list2 b {
  color: #e79029;
  font-size: 0.875em;
}

.article-list2 a {
  float: left;
  width: 100%;
  color: #000000;
}

.article-list2 a:hover {
  color: #045bbb;
}

.download-list > li {
  position: relative;
  line-height: 26px;
  clear: both;
  color: #6f6f6f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 12px;
}

.zt-list1 a,
.zt-list2 a,
.zt-list3 a,
.zt-list4 a,
.zt-list5 a {
  width: 380px;
}

.dian2 {
  float: left;
  color: #cc242a;
  font-size: 0.875em;
  padding: 0 8px;
  line-height: 20px;
}

.dian3 {
  float: left;
  color: #cc242a;
  font-size: 0.875em;
  padding: 0px 8px;
  line-height: 20px;
  padding-top: 5px;
}

.list-times {
  float: right;
  font-size: 1em;
  color: #7f7f7f;
  width: 100px;
  display: none;
}

.list-ts {
  width: 145px;
  background-color: #f1f1f1;
  float: left;
  margin-bottom: 17px;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #ddd;
  cursor: pointer;
}

#list-ts1 {
  margin-left: 17px;
  background-color: #e1f1d9;
  color: #6abf42;
}

#list-ts2 {
  margin-left: 8px;
  background-color: #cbe4f6;
  color: #3888be;
}

#list-ts3 {
  margin-left: 8px;
  background-color: #feedb0;
  color: #f98327;
}

#list-ts4 {
  margin-left: 8px;
  background-color: #fcdbdb;
  color: #dc7072;
}

#list-ts5 {
  margin-left: 8px;
  background-color: #cfdef9;
  color: #5384e4;
}

#list-ts6 {
  margin-left: 8px;
  background-color: #c9ecf5;
  color: #359cb9;
}

.list-ts:hover {
  background-color: #2c82ec;
  color: #fff;
}

#fwdh1 {
  float: left;
  border-top: 2px solid #cc242a;
  font-size: 1em;
  margin-left: 20px;
  padding: 10px 5px 0px 5px;
  color: #0c5490;
}

#wfdhh {
  color: #000;
  width: 680px;
  height: 78px;
  margin: 10px 5px 20px 10px;
  background-color: #f3fbff;
}

#xzzx1 {
  float: left;
  border-top: 2px solid #cc242a;
  font-size: 1em;
  margin-left: 20px;
  padding: 10px 5px 0px 5px;
  color: #0c5490;
}

#xzzxh {
  width: 440px;
  margin: 10px 5px 20px 20px;
  background-color: #f3fbff;
}

#xzzxt {
  float: left;
  width: 50px;
  margin-left: 35px;
  margin-top: 15px;
}

#xzzxt img {
  width: 100%;
}

#xzzxl {
  float: left;
  font-size: 0.75em;
}

.list-ts > div {
  line-height: 28px;
  font-size: 0.875em;
}

.download-list a {
  color: #000;
}

.list-ts > div:first-child {
  line-height: 28px;
  font-size: 1.125em;
}

#zyxxt {
  float: left;
  border-top: 2px solid #cc242a;
  font-size: 1em;
  margin-left: 20px;
  padding: 10px 5px 10px 5px;
  color: #0c5490;
}

#zyxxm {
  margin: 10px 0;
  position: absolute;
  right: 22px;
}

.xzfw {
  width: 1198px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #cedde9;
}

/*-------------------*/
.weixin {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 20px;
}

.weibox {
  width: 50px;
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.weitan {
  display: none;
  position: fixed;
  top: 50%;
  right: 71px;
  width: 165px;
  height: 216px;
  border: 2px solid #cd2129;
  background-color: #fff;
}

.weian {
  width: 100%;
  height: 50px;
  margin: 0 0 2px 0;
  padding: 0;
  background-color: #999;
  cursor: pointer;
  box-sizing: border-box;
}

.weitan1 {
  font-size: 0.75em;
  color: black;
  text-align: center;
}

.weitan2 {
  font-size: 0.75em;
  color: red;
  text-align: center;
}

.sub-menu {
  position: absolute;
  margin-left: 59px;
  display: none;
}

.sub-menu .sub-wrap {
  position: relative;
  left: -50%;
  background-color: #e8f0f3;
  padding: 0;
}

.sub-menu .sub-content {
  position: relative;
  white-space: nowrap;
  border-top: 4px solid #cd2129;
  box-sizing: border-box;
}

.sub-menu dl {
  width: 120px;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.sub-menu dl > dd {
  margin: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #0d5c97;
  font-size: 0.875em;
  cursor: pointer;
}

.sub-menu dl > dd + dd {
  border-top: 1px solid #d7e1eb;
  box-sizing: border-box;
}

.sub-menu dl > dd:hover {
  color: #ffffff;
  background-color: #cd2129;
}

.select_down {
  margin: 100px auto;
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
}

.select_down dt {
  float: left;
  width: 134px;
  position: relative;
  margin-right: 5px;
  display: inline;
}

.select_down h3 {
  color: #919191;
  font-size: 0.75em;
  font-weight: normal;
  border: 1px solid #e5e5e5;
  height: 18px;
  background: #fbfbfb;
  line-height: 18px;
  text-indent: 8px;
}

.select_down ul {
  width: 132px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
  text-indent: 8px;
  display: none;
}

.select_down ul li {
  height: 22px;
  line-height: 22px;
  cursor: pointer;
}

.select_down ul li.hover {
  background: red;
}

/*底部*/
.footer {
  /*padding: 0 0 20px 0;  */
  padding: 0 0 0px 0; /* 赵静静新加 */
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  /* background: url(../images/footer-bg.png) repeat-x; */
  background-color: #bd1a2d;
}
#footer-logo1-m > img:first-child {
  position: absolute;
  left: calc(50% - 48px) !important;
  margin-top: 15px;
  transform: translateX(-50%);
  top: -10px;
}
#footer-logo > div > p {
  color: #fff;
}
.footer .link_box {
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center;
  top: -4px;
}

.footer-main {
  width: 100%;
  line-height: 24px;
  margin: 10px auto;
  text-align: center;
  font-size: 0.75em;
  color: black;
  overflow: hidden;
}

.footer-main > div {
  color: #fff;
  line-height: 20px;
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
  font-size: 1em;
}

.footer-main > div > select {
  border: 1px solid #ddd;
  background-color: #b7d1ed;
  color: #a5a5a5;
  padding: 3px 0px;
  margin: 0;
  border-radius: 2px;
  color: black;
  width: 90%;
  height: 25px;
  line-height: 25px;
}

.link_box ul {
  float: left;
  position: relative;
  left: 40%;
}

.link_box li {
  position: relative;
  float: left;
  right: 37%;
  margin: 0 15px;
  line-height: 30px;
  background: #fff;
  height: 30px;
  text-align: center;
  color: #333;
  line-height: 30px;
  background-color: #f3fbff;
}

/*下拉菜单*/
.info-select {
  /* float:left; display:inline;*/
  width: 195px;
  height: 30px;
  border: 1px solid #d3d3d5;
  line-height: 30px;
  background: #fff;
}

.borderradius2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
}

.borderradius15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
}

.select-list {
  position: absolute;
  bottom: 28px;
  left: -1px;
  width: 195px;
  height: auto;
  line-height: 30px;
  background: #fff;
  z-index: 9970;
  border: 1px solid #d3d3d5;
  display: none;
}

.select-list dl {
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  max-height: 300px;
  _max-height: 300px;
  *max-height: 300px;
  overflow-x: hidden;
  padding: 0;
}

.select-list dd {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.select-list dd a {
  color: #000000;
  display: block;
  width: 165px;
  margin: 0 auto;
  font-size: 0.875em;
}

.link {
  color: #045bbb;
  text-indent: 30px;
}

.select-list dd:hover {
  background-color: #cd2129;
}

.select-list dd:hover a {
  color: #fff;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.box100 {
  width: 100%;
  height: 307px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.box100 img {
  width: 100%;
}

.device {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.pagination {
  width: 50%;
  position: absolute;
  z-index: 20;
  right: 20px;
  bottom: 10px;
  text-align: right;
}

.sitemap {
  line-height: 30px;
  font-size: 1.3em;
  color: #5b5b5b;
  margin: 0px 0;
  background-color: #fff;
  padding: 10px 1rem;
}

.sitemap .home {
  height: 25px;
  width: 25px;
  float: left;
  margin-left: 1px;
  margin-right: 10px;
}

.sitemap a {
  color: #404040;
}

.xwzx-nav {
  margin-left: 5px;
  overflow: hidden;
  border: 0 !important;
}

.xwzx-nav li {
  width: 33%;
  height: 55px;
  line-height: 55px;
  float: left;
  font-size: 1.125em;
  color: #fff;
  text-indent: 60px;
  clear: none !important;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

/* .xwzx-nav li.on:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 8px solid #FFF;
	bottom: 0;
	left: 50%;
} */
.xwzx-nav li a {
  color: #bd1a2d !important;
  display: block;
}

.xwzx-nav li.on a {
  color: rgba(189, 26, 45, 1) !important;
  display: block;
}

.xwzx-nav li.nav1 {
  background: url("../images/xwzx_11.png") no-repeat 15px;
  color: #333;
}

.xwzx-nav li.on {
  color: #bd1a2d !important;
  border: none !important;
  background-color: #f9d7b4 !important;
  background-position: 25px;
}
#lsqd th:nth-child(3),
#lsqd th:nth-child(4),
#lsqd td:nth-child(3),
#lsqd td:nth-child(4) {
  display: none;
}
#lsqd td:last-child a {
  color: #bd1a2d;
}
.xwzx-nav li.nav2 {
  background: url("../images/xwzx_12.png") no-repeat 15px;
  color: #333;
}

.xwzx-nav li.nav2.on {
  background: url("../images/xwzx_12.png") no-repeat 15px #0e64c3;
  color: #fff;
}

.xwzx-nav li.nav01 {
  width: 43%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #1d72cf;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(62, 146, 238, 1) 0%,
      rgba(62, 146, 238, 1) 0%,
      rgba(46, 119, 199, 1) 100%,
      rgba(46, 119, 199, 1) 100%
    )
    repeat scroll 0 0;
  font-family: "微软雅黑";
  display: inline-block;
  float: left;
  margin-left: 5%;
  border-radius: 5px;
  clear: both;
  text-indent: 0;
  margin-bottom: 5px;
  border: 1px solid #045bbb;
  background: url(../images/btn-bg1.png) no-repeat !important;
  color: #bd1a2d !important;
  background-size: cover !important;
  border: none !important;
}

.jgbm-tsjb {
  display: none;
  /* 	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	float: right;
	margin-top: -30px;
	margin-bottom: 10px;
	text-indent: 30px;
	background: url("../images/jgbm-tsjb.png") #f88434 10px 2px no-repeat;
	cursor: pointer; */
}

.xwzx-nav li.nav01 a {
  color: #fff;
}

.tpst-1 {
  width: 200px;
  height: 125px;
  background: url("../images/u31.png") no-repeat;
}

.tpst-2 {
  background: url("../images/u32.png");
}

.tpst-3 {
  background: url("../images/u33.png");
}

.tpst-4 {
  background: url("../images/u34.png");
}

.tpst-5 {
  background: url("../images/u35.png");
}

.tpst {
  text-align: center;
  border-bottom: 3px solid #66b3ec !important;
}

.tpst li {
  width: 200px;
  height: 125px;
  float: left;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: -3px !important;
}

.tpst li div {
  float: left;
  width: 100%;
  overflow: hidden;
}

.tpst li div img {
  width: 64px;
  height: 64px;
  float: left;
  margin-left: 68px;
}

.tpst li label {
  display: inline-block;
  text-align: center;
  padding: 0px 20px 18px 20px;
  margin-top: 19px;
  border-bottom: 3px solid transparent;
}

.tpst li.on label {
  border-bottom: 3px solid #045bbb;
}

.tpst li.on label:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 3px;
  left: 90px;
  border: 10px solid transparent;
  border-bottom: 10px solid #045bbb;
}

.tpst-all > div {
  height: 89px;
  width: 206px;
  float: left;
  cursor: pointer;
}

.tpst-11 {
  text-align: left;
  margin: 12px 0 0 18px;
  font-size: 0.75em;
  color: #fff;
}

.tpst-12 {
  text-align: left;
  margin: 5px 0 0 18px;
  color: #fff;
  font-size: 1.25em;
}

.tpst > div > img {
  height: 70px;
  width: 70px;
  float: left;
}

.jyxxleft {
  width: 185px;
  float: left;
  border: 1px solid #ddd;
  border-right: 0;
}

.jyxxcontent {
  border: 1px solid #ddd;
  border-left: 0;
  overflow: hidden;
  width: 900px;
  padding: 10px 55px;
  float: left;
}

.jyxxcontent > ul > li {
  margin: 10px 0;
  clear: both;
  overflow: hidden;
  font-size: 0.875em;
}

.jyxxcontent > ul > li > div {
  float: left;
  line-height: 23px;
  height: 23px;
}

.jyxxcontent > ul > li > ul {
  float: left;
  width: 800px;
}

.jyxxcontent > ul > li > ul > li {
  float: left;
  margin: 0 10px;
  padding: 0px 10px;
  line-height: 23px;
  height: 23px;
  cursor: pointer;
  border-radius: 3px;
}

.jyxxcontent > ul > li > ul > li:hover {
  background-color: #fdb6b9;
  color: red;
}

.jyxxcontent > ul > li > ul > li.on {
  background-color: #fdb6b9;
  color: red;
}

.menu_list {
  width: 100%;
  margin: 0 auto;
}

.menu_head {
  height: 55px;
  line-height: 55px;
  padding-left: 38px;
  font-size: 0.875em;
  color: #0a5491;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  position: relative;
  margin: 0px;
  font-weight: bold;
  background: #f5f5f5;
}

.menu_list .current {
  background: #0a5491;
  color: #fff;
}

.content-bt {
  height: 55px;
  line-height: 55px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.content-search {
  box-sizing: content-box;
  font-size: 0.875em;
  color: #303030;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.content-search-tsjb {
  box-sizing: content-box;
  font-size: 0.875em;
  color: #303030;
  overflow: hidden;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.content-search > input {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 80%;
  border: 1px solid #b1b1b1;
  box-sizing: content-box;
  border-radius: 5px 0 0 5px;
  font-size: 1.125em;
  text-indent: 10px;
  box-sizing: border-box;
}

.content-search-tsjb > input {
  position: relative;
  float: left;
  height: 44px;
  line-height: 44px;
  width: 80%;
  border: 1px solid #b1b1b1;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  font-size: 1.125em;
}

.content-search > label {
  float: left;
  height: 54px;
  line-height: 54px;
  padding: 0;
  box-sizing: content-box;
  margin-right: 10px;
  margin-left: 10px;
}

.content-search-tsjb > label {
  float: left;
  height: 54px;
  line-height: 54px;
  padding: 0;
  box-sizing: content-box;
  margin-right: 10px;
  margin-left: 10px;
}

.content-search2 {
  float: left;
  width: 20%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #0e64c3;
  box-sizing: border-box;
  border-radius: 0px 5px 5px 0;
}

.content-list {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  /* border-top: 4px solid #0e64c3; */
  line-height: 60px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(000, 000, 000, 0.3);
  border-top: 1px solid rgba(188, 188, 188, 1);
  overflow-x: auto;
}

.jyjg {
  position: relative;
  margin: 10px 0;
  font-family: "方正魏碑";
  text-indent: 2em;
  line-height: 30px;
}

.jyjg .label {
  float: left;
}

.article-list3 {
  width: 100%;
  margin: 5px auto;
}

.article-list3 li {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  clear: both;
  line-height: 25px;
  padding: 5px 5%;
  overflow: hidden;
  margin: 10px auto;
  text-indent: 0px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 0%,
      rgba(230, 238, 255, 1) 100%,
      rgba(230, 238, 255, 1) 100%
    )
    repeat scroll 0 0;
}

.article-list3 li > div > a {
  display: block;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
}

.article-list3 li > div > a:hover {
  color: #045bbb;
}

.jyjg-name {
  float: left;
  width: 100%;
  background: url("../images/blue.png") no-repeat 0 7px;
  text-indent: 20px;
  position: relative;
  background: none;
}
.jyjg-name::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  left: 0;
  background: #bd1a2d;
}
.jyjg-phone {
  float: left;
  width: 190px;
}

.jyjg-addr {
  float: left;
  width: 300px;
}

.jyjg-url {
  float: left;
  width: 100%;
  text-align: right;
}

.jyjg-url a {
  color: #045bbb !important;
}

.jyjg-more {
  width: 43%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(62, 146, 238, 1) 0%,
      rgba(62, 146, 238, 1) 0%,
      rgba(46, 119, 199, 1) 100%,
      rgba(46, 119, 199, 1) 100%
    )
    repeat scroll 0 0;
  font-family: "微软雅黑";
  display: inline-block;
  float: right;
  margin-right: 5%;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #045bbb;
}

.jyjg-1 {
  width: 43%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(62, 146, 238, 1) 0%,
      rgba(62, 146, 238, 1) 0%,
      rgba(46, 119, 199, 1) 100%,
      rgba(46, 119, 199, 1) 100%
    )
    repeat scroll 0 0;
  font-family: "微软雅黑";
  display: inline-block;
  float: left;
  margin-left: 5%;
  border-radius: 5px;
  clear: both;
  margin-bottom: 5px;
  border: 1px solid #045bbb;
}

.jyjg-2 {
  width: 43%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(62, 146, 238, 1) 0%,
      rgba(62, 146, 238, 1) 0%,
      rgba(46, 119, 199, 1) 100%,
      rgba(46, 119, 199, 1) 100%
    )
    repeat scroll 0 0;
  font-family: "微软雅黑";
  display: inline-block;
  float: right;
  margin-right: 5%;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #045bbb;
}

.sjzx {
  width: 1010px;
  margin: 20px auto;
  text-align: center;
  border-bottom: 2px solid #bbd7fa;
}

.sjzx li {
  width: 200px;
  height: 100px;
  text-indent: 90px;
  line-height: 63px;
  display: inline-block;
  border-bottom: 2px solid #045bbb;
  margin: 0 20px -2px 20px;
  position: relative;
  font-size: 1.25em;
  color: #5b5b5b;
  cursor: pointer;
}

.data {
  width: 1080px;
  margin: 20px auto;
  overflow: hidden;
}

.data img {
  width: 100%;
}

.data1 {
  float: left;
  width: 100%;
}

.data2 {
  float: left;
  width: 50%;
}

.data3 {
  float: left;
  width: 50%;
}

.data4 {
  float: left;
  width: 50%;
}

.data5 {
  float: left;
  width: 50%;
}

.sjzx li.on {
  position: relative;
}

.sjzx li.on:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  left: 95px;
  border: 10px solid transparent;
  border-bottom: 10px solid #045bbb;
}

.sjzx li img {
  position: absolute;
  left: 15px;
  top: 0;
}

.ztxxlist {
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
}

.ztxxlist li {
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}

.tr-name,
.tr-dm,
.tr-date {
  float: left;
  color: #999;
}

.fr-name,
.fr-dm,
.fr-date {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tr-name {
  width: 550px;
  text-indent: 40px;
  display: none;
}

.tr-dm {
  width: 350px;
  text-indent: 40px;
  display: none;
}

.tr-date {
  float: right;
  width: 100px;
  display: none;
}

.fr-name {
  width: 550px;
}

.fr-dm {
  width: 350px;
  color: #999;
}

.fr-date {
  width: 100px;
  float: right;
  display: none;
}

.tsjb-content {
  width: 915px;
  margin: 0 auto;
  font-size: 0.875em;
  color: #303030;
}

.tsjb-table {
  width: 100%;
  border-collapse: collapse;
}

.tsjb-table label {
  color: red;
}

.tsjb-table th {
  text-align: right;
  padding: 10px 10px 10px 0;
  line-height: 35px;
  height: 35px;
}

.tsjb-table td {
  text-align: left;
  line-height: 35px;
  height: 35px;
  padding: 10px;
}

.tsjb-table td .s-input {
  width: 300px;
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.tsjb-table td .l-input {
  width: 740px;
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.tsjb-table td .l-area {
  width: 740px;
  border: 1px solid #ddd;
  line-height: 35px;
  padding: 0 10px;
}

.tsjb-table td .submit {
  display: inline-block;
  margin: 0 20px;
  background-color: #cd222a;
  border: 0;
  width: 88px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.tsjb-table td .reset {
  display: inline-block;
  margin: 0 20px;
  background-color: #e2e2e2;
  border: 0;
  width: 88px;
  height: 38px;
  line-height: 38px;
  color: #303030;
  border-radius: 5px;
  cursor: pointer;
}

.tsjb-table td .submit {
  display: inline-block;
  margin: 0 20px;
  background-color: #cd222a;
  border: 0;
  width: 88px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.tsjb-table td .reset {
  display: inline-block;
  margin: 0 20px;
  background-color: #e2e2e2;
  border: 0;
  width: 88px;
  height: 38px;
  line-height: 38px;
  color: #303030;
  border-radius: 5px;
  cursor: pointer;
}

.tsjb-lx {
  font-size: 1.125em;
  line-height: 18px;
}

.tsjb-lx input {
}

.zt-head {
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 30px;
  border: 1px solid #ddd;
}

.zt-head img {
  height: 30px;
  width: 30px;
  margin: 10px;
}

.zt-info {
  overflow: hidden;
  margin-bottom: 20px;
}

.zt-detail {
}

.zt-name {
  height: 25px;
  line-height: 25px;
  margin-left: 90px;
}

.zt-dm {
  height: 25px;
  line-height: 25px;
  margin-left: 90px;
}

.zt-date {
  float: right;
}

.ztxx-all {
  width: 1100px;
  position: relative;
  border-bottom: 2px solid #0099ff;
}

.ztxx-all li {
  width: 198px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 1px;
  float: left;
  cursor: pointer;
  font-weight: bold;
  text-indent: 20px;
  font-size: 1em;
  position: relative;
  padding-bottom: 11px;
  cursor: pointer;
}

.ztxx-all li.on:after {
  content: "";
  width: 15px;
  height: 10px;
  background: url("../images/after.png") #fff;
  position: absolute;
  bottom: -2px;
  left: 92px;
  z-index: 10;
}

.base1 {
  background: url("../images/base1.png") 35px 6px no-repeat;
  color: #6cc2cf;
}

.base2 {
  background: url("../images/base2.png") 35px 6px no-repeat;
  color: #c93e42;
}

.base3 {
  background: url("../images/base3.png") 35px 6px no-repeat;
  color: #9fb744;
}

.base4 {
  background: url("../images/base4.png") 35px 6px no-repeat;
  color: #d1907b;
}

.base5 {
  background: url("../images/base5.png") 35px 6px no-repeat;
  color: #cab171;
}

.panel-tab {
  border: 0;
  border: 1px solid red;
  position: relative;
}

.panel-tab li {
  width: 151px;
  height: 62px;
  float: left;
  clear: none !important;
  margin-right: 25px !important;
  cursor: pointer;
  margin-bottom: 20px !important;
}

.panel-tab li:hover {
}

.panel-tab li.on {
  width: 153px;
  height: 78px;
}

.tab-gcjs {
  background: url("../images/img-gcjs.png");
}

.tab-zfcg {
  background: url("../images/img-zfcg.png");
}

.tab-td {
  background: url("../images/img-td.png");
}

.tab-kyq {
  background: url("../images/img-kyq.png");
}

.tab-gycq {
  background: url("../images/img-gycq.png");
}

.tab-gq {
  background: url("../images/img-gq.png");
  margin-right: 0;
}

.tab-gcjs.on {
  background: url("../images/img-gcjs2.png");
}

.tab-zfcg.on {
  background: url("../images/img-zfcg2.png");
}

.tab-td.on {
  background: url("../images/img-td2.png");
}

.tab-kyq.on {
  background: url("../images/img-kyq2.png");
}

.tab-gycq.on {
  background: url("../images/img-gycq2.png");
}

.tab-gq.on {
  background: url("../images/img-gq2.png");
  margin-right: 0;
}

.tab-gcjs:hover {
}

.tab-zfcg:hover {
}

.tab-td:hover {
}

.tab-kyq:hover {
}

.tab-gycq:hover {
}

.tab-gq:hover {
  margin-right: 0;
}

.btn-01 a,
.btn-02 a,
.btn-03 a {
  color: #fff;
  font-size: 16px;
}

.btn-01 {
  width: 90%;
  line-height: 54px;
  height: 54px;
  margin: 0 auto 10px auto;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(
    270deg,
    rgba(29, 114, 210, 1) 0%,
    rgba(23, 114, 210, 1) 0%,
    rgba(4, 92, 189, 1) 100%,
    rgba(4, 92, 189, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(29, 114, 210, 1) 0%,
    rgba(29, 114, 210, 1) 0%,
    rgba(4, 92, 189, 1) 100%,
    rgba(4, 92, 189, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(29, 114, 210, 1) 0%,
    rgba(29, 114, 210, 1) 0%,
    rgba(4, 92, 189, 1) 100%,
    rgba(4, 92, 189, 1) 100%
  );
  box-sizing: border-box;
  border: 1px solid rgba(215, 215, 215, 1);
  border-radius: 7px;
}

.btn-02 {
  width: 90%;
  height: 54px;
  line-height: 54px;
  margin: 0 auto 10px auto;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(
    270deg,
    rgba(29, 114, 210, 1) 0%,
    rgba(23, 114, 210, 1) 0%,
    rgba(4, 92, 189, 1) 100%,
    rgba(4, 92, 189, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(29, 114, 210, 1) 0%,
    rgba(29, 114, 210, 1) 0%,
    rgba(4, 92, 189, 1) 100%,
    rgba(4, 92, 189, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(29, 114, 210, 1) 0%,
    rgba(29, 114, 210, 1) 0%,
    rgba(4, 92, 189, 1) 100%,
    rgba(4, 92, 189, 1) 100%
  );
  box-sizing: border-box;
  border-radius: 7px;
}

.btn-03 {
  width: 90%;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(
    270deg,
    rgba(29, 114, 210, 1) 0%,
    rgba(23, 114, 210, 1) 0%,
    rgba(4, 92, 189, 1) 100%,
    rgba(4, 92, 189, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(29, 114, 210, 1) 0%,
    rgba(29, 114, 210, 1) 0%,
    rgba(4, 92, 189, 1) 100%,
    rgba(4, 92, 189, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(29, 114, 210, 1) 0%,
    rgba(29, 114, 210, 1) 0%,
    rgba(4, 92, 189, 1) 100%,
    rgba(4, 92, 189, 1) 100%
  );
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 7px;
}

.fwzx {
  overflow: hidden;
  margin-top: 10px;
  width: 100%;
  float: left;
}

.fwzx-2 {
  width: 90%;
  overflow: hidden;
  margin: 10px auto;
}

.fwzx-2 img {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.fwzx-3 {
  width: 100%;
  overflow: hidden;
  margin: 10px auto;
  float: left;
}

.fwzx-title {
  font-size: 1.125em;
  color: #045bbb;
  height: 50px;
  line-height: 50px;
  background: url("../images/blue.png") no-repeat 10px 20px;
  text-indent: 30px;
}

.right0 {
}

.fwzx li {
  width: 45%;
  height: 180px;
  float: left;
  position: relative;
  margin: 10px 2%;
  color: #045bbb;
  font-size: 0.875em;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(224, 238, 254, 1) 100%,
    rgba(224, 238, 254, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(224, 238, 254, 1) 100%,
    rgba(224, 238, 254, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(224, 238, 254, 1) 100%,
    rgba(224, 238, 254, 1) 100%
  );
  box-sizing: border-box;
  border: 1px solid rgba(215, 215, 215, 1);
  border-radius: 7px;
}

.fwzx li img {
  position: relative;
  width: 50%;
  margin-top: 20px;
}

.fwzx li div {
  width: 100px;
  line-height: 20px;
  margin: 0 auto 10px auto;
  font-size: 16px;
  color: #2e78ca;
}

.fwzx li div a {
  color: #045bbb;
  display: block;
}

.jydj {
  overflow: hidden;
  margin-top: 10px;
}

.jydj li:hover {
  border: none;
}

.jydj li:hover a {
  background: none;
}

.jydj li {
  width: 90%;
  height: 142px;
  background: linear-gradient(
    180deg,
    rgba(255, 251, 246, 1) 0%,
    rgba(255, 240, 225, 1) 100%
  );
  /* background: url(../images/btn-bg1.png);*/
  border: 1px solid rgba(222, 199, 158, 1);
  position: relative;

  border-radius: 5px;
  margin: 10px auto;
}

.jydj li > .div1 {
  position: absolute;
  left: 100px;
  top: 50px;
  line-height: 20px;
  height: 20px;
  font-size: 0.875em;
  color: #000;
}

.jydj li > .div2 {
  position: absolute;
  left: 100px;
  right: 10px;
  top: 70px;
  line-height: 20px;
  height: 20px;
  font-size: 0.875em;
  color: #000;
}

.jydj li > label {
  position: absolute;
  left: 100px;
  top: 15px;
  line-height: 20px;
  height: 20px;
  font-size: 1.25em;
  color: #000;
  font-weight: bold;
}

.jydj li img {
  position: absolute;
  left: 15px;
  top: 15px;
}

.jydj li a {
  position: absolute;
  bottom: 10px;
  right: 15px;
  line-height: 25px;
  height: 25px;
  width: 60px;
  text-align: center;
  font-size: 0.875em;
  background-color: rgba(249, 215, 180, 0.7) !important;
  color: rgba(189, 26, 45, 1);
  border-radius: 5px;
}

.zt-child {
  width: 1100px;
  margin-top: 20px;
  position: relative;
}

.zt-title {
  float: left;
  width: 220px;
  text-align: right;
  line-height: 45px;
  height: 45px;
  color: #999;
}

.zt-value {
  float: left;
  width: 280px;
  text-align: left;
  line-height: 45px;
  height: 45px;
  text-indent: 20px;
}

.ztxx-yj {
  width: 1000px;
}

.ztxx-yj li {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.yj-title {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
  background-color: #f2f2f2;
}

.bd-content {
  border-top: 1px solid #ddd;
  margin: 0;
}

.yj-title label {
  float: left;
  text-indent: 20px;
}

.yj-title div {
  float: right;
  padding-right: 20px;
}

.bd-title {
  line-height: 35px;
  height: 35px;
  background: url("../images/title-bg02.png") repeat-x;
  color: #0d63c3;
  font-size: 1em;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  text-indent: 0;
}

.bd-title label {
  float: left;
  text-indent: 20px;
  font-size: 1.125em;
  height: 35px;
}

.bd-title div {
  float: right;
  height: 35px;
  padding-right: 15px;
}

.bd-title i {
  float: left;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #3399ff;
  text-align: center;
  font-weight: bold;
}

.bd-title em {
  float: left;
  height: 35px;
  background-color: #abddff;
  text-align: center;
  font-style: normal;
  padding: 0 10px;
  margin-left: 10px;
}

.ht-detail {
  overflow: hidden;
  line-height: 50px;
}

.ht-detail dt {
  float: left;
  width: 200px;
  text-align: right;
  color: #999;
}

.ht-detail dd {
  float: left;
}

.w110 {
  width: 110px !important;
}

.w150 {
  width: 150px !important;
}

.w180 {
  width: 180px !important;
}

.w200 {
  width: 200px !important;
}

.w250 {
  width: 250px !important;
}

.w290 {
  width: 290px !important;
}

.w600 {
  width: 600px !important;
}

.w670 {
  width: 669px !important;
}

.w700 {
  width: 700px !important;
}

.title-jl {
  background-color: #33cc00;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
}

.title-cf {
  background-color: #cc3300;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
}

.zy-list {
  width: 1000px;
  margin: 0 auto;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}

.zy-list label {
  float: left;
  width: 300px;
}

.zy-search {
  float: right;
}

.zy-search1 {
  float: left;
  box-sizing: content-box;
  width: 200px;
  border: 1px solid #ddd;
  border-right: 0;
  height: 40px;
  border-radius: 5px 0 0 5px;
  padding: 0;
  text-indent: 10px;
}

.zy-search2 {
  float: left;
  box-sizing: content-box;
  width: 50px;
  border: 1px solid #ddd;
  border-left: 0;
  height: 40px;
  padding: 0;
  background: url("../images/search2.png") no-repeat 13px 8px #045bbb;
}

.zy-table {
  width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 40px;
}

.zy-table th {
  text-align: left;
  text-align: center;
  background-color: #e4e4e4;
}

.zy-table td img {
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 10px;
}

.zy-table td {
  border-bottom: 1px dashed #ddd;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.lc-title {
  line-height: 35px;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.lc-title-s {
  display: block;
  font-size: 0.5em;
  line-height: 25px;
  color: #666;
}

.lc-title-s span {
  margin: 10px 20px;
  display: inline-block;
}

.lc-all {
  position: relative;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}

.lc-all li.after {
  height: 60px;
  width: 60px;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  position: relative;
}

.lc-all li.after:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-left: 15px solid #bde4ff;
  left: 18px;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}

.lc-all li.after:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 10px;
  top: 50%;
  border: 30px solid transparent;
  border-left: 30px solid #fff;
  margin-top: -30px;
  z-index: 1;
}

.lc-all:after {
  position: absolute;
  content: "";
  height: 10px;
  top: 50%;
  left: 10px;
  right: 10px;
  margin-top: -5px;
  background: url("../images/uline.png") repeat-x;
}

.lc-all li.now {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  cursor: pointer;
  margin-right: 30px;
  text-align: center;
  position: relative;
}

.lc-all li.last {
  margin-right: 0px;
}

.lc-all li {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  cursor: pointer;
  margin-right: 30px;
  text-align: center;
  position: relative;
  text-indent: 0;
}

.lc-all li .circle {
  z-index: 2;
  background: url("../images/uy3.png") 8px no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  line-height: 120px;
  position: absolute;
}

.lc-all li.pass .circle {
  z-index: 2;
  background: url("../images/uy1.png") 8px no-repeat;
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: absolute;
}

.lc-all li.now .circle {
  z-index: 2;
  background: url("../images/uy2.png") center center no-repeat !important;
  background-size: cover;
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: absolute;
}

.lc-all li.now .word {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
}

.lc-all li .word {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  text-indent: 0;
}

.center {
  position: relative;
  width: 1100px !important;
  text-align: center;
  overflow: hidden;
}

.lc-1,
.lc-2,
.lc-3,
.lc-4 {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  line-height: 70px;
  width: 285px;
  text-align: center;
  cursor: pointer;
  background: url("../images/lc-bg.png") right;
  z-index: 4;
}

.lc-2 {
  left: 260px;
  z-index: 3;
}

.lc-3 {
  left: 520px;
  z-index: 2;
}

.lc-4 {
  left: 780px;
  z-index: 1;
}

.lc-all span {
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #333;
  margin-right: 20px;
}

.lc-all li a {
  display: block;
  color: #fff;
}

.lc-all li.on a {
  color: #fff;
}

.lc-all li:hover a {
  color: #fff;
}

/*111111111111*/
.lc-table {
  width: 930px;
  line-height: 25px;
  margin: 0 0 20px 0;
  text-indent: 0;
  border-collapse: collapse;
  color: #333;
  table-layout: fixed;
}

.lc-table th,
.lc-table td {
  border: 1px solid #ccc;
}

.lc-table th {
  text-align: right;
  background-color: #e3f1fb;
  width: 160px;
}

.lc-table td {
  text-align: left;
  text-indent: 5px;
}

/*22222222222*/
.lc-table2 {
  width: 930px;
  line-height: 25px;
  border-collapse: collapse;
  margin: 20px 0;
  border-top: 1px solid #ddd;
}

.lc-table3 {
  border-collapse: collapse;
  width: 100%;
  border: 0 !important;
}

.lc-table3 th {
  width: 200px !important;
  background-color: #e3f1fb;
  border: 1px solid #ccc;
}

.lc-table3 td {
  border: 1px solid #ccc;
}

.lc-table2 th,
.lc-table2 td {
  border: 1px solid #ccc;
}

.lc-table2 th {
  color: #333;
  background-color: #e3f1fb;
  text-align: right;
  padding-right: 5px;
  width: 160px;
  text-indent: 0;
}

.lc-table2 td {
  text-indent: 5px;
}

.lc-table2 .em {
  background-color: #f2f7ff;
  text-align: center !important;
  font-style: normal;
  font-size: 1em;
  width: 90px !important;
  color: #0d63c3;
  padding: 0 2px;
  font-weight: bold;
  text-indent: 0;
}

/*22222222222222222*/
.panel-search {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  display: none;
}

.panel-search:after {
  content: "";
  clear: both;
}

.panel-search > ul {
  margin: 5px 0;
  border-bottom: 1px dashed #ccc;
}

.panel-search a {
  display: block;
}

.panel-search > ul > li {
  margin: 0;
  font-size: 1em;
  float: left;
}

.panel-search > ul > li > .title {
  float: left;
  line-height: 44px;
  height: 44px;
  width: 90px;
  font-size: 1.125em;
  text-align: center;
}

.panel-search > ul > li > .all {
  float: left;
  margin-right: 14px;
  margin-bottom: 12px;
  line-height: 44px;
  height: 44px;
  width: 123px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  background: url("../images/btn-bg2.png");
}

.panel-search > ul > li > .all.on a {
  color: #fff;
}

.panel-search2 {
  float: left;
  width: 990px;
}

.panel-search > ul > li > ul {
  float: left;
  width: 830px;
}

.panel-search > ul > li > ul > li {
  float: left;
  margin-right: 14px;
  margin-bottom: 12px;
  line-height: 44px;
  height: 44px;
  width: 123px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  background: url("../images/btn-bg2.png");
}

.panel-search > ul > li > ul > li:hover {
  background-color: #fdb6b9;
}

.panel-search > ul > li > ul > li.on {
  background: url("../images/btn-bg1.png");
  color: #fff;
}

.panel-search > ul > li > ul > li.on a {
  color: #fff;
}

.panel-search > ul > li > ul > li:hover {
  background: url("../images/btn-bg1.png");
  color: #fff;
}

.panel-search > ul > li > ul > li:hover a {
  color: #fff;
}

.panel-search .all.on {
  background: url("../images/btn-bg1.png");
  color: #fff;
}

.lc-list {
  width: 930px;
  border-collapse: collapse;
  line-height: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}

.lc-list thead tr {
  border-bottom: 0;
}

.lc-list tr {
  border-bottom: 1px dashed #ddd;
}

.lc-list th {
  text-align: center;
  color: #0d63c3 !important;
  border: 1px solid #ddd;
  background-color: #e3f1fb;
  text-indent: 0;
  line-height: 25px;
  padding: 5px 0;
}

.lc-list td {
  text-align: left;
  border: 1px solid #ddd;
  text-indent: 15px;
}

.lc-list2 {
  width: 930px;
  border-collapse: collapse;
  line-height: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}

.lc-list2 thead tr {
  border-bottom: 0;
}

.lc-list2 tr {
  border-bottom: 1px dashed #ddd;
}

.lc-list2 th {
  text-align: center;
  width: 50px;
  background: url("../images/title-bg02.png");
  color: #0d63c3 !important;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid #ccc;
}

.lc-list2 td {
  text-align: left;
  border: 1px solid #ddd;
  text-indent: 15px;
}

.lx-info {
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  border-radius: 5px;
  background-color: #fff;
  overflow: auto;
}

.lx-title {
  height: 55px;
  line-height: 55px;
  background-color: #f2f2f2;
  text-indent: 40px;
  font-size: 1.25em;
  color: #999;
  width: 950px;
}

.lx-content {
  width: 950px;
}

.close {
  width: 30px;
  height: 30px;
  float: right;
  margin: 10px 10px 0 0;
  background: url("../images/close.png");
  cursor: pointer;
}

.zt-child-title {
  margin: 3px;
  font-size: 1.125em;
  color: #333;
  font-weight: bold;
}

.ml-list {
  display: none;
}

.ml-list li a {
  float: left;
  text-indent: 10px;
  width: 130px;
}

.ml-list li i {
  position: relative;
  float: left;
  height: 20px;
  line-height: 20px;
  width: 20px;
  background-color: #0099ff;
  border-radius: 50%;
}

.ml-list li {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-left: -10px;
  margin-bottom: 40px;
}

.div-content {
  margin: 0 auto;
  padding: 0 5%;
  border-top: 4px solid #dabb85;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(000, 000, 000, 0.3);
}

.div-title {
  padding: 10px;
  font-size: 1.125em;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.div-title2 {
  padding: 5px;
  font-size: 0.8125em;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.div-article2 {
  line-height: 35px;
  font-size: 1em;
  overflow-x: scroll;
  text-indent: 2em;
}

.wgjlcx {
  width: 123px;
  height: 44px;
  line-height: 44px;
  float: left;
  margin-right: 20px;
  text-align: center;
  color: #333;
}

.wgjlcx {
  background: url("../images/btn-bg2.png");
  cursor: pointer;
}

.wgjlcx.on {
  background: url("../images/btn-bg1.png");
  color: #fff;
}

.info-table {
  width: 1040px;
  border-collapse: collapse;
  line-height: 45px;
  margin: 20px auto;
}

.info-table th {
  text-align: right;
  padding-right: 5px;
  background-color: #f2f7ff;
  border: 1px solid #ccc;
  width: 270px;
}

.info-table td {
  text-align: left;
  padding-left: 5px;
  border: 1px solid #ccc;
}

.list-table {
  width: 1040px;
  border-collapse: collapse;
  line-height: 45px;
  margin: 20px auto;
}

.list-table th {
  background-color: #e6f5ff;
  text-align: center;
  border: 1px solid #ccc;
}

.list-table td {
  text-align: center;
  border: 1px solid #ccc;
}

.wgjlcx-list {
  overflow: hidden;
  width: 1040px;
  margin: 0 auto;
}

.wgjlcx-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.wgjlcx-title2 {
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  position: relative;
}

.wgjlcx-title2 i {
  width: 13px;
  height: 13px;
  background-color: #0e64c3;
  position: absolute;
  left: 0;
  top: 13px;
}

.wgjlcx-title label {
  font-size: 1.25em;
  font-weight: bold;
}

.wgjlcx-info {
  width: 940px;
  margin: 0 auto;
}

.m-logo {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #1e1e1e;
}

.m-logo .label1 {
  line-height: 30px;
  font-size: 1.4em;
  font-weight: 200;
  float: left;
  width: 85%;
}

.m-logo .label2 {
  line-height: 18px;
  float: left;
  width: 85%;
  font-size: 0.75em;
  margin-left: 0;
}

.hiSlider-pages {
  display: none;
}

#menu-index {
  display: none;
}

#index-jyxx {
}

#index-jylc {
  display: none;
}

#index-zcfg {
  display: none;
}

#index-sczt {
  display: none;
}

#index-jydj {
  display: ;
}

#index-jyjg {
  display: ;
}

#index-zjk {
  display: ;
}

#index-xzzq {
  display: none;
}

#index-jyfwzn {
  display: none;
}

#index-sjzx {
  display: none;
}

#footer-logo {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#footer-logo1 {
  width: 90%;
  margin: 0px auto 0 auto;
  text-align: center;
}

#footer-logo2 {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  color: #fff;
  font-size: 0.75em;
  color: #b7d1ec;
  line-height: 20px;
}

#zcfg-panelSearch {
  display: none;
}

.panel-search-m {
  width: 100%;
  background-color: #fff;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}

.panel-search-m > div {
  margin: 5px auto;
  width: 90%;
  overflow: hidden;
}

.panel-search-m label {
  width: 25%;
  float: left;
  text-align: left;
  display: inline-block;
}

.panel-search-m select {
  width: 72%;
  float: left;
  text-align: right;
  line-height: 40px;
  height: 40px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%,
      rgba(242, 242, 242, 1) 100%
    )
    repeat scroll 0 0;
}

.content-list .article-list2 a {
  float: left;
  width: 74%;
  color: #000000;
  word-break: break-all;
}

.content-list p {
  line-height: 25px;
}

.content-list .list-times {
  float: right;
  font-size: 0.75em;
  color: #7f7f7f;
  width: auto;
  display: block;
  text-align: center;
}

.tr-ztxx {
  display: none;
}

.baner-m-bg1 {
  position: absolute;
  z-index: 1;
  width: 80%;
  min-height: 50px;
  top: 20px;
  left: 20px;
}

.baner-m-bg {
  position: relative;
  float: left;
  width: 100%;
  min-height: 50px;
}

.homeUrl {
  position: absolute;
  right: 0;
  width: 15%;
  top: 0;
  bottom: 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.slide_container {
  position: relative;
  float: left;
  width: 100%;
}

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
}

.slide_nav:active {
  opacity: 1;
}

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.newsCon {
  overflow: auto;
  position: relative;
}
.newsCon > div {
  width: 930px;
  position: relative;
}
.newsCon > div > div {
  position: relative;
}
.newsCon > table {
  width: 930px !important;
  word-break: break-all;
  border-collapse: collapse;
  line-height: 20px;
}
.newsCon > table td {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px 0;
  text-align: left;
}

.jyjg-tsjb {
  width: 100%;
  line-height: 25px;
  border-collapse: collapse;
  font-size: 0.875em;
  margin: 30px 0;
  box-sizing: border-box;
  position: relative;
}

.jyjg-tsjb2 {
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
  border-collapse: collapse;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  position: relative;
}

.tsjb-bg {
  background: #f3f5f6;
  overflow: hidden;
  padding: 10px 0;
}

.jyjg-tsjb2 .table {
  width: 100%;
  border-collapse: collapse;
}

.jyjg-tsjb2 .tr {
  overflow: hidden;
}

.jyjg-tsjb2 .th {
  width: 100%;
  text-align: left;
  padding: 3px 0;
  float: left;
  text-indent: 0;
}

.jyjg-tsjb2 .td {
  padding: 3px 0;
  color: #333;
  font-size: 18px;
  text-align: right;
  float: right;
  width: 100%;
  text-indent: 0;
}

.tsjb-tips {
  font-size: 14px;
  color: red;
  width: 100%;
  text-align: center;
  line-height: 18px;
  margin: 10px 0;
}

.jyjg-tsjb2 .td label {
  font-size: 16px;
}

.tsjb-agree {
  color: #a1a1a1 !important;
  font-size: 13px !important;
}

.tsjb-title {
  font-size: 14px !important;
  color: #808e9d !important;
}

.jyjg-tsjb2 .txt {
  border: 1px solid #c0c0c0;
  width: 100%;
  line-height: 30px;
  height: 30px;
  text-indent: 5px;
  padding: 0;
}

.jyjg-tsjb2 .input-t {
  border: 1px solid #c0c0c0;
  width: 100%;
  line-height: 40px;
  height: 40px;
  text-indent: 5px;
  padding: 0;
  background-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  margin-left: 0 !important;
}

.jyjg-tsjb2 .sel {
  border: 1px solid #c0c0c0;
  width: 300px;
  height: 30px;
}

.jyjg-tsjb2 .btn {
  color: #666;
  width: 110px;
  text-align: center;
  line-height: 38px;
  height: 38px !important;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  background-color: #dadada;
  cursor: pointer;
  padding: 0 5px;
  margin-left: 10px;
}

.jyjg-tsjb2 .btn-next {
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 53px;
  height: 53px;
  border-radius: 3px;
  /*background: url("../images/btn-next-bg.png");*/
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  background-color: #bd1a2d;
}

.jyjg-tsjb2 .btn-next.disabled {
  background: #ccc;
  cursor: auto;
}

#downCA {
  color: #297dd9;
  text-decoration: underline;
  cursor: pointer;
}

#ClickMe {
  color: #297dd9;
  text-decoration: underline;
  cursor: pointer;
}

#goodcover {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.5;
  filter: alpha(opacity = 80);
}

#codezzz {
  width: 100%;
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 1002;
  border-radius: 3px;
}

.jyjg-tsjb tbody {
  border: 1px solid #ddd;
  margin: 20px 0;
  border-bottom: 0;
}

.jyjg-tsjb .tbody {
  border-top: 0 !important;
  margin: 20px 0;
}

.jyjg-tsjb caption {
  position: absolute;
  left: 50px;
  top: -1em;
  background-color: #fff;
  padding: 5px 20px;
  color: #0066cc;
  font-size: 1.1em;
  font-weight: bold;
}

.jyjg-tsjb td,
.jyjg-tsjb th {
  box-sizing: border-box;
  padding: 5px 0;
}

.jyjg-tsjb .th {
  width: 100%;
}

.jyjg-tsjb .td {
  text-align: left;
  width: 100%;
  padding: 5px 0;
}

.jyjg-tsjb .td2 {
  text-align: center;
}

.jyjg-tsjb .sel {
  width: 100%;
  height: 25px;
  border: 1px solid #ccc;
}

.jyjg-tsjb .txt {
  border: 1px solid #ccc;
  width: 100%;
  height: 25px;
}

.jyjg-tsjb .txta {
  border: 1px solid #ccc;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}

.jyjg-tsjb .caption {
  text-align: left;
  background: #fff;
  top: -1.1em;
  padding: 5px 0px;
  color: #0066cc;
  font-size: 1.1em;
  font-weight: bold;
}

.jyjg-tsjb .btn {
  color: #1c4070;
  padding: 3px 20px;
  border: 1px solid #9ccbf7;
  border-radius: 4px;
  background-color: #eff4f8;
  cursor: pointer;
}

.jyjg-tsjb .tip {
  color: #aaa;
}

#attachTable input {
  border: 1px solid #ccc !important;
  line-height: 30px;
}

#attachTable {
  width: 100%;
}

/*22222222222*/
.lc-table2 {
  width: 930px;
  line-height: 30px;
  border-collapse: collapse;
  margin: 20px 0;
  border-top: 1px solid #ddd;
}

.lc-tables {
  width: 90%;
  line-height: 35px;
  border-collapse: collapse;
  margin: 20px auto;
  border-top: 1px solid #ddd;
}

.lc-tables th,
.lc-tables td {
  border: 1px solid #ccc;
}

.lc-tables th {
  width: 280px !important;
  border-top: 0 !important;
  border-buttom: 0 !important;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: bold;
}

.lc-tables td {
  border-top: 0 !important;
  border-buttom: 0 !important;
  text-align: center;
}

.lc-tables td label {
  color: red;
}

.lc-table3 {
  border-collapse: collapse;
  width: 100%;
  border: 0 !important;
}

.lc-table2 th,
.lc-table2 td {
  border: 1px solid #ccc;
}

.lc-table2 th {
  color: #333;
  background-color: #e3f1fb;
  text-align: right;
  padding-right: 5px;
  width: 160px;
  text-indent: 0;
}

.lc-table2 td {
  text-indent: 5px;
}

.lc-table2 .em {
  background-color: #f2f7ff;
  text-align: center !important;
  font-style: normal;
  font-size: 1em;
  width: 90px !important;
  color: #0d63c3;
  padding: 0 2px;
  font-weight: bold;
  text-indent: 0;
}

.notfound {
  width: 100%;
  height: 300px;
  background: url("../images/jszbg.jpg") center center no-repeat;
  background-size: 100%;
}
.content {
  width: 100% !important;
}

.btn_login {
  line-height: 52px;
  height: 52px;
  border-radius: 5px;
  background: url("../images/btn_login.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 140px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.btn_login:active {
  margin-bottom: -2px;
}

.message {
  width: 80px !important;
}

.s-message {
  width: auto !important;
}

#menu-searchAll {
  display: none;
}

#menu-zmhd {
  /* display: none; */
}
.quistion-all * {
  box-sizing: border-box;
}
.quistion-all {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  line-height: 40px;
}
.quistion-all div {
  width: 100%;
  margin: 0 auto;
  color: #404040;
}

.quistion-all div textarea {
  width: 100%;
  border: 1px solid #ccc;
  float: left;
}
.quistion-all li {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.consult-short {
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  width: 330px;
  float: left;
  padding: 0;
}

.consult-span {
  line-height: 30px;
  height: 30px;
  float: left;
  padding: 0 10px;
  cursor: pointer;
}

.captcha {
  width: 60px !important;
}

.consult-btn {
  width: 130px;
  height: 30px;
  background: #bd1a2d;
  text-align: center;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
  border-radius: 3px;
}

.ques-remark {
  padding-left: 20px;
}

.ques-remark .ques-or {
  float: left;
  margin-right: 30px;
}

.ques-remark .ques-time {
  float: left;
}

.answer {
  padding-left: 20px;
  border: 1px solid #ccc;
  min-height: 100px;
}

.ques-info {
  overflow: hidden;
  border: 1px solid #ccc;
}

.ques-info > div {
  margin-bottom: 10px;
  overflow: hidden;
}

.ques-info .t {
  float: left;
  width: 70px;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}

.ques-info .c {
  float: left;
  text-align: left;
  box-sizing: border-box;
}

.consult-btn2 {
  float: left;
  width: 100%;
  height: 30px;
  background: #bd1a2d;
  text-align: center;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
  border-radius: 3px;
}

.tabConsult,
.tabConsult th,
.tabConsult td,
.tabConsult input[type="text"],
.tabConsult textarea,
.tabConsult * {
  box-sizing: border-box;
  border-collapse: collapse;
}

.tabConsult,
.tabConsult th,
.tabConsult td {
  float: left;
  width: 100%;
  text-align: left;
}

.tabConsult-warp {
  display: none !important;
}

.tabConsult-warp-m {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.tabConsult th {
  text-align: left;
  padding-left: 10px;
}

.tabConsult-warp-m input {
  border: 1px solid #ccc;
  width: 100%;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
}

.tabConsult-warp-m {
  line-height: 40px;
  overflow: hidden;
  box-sizing: border-box;
}

.tabConsult-warp-m .th {
  float: left;
  box-sizing: border-box;
  width: 100%;
  color: #404040;
}

.tabConsult-warp-m .td {
  float: left;

  box-sizing: border-box;
  width: 100%;
}

.tabConsult-warp-m textarea {
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

.consult-img {
  border: 1px solid #ccc;
  line-height: 30px;
  width: 100px;
  height: 30px;
  float: left;
  margin: 0 10px;
}

.consoult-title {
  font-size: 18px;
  color: #404040;
  text-indent: 20px;
  line-height: 32px;
  margin-top: 10px;
  background-color: #fff;
  font-weight: bold;
}
.consoult-list-warp > .pagebar {
  /* position: absolute; */
  /* bottom: -53px!important; */
  /* right: 20px; */
  width: 100%;
}
.consoult-title > span:nth-child(2) {
  display: none;
}
.zxzxpng {
  background-size: contain !important;
}
.consoult-title a.more {
  font-size: 14px;
  color: #176cc9;
}

.consoult-list {
  width: 100%;
  border-collapse: collapse;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  /* margin-bottom: 50px; */
}

.consoult-list th {
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  white-space: nowrap;
}

.consoult-list td {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}

.consoult-list td:first-child {
  text-align: left;
}

.menu-ptjs {
}

.ques-content {
  float: left;
  width: 100%;
  line-height: 30px;
}

.ques-content th {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
}

.ques-content td {
  float: left;
  width: 100%;
  padding: 0 10px;
  padding-left: 30px;
  box-sizing: border-box;
}

.ques-info .t {
  float: left;
}

.ques-info .c {
}
#footer-logo1 {
  display: none;
}
#title-m {
  display: none;
}
#search_btn-m {
  display: none;
}
#_span_jiucuo {
  margin-top: 10px;
}
/* 专家首页-style-开始 */
.content-list-zj {
  width: 100%;
  padding: 10px 0px !important;
}
.zj-home-b1 {
  width: 100%;
  padding-bottom: 45px;
  box-sizing: border-box;
  height: 700px;
}

.content-title2-zj {
  margin-left: 30px;
  box-sizing: border-box;
}
.zj-home-b1 > .zj-home-b1-list {
  width: 210px;
  height: 181px;
  margin: 25px auto;
  margin-bottom: 0;
  float: left;
}
/*.zj-home-b1-list > li {
  width: 184px;
  height: 181px;
  float: left;
  margin-left: 29px;
  text-align: center;
  position: relative;
      background: linear-gradient(180deg,rgba(255,251,246,1) 0%,rgba(255,240,225,1) 100%);
    border-radius: 4px;
    border: 1px solid rgba(222,199,158,1);
  box-sizing: border-box;
  margin: inherit;
  left: 100px;
}
.zj-home-b1-list > li:nth-child(1) {
  margin-left: 0px;
}

.zj-home-b1-list > li > img {
  padding-top: 28px;
  box-sizing: border-box;
}
.zj-home-b1-list > li > p {
  width: 100%;
  height: 21px;
  line-height: 21px;
  position: absolute;
  top: 133px;
  text-align: center;
  color: #5b5b5b;
  font-size: 21px;
  font-weight: 400;
} */
.zj-home-b1-list > li > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.zj-home-b21,
.zj-home-b22,
.zj-home-b31,
.zj-home-b32 {
  height: auto;
  padding-top: 10px;
  border-top: 1px solid #0e64c3;
  box-sizing: border-box;
}

.zj-home-b2 > .zj-home-b21,
.zj-home-b2 > .zj-home-b22,
.zj-home-b3 > .zj-home-b31,
.zj-home-b3 > .zj-home-b32 {
  /*   height: 100%; */
  margin-top: 20px;
  /* float: left; */
  position: relative;
  box-sizing: border-box;
}
.zj-home-b2 > .zj-home-b22,
.zj-home-b3 > .zj-home-b32 {
  border-left: 1px solid #c9caca;
}
.content-title-z {
  font-size: 1.75em;
  color: #000000;
  font-weight: 600;
  border-left: 8px solid #cd242a;
  background-color: #fff;
  text-indent: 30px;
  line-height: 32px;
  margin-left: 30px;
  box-sizing: border-box;
}
.zj-home-list {
  width: 100%;
}
.zj-home-list1 {
  /*  padding: 10px 25px 0 60px; */
  box-sizing: border-box;
}
.zj-home-list2 {
  /* padding: 10px 46px 0 48px; */
  box-sizing: border-box;
}
.zj-home-list > li {
  position: relative;
  height: 50px;
  line-height: 50px;
  clear: both;
  color: #333;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  background: url(../images/blue.png) no-repeat 10px 18px;
  border-bottom: 1px dashed #ccc;
}

.zj-home-list > li > .zj-node {
  width: 100px;
  float: left;
}
.zj-home-list > li > .zj-node > a {
  float: left;
  width: 270px;
  color: #000000;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}
.zj-home-list > li > .zj-node > a:hover {
  color: #045bbb;
}
.zj-home-list > li > .zj-date {
  width: 100px;
  float: right;
}
.zj-home-more {
  width: auto;
  height: 30px;
  background: url(../images/zj-more-icon1.png) left no-repeat;
  background-position: left center;
  line-height: 27px;
  font-weight: 400;
  position: absolute;
  right: 25px;
  padding-left: 18px;
  box-sizing: border-box;
}
.zj-home-more > a {
  color: #666464;
  font-size: 0.75em;
  font-weight: 400;
}

.zj-home-list > li.zj-detal-mes {
  height: auto;
  min-height: 50px;
  line-height: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-sizing: border-box;
}
#footer-logop {
  padding-left: 90px;
  padding-top: 70px;
  position: absolute;
}
/* 专家首页-style-结束 */
#zjk1 {
  display: none;
}
#index-sjzx {
  display: block;
}
#index-zjk {
  display: none !important ;
}
#nian-m {
  width: 400px !important;
  float: left !important;
  left: 10px !important;
}
#turnoverContrast {
  /*width:320px !important;*/
}

#month-mm {
  display: block;
}
#shuju-m {
  display: none !important ;
}
#index-sjzx {
  display: block;
}

#impor-m {
  width: 400px !important;
}

#menu-ptjs {
  display: none;
}
#monthE {
  display: none !important ;
}
#nianzong {
  width: 340px !important ;
}
.data-c1 {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 330px !important;
  height: 345px;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0px;
  margin: 0px;
  border-width: 0px;
}
/* 2019-9-25 */
/* 招标投标领域损害营商环境线索征集平台-style-开始 */
.zj-xz1-b1,
.zj-xz1-b2 {
  width: 100%;
  padding-bottom: 45px;
  box-sizing: border-box;
  position: relative;
}
.zj-xz1-b1 > .xz1-node {
  width: 1051px;
  padding: 2px 8px;
  box-sizing: border-box;
  margin: 49px auto;
  margin-bottom: 0;
  background: rgba(244, 248, 251, 1);
  border: 1px solid rgba(212, 230, 239, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(102, 102, 102, 1);
  line-height: 35px;
  text-indent: 32px;
}
.zj-xz1-b2 {
  padding-top: 42px;
}
.zj-xz1-b2 > .xz1-titleLine {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  text-align: center;
  font-family: PingFangSC-Semibold, PingFangSC;
  font-weight: 600;
  color: rgba(91, 91, 91, 1);
  line-height: 22px;
}
.zj-xz1-b2 > .xz1-titleLine::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 516px;
  height: 2px;
  background: rgba(216, 216, 216, 1);
}
.zj-xz1-b2 > .xz1-titleLine::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 516px;
  height: 2px;
  background: rgba(216, 216, 216, 1);
}
.zj-xz1-b2 > .xz1-listMes {
  width: 1050px;
  margin: 50px auto;
  margin-bottom: 0;
}
.zj-xz1-b2 > .xz1-listMes > li {
  width: 100%;
  height: 105px;
  display: table;
  padding: 18px 14px 17px 14px;
  border: 1px solid rgba(216, 216, 216, 1);
  border-top: 0px;
  box-sizing: border-box;
}
.zj-xz1-b2 > .xz1-listMes > li:first-child {
  border-top: 1px solid rgba(216, 216, 216, 1);
}
.zj-xz1-b2 > .xz1-listMes > li > p {
  display: table-cell;
}
.zj-xz1-b2 > .xz1-listMes > li > p:nth-child(1) {
  width: 890px;
  height: 70px;
  /* position: relative; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(91, 91, 91, 1);
  line-height: 35px;
  /* float: left; */
}
.zj-xz1-b2 > .xz1-listMes > li > p:nth-child(1) > a {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.zj-xz1-b2 > .xz1-listMes > li > p:nth-child(2) {
  width: 133px;
  padding: 17px 0 17px 29px;
  box-sizing: border-box;
  /* float: right; */
}
.zj-xz1-b2 > .xz1-listMes > li > p:nth-child(2) > button {
  width: 104px;
  height: 36px;
  background: rgba(23, 102, 192, 1);
  border-radius: 5px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 36px;
}
.zj-xz1-b2 > .xz1-listMes > li > p:nth-child(2) > button:hover {
  cursor: pointer;
}
/* 招标投标领域损害营商环境线索征集平台-style-结束 */

/*2019-10-24-政策法规-style-开始*/
.content-list-zcfg {
  border-top-color: transparent;
  overflow: inherit;
}
.zcfg-div {
  width: 100%;
  overflow: inherit;
  height: auto;
}
.zcfg-top {
  height: 55px;
  width: 100%;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  box-sizing: border-box;
  padding-left: 10px;
}
.zcfg-top-ul {
  /**width: 222px;*/
  height: 100%;
  /* overflow: hidden; */
  /*  border-bottom: 1px solid #2F65BD; */
}
.zcfg-top-ul li {
  width: 104px;
  height: 36px;
  border-radius: 2px 2px 0px 0px;
  border: 1px solid rgba(189, 26, 45, 1);
  font-size: 16px;
  line-height: 36px;
  color: #555555;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  text-indent: 30px;
  background-position: 9px center;
  cursor: pointer;
}
.zcfg-top-ul li:nth-child(1) {
  background-image: url(../images/fg.png);
}
.zcfg-top-ul li:nth-child(2) {
  margin-right: 0px;
  background-image: url(../images/jd.png);
  width: 164px;
}
.zcfg-top-ul li.on {
  background-color: #bd1a2d;
  color: #fff;
  border: 1px solid rgba(189, 26, 45, 1);
}
.zcfg-top-ul li:nth-child(1).on {
  background-image: url(../images/fg-hover.png);
}
.zcfg-top-ul li:nth-child(2).on {
  background-image: url(../images/jd-hover.png);
}
.zcfg-bottom {
  width: 100%;
  overflow: inherit;
  height: auto;
  position: relative;
}
.page-div {
  width: 70%;
  position: absolute;
  border: 1px solid red;
  bottom: 0px;
  right: 20px;
  height: 56px;
}
.zc-left {
  height: 824px;
  width: 90px;
  display: none;
}
.zc-right {
  height: auto;
  width: 375px;
  min-height: 600px;
  box-sizing: border-box;
  display: inline-block;
  background: #fff;
  padding: 20px;
  margin-left: 15x;
}
.jyly-div-mm select {
  width: 55%;
  text-align: right;
  height: 25px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%,
      rgba(242, 242, 242, 1) 100%
    )
    repeat scroll 0 0;
}

.wjlb-wf {
  width: 320px;
  margin-left: 30px;
}
.wjlx {
  width: 100%;
  height: 36px;
  background: linear-gradient(
    180deg,
    rgba(122, 204, 255, 0.1) 0%,
    rgba(39, 139, 255, 0.1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(122, 204, 255, 0.1) 0%,
    rgba(39, 139, 255, 0.1) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(122, 204, 255, 0.1) 0%,
    rgba(39, 139, 255, 0.1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(122, 204, 255, 0.1) 0%,
    rgba(39, 139, 255, 0.1) 100%
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(122, 204, 255, 0.1) 0%,
    rgba(39, 139, 255, 0.1) 100%
  );
  line-height: 36px;
  /* text-align: center; */
  font-size: 16px;
  color: #2f65bd;
  margin-top: 10px;
  text-indent: 7px;
}
.wjlx-add {
  background: none;
}
.wjlx-ul {
  width: 100%;
  height: auto;
  overflow: inherit;
}
.wjlx-ul li {
  width: 100%;
  height: 36px;
  color: #666666;
  font-size: 16px;
  position: relative;
  line-height: 36px;
  text-indent: 22px;
  position: relative;
  /* left: -6px; */
  cursor: pointer;
}
.wjlx-ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #999999;
  left: 8px;
  top: 16px;
  cursor: pointer;
}
.wjlx-ul li.on {
  background: #2f65bd;
  width: 146px;
  color: #fff;
  left: -6px;
  text-indent: 28px;
}
.wjlx-ul li.on:before {
  background: #fff;
  left: 14px;
}
.wjlx-ul li.on:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border: 3px solid transparent;
  border-right: 3px solid #222222;
  border-top: 3px solid #222222;
  left: 0px;
  bottom: -6px;
}
.jylydiv {
  height: auto;
  float: left;
  width: 200px;
}
.jylydiv > p {
  color: #666666;
  font-size: 16px;
  float: left;
  line-height: 20px;
}
.jylyinput {
  width: 30%;
  float: right;
  position: relative;
  /* overflow: hidden; */
  height: 36px;
  top: 0px;
  right: 22px;
}
.jyly-input {
  position: absolute;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: 1px solid rgba(47, 101, 189, 1);
  box-sizing: border-box;
  text-indent: 10px;
  padding: 0px 60px 0px 0px;
}
.jyly-btn {
  width: 60px;
  height: 36px;
  position: absolute;
  right: 0px;
  background: #2f65bd url(../images/fdj-icon.png) no-repeat center;
  cursor: pointer;
  border-radius: 0px 4px 4px 0px;
}
.jyly-ul {
  height: auto;
  overflow: hidden;
}
.jyly-ul li {
  padding: 4px 10px;
  color: #666666;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  background: rgba(238, 238, 238, 1);
  border-radius: 2px;
  cursor: pointer;
  line-height: 16px;
  margin-bottom: 10px;
  width: 112px;
  text-align: center;
}
.jyly-ul li.on {
  background: #2f65bd;
  color: #fff;
}
.jyly-div {
  overflow: hidden;
}
.jyly-input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.jyly-input:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.jyly-input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.jyly-input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.wjlb-title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
}
.wjlb-title p {
  color: #666;
  font-size: 16px;
}
.wjlb-title p:nth-child(1) {
  float: left !important;
  margin-left: 0 !important;
}
.wjlb-title p:nth-child(2) {
  float: right;
  width: 88px;
  text-align: center;
}
.wjbul {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url("../images/blue.png") no-repeat 0px 28px;
}
.wjbul li {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: url("../images/blue.png") no-repeat 0px 28px;
}
.wjbul li p:nth-child(1) {
  float: left;
  color: #666;
  font-size: 16px;
  position: relative;
  width: 87%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 17px;
  height: 100%;
}
.wjbul li p:nth-child(1):before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #2f65bd;
  left: 0px;
  top: 34px;
}
.wjbul li p:nth-child(2) {
  float: right;
  width: 11%;
  text-align: right;
  color: #666;
  font-size: 16px;
  height: 100%;
}
.content-list1 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 50px;
  line-height: 60px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 3px 8px 5px rgba(000, 000, 000, 0.3);
}
#tpfjy {
  margin-left: ;
}
.wjlb-wf,
.wjlb-m {
  width: 320px;
}

.wjbula {
  margin-left: 20px;
  float: left;
  width: 160px;
  color: #000000;
}
.list-timeszc {
  float: right;
  width: 100px;
  display: block;
  text-align: right;
}

.jyly-div-mm {
  width: 100%;
  background-color: #fff;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  font-size: 15px;
}

/* .jyly-div-mm>div {
	margin: 5px auto;
	width: 90%;
	overflow: hidden;
}
*/
.jyly-div-mm label {
  font-size: 15px;
  margin-left: 15px;
}

.jyly-div-mm select {
  width: 55%;
  text-align: right;
  height: 25px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%,
      rgba(242, 242, 242, 1) 100%
    )
    repeat scroll 0 0;
}
.jyly-div,
.wjlb {
  display: none;
}

/*2019-10-24-政策法规-style-结束*/

/*公告信息字样式提取-style-开始*/
.tr-jyxmmc {
  margin-left: 20px;
  float: left;
  font-weight: bold;
  width: 80px;
}
.tr-jyfbrq {
  width: 90px;
  float: right;
  text-align: right;
  font-weight: bold;
  margin-right: 10px;
}
.tr-jysc {
  width: 180px;
  text-indent: 30px;
  float: left;
  text-align: center;
  font-weight: bold;
}
.tr-jywjjz {
  font-weight: bold;
  margin-left: 50px;
}

/*时间加宽度没意义*/
.list-times1 {
  width: auto !important;
  /* text-indent: 30px;
 text-align: right; */
  float: right;
  font-size: 1em;
  color: #000000;
}
.titdiv {
  text-align: left;
  width: 700px;
}
.divtitlejy {
  text-align: left;
  width: 800px;
  margin-left: 5px;
}
.jysjsc {
  width: 100px;
  text-align: center;
  float: left;
}
.content-list .article-listjy2 a {
  float: left;
  width: 64%;
  color: #000000;
  word-break: break-all;
}
.article-listjy2 {
  width: 90%;
  overflow: hidden;
  margin: 0px auto;
}

.article-listjy2 > li {
  position: relative;
  line-height: 20px;
  clear: both;
  color: #333;
  overflow: hidden;
  padding: 10px 0 10px 30px;
  background: url("../images/blue.png") no-repeat 10px 15px;
  border-bottom: 1px dashed #ccc;
}

.article-listjy2 > li label {
  padding: 0 10px;
  background-color: #fdb6b9;
  color: #cf212a;
  margin-right: 20px;
  line-height: 30px;
  height: 30px;
}

.article-list2jy b {
  color: #e79029;
  font-size: 0.875em;
}

.article-list2jy a {
  float: left;
  width: 100%;
  color: #000000;
}

.article-listjy2 a:hover {
  color: #045bbb;
}
.fontsiz {
  font-size: smaller;
}
.titsmall {
  text-align: left;
  width: 300px;
  margin-left: 5px;
  display: flex;
}
.zbhxrli {
  display: flex;
}

.tr-jywjj {
  width: 100px;
  text-align: right;
  font-weight: bold;
}
.tr-jyfbr {
  width: 100px;
  text-indent: 40px;
  float: left;
  text-align: center;
  font-weight: bold;
}
.list-times2 {
  width: 100px;
  text-align: center;
  float: left;
}
.jyjsc {
  text-indent: 30px;
  text-align: right;
  float: right;
  font-size: 1em;
  color: #000000;
}
/*公告信息字样式提取-style-结束*/
/*2020-01-09手机版样式调整-style-开始*/
.tablecl {
  margin-left: 30px;
  margin-top: 30px;
  border-color: #97cbff;
  width: 90%;
}
/*2020-01-09手机版样式调整-style-结束*/

/*标题样式优化*/
@media screen and (max-width: 719px) {
  .content-title2 {
    font-size: 1.4em;
    color: #404040;
    border-left: 8px solid #cd242a;
    /*原基础修改*/
    text-indent: 10px;
    margin-bottom: 10px;

    line-height: 32px;
    margin-top: 5px;
    background-color: #fff;
  }
  .content-title3 {
    font-size: 1.4em;
    color: #404040;
    border-left: 8px solid #cd242a;
    /*原基础修改*/
    text-indent: 10px;
    margin-bottom: 10px;

    line-height: 32px;
    margin-top: 5px;
    background-color: #fff;
  }

  .tr-jyxmmc {
    margin-left: 20px;
    float: left;
    font-weight: bold;
    width: 80px;
    /*新增*/
    height: 50px;
  }
  .tr-jyfbrq {
    width: 90px;
    float: right;
    text-align: right;
    font-weight: bold;
    margin-right: 10px;
    /*新增*/
    height: 50px;
  }

  .content-title2-zj {
    margin-left: 10px;
    box-sizing: border-box;
  }
  /*都在原基础上面修改*/
  .zj-home-b1 > .zj-home-b1-list {
    width: 100%;
    margin: 25px auto;
    margin-bottom: 0;
    height: auto;
  }
  .zj-home-b1 {
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }

  .zj-home-b1-list > li {
    width: calc(100% - 20px);
    height: 80px;
    position: relative;
    background: linear-gradient(
      180deg,
      rgba(255, 251, 246, 1) 0%,
      rgba(255, 240, 225, 1) 100%
    );
    border-radius: 4px;
    border: 1px solid rgba(222, 199, 158, 1);
    box-shadow: 0px 3px 6px 0px rgba(140, 137, 137, 0.75);
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: left;
    left: 0;
  }
  .zj-home-b1-list > li:nth-child(1) {
    /* margin-left: 0px; */
  }
  .zj-home-b1-list > li > p {
    height: 21px;
    line-height: 21px;
    color: #5b5b5b;
    font-size: 21px;
    font-weight: 400;
    display: inline-block;
    margin-left: 80px;
  }

  .zj-home-b1-list > li > img {
    width: 50px;
    height: 50px;
    position: relative;
    top: 15px;
    left: 60px;
    box-sizing: border-box;
    display: inline-block;
  }
  .zj-home-list > li.zj-detal-mes {
    height: auto;
    min-height: 50px;
    line-height: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .article-list2 {
    width: 95%;
    overflow: hidden;
    margin: 0px auto;
  }
  .pages .pages-list li:nth-child(1) {
    display: none;
  }
  .pages .pages-list li > select {
    outline: none;
  }
  .pages .pages-list li:hover,
  .pages .pages-list li.selected {
    /*background: #cd242a none repeat scroll 0 0;*/
  }
  .cs_one_lineD {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 0.1rem;
    color: #000;
    font-family: PingFangSC-Medium, PingFang SC;
    position: relative;
  }
  .cs_moProject {
    position: absolute;
    bottom: 0.12rem;
    right: 0.2rem;
    color: #777777;
  }

  .jgbm-xzfy {
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-indent: 30px;
    background: url(../images/jyjg_xzfy.png) #7bbfea 25px center no-repeat;
    cursor: pointer;
    vertical-align: baseline;
    margin: 10px;
  }
  .jgbm-tsjb {
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-indent: 30px;
    background: url(../images/jgbm-tsjb.png) #f88434 25px center no-repeat;
    cursor: pointer;
    vertical-align: baseline;
    margin: 10px;
  }
  .content-search2-tsjb {
    float: left;
    width: 20%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;

    border-radius: 0 5px 5px 0;

    margin-top: 10px;
    background: rgba(0, 0, 0, 0)
      linear-gradient(
        180deg,
        #bd1a2d 0%,
        #d65867 0%,
        #bd1a2d 100%,
        #bd1a2d 100%
      )
      repeat scroll 0 0;
  }
  .content-search-tsjb > input {
    position: relative;
    float: left;
    height: 44px;
    line-height: 44px;
    width: 80%;
    border: 1px solid #b1b1b1;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    font-size: 1.125em;
    margin: 10px 0;
  }
  /*专家库 标题 超线内容换行*/
  /*交易信息-项目名称-交易阶段-发布日期*/
  .cs_bf_none {
    display: none;
  }
  .content-list p {
    line-height: 25px;
    display: block;
    float: none !important;
    box-sizing: border-box;
    font-size: 1rem;
    text-indent: 0;
  }
  .xxfb-warp {
    padding: 0 20px;
  }

  .content-list .article-list2 a {
    width: calc(100% - 5px) !important;
    color: #000000;
    word-break: break-all;
  }

  .cs_li_div {
    margin-left: 4px !important;
  }
  .cs_bf_none {
    display: none;
  }
  /*政策法规*/
  .zc-right {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    background: #fff;
    padding: 20px;
  }
  .wjlb-wf {
    width: 100%;
  }
  .wjlb-title p:nth-child(1) {
    float: left !important;
  }
  .wjlb-title p:nth-child(2) {
    float: right !important;
    width: 88px;
    text-align: center;
    margin-right: 0 !important;
  }
  .zcfg-bottom {
    width: 100%;
    overflow: inherit;
    height: auto;
    position: relative;
    height: auto !important;
  }
  ul.article-list2 > div {
    display: none;
  }
  /*公告公示*/
  .content-list .article-listjy2 a {
    float: left;
    width: 100%;
    color: #000000;
    word-break: break-all;
  }
  .header {
    display: none;
  }

  .content-title2 {
    display: none;
  }
  .xxfb-warp {
    display: none;
  }
  .fbrk {
    display: none;
  }
  .content1 {
    display: none;
  }
  /*信息发布样式结束*/
  /*新底部样式开始*/

  .h5_bigBox {
    width: 100%;
    height: 100%;
  }

  .h5_content {
    width: 22rem;
    height: 12rem;
    background: pink;
  }

  .h5_footer {
    width: 7.5rem;
    height: 9.23rem;
    background: green;
  }

  .h5_web_site_select {
    width: 7.5rem;
    height: 1.68rem;
    background: #757575;
  }

  .first_row {
    width: 7.5rem;
    margin-top: 0.24rem;
    height: 0.6rem;
    float: left;
  }

  .h5_every_select_style {
    display: inline-block;
    width: 3.55rem;
    height: 0.6rem;
    line-height: 0.6rem;
    /* background : rgb(116, 199, 33); */
    position: relative;
    float: left;
    margin: 0 0.1rem;
  }

  .h5_every_select_style span {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
    cursor: pointer;
    line-height: 0.6rem;
    color: #ffffff;

    font-size: 0.24rem;
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
  }

  .h5_footer_arrow_bg {
    position: absolute;
    width: 0.15rem;
    height: 0.12rem;
    background-image: url("https://ggzyfw.beijing.gov.cn/r/cms/cn.gov.bjggzyfw.www/img/h5_footer_row_up.png");
    background-repeat: no-repeat;
    background-size: 0.15rem 0.12rem;
    top: 43%;
    left: 95%;
  }

  .h5_every_select_style ul {
    position: absolute;
    left: 0;
    top: 0.6rem;
    border: 0.01rem solid #ccc;
    width: 3.55rem;
    height: 3.5rem;
    z-index: 100;
    background: #fff;
    font-size: 0.22rem;
    line-height: 0.44rem;
    overflow-y: auto;
    box-sizing: border-box;
    display: none;
  }

  .h5_every_select_style ul li {
    color: #333;
  }

  .h5_every_select_style ul li:hover {
    background: #ccc;
    color: #333;
  }

  .h5_web_com_info {
    width: 7.5rem;
    height: 4.85rem;
    background: #bd1a2d;
  }

  .h5_txt_navig {
    width: 7.5rem;
    height: 0.88rem;
    line-height: 0.88rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.4);
  }

  .h5_txt_navig ul li {
    float: left;
    overflow: hidden;
    zoom: 1;
    font-size: 0.24rem;
    font-family: "PingFangSC-Regular", " PingFang SC";
    font-weight: 400;
    color: #fff;
  }

  .h5_txt_navig ul li:nth-child(1) {
    margin-left: 1.11rem;
    margin-right: 1.2rem;
  }

  .h5_txt_navig ul li:nth-child(2) {
    margin-right: 1.2rem;
  }

  .h5_img_navig {
    width: 7.5rem;
    height: 1rem;
    margin: 0.4rem 0;
  }

  .h5_img_navig img:nth-child(1) {
    width: 0.81rem;
    height: 1rem;
    margin-left: 2.36rem;
    margin-right: 1rem;
  }

  .h5_img_navig img:nth-child(2) {
    width: 0.98rem;
    height: 0.98rem;
    margin-top: 0.01rem;
  }

  .h5_txt_address {
    margin-top: 0.08rem;
    width: 7.5rem;
    height: 1.68rem;
    text-align: center;
    font-size: 0.24rem;
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
    color: #ffffff;
    line-height: 0.44rem;
  }

  .h5_web_info_text {
    width: 7.5rem;
    height: 2.7rem;
    background: #dabb85;
    padding-top: 0.4rem;
    box-sizing: border-box;
  }

  .h5_company_info {
    width: 100%;
    height: 1.9rem;
    /* background: pink; */
    margin: 0 auto;
    text-align: center;
    font-size: 0.22rem;
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
    color: #333333;
    line-height: 0.38rem;
  }

  /*新底部样式结束*/

  .bigBox {
    width: 100%;
    height: 100%;
  }

  .web_site_select {
    width: 100%;
    height: 165px;
    line-height: 207px;
    margin-top: -20px;
    background: #757575;
  }

  .select_common {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 10px;
  }

  .every_select_style {
    display: block;
    margin: 0 auto 10px auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
  }

  .every_select_style span {
    display: inline-block;
    width: 90%;
    cursor: pointer;
    background: url("../images/footer_row_up.png") right center no-repeat;
    line-height: 30px;
    padding-left: 20px;
    float: left;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
  }

  .every_select_style:last-child {
    margin-right: 0 !important;
  }

  .every_select_style i {
    display: none;
  }

  .every_select_style ul {
    position: absolute;
    left: 0;
    top: -250px;
    border: 1px solid #ccc;
    width: 259px;
    height: 250px;
    z-index: 100;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    overflow-y: auto;
    box-sizing: border-box;
    font-size: 14px;
    display: none;
  }

  .every_select_style ul li {
    padding: 0 10px;
    color: #333;
    line-height: 28px;
  }

  .every_select_style ul li:hover {
    background: #ccc;
    color: #333;
  }

  .every_select_style ul {
    position: absolute;
    left: 10%;
    top: 30px;
    border: 1px solid #ccc;
    width: 80%;
    height: 250px;
    z-index: 100;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    overflow-y: auto;
    box-sizing: border-box;
    display: none;
  }

  .every_select_style ul li {
    padding: 0 10px;
    color: #333;
    line-height: 28px;
  }

  .every_select_style ul li:hover {
    background: #ccc;
    color: #333;
  }

  .web_com_info {
    width: 100%;
    height: 385px;
    background: #bd1a2d;
    padding-top: 10px;
    box-sizing: border-box;
  }

  .web_com_info ul {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  .web_com_info ul li {
    float: left;
    overflow: hidden;
    zoom: 1;
  }

  .web_com_info ul li:nth-child(1) {
    display: inline-block;
    width: 30%;
    height: 100px;
    margin: 0px 0% 0px 0px;
  }

  .web_com_info ul li:nth-child(1) img {
    float: right;
  }

  .web_com_info ul li:nth-child(2) {
    display: inline-block;
    height: 98px;
    margin: 9px 0px 0px 5%;
  }

  .web_com_info ul li:nth-child(2) img {
    float: left;
  }

  .web_com_info ul li:nth-child(3) {
    background: rgba(189, 26, 45, 1);
    margin-right: 0px;
    position: absolute;
    left: 275px;
    box-sizing: border-box;
  }

  .txt_navig {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 0px;
    /* display      : flex;
    flex-wrap    : wrap;
    align-content: space-between; */
    font-size: 14px;
    color: #ffffff;
  }

  .txt_navig p {
    margin-top: 32px;
    display: inline-block;
    width: 27%;
    vertical-align: middle;
    color: #ffffff;
  }

  .txt_navig .txt_right {
    margin-left: 0px;
  }

  .web_com_info ul li:nth-child(4) {
    width: 100%;
    height: 80px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .web_com_info ul li:nth-child(5) {
    width: 100%;
    height: 180px;
    text-align: center;
    color: #fff;
  }

  .txt_address {
    margin-top: 15px;
    font-size: 14px;
    color: #ffffff;
  }

  .txt_address p {
    line-height: 26px;
    font-size: 14px;
  }

  .txt_address .company_add {
    display: block;
    width: 100%;
  }

  .txt_address .phone {
    display: block;
    width: 100%;
  }

  .txt_address span {
    /*width        : 238px;*/
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    display: block;
    /* background: pink; */
  }

  .web_info_text {
    width: 100%;
    height: 160px;
    background: #dabb85;
    line-height: 28px;
    padding-top: 20px;
  }

  .web_info_text ul {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .web_info_text ul li {
    margin: 0 auto;
    float: none;
    /* font-size: 0.8rem; */
    color: #222222;
    margin: 0 auto;
    text-align: center;
  }

  .jylc-hr {
    display: none;
  }

  .web_info_text ul li span {
    display: block;
  }
  .xl_content {
    display: none;
  }
}

/**以下内容是整合添加2022-05-05**/
.gcjs_note {
  display: none;
}
.gcjs_note_m {
  margin: 1rem 1rem 0;
  padding: 0.75rem;
  background: rgba(245, 113, 10, 0.1);
  border-radius: 3px;
}
.gcjs_note_m p {
  text-indent: 2rem;
  font-size: 14px;
  color: #e36b0d;
  margin: 0;
  line-height: 23px;
}
.gcjs_note_show {
  height: 8.75rem;
  overflow: hidden;
}
.gcjs_note_m .m_more {
  color: #e36b0d;
}
.gcjs_note_m .m_more span {
  background: url("../images/zh_dot04.png") left center no-repeat;
}
.gcjs_note_m .m_more.on span {
  background: url("../images/zh_dot03.png") left center no-repeat;
}
.gcjs_enter {
  padding: 1rem 1rem 0px;
}
.gcjs_enter li {
  margin-bottom: 1rem;
  padding: 0px !important;
  margin-left: 0px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
  border-radius: 0.2rem;
  border: 1px solid #ededed;
}
.gcjs_enter li > a {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gcjs_enter li img {
  border-radius: 5px;
}
.gcjs_enter li p.gcjs_enter_title {
  margin-left: 10px;
  font-size: 0.975em;
  font-weight: bold;
}
.xwzx-nav-common.panel-search-zh.xwzx-nav li {
  text-indent: 3rem;
}
.panel-search-zh.xwzx-nav .nav05 {
  background: url("../images/zh_nav_icon01_m.png") no-repeat 1.2rem;
}
.panel-search-zh.xwzx-nav li.nav05.on {
  background: url("../images/zh_nav_icon01_m.png") no-repeat 1.2rem #0e64c3;
}
.panel-search-zh.xwzx-nav li.nav02 {
  background: url("../images/zh_nav_icon02_m.png") no-repeat 1.2rem;
}
.panel-search-zh.xwzx-nav li.nav02.on {
  background: url("../images/zh_nav_icon02_m.png") no-repeat 1.2rem #0e64c3;
}
.panel-search-zh.xwzx-nav li.nav03 {
  background: url("../images/zh_nav_icon03_m.png") no-repeat 1.2rem;
}
.panel-search-zh.xwzx-nav li.nav03.on {
  background: url("../images/zh_nav_icon03_m.png") no-repeat 1.2rem #0e64c3;
}
.panel-search-zh.xwzx-nav li.nav04 {
  background: url("../images/zh_nav_icon04_m.png") no-repeat 1.2rem;
}
.panel-search-zh.xwzx-nav li.nav04.on {
  background: url("../images/zh_nav_icon04_m.png") no-repeat 1.2rem #0e64c3;
}
.content-title-m-show {
  display: block;
  margin: 0.5rem 1rem 0;
  font-size: 1rem;
  line-height: 1.23rem;
  border-left: 4px solid #cd242a;
  text-indent: 0.5rem;
}
.leader_list {
  margin: 0.5rem 1rem;
}
.leader_about_item {
  padding: 1rem 0;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.leader_about_item img {
  float: left;
  width: 5rem;
  height: 6.25rem;
}
.leader_about_item dl {
  /*margin-left: 5.5rem;*/
}
.leader_about_item dl dt {
  /*color:#cd242a;*/
  margin-bottom: 0.4rem;
  line-height: 1.3rem;
}
.leader_about_item dl .line_zh {
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*border-bottom: 1px solid #ccc;*/
}
.leader_about_item dl dt span {
  font-weight: bold;
  display: block;
  font-size: 0.95rem;
  padding-right: 1rem;
}
.leader_about_item dl dd {
  line-height: 1.5rem;
  overflow: hidden;
  font-size: 0.875rem;
  color: #404040;
}
.leader_about_item dl dd p {
  line-height: 1rem;
  font-size: 0.875rem;
}
.about_con_zh {
  padding: 1rem;
}
.about_con_zh p {
  line-height: 1.6rem;
  font-size: 0.9rem;
}
.about_con_zh > p {
  text-indent: 2em;
}
.about_con_zh_zz {
  margin-top: 1.25rem;
}
.part_set_zh {
  padding: 0.3rem 1.85rem 1rem;
}
.partset_item {
  overflow: hidden;
  padding-bottom: 0.55rem;
  padding-left: 0.85rem;
  border-bottom: 1px dashed #ccc;
}
.partset_item_title {
  height: 2.3rem;
  line-height: 2.3rem;
  padding-left: 15px;
  font-size: 0.9rem;
  background: url("../images/zh_dot2.png") left center no-repeat;
}
.partset_item p {
  line-height: 26px;
  text-indent: 2rem;
  font-size: 0.9rem;
}
.address_con_zh {
  padding: 20px 30px;
}
.address_zh_title {
  background: url("../images/zh_dot2.png") left center no-repeat;
  padding-left: 15px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.addres_zh_box {
  padding-left: 15px;
}

.addres_zh_img {
  margin-top: 10px;
  width: 100%;
}
.project_enter_zh {
  padding: 1rem;
}

.project_enter_zh_topTable {
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
.project_enter_zh_topTable th,
.project_enter_zh_topTable td {
  padding: 0;
  line-height: 26px;
}
.project_enter_zh_topTable th {
  background: #ededed;
  border: 1px solid #cccccc;
}
.project_enter_zh_topTable td {
  border: 1px solid #cccccc;
  padding: 0 10px;
}
.project_enter_zh h3 {
  text-align: center;
  margin-bottom: 1.25rem 0;
}
.project_enter_zh_table {
  width: 100%;
  border-collapse: collapse;
}
.project_enter_zh_table td,
.project_enter_zh_table th {
  border: 1px solid #cccccc;
  text-align: left;
  padding: 0.8rem;
  line-height: 1.875rem !important;
}
.project_enter_zh_table th {
  background: #ededed;
}
.project_enter_zh_table p {
  line-height: 1.6rem !important;
}
.serveGuide_zh {
  padding-bottom: 20px;
}
.serveGuide_zh .serve_item {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.serveGuide_zh h2.serve_item_h2 {
  background: url("../images/zh_dot2.png") left center no-repeat;
  font-size: 0.95rem;
  padding-left: 0.7rem;
  margin-left: 1.8rem;
  line-height: 2rem;
  margin-top: 0.3rem;
}
.serveGuide_zh .serve_item {
  padding-left: 2rem;
  margin: 0 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.serveGuide_zh .serve_item_title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.serve_item_main {
  line-height: 30px;
  color: #404040;
}
.serve_item_main p {
  font-size: 0.875rem;
}
/**公告公示 二级导航**/
.xwzx-nav li.on:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}
.panel-search-m > div.panel-search-m-scroll {
  width: auto;
}
.panel-search-m-scroll {
  overflow: hidden;
}
.panel-search-m-scroll .xwzx-nav-common {
  white-space: nowrap;
  overflow: scroll !important;
  margin-bottom: -30px !important;
  padding-bottom: 30px;
}
.xwzx-nav-common.xwzx-nav {
  margin: 0 1rem 0.6rem;
}
.xwzx-nav-common.xwzx-nav li {
  display: inline-block;
  float: none;
  text-indent: 2.3rem;
  height: 2.875rem;
  line-height: 2.875rem;
  font-size: 0.875rem;
  width: auto;
  padding-right: 1rem;
}
.xwzx-nav-common.xwzx-nav li.on {
  font-weight: bold;
}
.panel-search-jrgg.xwzx-nav-common.xwzx-nav li {
  width: auto;
  padding-right: 10px;
}
.panel-search-jrgg.xwzx-nav li.nav04 {
  background: url("../images/zh_nav_icon05_m.png") no-repeat 0.5rem !important;
}
.panel-search-jrgg.xwzx-nav li.nav04.on {
  background: url("../images/zh_nav_icon05_m.png") no-repeat 0.5rem #f8d7b4 !important;
}
.panel-search-jrgg.xwzx-nav li.nav02 {
  background: url("../images/zh_nav_icon06_m.png") no-repeat 0.5rem;
}
.panel-search-jrgg.xwzx-nav li.nav02.on {
  background: url("../images/zh_nav_icon06_m.png") no-repeat 0.5rem #0e64c3;
}
.panel-search-jrgg.xwzx-nav li.nav03 {
  background: url("../images/zh_nav_icon07_m.png") no-repeat 0.5rem;
}
.panel-search-jrgg.xwzx-nav li.nav03.on {
  background: url("../images/zh_nav_icon07_m.png") no-repeat 0.5rem #0e64c3;
}
/**二级导航  分类样式 更多**/
.content_m_box {
  height: 5.625rem;
  overflow: hidden;
}
.content_m_box select {
  text-align: left;
  padding-left: 0.5rem;
}
.m_more span {
  display: block;
  width: 5.625rem;
  margin: 0 auto;
  text-align: center;
  height: 1.875rem;
  line-height: 1.875rem;
  padding-left: 0.3rem;
  background: url("../images/zh_dot4.png") left center no-repeat;
}
.m_more.on span {
  background: url("../images/zh_dot3.png") left center no-repeat;
}
.panel-search-m > div > div {
  margin: 0.3125rem auto !important;
  overflow: hidden;
}
/* 统一入口 -政府采购 */
.panel-search-fwzn.xwzx-nav-common.xwzx-nav li {
  width: auto;
  padding-right: 10px;
}
.panel-search-fwzn.xwzx-nav .nav04 {
  background: url("../images/zh_nav_icon08_m.png") no-repeat 0.5rem;
}
.panel-search-fwzn.xwzx-nav li.nav04.on {
  background: url("../images/zh_nav_icon08_m.png") no-repeat 0.5rem #0e64c3;
}
.panel-search-fwzn.xwzx-nav li.nav02 {
  background: url("../images/zh_nav_icon09_m.png") no-repeat 0.5rem;
}
.panel-search-fwzn.xwzx-nav li.nav02.on {
  background: url("../images/zh_nav_icon09_m.png") no-repeat 0.5rem #0e64c3;
}
.panel-search-fwzn.xwzx-nav li.nav03 {
  background: url("../images/zh_nav_icon010_m.png") no-repeat 0.5rem;
}
.panel-search-fwzn.xwzx-nav li.nav03.on {
  background: url("../images/zh_nav_icon010_m.png") no-repeat 0.5rem #0e64c3;
}
/**信息服务头部二级导航**/
.panel-search-xxfw.xwzx-nav .nav04 {
  background: url("../images/zh_nav_icon011_m.png") no-repeat 0.5rem;
}
.panel-search-xxfw.xwzx-nav li.nav04.on {
  background: url("../images/zh_nav_icon011_m.png") no-repeat 0.5rem #0e64c3;
}
.panel-search-xxfw.xwzx-nav li.nav02 {
  background: url("../images/zh_nav_icon012_m.png") no-repeat 0.5rem;
}
.panel-search-xxfw.xwzx-nav li.nav02.on {
  background: url("../images/zh_nav_icon012_m.png") no-repeat 0.5rem #0e64c3;
}
.panel-search-xxfw.xwzx-nav li.nav03 {
  background: url("../images/zh_nav_icon013_m.png") no-repeat 0.5rem;
}
.panel-search-xxfw.xwzx-nav li.nav03.on {
  background: url("../images/zh_nav_icon013_m.png") no-repeat 0.5rem #0e64c3;
}
.agree_purchase {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
.agree_purchase_item {
  background: #f1f1f1;
  padding: 1rem 0px 1rem 1rem;
  margin: 1rem 1rem 0;
  width: 100%;
  border-radius: 5px;
}
.agree_purchase_item > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.agree_purchase_item > a.enter_aLink {
  background: url("../images/zh_arrow.png") 97% center no-repeat;
}
.agree_purchase_item img {
  margin-right: 1rem;
}
.agree_purchase_item dl {
  width: 60%;
}
.agree_purchase_item dl dt {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  line-height: normal;
}
.agree_purchase_item dl p {
  line-height: 1.25rem;
  font-size: 0.8rem;
}
.content_list_purchase .content-title2 {
  margin-left: 1rem;
  margin-bottom: 0.625rem;
}
.content_list_purchase .sczt_title {
  border-bottom: 1px solid #dddddd;
  line-height: 2rem;
  margin: 0.6rem 1rem 0;
}
.content_list_purchase .sczt_title span {
  display: inline-block;
  font-size: 1rem;
  border-bottom: 1px solid #bd1a2d;
}
.sczt_list {
  overflow: hidden;
}
.sczt_list li {
  height: 5.625rem;
  border: 1px solid #ccc;
  background: #fcfaf2;
  border-radius: 3px;
  margin: 1rem;
}
.sczt_list li > a {
  padding: 0 1rem;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sczt_list li .gcjs_enter_title {
  margin-left: 15px;
  font-size: 1rem;
}
.jylc_nav {
  margin: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jylc_nav li {
  margin-right: 0.5rem;
  width: 5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  cursor: pointer;
  text-align: center;
  border: 1px solid #bd1a2d;
  color: #666666;
  padding-left: 18px;
}
.jylc_nav li.on {
  background: #bd1a2d;
  color: #fff;
}
.jylc_nav li.jylc_nav_span01.on {
  background: #bd1a2d url("../images/icon_scztspan01_current.png") 0.5rem center
    no-repeat;
}
.jylc_nav li.jylc_nav_span01 {
  background: url("../images/icon_scztspan01_default.png") 0.5rem center
    no-repeat;
}
.jylc_nav li.jylc_nav_span02.on {
  background: #bd1a2d url("../images/icon_scztspan02_current.png") 0.5rem center
    no-repeat;
}
.jylc_nav li.jylc_nav_span02 {
  background: url("../images/icon_scztspan02_default.png") 0.5rem center
    no-repeat;
}
.jylc_nav li.jylc_nav_span03.on {
  background: #bd1a2d url("../images/icon_scztspan03_current.png") 0.5rem center
    no-repeat;
}
.jylc_nav li.jylc_nav_span03 {
  background: url("../images/icon_scztspan03_default.png") 0.5rem center
    no-repeat;
}
.jylc_nav li.jylc_nav_span04.on {
  background: #bd1a2d url("../images/icon_scztspan04_current.png") 0.5rem center
    no-repeat;
}
.jylc_nav li.jylc_nav_span04 {
  background: url("../images/icon_scztspan04_default.png") 0.5rem center
    no-repeat;
}
.jylc_nav li.jylc_nav_span05.on {
  width: 8rem;
  background: #bd1a2d url("../images/icon_scztspan01_current.png") 0.5rem center
    no-repeat;
}
.jylc_nav li.jylc_nav_span05 {
  width: 8rem;
  background: url("../images/icon_scztspan01_default.png") 0.5rem center
    no-repeat;
}
.jylc_item:hover {
  background: linear-gradient(180deg, #fffbf6 0%, #fff0e2 100%);
  border: 1px solid #dec79e;
}
.jylc_item {
  background: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: 4px;
  margin: 0 1rem 1rem;
}
.jylc_item > a {
  display: block;
  padding: 0.8rem 0.8rem 0rem;
}
.jylc_item dt {
  padding-bottom: 8px;
  border-bottom: 1px dashed #d7d7d7;
  height: 1.875rem;
  overflow: hidden;
  line-height: 1.875rem;
}
.jylc_item dt span {
  float: left;
  font-size: 1rem;
  padding-left: 1.875rem;
  height: 1.875rem;
}
.jylc_item dt {
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  background: url("../images/zh_arrow.png") right 8px no-repeat;
}
.jylc_item dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.jylc_item dd span {
  padding: 0 0.9375rem;
  color: #dddddd;
}
.jylc_item dt span.jylc_icon01 {
  background: url("../images/icon_sczt_23.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon02 {
  background: url("../images/icon_sczt_24.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon03 {
  background: url("../images/icon_sczt_25.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon04 {
  background: url("../images/icon_sczt_26.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon05 {
  background: url("../images/icon_sczt_27.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon06 {
  background: url("../images/icon_sczt_28.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon07 {
  background: url("../images/icon_sczt_29.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon08 {
  background: url("../images/icon_sczt_30.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon09 {
  background: url("../images/icon_sczt_31.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon10 {
  background: url("../images/icon_sczt_32.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon11 {
  background: url("../images/icon_sczt_33.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon12 {
  background: url("../images/icon_sczt_34.png") left center no-repeat;
}
.jylc_item dt span.jylc_icon13 {
  background: url("../images/icon_sczt_35.png") left center no-repeat;
}
.jylc_tabCont {
  overflow: hidden;
}
/* 区县共享按钮 */
.share_btn {
  position: relative;
}
.share_btn a {
  display: block;
  position: absolute;
  width: 5rem;
  height: 2rem;
  text-align: center;
  color: #fff;
  line-height: 2rem;
  background: #bd1a2d;
  right: 1rem;
  top: -2rem;
  border-radius: 3px;
}

.zbhxrli_zh .tr-jyxmmc,
.zbhxrli_zh .tr-jyfbr,
.zbhxrli_zh .tr-jywjj {
  margin: 0px;
  text-indent: 0px;
}
.zbhxrli_zh .tr-jyxmmc {
  width: 40% !important;
  text-align: center;
}
.zbhxrli_zh .tr-jyfbr {
  width: 30% !important;
}
.zbhxrli_zh .tr-jywjj {
  width: 30% !important;
}
.article-listjy2 > li.titsmall.titsmall_zh {
  padding-left: 20px;
  background: url(../images/blue.png) no-repeat 0px 15px;
}
.content-list .article-listjy2 > li.titsmall.titsmall_zh a {
  width: 60%;
}
.titsmall.titsmall_zh {
  width: auto !important;
}
/* 地图 */
.tit_sty.content-title-m-show {
  margin-bottom: 1rem;
}
.ui-mb25-m {
  padding: 0 1rem;
  line-height: 26px;
}
.ui-mb25-m .tit_sty2 {
  background: url(../images/zh_dot2.png) left center no-repeat;
  padding-left: 12px;
}
.ui-mb25-m > div > .ui_ml55 {
  padding-left: 10px;
}
.ui_content {
  overflow: hidden;
  width: 100%;
  height: 230px;
  margin: 0 auto;
}
.fwzx_zh ul {
  margin-left: 2% !important;
}
/*采购中心专用 */
.page-m-zh {
  width: 100% !important;
  padding: 0px !important;
  margin: 1rem auto 0 !important;
  height: 7.1rem;
}
.page-m-zh .pager .pager-list a {
  margin-right: 2px !important;
  min-width: 30px !important;
  display: inline-block;
  float: none !important;
  margin-bottom: 0.6rem;
}
.page-m-zh .pager .f-fr .pager-list,
.page-m-zh .pager .f-fr,
.page-m-zh .pager .f-fl {
  float: none;
  text-align: center;
}
.page-m-zh .pager .f-fr .pager-list {
  margin-top: 1rem;
}
.article-listjy2-zh .titsmall {
  width: auto;
  margin-left: 0px;
  display: block;
  padding-left: 20px;
}
.iframe_zh {
  width: 100% !important;
  height: 960px !important;
}
/*主体样式*/
.sczt_table_th_zh {
  display: none;
}
.sczt_table_th_zh_m {
  display: block !important;
  width: 100% !important;
}
.sczt_table_th.sczt_table_th_zh_m ul li:nth-child(3),
.sczt_table_th.sczt_table_th_zh_m ul li:nth-child(4),
.sczt_table_th.sczt_table_th_zh_m ul li:nth-child(2),
.sczt_table_th.sczt_table_th_zh_m ul li:nth-child(1) {
  display: block !important;
  margin: 0px !important;
}
.sczt_table_th_zh_m ul li {
  float: left;
}
.sczt_table_th_zh_m ul li:nth-child(2) {
  width: 25% !important;
  text-align: right;
  float: right;
}
.sczt_table_th_zh_m ul li:nth-child(3) {
  width: 25% !important;
  text-align: right;
  float: right;
}
.sczt_left {
  margin: 0 1rem !important;
}
.sczt_table_content_zh.sczt_table_content ul:last-child {
  width: 100% !important;
}
.sczt_table_content_zh ul li:nth-child(2) {
  width: 90% !important;
  margin-right: 0 !important ;
}
.sczt_table_content_zh ul li:nth-child(3) {
  width: 50% !important;
  margin-right: 10px !important ;
}
.sczt_table_content_zh ul li:nth-child(4) {
  margin-right: 0 !important ;
  width: 15% !important;
  text-align: center;
}
.sczt_table_content_zh ul li:nth-child(5) {
  float: right !important;
  text-align: right !important;
  width: 15% !important;
  text-align: center;
}
.ui_con {
  margin: 0;
}
.ui_con li {
  color: #525252;
  line-height: 35px;
  text-align: center;
  border-radius: 22px;
  border: 2px solid #c53747;
  margin: 10px 5px;
  width: 160px;
  height: 36px;
  list-style-type: none;
  float: left;
}

.tit_sty {
  float: left;
  height: 30px;
  text-align: left;
  line-height: 29px;
  position: relative;
  padding: 0 0 0 20px;
  width: calc(100% - 10px);
}
.tit_sty::before {
  content: "";
  left: 8px;
  width: 4px;
  bottom: 6px;
  height: 20px;
  position: absolute;
  background-color: #bd1a2d;
}
.ui-mb25-m .tit_sty.tit_sty2::before {
  background-color: #fff;
}
.tit_left {
  height: auto !important;
}
.share_btn_single {
  height: 2rem;
  margin-top: 0.3rem;
}
.share_btn_single a {
  top: 0px;
}

.project_enter_zh_title {
  text-align: center;
  font-weight: bold !important;
  margin-bottom: 20px;
}
.project_enter_zh_table_auto {
  width: auto;
}
.project_enter_zh_table_scroll {
  border-collapse: collapse;
  white-space: nowrap;
  overflow: scroll !important;
}
.project_CA_detail_zh {
  padding: 1rem;
}
.project_CA_detail_zh h3 {
  text-align: center;
  margin-bottom: 20px;
}
.project_CA_detail_zh p {
  text-indent: 2rem;
  line-height: 30px;
  font-size: 16px;
}
.project_CA_detail_zh p.pro_CA_detail_tit {
  text-indent: 0px;
}
.project_CA_detail_bot {
  text-align: right;
}
.project_CA_zh {
  padding: 0.5rem 0;
}
.project_CA_zh_top {
  overflow: hidden;
  line-height: 1.6rem;
  text-align: left;
}
.project_CA_zh_top a {
  display: inline-block;
  background: #70aed5;
  padding: 0.3rem 0.5rem;
  margin-right: 1rem;
  color: #fff;
  border-radius: 3px;
}
.project_CA_zh .project_enter_zh_title {
  margin-bottom: 0rem;
}
.project_CA_zh .project_enter_zh_table {
  margin-bottom: 1rem;
}
.project_CA_zh .project_enter_zh_table th {
  width: 3.5rem;
}
.project_CA_zh .project_key_type {
  font-size: 1rem;
}
.qrcodeX {
  margin: 20px auto 0 auto;
  width: 132px;
  height: 132px;
  margin-bottom: 20px;
}
.mhide {
  display: block;
  text-align: right;
}
.part_set_img_zh {
  display: none;
}
.part_set_img_zh_m {
  display: block;
  margin: 1rem;
}
.part_set_img_zh_m img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.container {
  width: 100%;
  height: 100%;
}
.enterprise-table table td:nth-child(1),
.enterprise-table table td:nth-child(3),
.enterprise-table table td:nth-child(4) {
  padding: 0px !important;
}

/***京津冀 专题样式*/
.bthBody {
  position: relative;
}
.bthBody .swaper {
  width: 100%;
}
.bthBody .bth_news {
  margin-top: 5px;
  background: #fff;
  margin-bottom: 10px;
}

.bthBody .bth_title {
  border-bottom: 2px solid #bb0000;
  overflow: hidden;
  font-size: 0.2rem;
}
.bthBody .bth_title > span {
  float: left;
  /*background: url("../images/bz1.png") no-repeat;*/
  background: #bb0000;
  background-size: 90px 38px;
  color: #fff;
  line-height: 38px;
  padding: 0 12px;
  font-size: 0.2rem;
  letter-spacing: 2px;
}
.bthBody .bth_title > a {
  float: right;
  line-height: 38px;
  margin-right: 10px;
  color: #979797;
}
.bthBody .bth_new_content dl {
  /*margin-top:17px;*/
  border-bottom: 1px dashed #f0f0f0;
  padding: 0.16rem;
}
.bthBody .bth_new_content dl:last-child {
  border-bottom: none;
}
.bthBody .bth_new_content dl dt {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bthBody .bth_new_content dl dt a {
  display: inline-block;
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bthBody .bth_new_content dl dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bthBody .notice {
  margin-top: 10px;
  background: #fff;
}
.bthBody .article-listjy2 {
  width: auto;
}
.bthBody .article-listjy2 > li {
  padding-right: 10px;
}
.bthBody .article-listjy2 li:last-child {
  border-bottom: none;
}
.bthBody .bthfooter {
  padding-bottom: 0.5rem;
  background: url(../images/bthbg.jpg) center bottom no-repeat;
}
.bthBody .bthfooter .bthfooter_link {
  background: #757575;
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding: 5px 0;
  font-size: 0.2rem;
  /* display: flex;
	justify-content:space-evenly; */
}
.bthBody .bthfooter .bthfooter_link span {
  display: block;
  padding: 0.1rem 0;
  color: #fff;
}
.bthBody .bthfooter .bthfooter_link span a {
  color: #fff;
}
.bthBody .bthfooter .bthfooter_pro p {
  text-align: center;
  color: #333333;
  margin-top: 0.12rem;
  padding: 0 0.16rem;
  font-size: 0.2rem;
}
.bthBody .bthfooter .bthfooter_pro p span {
  display: block;
}
.bth-nav.xwzx-nav li {
  color: #bb0000;
  font-weight: bold;
  background: url("../images/bth_nav_icon1.png") no-repeat 15px;
  background-size: 20px 20px;
}
.bth-nav.xwzx-nav li.on {
  background: url("../images/bth_nav_icon1.png") no-repeat 15px #0e64c3;
  background-size: 20px 20px;
}
.bth-nav.xwzx-nav li a {
  color: #bb0000;
}
.bthBody-m {
  background: url("../images/bthbg.jpg") no-repeat bottom center;
}
.swaper {
  height: 220px;
  overflow: hidden;
}
.swaper .contentlb {
  position: relative;
}
.swaper .divimg img {
  width: 100%;
  height: 100%;
}
.swaper .uItems {
  height: 220px;
  overflow: hidden;
}
.swaper .uIndex {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 200px;
}
.swaper .uIndex li {
  width: 10px;
  height: 10px;
  background: #999;
  text-align: center;
  line-height: 30px;
  color: white;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
.swaper .uIndex li.bg {
  background: #ddd;
}
