/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.store/css-loader@6.9.0/node_modules/css-loader/dist/cjs.js!./node_modules/.store/sass-loader@13.3.3/node_modules/sass-loader/dist/cjs.js!./src/css/index.scss ***!
  \*****************************************************************************************************************************************************************************************/
@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 14px;
}

.a {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 28px;
}

.container {
  width: 1200px;
  margin: auto;
}

.index-top {
  width: 100%;
  min-width: 1200px;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.index-top .logo-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
}
.index-top .search_bar {
  margin-top: 40px;
  width: 300px;
  height: 30px;
  margin-left: 50px;
  display: flex;
  flex-direction: row;
}
.index-top .search_bar .search-input {
  width: 240px;
}
.index-top .search_bar .search-input input {
  height: 30px;
  width: 236px;
  border: none;
  background-color: #fff;
  border: solid 1px #ccc;
}
.index-top .search_bar .search-btn {
  width: 60px;
  line-height: 30px;
  color: #fff;
  background-color: #2486B9;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}
.index-top .nav {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.index-top .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.index-top .nav .nav-item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}
.index-top .nav .nav-item li > a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 120px;
  font-family: "微软雅黑";
}
.index-top .nav .nav-item .sub-items {
  display: none;
  box-shadow: 0px 1px 10px #ccc;
  background-color: #fff;
  position: relative;
  left: 0;
  top: 0;
}
.index-top .nav .nav-item .sub-items .sub-item {
  height: 50px;
  line-height: 50px;
}
.index-top .nav .nav-item .sub-items .sub-item a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  line-height: 50px;
}
.index-top .nav .nav-item .sub-items .sub-item:hover {
  background-color: #2486B9;
}
.index-top .nav .nav-item .sub-items .sub-item:hover a {
  color: #fff;
}
.index-top .nav .nav-item:hover {
  height: 50px;
  background-color: #fefefe;
}
.index-top .nav .nav-item:hover li > a {
  color: #2486B9;
  font-size: 19px;
  height: 60px;
}
.index-top .nav .nav-item:hover .sub-items {
  display: block;
}

.top {
  width: 100%;
  min-width: 1200px;
  background: #2486B9;
  display: none;
}
.top .top-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  line-height: 40px;
  color: #fff;
}
.top .top-links a {
  line-height: 40px;
  text-decoration: none;
  color: #EEEEEE;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
}

.banner-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-container .swiper {
  width: 100%;
  height: 100%;
}
.banner-container .swiper img {
  width: 100%;
  height: 100%;
}

#page {
  padding-top: 20px;
  padding-bottom: 10px;
}
#page .news-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
}
#page .news-container .news {
  width: 800px;
  display: flex;
  flex-direction: column;
}
#page .news-container .news .news-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 4px #2486B9 solid;
  justify-content: space-between;
}
#page .news-container .news .news-header .news-title {
  min-width: 140px;
  max-width: 320px;
  display: flex;
  flex-direction: row;
}
#page .news-container .news .news-header .news-title img {
  width: 32px;
  height: 32px;
}
#page .news-container .news .news-header .news-title span {
  height: 40px;
  font-size: 22px;
  line-height: 30px;
  font-family: "微软雅黑";
  padding-left: 10px;
  letter-spacing: 0.1em;
  color: #2486B9;
}
#page .news-container .news .news-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 8px;
  justify-content: space-between;
}
#page .news-container .news .news-body .hot-img-news {
  width: 380px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
#page .news-container .news .news-body .hot-img-news img {
  width: 100%;
}
#page .news-container .news .news-body .hot-img-news span {
  width: 100%;
  text-align: center;
  color: #888;
  text-decoration:none;
  line-height: 40px;
}
#page .news-container .news .news-body .news-tabs {
  width: 410px;
  display: flex;
  flex-direction: column;
}
#page .news-container .news .news-body .news-tabs .news-tabs-header {
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
#page .news-container .news .news-body .news-tabs .news-tabs-header .tab-indice {
  width: 80px;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 30px;
  text-align: center;
  margin-left: 5px;
}
#page .news-container .news .news-body .news-tabs .news-tabs-header .tab-indice.active {
  width: 80px;
  height: 30px;
  font-size: 16px;
  font-family: "微软雅黑";
  background-color: #2486B9;
  color: #fff;
  border-radius: 5px 5px 1px 1px;
}
#page .news-container .news .news-body .news-tabs .news-tabs-body {
  width: 100%;
  height: 260px;
}
#page .news-container .news .news-body .news-tabs .news-tabs-body .news-list-tab {
  width: 100%;
  display: none;
}
#page .news-container .news .news-body .news-tabs .news-tabs-body .news-list-tab.active {
  display: block;
  color: #222;
  background-color: #fff;
  padding: 8px 5px;
}
#page .news-container .news .news-body .news-tabs .news-tabs-body .news-list-tab.active ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page .news-container .news .news-body .news-tabs .news-tabs-body .news-list-tab.active li {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: dashed 1px #888;
  line-height: 28px;
}
#page .news-container .news .news-body .news-tabs .news-tabs-body .news-list-tab.active li a {
  width: 270px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #666;
  line-height: 38px;
  text-overflow: ellipsis;
}
#page .news-container .news .news-body .news-tabs .news-tabs-body .news-list-tab.active li a:hover {
  color: #2486B9;
  font-size: 15px;
}
#page .news-container .news .news-body .news-tabs .news-tabs-body .news-list-tab.active li span {
  width: 80px;
  color: #888;
  display: none;
}
#page .news-container .news .news-body .news-list {
  width: 360px;
  display: flex;
  flex-direction: column;
}
#page .news-container .news .news-body .news-list .news-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
#page .news-container .news .news-body .news-list .news-item a {
  text-decoration: none;
}
#page .news-container .news .news-body .news-list .news-item span {
  width: 80%;
  font-size: 15px;
  font-weight: bold;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .news-container .news .news-body .news-list .news-item span:hover {
  color: #CC3333;
  font-weight: bold;
}
#page .news-container .news .news-body .news-list .news-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: dashed 1px #CCC;
}
#page .news-container .notice {
  width: 370px;
  display: flex;
  flex-direction: column;
}
#page .news-container .notice .notice-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 4px #FFCC00 solid;
  justify-content: space-between;
}
#page .news-container .notice .notice-header .notice-title {
  min-width: 140px;
  max-width: 320px;
  display: flex;
  flex-direction: row;
}
#page .news-container .notice .notice-header .notice-title img {
  width: 32px;
  height: 32px;
}
#page .news-container .notice .notice-header .notice-title span {
  height: 40px;
  font-size: 22px;
  line-height: 30px;
  font-family: "微软雅黑";
  padding-left: 10px;
  letter-spacing: 0.1em;
  color: #2486B9;
}
#page .news-container .notice .notice-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
#page .news-container .notice .notice-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page .news-container .notice .notice-body .notice-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}
#page .news-container .notice .notice-body .notice-item .notice-date {
  width: 60px;
  display: flex;
  flex-direction: column;
  border: solid 1px #2486B9;
  line-height: 20px;
  justify-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  padding: 0;
}
#page .news-container .notice .notice-body .notice-item .notice-date .notice-date-year {
  width: 100%;
  background: #2486B9;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
#page .news-container .notice .notice-body .notice-item a {
  width: 300px;
  text-decoration: none;
  color: #666;
  font-size: 14px;
  line-height: 150%;
  white-space: normal;
}
#page .news-container .notice .notice-body .notice-item a:hover {
  color: #2486B9;
  font-size: 15px;
}

.more a {
  line-height: 40px;
  font-size: 14px;
  text-decoration: none;
  color: #666;
}
.more a:hover {
  text-decoration: underline;
  color: #2486B9;
}

#footer {
  width: 100%;
  min-width: 1200px;
  background: #2486B9;
}
#footer .footer-text {
  padding: 20px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  text-align: center;
}

.fast-btns-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  background: #f0f0f0;
}

.fast-btns-header {
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 22px;
  letter-spacing: 0.5em;
  color: #666;
}

.fast-btns-body {
  width: 1160px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}

.fast-btn-item {
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.fast-btn-item img {
  width: 60px;
  height: 60px;
}

.fast-btn-item span {
  width: 100%;
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 60px;
}

.subpage-logo-container {
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
.subpage-logo-container .logo-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
}
.subpage-logo-container .search_bar {
  margin-top: 40px;
  width: 300px;
  height: 30px;
  margin-left: 50px;
  display: flex;
  flex-direction: row;
}
.subpage-logo-container .search_bar .search-input {
  width: 240px;
}
.subpage-logo-container .search_bar .search-input input {
  height: 30px;
  width: 236px;
  border: none;
  background-color: #fff;
  border: solid 1px #ccc;
}
.subpage-logo-container .search_bar .search-btn {
  width: 60px;
  line-height: 30px;
  color: #fff;
  background-color: #2486B9;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}

.subpage-nav-container {
  width: 100%;
  min-width: 1200px;
  background: #2486B9;
}
.subpage-nav-container .nav {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.subpage-nav-container .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subpage-nav-container .nav .nav-item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}
.subpage-nav-container .nav .nav-item li > a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 120px;
  font-family: "微软雅黑";
}
.subpage-nav-container .nav .nav-item .sub-items {
  display: none;
  box-shadow: 0px 1px 10px #ccc;
  background-color: #fff;
  position: relative;
  left: 0;
  top: 0;
}
.subpage-nav-container .nav .nav-item .sub-items .sub-item {
  height: 50px;
  line-height: 50px;
}
.subpage-nav-container .nav .nav-item .sub-items .sub-item a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  line-height: 50px;
}
.subpage-nav-container .nav .nav-item .sub-items .sub-item:hover {
  background-color: #2486B9;
}
.subpage-nav-container .nav .nav-item .sub-items .sub-item:hover a {
  color: #fff;
}
.subpage-nav-container .nav .nav-item:hover {
  height: 50px;
  background-color: #fefefe;
}
.subpage-nav-container .nav .nav-item:hover li > a {
  color: #003300;
  font-size: 19px;
  height: 60px;
}
.subpage-nav-container .nav .nav-item:hover .sub-items {
  display: block;
}

.list-page {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
 
}
.list-page .list-sub-nav {
  width: 240px;
  display: block;
  flex-direction: column;
}
.list-page .list-sub-nav .list-nav-item-header {
  width: 100%;
  background: #2486B9;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  border: solid #2486B9 1px;
}
.list-page .list-sub-nav .list-nav-item-active {
  width: 100%;
  background: #eee;
  text-align: center;
  border: solid #DEDEDE 1px;
  font-weight: 18px;
  font-weight: bold;
}
.list-page .list-sub-nav .list-nav-item-active a {
  color: #222;
  line-height: 50px;
  font-size: 15px;
  text-decoration: none;
}
.list-page .list-sub-nav .list-nav-item {
  width: 100%;
  text-align: center;
  border: solid #DEDEDE 1px;
  border-top: none;
}
.list-page .list-sub-nav .list-nav-item a {
  color: #666;
  line-height: 50px;
  font-size: 15px;
  text-decoration: none;
}
.list-page .list-content {
  width: 900px;
}
.list-page .list-content .list-content-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 3px solid #ddd;
  justify-content: space-between;
}
.list-page .list-content .list-content-header .header-title {
  min-width: 140px;
  max-width: 280px;
  font-size: 22px;
  font-family: "微软雅黑";
  letter-spacing: 0.2em;
  color: #2486B9;
  line-height: 50px;
  border-bottom: 3px solid #2486B9;
  margin-bottom: -3px;
  text-align: center;
}
.list-page .list-content .list-content-header .header-title::before {
  content: "|";
  font-weight: bold;
  line-height: 15px;
  margin-left: -20px;
  color: #2486B9;
}
.list-page .list-content .list-content-body p {
  color: #222;
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
}
.list-page .list-content-footer {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}
.list-page a{
 color:#666 !important;
}
.list-content-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 3px solid #ddd;
  justify-content: space-between;
}
.list-content-header .header-title {
  min-width: 140px;
  max-width: 280px;
  font-size: 22px;
  font-family: "微软雅黑";
  letter-spacing: 0.2em;
  color: #2486B9;
  line-height: 50px;
  border-bottom: 3px solid #2486B9;
  margin-bottom: -3px;
  text-align: center;
}
.list-content-header .header-title::before {
  content: "|";
  font-weight: bold;
  line-height: 15px;
  margin-left: -20px;
  color: #2486B9;
}

.location {
  width: 600px;
  text-align: right;
  line-height: 50px;
  color: #444;
  font-size: 15px;
  padding-right: 10px;
}
.location a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}
.location a:hover {
  color: #2486B9;
  text-decoration: underline;
  font-size: 14px;
}

/* 列表页列表项 */
.list-list li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.list-list .list-item {
  height: 40px;
  width: 1120px;
  list-style-type: circle;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: dashed 1px #ddd;
}
.list-list .list-item a {
  width: 800px;
  line-height: 40px;
  font-size: 14px;
  color: #222;
  text-decoration: none;
}
.list-list .list-item a:hover {
  color: #FF6666;
  font-weight: bold;
  text-decoration: underline;
}
.list-list .list-item span {
  color: #666;
  width: 120px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}

.page-indice {
  color: #666;
  padding: 2px 8px;
  text-align: center;
  margin-left: 5px;
  font-size: 14px;
  margin-right: 5px;
  border: solid 1px #CCC;
  font-size: 13px;
}

.page-pre-next {
  background-color: #EEE;
  padding: 2px 8px;
  border-radius: 2px;
}

.active {
  background-color: #2486B9;
  color: #fff;
  border: none;
  border-radius: 0;
}

.con-location {
  line-height: 50px;
  text-align: left;
  color: #444;
  font-size: 15px;
  padding-left: 30px;
}

.img-list {
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: space-around;
}

.person-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  margin: 0 30px;
}
.person-item img {
  width: 150px;
}
.person-item span {
  font-size: 15px;
  line-height: 30px;
  color: #333;
}
.person-item p {
  text-indent: 2em;
  margin: 0;
  color: #999;
}

.con1{font-size:21px;text-align:center;color:#b31806;padding:10px 5px;font-weight: bold;line-height: 30px;}
.conn1{font-size:16px;text-align:center;color:#b31806;padding:0px 0 0px 0;line-height: 30px;}
.con2{font-size:13px;text-align:center;color:#000000;border-bottom:1px dashed #dadada;padding:15px 0 30px 0;}