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: 100px;
  width: 100%;
  min-width: 1200px;
  background-size: cover;
  text-align: center;
  position: relative;
}
.header .wrap {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.header .wrap .logo {
  float: left;
  margin: 12px 0 0 0;
}
.header .wrap .logo img {
  width: 720px;
}
.header .wrap .motto {
  margin: 22px 0 0 0;
  float: right;
}
.header .wrap .motto img {
  width: 240px;
}
.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;
  padding: 8px 24px;
  position: relative;
}
.nav .menu li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.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 {
  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);
  z-index: 99;
}
.nav .menu .nav_list li {
  color: #fff;
  white-space: nowrap;
  width: 88%;
  padding: 14px 9px;
  font-size: 14px;
}
.nav .menu .nav_list li:hover {
  color: #fff;
  background: #114e7d;
  transition: all 0.3s ease-out;
}
.nav .menu .nav_list li:hover a:hover {
  color: #fff;
  transition: all 0.3s ease-out;
}
.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;
}
.nav-bar {
  width: 70%;
  height: 100px;
  margin-top: 26px;
  text-align: center;
  margin: 26px auto 0 auto;
}
.nav-bar .item {
  width: 25%;
  color: #2576d7;
  float: left;
}
.nav-bar .item .circle-item {
  margin: 0 auto 14px auto;
  width: 74px;
  height: 74px;
  border-radius: 37px;
  background-color: #2576d7;
  line-height: 100px;
}
.nav-bar .item .circle-item:hover {
  background-color: #f97d2e;
  transition: all 0.3s ease-out;
}
.nav-bar .item .circle-item img {
  width: 34px;
}
.row-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.notice {
  width: 384px;
  margin: 0 10px;
  padding: 30px 0;
  display: inline-block;
  vertical-align: top;
}
.notice:first-child {
  margin-left: 0;
}
.notice:last-child {
  margin-right: 0;
}
.notice-list {
  padding-top: 4px;
}
.quick-nav {
  width: 406px;
  display: inline-block;
  vertical-align: top;
  padding: 44px 0 30px 0;
}
.quick-nav .nav-item {
  padding-bottom: 20px;
}
.quick-nav .nav-item a:hover {
  opacity: 0.8;
}
.quick-nav .nav-item img {
  width: 290px;
}
.news {
  display: inline-block;
  vertical-align: top;
  width: 790px;
  padding-bottom: 30px;
}
.news .title {
  height: 44px;
  line-height: 44px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.news .title h2 {
  font-size: 16px;
  color: #464646;
  font-weight: normal;
  float: left;
  padding: 0 5px;
  border-bottom: 2px solid #2780cb;
}
.news .title span a {
  width: 32px;
  height: 32px;
  display: block;
  float: right;
}
.news .news-content {
  padding-top: 10px;
}
.news .news-content .news-pic {
  padding-top: 10px;
  width: 386px;
  display: inline-block;
}
.news .news-content .news-pic img {
  width: 386px;
}
.news .news-content .news-list {
  display: inline-block;
  vertical-align: top;
  margin-left: 17px;
  margin-top: 3px;
  width: 383px;
}
.friend-link {
  padding-bottom: 30px;
}
.friend-link .left {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.friend-link .links {
  display: inline-block;
  vertical-align: top;
  width: 1096px;
  line-height: 26px;
}
.friend-link .links a {
  color: #757575;
}
.friend-link .links a:hover {
  color: #003463;
}
.friend-link .title {
  height: 30px;
  line-height: 30px;
  width: 88px;
  background: #0b6cb8;
  color: #fff;
  text-align: center;
}
.friend-link .split {
  padding: 0 10px;
}
.content-title {
  height: 44px;
  line-height: 44px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  background: #0b6cb8;
}
.content-title h2 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  float: left;
  padding-left: 16px;
}
.content-title span a {
  display: block;
  float: right;
  margin-right: 20px;
}
.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: #003463;
  transition: all 0.3s ease-out;
}
.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;
  background-size: cover;
  height: 80px;
  line-height: 20px;
  padding: 30px 0 20px 0;
  box-sizing: border-box;
}
.footer .footer-info {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
.footer .footer-info .contact {
  float: left;
  text-align: left;
  margin-left: 200px;
}
.footer .footer-info .contact .label {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .footer-info .wechat {
  float: right;
  width: 50%;
}
.footer .footer-info .wechat .qrcode-wrapper {
  display: inline-block;
  margin-right: 16px;
}
.footer .footer-info .wechat .qrcode-wrapper img {
  width: 70px;
}
.footer .copyright {
  clear: both;
  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;
}