@charset "utf-8";
body {
  font-family: Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.container {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

@keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-ms-keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 9999;
}

.header .logo {
  float: left;
}

.header .goback {
  float: left;
  width: 105px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3b71bf;
  font-size: 1rem;
  color: #fff;
  border-radius: 20px;
  margin-left: 15px;
  margin-top: 10px;
  transition: .5s;
}

.header .goback:hover {
  background: #1151af;
}

.header .toplink {
  float: right;
  margin-top: 12px;
}

.header .toplink li {
  float: left;
  font-size: .875rem;
  color: #333;
  padding: 0 8px;
  position: relative;
}

.header .toplink li:last-child {
  padding-right: 0;
}

.header .toplink li:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #97bef7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.header .toplink li:first-child:after,
.header .toplink li:last-child:after {
  display: none;
}

.header .toplink a {
  color: #1151af;
  display: block;
  padding: 0 8px;
  border-radius: 12px;
  text-align: center;
  transition: .5s;
}

.header .toplink a:hover {
  background: #1151af;
  color: #fff;
}

/* header */
.xzzf-page {
  background: #f5f9ff;
  padding: 35px 0 40px;
}

.xzzf-page .row1 {
  /* background: #fff; */
  /* overflow: hidden; */
  /* line-height: 48px; */
}

.xzzf-page .gg h2 {
  float: left;
  padding-left: 30px;
  background: url(../images/laba.png) left center no-repeat;
  font-size: 1.125rem;
  color: #1151af;
  font-weight: normal;
}

.xzzf-page .gg .tit {
  float: left;
  font-size: 1.125rem;
  color: #333;
}

.xzzf-page .gg .tit:hover {
  color: #1151af;
}

.row-colmun {
  padding: 40px 0;
}

.row-colmun .box {
  background: #ffffff;
  overflow: hidden;
  padding: 10px 10px 10px;
  position: relative;
  border-radius: 10px;
}

.row-colmun .tit {
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* height: 100%; */
  /* background: #1151af; */
  /* width: 55px; */
  overflow: hidden;
}

.row-colmun .tit h2 {
  font-size: 1.25rem;
  color: #0f54af;
  text-align: center;
  font-weight: bold;
  /* position: absolute; */
  /* width: 22px; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

.row-colmun .tit:before,
.row-colmun .tit:after {
  /* content: ""; */
  width: 3px;
  height: 10px;
  background: #e2cf94;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
}

.row-colmun .tit:before {
  top: 0;
}

.row-colmun .tit:after {
  bottom: 0;
}

.row-colmun ul {
  padding: 10px 0;
  overflow: hidden;
}

.row-colmun li {
  float: left;
  /* margin: 5px 15px 5px 0; */
  width: 16.66%;
  margin: 5px 0;
}

.row-colmun li a {
  display: block;
  /* padding: 0 15px; */
  border-radius: 5px;
  line-height: 37px;
  font-size: 1rem;
  color: #333;
  background: #c4e6fb;
  text-align: center;
  margin: 0 5px;
}

.row-colmun li.current a,
.row-colmun li:hover a {
  background: #e2cf94;
}

.row-cont {
  overflow: hidden;
}

.row-cont .left {
  float: left;
  width: calc(100% - 330px);
}

.row-cont .right {
  float: right;
  width: 300px;
}

.xzzf-list {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}

.xzzf-tit {
  line-height: 52px;
  border-top: 4px solid #1658b4;
  padding: 0 20px;
  overflow: hidden;
}

.xzzf-tit h2 {
  padding-left: 28px;
  background: url(../images/xzzfpt-tit.png) left center no-repeat;
  font-size: 1.375rem;
  color: #1151af;
  font-weight: bold;
  float: left;
}

.xzzf-tit .more {
  float: right;
  font-size: .875rem;
  color: #739ad2;
}

.xzzf-tit .more:hover {
  color: #1658b4;
}

.xzzf-tab .hd {
  overflow: hidden;
  padding: 12px 0 12px 10px;
  background: #ebf1f7;
}

.xzzf-tab .hd li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #c6d4d8;
  font-size: 1.125rem;
  color: #111111;
  cursor: pointer;
}

.xzzf-tab .hd li:last-child {
  border-right: none;
}

.xzzf-tab .hd li.on {
  color: #1658b4;
  font-weight: bold;
}

.xzzf-tab .bd {
  padding: 10px 20px;
}

.xzzf-tab .bd li {
  position: relative;
  overflow: hidden;
  line-height: 50px;
  border-bottom: 1px solid #e1e9f5;
}

.xzzf-tab .bd li * {
  transition: .5s;
}

.xzzf-tab .bd li h2 {
  float: left;
  padding-left: 15px;
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  position: relative;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.xzzf-tab .bd li h2:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e2cf94;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.xzzf-tab .bd li .date {
  float: right;
  font-size: .875rem;
  color: #999999;
}

.xzzf-tab .bd li:last-child {
  border-bottom: none;
}

.xzzf-tab .bd li:after {
  content: "";
  width: 0;
  height: 1px;
  background: #1658b4;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 1s;
}

.xzzf-tab .bd li:hover h2 {
  color: #1658b4;
}

.xzzf-tab .bd li:hover .date {
  color: #1658b4;
}

.xzzf-tab .bd li:hover:after {
  width: 100%;
}



.xzzf-tab .xzzf-more {
    margin: 10px 0px 0;
    text-align: center;
    background: url(../images/default-more.png) no-repeat;
    background-size: cover;
}

.xzzf-tab .xzzf-more a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #316fca;
    text-align: center;
    border-radius: 30px;
    font-size: 1rem;
    color: #fff;
}

.xzzf-tab .xzzf-more a:hover {
    background: #0342a1;
    color: #fff;
}


.xzzf-zt li {
  margin-bottom: 15px;
}

.xzzf-zt li a {
  display: block;
  overflow: hidden;
}

.xzzf-zt li img {
  width: 100%;
}

.xzzf-zt li img:hover {
  transform: scale(1.05);
}


/* 栏目页 */
/* 列表页 */
.weizhi {
  font-size: 0.875rem;
  color: #666666;
}

.weizhi a {
  font-size: 0.875rem;
  color: #666666;
}
.list-box {
  background: #fff;
}

.location {
  overflow: hidden;
  margin-bottom: 10px;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  background: #f5f8fb;
  padding: 50px 0 60px;
}


.list-text {
  overflow: hidden;
}

.list-text {
    overflow: hidden;
}

.list-text * {
    transition: .5s;
}

.list-text li {
    padding: 20px 30px 20px;
    border-bottom: 1px solid #f5f8fb;
}

.list-text li a {
    overflow: hidden;
    display: block;
    padding-left: 20px;
    position: relative;
}

.list-text li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #1151af;
    position: absolute;
    left: 0;
    top: 10px;
}

.list-text li h2 {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
    color: #333333;
}

.list-text li h2 p {
    max-width: 100%;
    font-weight: bold;
    font-size: 1.125rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-text li h2 p.has {
    max-width: calc(100% - 105px);
}



.list-text li .info {
    margin-top: 15px;
}

.list-text li .info span {
    font-size: .875rem;
    color: #999999;
    margin-right: 25px;
    line-height: 20px;
}

.list-text li:hover a {
    transform: translateX(10px);
}

.list-text li:hover h2 {
    color: #1151af;
}


/* 底部 */
.footer {
  position: relative;
  background: url(../images/footer-bg.png) center top no-repeat #1151af;
}

.foot-link .link-list {
  width: calc(100% - 120px);
  margin: 0 auto;
  position: relative;
}

.foot-link .link-list .box {
  float: left;
  width: 25%;
  position: relative;
}

.foot-link .link-list .tit {
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

.foot-link .link-list .tit p {
  display: inline-block;
  padding-right: 20px;
  font-size: 1rem;
  background: url(../images/select-ico.png) right center no-repeat;
  color: #fff;
}

.foot-link .link-list ul {
  position: absolute;
  width: 100%;
  max-height: 390px;
  left: 0;
  bottom: 100%;
  z-index: 9;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  overflow-y: auto;
  display: none;
}

.foot-link .link-list ul li {
  padding: 5px 0;
}

.foot-link .link-list ul li a {
  display: block;
  font-size: .875rem;
  color: #333;
}

.foot-link .link-list ul li:hover a {
  color: #1151af;
}

.foot-link .link-list ul::-webkit-scrollbar {
  width: 4px;
}

.foot-link .link-list ul::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 5px;
}

.foot-link .link-list ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(45deg, #1151af 0%, #1151af 100%);
}

.foot-info {
  padding: 35px 0 25px;
}

.foot-info .lf {
  float: left;
   padding-top: 25px;
}

.foot-info .lf a {
  float: left;
  margin-right: 28px;
}

.foot-info .lf img {
  vertical-align: middle;
}

.foot-info .mid {
  float: left;
}

.foot-info .mid p {
  font-size: .875rem;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.foot-info .rt {
  float: right;
  margin-top: 0px;
}

.foot-info .rt li {
  float: left;
  margin-left: 25px;
}

.foot-info .rt li h2 {
  height: 80px;
  width: 22px;
  line-height: 22px;
  float: left;
  text-align: center;
  background: url(../images/ewm-bg.png) top no-repeat;
  font-size: .75rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  writing-mode: tb-rl;
  letter-spacing: 1px;
}

.foot-info .rt li img {
  width: 100px;
  height: 100px;
}

.cory {
  padding: 10px 0;
  text-align: center;
  background: #0b49a5;
}

.cory * {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.9);
}

.cory img {
  vertical-align: middle;
}

/* 底部 */
/* 右侧导航 */
.page-right {
  position: fixed;
  z-index: 999;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.page-right li {
  width: 106px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 30px;
}

.page-right li a {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #fff;
  overflow: hidden;
  background: #255eb2;
  border-radius: 20px;
}

.page-right li a:before {
  content: "";
  width: 90%;
  height: 80%;
  border: 1px dashed #fff;
  position: absolute;
  top: 8%;
  left: 5%;
  border-radius: 20px;
}

.page-right li:last-child {
  margin-bottom: 0;
}

.page-right li.active a {
  background: url() no-repeat;
  background-size: 100% 100%;
}

#fp-nav {
  display: none !important;
}

/* 右侧导航 */


.xzzf-toppic ul{
  overflow:hidden;margin:0 -10px;
}
.xzzf-toppic li{float:left;width:33%;}
.xzzf-toppic li a{
text-align: center;
  display:block;
  margin:0 10px;
  overflow:hidden;
}

/* 事前公开 */
.sqgk {
  overflow:hidden;

}
.sqgk .xzzf-tab{
  float:left;
  width: 680px;
}
.sqgk .sqgk-pics{
  float:right;
  width: calc(100% - 710px);
  margin-right:15px;
}
.sqgk .sqgk-pics ul{
  overflow:hidden;
  margin: 0 -5px;
}
.sqgk .sqgk-pics li{
  float:left;
  width:50%;
  margin-bottom: 22px;
}
.sqgk .sqgk-pics a{
  display:block;
  margin: 0 5px;
  overflow:hidden;
}

.sqgk .sqgk-pics a img{
  width:100%;
}
.szgk-pics{
 padding:0 15px;
 margin-bottom: 15px;
}
.szgk-pics ul{overflow:hidden;margin:0 -10px;}
.szgk-pics li{float:left;width:33.3%;}
.szgk-pics li a{display:block;margin:0 10px;overflow:hidden;}
.szgk-pics li a img{
  width:100%;
}


.shgk{
  overflow:hidden;
}
.shgk .xzzf-tab{
  float:left;
  width: calc(100% - 490px);
}

.shgk-pics{
  float:right;
  width: 460px;
  margin-right:15px;
}

.shgk-pics ul{
  margin:0 -5px;
}

.shgk-pics li{
  margin-bottom:20px;
  float: left;
  width: 50%;
}
.shgk-pics li a{
  display:block;
  margin:0 5px;
}

.shgk-pics li a img{
  width:100%;
}