.main .main-inner {
  width: 1160px;
  margin: 0 auto;
}

.main-inner .main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 3px solid #e9221b;
}

.main-head .logo {
  width: 268px;
  height: 80px;
}

.main-head .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #e9221b;
  margin: 0 14px;
}

.main-head .cover {
  width: 687px;
  height: 70px;
}

.main-head .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-inner .main-nav {
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  border-bottom: 1px solid #f1f1f1;
}

.main-inner .main-nav .nav-list {
  width: 100%;
}

.main-inner .main-nav li {
  width: calc(100% / 6);
  text-align: center;
  float: left;
}
.main-inner .main-nav .nav-item {
  width: calc(100% / 5);
}
.main-inner .main-headline {
  padding: 30px 0;
}

.main-headline h3 {
  font-size: 36px;
  text-align: center;
}

.main-headline .sub-title {
  width: 100%;
  text-align: center;
  padding: 14px 0 0;
}

.main-headline .sub-title li {
  display: inline-block;
  margin: 0 14px;
}

.main .main-banner {
  margin: 10px 0;
}

.main-banner .banner-left {
  width: 660px;
  height: 404px;
  float: left;
  margin-right: 22px;
  position: relative;
}

.main-banner .banner-right {
  width: calc(100% - 660px - 22px);
  height: 404px;
  float: right;
}

.main-banner .swiper-container {
  width: 100%;
  height: 100%;
}

.main-banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-banner .swiper-slide a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, .75);
  line-height: 70px;
  color: #ffffff;
  font-size: 20px;
  padding-left: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main-banner .swiper-button-next, .main-banner .swiper-button-prev {
  position: absolute;
  width: 26px;
  height: 46px;
  background-size: 100% 100%;
  outline: none;
  z-index: 100;
}

.main-banner .swiper-button-prev {
  background-image: url(/uploads/image/psimg/icon-prev-white.png);
  left: 10px;
  bottom: 10px;
}

.main-banner .swiper-button-next {
  background-image: url(/uploads/image/psimg/icon-next-white.png);
  right: 10px;
  bottom: 10px;
}

.main-banner .swiper-pagination-fraction {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  line-height: 70px;
  padding-left: 20px;
}

.main-banner .swiper-pagination-fraction .swiper-pagination-current {
  color: #e42020;
  font-size: 30px;
}

.main-banner .banner-right .news-list {
  height: 100%;
  padding: 4px 0;
}

.banner-right .news-list li {
  position: relative;
  font-size: 16px;
  padding: 0px 0 0px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.banner-right .news-list li:nth-child(3n 1) {
  font-size: 20px;
  font-weight: bold;
}

.banner-right .news-list li:nth-child(10) {
  font-size: 16px;
  font-weight: normal;
}

.banner-right .news-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #00c7f4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}

.main-inner .adver {
  width: 100%;
  margin: 20px 0;
}

.main-content .article-list {
  width: 780px;
  height: auto;
}

.article-list .article-item {
  padding: 30px 0 30px 14px;
  border-bottom: 1px solid #f1f1f1;
  transition: all .5s;
  
}
.article-list .article-item:hover{
    color:red;
}
.article-list .article-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-list .article-item a .thumb-con{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-list .article-item a img{
  display: block;
  width: 150px;
  height: 90px;
  margin-right: 14px;
}
.article-list .article-item .thumb-image img {
  display: block;
  width: 150px;
  height: 90px;
  margin-right: 14px;
}

.article-list .article-item .thumb-image .thumb-con {
  width: calc(100% - 150px - 14px);
  padding: 5px 0;
}

.article-list .article-item .thumb-image .thumb-con .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-list .article-item .title {
  flex: 1;
  font-size: 22px;
  font-weight: normal;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 14px;
  max-width:500px;
}
.article-list .article-item .title:hover{
    color:red;
}
.article-list .article-item .des {
  font-size: 14px;
  color: #777777;
  margin: 14px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-list .article-item .pic-list {
  margin: 14px 0;
}

.article-list .article-item .pic-list img {
  display: block;
  width: 150px;
  height: 90px;
  float: left;
}

.article-list .article-item .pic-list img:nth-child(n 2) {
  margin-left: 10px;
}

.article-list .article-item .date {
  font-size: 16px;
  color: #dfa823;
  text-align: right;
}