/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

.header {
  position: relative;
}

.top {
  padding: 0px 160px;
  width: 100%;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, #ff392d 0%, rgba(7, 118, 236, 0) 100%);
  padding-top: 20px;
}

.list-top {
  padding: 20px 160px;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
  background: #af1918;
  padding-top: 20px;
}

.logo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.box-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 60px;
  height: auto;
}

.logo-xin {
  /*margin-left: 20px;*/
  width: 400px;
  /*height: 50px;*/
}

.logo-box span {
  padding-left: 40px;
}

.logo-title {
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-left: 20px;
  line-height:60px;
}

.logo-title a {
  color: #fff;
}

.menu {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #c14948;
  border-bottom: 1px solid #c14948;
  padding: 20px 0;
}

.menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  gap: 20px;
}

.menu ul li a {
  font-size: 20px;
  transition: color 0.3s;
  font-weight: normal;
  color: #fff;
}

#sub-list li:hover .sub {
  display: block;
  opacity: 1;
  visibility: visible;
}
#sub-list li {
  position: relative;
  padding: 0 10px;
  border-radius: 80px;
}

#sub-list li:hover {
  background-color: #fe3434;
  padding: 0 10px;
  border-radius: 80px;
  display: flex;
  align-items: center;
}

.sub {
  position: absolute;
  top: 110%;
  left: -8%;
  font-size: 18px;
  min-width: 7em;
  background: #fff;
  float: left;
  text-align: center;
  background-color: #ff392d;
  border-radius: 8px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sub div {
  padding-bottom: 4px;
  padding: 4% 0;
  padding-left: 10px !important;
}
.sub div a {
  font-size: 18px !important;
}

.sub div:hover {
  background-color: #fff;
  cursor: pointer;
}

.sub div:hover a {
  color: #000;
}

.sub div:first-child:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sub div:last-child:hover {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.search-container {
  border: 1px solid #c2bdbd;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.search-container img {
  opacity: 0.3;
}
.search-input {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #c2bdbd;
}
.search-input::placeholder {
  color: #c77b7b;
}

.search-input:focus {
  outline: none; /* 移除获得焦点时的默认轮廓线 */
}

.search-icon {
  width: 30px;
  height: 30px;
}

.mySwiper .swiper-slide {
  overflow: hidden;
}

.mySwiper .swiper-slide img {
  animation: zoom 10s ease-in-out infinite;
  position: relative;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 24px !important;
  color: #fff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(245, 242, 242, 0.8) !important;
  color: #767171 !important;
}

/* 搜索层样式 */
.search-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.search-layer.active {
  display: flex;
  background: rgba(0, 0, 0, 0.8);
}

.body-box {
  padding: 20px 160px;
  background-color: #f4f5f5;
}

.body-title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.title-left {
  background-image: url("/dwxcb/img/title-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 60px;
  display: flex;
  padding: 20px;
  align-items: center;
}

.title-gz {
  background-image: url("/dwxcb/img/gz.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}

.title-msg {
  font-size: 20px;
  color: #fff;
  padding-left: 8px;
}

.title-right {
  display: flex;
  align-items: center;
}

.qz {
  background-image: url("/dwxcb/img/qz.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 177px;
  height: 44px;
}

.title-ll {
  background-image: url("/dwxcb/img/ll.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}

.title-wl {
  background-image: url("/dwxcb/img/wl.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}

.title-js {
  background-image: url("/dwxcb/img/js.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}

.title-tz {
  background-image: url("/dwxcb/img/tz.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}

.title-mt {
  background-image: url("/dwxcb/img/mt.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}

.title-zd {
  background-image: url("/dwxcb/img/gz.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}

.more a {
  font-size: 16px;
  color: #ccc;
  padding-left: 10px;
}

.line {
  background-image: url("/dwxcb/img/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 4px;
}

.box-one {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.left-swiper {
  width: 70%;
}

.slide-box {
  display: flex;
  width: 100%;
}

.img-box {
  width: 50%;
  height: 100%;
  position: relative;
}

.img-box img {
  width: 100%;
  object-fit: fill;
}

.swiper-title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(44, 44, 44, 0.5);
  font-size: 14px;
  color: #fff;
  padding: 20px;
  font-weight: 500;
}

.left-swiper .swiper-button-next {
  margin-right: 50% !important;
  padding: 24px !important;
  color: #fff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.left-swiper .swiper-button-prev {
  padding: 24px !important;
  color: #fff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.left-swiper .swiper-button-next:hover,
.left-swiper .swiper-button-prev:hover {
  background-color: rgba(245, 242, 242, 0.8) !important;
  color: #767171 !important;
}

.box-content {
  width: 50%;
  background-color: #eceded;
  padding: 20px;
  position: relative;
}

.box-tite {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-info {
  width: 100%;
  font-size: 16px;
  text-align: left;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.look-more {
  position: absolute;
  bottom: 20px;
}

.box-one-ul-box {
  width: 29%;
  padding-left: 50px;
}

.box-one-ul {
  list-style: none;
}
.box-one-ul li {
  position: relative;
}

.box-one-ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.35em;
  border-color: transparent #005245;
  position: absolute;
  left: -3%;
  top: 24%;
  /* 调整三角形的垂直位置 */
}

.box-one-ul li {
  padding-bottom: 15px;
}

.news-date {
  color: #999;
  font-size: 14px;
  margin-left: 15px;
}

.box-two {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 0 10px;
}

.two-item {
  width: 30%;
}

.item-more {
  flex: 1;
  text-align: right;
  background-color: #feffff;
  padding: 10px;
  color: #ccc;
}

.item-more a {
  color: #6f6d6d;
}

.item-content {
  padding: 20px 0 10px 20px;
}

.item-ul {
  list-style-type: square;
  color: red;
}

.item-ul li {
  padding-bottom: 10px;
}

.new-box {
  display: flex;
  justify-content: space-between;
}

.news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}

.foot {
  background-image: url("/dwxcb/img/bottom-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #f4f5f5;
  padding-top: 230px;
  margin-top: -100px;
}

.foot-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 160px;
}

.foot-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

.foot-img-box {
  padding: 30px 10px;
  display: flex;
}

.foot-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-right: 60px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.foot-img img {
  width: 62px;
  height: 60px;
}

.foot-img .ewm {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -90px;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.foot-img:hover .ewm {
  opacity: 1;
  visibility: visible;
}

.info {
  color: #fff;
  padding-top: 10px;
}

.last {
  color: #fff;
  padding-top: 10px;
  text-indent: 2em;
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  background-color: #000;
  z-index: 10;
  opacity: 0.3;
  color: #ccc;
  padding: 20px 160px;
  font-size: 16px;
}

/* list样式 */
.list-box {
  padding: 20px 160px;
  background-color: #f4f5f5;
  display: flex;
  justify-content: space-between;
}

.list-left-content {
  background-color: #fff;
  padding: 20px;
}

.content-item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.content-item.tt {
  background:url(/dwxcb/img/no.png) no-repeat right;
}

.content-item .img {
  width: 34px;
  height: 20px;
  background-image: url("/dwxcb/img/no.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content-item a {
  margin-right: 100px;
}

.content-item.active {
  background:url(/dwxcb/img/rd.png) no-repeat right  #fff5f5;
}

.content-item.active a {
  color: red;
  font-weight: bold;
}

.content-item.active .img {
  background-image: url("/dwxcb/img/rd.png");
}

.list-right {
  background-color: #fff;
  padding: 20px;
  width: 78%;
}

.list-right-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.list-right-title {
  background-image: url("/dwxcb/img/title-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.list-right-path {
  border: 1px solid #ccc;
  flex: 1;
  padding: 10px 20px;
  color: #999;
  text-align: right;
}
.list-right-path a{color: #999;}
.list-ul-box {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}

.list-ul {
  color: gray;
}

.list-ul li {
  padding-bottom: 20px;
}

.new-box {
  display: flex;
  justify-content: space-between;
}

.list-date {
  color: #999;
  font-size: 16px;
}

.fy {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.fy .fy-item {
  border: 1px solid #ccc;
  padding: 0px 10px;
  margin-right: 10px;
  font-size: 16px;
}

.fy .fy-item a {
  text-decoration: none;
  color: #000;
}

.action {
  background-color: red;
  color: #fff !important;
}

.action a {
  color: #fff !important;
}

/* 详情 */

.details-title-box {
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}

.details-title {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 20px 0;
  color: red;
}

.other-box {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other-msg {
  font-size: 16px;
  color: #ccc;
  padding: 0 10px;
}

.other-msg a {
  color: #ccc;
}

.details-content {
  text-align: left;

  font-size: 18px;
  padding: 15px 0;
  line-height: 30px;
}

.details-content img {
  width: 90%;
  height: auto;
  margin: 10px 0;
}

.next-box {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 20px 0;
  border-top: 1px dashed #ccc;
  color: #999;
}

.next-item a {
  color: #999;
  font-size: 16px;
}

/* 动画样式 */

.animation {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    transform 5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.visible-element {
  opacity: 1;
  transform: translateY(0);
}

/* 媒体查询 */
@media (max-width: 1420px) {
  .content-item a {
    margin-right: 50px;
  }
  .sub-li a {
    font-size: 16px !important;
  }
}

@media (max-width: 1000px) {
  .mySwiper .swiper-slide img{
    height: 300px;
  }
  .body-box,  .top{
    padding: 20px;
  }
  .list-top{
    padding: 20px;
  }
  .menu ul{
    gap: 0;
  }
  .menu ul li a{
    text-align: center;
  }
  #sub-list li:hover{
    border-radius: 10px;
  }
  .logo{
    width: 50px;
  }
  .logo-xin{
    width: 50%;
  }
  .title-left{
    height: 38px;
    padding: 0 10px;
  }
  .more{
    width: 60px;
  }
  .qz{
    width: 160px;
  }
  .swiper-button-prev,.swiper-button-next{
    display: none !important;
  }
  .logo-title{
    font-size: 15px;
    line-height: 16px;
  }
  .search-container{
    display: none;
  }
  .box-one,.box-two{
    flex-wrap: wrap;
  }
  .left-swiper{
    width: 100%;
    height: 200px;
  }
  .box-info{
    -webkit-line-clamp:3
  }
  
  .img-box a img{
    height: 200px !important;
  }
  .box-one-ul-box{
    margin-top: 20px;
    width: 100%;
    padding-left: 20px;
  }
  .two-item{
    width: 100%;
  }
  .foot-top{
    padding: 20px;
    font-size: 12px;
    display: block;
    text-align: center;
  }
  .foot-img-box{
    justify-content: space-between;
  }
  .foot-bottom{
    padding: 20px;
  }
  .list-box{
    padding: 20px;
  }
  .news-title{
    width: 60%;
  }
  .list-right-top{
   display: block;
  }
  .list-right-path{
    text-align: left;
  }
  .other-box{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .other-msg{
    width: 25%;
    font-size: 12px;
  }
  .list-left{
    display: none;
  }
  .list-right{
    width: 100%;
  }
  .next-box{
    display: block;
  }
  .fy .fy-item{
    padding: 0;
  }
  .list-date{
    font-size: 14px;
  }
  .title-msg{
    font-size: 14px;
  }
}
