/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #000;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #e94740;
}
.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;
}
.head {
  height: 100px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.head a {
  left: 0;
  position: absolute;
  display: block;
  height: 50px;
  width: 17%;
}
.head .search {
  width: 470px;
}
.head .search form {
  border: 2px solid #e94740;
  height: 40px;
  display: flex;
}
.head .search form input {
  width: 85%;
  padding-left: 20px;
  height: 100%;
}
.head .search form button {
  font-size: 16px;
  background-color: #e94740;
  color: #fff;
  height: 40px;
  width: 15%;
}
.nav {
  background-color: #e94740;
  height: 50px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.nav ul li {
  flex: 1;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
.nav ul .cur,
.nav ul li:hover {
  background-color: #ce3b35;
}
#swiper-1 {
  height: 500px;
  width: 700px;
  margin: 0;
}
#swiper-1 .swiper-slide {
  position: relative;
}
#swiper-1 .swiper-slide span {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
#swiper-1 .swiper-pagination {
  top: 20px;
  left: 20px;
  bottom: auto;
  text-align: left;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.info-scroll {
  line-height: 40px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.info-scroll .title-scroll {
  width: 132px;
  text-align: center;
  background-color: #e94740;
}
.info-scroll .title-scroll a {
  color: #fff;
  font-size: 20px;
}
.info-scroll .swiper-container {
  width: 80%;
  margin-left: 20px;
  overflow: hidden;
  z-index: 999;
}
.info-scroll .swiper-container .swiper-slide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.info-scroll .swiper-container .swiper-slide a {
  font-size: 16px;
}
.info-scroll .swiper-button-next,
.info-scroll .swiper-button-prev {
  top: 25px;
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-size: 10px 25px;
}
.info-scroll .swiper-button-prev {
  right: 40px;
  left: auto;
}
.info-scroll .swiper-button-next {
  right: 0px;
}
.bg {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
}
.add_list {
  width: 460px;
}
.box .title-big h1 {
  font-weight: 700;
  font-size: 27px;
  line-height: 30px;
}
.box .title-big h1 span {
  padding: 3px 6px;
  font-size: 22px;
  background: #cc3952;
  color: #fff;
  margin: 0 10px 0 0;
}
.box .list ul li {
  height: 35px;
  line-height: 35px;
}
.box .list ul li a {
  font-size: 16px;
}
.box .list ul li a:hover {
  text-decoration: underline;
}
.box .img-box-list {
  flex-wrap: wrap;
}
.box .img-box-list a {
  display: block;
  width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 150px;
}
.box .img-box-list a img {
  height: 80%;
}
.box .img-box-list a span {
  font-size: 13px;
}
.box .title-1 {
  height: 50px;
  line-height: 50px;
  border-bottom: 4px solid #ededed;
}
.box .title-1 a {
  padding: 0 10px 10px;
  border-bottom: 4px solid #e94740;
  font-size: 24px;
  font-weight: 700;
}
.box .img-box-big {
  flex-wrap: wrap;
}
.box .img-box-big a {
  padding: 20px;
  box-sizing: border-box;
  width: 50%;
  display: block;
}
.box .img-box-big a img {
  height: 200px;
}
.box .img-box-big a h2,
.box .img-box-big a h1 {
  font-size: 18px;
  font-weight: 700;
}
.box .img-box-big a h2:hover,
.box .img-box-big a h1:hover {
  text-decoration: underline;
}
.box .img-box-big a h3 {
  margin-top: 10px;
  font-size: 14px;
}
.box .img-box-big a:nth-of-type(2n-1) {
  border-right: 1px solid #eee;
}
.box .img-box-big a:nth-last-of-type(2),
.box .img-box-big a:nth-last-of-type(1) {
  border-top: 1px solid #eee;
}
.box .two-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box .two-list ul li {
  width: 48%;
  height: 32px;
  line-height: 32px;
}
.box .two-list ul li a {
  font-size: 16px;
}
.box .big-img {
  width: 40%;
  position: relative;
  height: 210px;
}
.box .big-img span {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
}
.box .img-txt {
  width: 55%;
}
.box .img-txt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.box .img-txt a:first-of-type {
  margin-bottom: 10px;
}
.box .img-txt a img {
  width: 30%;
}
.box .img-txt a .txt {
  width: 65%;
}
.box .img-txt a .txt h2 {
  text-indent: 1rem;
}
.box .img-txt a .txt h2:hover {
  text-decoration: underline;
}
.box .three-big-img .big-img {
  width: 32%;
  height: 180px;
}
.box .big-img-list .big-img {
  width: 40%;
}
.box .big-img-list .list {
  width: 55%;
}
.box .title-2 {
  border-left: 5px solid #e94740;
}
.box .title-2 a {
  font-size: 24px;
  padding-left: 10px;
}
.box .ovh {
  height: 400px;
  overflow-x: auto;
}
.box .ovh::-webkit-scrollbar {
  display: none;
}
.box .ovh .list ul li {
  height: 40px;
  line-height: 40px;
}
.box .big-img-b {
  width: 100%;
}
.box .list-2 ul li {
  margin: 10px 0;
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
  border-left: 1px solid #191919;
}
.box .list-2 ul li a {
  font-size: 16px;
}
.box .top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.box .top-list ul li {
  padding-left: 35px;
  line-height: 40px;
  color: #515151;
  position: relative;
}
.box .top-list ul li a:hover {
  text-decoration: underline;
}
.box .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;
}
.box .top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #e94740;
}
.box .four-big-img {
  flex-wrap: wrap;
}
.box .four-big-img .big-img {
  width: 48%;
  height: 120px;
}
.box .four-big-img .big-img span {
  height: 30px;
  line-height: 30px;
}
.box .crumbs a {
  font-size: 16px;
  margin-right: 5px;
}
.box .list-list ul li {
  border-top: 1px solid #eee;
  height: 64px;
  font-size: 20px;
  line-height: 64px;
}
.box .list-list ul li:hover {
  background-color: #f4fefd;
}
.box .list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.box .list-list ul li a h1 {
  font-size: 18px;
  width: 85%;
}
.box .list-list ul li a h1:hover {
  text-decoration: underline;
}
.box .list-list ul li a span {
  font-size: 16px;
}
.box .paging {
  justify-content: center;
}
.box .paging a,
.box .paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  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: #e94740;
}
.box .con-tit h4 {
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 20px;
}
.box .con-info span {
  font-size: 14px;
  margin-right: 20px;
  color: #999;
}
.box .con-txt p {
  font-size: 16px;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 31px;
  text-align: justify;
}
.box .con-txt p img{
    max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .keywords {
  text-align: center;
}
.box .keywords span,
.box .keywords a {
  color: #fff;
  font-size: 15px;
}
.box .keywords a {
  margin-right: 20px;
}
.box .pian {
  margin: 0 auto;
  width: 70%;
}
.box .pian a {
  border: 1px solid #eee;
  padding: 10px;
  font-size: 13px;
}
.box-1 {
  width: 650px;
}
.box-2 {
  width: 460px;
}
.box-3 {
  width: 65%;
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.box-4 {
  width: 30%;
}
