/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #015293;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #f2f2f2;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #0f7ac0;
}
.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;
}
.p {
  background-color: #fff;
  padding: 20px;
}
.head {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .logo {
  width: 260px;
  height: 80px;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  border: solid 1px #c9cacb;
  width: 390px;
  border-radius: 25px;
  overflow: hidden;
}
.head .search form {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 50px;
  overflow: hidden;
}
.head .search form input {
  padding-left: 20px;
  font-size: 14px;
  width: 70%;
}
.head .search form button {
  width: 100px;
  border-radius: 25px;
  color: #fff;
  height: 100%;
  background: #0f7ac0 url(../img/search1.png) no-repeat 20px center;
  background-size: 20%;
  padding-left: 20px;
  font-size: 16px;
}
.nav {
  background-color: #0f7ac0;
  height: 50px;
  line-height: 50px;
}
.nav .w {
  width: 1240px;
}
.nav ul {
  height: 50px !important;
  line-height: 50px !important;
  display: flex;
  justify-content: space-around;
}
.nav ul li {
  display: block;
  flex: 1;
  text-align: center;
  border-right: 1px solid #fff;
}
.nav ul li:last-of-type {
  border: none;
}
.nav ul li a {
  color: #fff;
  font-size: 16px;
}
.nav ul .cur,
.nav ul li:hover {
  background-color: #2b94d9;
}
.big-tit {
  text-align: center;
}
.big-tit h1 {
  font-size: 36px;
  font-family: '微软雅黑', 'Microsoft YaHei';
  line-height: 42px;
  font-weight: 700;
  color: #015293;
}
.fouce {
  width: 60%;
}
.fouce #swiper-1 {
  height: 400px;
  position: relative;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span {
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span h1 {
  width: 70%;
  text-align: left;
}
.fouce #swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  color: #000;
  background-color: #fff;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007ac6;
}
.box .list .title-1 {
  background-color: #f4f4f4;
  height: 38px;
  margin-bottom: 10px;
}
.box .list .title-1 a {
  flex: 1;
  text-align: center;
  display: block;
  line-height: 38px;
  height: 38px;
}
.box .list .title-1 a span {
  font-size: 20px;
}
.box .list .title-1 .cur {
  height: 45px;
  background: url(../img/tit.png) no-repeat center;
}
.box .list .title-1 .cur span {
  color: #fff;
}
.box .list ul li {
  line-height: 36px;
  height: 36px;
  padding: 0 20px;
  position: relative;
}
.box .list ul li a {
  display: flex;
  justify-content: space-between;
}
.box .list ul li a h2,
.box .list ul li a h1 {
  width: 78%;
  font-size: 16px;
}
.box .list ul li a span {
  text-align: right;
  width: 20%;
  color: #999;
}
.box .list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #cfb8b0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.box .title-2 {
  border-bottom: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
}
.box .title-2 a {
  font-size: 20px;
  font-weight: 700;
}
.box .title-2 a span {
  border-right: 1px solid #000;
  padding-right: 15px;
  margin-right: 15px;
}
.box .title-2 a:last-of-type span {
  border: none;
}
.box .title-2 .cur {
  color: #015293;
}
.box .title-2 .more {
  float: right;
}
.box .title-2 .more a {
  border: none;
  color: #a9a9a9;
  font-size: 14px;
}
.box .img-text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  height: 160px;
}
.box .img-text a img {
  width: 48%;
}
.box .img-text a .txt {
  width: 48%;
  padding: 10px;
  font-size: 18px;
  text-indent: 2rem;
}
.box .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box .list-2 ul li {
  width: 48%;
  height: 37px;
  line-height: 37px;
  border: 1px solid #eee;
  margin-bottom: 7px;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
.box .list-2 ul li:before {
  content: '';
  background-color: #b50e0e;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.box .big-box {
  flex-wrap: wrap;
}
.box .t-img-box {
  width: 48%;
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}
.box .t-img-box a img {
  width: 100%;
  height: 200px;
}
.box .t-img-box a .txt {
  padding: 20px;
}
.box .t-img-box a .txt h1 {
  font-weight: 700;
  font-size: 18px;
}
.box .t-img-box a .txt h2 {
  margin-top: 10px;
  text-indent: 2rem;
  font-size: 16px;
  color: #333;
}
.box .t-img-box a .txt span {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #015293;
}
.box .t-img-box:nth-child(n + 3) {
  margin-bottom: 0;
}
.box .top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.box .top-list ul li {
  padding-left: 35px;
  line-height: 40px;
  color: #515151;
  position: relative;
}
.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;
}
.box .top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #0f7ac0;
}
.box-1 {
  width: 38%;
}
.box-2 {
  width: 64%;
}
.box-3 {
  width: 34%;
}
.left {
  width: 68%;
}
.left .crumbs {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #bfbfbf;
}
.left .crumbs span {
  padding-left: 30px;
  background: url(../img/crumbs.jpg) no-repeat center left;
  background-size: 20%;
}
.left .crumbs a,
.left .crumbs span {
  font-size: 16px;
  margin-right: 5px;
}
.left .list-list ul li {
  line-height: 40px;
  height: 40px;
  padding: 0 20px 0 30px;
  position: relative;
}
.left .list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.left .list-list ul li a h1 {
  width: 80%;
  font-size: 16px;
}
.left .list-list ul li a span {
  color: #9b9b9b;
}
.left .list-list ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background-color: #000;
  height: 4px;
  width: 4px;
  border-radius: 50%;
}
.left .paging {
  text-align: center;
  margin: 40px 0;
}
.left .paging a,
.left .paging span {
  padding: 10px;
  font-size: 16px;
  margin-right: 50px;
}
.left .paging span {
  border-bottom: 1px solid #000;
}
.left .paging .hover {
  padding: 10px;
  border: 1px solid #015293;
}
.left .con-tit h4 {
  font-size: 36px;
}
.left .con-info {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-bottom: 1px solid #cccccc;
}
.left .con-info span {
  font-size: 14px;
  color: #757575;
  margin-right: 20px;
}
.left .con-info #share {
  background: url(../img/share.png) no-repeat center left;
  padding-left: 30px;
  overflow: initial;
  color: #124370;
  float: right;
}
.left .con-txt p {
  font-size: 16px;
  line-height: 35px;
  text-indent: 2rem;
  margin-bottom: 15px;
}
.left .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.left .pian {
  padding: 0 20px;
}
.left .pian a {
  font-weight: 700;
  border-bottom: 1px solid #015293;
  padding: 10px;
}
.left .keywords {
  justify-content: center;
}
.left .keywords span,
.left .keywords a {
  color: #fff;
  font-size: 18px;
}
.left .keywords a {
  margin-right: 20px;
}
.right {
  width: 30%;
}
.right .list ul li h1 {
  width: 100% !important;
}
