.head {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .head .logo a img {
  width: 180px;
  height: 70px;
} */
.head .time span {
  font-size: 18px;
}
.nav {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-top: 3px solid #c9231d;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 2px 8px #ececec;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav .top-bor {
  position: absolute;
  top: -4px;
  height: 3px;
  width: 40px;
  left: 0;
  overflow: hidden;
  background: #264971;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  margin-left: -5px;
}
.tit {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.tit h1 {
  color: #000;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 10px;
}
.tit span {
  color: #3a3a3a;
  font-size: 14px;
}
.fouce {
  height: 450px;
  display: flex;
  justify-content: space-between;
}
.fouce #swiper-1 {
  width: 65%;
  height: 100%;
  margin: 0;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a img {
  position: relative;
  width: 100%;
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  left: 0;
  color: #fff;
  height: 80px;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span h1 {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  float: left;
}
.fouce #swiper-1 .swiper-pagination {
  left: auto;
  right: 20px;
  text-align: right;
}
.fouce #swiper-1 .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.8;
}
.fouce #swiper-1 .swiper-pagination-bullet-active {
  background-color: #c9231d;
}
.fouce .news-list {
  border: 1px solid #eee;
  padding: 20px;
  width: 30%;
}
.fouce .news-list .list ul li {
  margin: 10px 0;
}
.fouce .news-list .list ul li a {
  font-size: 16px;
}
.fouce .news-list .img-box {
  display: flex;
  justify-content: space-between;
}
.fouce .news-list .img-box a {
  position: relative;
  width: 48%;
}
.fouce .news-list .img-box a img {
  width: 100%;
  height: 160px;
}
.fouce .news-list .img-box a span {
  height: 40px;
  line-height: 40px;
}
.title {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #eee;
}
.title span {
  display: block;
  color: #c9231d;
  height: 100%;
  font-size: 18px;
  width: 100;
  text-align: left;
}
.main {
  display: flex;
  justify-content: space-between;
}
.main .left {
  width: 65%;
}
.main .left .news-img {
  border: 1px solid #eee;
  padding: 20px;
  padding-bottom: 0;
}
.main .left .news-img .img-list {
  width: 40%;
  padding: 10px;
}
.main .left .news-img .img-list img {
  width: 100%;
  height: 200px;
}
.main .left .news-img .img-list h2 {
  margin: 20px 0;
  font-size: 16px;
}
.main .left .news-img .text-box {
  width: 40%;
}
.main .left .news-img .text-box span {
  display: block;
  margin: 10px 0;
}
.main .left .news-img .text-box span i {
  color: #c9231d;
}
.main .left .news-img .text-box h3 {
  color: #888;
  text-indent: 2rem;
  font-size: 16px;
}
.main .left .news-img .xian a:first-of-type {
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.main .left .news-img .n-list {
  width: 55%;
}
.main .left .news-img .n-list ul li {
  padding-left: 20px;
  position: relative;
  line-height: 35px;
}
.main .left .news-img .n-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #888;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
/* .main .left .news-img .three li:nth-child(-n + 3) a {
  color: #4c33e5;
} */
.main .left .news-img .img-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .left .news-img .img-div img {
  width: 40%;
  height: 110px;
  margin-right: 20px;
}
.main .left .news-img .img-div .text {
  width: 55%;
}
.main .left .news-img .img-div .text h1 {
  font-weight: normal;
  font-size: 18px;
}
.main .left .news-img .img-div .text h2 {
  font-size: 16px;
  margin: 10px 0;
  text-indent: 1rem;
  color: #888;
}
.main .left .mian {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.main .left .mian a {
  font-size: 14px;
  margin-right: 10px;
}
.main .left .list {
  border-right: 1px solid #eee;
  padding-right: 40px;
}
.main .left .list ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}
.main .left .list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .left .list ul li a p {
  width: 80%;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.main .left .list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main .left .list ul li:nth-child(10n + 10) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.main .left .paging {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .left .paging a,
.main .left .paging span {
  margin-right: 20px;
  width: 60px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 50px;
}
.main .left .paging a:hover,
.main .left .paging span:hover {
  box-shadow: 7px 7px 6px #eaeaea;
}
.main .left .paging .hover {
  color: #fff;
  background-color: #c9231d;
}
.main .left .content .con-tit {
  padding: 20px 20px;
  text-align: center;
}
.main .left .content .con-tit h4 {
  font-size: 26px;
  text-align: left;
  font-weight: 500;
}
.main .left .content .con-info {
  padding: 10px 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.main .left .content .con-info span {
  color: #999;
  margin-right: 20px;
  font-size: 16px;
}
.main .left .content .con-info span:first-of-type {
  border-right: 1px solid #eee;
  padding-right: 30px;
}
.main .left .content .con-text p {
  font-size: 18px;
  line-height: 32px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
/* .main .left .content .con-text img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
} */
.main .left .pian {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.main .left .pian a {
  border-bottom: 2px solid #c9231d;
  padding: 10px;
}
.main .right {
  position: sticky;
  top: 0;
  height: 100%;
  width: 33%;
}
.main .right .search {
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
}
.main .right .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .right .search form input {
  height: 50px;
  border: none;
  width: 70%;
  padding-left: 40px;
}
.main .right .search form button {
  width: 50px;
  height: 50px;
  background: url(../img/search.png) no-repeat center;
  background-size: 100%;
}
.main .right .top-list {
  border: 1px solid #eee;
  padding: 10px;
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.main .right .top-list ul a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .top-list ul li {
  padding-left: 40px;
  margin-bottom: 21.5px;
  color: #666;
}
.main .right .top-list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 15px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  display: block;
}
.main .right .top-list ul li:nth-child(-n + 3)::before {
  color: #ff3b3b;
}
.main .right .r-img-list {
  border: 1px solid #eee;
  padding: 10px;
}
.main .right .r-img-list .img-item a .img-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .right .r-img-list .img-item a .img-txt img {
  width: 40%;
  height: 125px;
  margin-right: 20px;
}
.main .right .r-img-list .img-item a .img-txt .text h3 {
  font-size: 18px;
}
.main .right .text-box {
  border: 1px solid #eee;
  padding: 20px;
}
.main .right .text-box a h3 {
  margin: 10px 0;
  color: #888;
  text-indent: 2rem;
  font-size: 16px;
}
.main .right .text-box .n-list ul li {
  padding-left: 20px;
  position: relative;
  line-height: 35px;
}
.main .right .text-box .n-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #888;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.main .right .advertising {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.main .right .advertising img {
  width: 300px;
  height: 300px;
}
.main .right .advertising-2 {
  width: 300px;
  height: auto;
}
.main .right .advertising-2 img {
  width: 300px;
  height: auto;
}
.big-text-box {
  border: 1px solid #eee;
  padding: 10px;
}
.big-text-box .three {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.big-text-box .three .max-box {
  width: 40%;
  padding: 25px;
}
.big-text-box .three .max-box h2 {
  font-size: 21px;
}
.big-text-box .three .max-box h3 {
  margin-top: 10px;
  text-indent: 2rem;
  font-size: 16px;
  color: #888;
}
.big-text-box .three .text {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.big-text-box .three .text a {
  width: 48%;
}
.big-text-box .three .text a h1 {
  font-size: 18px;
}
.big-text-box .three .text a h2 {
  margin-top: 10px;
  font-size: 16px;
  text-indent: 2rem;
  color: #888;
}
.big-text-box .three .text a:nth-child(-n + 2) {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
