.nav .logo-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 70px;
}
.nav .logo-search .logo {
  float: left;
  width: 190px;
  height: 50px;
  background-color: #fff;
}
.nav .logo-search .logo img {
margin-top:10px;
  width: 190px;
}
.nav .logo-search .search {
  border-radius: 20px;
  width: 400px;
  height: 32px;
  border: 1px solid #dcdcdc;
  display: flex;
  overflow: hidden;
}
.nav .logo-search .search button {
  z-index: 99;
  border: none;
  outline: none;
  width: 90px;
  height: 100%;
  color: white;
  background: #387ffc;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.nav .logo-search .search input {
  background-color: #fff;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  text-indent: 36px;
  font-size: 14px;
}
.nav .nav-list {
  background-color: #387ffc;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.nav .nav-list ul li {
  float: left;
  padding: 0 15px;
}
.nav .nav-list ul li a {
  color: #fff;
}
.nav .nav-list ul li:hover {
  background-color: #2262d3;
}
.title {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.title h3 {
  display: block;
  height: 50px;
  font-size: 24px;
  padding: 0 20px;
  text-align: center;
  color: #387ffc;
  position: relative;
}
.title h3:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #387ffc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.item {
  border-bottom: 1px solid #eee;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.item a img {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.item a h3 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item a p {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  height: 44px;
  margin: 15px 0;
  overflow: hidden;
  text-indent: 1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.item a span {
  color: #000;
  margin-right: 60px;
}
.main {
  display: flex;
  justify-content: space-between;
}
.main .main-left {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
}
.main .main-left .fouce {
  width: 580px;
  height: 330px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.main .main-left .fouce #swiper-1 {
  float: left;
  width: 580px;
  height: 330px;
  margin-right: 20px;
  padding-bottom: 20px;
  --swiper-theme-color: #387ffc;
  --swiper-navigation-color: #eee;
  --swiper-navigation-size: 40px;
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide {
  position: relative;
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide a img {
  transition: all 0.2s;
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide a img:hover {
  transform: scale(1.1);
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide a p {
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide a:first-of-type {
  margin-right: 10px;
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide a:first-of-type img {
  width: 360px;
  height: 330px;
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide a:nth-of-type(2) {
  margin-bottom: 10px;
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide a:nth-of-type(2) img {
  width: 210px;
  height: 160px;
}
.main .main-left .fouce #swiper-1 .swiper-wrapper .swiper-slide a:last-of-type img {
  width: 210px;
  height: 160px;
}
.main .main-left .fouce #swiper-1 .swiper-pagination {
  margin-left: 230px;
  bottom: 0px;
  text-align: left;
}
.main .main-left .fouce #swiper-1 .swiper-pagination-bullet {
  width: 30px;
  margin-right: 10px;
  height: 4px;
  background-color: #000;
  border-radius: 0;
}
.main .main-left .fouce #swiper-1 .swiper-pagination-bullet-active {
  background-color: #387ffc;
}
.main .main-left .info-text-list {
  width: 470px;
}
.main .main-left .info-text-list .img-p {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.main .main-left .info-text-list .img-p img {
  flex: 1;
  width: 230px;
  height: 140px;
  margin-right: 10px;
  overflow: hidden;
}
.main .main-left .info-text-list .img-p .text {
  width: 200px;
  flex: 1;
}
.main .main-left .info-text-list .img-p .text h3 {
  margin-top: 10px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.main .main-left .info-text-list .img-p .text p {
  text-indent: 1rem;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.main .main-left .info-text-list .img-big {
  position: relative;
}
.main .main-left .info-text-list .img-big img {
  width: 100%;
  height: 190px;
}
.main .main-left .info-text-list .img-big p {
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.main .main-left .info-text-list .list ul li {
  margin-top: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.main .main-left .info-text-list .list ul li:first-of-type {
  font-size: 18px;
  font-weight: 600;
}
.main .main-left .img-text-fouce {
  width: 100%;
}
.main .main-left .img-text-fouce .top-img-text ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .main-left .img-text-fouce .top-img-text ul li {
  margin-top: 20px;
  width: 225px;
  height: 170px;
}
.main .main-left .img-text-fouce .top-img-text ul li img {
  width: 225px;
  height: 130px;
}
.main .main-left .img-text-fouce .top-img-text ul li p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
}
.main .main-left .text-list {
  width: 100%;
}
.main .main-left .text-list .con {
  display: flex;
  justify-content: space-between;
}
.main .main-left .text-list .con .text-all {
  width: 650px;
}
.main .main-left .text-list .con .news-text {
  width: 300px;
}
.main .main-left .text-list .con .news-text #swiper-2 {
  width: 300px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.main .main-left .text-list .con .news-text #swiper-2 .swiper-pagination {
  margin-left: 30%;
  bottom: -2px;
  z-index: 99;
  text-align: left;
}
.main .main-left .text-list .con .news-text #swiper-2 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  margin-right: 10px;
  background-color: #000;
  border-radius: 0;
}
.main .main-left .text-list .con .news-text #swiper-2 .swiper-pagination-bullet-active {
  background-color: #387ffc;
}
.main .main-left .text-list .con .news-text .news-item {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #387ffc;
}
.main .main-left .text-list .con .news-text .news-item a h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .main-left .text-list .con .news-text .news-item a p {
  color: #000;
  height: 75px;
  margin: 20px 0;
  overflow: hidden;
  text-indent: 1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.main .main-left .main-nav {
  width: 100%;
  height: 40px;
  font-size: 20px;
  border-bottom: 1px solid #387ffc;
}
.main .main-left .main-nav a {
  color: #7f7f7f;
  font-size: 16px;
  margin-right: 20px;
}
.main .main-left .main-nav a:last-of-type {
  color: #000;
  margin-left: 20px;
}
.main .main-left .list-item {
  width: 100%;
}
.main .main-left .list-item .item {
  border-bottom: none;
}
.main .main-left .list-item .item:hover {
  background-color: #eef5ff;
}
.main .main-left .content .con-tit h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  line-height: 56px;
}
.main .main-left .content .con-info {
  margin: 20px 0;
}
.main .main-left .content .con-info span {
  margin-right: 20px;
}
.main .main-left .content .con-text {
  display: flex;
}
.main .main-left .content .con-text .share {
  width: 160px;
  padding: 30px;
  position: sticky;
  top: 150px;
  height: 190px;
}
.main .main-left .content .con-text .share h3 {
  margin-bottom: 20px;
}
.main .main-left .content .con-text .text p {
  margin-bottom: 30px;
  text-indent: 2rem;
  font-size: 18px;
  line-height: 32px;
}
.main .main-left .content .con-text .text img {
  max-width: 600px;
  display: flex;
  margin: 20px auto;
}
.main .main-left .content .pian a {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 95%;
  margin: 20px 0;
  border-radius: 20px;
  padding-left: 30px;
  background-color: #f2f2f2;
}
.main .main-left .li-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .main-left .li-list ul {
  width: 50%;
  display: block;
}
.main .main-left .li-list ul li {
  margin: 20px 10px;
  padding-left: 30px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.main .main-left .li-list ul li:before {
  content: '';
  display: block;
  background: #387ffc;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.main .main-right {
  position: sticky;
  top: 0;
  height: 2200px;
  width: 300px;
}
.main .main-right .top-img-p {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 9px 0px rgba(164, 173, 180, 0.2);
}
.main .main-right .top-img-p img {
  width: 100%;
  height: 180px;
}
.main .main-right .top-img-p p {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-indent: 1rem;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.main .main-right .text_list ul li {
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
.main .main-right .text_list ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  background-color: #387ffc;
}
.main .main-right .four {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .main-right .four .top-img-p {
  width: 47%;
}
.main .main-right .four .top-img-p img {
  height: 100px;
}
.main .main-right .four .top-img-p p {
  font-size: 14px;
  text-indent: 0;
}
.main .main-right .top-list {
  padding: 20px;
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.main .main-right .top-list ul li {
  padding-left: 35px;
  margin-bottom: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
}
.main .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;
  width: 25px;
  height: 25px;
}
.main .main-right .top-list ul li:nth-child(-n + 3)::before {
  color: #c63927;
}
.main .main-right .small {
  overflow: hidden;
  box-shadow: 0px 1px 9px 0px rgba(164, 173, 180, 0.2);
}
.main .main-right .small #swiper-3 {
  width: 100%;
  position: relative;
  --swiper-navigation-color: #eee;
  --swiper-navigation-size: 30px;
  --swiper-pagination-color: #fff;
}
.main .main-right .small #swiper-3 img {
  width: 100%;
  height: 150px;
}
.main .main-right .small #swiper-3 p {
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.main .main-right .small #swiper-3 .swiper-pagination {
  bottom: 75px;
  color: #fff;
}
.main .main-right .advertising {
  width: 300px;
  height: 300px;
}
.main .main-right .advertising img {
  width: 300px;
  height: 300px;
}
.main .main-right .advertising-2 {
  width: 300px;
  height: 250px;
}
.main .main-right .advertising-2 img {
  width: 300px;
  height: 250px;
}
.paging {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  width: 60px;
  height: 50px;
  margin-right: 20px;
  font-size: 16px;
  border: 1px solid #ededed;
  text-align: center;
  border-radius: 20px;
  line-height: 50px;
  background-color: #fafafa;
}
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #387ffc;
}
.paging .hover {
  color: #fff;
  background-color: #387ffc;
}
.list-fouce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-fouce .item-fouce {
  width: 400px;
  border-radius: 20px;
  border: 1px solid #dadada;
}
.list-fouce .item-fouce .fouce-title {
  position: relative;
}
.list-fouce .item-fouce .fouce-title a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #387ffc;
  line-height: 28px;
  margin: 20px 0 10px;
  padding: 0 15px 0 40px;
}
.list-fouce .item-fouce .fouce-title::before {
  content: '';
  display: block;
  background: #387ffc;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.list-fouce .item-fouce .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.list-fouce .item-fouce .swiper-container ul li {
  position: relative;
  padding-left: 20px;
  margin: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.list-fouce .item-fouce .swiper-container ul li::before {
  content: '';
  display: block;
  background: #387ffc;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
