.flex {
  display: flex;
  justify-content: space-between;
}
.logo {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 6rem;
}
.logo a {
  width: 13rem;
}
.logo a img {
  margin-left: 2rem;
  width: 100%;
  height: 3rem;
}
.logo .search {
  width: 18rem;
  height: 4rem;
  margin-right: 2rem;
}
.logo .search form {
  border: 1px solid #960505;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo .search form input {
  padding-left: 1rem;
  width: 13rem;
  height: 4rem;
}
.logo .search form button {
  margin-right: 1rem;
  border: none;
  width: 2rem;
  height: 4rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 100%;
}
.hd_nav {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 4rem;
  padding: 0 1.2rem;
  background-color: #960505;
  transition: 0.6s;
}
.hd_nav .hd_nav_list {
  width: 100%;
  position: relative;
}
.hd_nav .hd_nav_list ul {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hd_nav .hd_nav_list ul li {
  width: 21%;
  text-align: center;
  height: 4rem;
  line-height: 4rem;
}
.hd_nav .hd_nav_list ul li a {
  color: #fff;
}
.hd_nav .hd_nav_list i {
  background: url(../img/bottom.png) no-repeat center;
  display: inline-block;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 2.75rem;
  height: 2.4rem;
  transition: 0.6s;
  background-size: 60%;
}
.hd_nav_add {
  background-color: #960505;
  height: 12rem;
}
.hd_nav_add .hd_nav_list i {
  transform: rotate(180deg);
}
.p {
  padding: 0 1.2rem;
}
#swiper-1 {
  height: 20rem;
}
#swiper-1 .swiper-slide span {
  background: rgba(0, 0, 0, 0.5);
  height: 3rem;
  line-height: 3rem;
}
#swiper-1 .swiper-slide span h1 {
  width: 80%;
  font-size: 1.4rem;
}
#swiper-1 .swiper-pagination {
  color: #fff;
  text-align: right;
  left: -20px;
  bottom: 5px;
  font-size: 14px;
}
.title {
  padding-left: 10px;
  border-left: 3px solid #960505;
}
.title i,
.title span {
  font-size: 16px;
  font-weight: 700;
}
.title i {
  margin: 0 5px;
}
.title .cur {
  color: #960505;
}
.list ul li {
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-left: 20px;
}
.list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #c3d8ec;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list ul li a {
  font-size: 16px;
}
.img-box {
  position: relative;
  height: 243px;
}
.img-box span {
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.6);
}
.first ul li:first-of-type a {
  font-weight: 700;
  color: #960505;
}
.top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top-list ul li {
  padding-left: 35px;
  height: 36px;
  line-height: 36px;
  color: #515151;
  position: relative;
}
.top-list ul li a:hover {
  text-decoration: underline;
}
.top-list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #efefef;
}
.top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #960505;
}
.list-list ul li {
  padding: 1rem 0;
  white-space: normal;
  border-bottom: 1px solid #e5e5e5;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a img {
  margin-right: 2rem;
  height: 8rem;
  width: 11rem;
}
.list-list ul li a .txt {
  flex: 1;
}
.list-list ul li a .txt h2 {
  font-size: 1.6rem;
}
.list-list ul li a .txt span {
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  color: #999;
  text-align: right;
  font-size: 1.2rem;
}
.crumbs {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 3px solid #efefef;
}
.crumbs a,
.crumbs span {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.4rem;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 0.5rem;
}
.paging .hover {
  color: #fff;
  background-color: #e94740;
}
.con-tit {
  margin: 20px 0;
}
.con-tit h4 {
  font-size: 22px;
}
.con-info {
  height: 40px;
  line-height: 40px;
}
.con-info span {
  color: #999;
  font-size: 13px;
  margin-right: 20px;
}
.con-txt p {
  font-size: 16px;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 3rem;
  text-align: justify;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
.pian a {
  padding: 1rem;
  border: 1px solid #ccc;
  margin-top: 1rem;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
