/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #000;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #f2f2f2;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #000;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: 250px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  padding-top: 10px;
  position: relative;
}
/* .head .logo {
  width: 450px;
  height: 100px;
} */
.head .search {
  width: 450px;
}
.head .search form {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}
.head .search form input {
  width: 80%;
  padding-left: 20px;
}
.head .search form button {
  background: url(../img/search.png) no-repeat center;
  background-size: 80%;
  margin-right: 15px;
  width: 40px;
  height: 40px;
}
.head #share {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.head #share a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 35px;
  margin-left: 20px;
}
.nav {
  position: fixed;
  left: 0;
  background: url(../img/navbg.png) repeat-y;
  background-size: 100%;
  padding: 10px 0;
  width: 120px;
}
.nav ul li {
  height: 30px;
  text-align: center;
  margin: 20px auto;
  line-height: 30px;
}
.nav ul li a {
  font-size: 18px;
  color: #fff;
}
.nav ul li:hover,
.nav ul .cur {
  background: url(../img/nav-cur.png) no-repeat center;
}
.nav ul li:hover a,
.nav ul .cur a {
  color: #000;
}
.box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.box .title a {
  font-weight: 700;
  font-size: 20px;
}
.box .fouce {
  width: 68%;
  height: 250px;
}
.box .fouce #swiper-2 {
  height: 100%;
}
.box .fouce #swiper-2 .swiper-wrapper .swiper-slide a {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.box .fouce #swiper-2 .swiper-wrapper .swiper-slide a .img {
  width: 48%;
}
.box .fouce #swiper-2 .swiper-wrapper .swiper-slide img{
    width: 100% !important;
}

.box .fouce #swiper-2 .swiper-wrapper .swiper-slide a .text {
  width: 48%;
}
.box .fouce #swiper-2 .swiper-wrapper .swiper-slide a .text h2 {
  font-weight: 700;
  font-size: 20px;
}
.box .fouce #swiper-2 .swiper-wrapper .swiper-slide a .text h3 {
  font-size: 16px;
  text-indent: 2rem;
  line-height: 30px;
  margin: 25px 0;
}
.box .fouce #swiper-2 .swiper-wrapper .swiper-slide a .text h2:hover,
.box .fouce #swiper-2 .swiper-wrapper .swiper-slide a .text h3:hover {
  color: red;
}
.box .fouce #swiper-2 .swiper-wrapper .swiper-slide a .text span {
  font-size: 16px;
}
.box .fouce #swiper-2 .swiper-pagination {
  text-align: right;
}
.box .fouce #swiper-2 .swiper-button-white {
  background-color: rgba(0, 0, 0, 0.6);
  width: 30px;
  height: 60px;
}
.box .fouce #swiper-2 .swiper-button-prev {
  left: 0;
}
.box .fouce #swiper-2 .swiper-button-next {
  right: 403px;
}
.box .fouce #swiper-2 .swiper-pagination-bullet-active {
  background-color: #000;
}
.box .title-list {
  width: 30%;
  flex-direction: column;
}
.box .title-list a {
  height: 31%;
  background-color: #f4f4f4;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.6s;
}
.box .title-list a h2 {
  font-size: 16px;
}
.box .title-list .cur {
  background-color: #2a3c54;
  color: #fff;
}
.box .title-2 a {
  font-size: 18px;
}
.box .title-2 a span {
  background: url(../img/more.png) no-repeat center;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: 100%;
  float: right;
  transition: all 0.6s;
}
.box .title-2 a span:hover {
  transform: rotate(-180deg);
}
.box .l-img-txt a {
  display: flex;
  justify-content: space-between;
}
.box .l-img-txt a img {
  width: 35%;
}
.box .l-img-txt a .txt {
  width: 60%;
}
.box .l-img-txt a .txt h2,
.box .l-img-txt a .txt h3 {
  font-size: 16px;
  text-indent: 2rem;
}
.box .l-img-txt a .txt h2 {
  text-indent: 1rem;
}
.box .l-img-txt a .txt span {
  font-size: 14px;
}
.box .l-img-txt a .txt:hover h2,
.box .l-img-txt a .txt:hover h3 {
  color: red;
}
.box .l-img-txt a .no-img {
  width: 100%;
}
.box .l-img-txt-2 a img {
  width: 42%;
      height: 80px;
}
.box .l-img-txt-2 a .txt {
  width: 50%;
}
.box .list ul li {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
}
.box .list ul li a {
  font-size: 16px;
}
.box .list ul li:hover a {
  color: red;
}
.box .list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}
.box .list-2 ul li {
  padding-top: 9px;
}
.box .no-d ul li {
  padding-left: 0;
}
.box .no-d ul li:before {
  content: none;
}
.box .title-3 {
  text-align: center;
}
.box .title-3 a span {
  font-size: 24px;
  font-weight: 700;
}
.box .txt-box {
  flex-wrap: wrap;
}
.box .txt-box a {
  margin-top: 20px;
  width: 30%;
  padding-left: 10px;
  background: url(../img/left.png) no-repeat 0 5px;
}
.box .txt-box a h2 {
  font-size: 16px;
}
.box .txt-box a h2:hover {
  color: red;
}
.box .txt-box a h3 {
  margin: 10px 0 5px 0;
  font-size: 14px;
  text-indent: 1rem;
  color: #7c7c7c;
}
.box .txt-box a span {
  font-size: 14px;
}
.box .img-box img {
  height: 130px;
      width: 100%;
}
.box .img-box h1 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
}
.box .crumbs {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.box .crumbs span,
.box .crumbs a {
  font-size: 16px;
  margin-right: 10px;
}
.box .crumbs span {
  padding-left: 20px;
  background: url(../img/crumbs.png) no-repeat center left;
}
.box .left {
  width: 65%;
  border-right: 1px solid #ccc;
  padding-right: 40px;
  box-sizing: border-box;
}
.box .left .list-list ul li {
  white-space: normal;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  padding-left: 35px;
  background: url(../img/left.png) no-repeat 0 20px;
}
.box .left .list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.box .left .list-list ul li a img {
  width: 30%;
  height: 140px;
}
.box .left .list-list ul li a .txt {
  width: 65%;
}
.box .left .list-list ul li a .txt h1 {
  font-weight: 700;
  font-size: 18px;
}
.box .left .list-list ul li a .txt h1:hover {
  color: red;
}
.box .left .list-list ul li a .txt h2 {
  margin: 20px 0;
  font-size: 16px;
  text-indent: 2em;
  color: #7e7e7e;
}
.box .left .list-list ul li a .txt span {
  font-size: 14px;
}
.box .left .list-list ul li a .no-img {
  width: 100%;
}
.box .left .con-tit {
  border-bottom: 1px solid #ccc;
}
.box .left .con-tit h4 {
  font-size: 32px;
  padding: 20px 50px;
}
.box .left .con-info {
  border-bottom: 1px solid #ccc;
  padding-left: 10%;
}
.box .left .con-info span {
  margin: 5px 15px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.box .left .con-txt p {
  text-indent: 2rem;
  font-size: 16px;
  line-height: 31px;
  padding: 0 0 10px;
}
.box .left .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .left .con-txt .keywords {
  justify-content: center;
}
.box .left .con-txt .keywords span,
.box .left .con-txt .keywords a {
  font-size: 15px;
}
.box .left .con-txt .keywords a {
  margin-right: 20px;
}
.box .left .con-txt .keywords a:hover {
  color: red;
}
.box .right {
  width: 30%;
}
.box .right .img-box a img {
  height: 170px;
}
.box .paging {
  margin: 30px 0 10px;
  width: 100%;
  justify-content: center;
}
.box .paging a,
.box .paging span {
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 20px;
  color: #bfbfbf;
  border: 1px solid #ccc;
  transition: all 0.6s;
}
.box .paging .hover {
  color: #fff;
  background-color: #bfbfbf;
}
.box .paging a:hover,
.box .paging span:hover {
  background-color: #bfbfbf;
  color: #fff;
}
.box .pian {
  padding: 0 10px;
}
.box .pian a {
  background-color: #bfbfbf;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.box-1 {
  width: 38%;
}
.box-2 {
  width: 28%;
}
.box-3 {
  width: 28%;
}
.box-4 {
  width: 69%;
}
.box-5 {
  width: 23%;
}
.box-6 {
  width: 34%;
}
