@charset "utf-8";
/* 样式重置 */
html, body, ul, li, ol, img, a, p, div, h1, h2, h3, h4, h5, h6, dl, dd, dt {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 14px;
}

body {
  font-family: "微软雅黑";
}

a,
a:hover {
  color: #666;
  text-decoration: none;
}

a {
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

ul, ol {
  list-style: none;
}

input {
  border: none;
  border: 1px solid #ccc;
  outline: none;
}

img {
  display: block;
  border: 0 none;
}

.scale2 img,
.scale img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.scale img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.scale2 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes nav-box {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0px);
            transform: translate(-30px, 0px);
  }
}

@keyframes nav-box {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0px);
            transform: translate(-30px, 0px);
  }
}

@-webkit-keyframes nav-lianjie {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0px);
            transform: translate(30px, 0px);
  }
}

@keyframes nav-lianjie {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0px);
            transform: translate(30px, 0px);
  }
}

@-webkit-keyframes uptodown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
  }
}

@keyframes uptodown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
  }
}

/* 添加新的样式 */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0px;
  clear: both;
  visibility: hidden;
}

.areaheart {
  width: 1200px;
  margin: 0 auto;
}

.sheng {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.cb {
  clear: both;
}

body {
  background-color: #f2f2f2;
}

.top {
  position: relative;
  height: 180px;
  width: 100%;
  overflow: hidden;
}

.top .areaheart {
  height: 100%;
  background: url(../img/bg_top.png) no-repeat center;
}

.search {
  float: right;
  position: relative;
  height: 34px;
  width: 180px;
  border-radius: 34px;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #0b6cb8;
}

.search input {
  position: absolute;
  top: 0;
  border: 0 none;
  outline: none;
  padding: 0;
}

.search .ipt_txt {
  left: 0;
  width: 140px;
  height: 34px;
  line-height: 34px;
  background: transparent;
  text-indent: 10px;
  color: #333;
}

.ipt_txt::-webkit-input-placeholder {
  color: #0b6cb8;
}

.search .ipt_sub {
  right: 0;
  width: 42px;
  height: 34px;
  cursor: pointer;
  text-indent: -999em;
  background: url(../img/icon_search.png) no-repeat center;
  background-color: transparent;
}

.logo {
  margin-left: 30px;
  margin-top: 48px;
}

.logo_rgt {
  margin-top: 70px;
  margin-right: 30px;
}

.nav {
  height: 40px;
  line-height: 40px;
  background: #0b6cb8;
}

.nav li {
  float: left;
  width: 10%;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 9999;
}

.nav li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 25px;
  background-color: #7cadd3;
}

.nav li:nth-child(1)::after {
  display: none;
}

.nav li a {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.nav li a:hover,
.nav li.hot a {
  color: #fff;
  background: #7cadd3;
}

.nav li dl {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background: #7cadd3;
  font-size: 16px;
  display: none;
}

.nav li dl dd {
  height: 36px;
  line-height: 36px;
  border-top: 1px solid #3DA1F9;
}

.nav li dl dd a {
  color: #fff;
  font-size: 16px;
}

.nav li dl dd a:hover {
  color: #0b6cb8;
}

.main {
  min-height: 500px;
}

.title {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #16588b;
}

.title .icon {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.title h2 {
  float: left;
  font-size: 18px;
  color: #333;
}

.title a {
  float: right;
  color: #999;
}

.title a:hover {
  color: #0b6cb8;
}

.news_wrap li {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px dashed #dadada;
  background: url(../img/icon05.png) no-repeat left center;
}

.news_wrap li p {
  float: left;
  width: 80%;
  padding-left: 4%;
  color: #333;    transition: all .5s;
}

.news_wrap li p:hover {
  color: #0b6cb8;
}

.news_wrap li span {
  float: right;
  width: 16%;
  text-align: right;
  color: #999;
}

.part01 {
  background-color: #fff;
  padding: 10px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.part01 .pic_news {
  float: left;
  width: 33%;
}

.part01 .news {
  float: left;
  width: 31.5%;
  margin: 0 2%;
}

.part01 .notice {
  float: left;
  width: 31.5%;
}

.part01 .content_wrap {
  margin-top: 0px;
}

.part01 .content_wrap .content {
  font-size: 14px;
  color: #333;
  line-height: 34px;
  padding: 5px 0;
}

.slideBox {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  max-width: 560px;
  /* 设置焦点图最大宽度 */
}

.slideBox .hd {
  position: absolute;
  height: 15px;
  line-height: 15px;
  bottom: 45px;
  right: 10px;
  z-index: 1;
}

.slideBox .hd li {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  text-align: center;
  background: #9da5b9;
  color: #555555;
  overflow: hidden;
  margin: 0 6px;
}

.slideBox .hd li.on {
  background: #971b0f;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  z-index: 0;
}

.slideBox .bd li {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}

.slideBox .bd li img {
  vertical-align: top;
  width: 100%;
}

.slideBox .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
  display: block;
  width: 96%;
  position: absolute;
  bottom: 0;
  padding: 0 2%;
  height: 40px;
  line-height: 40px;
  background: #f3f6f8;
  color: #555;
  text-align: left;
}

.part02 {
  background-color: #fff;
  padding: 0 10px;
}

.part02 .active ul li {
  width: 24%;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #f3f6f8;
  overflow: hidden;
}

.part02 .active ul li a p {
  width: 96%;
  padding: 0 2%;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #555;
  font-size: 13px;
}
.part02 .active ul li a p:hover{
  color: #0b6cb8;
}
.foot {
  background: #0b6cb8;
  margin-top: 20px;
  border-bottom: 1px solid #247bbf;
}

.foot .foot_lf {
  width: 28%;
  float: left;
  margin-top: 20px;
}

.foot .foot_mid {
  width: 50%;
  float: left;
  padding: 10px 0;
  position: relative;
}

.foot .foot_mid::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #247bbf;
  position: absolute;
  left: 0;
  top: 24px;
}

.foot .foot_mid::after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #247bbf;
  position: absolute;
  right: 0;
  top: 24px;
}

.foot .foot_mid li {
  float: left;
  width: 40%;
  margin-left: 10%;
  line-height: 30px;
}

.foot .foot_mid li a {
  color: #fff;
}

.foot .foot_mid li a:hover {
  color: #009fe8;
}

.foot .foot_rgt {
  float: right;
  width: 22%;
  margin-top: 15px;
}

.foot .foot_rgt .img_box {
  width: 70px;
  height: 70px;
  float: left;
  margin: 5px 11px 0 85px;
}

.foot .foot_rgt .ewm_txt {
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}

.bq {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 0;
  background: #0b6cb8;
  border-top: 1px solid #085ea0;
}

.place {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #dfdfdf;
}

.place p {
  color: #666;
  padding-left: 38px;
  float: left;
  border-bottom: 1px solid #e9ae0f;
  background: url(../img/icon06.png) no-repeat left center;
}

.place p a {
  color: #666;
}

.place p a:hover {
  color: #0b6cb8;
}

.main_wrap {
  padding: 0 10px;
  background-color: #fff;
  position: relative;
}

.main_wrap .side_nav {
  position: absolute;
  left: 10px;
  top: 36px;
  width: 260px;
}

.main_wrap .side_nav h2 {
  height: 60px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 50px;
  background: url(../img/bg_nav.png) no-repeat center;
}

.main_wrap .side_nav ul.side_row li {
  height: 45px;
  line-height: 45px;
  margin-bottom: 5px;
  text-align: center;
  background-color: #e2e9f0;
}

.main_wrap .side_nav ul.side_row li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  background: url(../img/icon07.png) no-repeat 92% center;
}

.main_wrap .side_nav ul.side_row li a:hover {
  color: #0b6cb8;
}

.main_wrap .side_nav ul.side_row .on a {
  color: #0b6cb8;
  font-weight: bold;
}

.main_wrap .side_nav .side_list {
  padding-bottom: 110px;
  background: url(../img/bg_side.png) no-repeat bottom center;
  background-color: #e2e9f0;
}

.main_wrap .side_nav .side_list .side_title {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #bec7d0;
}

.main_wrap .side_nav .side_list .side_title h3 {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  width: 90px;
  text-align: center;
  border-bottom: 2px solid #0b6cb8;
}

.main_wrap .side_nav .side_list .side_list_box {
  padding: 15px;
}

.main_wrap .side_nav .side_list .side_list_box ul li {
  line-height: 24px;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 10px;
  background: url(../img/icon08.png) no-repeat left 7px;
}

.main_wrap .side_nav .side_list .side_list_box ul li a {
  color: #666;
}

.main_wrap .side_nav .side_list .side_list_box ul li a:hover {
  color: #0b6cb8;
}
.danpian{padding: 0 25px 0 14px;}
.main_wrap .side_cont .danpian .dp{ width: 100%;    /*overflow: scroll;*/ }
.main_wrap .side_cont .danpian .dp::-webkit-scrollbar {
    display: none;
}
.main_wrap .side_cont .danpian .dp span,
.main_wrap .side_cont .danpian .dp p{

    font-family: "微软雅黑" !important;
    line-height: 1.8 !important;
    color: #333 !important;
}




.main_wrap .side_cont {
  padding-left: 280px;
  min-height: 520px;
}
.main_wrap .side_cont img{  max-width: 100% !important; margin: 0 auto; }
.main_wrap .side_cont table{ 
    max-width: 700px !important;
}
.main_wrap .side_cont .danpian .titles {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

.main_wrap .side_cont .danpian h2 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  line-height: 32px;
}

.main_wrap .side_cont .danpian .article_info {
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}

.main_wrap .side_cont .danpian .article_info span {
  margin: 0 10px;
}

.main_wrap .side_cont .danpian .dp {
  color: #666;
  line-height: 26px;
  font-size: 14px;
  text-align: justify;
}

.fy {
  font-size: 14px;
  padding: 10px 0;
  padding-bottom: 30px;
  margin-top: 20px;
}

.fy p {
  line-height: 30px;
  color: #555;
}

.fy p a {
  color: #555;
}

.fy p a:hover {
  padding-left: 1px;
  color: #0b6cb8;
}

.article_list ul li {
  padding: 10px 0;
  padding-left: 20px;
  border-bottom: 1px dashed #ccc;
  background: url(../img/icon05.png) no-repeat left 22px;
}

.article_list ul li .title_wrap {
  line-height: 30px;
}

.article_list ul li .title_wrap p {
  width: 80%;
  float: left;
  font-size: 14px;
  color: #0b6cb8;transition: all .5s;
}

.article_list ul li .title_wrap p:hover {
  font-weight: bold;
}

.article_list ul li .title_wrap span {
  float: right;
  width: 20%;
  text-align: right;
  color: #999;transition: all .5s;
}

.article_list ul li .jj {
  clear: both;
  font-size: 12px;
  color: #888;
  line-height: 24px;
  text-align: justify;transition: all .5s;
}

.article_list ul li .jj:hover {
  color: #0b6cb8;
}

.article_list .page {
  padding: 30px 0;
  text-align: center;
}

.article_list .page img {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */