@charset "UTF-8";
* {
  box-sizing: border-box;
}

.image, .swiper-3 a .img img, .swiper-2 a img, .box1 .xyxw .bd dl dt a h1 img, .swiper-1 a img, .sortlist .picture li a img, .inside-1 img, .box2 .jxgz .bd dl dt a h1 img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.df-sb, .sortlist ul li, .box1 .xyxw .bd dl dd a, .box1 .container, .sortlist .picture, .kjlj ul, .insidePagination {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 多出部分用省略号表示 , 用于一行 */
.wes, .box1 .sjdt .bd dl dd a h2, .ny_nav ul li > a, .box1 .xyxw .bd dl dd a p, .box1 .tzgg .bd ul li a h2, .swiper-1 a p, .sortlist ul li a, .box2 .jxgz .bd dl dd a h2, .box1 .xydt .bd ul li a h2 {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple_5 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  transform: scale(0.65, 0.65);
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  animation: ripple_4 1s linear infinite;
}
.menu .menu1 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.menu .menu1 span {
  position: absolute;
  width: 28px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  font-size: 0;
}
.menu .menu1 span::before, .menu .menu1 span::after {
  content: "";
  position: absolute;
}
.menu .menu1 span::before {
  width: 4px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span::after {
  right: 0;
  top: 0;
  width: 22px;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span:nth-child(1) {
  margin-top: -9px;
}
.menu .menu1 span:nth-child(1)::before {
  background: #0a3f89;
}
.menu .menu1 span:nth-child(1)::after {
  background: #0a3f89;
}
.menu .menu1 span:nth-child(2)::before {
  background: #0a3f89;
}
.menu .menu1 span:nth-child(2)::after {
  background: #0a3f89;
}
.menu .menu1 span:nth-child(3) {
  margin-top: 9px;
}
.menu .menu1 span:nth-child(3)::before {
  background: #0a3f89;
}
.menu .menu1 span:nth-child(3)::after {
  background: #0a3f89;
}

.menu.cross {
  animation-name: ripple_5;
  position: fixed;
}
.menu.cross .menu1 span {
  margin: 0;
}
.menu.cross .menu1 span::before {
  width: 6px;
  border-radius: 50px 0 0 50px;
}
.menu.cross .menu1 span::after {
  border-radius: 0 50px 50px 0;
}
.menu.cross .menu1 span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu.cross .menu1 span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.menu.cross .menu1 span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.insidePagination {
  width: 100%;
  justify-content: center;
  padding: 50px 0;
  padding-bottom: 0;
}
.insidePagination a,
.insidePagination span {
  box-sizing: border-box;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0 3px;
  padding: 0 15px;
  transition: all 0.3s;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 3px;
}
.insidePagination a.active,
.insidePagination span.active,
.insidePagination a.strong,
.insidePagination span.strong,
.insidePagination a:hover {
  background: #0a3f89;
  border-color: #0a3f89;
  color: #fff;
}
.insidePagination span {
  font-size: 14px;
  color: #666666;
}

.box2 .jxgz .bd dl dt a h1 {
  display: block;
  width: 100%;
}
.swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box2 .jxgz .bd dl dd a h2 {
  width: calc(100% - 100px);
}

.kjlj ul li {
  display: block;
  text-align: center;
  width: 110px;
  float: left;
  margin-right: 63px;
}

.kjlj ul li {
  margin: 0;
}

.footer {
  height: auto;
}
.footer a {
  color: #fff;
}

.nav ul {
  width: auto;
  /* 去掉死宽度 1315px */
  display: flex;
  justify-content: space-between;
  /* 均匀分布 */
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav ul li {
  flex: 1;
  /* 每个 li 均分宽度 */
  text-align: center;
  position: relative;
}

.inside-1 {
  display: block;
  height: 440px;
}
.box2 .yxdh .bd ul li {
  margin-bottom: 15px !important;
}

body {
  overflow-x: hidden;
}

.box1 .tzgg .bd ul li {
  height: 54px !important;
  margin-bottom: 16px !important;
}

.box1 .tzgg .bd ul li a {
  padding: 5px 5px 5px 12px !important;
}

.box1 .tzgg .bd ul li a h2 {
  margin-bottom: 2px !important;
}

.box2 .yxdh .bd ul li {
  margin-bottom: 15px !important;
  display: inline-block;
  margin: 0 10px;
}

.box2 .yxdh .bd ul li a {
  height: 40px !important;
  width: 249px !important;
  line-height: 40px !important;
}

.box1 .xqdt .xqdt_r ul li a .time {
  background: #0068b7;
  color: #fff;
}

#colR {
  width: calc(100% - 400px);
}

.sortlist ul li {
  width: 100%;
}

.sortlist .picture {
  gap: 0 2%;
}
.sortlist .picture li {
  width: 32%;
  margin: 8px 0;
}

.sortlist .picture li a {
  display: block;
  width: 100%;
}
.sortlist .picture li a img {
  height: 245px;
}

.ny_content .art .content img {
  max-width: 100%;
  height: auto !important;
}
.ny_content .art .content iframe {
  max-width: 100%;
}
.sortlist ul li a {
  display: inline-block;
}

.swiper-1 {
  height: 334px;
}
.swiper-1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 10px;
  bottom: 15px;
}
.swiper-1 .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #0a3f89;
}
.swiper-1 a {
  display: block;
  overflow: hidden;
}
.swiper-1 a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding-left: 10px;
  padding-right: 120px;
  text-align: left;
}
.swiper-1 a:hover img {
  transform: scale(1.1);
}

.box1 .xqdt .xqdt_m {
  width: 52.08%;
}

.box1 .xqdt .xqdt_r {
  width: 45.41%;
}

.box1 .container::before, .box1 .container::after {
  display: none;
}

.box2 {
  margin: 0;
  width: 22.14%;
}
.box2 .container {
  padding: 0;
}

.box1 .tzgg {
  width: 27.57%;
  height: auto;
}

.box1 .tzgg2 {
  width: 36.07%;
  margin-top: 28px;
}

.box1 .xyxw {
  width: 40.76%;
  margin: 0;
}

.box1 .xyxw .bd dl dd a {
  height: 36px;
  line-height: 36px;
}
.box1 .xyxw .bd dl dd a span {
  font-size: 14px;
  color: #888;
}
.box1 .xyxw .bd dl dd a p {
  width: calc(100% - 110px);
}

.sy_title {
  position: relative;
}
.box2 .yxdh .bd {
  height: 383px;
}

.box2 .yxdh .bd ul li a {
  height: 29px;
  font-size: 16px;
  text-indent: 66px;
  line-height: 29px;
}

.sy_main {
  background: 0 !important;
  padding-bottom: 80px;
}

.sy_main .box2 {
  float: left;
  padding: 28px 0 0 0;
}

.sy_main .box2 .container {
  width: 100%;
}

.sy_main .box2 .yxdh {
  width: 100%;
}

.sy_main .box2 .yxdh .bd {
  height: 474px;
  overflow-y: auto;
  margin: 25px 0 0;
}

.box1 .xyxw .bd dl dt a {
  display: block;
  height: 290px;
}
.box1 .xyxw .bd dl dt a h1 {
  display: block;
  width: 100%;
  height: 100%;
}
.sortlist ul li {
  align-items: center;
  flex-direction: row-reverse;
}
.sortlist ul li a {
  width: calc(100% - 110px);
}

.box1 .xyxw .bd {
  height: auto;
}

.sortlist dl dt {
  height: auto;
}

.ny_nav ul li > a {
  padding-right: 50px;
}

.banner {
  height: 50.4vw;
  max-height: 100vh;
}

.swiper-2 {
  height: 100%;
}
.swiper-2 .swiper-pagination {
  bottom: 70px;
}
.swiper-2 .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border-radius: 12px;
}
.swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #0a3f89;
  width: 40px;
}
.swiper-2 a {
  height: 100%;
}
.swiper-3 a .img {
  height: 210px;
}
.swiper-3 a p {
  font-size: 16px;
  text-align: center;
  padding: 20px 0 10px;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.box1 .sjdt .bd dl dd a h2 {
  width: calc(100% - 130px);
}

.lastlist ul li a {
  font: 14px/32px "Microsoft YaHei";
  color: #333333;
  margin-left: 16px;
  display: block;
}

.lastlist ul li a .time {
  display: none;
}

.lastlist ul li a p {
  display: none;
}

.ny_banner {
  height: auto;
}

.box1 .xqdt {
  width: 68.57%;
}

@media (max-width: 1450px) {
  .footer .ft-1 .ewm {
    display: none;
  }
  .footer .ft-1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .ft-1 .line {
    margin: 37px 0 0;
  }
}
@media (max-width: 1420px) {
  .box3 a.next,
  .box3 a.prev {
    display: none;
  }
}
@media (max-width: 1350px) {
  .top span {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer .ft-1 {
    height: auto;
    padding: 25px 0;
  }
  .footer .ft-1 .ft_logo {
    display: none;
  }
  .footer .ft-1 .line {
    display: none;
  }
  .footer .ft-1 dl {
    padding: 0;
    width: 100%;
  }
  .footer .ft-2 {
    display: none;
  }
  .box2 {
    width: 100%;
  }
  .box1 {
    padding: 25px 0;
  }
  .box2 .cgjt,
  .box1 .sjdt,
  .box1 .xqdt {
    width: 100%;
    margin-top: 20px;
  }
  .page span,
  .page a {
    font-size: 12px;
    padding: 5px 3px !important;
    margin: 3px !important;
  }
  .box1 .xyxw .bd dl dt a {
    height: 120px;
  }
  .box1 .xqdt .xqdt_m {
    width: 100%;
  }
  .box1 .xqdt .xqdt_r {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .sy_main {
    padding-bottom: 30px;
  }
  .swiper-1 {
    width: 100%;
  }
  .swiper-1 .swiper-pagination {
    bottom: 5px;
    right: 5px;
  }
  .swiper-1 .swiper-pagination span {
    width: 5px;
    height: 5px;
  }
  .swiper-1 a p {
    font-size: 12px;
    line-height: 2;
    padding-left: 10px;
    padding-right: 50px;
  }
  .footer p {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer span {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .footer a.jszc {
    padding: 0;
    float: none;
  }
  .box1 .xyxw {
    width: 100%;
  }
  #date {
    display: none;
  }
  .top a.logo {
    margin: 0;
  }
  .ny_content .art .title h2 {
    font-size: 16px;
  }
  .sortlist ul li {
    text-overflow: initial;
  }
  .sortlist ul li a {
    width: calc(100% - 110px);
  }
  .inside-1 {
    height: 45vw;
    margin-top: 60px;
  }
  .ny_content .art {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ny_content .art .content * {
    font-size: 16px !important;
    line-height: 2 !important;
  }
  .ny_content .art .content div img {
    margin-left: -24pt;
  }
  .ny_content .art .content iframe {
    height: 65vh;
  }
  .ny_content .art .title h1 {
    font-size: 18px;
  }
  #colL {
    display: none;
  }
  #colR {
    width: 100%;
  }
  .position {
    height: auto;
  }
  .menu {
    display: block;
  }
  .top {
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 260;
    background: #0a3f89;
  }
  .top .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .top form {
    display: none;
  }
  .top a.logo {
    padding-top: 0;
  }
  .top a.logo img {
    height: auto;
    max-height: 40px;
    max-width: calc(100vw - 20px - 40px - 20px);
  }
  .nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    padding-bottom: 25px;
    z-index: 50;
    background: #fff;
  }
  .nav .container {
    height: 100%;
  }
  .nav.cross {
    display: block;
  }
  .nav ul {
    height: 100%;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-y: auto;
  }
  .nav ul li {
    flex: none;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav ul li > a {
    width: calc(100% - 40px);
    height: auto;
    padding: 0;
    line-height: 50px;
    font-size: 18px;
    box-shadow: none !important;
    text-align: left;
    color: #0a3f89 !important;
    font-weight: bold;
    background: 0 !important;
  }
  .nav ul li > a::before, .nav ul li > a::after {
    display: none !important;
  }
  .nav ul li i {
    width: 40px;
    position: relative;
    transition: all 0.3s;
  }
  .nav ul li i::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #0a3f89;
    left: 13px;
    top: 50%;
    transform: rotate(45deg);
    position: absolute;
  }
  .nav ul li i::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #0a3f89;
    left: 13px;
    top: 50%;
    transform: translate(5px, 0) rotate(-45deg);
    position: absolute;
  }
  .nav ul li:hover .sub {
    display: none;
  }
  .nav ul li.cross {
    border: 0;
  }
  .nav ul li.cross > a {
    color: #0a3f89;
  }
  .nav ul li.cross dl {
    display: block !important;
  }
  .nav ul li.cross i {
    transform: rotate(180deg);
  }
  .nav ul li dl {
    display: none !important;
    position: relative;
    top: auto !important;
    background: 0;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border: 0;
    bottom: auto !important;
  }
  .nav ul li dl dd a {
    text-align: left;
    color: #0a3f89;
    background: 0 !important;
    font-size: 16px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .swiper-container1 {
    margin-top: 60px;
  }
  .box1 .xydt,
  .box1 .tzgg {
    width: 100%;
  }
  .box2 .jxgz {
    width: 100%;
    margin: 0;
    padding-top: 20px;
  }
  .box2 {
    padding: 15px 0 30px;
  }
  .box2 .kjlj ul li {
    width: 25%;
    padding-bottom: 20px;
  }
  .box1,
  .box2 {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .top {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .box1 {
    padding: 25px 0;
  }
  .box2 .kjlj ul {
    justify-content: flex-start;
  }
  .box2 .kjlj ul li {
    width: 33.33%;
  }
  .swiper-2 {
    margin-top: 60px;
  }
  .swiper-2 .swiper-pagination {
    bottom: 10px;
  }
  .box1 {
    padding-bottom: 0;
  }
  .box2 {
    padding: 0;
  }
  .swiper-3 a .img {
    height: 128px;
  }
  .swiper-1 {
    height: 60vw;
  }
  .sortlist .picture {
    gap: 0 2%;
  }
  .sortlist .picture li {
    width: 49%;
  }
  .sortlist .picture li a img {
    height: 32vw;
  }
}