/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 
**/
a:hover {
  color: #0c7ed9;
  text-decoration: none;
}
.w {
  width: 1200px;
}
.advertising {
  width: 1200px;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #0c7ed9;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  /* height: 250px; */
}
.head {
  height: 100px;
  background-color: #0c7ed9;
}
.head .w {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}
.head .logo {
  width: 210px;
  height: 60px;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.head .logo img {
  /* width: 100%;
  height: 100%; */
  margin-top: 12px;
  margin-left: 10px;
}
.head .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 10px;
  overflow: hidden;
}
.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: 60%;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.nav ul li a {
  font-size: 16px;
}
.nav ul li a:hover {
  color: #e99839;
}
.fouce {
  background-color: #ececec;
}
.fouce .w3 {
  width: 1300px;
  margin: 0 auto;
}
.fouce .w3 .fouce {
  display: flex;
  justify-content: space-between;
}
.fouce .w3 .fouce #swiper-1 {
  height: 450px;
  margin-left: 0;
}
.fouce .w3 .fouce #swiper-1 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.fouce .w3 .fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  font-size: 20px;
  height: 100px;
  line-height: 100px;
}
.fouce .w3 .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #999;
}
.fouce .w3 .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0c7ed9;
}
.fouce .w3 .fouce #swiper-1 .swiper-button-prev {
  left: 0;
}
.fouce .w3 .fouce #swiper-1 .swiper-button-next {
  right: 0;
}
.fouce .w3 .fouce #swiper-1 .swiper-button-white {
  display: none;
  transform: translateY(-50%);
  background-size: 50%;
}
.fouce .w3 .fouce #swiper-1:hover .swiper-button-white {
  width: 30px;
  height: 50px;
  background-color: #000;
  display: block;
}
.title a {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title a span:first-of-type {
  color: #0c7ed9;
  font-weight: 700;
  font-size: 24px;
}
.title a span:last-of-type {
  background-color: #0c7ed9;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
}
.title-2 a span {
  font-size: 24px;
  color: #0c7ed9;
  padding-left: 40px;
  font-weight: 700;
  background-position: center;
  background-size: 100%;
}
.title-2 a .img-1 {
  background: url(../img/1.png) no-repeat;
}
.title-2 a .img-2 {
  background: url(../img/2.png) no-repeat;
}
.title-2 a .img-3 {
  background: url(../img/3.png) no-repeat;
}
.title-2 a .img-4 {
  background: url(../img/4.png) no-repeat;
}
.title-2 a .img-5 {
  background: url(../img/5.png) no-repeat;
}
.title-2 a .img-6 {
  background: url(../img/6.png) no-repeat;
}
.three {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.three .img-box {
  position: relative;
  width: 32%;
  height: 260px;
}
.three .img-box img {
  height: 100%;
  width: 100%;
}
.three .img-box span {
  background-color: rgba(0, 0, 0, 0.4);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.three .text-box {
  width: 32%;
}
.three .text-box ul li {
  line-height: 45px;
  border-bottom: 1px dashed #ccc;
}
.three .con-box {
  background-color: #fff;
  box-sizing: border-box;
  width: 32%;
  position: sticky;
  top: 0;
}
.three .con-box .txt-box a {
  display: block;
  border-bottom: 1px dashed #b7b7b7;
}
.three .con-box .txt-box a h1 {
  color: #1a1a1a;
  margin-top: 20px;
}
.three .con-box .txt-box a h1:hover {
  color: #0c7ed9;
}
.three .con-box .txt-box a span {
  background: url(../img/time.png) no-repeat center left;
  padding-left: 20px;
  color: #707070;
  display: block;
  margin: 20px 0;
}
.three .con-box .txt-box a h2,
.three .con-box .txt-box a h3 {
  margin-top: 10px;
  text-indent: 2rem;
  font-size: 18px;
  color: #4d4d4d;
}
.three .con-box .txt-box a h2:hover {
  color: #0c7ed9;
}
.three .con-box .txt-box a img {
  width: 100%;
  height: 215px;
  margin: 10px 0 30px 0;
}
.three .con-box .img-list {
  height: 100%;
}
.three .con-box .img-list a {
  display: block;
  border-bottom: 1px dashed #ccc;
}
.three .con-box .img-list img {
  margin: 10px 0;
  width: 100%;
  height: 200px;
}
.three .con-box .img-list h1 {
  margin-top: 10px;
  font-size: 18px;
  color: #4d4d4d;
}
.three .con-box .img-list span {
  color: #707070;
  display: block;
  margin: 10px 0;
}
.three .con-box .txt-list img {
  width: 100%;
  height: 200px;
  margin: 20px 0;
}
.three .con-box .txt-list ul li {
  line-height: 48px;
  border-bottom: 1px dashed #ccc;
}
.three .con-box .txt-list ul li a {
  font-size: 18px;
}
.three .con-box .img-show a {
  display: block;
  position: relative;
}
.three .con-box .img-show img {
  width: 100%;
  height: 200px;
}
.three .con-box .img-show span {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.three .box-show {
  padding: 20px;
  box-shadow: 3px 3px 10px #888888;
}
.tow {
  background-color: #ebebeb;
}
.tow .list {
  padding: 0.6% 1.5%;
}
.tow .list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.tow .list ul li {
  width: 47%;
  line-height: 34px;
}
.tow .list ul li a {
  display: flex;
  justify-content: space-between;
}
.tow .list ul li a h1 {
  width: 80%;
  font-size: 16px;
}
.tow .list ul li a span {
  color: #999;
}
.content {
  display: flex;
  justify-content: space-between;
}
.content .left {
  width: 65%;
}
.content .left .mian {
  border-bottom: 1px solid #eee;
  line-height: 35px;
}
.content .left .mian a:first-of-type {
  color: #3a3a3a;
}
.content .left .mian a {
  color: #747474;
  margin-right: 10px;
}
.content .left .list ul li {
  line-height: 50px;
  padding: 0 10px;
  border-bottom: 1px dashed #ccc;
}
.content .left .list ul li a {
  display: flex;
  justify-content: space-between;
}
.content .left .list ul li a h1 {
  width: 80%;
  font-size: 16px;
}
.content .left .list ul li a span {
  color: #616161;
  font-size: 16px;
}
.content .left .list ul li:hover {
  background-color: #f7f7f7;
}
.content .left .paging {
  margin: 50px 0;
  text-align: center;
}
.content .left .paging a,
.content .left .paging span {
  font-size: 18px;
  color: #0c7ed9;
  margin: 0 10px;
}
.content .left .paging a:first-of-type {
  float: left;
}
.content .left .paging a:nth-child(2) {
  margin-right: 30px;
}
.content .left .paging a:nth-child(2):before {
  content: '<<';
}
.content .left .paging a:last-of-type {
  margin-left: 30px;
}
.content .left .paging a:last-of-type:after {
  content: '>>';
}
.content .left .paging span:before {
  content: '/';
  margin-right: 20px;
}
.content .left .con .con-tit h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
}
.content .left .con .con-info {
  color: #555555;
  padding: 20px 0;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
.content .left .con .con-info span {
  font-size: 16px;
  margin-right: 20px;
}
.content .left .con .con-info span:last-of-type {
  overflow: initial;
  float: right;
}
.content .left .con .con-info .social-share-icon {
  border: 0;
  font-size: 25px;
  margin-right: 10px;
}
.content .left .con .con-text p {
  font-size: 18px;
  line-height: 34px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.content .left .con .con-text a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.content .left .pian {
  margin: 20px 0;
}
.content .left .pian a {
  background-color: #f6f6f6;
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-right: 20px;
}
.content .left .title-3 {
  border-bottom: 1px solid #d9d9d9;
  line-height: 60px;
}
.content .left .title-3 a {
  font-size: 20px;
  padding-left: 10px;
  font-weight: 700;
  border-left: 4px solid #f6aa07;
}
.content .right {
  position: sticky;
  top: 0;
  height: 100%;
  width: 30%;
  background-color: #f3f4f6;
  padding: 0 10px;
  box-sizing: border-box;
}
.content .right .list-title {
  background-color: #0c7ed9;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.content .right .list-title a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
}
.content .right .top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.content .right .top-list ul li {
  padding-left: 35px;
  line-height: 40px;
  color: #515151;
  position: relative;
}
.content .right .top-list ul li:hover a {
  color: #0c7ed9;
}
.content .right .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: #e5e5e5;
  border-radius: 5px;
  color: #0c7ed9;
}
.content .right .top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #f49f03;
}
.content .right .bu-list {
  padding: 5px 10px;
}
.content .right .bu-list ul li {
  line-height: 35px;
  color: #515151;
  position: relative;
}
.content .right .left-img {
  padding: 10px;
}
.content .right .left-img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.content .right .left-img a img {
  width: 40%;
  height: 100px;
}
.content .right .left-img a h2 {
  width: 55%;
  height: 55px;
  font-size: 18px;
}
 .content .left .pian {
    display: flex;
    justify-content: space-between;
}
.content .left .pian a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}