@charset "utf-8";

html,
body {
  
  height: 100%;
  background: #e8e8e8;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

ul,
li,
h1,
h2,
h3,
a,
img,
p {
  font-family: "微软雅黑";
  font-size: 100%;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style-type: none;
  font-weight: normal;
}

body {
  font-family: "微软雅黑";
  color: #2b2b2b;
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.con_bg {
  background: #ffffff;
}

.no-border {
  border: none !important;
}

.header {
  position: relative;
  height: 60px;
  background: #2868b8;
}

.header .logo {
  display: block;
  width: calc(100% - 120px);
  height: 60px;
  margin-left: 10px;
  max-width: 320px;
  float: left;
}

.header .logo img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.header .search {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1000;
  display: block;
  width: 2.25rem;
  height: 60px;
  text-indent: -9999em;
  background: url(../images/search_but1.png) center right no-repeat;
  background-size: 60%;
}

.header .search span {
  display: none;
}

.header .back {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  background: url(../images/icon-back.png) no-repeat center center;
  background-size: 12px 20px;
}

.search_con {
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  right: -0px;
  z-index: 9999;
  background: #183a80;
  text-align: left;
  padding: 15px 0px;
  top: 100%;
  text-align: center;
}

.search_but {
  position: relative;
  display: block;
}

.search_con input {
  vertical-align: top;
}

.search_con .input1 {
  border: 1px solid #ffffff;
  width: 90%;
  margin: 0 auto;
  border-radius: 5px;
  background: #ffffff;
  position: relative;
}

.search_con .text {
  width: 82%;
  border: none;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 40px;
  background: #ffffff;
  color: #333333;
  outline: none;
}

.search_con .sub {
  height: 20px;
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0 5px;
}

.nav {
  position: relative;
  z-index: 999;
  padding: 15px 10px;
  background: #ffffff;
}

.nav .nav-list {
  width: 90%;
  display: flex;
}

.nav .nav-list li {
  float: left;
  width: 25%;
}

.nav .nav-list li a {
  font-size: 16px;
  color: #333333;
  text-align: center;
}


.slideBox {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  
}

.slideBox .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  height: 28px;
  line-height: 28px;
  z-index: 1;
  text-align: center;
}

.slideBox .hd li {
  display: inline-block;
  width: 9px;
  height: 9px;
  text-indent: 9999px;
  margin: 0 5px;
  background: url(../images/ban-hdli1.png) center no-repeat;
  background-size: 100% 100%;
}

.slideBox .hd li.on {
  background: url(../images/ban-hdli2.png) center no-repeat;
  background-size: 100% 100%;
}

.slideBox .bd {
  position: relative;
  z-index: 0;
}

.slideBox .bd li {
  position: relative;
}

.slideBox .bd li img {
  background: url(../images/loading.gif) center center no-repeat;
  vertical-align: top;
  width: 100%;
  
}

.slideBox .bd li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  line-height: 35px;
  width: 100%;
  background: url(../../images/banner-tit-bg.png) bottom;
}

.slideBox .bd li .text p {
  color: #ffffff;
  padding: 0 40px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slideBox .pageState {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #ffffff;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
}

.slideBox .pageState span {
  font-size: 14px;
  font-weight: normal;
}

.index-tit {
  padding-bottom: 25px;
}

.index-tit .cn {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2868b8;
  padding-bottom: 10px;
  line-height: 20px;
}

.index-tit .line {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  margin: 0 3px;
}

.index-tit .en {
  line-height: 20px;
  color: #666666;
  font-size: 13px;
}

.index-more {
  line-height: 20px;
  float: right;
  font-size: 14px;color:#666;
}

.index-more a {
  color: #808080;
}

.jykx {
  padding: 30px 10px;
}

.jykx .jykx-list ul.pic-list {
  overflow: hidden;
  margin: 0 -10px;
}

.jykx .jykx-list ul.pic-list li {
  width: 50%;
  float: left;
  overflow: hidden;
}

.jykx .jykx-list ul.pic-list li a {
  display: block;
  margin: 0 10px;
  border-bottom: 1px solid #2868b8;
  background: #f5f5f5;
}

.jykx .jykx-list ul.pic-list li a .pic {
  position: relative;
}

.jykx .jykx-list ul.pic-list li a .pic img {
  width: 100%;
}

.jykx .jykx-list ul.pic-list li a .text {
  margin: 15px 12px;
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jykx .jykx-list ul.pic-list li a .date {
  margin: 15px 12px;
  font-size: 13px;
  color: #2868b8;
}

.jykx .jykx-list ul.pic-list li a .date em {
  background: url(../images/date1.png) left center no-repeat;
  margin-right: 12px;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  float: left;
}

.jykx .jykx-list ul.tit-list li {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.jykx .jykx-list ul.tit-list li a {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 100%;
}

.jykx .jykx-list ul.tit-list li a i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: url(../images/li-ico1.png) left center no-repeat;
  background-size: 100% 100%;
}

.jykx .jykx-list ul.tit-list li a .tit {
  float: left;
  margin-left: 15px;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jykx .jykx-list ul.tit-list li a .tit em {
  display: inline-block;
  margin-left: 5px;
  width: 24px;
  height: 12px;
  background: url(../images/news-tit.png) no-repeat;
  background-size: 100% 100%;
}

.jykx .jykx-list ul.tit-list li a .date {
  font-size: 13px;
  color: #808080;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}

.tzgg {
  padding: 30px 10px;
  margin-top: 10px;
}

.tzgg-list ul li {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}

.tzgg-list ul li .date {
  width: 60px;
  height: 60px;
  background: url(../images/tzgg-date.png) no-repeat;
  background-size: 100% 100%;
  color: #2868b8;
  text-align: center;
  float: left;
}

.tzgg-list ul li .date .ri {
  font-size: 15px;
  margin-top: 14px;
}

.tzgg-list ul li .date .ny {
  font-size: 12px;
}

.tzgg-list ul li .tit {
  width: calc(100% - 85px);
  font-size: 15px;
  padding-right: 10px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xyzp {
  margin-top: 10px;
  padding: 30px 10px;
}

.xyzp-list .pic {
  float: left;
  width: 75px;
  height: 145px;
}

.xyzp-list ul {
  width: calc(100% - 85px);
  float: right;
}

.xyzp-list ul li {
  margin-bottom: 25px;
  overflow: hidden;
}

.xyzp-list ul li a h4 {
  float: left;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  margin: 0;
  padding: 0;
}

.xyzp-list ul li a em {
  float: left;
  margin-top: 3px;
  margin-left: 5px;
  width: 24px;
  height: 12px;
  background: url(../images/news-tit.png) no-repeat;
  background-size: 100% 100%;
}

.jyzd-list ul li {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}

.jyzd-list ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
}

.jyzd-list ul li a i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: url(../images/li-ico1.png) left center no-repeat;
  background-size: 100% 100%;
}

.jyzd-list ul li a h4 {
  float: left;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 100px);
  margin: 0 0 0 15px;
  padding: 0;
}

.jyzd-list ul li a span {
  color: #808080;
  font-size: 13px;
  float: right;
}

.xyfc-list {
  overflow: hidden;
}

.xyfc-list ul {
  margin: 0 -10px;
}

.xyfc-list ul li {
  width: 50%;
  float: left;
}

.xyfc-list ul li a {
  display: block;
  margin: 0 10px;
}

.xyfc-list ul li a img {
  width: 100%;
}

.xyfc-list ul li.first {
  width: 100%;
  float: none;
  margin-bottom: 13px;
}

.ksdh-list {
  overflow: hidden;
  margin: 0 -10px;
}

.ksdh-list li {
  width: 33.3%;
  float: left;
  margin-bottom: 13px;
}

.ksdh-list li a {
  display: block;
  margin: 0 10px;
}

.ksdh-list li a em {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.ksdh-list li a p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  height: 40px;
  overflow: hidden;
}

.ksdh-list li.list1 em {
  background: url(../images/ksdh1.png) center top no-repeat;
  background-size: 100% 100%;
}

.ksdh-list li.list2 em {
  background: url(../images/ksdh2.png) center top no-repeat;
  background-size: 100% 100%;
}

.ksdh-list li.list3 em {
  background: url(../images/ksdh3.png) center top no-repeat;
  background-size: 100% 100%;
}

.ksdh-list li.list4 em {
  background: url(../images/ksdh4.png) center top no-repeat;
  background-size: 100% 100%;
}

.ksdh-list li.list5 em {
  background: url(../images/ksdh5.png) center top no-repeat;
  background-size: 100% 100%;
}

.ksdh-list li.list6 em {
  background: url(../images/ksdh6.png) center top no-repeat;
  background-size: 100% 100%;
}

.foot {
  background: #2868b8;
  text-align: center;
  padding: 18px 10px;
}

.foot .foot-logo {
  width: 60%;
  margin: 0 auto;
  max-width: 280px;
}

.foot .foot-logo img {
  width: 100%;
}

.foot .address {
  padding: 15px 0;
}

.foot .address p,
.foot .address p a {
  font-size: 13px;
  color: #ffffff;
  line-height: 24px;
}

.foot .wx-wb {
  overflow: hidden;
  text-align: center;
  padding: 10px;
}

.foot .wx-wb a {
  padding: 0 10px;
  color: #ffffff;
}

.foot .wx-wb a img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

.foot .wx-wb a.pc {
  padding: 5px 20px;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 13px;
}

.cory {
  padding: 15px;
  background: #0b4d9f;
}

.cory p {
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

.cory table span{
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

.lanmu {
  background: url(../images/topimg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 130px;
  position: relative;
}

.lanmu h2 {
  font-size: 16px;
  color: #fff;
  background: url(../images/ban1txtbg.png) right top repeat;
  padding: 10px 20px;
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
}

.location {
  color: #999999;
  padding: 10px;
  font-size: 13px;
}

.location a {
  color: #808080;
}

.list-page{min-height:200px;}

.list-page ul li {
  padding-bottom: 20px;
}

.list-page ul li .date {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background: #c2ddec;
  color: #444444;
  font-size: 14px;
}

.list-page ul li .date em {
  width: 17px;
  height: 17px;
  float: left;
  background: url(../images/date1.png) left center no-repeat;
  background-size: 100% 100%;
  margin-top: 7px;
  margin-right: 5px;
}

.list-page ul li .tit {
  color: #444444;
  line-height: 24px;
  padding: 10px;font-size:14px;
}

.list-page ul li .abst {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-page .jzmore {
  width: 100%;
  height: 40px;
  display: block;
  background: #f8f8f8;
  border: 1px solid #efefef;
  font-size: 17px;
  color: #999999;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.list-page .content {
  padding: 20px 10px;
}

.list-page .content h1 {
  font-size: 18px;
  text-align: justify;
  color: #000;
  font-weight: bold;
  line-height: 25px;text-align:center;
}

.list-page .content .info {
  font-size: 12px;
  text-align: center;
  color: #999999;
  margin-top: 15px;
}

.list-page .content .con {
  margin-top: 20px;
}

.list-page .content .con p.brief{display:none;}

.list-page .content .con p {
  font-size: 14px;
  color: #333333;
  text-indent: 2em;
  text-align: justify;
  line-height: 28px !important;
}
.list-page .content .con video,
.list-page .content .con img {
  max-width: 100%;
height:auto;
}
.list-page .content .con p video,
.list-page .content .con p img {
max-width: 100%;
  margin-left: -2em;
height:auto;
}


.list-page .content .con table p {
  text-indent: 0;
}

.mask {
  position: fixed;
  display: none;
  z-index: 12;
  right: 0;
  left: 0;
  top: 60px;
  background: rgba(23, 20, 220, 0.68);
  height: 100%;
}