@charset "UTF-8";
/* amazeui依赖 */
@import url(../images/jzw-amazeui.css);
/* 全局变量 */
:root {
  --theme: #BD1A2D;
  --themeActive: #de090d;
  --bgcolor: #ab0418;
  --color: #333;
}

:export {
  theme: #BD1A2D;
}

/* 站点样式 */
html,
body {
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  color: #333;
}

/* 修改根字体大小适配全局大小 */
html {
  font-size: 10px;
}

body {
  color: #333;
  min-width: auto;
  background-color: #FFFFFF;
}

a {
  color: #333;
}

a:hover,
a:active {
  transition: color ease-in .1s;
  color: var(--theme);
}

pre {
  white-space: pre-line !important;
}

.main-box {
  max-width: 127rem;
  margin: 0 auto;
}

p {
  margin: 0px;
}

.short-line {
  background-color: #D8D8D8;
  max-width: 11.5rem;
  height: 1px;
  margin-top: 1rem;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.text-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.white-box {
  background-color: #fff;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-always {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-row-center {
  justify-content: space-around;
}

.flex-row-start {
  justify-content: flex-start;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.flex-warp {
  flex-wrap: wrap;
}


/* 页面顶部背景图 */
body {
  background-image: url(./jzw-index-bg2.png);
  background-repeat: no-repeat;
  background-position: top center;
}

/* 头部 */
.header .nav-tools {
  height: 5.4rem;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.header .nav-tools a:hover,
.header .nav-tools i:hover,
.header .nav-tools .item:hover {
  color: var(--themeActive);
}

.header .nav-tools .item {
  cursor: pointer;
}

.header .nav-tools .item.jfth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav-tools .item.jfth span {
  margin: 0px 8px;
  font-size: 12px;
}

@media only screen and (min-width: 1025px) {
  .header .nav-tools>div{
	width: 100%;
  }
}

.header .nav-tools .line {
  gap: 2rem;
}

.header .nav-tools .line .item {
  position: relative;
}

.header .nav-tools .line .item::after {
  position: absolute;
  content: ' ';
  top: 60%;
  right: -1rem;
  height: 1rem;
  transform: translate(0, -50%);
  border-right: solid 1px;
  border-right-color: #333333;
  ;
  padding-right: 1rem;
}

.header .nav-tools .line .item:last-child::after {
  border-right-color: transparent;
}

.header .nav-tools .btns {
  gap: 2.5rem;
  margin-right: 2.3rem;
}


.header .nav-tools .btns .item .iconfont {
  color: #fff;
  font-size: 1.6rem;
}

.header .nav-tools .btns .item .iconfont:hover,
.header .nav-tools .btns .item.wzayd a:hover,
.header .nav-tools .btns .item.zzzq a:hover {
  opacity: 0.9;
}

.header .nav-tools .btns .item.wzayd,
.header .nav-tools .btns .item.zzzq {
  width: 9.4rem;
  height: 32px;
  border-radius: 16px 0 0 16px;
  opacity: 1;
  background: #D2E8FF;

  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6rem;
  letter-spacing: 0px;
  color: #1B5395;
  text-align: center;
}

.header .nav-tools .btns .item.zzzq {
  border-radius: 0 16px 16px 0;  
  background: #BD1A2D;
}

.header .nav-tools .btns .item.wzayd a {
  color: #BD1A2D;
}

.header .nav-tools .btns .item.zzzq a {
  color: #F5D389;
}



/* 头部-导航 */
.nav-bar {
  width: 82%;
  height: 6.4rem;
  align-items: flex-end;
}

.nav-bar .nav-menu {
  width: 100%;
  /* height: 6.4rem; */
}

.nav-bar .nav-menu .item {
  position: relative;
  justify-content: space-between;
  width: initial;
  padding: 0;
  padding-bottom: 0.5rem;
}

.nav-bar .nav-menu .item img {
  width: inherit;
  height: auto;
}

.nav-bar .nav-menu .item a {
  display: block;
  font-size: 2.2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  color: #FFFFFF;
  font-weight: 500;
  white-space: nowrap;
  /* line-height: 6.4rem; */
  transition: all .2s ease-in;
}

.nav-bar .nav-menu .item.active {
  background-image: url(./jzw-index-7.png);
  background-repeat: no-repeat;
  background-position: center 2.8rem;
  background-size: 88px;
}

.nav-bar .nav-menu .item:hover a,
.nav-bar .nav-menu .item.active a {
  font-weight: bold;
}


.nav-bar .nav-menu .item::after {
  display: none;
}

.nav-bar .nav-menu .item .iconfont {
  font-size: larger;
  margin-right: 0.5rem;
}

.header{
  position: relative;
}

.header .nav-logo {
  margin: 16rem auto 4.4rem;
  display: flex;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 3.6rem;
  letter-spacing: 4px;
  color: #BD1A2D;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.header .nav-logo img {
  width: 100%;
  height: auto;
}

.header .nav-logo span {
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 1px black;
  display: inline-block;
}
.header .top-search {
    position: relative;
}
.header .search-box {
  width: 34rem;
  height: 5.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0rem auto;
  margin-top: 4.9rem;
  position: absolute;
  right: -25.5rem;
}

.header .search-box form {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}

.header .search-box input {
  width: calc(100% - 7.6rem);
  padding: 0;
  border-radius: 8px 0 0 8px;
  background: rgba(255, 255, 255, 1);
  height: 5.2rem;
  border: 0;
  padding-left: 2rem;
  padding-right: 5rem;
  font-size: 1.8rem;
  color: #999999;
  display: inline-block;
  /*background-image: url(./jzw-index-6.png);
  background-size: 2.5rem 2.5rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: 23rem;*/
}

.header .search-box button {
  width: 7.6rem;
  height: 5.2rem;
  background: #BD1A2D;
  border-radius: 0 8px 8px 0;
  display: inline-block;
}

.am-btn-warning {
  border: 0;
}

.header .search-box button .icon-sousuo {
  font-size: 2.4rem;
  color: #C6C6C6;
}

.header .search-box button:hover .icon-sousuo {
  color: #fff;
}

.header .keys {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.header .keys span:hover {
  cursor: pointer;
  color: #BD1A2D;
}

/* 主体 */
.bg-main-box {
  width: 100%;
  background-image: url(./jzw-main-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 8rem;
}

.container {
  clear: both;
  overflow: hidden;
}


/* 版权 */
.relationship {
  width: 100%;
  background: #F4F4F4;
  padding: 2rem 0rem;
  margin-top: .8rem;
}

.relationship .main-box{
  position: relative;
}

.relationship .main-box img#link-pic {
  position: absolute;
  top: -2.8rem;
  left: 50%;
  cursor: pointer;
}

.relationship span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.6rem;
  color: #030303;
}

.relationship .links {
  flex-wrap: wrap;
  height: 17rem;
  overflow: hidden;
}

.relationship a {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #9E9E9E;
  margin-bottom: 1rem;
  padding-left: 2rem;
  text-align: left;
}

.relationship a:hover {
  color: var(--theme);
}

.relationship a:hover:before {
  background-color: var(--theme);
}

.relationship a {
  background: url(./jzw-link-icon.png) no-repeat left center;
}

footer {
  background-color: var(--theme);
  padding: 4.5rem 0rem;
}

footer .info { 
  color: #fff;
}

footer .info .left img {
  width: 9.4rem;
  height: auto;
}

footer .info .left img#imgConac {
  width: 8rem;
  margin-right: 3rem
}

footer .info .left a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #FFFFFF;
}

footer .info .msg {
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.8rem;
  text-align: center;
}

footer .info .msg a {
    color: #FFF;
}

footer .info .msg span {
  margin: 0rem 1.5rem;
}

footer .info .msg span img {
  width: 1.8rem;
  height: auto;
}

footer .codeinfo .codelf {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: -2px;
}

footer .info .identification img {
  width: auto;
  height: auto;
}

footer .info .identification .mtinfo {
    margin: 0rem 2rem;
}



/* 通用组件 */
.gray-box {
  border: 1.5rem solid;
  border-color: #F2F6F9;
  border-radius: 1rem;
  padding: 1rem;
}

.navigation {
  font-size: 1.6rem;
  color: #999;
}

.navigation a {
  color: #999;
}

.navigation .am-breadcrumb {
  font-size: 100%;
  margin-bottom: 0rem;
}

.navigation .am-breadcrumb .iconfont {
  color: var(--theme);
  font-weight: 700;
  font-size: 1.1em;
}

.navigation .active {
  color: var(--theme);
}

.pagination {
  margin: 3rem auto;
}

.pagination .am-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.pagination .am-pagination li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.pagination .am-pagination>li>a,
.pagination .am-pagination>li>span,
.pagination .am-pagination>li>select,
.pagination .am-pagination>li>input {
  border-radius: 4px;
  color: #999;
}

.pagination select {
  position: relative;
  display: block;
  padding: 0.4em 1em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.pagination input {
  width: 8rem;
  text-align: center;
  position: relative;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}


/* 分类列表 */
.tabs-panel {
  clear: both;
  overflow: hidden;
}

.tabs-panel .tabs-header {
  overflow: hidden;
  /* padding: 4px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ECF1F7;
  border-radius: 4px;
  padding: 0.4rem;
}

.tabs-panel .tabs-header .item {
  height: 4.9rem;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #333;
  /* flex: 1; */
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-panel .tabs-header .item.active {
  color: var(--theme);
  font-weight: bold;
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  box-shadow: 0px 4px 16px 0px rgba(122, 140, 168, 0.1608);
}


/* 列表标题 */
.text-list {
  width: 100%;
  overflow: hidden;
}

.text-list .item {
  display: flex;
  flex-direction: row;
  line-height: 4.8rem;
  font-size: 1.8rem;
  color: #333;
  cursor: pointer;
  padding: 0px 0 0px 1rem;
  position: relative;
  transition: all .2s linear;
  justify-content: space-between;
  gap: 10px;
}

.text-list .item:before {
  position: absolute;
  content: ' ';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #111111;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.text-list .item .title {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 82%;
}

.text-list .item .date {
  margin-left: 1rem;
  white-space: nowrap;
  text-align: right;
  color: #999999;
}

.text-list .item:hover:before {
  background-color: var(--theme);
}

.text-list .item:hover .title {
  color: var(--themeActive);
}

.text-list .line {
  margin: 1.5rem 0;
  border: 1px #DCDCDC dashed;
}


/* 列表类标题 */
/* .text-panel {
  margin-bottom: 1.5rem; 
  margin-top: 3rem;} */
.text-panel .header {
  /* line-height: 4.8rem; */
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
  background: #F7F8FB;
  padding: 1.2rem;
}

.text-panel .header .title {
  border-left: 6px solid #184984;
  padding: 0px 1rem;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
  top: 1px;
}

.text-panel .header .title a {
  color: #000;
}

.text-panel .header .more {
  font-size: 80%;
}

.text-panel .header .more a {
  color: #999;
}


select:focus {
  outline: none;
  border-color: #E4F4FF;
  box-shadow: 0 0 5px #E4F4FF;
}


.swiper-focus {
  width: 100%;
  overflow: hidden;
}

.swiper-focus .swiper-button-white {
  background-image: none;
  transform: scale(1.8);
}

.swiper-focus .swiper-button-white i {
  position: absolute;
  font-size: 2.4rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.swiper-focus .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: .8rem 0px 0px .8rem;
  transform-origin: right;
  right: 1rem;
}

.swiper-focus .swiper-button-prev {
  transform-origin: left;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0rem .8rem .8rem 0px;
  left: 1rem;
}

.swiper-focus .item {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: .8rem;
}

.swiper-focus .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-focus .item p {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  font-size: 2.2rem;
  padding: 1rem 0px;
  margin: 0px;
}




/* 面包屑 */
.crumbs {
  font-weight: 400;
  font-size: 1.8rem;
  color: #999999;
  line-height: 1.8rem;
  gap: 0.5rem;
  padding: 3rem 1.5rem 2.2rem 1.5rem;
}

.crumbs .iconfont {
  font-size: larger;
}

.crumbs div i {
  margin-right: 0.5rem;
}

.crumbs div a {
  color: #999999;
}

.crumbs div:last-child a {
  color: #CE0024;
  margin-left: 5px;
}

/* 分页 */
.news-page {
  margin-top: -2rem;
}

.news-page .total {
  font-size: 16px;
  line-height: 24px;
}

.news-page .total span.blue {
  color: var(--bgcolor);
}

.news-page .cm-page a,
.news-page .cm-page span {
  margin: 0 3px;
}

.news-page .cm-page {
  line-height: 3.3rem;
  font-size: 16px;
}

.news-page #page{
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-page .cm-page a {
  box-sizing: border-box;
  background: none;
  min-width: 3.3rem;
  height:3.3rem;
  border: 1px solid #dadada;
}

.news-page .cm-page .pageprv {
  border: 1px solid #dadada;
}

.news-page .cm-page .pageprv,
.news-page .cm-page .pagenext {
  color: #666666;
  font-size: 18px;
  margin-bottom: 1rem;
}
.news-page .cm-page .pageseclt{
  background: url(./jzw-page-sj.png) no-repeat right center;
  width: 78px;
  padding-right: 1.6rem;
  background-position-x: 62px;
}

.news-page .cm-page input {
  box-sizing: border-box;
  height: 33px;
  line-height: 24px;
  width: 30px;
  text-align: center;
  border: 1px solid #dadada;
}

.news-page .cm-page .go {
  width: 54px;
  margin-top: -6px;
  border-radius: 3px;
}

.news-page .cm-page a.cur,
.news-page .cm-page a:hover {
  background: var(--bgcolor);
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
.header .nav-tools .item {
  margin-right: 2.5rem;
}
.header .nav-tools .item.wzayd {
  margin-right: 0rem;
}
footer .info .msg{
  margin-left: 9rem;
}
}