body {
  font-size: 14px;
  color: #333;
}
body,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h5,
input,
button {
  margin: 0;
  padding: 0;
  font-family: Arial, "Microsoft Yahei";
}
button,
input {
  outline: none;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
a {
  font-family: Tahoma, Arial, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
.header {
  height: 150px;
  width: 100%;
  min-width: 1200px;
  background-size: cover;
  text-align: center;
  position: relative;
}
.header .wrap {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  background: url("../images/header_bg.png") no-repeat center right;
}
.header .wrap .logo {
  float: left;
  margin: 42px 0 0 0;
}
.header .wrap .logo img {
  width: 720px;
}
.nav {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  background: #288add;
  position: relative;
}
.nav .menu {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -600px;
  font-weight: 200;
}
.nav .menu li {
  float: left;
  height: 16px;
  padding: 17px 34px;
  position: relative;
}
.nav .menu li a {
  color: #fff;
  font-size: 16px;
}
.nav .menu .active-item {
  background: #0b6cb8;
}
.nav .menu .remove-item {
  background: rgba(0, 0, 0, 0) !important;
}
.nav .menu .remove-item a {
  color: #fff !important;
}
.nav .menu .nav_list {
  /*width: 100%;*/
  width: auto;
  position: absolute;
  top: 50px;
  left: 0px;
  line-height: 22px;
  background: #0b6cb8;
  text-align: center;
  display: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 99;
}
.nav .menu .nav_list li {
  color: #fff;
  padding: 14px 28px;
  line-height: 16px;
  white-space: nowrap;
  width: 64%;
}
.nav .menu .nav_list li:hover {
  color: #fff;
  background: #114e7d;
}
.nav .menu .nav_list li:hover a:hover {
  color: #fff;
}
.nav .npc-nav-search-container {
  padding: 7px 0;
  float: right;
  margin-right: 50px;
}
.nav .npc-nav-search-container .npc-nav-search {
  margin: 0 0 6px 0;
  float: left;
  border: 1px solid #cecece;
  width: 130px;
  background: #fff;
}
.nav .npc-nav-search-container .npc-nav-search .search-input {
  display: inline-block;
  width: 100px;
}
.nav .npc-nav-search-container .npc-nav-search .search-input input {
  width: 100px;
  height: 26px;
  border: 0;
}
.nav .npc-nav-search-container .npc-nav-search .search-icon {
  display: inline-block;
  width: 40px;
  float: right;
  border: 0;
  height: 20px;
  width: 20px;
  margin: 3px 6px 0 0;
  background: url(../images/npc-nav-search.png) no-repeat;
  background: #ffffff\9;
  background-size: contain;
  cursor: pointer;
}
.module {
  background-color: #f2f2f2;
}
.module .wrap-breadcrumb {
  background-color: #fff;
}
.module .wrap-breadcrumb .breadcrumb {
  width: 1200px;
  margin: 0 auto;
  padding: 16px;
  color: #757575;
  text-align: left;
}
.module .wrap-breadcrumb .breadcrumb a {
  color: #757575;
}
.carousel {
  display: inline-block;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  overflow: hidden;
}
.carousel .flexslider {
  border: 0;
  margin: 0;
}
.carousel .flexslider .slides img {
  height: auto;
}
.root-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.news {
  width: 320px;
  min-width: 320px;
  padding: 30px 0;
  display: inline-block;
  vertical-align: top;
}
.news .news-content .news-pic {
  width: 320px;
  display: inline-block;
}
.news .news-content .news-pic img {
  width: 320px;
}
.news .news-content .news-list {
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
  margin-top: 3px;
}
.notice {
  width: 504px;
  margin: 0 24px;
  padding: 30px 0;
  display: inline-block;
  vertical-align: top;
}
.notice-list {
  padding-top: 4px;
}
.spec-feat {
  width: 1200px;
  height: 504px;
  margin: 0 auto;
  background-image: url('../images/spec-feat-bg.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.spec-feat .spec-feat-title {
  font-size: 32px;
  text-align: center;
  padding-top: 60px;
}
.spec-feat .feat-container {
  margin-top: 72px;
}
.spec-feat .feat-item {
  width: 200px;
  height: 174px;
  margin-right: 129px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  text-align: center;
}
.spec-feat .feat-item a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  margin: auto;
}
.spec-feat .feat-item:last-child {
  margin-right: 0;
}
.spec-feat .feat-bg-gray {
  background-image: url('../images/hexagon-gray.png');
  background-repeat: no-repeat;
}
.spec-feat .feat-bg-red {
  background-image: url('../images/hexagon-red.png');
  background-repeat: no-repeat;
}
.exp-center {
  background-color: #ebeff4;
  overflow: hidden;
  padding: 30px 0;
  min-width: 1200px;
}
.exp-center .exp-center-content {
  height: 620px;
  width: 1200px;
  margin: 0 auto;
}
.exp-center .exp-center-content .exp-center-body {
  margin-top: 10px;
}
.exp-center .exp-center-content .exp-center-body .center-item {
  width: 240px;
  height: 180px;
  float: left;
  background-color: #fff;
}
.exp-center .exp-center-content .exp-center-body .pic img {
  width: 240px;
  height: 180px;
}
.exp-center .exp-center-content .exp-center-body .text {
  text-align: center;
  position: relative;
}
.exp-center .exp-center-content .exp-center-body .text .arrow-left {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 80px;
  left: -10px;
  background: url("../images/arrow-left.png");
}
.exp-center .exp-center-content .exp-center-body .text .arrow-right {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 80px;
  right: -10px;
  background: url("../images/arrow-right.png");
}
.exp-center .exp-center-content .exp-center-body .text a {
  display: block;
  font-size: 22px;
  color: #0b5aa8;
  font-weight: bold;
  padding: 25px 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-top: 60px;
}
.news-reverse {
  width: 1200px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
}
.news-reverse .news-content .news-pic {
  width: 380px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.news-reverse .news-content .news-pic img {
  width: 380px;
}
.news-reverse .news-content .news-list {
  display: inline-block;
  width: 790px;
}
.slide {
  background-color: #ebeff4;
  overflow: hidden;
  padding: 30px 0;
  min-width: 1200px;
}
.slide .slide-content {
  width: 1200px;
  margin: 0 auto;
}
.slide .slide-content img {
  width: 296px;
  float: left;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
}
.npc-date-search {
  height: 42px;
  position: relative;
}
.npc-date-search .date-content {
  position: absolute;
  left: 10px;
  top: 10px;
}
.npc-date-search .date-content .today {
  color: #ce0a17;
}
.npc-date-search .search-content {
  position: absolute;
  right: 20px;
  top: 10px;
}
.npc-date-search .search-content .search-input {
  padding: 2px 10px;
}
.npc-date-search .search-content .search-select {
  margin-left: 10px;
  background: #dbdbdb;
  border: 1px solid #b7b7b7;
  height: 24px;
}
.npc-date-search .search-content .search-btn {
  margin-left: 10px;
  padding: 3px 6px 2px;
  background: #dbdbdb;
  border: 1px solid #b7b7b7;
}
.content-title {
  height: 35px;
  line-height: 34px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.content-title h2 {
  font-size: 16px;
  color: #464646;
  font-weight: normal;
  float: left;
  padding: 0 5px;
  border-bottom: 2px solid #2780cb;
}
.content-title span a {
  width: 32px;
  height: 32px;
  display: block;
  float: right;
}
.list {
  line-height: 30px;
}
.list ul li {
  list-style: square inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 27px;
}
.list ul li a {
  color: #333;
}
.list ul li a:hover {
  color: #1c67ca;
}
.list ul li span {
  float: right;
}
.top-12 {
  margin-top: 12px;
}
.footer {
  width: 100%;
  min-width: 1200px;
  color: #82bcf5;
  text-align: center;
  font-size: 12px;
  background: url(../images/footer-bg.png) no-repeat;
  height: 80px;
  line-height: 20px;
  padding: 28px 0;
  box-sizing: border-box;
}
.footer .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  height: 150px;
}
.footer .wrap .item {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}
.footer .wrap .item p {
  font-size: 18px;
}
.footer .wrap .item ul li {
  list-style: none;
  margin: 8px 0;
}
.footer .wrap .item ul li a {
  color: #82bcf5;
}
.footer .wrap .copyright {
  text-align: center;
  margin: 50px 0 0 0;
}
.footer .copyright {
  text-align: center;
}
.list-container,
.content-container {
  width: 1200px;
  margin: 0 auto;
}
.list-container .left,
.content-container .left {
  float: left;
  width: 192px;
}
.list-container .subnav,
.content-container .subnav {
  padding-bottom: 13px;
  background-color: #fff;
}
.list-container .subnav h3,
.content-container .subnav h3 {
  padding-left: 14px;
  height: 57px;
  line-height: 57px;
  color: #444;
  font-weight: 100;
}
.list-container .subnav ul,
.content-container .subnav ul {
  padding: 0 14px 0 13px;
}
.list-container .subnav ul li,
.content-container .subnav ul li {
  padding-bottom: 9px;
}
.list-container .subnav ul li a,
.content-container .subnav ul li a {
  display: block;
  padding-left: 21px;
  width: 144px;
  height: 27px;
  font-size: 14px;
  line-height: 27px;
  color: #444;
  cursor: pointer;
}
.list-container .subnav ul .selected a,
.content-container .subnav ul .selected a {
  background: #288add;
  color: #fff;
}
.list-container .subnav ul .selected ul,
.content-container .subnav ul .selected ul {
  display: block;
  margin-top: -1px;
  padding: 0;
}
.list-container .subnav ul .selected ul li,
.content-container .subnav ul .selected ul li {
  padding-bottom: 0;
  border-top: 1px dotted #8dacbe;
}
.list-container .subnav ul .selected ul li a,
.content-container .subnav ul .selected ul li a {
  padding-left: 43px;
  width: 122px;
  font-size: 12px;
  color: #fff;
}
.list-container .subnav ul .selected ul .selected a,
.content-container .subnav ul .selected ul .selected a {
  color: #90eff8;
}
.list-container .subul,
.content-container .subul {
  margin-left: 20px;
  overflow: hidden;
}
.list-container .subul li,
.content-container .subul li {
  border-bottom: 1px solid #eee;
}
.list-container .main,
.content-container .main {
  position: relative;
  width: 928px;
  min-height: 600px;
  height: 100%;
  margin: 20px 0 0px 212px;
  padding: 20px 30px 20px 30px;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.list-container .main .titleb,
.content-container .main .titleb {
  height: 64px;
  border-bottom: 1px solid #336b8b;
}
.list-container .main .title,
.content-container .main .title {
  float: left;
  height: 62px;
  border-bottom: 3px solid #0b6cb8;
  font-size: 25px;
  line-height: 62px;
  color: #626262;
}
.list-container .list li,
.content-container .list li {
  position: relative;
  padding: 5px 0 0 21px;
  height: 34px;
  border-bottom: 1px solid #cccccc;
}
.list-container .list li a,
.content-container .list li a {
  font-size: 14px;
  line-height: 39px;
  color: #337192;
}
.list-container .list li a .red,
.content-container .list li a .red {
  color: red;
}
.list-container .list li .time,
.content-container .list li .time {
  position: absolute;
  right: 0;
  top: 10px;
  color: #707070;
}
.list-container .list .page_detail,
.content-container .list .page_detail {
  padding: 20px 0;
  text-align: right;
}
.list-container .list .page_detail span,
.content-container .list .page_detail span {
  border: none !important;
}
.list-container .content,
.content-container .content {
  padding: 20px 0;
  font-size: 14px;
  list-style: 24px;
  color: #626262;
}
.list-container .detailt,
.content-container .detailt {
  border-bottom: 1px dotted #dadada;
  font: bold 24px/48px "\5FAE\8F6F\96C5\9ED1";
  color: #575757;
  text-align: center;
}
.list-container .info,
.content-container .info {
  padding: 5px 0;
  color: #575757;
  font-size: 12px;
  text-align: center;
}
.list-container .detail,
.content-container .detail {
  color: #575757;
  text-indent: 14px;
  text-align: justify;
  line-height: 26px;
}
.list-container .next-page,
.content-container .next-page {
  text-align: left;
  padding: 20px 0;
  position: absolute;
  bottom: 20px;
}
.list-container .next-page .next-last,
.content-container .next-page .next-last {
  margin-bottom: 14px;
}
.list-container .next-page a,
.content-container .next-page a {
  color: #333;
}
.list-container .next-page a:hover,
.content-container .next-page a:hover {
  color: #87daff;
}