a:hover {
  color: #a82923;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #a82923;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: 250px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
nav {
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #a82923;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
nav .logo {
  width: 185px;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
nav .nav-list {
  width: 80%;
  margin-top: 43px;
}
nav .nav-list ul {
  display: flex;
  justify-content: space-between;
}
nav .nav-list ul li {
  border-bottom: 5px solid transparent;
}
nav .nav-list ul li a {
  height: 65px;
  line-height: 65px;
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
nav .nav-list ul li:hover {
  border-bottom: 5px solid #fae385;
}
nav .nav-list ul li:hover a {
  color: #fae385;
}
nav .search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 30px;
  border: 1px solid transparent;
  display: none;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.3s;
}
nav .search:hover {
  width: 260px;
  border: 1px solid #ccc;
}
nav .search:hover input {
  display: block;
  background-color: #fff;
}
nav .search:hover button {
  background: #fff url('../img/search-active.png') no-repeat 10px center;
  background-size: 40%;
  display: block;
}
nav .search button {
  transition: all 0.3s;
  background: url('../img/search.png') no-repeat 10px center;
  background-size: 22px;
  z-index: 99;
  border: 0;
  outline: none;
  width: 64px;
  height: 100%;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
nav .search input {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  text-indent: 1rem;
  font-size: 14px;
}
#swiper-1 {
  height: 463px;
  margin: 0;
  width: 800px;
}
#swiper-1 .swiper-slide span {
  height: 60px;
  line-height: 60px;
}
#swiper-1 .swiper-slide span h1 {
  width: 70%;
  text-align: left;
  font-size: 20px;
}
#swiper-1 .swiper-pagination {
  text-align: right;
  left: -30px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
  font-size: 18px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a82923;
  color: #fff;
}
.aaa-kuai {
  width: 380px;
}
.aaa-kuai .item .time {
  width: 50px !important;
  height: 60px !important;
}
.aaa-kuai .item h1 {
  line-height: 30px !important;
  font-size: 20px !important;
}
.aaa-kuai .item h2:first-of-type {
  padding-left: 60px !important;
}
.bgg {
  background-color: #f6f6f6;
}
.box .title-1 {
  align-items: center;
}
.box .title-1 h1 {
  font-size: 25px;
}
.box .title-1 span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/more.png) no-repeat center;
  transition: 0.6s;
}
.box .title-1 span:hover {
  background: url(../img/more-hover.png) no-repeat center;
}
.box #swiper-2 {
  background-color: #8e1713;
}
.box #swiper-2 .swiper-slide {
  box-sizing: border-box;
}
.box #swiper-2 .swiper-slide a {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.box #swiper-2 .swiper-slide a .img-box {
  width: 70%;
}
.box #swiper-2 .swiper-slide a .img-box img {
  height: 250px;
}
.box #swiper-2 .swiper-slide a .img-box span {
  text-align: center;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  display: block;
  color: #fff;
}
.box #swiper-2 .swiper-slide a .txt-box {
  width: 28%;
  padding: 10px;
  box-sizing: border-box;
}
.box #swiper-2 .swiper-slide a .txt-box h3 {
  color: #fff;
  -webkit-line-clamp: 7;
  font-size: 14px;
  line-height: 30px;
}
.box #swiper-2 .swiper-pagination {
  text-align: right;
  left: -30px;
  bottom: 30px;
}
.box #swiper-2 .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.box #swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.box .time-list ul li {
  height: 36px;
  line-height: 36px;
}
.box .time-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .time-list ul li a .con {
  width: 82%;
  align-items: center;
}
.box .time-list ul li a .con span {
  color: #a82923;
  width: 21%;
  font-size: 16px;
}
.box .time-list ul li a .con h1 {
  flex: 1;
  font-size: 16px;
  transition: all 0.6s;
}
.box .time-list ul li a > span {
  display: block;
  text-align: center;
  line-height: 25px;
  height: 25px;
  width: 90px;
  font-size: 12px;
  color: #797979;
  border-radius: 25px;
}
.box .time-list ul li a:hover .con h1 {
  margin-left: 10px;
}
.box .time-list ul li a:hover > span {
  background-color: #a82923;
  color: #fff;
}
.box .txt-box {
  flex-wrap: wrap;
}
.box .txt-box .item {
  border-radius: 5px;
  background-color: #fff;
  width: 48%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #eef1f6;
  transition: all 0.5s;
  position: relative;
}
.box .txt-box .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.box .txt-box .item .time {
  position: absolute;
  top: -10px;
  background-color: #a82923;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 60px;
  height: 70px;
}
.box .txt-box .item .time h1 {
  font-size: 24px;
  line-height: 38px;
}
.box .txt-box .item .time span {
  display: inline-block;
  border-top: 3px solid #cf8b88;
  font-size: 12px;
  line-height: 24px;
  color: #ccc;
}
.box .txt-box .item h2:first-of-type {
  font-size: 16px;
  padding-left: 70px;
}
.box .txt-box .item h2:last-of-type {
  font-size: 14px;
  margin-top: 10px;
  color: #797979;
  text-indent: 1rem;
}
.box .img-box a {
  display: block;
}
.box .img-box img {
  height: 220px;
}
.box .img-box .txt {
  height: 20%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.box .img-box .txt span {
  display: block;
}
.box .time-box .item {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #eef1f6;
  transition: all 0.5s;
}
.box .time-box .item:first-child {
  border: none;
}
.box .time-box .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.box .time-box .item .flex {
  align-items: center;
}
.box .time-box .item .flex .time {
  width: 70px;
  height: 65px;
  color: #fff;
  text-align: center;
  background-color: #a82923;
  font-size: 14px;
  border-radius: 5px;
}
.box .time-box .item .flex .time span {
  line-height: 36px;
  font-size: 24px;
}
.box .time-box .item .flex .time i {
  font-size: 14px;
  color: #fff;
}
.box .time-box .item .flex h1 {
  width: 80%;
  font-size: 22px;
}
.box .time-box .item h3 {
  margin-top: 20px;
  font-size: 16px;
}
.box .img-box-2 a {
  width: 48%;
  display: block;
  position: relative;
  height: 200px;
}
.box .img-box-2 a span {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.box .dian-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box .dian-list ul li {
  width: 45%;
  height: 36px;
  position: relative;
  padding-left: 20px;
}
.box .dian-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box .img-box-3 {
  width: 855px;
  height: 300px;
}
.box .img-box-3 a {
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .img-box-3 a img {
  width: 63%;
}
.box .img-box-3 a .txt {
  height: 100%;
  width: 37%;
  background-color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.box .img-box-3 a .txt h2 {
  line-height: 25px;
  font-size: 16px;
  font-weight: 700;
}
.box .img-box-3 a .txt h3 {
  margin-top: 20px;
  font-size: 14px;
  text-indent: 2rem;
  color: #929292;
  -webkit-line-clamp: 4;
}
.box .img-box-4 {
  width: 335px;
  height: 300px;
}
.box .img-box-4 img {
  height: 70%;
}
.box .img-box-4 .txt {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  height: 30%;
}
.box .img-box-4 h2 {
  font-size: 16px;
}
.box .img-box-3:hover,
.box .img-box-4:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.box .crumbs {
  padding-left: 30px;
  background: url(../img/crumbs.png) no-repeat center left;
  background-size: 3%;
  height: 40px;
  line-height: 40px;
}
.box .crumbs a,
.box .crumbs span {
  font-size: 16px;
}
.box .list-list ul li {
  height: 48px;
  line-height: 48px;
  position: relative;
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
  transition: 0.6s;
}
.box .list-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box .list-list ul li:hover {
  margin-left: 10px;
}
.box .list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.box .list-list ul li a h1 {
  width: 80%;
  font-size: 16px;
}
.box .list-list ul li a h1:hover {
  color: #a82923;
}
.box .list-list ul li a span {
  font-size: 16px;
  width: 12%;
}
.box .title-2 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #a82923;
}
.box .title-2 a {
  font-size: 18px;
  color: #fff;
}
.box .paging {
  justify-content: center;
}
.box .paging a:first-of-type {
  position: relative;
  border: none;
}
.box .paging a:first-of-type::before {
  content: '共';
}
.box .paging a:first-of-type:hover {
  background-color: #fff;
  color: #333;
}
.box .paging a,
.box .paging span {
  font-size: 14px;
  padding: 0 14px;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}
.box .paging .hover,
.box .paging a:hover,
.box .paging span:hover {
  color: #fff;
  background-color: #a82923;
}
.box .con-tit {
  margin: 20px 0;
}
.box .con-tit h4 {
  font-size: 24px;
  font-weight: 500;
}
.box .con-info {
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.box .con-info span {
  color: #999;
  font-size: 14px;
  margin-right: 20px;
}
.box .con-txt p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2rem;
  margin-bottom: 10px;
}
.box .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .keywords {
  margin: 30px 0;
  justify-content: center;
}
.box .keywords span,
.box .keywords a {
  color: #fff;
  font-size: 14px;
}
.box .keywords a {
  margin-right: 20px;
}
.box .pian a {
  width: 48%;
}
.box .pian .item span {
  width: 15%;
  font-size: 15px;
}
.box .pian .item h2 {
  width: 84%;
  font-size: 15px;
}
.box .pian .item:hover span,
.box .pian .item:hover h2 {
  color: #a82923;
}
.box-1 {
  width: 48%;
}
.box-2 {
  width: 68%;
}
.box-3 {
  width: 30%;
}
.box-4 {
  width: 40%;
}
.box-5 {
  width: 55%;
}
.left {
  width: 67%;
}
.right {
  width: 30%;
}
.right .time-list ul li .con {
  width: 100% !important;
}
.right .txt-box .item {
  width: 100%;
}
