
.ie7 .about{
    margin: 2px 0 3px 0px;
}
.ie8 .about{
    margin: 2px 0 13px 0px;
}
.ie9 .about{
    margin: 2px 0 13px 0px;
}
.ie10 .about{
    margin: 2px 0 13px 0px;
}
.ie11 .about{
    margin: 2px 0 13px 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .about{
        margin: 2px 0 3px 0px;
    }
}
@-moz-document url-prefix() {
    .about{
        margin: 2px 0 3px 0px;
    }
}
.about{
    border: 0px solid #0748a9;
    overflow: hidden;
    border:0px solid blue;
    overflow: hidden;
    position: relative;

}

.newsCenter_ul li a,.zzgg_ul li a{
    color: #1974e3;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.newsCenter_ul li a:hover,.zzgg_ul li a:hover{
    color:blue;
    font-size: 15px;
}
.newsCenter_ul li.on,.zzgg_ul li.on {
    border-bottom: 2px solid blue;
    color: blue;
    font-size: 15px;
}
.panel{
    +height:100%;
    + padding-bottom:30px;
}
.page_01 .pagination{
    +margin-left: 450px;
    +height: 50px;
}
.icon-node-start-s{
    +margin-left:120px;
    +margin-top:-20px;
}
.td-width2{
    border-top: 1px solid #ddd;
}
/* 2019-5-30 */
.side-pannel {
  position: fixed;
  width: 50px;
  bottom: 150px;
  right: 20px;
  z-index: 1000;
}
.side-bar > a:hover {
  background: #2db5a3;

}
.side-bar .dh:hover {
  background: #2db5a3;
  margin-top: -10px;
}
.side-bar .dh_a:hover {
  background: #2db5a3;
}
.side-bar > a {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
  float: left;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.f_top {
  display: block !important;
  font-size: 24px !important;
  color: #fff !important;
  line-height: 50px !important;
}
.side-bar .dh {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
  display: block;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.side-bar .dh_a {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
  display: block;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.side-bar .dh .hide {
  width: 166px;
  position: absolute;
  left: -166px;
  top: -35px;
}
.side-bar .dh_a .hide {
  width: 166px;
  position: absolute;
  left: -166px;
  top: -35px;
}
.side-bar .dh .hied_con {
  width: 150px;
  background: #222;
  border-radius: 4px;
  color: #000;
  padding: 5px 0 15px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease-in-out;
  display: none;
}
.side-bar .dh_a .hied_cona {
  width: 150px;
  background: #222;
  border-radius: 4px;
  color: #fff;
  padding: 5px 0 15px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease-in-out;
  display: none;
}
.side-bar .dh .hide dl {
  width: 110px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  line-height: 22px;
  font-size: 12px;
  margin-top: 10px;
}
.side-bar .dh_a .hide dl {
  width: 110px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  line-height: 22px;
  font-size: 12px;
  margin-top: 10px;
}
.side-bar .dh .hide dl dt a {
  color: #fff;
  font-weight: bold;
}
.side-bar .dh_a .hide dl dt a {
  color: #fff;
  font-weight: bold;
}
.side-bar .dh .hied_con:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  right: 11px;
  top: 58px;
  transform: rotate(45deg);
}
.side-bar .dh_a .hied_cona:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  right: 11px;
  top: 58px;
  transform: rotate(45deg);
}