.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 20rem;
  overflow: hidden;
  position: relative;
}
.head:after {
  width: 140%;
  height: 15rem;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: -1;
  content: '';
  border-radius: 0 0 50% 50%;
  background-image: linear-gradient(#fd4639, #fd4c3e, #fd5545, #fd6c57);
}
.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6rem;
}
.logo a {
  width: 13rem;
}
.logo a img {
  margin-left: 2rem;
  width: 100%;
  height: 3rem;
}
.logo .search {
  margin-right: 2rem;
  border-radius: 10px;
  overflow: hidden;
  width: 18rem;
  height: 4rem;
  position: relative;
  border: 1px solid #eee;
  background: #ffd7d4;
}
.logo .search form input {
  padding-left: 2rem;
  width: 15rem;
  background: #ffd7d4;
  height: 4rem;
}
.logo .search form button {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  z-index: 9;
  border: none;
  width: 3rem;
  height: 2rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 60%;
}
.nav {
  position: absolute;
  left: 50%;
  top: 7rem;
  transform: translateX(-50%);
  width: 90%;
  background-color: #fff;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(68, 96, 241, 0.08), 0 -0.2rem 0.4rem 0 rgba(68, 96, 241, 0.08);
}
.nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav ul li {
  height: 30px;
  line-height: 30px;
  width: 25%;
  text-align: center;
}
.nav ul li a {
  font-size: 15px;
}
.p {
  padding: 0 2.5rem;
}
.hua-txt {
  padding: 1rem 0;
  height: 5.5rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hua-txt .left {
  width: 5.8rem;
  border-right: 1px solid #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hua-txt .left span {
  writing-mode: vertical-rl;
  font-family: '黑体';
  font-size: 20px;
  color: #ff0000;
  font-weight: 700;
}
.hua-txt #swiper-1 {
  width: 75%;
}
.hua-txt #swiper-1 .swiper-slide h2 {
  font-size: 1.8rem;
}
.bg {
  background-color: #f5f0f1;
  padding: 1rem 0 2rem;
}
#swiper-2 {
  height: 18rem;
  padding-bottom: 4rem;
}
#swiper-2 .swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
}
#swiper-2 .swiper-slide a {
  display: block;
  position: relative;
  width: 83%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
#swiper-2 .swiper-slide a span {
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
}
#swiper-2 .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #ff0000;
  opacity: 1;
  transition: all 0.6s;
}
#swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  border-radius: 0.8rem;
}
.list ul li {
  margin-top: 1.2rem;
  white-space: normal;
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list ul li a img {
  height: 9.3rem;
  width: 14rem;
  margin-left: 1rem;
  border-radius: 0.8rem;
}
.list ul li a h3 {
  font-size: 1.8rem;
  min-height: 5rem;
}
.title-2 {
  height: 4rem;
  line-height: 4rem;
  border-top: 0.1rem solid #e1e1e1;
}
.title-2 span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  padding: 0 2rem;
  border-top: 0.1rem solid #e10d0c;
  color: #333;
}
.title-2 i {
  font-size: 1.2rem;
}
.news-list {
  background-color: #fff;
  padding: 0.8rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
}
.news-list ul li {
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: left;
  overflow: hidden;
  border-bottom: 0.1rem dashed #595959;
}
.news-list ul li:last-of-type {
  border: none;
}
.news-list ul li a {
  font-size: 1.6rem;
}
.img-box {
  height: 20rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.img-box span {
  height: 4rem;
  line-height: 4rem;
  background: rgba(0, 0, 0, 0.6);
}
.dian ul li {
  position: relative;
  padding-left: 2rem;
}
.dian ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.crumbs {
  height: 4rem;
  line-height: 4rem;
}
.crumbs a,
.crumbs span {
  margin-right: 1rem;
  font-size: 1.4rem;
}
.paging {
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1rem;
  color: #1a1a1a;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 0.5rem;
}
.paging a:nth-of-type(2),
.paging a:nth-of-type(4) {
  background-color: #fff;
  border: 1px solid #ccc;
}
.paging a:first-of-type::before {
  content: '共';
}
.paging .hover {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.paging .hover::before {
  content: '第';
}
.paging span {
  padding-left: 0;
}
.paging span::before {
  content: '/';
}
.paging span::after {
  content: '页';
}
.con-tit h4 {
  font-size: 2rem;
  font-weight: 700;
}
.con-info {
  padding-bottom: 10px;
  border-bottom: 3px solid #ccc;
}
.con-info span {
  font-size: 15px;
  color: #999;
}
.con-txt P {
  margin-top: 1rem;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 3rem;
  text-indent: 2em;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
.pian a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  margin-top: 1rem;
}
