/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 
**/
body {
  background-color: #f5fafe;
}
a:hover {
  color: #408fda;
  text-decoration: none;
}
.w {
  width: 1200px;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #185aae;
}
.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: auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 280px;
  background: linear-gradient(#50a1d8, #5caedf, #bce6f4);
}
.head .logo {
  width: 360px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}
/* .head .logo img {
  width: 100%;
  height: 100%;
} */
.head .search {
  width: 470px;
  margin: 0 auto;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
}
.head .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .search input {
  height: 45px;
  background-color: #fff;
  padding-left: 20px;
  font-size: 18px;
  width: 80%;
  border: 1px solid #ccc;
  border-right: none;
  box-sizing: border-box;
}
.head .search button {
  width: 20%;
  height: 40px;
  background: #408fda url(../img/search.png) no-repeat center;
  background-size: 40%;
  opacity: 0.7;
  height: 45px;
}
.nav {
  background-color: #185aae;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li {
  flex: 1;
  padding: 20px 0;
  text-align: center;
}
.nav ul li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  width: 100%;
  border-left: 1px solid #3f76bc;
}
.nav ul li a:hover {
  text-decoration: none;
}
.nav ul li:first-of-type {
  height: 100%;
}
.nav ul li:first-of-type a {
  padding: 15px 0;
  background: url(../img/shouye.png) no-repeat center;
  background-size: 40%;
  border: none;
}
.nav ul li:hover {
  background-color: #2a80ee;
}
.big-tit {
  text-align: center;
  padding: 20px 0;
}
.big-tit h1 {
  color: #185aae;
  font-size: 32px;
}
.big-tit span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}
.fouce-list {
  height: 400px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.fouce-list #swiper-1 {
  margin: 0;
  width: 614px;
  height: 100%;
}
.fouce-list #swiper-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce-list #swiper-1 .swiper-wrapper .swiper-slide h1 {
  height: 55px;
  line-height: 55px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
}
.fouce-list #swiper-1 .swiper-wrapper .swiper-slide h1 span {
  display: block;
  width: 70%;
  text-align: left;
}
.fouce-list #swiper-1 .swiper-pagination {
  text-align: right;
  right: 10px;
  left: auto;
  bottom: 15px;
}
.fouce-list #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #5f5f5f;
  opacity: 1;
  border-radius: 0;
}
.fouce-list #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.fouce-list .list {
  width: 514px;
}
.list .title-1 {
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}
.list .title-1 a span {
  font-size: 24px;
  width: auto;
  position: relative;
  color: #185aae;
  font-weight: 700;
}
.list .title-1 a span i {
  position: absolute;
  display: inline;
  top: -5px;
  right: -80px;
  background-color: #dd0900;
  color: #fff;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  font-size: 12px;
  padding: 2px 5px;
  font-weight: normal;
  transition: all 0.6s;
}
.list .title-1 a span i:hover {
  transform: scale(1.4);
}
.list ul li {
  line-height: 45px;
  height: 45px;
  padding: 0 20px;
  position: relative;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h1 {
  width: 80%;
  font-size: 16px;
}
.list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #020202;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.san ul li:before {
  height: 20px;
  width: 7px;
  background: url(../img/san.png) no-repeat center;
  background-size: 100%;
}
.select {
  background-color: #fff;
  padding: 25px;
}
.select .sele-tit {
  border-bottom: 1px solid #e7e7e7;
  height: 45px;
  line-height: 45px;
}
.select .sele-tit a {
  font-size: 20px;
  padding: 0 30px;
}
.select .sele-tit a:first-of-type {
  border-right: 1px dashed #e7e7e7;
}
.select .sele-tit .cur {
  font-weight: 700;
  color: #185aae;
  border-bottom: 2px solid #185aae;
  padding-bottom: 10px;
}
.select_1 {
  width: 572px;
}
.select_2 {
  width: 486px;
}
.box {
  padding-bottom: 20px;
}
.box .title-1 {
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #bfbfbf;
}
.box .title-1 a {
  font-size: 28px;
  font-weight: 700;
}
.box .title-1 a i {
  display: block;
  float: left;
  width: 40px;
  height: 70px;
  margin-right: 20px;
  background: url(../img/icon_1.png) no-repeat center;
  background-size: 90%;
}
.box .title-1-2 i {
  background-image: url(../img/icon_2.png) !important;
}
.box .item .title_2 a {
  background-color: #185aae;
  padding: 5px;
  font-size: 22px;
  color: #fff;
}
.box .item .l-img-box {
  border: 1px dashed #9d9d9d;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}
.box .item .l-img-box a {
  align-items: center;
}
.box .item .l-img-box img {
  height: 120px;
  width: 40%;
}
.box .item .l-img-box .txt {
  width: 55%;
}
.box .item .l-img-box .txt h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.box .item .l-img-box .txt h2 {
  font-size: 16px;
  text-indent: 2rem;
  color: #707070;
}
.box .item .title-3 {
  position: absolute;
  align-items: center;
  text-align: center;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  padding: 0 10px;
}
.box .item .title-3 a {
  color: #185aae;
  font-weight: 700;
  font-size: 22px;
}
.box .item .title-3::after,
.box .item .title-3::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/yuan.png) no-repeat center;
  background-size: 100%;
}
.box .item .title-3::before {
  margin-right: 10px;
}
.box .item .title-3::after {
  margin-left: 10px;
}
.box .item .t-img-box {
  width: 48%;
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.box .item .t-img-box a img {
  width: 100%;
  height: 200px;
}
.box .item .t-img-box a .txt {
  padding: 20px;
}
.box .item .t-img-box a .txt h1 {
  font-weight: 700;
  font-size: 18px;
}
.box .item .t-img-box a .txt h2 {
  margin-top: 10px;
  text-indent: 2rem;
  font-size: 16px;
  color: #333;
}
.box .item .t-img-box a .txt span {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #408fda;
}
.box .item .t-img-box:nth-child(n + 3) {
  margin-bottom: 0;
}
.box .item .title-4 {
  padding: 20px;
  padding-bottom: 0;
}
.box .item .title-4 a {
  font-size: 22px;
  font-weight: 700;
  color: #185aae;
}
.box .item .title-6,
.box .item .title-5 {
  background-color: #185aae;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 20px;
}
.box .item .title-6 a,
.box .item .title-5 a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.box .item .title-6 {
  background-color: #719ac8;
}
.box .item_1 {
  width: 640px;
}
.box .item_2 {
  position: relative;
  width: 510px;
}
.box .item_3 {
  width: 800px;
  flex-wrap: wrap;
}
.box .item_4 {
  position: relative;
  background-color: #fff;
  width: 370px;
  box-sizing: border-box;
}
.box .item_4 .list {
  padding: 20px;
}
.box .item_5 {
  width: 370px;
}
.box .item_5 .l-img-box {
  border: none;
  padding-top: 0;
}
.box .item_5 .l-img-box a img {
  height: 100px;
}
.box .item_5 .l-img-box a h2 {
  color: #000 !important;
  text-indent: 0 !important;
  font-size: 18px !important;
}
.box .item_6 {
  width: 800px;
}
.box .item_6 .list ul li:nth-child(5) {
  border-bottom: 1px dashed #b5b5b5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.box .item_7 .list {
  padding: 0 20px;
}
.box .item_7 .list ul li h1 {
  width: 100%;
}
.box_3,
.box_1 {
  background-color: #fff;
}
.mian {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #bfbfbf;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian span {
  color: #185aae;
  padding-left: 30px;
  background: url(../img/zb.png) no-repeat center left;
  background-size: 20%;
}
.mian a,
.mian span {
  font-size: 16px;
  margin-right: 5px;
}
.fff {
  background-color: #fff;
}
.con .left {
  width: 68%;
}
.con .right {
  width: 30%;
}
.list-list ul li {
  line-height: 50px;
  border-bottom: 1px dashed #afafaf;
  height: 50px;
  padding: 0 20px 0 30px;
  position: relative;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a h1 {
  width: 80%;
  font-size: 16px;
}
.list-list ul li a span {
  color: #9b9b9b;
}
.list-list ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  height: 20px;
  width: 7px;
  background: url(../img/san.png) no-repeat center;
  background-size: 100%;
}
.paging {
  text-align: center;
  margin: 40px 0;
}
.paging a,
.paging span {
  padding: 10px;
  font-size: 16px;
  margin-right: 50px;
}
.paging span {
  border-bottom: 1px solid #000;
}
.paging .hover {
  padding: 10px;
  border: 1px solid #408fda;
}
.con-tit h4 {
  font-size: 24px;
  color: #185aae;
  margin: 0 30px;
}
.con-info {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #c3c3c3;
}
.con-info span {
  font-size: 16px;
  color: #757575;
  margin-right: 20px;
}
.con-info #share {
  overflow: initial;
  color: #124370;
  float: right;
}
.con-txt p {
  font-size: 16px;
  line-height: 35px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.pian {
  padding: 0 20px;
}
.pian a {
  font-weight: 700;
  border-bottom: 1px solid #408fda;
  padding: 10px;
}
.title-7 {
  margin-top: 50px;
}
.title-7 a {
  color: #185aae;
  font-weight: 700;
  font-size: 20px;
  border-left: 3px solid #185aae;
  padding-left: 20px;
}
