.head {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .logo {
  width: 190px;
  height: 43px; 
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  text-align: center;
  border: 1px solid #0096e0;
}
.head .search form {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 40px;
  overflow: hidden;
}
.head .search form input {
  padding-left: 20px;
  font-size: 20px;
}
.head .search form button {
  width: 50px;
  height: 100%;
  background: url(../img/search.png) no-repeat center;
  background-size: 50%;
  background-color: #0096e0;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.nav {
  background-color: #0096e0;
  height: 50px;
}
.nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.nav ul li {
  line-height: 50px;
  padding: 0 10px;
}
.nav ul li a {
  color: #fff;
  font-size: 16px;
}
.nav ul li a:hover {
  text-decoration: none;
}
.fouce {
  display: flex;
  justify-content: space-between;
  height: 450px;
}
.fouce .text-list {
  width: 40%;
}
.fouce .text-list ul li {
  padding: 20px;
  border-bottom: 1px dashed #0096e0;
}
.fouce .text-list ul li h1 {
  color: #0096e0;
  margin-bottom: 10px;
  font-size: 22px;
}
.fouce .text-list ul li span {
  font-size: 16px;
}
.fouce .text-list ul li:last-of-type {
  border: none;
}
.fouce #swiper-1 {
  height: 100%;
  width: 57%;
  margin: 0;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.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: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.fouce #swiper-1 .swiper-button-prev,
.fouce #swiper-1 .swiper-button-next {
  top: 70%;
  background-size: 30%;
  background-color: #000;
  width: 28px;
  opacity: 0.8;
  height: 40px;
}
.fouce #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'%23eee'%2F%3E%3C%2Fsvg%3E");
}
.fouce #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'%23eee'%2F%3E%3C%2Fsvg%3E");
}
.fouce #swiper-1 .swiper-pagination {
  left: auto;
  right: 20px;
  text-align: right;
}
.fouce #swiper-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.8;
}
.fouce #swiper-1 .swiper-pagination-bullet-active {
  background-color: #5472bf;
}
.mian {
  border-bottom: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
}
.mian a {
  margin-right: 10px;
  font-size: 20px;
  color: #000;
}
.main {
  display: flex;
  justify-content: space-between;
}
.main .noborder {
  border: none !important;
}
.main .noborder .l-box {
  border-top: 1px solid #0096e0 !important;
  border-bottom: none !important;
}
.main .left {
  position: sticky;
  top: 0;
  height: 100%;
  width: 35%;
  border: 1px solid #9ccbe0;
}
.main .left .l-box {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px dashed #0096e0;
}
.main .left .l-box .l-title a {
  display: flex;
  justify-content: space-between;
}
.main .left .l-box .l-title a span:first-of-type {
  color: #0096e0;
  font-size: 20px;
  font-weight: 700;
}
.main .left .l-box .l-title a span:last-of-type {
  color: #707070;
}
.main .left .l-box .l-title a:hover {
  text-decoration: none;
}
.main .left .l-box .l-img-box h1 {
  color: #069;
  font-size: 22px;
  margin: 20px 0;
}
.main .left .l-box .l-img-box img {
  float: left;
  height: 100px;
  width: 150px;
}
.main .left .l-box .l-img-box h2 {
  margin-top: 20px;
  float: right;
  width: 200px;
  text-indent: 2rem;
  color: #707070;
}
.main .left .l-box .no-img h2 {
  margin-top: 0;
  width: 100%;
}
.main .left .l-box .l-list ul li {
  height: 30px;
  line-height: 30px;
}
.main .left .l-box .l-list ul li a {
  color: #222;
  font-size: 16px;
}
.main .left .l-box .top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.main .left .l-box .top-list ul li {
  padding-left: 35px;
  line-height: 40px;
  color: #515151;
  position: relative;
}
.main .left .l-box .top-list ul li:hover a {
  color: #069;
}
.main .left .l-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;
}
.main .left .l-box .top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #f49f03;
}
.main .left .l-box:last-of-type {
  border-bottom: none;
}
.main .left .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.main .left .advertising img {
  width: 100%;
  height: 100%;
}
.main .left .advertising-2 {
  margin-top: 40px;
  height: 250px;
}
.main .right {
  display: flex;
  justify-content: space-between;
  width: 63%;
}
.main .right .item {
  box-sizing: border-box;
}
.main .right .item .r-title {
  padding: 20px;
  border-top: 3px solid #0096e0;
}
.main .right .item .r-title a {
  display: flex;
  justify-content: space-between;
}
.main .right .item .r-title a span:first-of-type {
  color: #0096e0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  overflow: initial;
}
.main .right .item .r-title a span:first-of-type:before {
  content: '';
  width: 180%;
  height: 4px;
  background-color: #f5a100;
  position: absolute;
  top: -23px;
  left: -20px;
  z-index: 9;
}
.main .right .item .r-title a span:last-of-type {
  color: #707070;
}
.main .right .item .r-title a:hover {
  text-decoration: none;
}
.main .right .item .r-img-text h1 {
  color: #069;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.main .right .item .r-img-text img {
  width: 100%;
  height: 230px;
}
.main .right .item .r-list ul li {
  height: 34px;
  line-height: 34px;
}
.main .right .item .r-list ul li a {
  color: #222;
  font-size: 16px;
}
.main .right .item .big-img {
  padding: 10px;
}
.main .right .item .big-img a {
  width: 100%;
  display: block;
  position: relative;
}
.main .right .item .big-img a img {
  width: 100%;
  height: 150px;
}
.main .right .item .big-img a h1 {
  height: 60px;
  line-height: 60px;
}
.main .right .item:first-of-type {
  width: 55%;
}
.main .right .item:first-of-type .r-img-text:nth-child(4) {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed #0096e0;
}
.main .right .item:last-of-type {
  width: 40%;
}
.main .right .item:last-of-type .r-title {
  border-top: 2px solid #0096e0;
}
.main .right .item:last-of-type .r-title a span:first-of-type:before {
  content: none;
}
.main .list-list {
  width: 63%;
}
.main .list-list ul li {
  border-bottom: 1px dashed #bfbfbf;
  padding: 20px 0;
}
.main .list-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .list-list ul li a img {
  width: 28%;
}
.main .list-list ul li a .no-img {
  width: 100% !important;
}
.main .list-list ul li a .no-img h2 {
  width: 100% !important;
}
.main .list-list ul li a .text {
  width: 70%;
}
.main .list-list ul li a .text h2 {
  white-space: normal;
  margin-bottom: 40px;
}
.main .list-list ul li a .text span {
  color: #b0b0b0;
  text-decoration: none;
  margin-right: 20px;
}
.main .list-list ul li a:hover {
  text-decoration: none !important;
}
.main .list-list ul li a:hover h2 {
  color: #0096e0;
}
.main .list-list .content .con-tit h4 {
  font-size: 25px;
  line-height: 1.4;
  /*padding: 0 60px;*/
  font-weight: bold;
  text-align: left;
}
.main .list-list .content .con-info {
  color: #555555;
  padding: 30px 0;
}
.main .list-list .content .con-info span {
  font-size: 16px;
  margin-right: 20px;
}
.main .list-list .content .con-info .social-share-icon {
  border: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  margin-right: 10px;
}
.main .list-list .content .con-info .social-share-icon:hover {
  background-color: #fff;
}
.main .list-list .content .con-text p {
  font-size: 18px;
  line-height: 34px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.main .list-list .content .con-text p img{

height: 100% !important;
    width: 100% !important;
    display: block;
}
.main .list-list .content .con-text a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.main .list-list .paging {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.main .list-list .paging a,
.main .list-list .paging span {
  text-align: center;
  font-size: 16px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin: 20px;
}
.main .list-list .paging a:first-of-type:hover,
.main .list-list .paging a:first-of-type {
  border: none;
}
.main .list-list .paging .hover,
.main .list-list .paging span {
  width: 25px;
  margin: 20px 10px;
}
.main .list-list .paging a:hover,
.main .list-list .paging span:hover,
.main .list-list .paging .hover {
  border: 1px solid #b62d19;
  color: #b62d19;
  text-decoration: none !important;
}
.main .list-list .pian {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
}
.main .list-list .pian a {
  font-size: 20px;
  padding: 10px;
  border: 1px solid #efefef;
  text-decoration: none;
}
.main .list-list .pian a:hover {
  color: #0096e0;
}
.main .list-list .title {
  padding: 20px;
  border-top: 3px solid #0096e0;
}
.main .list-list .title a {
  display: flex;
  justify-content: space-between;
}
.main .list-list .title a span {
  color: #0096e0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  overflow: initial;
}
.main .list-list .title a span:before {
  content: '';
  width: 180%;
  height: 4px;
  background-color: #f5a100;
  position: absolute;
  top: -23px;
  left: -20px;
  z-index: 9;
}
.main .list-list .title a:hover {
  text-decoration: none;
}
.r-list li,
.l-list li {
  position: relative;
  padding-left: 20px;
}
.r-list li:before,
.l-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d1d1d1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
