a {
  text-decoration: none;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
p {
  padding: 0px;
  margin: 0px;
}
/*头部*/
.header {
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 130px;
  background: #9d2f2f;
  background: #9d2f2f;
}
.header-middle {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.header-left {
  margin-top: 51px;
}
.header .logo {
  width: 527px;
  height: 60px;
}
.search {
  width: 228px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e1c1c1;
  border-radius: 2px;
  margin: 28px 0px 25px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-input {
  width: 190px;
  height: 25px;
  margin: 1px 3px 0px 0px;
  background: #9d2f2f;
  color: #fff;
  margin-right: 3px;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 0px 0px 0px 12px;
  font-size: 15px;
  outline: none;
}
.search .search-input::placeholder {
  color: #e1c1c1;
}
.search .submit-input {
  width: 16px;
  height: 16px;
  background-size: 100% 100% !important;
  background: url("../imgs/search.png") no-repeat;
  z-index: 9;
  cursor: pointer;
  border: none;
}
.nav .nav-box {
  display: flex;
  gap: 20px;
  padding-inline-start: 0px;
  margin: 0px;
}
.nav li {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  list-style: none;
}
.nav a {
  text-decoration: none;
  opacity: 0.6;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: Medium;
  color: #ffffff !important;
  padding-bottom: 10px;
}
.nav a:hover {
  opacity: 1 !important;
}
.nav .now a {
  opacity: 1 !important;
}
.nav li .er {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
  z-index: 9;
  display: none;
}
.nav li:hover .er {
  display: block;
}
.nav li .er .er_m {
  position: relative;
}
.dropdown {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 10;
  padding-left: 0px;
}
.dropdown-item {
  white-space: nowrap;
  list-style-type: none;
  padding: 12px 25px;
}
.dropdown-item a {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  color: #222222 !important;
  opacity: 1 !important;
}
.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
/*头部end*/
.home {
  min-height: 100vh;
  min-width: 1200px;
  overflow: hidden;
}
.main-banner {
  background: #662e2e;
  width: 100%;
  height: 675px;
}
.banner {
  width: 1200px;
  height: 675px;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner-left {
  width: 62px;
  height: 62px;
  position: absolute;
  cursor: pointer;
  left: -120px;
  top: 46%;
}
.banner-right {
  width: 62px;
  height: 62px;
  position: absolute;
  cursor: pointer;
  right: -120px;
  top: 46%;
}
.news-media {
  width: 100%;
  height: 838px;
  display: flex;
  justify-content: space-between;
  background-size: 100% 100% !important;
  background: url("../imgs/middle-bg.png") no-repeat;
}
.news-box {
  width: 1200px;
  height: 838px;
  margin: 0 auto;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.news-first {
  display: flex;
  margin: 29px 0px 22px;
  flex-wrap: wrap;
}
.news-content {
  width: 306px;
  height: 130px;
}
.news-desc {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  text-align: justify;
  color: #a2a2a2;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 21px;
}
.news-first_title {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  text-align: justify;
  color: #222222;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-img {
  width: 266px;
  height: 149px;
  margin-right: 8px;
}
.news-center,
.media-matrix {
  width: 580px;
  border-radius: 8px;
}
.title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4d7d7;
}
.title-box .more-title {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: Medium;
  text-align: left;
  color: #08090a;
  padding-bottom: 8px;
  border-bottom: 4px solid #9d2f2f;
}
.news-center .more,
.media-matrix .more {
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  color: #9ba1a7;
  cursor: pointer;
}
.media-list-item {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px dashed #d8d8d8;
}
.media-date {
  width: 70px;
  text-align: center;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #e4d7d7;
}
.date-top {
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: Bold;
  color: #9d2f2f;
}
.date-bottom {
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  color: #222222;
}
.media-title {
  flex: 1;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  text-align: justify;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}
.news-list .news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px;
  border-bottom: 1px solid #d8d8d8;
}
.news-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #9d2f2f;
  margin-right: 8px;
}
.news-title {
  flex: 1;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  text-align: left;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 30px;
}
.news-date {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  color: #a2a2a2;
}
/*底部*/
.footer {
  width: 100%;
  height: 379px;
  z-index: 99;
  background-size: 100% 100% !important;
  background-position: center;
  background: url("../imgs/footer-bg.png") no-repeat;
  display: flex;
  justify-content: center;
  margin-top: -93px;
}
.footer-middle {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 379px;
}
.footer-left {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: Medium;
  color: #ffffff;
  margin-top: 180px;
}
.footer-left .info-item {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.footer-left .phone {
  width: 21px;
  height: 21px;
  margin-right: 15px;
}
.footer-left .site {
  width: 20px;
  height: 22px;
  margin-right: 16px;
}
.footer-left .message {
  width: 21px;
  height: 16px;
  margin-right: 15px;
}
.footer-right {
  display: flex;
  margin-top: 154px;
}
.footer-right .qr-item {
  margin-left: 40px;
}
.footer-right .qr {
  width: 147px;
  height: 147px;
}
.footer-right p {
  width: 147px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: Medium;
  text-align: center;
  color: #ffffff;
  word-wrap: break-word;
  margin-top: 0px;
}
/*底部end*/
/*幻灯片*/
.device {
  width: 1200px;
  margin: 0 auto;
  height: 675px;
  position: relative;
}
.device .arrow-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 62px;
  height: 62px;
  z-index: 999;
}
.device .arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 62px;
  height: 62px;
  z-index: 999;
}
.swiper-container {
  height: 675px;
  width: 100%;
}
.content-slide {
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination {
  display: none;
  text-align: center;
  bottom: 5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: red;
  z-index: 999;
}
/*幻灯片*/
/*新闻列表页*/
.list {
  background: #fffbf9;
  min-height: 100vh;
  min-width: 1200px;
  overflow: hidden;
}
.news-banner {
  width: 100%;
  height: 180px;
}
.news-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-content {
  max-width: 1200px;
  min-height: 500px;
  background: #fffbf9;
  margin: 0 auto;
  position: relative;
}
.sidebar {
  position: absolute;
  top: -59px;
  left: 0;
  width: 270px;
  background: #f9f7f5;
}
.sidebar ul {
  list-style: none;
}
.sidebar li {
  width: 270px;
  height: 59px;
  line-height: 59px;
}
.sidebar li a{
  font-size: 16px;
  color: #222222;
  cursor: pointer;
}
.sidebar .active{
  background: #9d2f2f;
}
.sidebar .active a{
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  color: #ffffff;
}
.sidebar li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #9d2f2f;
  margin: 0px 8px 0px 47px;
}
.sidebar li.active span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
}
.list-content {
  width: 880px;
  margin-left: 320px;
}
.list-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4d7d7;
  padding: 30px 0px 15px;
}
.breadcrumb,.breadcrumb a{
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  color: #222222;
}
.list-bar-title {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: Medium;
  color: #08090a;
}
.list-box {
  margin-bottom: 65px;
}
.list-item {
  display: flex;
}
.list-item-left {
  display: flex;
  border-bottom: 1px solid #e4d7d7;
  height: 95px;
  padding: 29px 0px 22px;
  flex: 1;
}
.date-box {
  width: 58px;
  height: 90px;
  background: #f6f6f6;
  text-align: center;
  margin-right: 12px;
}
.date-box span {
  display: block;
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: Bold;
  text-align: center;
  color: #9d2f2f;
  padding-top: 10px;
}
.date-box p {
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  text-align: center;
  color: #222222;
}
.list-info {
  flex: 1;
}
.list-title a{
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: Medium;
  text-align: justify;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
}
.list-desc {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: Regular;
  text-align: justify;
  color: #a2a2a2;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-img {
  width: 218px;
  height: 123px;
  margin: 24px 0px 0px 14px;
}
.list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-pagination {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 122px;
}
.new-pagination span,
button {
  margin: 0 4px;
  font-size: 15px;
}
.new-pagination button {
  background: #fff;
  border: 1px solid #a11c1c;
  color: #a11c1c;
  border-radius: 4px;
  padding: 2px 10px;
  cursor: pointer;
}
.new-pagination button .active,
.new-pagination button:hover {
  background: #a11c1c;
  color: #fff;
}
.pb_sys_style1 .p_no_d {
  border: 1px solid #9D2F2F !important;
  color: #fff;
  background-color: #9D2F2F !important;
}
.search-item{
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: Medium;
  text-align: justify;
  color: #222222;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
}
.search-item a{
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: Medium;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  flex: 1;
}
.search-date{
  color: #999999;
}
input:-internal-autofill-selected{
  background-color:#9d2f2f !important;
}