.head {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .logo {
  width: 210px;
  height: 60px;
}
.head .logo img {
    width: 168px;
    height: 38px;
    margin-top: 10px;
}
.head .search {
  text-align: center;
}
.head .search form {
  display: flex;
  border: 1px solid #eee;
  align-items: center;
}
.head .search form input {
  height: 30px;
  padding-left: 20px;
}
.head .search form button {
  width: 40px;
  height: 25px;
  border-left: 1px solid #bec6d0;
  background: url(../img/search.png) no-repeat center;
  background-size: 90%;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.nav {
  line-height: 50px;
  height: 50px;
  background-color: #3664b9;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li {
  padding: 0 10px;
}
.nav ul li a {
  color: #fff;
  font-size: 20px;
}
.nav ul li:hover a {
  color: #ff9724;
}
.tit {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background: url(../img/tit-bg.png) no-repeat center;
  padding: 20px 0;
  border-bottom: 2px dashed #eee;
}
.tit h1 {
  color: #c31b1b;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.tit h1 span {
  font-size: 18px;
  display: inline-block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  background-color: #e60012;
  vertical-align: middle;
  color: #fff;
}
.tit span {
  font-size: 14px;
}
.tit ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
}
.tit ul li {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
}
.tit ul li a {
  color: #004276;
}
.tit ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #cbdef6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.two-tit {
  margin: 20px 0;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.two-tit .left {
  width: 820px;
}
.two-tit .left h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #3664b9;
}
.two-tit .left ul {
  display: flex;
  justify-content: space-between;
}
.two-tit .left ul li a {
  font-size: 14px;
}
.two-tit .right {
  width: 300px;
}
.two-tit .right #swiper-1 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.two-tit .right #swiper-1 .swiper-wrapper .swiper-slide a {
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  width: 300px;
  text-align: center;
  background-color: #f4f9fe;
  color: #3664b9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
}
.two-tit .right #swiper-1 .swiper-wrapper .swiper-slide a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #3664b9;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.two-tit .right #swiper-1 .swiper-button-prev,
.two-tit .right #swiper-1 .swiper-button-next {
  width: 30px;
  height: 23px;
}
.two-tit .right #swiper-1 .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2394B7E9'%2F%3E%3C%2Fsvg%3E");
}
.two-tit .right #swiper-1 .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2394B7E9'%2F%3E%3C%2Fsvg%3E");
}
.content {
  display: flex;
  justify-content: space-between;
}
.content .left {
  width: 740px;
}
.content .left .fouce {
  height: 370px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .left .fouce #swiper-2 {
  height: 370px;
  margin: 0;
}
.content .left .fouce #swiper-2 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 370px;
  display: block;
  position: relative;
}
.content .left .fouce #swiper-2 .swiper-wrapper .swiper-slide a img {
  position: relative;
  width: 100%;
  height: 100%;
}
.content .left .fouce #swiper-2 .swiper-wrapper .swiper-slide a span {
  left: 0;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: left;
}
.content .left .fouce #swiper-2 .swiper-wrapper .swiper-slide a span h1 {
  font-weight: normal;
  font-size: 20px;
  float: left;
  width: 80%;
}
.content .left .fouce #swiper-2 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
  background-size: 30%;
  background-color: #ccc;
  opacity: 0.4;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.content .left .fouce #swiper-2 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
  background-size: 30%;
  border: 1px solid #eee;
  background-color: #ccc;
  opacity: 0.4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.content .left .fouce #swiper-2 .swiper-button-prev:hover,
.content .left .fouce #swiper-2 .swiper-button-next:hover {
  opacity: 1;
}
.content .left .fouce #swiper-2 .swiper-pagination {
  left: auto;
  right: 20px;
  text-align: right;
}
.content .left .fouce #swiper-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.8;
}
.content .left .fouce #swiper-2 .swiper-pagination-bullet-active {
  background-color: #3664b9;
  width: 14px;
  height: 14px;
}
.content .left .two {
  display: flex;
  justify-content: space-between;
}
.content .left .two .tet-slele {
  width: 55%;
}
.content .left .two .tet-slele .tet {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.content .left .two .tet-slele .tet a {
  color: #a6a6a6;
  margin-right: 8px;
  font-weight: 700;
}
.content .left .two .tet-slele .tet a:before {
  content: '\\';
  margin-right: 8px;
}
.content .left .two .tet-slele .tet a:first-of-type:before {
  content: none;
}
.content .left .two .tet-slele .tet .cur {
  color: #3664b9;
}
.content .left .two .tet-slele .tet .cur:before {
  color: #3664b9;
}
.content .left .two .tet-slele .sl-list ul {
  margin-top: 10px;
}
.content .left .two .tet-slele .sl-list ul li {
  line-height: 34px;
}
.content .left .two .img-list {
  width: 40%;
}
.content .left .two .img-list .title {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.content .left .two .img-list .title a {
  color: #3664b9;
  font-weight: 700;
  font-size: 20px;
}
.content .left .two .img-list .img-box {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
.content .left .two .img-list .img-box img {
  width: 100%;
  height: 100%;
}
.content .left .two .img-list .img-box p {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.content .left .two .img-list .img-box ul {
  margin-top: 10px;
}
.content .left .two .img-list .img-box ul li {
  line-height: 34px;
  padding-left: 20px;
  position: relative;
}
.content .left .two .img-list .img-box ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #888;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content .left .mian {
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.content .left .mian a {
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  font-size: 16px;
}
.content .left .left-img-list a {
  border-bottom: 1px dashed #eee;
  padding-bottom: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .left .left-img-list a img {
  width: 240px;
  height: 140px;
  margin-right: 20px;
}
.content .left .left-img-list a .text {
  width: 500px;
}
.content .left .left-img-list a .text h1 {
  color: #676666;
  font-size: 18px;
  font-weight: 700;
}
.content .left .left-img-list a .text h1:hover {
  color: #ff9724;
}
.content .left .left-img-list a .text h2 {
  font-size: 16px;
  margin: 10px 0;
  color: #999999;
  text-indent: 1rem;
}
.content .left .left-img-list a .text span {
  color: #867e7e;
  margin-right: 30px;
}
.content .left .no-img {
  width: 100% !important;
}
.content .left .paging {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .left .paging a,
.content .left .paging span {
  display: block;
  font-size: 18px;
  margin: 0 20px;
}
.content .left .paging a:nth-child(1) {
  font-size: 15px;
  border-bottom: 1px solid #888;
  color: #888;
}
.content .left .paging a:nth-child(3),
.content .left .paging span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}
.content .left .paging span:hover,
.content .left .paging .hover {
  background-color: #3664b9;
  color: #fff;
}
.content .left .paging span {
  background-color: #eee;
}
.content .left .content-c .con-tit {
  padding: 28px 10px;
}
.content .left .content-c .con-tit h1 {
  font-size: 28px;
  font-weight: 700;
}
.content .left .content-c .share {
  padding: 0 20px;
  position: sticky;
  top: 150px;
  left: 0;
  height: 100%;
}
.content .left .content-c .share h3 {
  margin-bottom: 20px;
}
.content .left .content-c .share span a {
  float: left;
}
.content .left .content-c .share span .social-share-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
}
.content .left .content-c .con-info {
  padding-bottom: 20px;
  align-items: center;
}
.content .left .content-c .con-info span {
  font-size: 14px;
  color: #999;
  padding-right: 30px;
  line-height: 33px;
  overflow: initial;
}
.content .left .content-c .flex {
  text-align: justify;
  display: flex;
}
.content .left .content-c .con-text {
  font-size: 18px;
  text-indent: 2rem;
  color: #333;
  line-height: 32px;
}
.content .left .content-c .con-text p {
  margin-bottom: 20px;
      text-indent: 2.3rem;
}
.content .left .content-c .con-text  img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.content .left .b-title {
  border-bottom: 1px solid #eee;
}
.content .left .b-title span a {
  font-weight: 700;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
}
.content .left .pian {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .left .pian a {
  width: 47%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.content .right {
  width: 400px;
  height: 100%;
  position: sticky;
  top: 0;
}
.content .right .item {
  width: 100%;
}
.content .right .r-list ul li {
  line-height: 38px;
  border-bottom: 1px dashed #e3e3e3;
}
.content .right .r-list ul li a {
  font-size: 16px;
}
.content .right .r-list ul li:nth-child(6n + 1) {
  line-height: 44px;
  border-bottom: none;
}
.content .right .r-list ul li:nth-child(6n + 1) a {
  font-size: 18px;
  font-weight: 700;
}
.content .right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.content .right .advertising img {
  width: 100%;
  height: 100%;
}
.content .right .advertising-2 {
  margin-top: 40px;
  height: 300px;
}
.three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.three .item {
  margin-top: 10px;
  width: 32%;
}
.three .item .it-tit {
  border-left: 5px solid #3664b9;
}
.three .item .it-tit span {
  font-size: 22px;
  font-weight: 700;
  padding-left: 10px;
  color: #3664b9;
}
.three .item .r-tit {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.three .item .r-tit span {
  font-size: 22px;
  padding-left: 10px;
  font-weight: 700;
}
.three .item .it-img {
  width: 100%;
  position: relative;
}
.three .item .it-img img {
  width: 100%;
  height: 200px;
}
.three .item .it-img span {
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}
.three .item .it-list ul li {
  line-height: 33px;
  position: relative;
  padding-left: 20px;
}
.three .item .it-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #cbdef6;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.three .item .img-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.three .item .img-div img {
  width: 40%;
  height: 115px;
  margin-right: 20px;
}
.three .item .img-div .text {
  width: 55%;
}
.three .item .img-div .text h1 {
  font-weight: normal;
  font-size: 18px;
}
.three .item .img-div .text h2 {
  font-size: 16px;
  margin: 10px 0;
  text-indent: 1rem;
  color: #888;
}
