﻿@charset "utf-8";
/******样式清除******/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a,
span {
  vertical-align: top;
}
img {
  border: 0;
  vertical-align: middle;
}
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}
button {
  padding: 0;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
}
textarea {
  outline: none;
  border: none;
  resize: none;
}
input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}
table tr td,
table {
  border-collapse: collapse;
}
body {
  font-size: 0;
  color: #000;
  font-family: 'Microsoft YaHei';
}
/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.db {
  display: inline-block;
}
/*****边距调整****/
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}

.xzgl-head {
  width: 100%;
  min-width: 1200px;
  background: url(head-bg.png) center top;
}
.xzgl-head .xzgl-head-mid {
  width: 1200px;
  margin: 0 auto;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 {
  height: 174px;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 a.head1-icon {
  display: inline-block;
  background: url(LOGO.png) no-repeat;
  width: 467px;
  height: 110px;
  margin-left: 35px;
  margin-top: 35px;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox {
  width: 410px;
  float: right;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox .head-link {
  float: right;
  margin-right: 20px;
  margin-top: 48px;
  width: 163px;
  height: 15px;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox .head-link a,
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox .head-link span {
  color: #fff;
  font-size: 14px;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox .head-link a {
  cursor: pointer;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox .head-link a:hover {
  text-decoration: underline;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox .inparea {
  float: right;
  margin-top: 43px;
  margin-right: 20px;
  width: 410px;
  background-color: #fff;
  border-radius: 20px;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox .inparea input {
  width: 307px;
  height: 50px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 30px 12px 41px;
  margin-right: 53px;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox .inparea a {
  width: 24px;
  height: 24px;
  margin-top: 12px;
  background: url(head-searchicon.png) center center no-repeat;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 42px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  display: inline-block;
}
.xzgl-head .xzgl-head-mid .xzgl-head2 .head-zyubox .inparea a:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.xzgl-head .xzgl-nav {
  height: 50px;
  width: 100%;
  min-width: 1200px;
  background: #F6FBFF;
}
.xzgl-head .xzgl-nav ul.navitem {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
}
.xzgl-head .xzgl-nav ul.navitem li {
  width: 170px;
  display: inline-block;
}
.xzgl-head .xzgl-nav ul.navitem li a {
  display: inline-block;
  width: 100%;
  height: 50px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2184D2;
  line-height: 50px;
  text-align: center;
}
.xzgl-head .xzgl-nav ul.navitem li a .nav1 {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 13px;
}
.xzgl-head .xzgl-nav ul.navitem li a.a-fir {
  background-size: 100% 100%;
  font-weight: 700;
  color: #175593;
}
.xzgl-head .xzgl-nav ul.navitem li a.a-ote:hover,
.xzgl-head .xzgl-nav ul.navitem li .nav-cur {
  background: #2a93d8;
  color: #fff;
}
.xzgl-footer {
  width: 100%;
  min-width: 1200px;
  height: 224px;
  background-color: #2A93D8;
  background-size: 100% 100%;
}
.xzgl-footer .xzgl-footer-line {
  width: 100%;
  height: 28px;
  margin: 0 auto;
  min-width: 1200px;
  background-size: 100% 100%;
}
.xzgl-footer .xzgl-footer1 {
  width: 100%;
  height: 164px;
  background-size: 100% 100%;
  min-width: 1200px;
  text-align: center;
}
.xzgl-footer .xzgl-footer1 .footer-mid {
  width: 1200px;
  margin: 0 auto;
  /*这个是右边的*/
  /*这个是左边的*/
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 {
  margin-bottom: 40px;
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 .xzgl-dropbox:first-child {
  margin-left: 60px;
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 .xzgl-dropbox {
  width: 314px;
  box-sizing: border-box;
  height: 41px;
  display: inline-block;
  margin-right: 36px;
  position: relative;
  cursor: pointer;
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 .xzgl-dropbox p {
  width: 100%;
  height: 41px;
  line-height: 41px;
  font-size: 12px;
  padding-left: 29px;
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  position: relative;
  background: #3098DC;
  box-sizing: border-box;
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 .xzgl-dropbox p span.sele-font {
  max-width: 50px;
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 .xzgl-dropbox p span.sele-icon {
  background: url(zyu-footerxl.png) no-repeat;
  width: 16px;
  height: 8px;
  display: inline-block;
  top: 50%;
  right: 0;
  position: absolute;
  margin-top: -2px;
  margin-right: 11px;
  cursor: pointer;
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 .xzgl-dropbox ul {
  overflow-y: auto;
  width: 314px;
  height: 90px;
  background: #fff;
  border: 1px solid #e7e9ea;
  position: absolute;
  top: 40px;
  left: -1px;
  display: none;
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 .xzgl-dropbox ul li {
  box-sizing: border-box;
  padding-left: 29px;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 .xzgl-dropbox ul li a {
  text-align: left;
  color: #828282;
  display: inline-block;
  width: 100%;
  height: 30px;
}
.xzgl-footer .xzgl-footer1 .footer-mid .xzgl-foot1 .xzgl-dropbox ul li a:hover {
  font-weight: bold;
}
.xzgl-footer .xzgl-footer1 .footer-mid p.foot2-p,
.xzgl-footer .xzgl-footer1 .footer-mid a.foot2-p {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.xzgl-footer .xzgl-footer1 .footer-mid a.foot2-icon1 {
  float: right;
  background: url(jiucuo.png) no-repeat;
  width: 110px;
  height: 55px;
  margin-top: -70px;
  margin-right: 105px;
}
.xzgl-footer .xzgl-footer1 .footer-mid a.foot2-icon2 {
  float: left;
  background: url(xzgl-img10.png) no-repeat;
  width: 56px;
  height: 68px;
  margin-left: 238px;
  margin-top: -76px;
}
.xzgl-footer .xzgl-footer1 .footer-mid a:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
/*页码*/
.xzgl-fenye {
  width: 100%;
  height: 94px;
  text-align: center;
  line-height: 94px;
}
.xzgl-fenye span.sp1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-right: 6px;
}
.xzgl-fenye .spcur {
  color: #1E69B6 !important;
}
.xzgl-fenye a.a1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
}
.xzgl-fenye a.a2,
.xzgl-fenye span.a2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-top: 31px;
  margin-right: 8px;
  width: 28px;
  text-align: center;
}
.xzgl-fenye a.a2 {
  border: 1px solid #ebebeb;
}
.xzgl-fenye .spcur1 {
  background: #1E69B6;
  color: #fff !important;
}
.xzgl-fenye a.a2:hover {
  background: #1E69B6;
  color: #fcfcfc;
}
.xzgl-fenye a.a1:hover {
  text-decoration: underline;
}
.xzgl-fenye input {
  width: 28px;
  height: 26px;
  display: inline-block;
  margin-top: 32px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 5px;
  margin-right: 6px;
}
.xzgl-fenye a.a3 {
  width: 28px;
  height: 28px;
  background: #EEE;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b9bfc5;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  margin-left: 17px;
  margin-top: 31px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.xzgl-fenye a.a3:hover {
  background: #1E69B6;
  color: #fcfcfc;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.xzgl-fenye a.a4 {
  width: 58px;
  height: 28px;
  background: #1E69B6;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  margin-left: 17px;
  margin-top: 31px;
  border-radius: 3px;
}
/*通用修饰*/
.ttln:hover {
  text-decoration: underline;
}
.adb {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.opa:hover {
  opacity: 0.8;
}
.overf {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/**首页*/
.zyu-content {
  width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.zyu-content .zyu-content1 .zyu-picscroll {
  width: 620px;
  float: left;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left {
  width: 620x;
  height: 388px;
  overflow: hidden;
  position: relative;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-timg {
  width: 100%;
  height: 100%;
  position: relative;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-timg li {
  position: absolute;
  left: 0;
  top: 0;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-ttext {
  position: absolute;
  height: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(zyu-bgmb.png);
  opacity: 0.8;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-ttext a.p {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  max-height: 40px;
  max-width: 450px;
  margin-left: 20px;
  margin-top: 15px;
  overflow: hidden;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-tdot {
  position: absolute;
  right: 10px;
  bottom: 18px;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-tdot li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
  cursor: pointer;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-tdot .dot-li-cur {
  background: #e32927;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-tleft {
  position: absolute;
  width: 40px;
  height: 70px;
  left: 10px;
  top: 164px;
  background: #000;
  opacity: 0.5;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-tleft a {
  width: 100%;
  height: 100%;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-tright {
  position: absolute;
  width: 40px;
  height: 70px;
  right: 10px;
  top: 164px;
  background: #000;
  opacity: 0.5;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-tright a {
  width: 100%;
  height: 100%;
}
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-tright:hover,
.zyu-content .zyu-content1 .zyu-picscroll .tr-xw-left .sy-xw-tleft:hover {
  background: #E42727;
}
.zyu-content .zyu-content1 .zyu-news {
  width: 560px;
  height: 388px;
  float: right;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwtitle {
  width: 560px;
  height: 45px;
  background: #f4f4f4;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwtitle .zyu-xwtitle-lf {
  float: left;
  width: 140px;
  height: 45px;
  background: #3190d9;
  text-align: center;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwtitle .zyu-xwtitle-lf a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei UI;
  color: #ffffff;
  line-height: 45px;
  cursor: pointer;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwtitle .zyu-xwtitle-lf:hover {
  opacity: 0.8;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwtitle .zyu-xwtitle-more {
  width: 21px;
  height: 21px;
  float: right;
  margin-top: 12px;
  margin-right: 11px;
  cursor: pointer;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwtitle .zyu-xwtitle-more a {
  cursor: pointer;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwli {
  width: 100%;
  margin-top: 10px;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwli li {
  width: 100%;
  height: 39px;
  background: url(zyu-list-ico.png) no-repeat center left;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwli li a {
  width: 475px;
  font-size: 14px;
  margin-left: 12px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  max-width: 455px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwli li a:hover {
  text-decoration: underline;
}
.zyu-content .zyu-content1 .zyu-news .zyu-xwli li span {
  width: 74px;
  font-size: 12px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #999999;
  line-height: 38px;
}
.zyu-content .zyu-content2 {
  width: 100%;
  margin-top: 30px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 {
  width: 410px;
  float: left;
  margin-right: 15px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-head1 {
  width: 410px;
  height: 45px;
  border-bottom: 2px solid #F1F1F1;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-head1 .headchild {
  width: 110px;
  height: 100%;
  border-bottom: 2px solid #3190D9;
  text-align: center;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-head1 .headchild a {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  color: #3190d9;
  line-height: 36px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-head1 .headchild a:hover {
  text-decoration: underline;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent1 {
  width: 100%;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent1 .bodychild {
  background: url(xz.png) no-repeat left center;
  height: 70px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent1 .bodychild a {
  cursor: pointer;
  font-size: 16px;
  margin-left: 41px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #3190d9;
  line-height: 70px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent1 .bodychild a:hover {
  text-decoration: underline;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent1 ul {
  height: 53px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent1 ul li:hover {
  opacity: 0.8;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent1 ul li {
  float: left;
  width: 134px;
  height: 53px;
  background: #f6f6f6 url(zyu-listico2.png) no-repeat 99px center;
  margin-left: 4px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent1 ul li .word {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
  cursor: pointer;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent1 ul li:first-child {
  margin-left: 0px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 {
  width: 100%;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 .bodychild {
  background: url(zyu-gjzz.png) no-repeat left center;
  height: 70px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 .bodychild a {
  cursor: pointer;
  font-size: 16px;
  margin-left: 41px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #3190d9;
  line-height: 70px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 .bodychild a:hover {
  text-decoration: underline;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 ul {
  height: 53px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 ul li:hover {
  opacity: 0.8;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 ul li {
  float: left;
  width: 134px;
  height: 53px;
  background: #f6f6f6 url(zyu-listico2.png) no-repeat 99px center;
  margin-left: 4px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 ul li .word {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
  cursor: pointer;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 ul li .img {
  float: right;
  margin-top: 17px;
  margin-right: 17px;
}
.zyu-content .zyu-content2 .zyu-cont2-box1 .zyu-syscontent2 ul li:first-child {
  margin-left: 0px;
}
.zyu-content .zyu-content3 {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.zyu-content .zyu-content3 .zyu-sjtj {
  width: 410px;
  height: 295px;
  float: left;
  margin-right: 15px;
}
.zyu-content .zyu-content3 .zyu-sjtj .zyu-head1 {
  width: 410px;
  height: 45px;
  border-bottom: 2px solid #F1F1F1;
}
.zyu-content .zyu-content3 .zyu-sjtj .zyu-head1 .headchild {
  width: 110px;
  height: 100%;
  border-bottom: 2px solid #3190D9;
  text-align: center;
}
.zyu-content .zyu-content3 .zyu-sjtj .zyu-head1 .headchild a {
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  color: #3190d9;
  line-height: 36px;
}
.zyu-content .zyu-content3 .zyu-sjtj ul {
  margin-top: 10px;
}
.zyu-content .zyu-content3 .zyu-sjtj ul li img {
  display: inline-block;
  margin-left: 86px;
  margin-top: 25px;
  text-align: center;
}
.zyu-content .zyu-content3 .zyu-sjtj ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  line-height: 160px;
  text-align: center;
}
.zyu-content .zyu-content3 .zyu-sjtj ul li:hover {
  opacity: 0.5;
}
.zyu-content .zyu-content3 .zyu-sjtj ul .zyu-list1 {
  float: left;
  width: 203px;
  height: 116px;
  background: url(zyu-ysj.png) #f5eef6 no-repeat center 25px;
}
.zyu-content .zyu-content3 .zyu-sjtj ul .zyu-list2 {
  float: right;
  width: 203px;
  height: 116px;
  background: url(zyu-tjsj.png) #edf8e8 no-repeat center 25px;
}
.zyu-content .zyu-content3 .zyu-sjtj ul .zyu-list3 {
  margin-top: 6px;
  float: left;
  width: 203px;
  height: 116px;
  background: url(zyu-nj.png) #fbeee6 no-repeat center 25px;
}
.zyu-content .zyu-content3 .zyu-sjtj ul .zyu-list4 {
  margin-top: 6px;
  float: right;
  width: 203px;
  height: 116px;
  background: url(zyu-tjgb.png) #e7f0f7 no-repeat center 25px;
}
.zyu-content .zyu-content4 {
  width: 100%;
  height: 92px;
  margin-top: 30px;
  display: block;
}
.zyu-content .zyu-content4 a {
  display: inline-block;
  cursor: pointer;
}
.zyu-content .zyu-content4 a:hover {
  opacity: 0.8;
}
.zyu-content .zyu-content5 {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.zyu-newsm {
  float: left;
  margin-left: 40px;
}
.zyu-cont2-news {
  width: 374px;
  height: 100%;
}
.zyu-cont2-news .zyu-xwtitle {
  width: 100%;
  height: 45px;
  background: #f4f4f4;
}
.zyu-cont2-news .zyu-xwtitle .zyu-xwtitle-lf {
  float: left;
  width: 140px;
  height: 45px;
  background: #3190d9;
  text-align: center;
}
.zyu-cont2-news .zyu-xwtitle .zyu-xwtitle-lf a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei UI;
  color: #ffffff;
  line-height: 45px;
  cursor: pointer;
}
.zyu-cont2-news .zyu-xwtitle .zyu-xwtitle-lf:hover {
  opacity: 0.8;
}
.zyu-cont2-news .zyu-xwtitle .zyu-xwtitle-more {
  width: 21px;
  height: 21px;
  float: right;
  margin-top: 12px;
  margin-right: 11px;
  cursor: pointer;
}
.zyu-cont2-news .zyu-xwtitle .zyu-xwtitle-more a {
  cursor: pointer;
}
.zyu-cont2-news .zyu-xwli {
  width: 100%;
  margin-top: 10px;
}
.zyu-cont2-news .zyu-xwli li {
  width: 100%;
  height: 42px;
  background: url(zyu-list-ico.png) no-repeat center left;
}
.zyu-cont2-news .zyu-xwli li a {
  width: 280px;
  font-size: 14px;
  margin-left: 12px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  max-width: 285px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zyu-cont2-news .zyu-xwli li a:hover {
  text-decoration: underline;
}
.zyu-cont2-news .zyu-xwli li span {
  width: 74px;
  font-size: 12px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #999999;
  line-height: 38px;
}
.tr-xw-left {
  width: 620px;
  height: 415px;
  overflow: hidden;
  position: relative;
}
.tr-xw-left .sy-xw-timg {
  width: 100%;
  height: 100%;
  position: relative;
}
.tr-xw-left .sy-xw-timg li {
  position: absolute;
  left: 0;
  top: 0;
}
.tr-xw-left .sy-xw-ttext {
  position: absolute;
  height: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tr-xw-left .sy-xw-ttext p {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  max-height: 40px;
  max-width: 450px;
  margin-left: 20px;
  margin-top: 15px;
  overflow: hidden;
}
.tr-xw-left .sy-xw-tdot {
  position: absolute;
  right: 10px;
  bottom: 18px;
}
.tr-xw-left .sy-xw-tdot li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
  cursor: pointer;
}
.tr-xw-left .sy-xw-tdot .dot-li-cur {
  background: #e32927;
}
.tr-xw-left .sy-xw-tleft {
  position: absolute;
  width: 40px;
  height: 70px;
  left: 10px;
  top: 164px;
  background: #000;
  opacity: 0.5;
}
.tr-xw-left .sy-xw-tleft a {
  width: 100%;
  height: 100%;
}
.tr-xw-left .sy-xw-tright {
  position: absolute;
  width: 40px;
  height: 70px;
  right: 10px;
  top: 164px;
  background: #000;
  opacity: 0.5;
}
.tr-xw-left .sy-xw-tright a {
  width: 100%;
  height: 100%;
}
.tr-xw-left .sy-xw-tright:hover,
.tr-xw-left .sy-xw-tleft:hover {
  background: #E42727;
}
.zyu-content-ldxx {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.zyu-content-ldxx .zyu-xjbox-head {
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  border: 1px solid #e5e9ee;
}
.zyu-content-ldxx .zyu-xjbox-headlf {
  width: 83px;
  height: 98%;
  border-bottom: 3px solid #2A93D8;
  margin-left: 20px;
}
.zyu-content-ldxx .zyu-xjbox-headlf a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2a93d8;
  line-height: 65px;
}
.zyu-content-ldxx .zyu-xjbox {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
  border: 1px solid #e5e9ee;
  border-top: none;
  /*写信标注*/
}
.zyu-content-ldxx .zyu-xjbox .zyu-intro {
  box-sizing: border-box;
  padding: 20px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-intro h1 {
  text-indent: 20px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3e3e3e;
}
.zyu-content-ldxx .zyu-xjbox .zyu-intro .zyu-intro-b {
  margin-top: 20px;
  max-width: 1097px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-intro .zyu-intro-b p,
.zyu-content-ldxx .zyu-xjbox .zyu-intro .zyu-intro-b span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 30px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-intro .zyu-intro-b .red {
  color: #df3b3e;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx {
  width: 1160px;
  background: #ffffff;
  border: 1px solid #e8ebf0;
  margin-bottom: 20px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxhd {
  width: 100%;
  height: 70px;
  background: url(zyu-xx.png) no-repeat 20px center;
  font-size: 18px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: 700;
  color: #141414;
  line-height: 70px;
  text-indent: 75px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .input {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 50px;
  display: inline-block;
  background-color: #fff;
  width: 974px;
  height: 30px;
  margin-top: 3px;
  margin-left: 4PX;
  border: 1px solid #e5e9ee;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-xxlf {
  width: 100px;
  float: left;
  height: 100%;
  border-right: 1px solid #e5e9ee;
  border-left: 1px solid #e5e9ee;
  border-bottom: 1px solid #e5e9ee;
  box-sizing: border-box;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8b8e95;
  background: #f7f9f9;
  text-align: center;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-xxrt {
  box-sizing: border-box;
  width: 985px;
  float: left;
  height: 100%;
  vertical-align: middle;
  background: #f7f9f9;
  border-right: 1px solid #e5e9ee;
  border-bottom: 1px solid #e5e9ee;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-xxtx {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-xxtx:first-child .zyu-xxlf,
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-xxtx:first-child .zyu-xxrt {
  border-top: 1px solid #e5e9ee;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-xxout {
  float: right;
  width: 35px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #df3b3e;
  line-height: 40px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-xxzynr {
  width: 100%;
  height: 200px;
  line-height: 40px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-xxzynr .input {
  display: inline-block;
  background-color: #fff;
  width: 974px;
  height: 190px;
  margin-top: 5px;
  margin-left: 4PX;
  border: 1px solid #e5e9ee;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .xzgl-dropbox {
  margin-left: 4px;
  margin-top: 5PX;
  width: 216px;
  box-sizing: border-box;
  height: 30px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  border: 1px solid #e5e9ee;
  cursor: pointer;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .xzgl-dropbox p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-left: 29px;
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .xzgl-dropbox p span.sele-font {
  margin-left: 10px;
  max-width: 50px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5f6675;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .xzgl-dropbox p span.sele-icon {
  background: url(../images/zyu-xxxl.png) no-repeat;
  width: 16px;
  height: 8px;
  display: inline-block;
  top: 50%;
  right: 0;
  position: absolute;
  margin-top: -2px;
  margin-right: 11px;
  cursor: pointer;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .xzgl-dropbox ul {
  overflow-y: auto;
  width: 216px;
  height: 120px;
  background: #fff;
  border: 1px solid #e7e9ea;
  position: absolute;
  top: 28px;
  left: -1px;
  display: none;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .xzgl-dropbox ul li {
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .xzgl-dropbox ul li a {
  text-align: left;
  color: #828282;
  display: inline-block;
  width: 100%;
  height: 30px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .xzgl-dropbox ul li a:hover {
  font-weight: bold;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-nrlb .zyu-xxrt,
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-sfgk .zyu-xxrt {
  width: 985px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-nrlb .zyu-xxrt ul,
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-sfgk .zyu-xxrt ul {
  width: 550px;
  float: left;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-nrlb .zyu-xxrt ul li.zyu-nrlist,
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-sfgk .zyu-xxrt ul li.zyu-nrlist {
  float: left;
  width: 60px;
  margin-left: 20px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-nrlb .zyu-xxrt ul li.zyu-nrlist input,
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-sfgk .zyu-xxrt ul li.zyu-nrlist input {
  margin-top: 13px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-nrlb .zyu-xxrt ul li.zyu-nrlist span,
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-sfgk .zyu-xxrt ul li.zyu-nrlist span {
  margin-left: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5f6675;
  line-height: 40px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-nrlb .zyu-xxrt span.red,
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-sfgk .zyu-xxrt span.red {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e36264;
  line-height: 40px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-yzm input.input1 {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 50px;
  width: 216px;
  height: 30px;
  display: inline-block;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 4PX;
  border: 1px solid #e5e9ee;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-yzm img {
  display: inline-block;
  width: 77px;
  height: 30px;
  background: #2b4174;
  margin-left: 13px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xx .zyu-xxbd .zyu-yzm a {
  width: 84px;
  height: 13px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #2a93d8;
  line-height: 40px;
  cursor: pointer;
  margin-left: 19px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xxbz {
  width: 35px;
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xxbz ul li {
  height: 42px;
  text-indent: 5px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xxbz ul li span {
  width: 6px;
  height: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #df3b3e;
  line-height: 40px;
}
.zyu-content-ldxx .zyu-xjbox .zyu-xxbz ul li:nth-child(6) {
  height: 192px;
}
.zyu-content-ldxx .zyu-btnbox {
  height: 65px;
  margin-left: 40px;
  margin-top: 20px;
}
.zyu-content-ldxx .zyu-btnbox button.send {
  width: 100px;
  height: 30px;
  background: #2a93d8;
  box-shadow: 0px 3px 8px 0px rgba(26, 99, 233, 0.25);
  border-radius: 5px;
  color: #fff;
}
.zyu-content-ldxx .zyu-btnbox button.restart {
  margin-left: 20px;
  width: 100px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #e5e9ee;
  border-radius: 5px;
}
.zyu-content-ldxx .zyu-btnbox button.restart:hover {
  background-color: #2a93d8;
  color: #fff;
}
.zyu-ldintroct {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.zyu-ldintroct .zyu-ldlist {
  width: 200px;
  float: left;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.zyu-ldintroct .zyu-ldlist .ld-hd {
  width: 200px;
  height: 60px;
  background: url(bg1.png) no-repeat;
  text-align: center;
}
.zyu-ldintroct .zyu-ldlist .ld-hd a {
  cursor: pointer;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
.zyu-ldintroct .zyu-ldlist ul {
  width: 100%;
}
.zyu-ldintroct .zyu-ldlist ul li {
  width: 100%;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  border-left: 3px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
}
.zyu-ldintroct .zyu-ldlist ul li a {
  cursor: pointer;
}
.zyu-ldintroct .zyu-ldlist ul li a,
.zyu-ldintroct .zyu-ldlist ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 48px;
}
.zyu-ldintroct .zyu-ldlist ul li span {
  float: right;
  font-size: 18px;
}
.zyu-ldintroct .zyu-ldlist ul li:last-child {
  border-bottom: none;
}
.zyu-ldintroct .zyu-ldlist ul .cur,
.zyu-ldintroct .zyu-ldlist ul li:hover {
  background: #fbfbfb;
  border-left: 3px solid #255FA6;
}
.zyu-ldintroct .zyu-ldlist ul .cur a,
.zyu-ldintroct .zyu-ldlist ul li:hover a,
.zyu-ldintroct .zyu-ldlist ul .cur span,
.zyu-ldintroct .zyu-ldlist ul li:hover span {
  color: #255FA6;
}
.zyu-ldintroct .zyu-ldintro {
  float: right;
  width: 982px;
  border: 1px solid #e5e9ee;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
.zyu-ldintroct .zyu-ldintro .zyu-ldintrohd {
  padding-top: 27px;
}
.zyu-ldintroct .zyu-ldintro .zyu-ldintrohd .img {
  float: left;
  width: 160px;
  height: 230px;
}
.zyu-ldintroct .zyu-ldintro .hdrt {
  width: 710px;
  float: right;
}
.zyu-ldintroct .zyu-ldintro .hdrt h1 {
  font-size: 30px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: 400;
  color: #38404a;
}
.zyu-ldintroct .zyu-ldintro .hdrt .art {
  width: 100%;
}
.zyu-ldintroct .zyu-ldintro .hdrt .art p {
  max-width: 650px;
  margin-top: 15px;
}
.zyu-ldintroct .zyu-ldintro .hdrt .art p span.span1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 30px;
}
.zyu-ldintroct .zyu-ldintro .hdrt .art p span.span2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.zyu-ldintroct .zyu-ldintro .ldjj {
  margin-top: 20px;
  width: 900px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e5e9ee;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-indent: 21px;
}
.zyu-ldintroct .zyu-ldintro .ldwork {
  width: 898px;
  margin-bottom: 27px;
}
.zyu-ldintroct .zyu-ldintro .ldwork p {
  max-width: 898px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
/**概览页面*/
.zyu-glct {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.zyu-glct .zyu-glbox {
  width: 100%;
}
.zyu-glct .zyu-glbox .worklist {
  width: 200px;
  float: left;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.zyu-glct .zyu-glbox .worklist .hd {
  width: 200px;
  height: 60px;
  background: url(bg1.png) no-repeat;
  text-align: center;
}
.zyu-glct .zyu-glbox .worklist .hd a {
  cursor: pointer;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
.zyu-glct .zyu-glbox .worklist ul {
  width: 100%;
}
.zyu-glct .zyu-glbox .worklist ul li {
  width: 100%;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  border-left: 3px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
}
.zyu-glct .zyu-glbox .worklist ul li a {
  cursor: pointer;
}
.zyu-glct .zyu-glbox .worklist ul li a,
.zyu-glct .zyu-glbox .worklist ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 48px;
}
.zyu-glct .zyu-glbox .worklist ul li span {
  float: right;
  font-size: 18px;
}
.zyu-glct .zyu-glbox .worklist ul li:last-child {
  border-bottom: none;
}
.zyu-glct .zyu-glbox .worklist ul .cur,
.zyu-glct .zyu-glbox .worklist ul li:hover {
  background: #fbfbfb;
  border-left: 3px solid #255FA6;
}
.zyu-glct .zyu-glbox .worklist ul .cur a,
.zyu-glct .zyu-glbox .worklist ul li:hover a,
.zyu-glct .zyu-glbox .worklist ul .cur span,
.zyu-glct .zyu-glbox .worklist ul li:hover span {
  color: #255FA6;
}
.zyu-glct .zyu-glbox .work-art {
  width: 972px;
  float: right;
}
.zyu-glct .zyu-glbox .work-art .hd {
  box-sizing: border-box;
  height: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.zyu-glct .zyu-glbox .work-art .hd .hdlf {
  float: left;
  width: 80px;
  height: 99%;
  border-bottom: 2px solid #0067B6;
  box-sizing: border-box;
}
.zyu-glct .zyu-glbox .work-art .hd .hdlf a {
  height: 100%;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2a93d8;
}
.zyu-glct .zyu-glbox .work-art ul {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.zyu-glct .zyu-glbox .work-art ul li:hover {
  background: url(zyu-gllisticon.png) no-repeat 10px center #fbfbfb;
}
.zyu-glct .zyu-glbox .work-art ul li {
  line-height: 35px;
  padding-left: 30px;
  background: url(zyu-gllisticon.png) no-repeat 10px center;
}
.zyu-glct .zyu-glbox .work-art ul li a {
  float: left;
  max-width: 770px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zyu-glct .zyu-glbox .work-art ul li span {
  float: right;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 36px;
}
/*搜索页面**/
.zyu-search {
  width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.zyu-search .answerbox {
  width: 100%;
  height: 49px;
  background-color: #f3f7fe;
  text-indent: 20px;
}
.zyu-search .answerbox span.span2 {
  color: #FA5543;
}
.zyu-search .answerbox p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #40505a;
  line-height: 50px;
}
.zyu-search .answerbox p span.spanb {
  font-weight: bold;
}
.zyu-search .artlist {
  padding: 20px;
}
.zyu-search .artlist .artnews,
.zyu-search .artlist .artnews2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.zyu-search .artlist .artnews .ellipsis,
.zyu-search .artlist .artnews2 .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zyu-search .artlist .artnews h1,
.zyu-search .artlist .artnews2 h1 {
  line-height: 78px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  max-width: 985px ;
}
.zyu-search .artlist .artnews h1 span.span2,
.zyu-search .artlist .artnews2 h1 span.span2 {
  color: #FA5543;
}
.zyu-search .artlist .artnews .newsb,
.zyu-search .artlist .artnews2 .newsb {
  display: inline-block;
  width: auto;
}
.zyu-search .artlist .artnews .newsb p,
.zyu-search .artlist .artnews2 .newsb p {
  min-width: 994px;
  max-width: 1160px;
}
.zyu-search .artlist .artnews .newsb a,
.zyu-search .artlist .artnews2 .newsb a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.zyu-search .artlist .artnews .newsb a span.span2,
.zyu-search .artlist .artnews2 .newsb a span.span2 {
  color: #FA5543;
}
.zyu-search .artlist .artnews p.time,
.zyu-search .artlist .artnews2 p.time {
  margin-top: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4f962c;
  line-height: 25px;
}
.zyu-search .artlist .artnews2 .img {
  display: inline-block;
  margin-top: 0px;
}
.zyu-search .artlist .artnews2 .newsb {
  float: right;
  width: auto;
}
.zyu-search .artlist .artnews2 .newsb p {
  max-width: 990px;
}
.zyu-search .artlist .artnews2 .newsb a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.zyu-search .artlist .artnews2 .newsb a span.span2 {
  color: #FA5543;
}

/*
 * @Description: 西藏统计局页面样式
 * @Company: TRS
 * @date: 2019\9\24 12:02
 * @LastEditors: mjy
*/
.pt6 {
  padding-top: 6px;
}
.pr0 {
  padding-right: 0;
}
.pb48 {
  padding-bottom: 48px;
}
.mt2 {
  margin-top: 2px;
}
.ml2 {
  margin-left: 2px;
}
.ml50 {
  margin-left: 50px;
}
.mt72 {
  margin-top: 72px;
}
.ml203 {
  margin-left: 203px;
}
.ml5 {
  margin-left: 5px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml60 {
  margin-left: 60px;
}
.ml67 {
  margin-left: 67px;
}
.ml93 {
  margin-left: 93px;
}
.mr0 {
  margin-right: 0;
}
.mr8 {
  margin-right: 8px;
}
.mr10 {
  margin-right: 10px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr18 {
  margin-right: 18px;
}
.mr34 {
  margin-right: 34px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb18 {
  margin-bottom: 12px;
}
.mb22 {
  margin-bottom: 22px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt50 {
  margin-top: 50px;
}
.w-container {
  width: 1200px;
  margin: 0 auto;
}
.position {
  width: 100%;
  padding: 20px 0 21px 0;
  height: 18px;
  color: #878787;
  font-size: 14px;
  line-height: 18px;
}
.position img {
  display: inline-block;
  margin: 0px 10px 0 0;
  width: 14px;
  height: 18px;
}
.position a {
  display: inline-block;
  color: #878787;
}
.position a:hover {
  color: #1e84cb;
}
.position span {
  display: inline-block;
}
.position span.arrow {
  margin: 0 4px;
}
/*左侧导航栏开始*/
.news-left {
  width: 200px;
  box-shadow: 0px 2px 4px 1px #f1f1f1;
}
.news-left-tit {
  height: 54px;
  line-height: 54px;
  padding-bottom: 6px;
  background: url(bg1.png);
}
.news-left-tit a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.news-left-tit:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.news-left-ul li {
  height: 50px;
  width: 100%;
  background: url(bg2.png) bottom center no-repeat;
  position: relative;
}
.news-left-ul li a {
  display: block;
  line-height: 50px;
  padding-left: 17px;
  border-left: 4px solid #fff;
  color: #666666;
  font-size: 14px;
}
.news-left-ul li a.cur,
.news-left-ul li a:hover {
  border-left: 4px solid #2685ce;
  background: #fbfbfb;
  color: #2a93d8;
}
.news-left-ul li i {
  width: 5px;
  height: 9px;
  background: url(icon1.png);
  position: absolute;
  top: 18px;
  right: 12px;
}
/*左侧导航栏结束*/
/*翻页*/
.yydh-page {
  text-align: center;
  padding: 32px 0;
}
a.yydh-pages {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #415569;
  font-size: 14px;
  line-height: 28px;
  border-radius: 3px;
  margin-right: 10px;
}
.yydh-page > .cur,
a.yydh-pages:hover {
  background: #1e84cb;
  color: #fff;
  border: 1px solid #1e84cb;
}
span.yydh-pages {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.yydh-num1 {
  padding: 0 4px;
  width: 40px;
  height: 28px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  line-height: 26px;
  text-align: center;
  margin: 0 9px;
}
a.yydh-pages1 {
  width: 36px;
}
a.go {
  color: #b9bfc5;
  background-color: #f7f9f9;
}
/*图片新闻开始*/
.tpxw-content {
  padding: 10px 20px 0 22px;
  overflow: hidden;
}
.news-right-tit {
  width: 100%;
  height: 33px;
  border-bottom: 1px solid #e2e2e2;
}
.news-right-tit a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding-bottom: 4px;
  border-bottom: 2px solid #1e84cb;
  font-size: 20px;
  font-weight: bold;
  color: #1e84cb;
}
.img-groups-ul {
  margin-right: -30px;
}
.img-groups-ul li {
  float: left;
  height: 284px;
}
.img-groups-ul li a {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
}
.img-groups-ul li a img {
  width: 300px;
  height: 164px;
  margin-bottom: 16px;
}
.img-groups-ul li a p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  max-height: 48px;
  overflow: hidden;
}
.img-groups-ul li a p.time {
  color: #999;
  font-size: 12px;
  line-height: 25px;
}
.img-groups-ul li a:hover p {
  color: #1e84cb;
}
.img-groups-ul li a:hover p.time {
  color: #999;
}
.img-groups-ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.tpxw-content .yydh-page {
  margin-top: -20px;
}
/*图片新闻结束*/
/*网站地图开始*/
.dt-main {
  padding-bottom: 25px;
}
.dt-title {
  width: 100%;
  height: 25px;
  border-bottom: 2px solid #e5e9ee;
}
.dt-title a {
  display: inline-block;
  width: 109px;
  height: 100%;
  text-align: center;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #1e84cb;
  position: relative;
  top: 12px;
  left: 30px;
}
.dt-list {
  padding: 40px 17px 0px 23px;
}
.dt-list a {
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  color: #333;
  margin-right: 20px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dt-list a:hover {
  background: #4c91d6;
  color: #fff;
}
/*网站地图结束*/
/*细览开始*/
.xl-main {
  padding-top: 45px;
}
.news-right {
  width: 980px;
  border: 1px solid #e8ebf0;
}
.xl-content2 {
  padding: 20px;
}
.xl-content1 .xl-title {
  margin-bottom: 40px;
}
.xl-title {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  text-align: center;
  padding: 0 10px;
}
.xl-detail-tit {
  padding: 0 30px;
  height: 50px;
  background-color: #e5e9ee;
  line-height: 50px;
}
.xl-content2 .xl-detail-tit {
  text-align: center;
}
.xl-detail-tit span {
  font-size: 14px;
  color: #666;
}
.yydh-xl-share {
  text-align: left;
  line-height: 50px;
}
.yydh-xl-share > a {
  width: 48px;
  /*height: 28px;*/
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.yydh-time {
  line-height: 50px;
  vertical-align: middle;
  font-size: 14px;
  color: #787d82;
  margin-left: 20px;
}
.yydh-xl-sharefenx {
  margin-right: 10px;
}
.yydh-xl-share > a:hover img {
  width: 101%;
  height: 101%;
}
.yydh-xl-smlfont {
  display: inline-block;
  height: 20px;
  width: 120px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background-color: #fff;
  line-height: 20px;
}
.yydh-xl-smlfont span.tt1 {
  font-size: 12px;
  color: #6a6a6a;
  line-height: 20px;
  margin-left: 16px;
  cursor: pointer;
  vertical-align: middle;
}
.yydh-xl-smlfont span:hover {
  color: #3354a2;
}
.yydh-xl-smlfont span.yydh-cur {
  color: #3354a2;
}
.yydh-xl-smlfont img {
  vertical-align: middle;
  margin-left: 2px;
}
.yydh-xl-articlecont {
  font-size: 16px;
  color: #2f3842;
  text-align: center;
  padding: 0 10px;
}
.yydh-xl-articlecont p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: justify;
  margin-top: 28px;
}
.article-bar {
  text-align: right;
}
.article-bar a:hover {
  font-weight: bold;
}
.xl-link {
  margin-top: 80px;
}
.xl-link-t {
  height: 29px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 12px;
}
.xl-link-t a {
  display: inline-block;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 0 6px 10px;
  border-bottom: 2px solid #2b87c4;
}
.xl-link-l {
  padding: 30px 20px 0;
}
.xl-link-l li {
  height: 36px;
}
.xl-link-l li a {
  padding-left: 14px;
  background: url(icon2.png) left center no-repeat;
  display: inline-block;
  color: #333333;
  font-size: 14px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xl-link-l li a:hover {
  font-weight: bold;
}
.xl-link-l li span {
  float: right;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
/*细览结束*/
/*信件详情开始*/
.xhy-cd {
  position: relative;
  height: 797px;
  height: auto;
  margin: 0px 20px 50px;
  background-size: 100% auto;
}
.xhy-cd-p {
  width: 1158px;
  border: 1px solid #ecf1e5;
  background-color: #f6fbff;
  height: 66px;
  line-height: 66px;
  font-size: 32px;
  font-weight: bold;
  color: #444444;
  text-align: center;
  margin: 19px 0 28px;
}
.xhy-cd-table {
  border: 1px solid #e1f0fa;
  border-collapse: collapse;
  width: 1158px;
  margin: 0 auto 40px auto;
}
.xhy-cd-table tr {
  border: 1px solid #e1f0fa;
  height: 50px;
}
.xhy-cd-table td {
  border: 1px solid #e1f0fa;
}
.xhy-t-bg {
  background: #f6fbff;
  width: 170px;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  text-align: center;
}
.xhy-t-bg1 {
  width: 160px;
}
.xhy-ttr-h1 td {
  height: 210px;
}
.xhy-t-c {
  width: 420px;
  font-size: 16px;
  color: #444444;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.xhy-t-line {
  line-height: 35px;
  padding: 40px 30px;
}
.xhy-df {
  margin-top: 0px;
}
.xhy-footer {
  margin-top: -40px;
}
/*信件详情结束*/
/*信息公开开始*/
.info-public {
  margin-bottom: 20px;
}
.info-public-tit {
  padding-left: 40px;
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #e8ebf0;
  color: #38404a;
  font-size: 16px;
  font-weight: bold;
}
.info-public-ul {
  padding-left: 40px;
  height: 40px;
  border-bottom: 1px solid #e8ebf0;
  background: #f7f9f9;
}
.info-public-ul li {
  float: left;
  font-size: 12px;
  color: #969ea6;
  line-height: 40px;
}
.info-content-li1 {
  width: 225px;
}
.info-content-li2 {
  width: 535px;
}
.info-content-li3 {
  width: 158px;
  text-align: center;
}
.info-public-content-ul {
  padding-left: 40px;
  border-bottom: 1px solid #e8ebf0;
}
.info-public-content-ul li {
  float: left;
  font-size: 12px;
  color: #999;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-public-content-ul li a {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 14px;
}
.info-public-content-ul li a:hover {
  color: #1e84cb;
}
.info-public-content-ul {
  position: relative;
}
.info-block {
  display: none;
  position: absolute;
  top: 41px;
  width: 898px;
  padding-top: 19px;
  height: 79px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  z-index: 999;
  left: 20px;
}
.info-block li {
  line-height: 30px;
  height: 30px;
}
.articleinfo li span {
  font-size: 14px;
  line-height: 30px;
  color: #8c8c8c;
}
.articleinfo li span.yydh-blue {
  color: #1e84cb;
}
.articleinfo li.w330 {
  width: 330px;
  padding-left: 55px;
}
.articleinfo li.w246 {
  width: 246px;
}
/*信息公开结束*/
/*信息公开细览开始*/
.info-public-detail {
  width: 1198px;
  margin: 0 auto;
  height: 315px;
  background-color: #f5f8fc;
  border-bottom: 1px solid #e6eef5;
  border-top: 1px solid #e3ebf3;
}
.info-public-detail-ul {
  width: 1089px;
  padding: 24px 0 0 30px;
  height: 81px;
  background-color: #fff;
  border: 1px solid #e3ebf3;
  margin: 42px 0 0 40px;
}
.info-public-detail-ul li {
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.info-public-detail-ul .detail-li1 {
  width: 367px;
}
.info-public-detail-ul .detail-li2 {
  width: 375px;
}
.info-public-detail-ul .detail-li3 {
  width: 347px;
}
.info-public-detail .title {
  font-size: 32px;
  text-align: center;
  font-weight: 800;
  line-height: 34px;
  color: #444;
  margin-top: 58px;
}
.author-info {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #aaa;
  height: 24px;
}
.author-info a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
.detail-wen {
  padding: 0 20px 40px;
}
.detail-wen p {
  padding-top: 30px;
  color: #444;
  font-size: 16px;
  line-height: 34px;
}
/*信息公开细览结束*/
/*政务公开开始*/
.zw-public-content {
  margin-bottom: 20px;
}
.zw-left-tit {
  width: 280px;
  padding: 4px 0 0 20px;
  height: 66px;
  background-color: #1e84cb;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 66px;
  position: relative;
}
.zw-left-tit1 {
  display: block;
}
.zw-left-tit p {
  position: absolute;
  top: 15px;
  font-size: 38px;
  opacity: 0.1;
  -moz-opacity: 0.1;
  filter: alpha(opacity=10);
}
.zw-left-list {
  width: 279px;
  padding: 0 9px 0 10px;
  border: 1px solid #e5e9ee;
  border-top: none;
}
.zw-left-list-li {
  display: block;
  padding-left: 25px;
  width: 254px;
  border-bottom: 1px solid #e0e0e0;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  background: url(../images/icon32.png) no-repeat 95% center;
}
.zw-left-list-li:hover {
  color: #1e84cb;
}
.zw-intro {
  display: block;
  background-color: #1e84cb;
  width: 255px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 10px 0 0 10px;
}
.zw-intro:hover {
  font-weight: 800;
}
.zw-intro-bg {
  background-color: #5abdba;
  margin: 5px 0 0 10px;
}
.zw-intro-bg1 {
  background-color: #5a9cbd;
  margin: 5px 0 14px 10px;
}
.zw-zc {
  border: 1px solid #e5e9ee;
  width: 428px;
  height: 406px;
}
.zw-zc-tit {
  width: 100%;
  height: 57px;
  border-bottom: 1px solid #e5e9ee;
}
.zw-zc-tit a {
  display: inline-block;
  line-height: 57px;
  font-size: 20px;
  font-weight: 800;
  color: #1e84cb;
  border-bottom: 2px solid #1e84cb;
  margin-left: 10px;
  padding: 0 10px;
}
.zw-zc-ul {
  padding: 16px 19px 12px 15px;
}
.zw-zc-ul a {
  display: inline-block;
  max-width: 268px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 40px;
  color: #444;
  padding-left: 11px;
  background: url(../images/icon33.png) no-repeat left center;
}
.zw-zc-ul a:hover {
  color: #1e84cb;
  background: url(../images/icon34.png) no-repeat left center;
}
.zw-zc-ul li span {
  font-size: 14px;
  line-height: 40px;
  color: #999;
}
.zw-right-bottom {
  padding: 30px 0 0 94px;
  height: 158px;
  width: 784px;
  border: 1px solid #e5e9ee;
}
.zw-right-bottom li {
  float: left;
}
.zw-right-bottom li a {
  display: inline-block;
  padding-top: 100px;
  width: 149px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  color: #444;
}
.zw-right-bottom li a.li_a1 {
  background: url(../images/icon35.png) no-repeat top center;
}
.zw-right-bottom li a.li_a1:hover {
  background: url(../images/icon35O.png) no-repeat center 2px;
  color: #1e84cb;
}
.zw-right-bottom li a.li_a2 {
  background: url(../images/icon39O.png) no-repeat top center;
}
.zw-right-bottom li a.li_a2:hover {
  background: url(../images/icon39.png) no-repeat center 2px;
  color: #1e84cb;
}
.zw-right-bottom li a.li_a3 {
  background: url(../images/icon36.png) no-repeat top center;
}
.zw-right-bottom li a.li_a3:hover {
  background: url(../images/icon36O.png) no-repeat center 2px;
  color: #1e84cb;
}
.zw-right-bottom li a.li_a4 {
  background: url(../images/icon37.png) no-repeat top center;
}
.zw-right-bottom li a.li_a4:hover {
  background: url(../images/icon37O.png) no-repeat center 2px;
  color: #1e84cb;
}
.zw-right-bottom li a.li_a5 {
  background: url(../images/icon38.png) no-repeat top center;
}
.zw-right-bottom li a.li_a5:hover {
  background: url(../images/icon38O.png) no-repeat center 2px;
  color: #1e84cb;
}
/*政务公开结束*/

/*
 * @Description: 西藏统计局页面样式
 * @Company: TRS
 * @date: 2019\9\26 11:02
 * @LastEditors: jsj
*/
/*互动交流页面*/
.jxj-cont {
  height: 34px;
  line-height: 34px;
  padding-left: 21px;
  font-size: 14px;
  color: #333;
}
.jxj-cont span.red-word {
  color: #d34d1c;
}
.mzj-hd-left-post {
  border: 1px solid #e5e9ee;
  padding: 17px 19px 25px;
}
.hd-xx-tit {
  width: 840px;
  height: 45px;
  border-bottom: 1px solid #1e84cb;
}
.hd-xx-tit .post-username {
  margin: 0 20px 8px 40px;
  background: #fff url(icon27o.png) no-repeat 13px center;
  width: 103px;
  border: 1px solid #ededed;
  padding-left: 43px;
  padding-right: 10px;
}
.hd-xx-tit .post-usercode {
  margin-bottom: 8px;
  background: #fff url(icon28o.png) no-repeat 13px center;
  width: 103px;
  border: 1px solid #ededed;
  padding-left: 43px;
  padding-right: 10px;
}
.hd-xx-tit .post-username input,
.hd-xx-tit .post-usercode input {
  height: 34px;
  line-height: 34px;
  width: 100px;
}
.post-button1:hover {
  background-color: #7c7b7b;
  color: #fff;
}
.post-button1 {
  width: 100px;
  height: 34px;
  line-height: 34px;
  background-color: #fdfdfd;
  border: 1px solid #ededed;
  margin-left: 10px;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.post-button1 :hover {
  font-weight: bold;
}
.righttit-left a {
  display: inline-block;
  width: 125px;
  height: 45px;
  line-height: 45px;
  background-color: #2A93D8;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.hd-xiexin {
  line-height: 42px;
}
.hd-xiexin a {
  margin-top: 2px;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
}
.hd-xiexin a.bg1 {
  background-color: #e77576;
  margin-right: 10px;
}
.hd-xiexin a.bg2 {
  background-color: #86a1d3;
}
.hd-xiexin a:hover {
  font-weight: bold;
}
.xx-list {
  margin-top: 11px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #e5e5e5;
}
.xx-list .w586 {
  padding-left: 16px;
  width: 570px;
}
.xx-list .w67 {
  width: 67px;
  text-align: center;
}
.xx-list .w94 {
  width: 94px;
  text-align: center;
}
.xx-list-t {
  width: 100%;
  background-color: #edf3f8;
  height: 35px;
}
.xx-list-t li {
  float: left;
  color: #000;
  font-size: 14px;
  line-height: 35px;
}
.xx-list-l li {
  float: left;
  line-height: 40px;
  color: #666;
  font-size: 14px;
}
.xx-list-l li a {
  max-width: 500px;
  color: #333;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xx-list-l li a:hover {
  color: #2A93D8;
}
span.one {
  margin: 0 10px 0 19px;
}
a.fanye {
  width: 58px;
}
a.commit {
  width: 58px;
  border: 1px solid #2A93D8;
  background-color: #2A93D8;
  font-size: 14px;
  color: #fff;
}
a.commit :hover {
  font-weight: 800;
}
span.shuzi {
  display: inline-block;
  width: 20px;
  text-align: center;
  color: #ec3233;
}
.zjj-hd-wj a {
  display: inline-block;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.zjj-hd-wj a:hover {
  color: #2A93D8;
}
.zjj-hd-wj span {
  color: #666;
  line-height: 40px;
  font-size: 13px;
}
.zjj-hd-myzj {
  width: 300px;
}
.zjj-hd-myzj .zjj-hd-myzj-tit {
  padding-left: 50px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: url(icon26o.png) no-repeat 20px center;
  background-color: #2A93D8;
}
.zjj-hd-myzj-block {
  border: 1px solid #e4e9ef;
  border-top: none;
  padding: 13px 20px 22px 12px;
}
.zjj-hd-myzj-block a {
  display: block;
  line-height: 30px;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.zjj-hd-myzj-block a span {
  color: #e11f3f;
}
.zjj-hd-myzj-block a:hover {
  color: #2A93D8;
}
.pt6 {
  padding-top: 6px;
}
.ml17 {
  margin-left: 17px;
}
.ml20 {
  margin-left: 20px;
}
.ml23 {
  margin-left: 23px;
}
