/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 
**/
a:hover {
  color: #0c66b2;
  text-decoration: none;
}
body {
  background-color: #f4f4f6;
}
.w {
  width: 1300px;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #288bde;
}
.advertising {
  margin: 0 auto;
  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 {
  height: 280px;
  background: url(http://www.caifu.rexun.cn/static/img/bg.jpg) no-repeat center top;
}
.head .logo {
  width: 360px;
  margin: 0 auto;
  padding-top: 70px;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  width: 470px;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
}
.head .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .search input {
  height: 45px;
  padding-left: 20px;
  font-size: 18px;
  width: 85%;
  border-right: none;
  box-sizing: border-box;
  background: #288bde;
  opacity: 0.6;
  color: #fff !important;
}
.head .search button {
  width: 15%;
  height: 40px;
  background-color: #288bde;
  font-size: 17px;
  color: #fff;
  height: 45px;
}
.nav {
  background-color: #288bde;
  height: 60px;
}
.nav ul {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li {
  flex: 1;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.nav ul li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
.nav ul li:first-of-type {
  flex: 1;
}
.nav ul li:first-of-type a {
  height: 60px;
  background: url(http://www.caifu.rexun.cn/static/img/home.png) no-repeat center;
  background-size: 35%;
}
.nav ul li:hover {
  background-color: #0c66b2;
}
.bg {
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px;
}
.p {
  padding: 30px;
}
.big-tit {
  height: 70px;
  border-bottom: 1px #e4e4e4 solid;
  padding: 20px 0;
}
.big-tit a {
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.big-tit a span {
  background-color: #d00000;
  color: #fff;
  padding: 2px;
  line-height: 28px;
  text-align: center;
  border-radius: 9px;
  font-size: 24px;
  display: block;
  min-width: 54px;
  width: 54px;
  white-space: normal;
  overflow: initial;
  position: relative;
  margin-right: 20px;
}
.big-tit a span::after {
  content: '';
  display: block;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #d00000;
}
.big-tit a h1 {
  color: #d00000;
  font-size: 35px;
  font-weight: 700;
}
.fouce-list {
  height: 440px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.fouce-list #swiper-1 {
  margin: 0;
  width: 680px;
  height: 100%;
}
.fouce-list #swiper-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce-list #swiper-1 .swiper-wrapper .swiper-slide h1 {
  font-size: 20px;
  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;
  background-color: #d0d0d0;
  opacity: 1;
}
.fouce-list #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c10d0c;
}
.fouce-list .list {
  width: 500px;
}
.w45 {
  width: 44%;
  padding: 30px;
  background-color: #fff;
}
.list .title-1 {
  background-color: #f4f4f4;
  height: 50px;
}
.list .title-1 .cur {
  background-color: #288bde;
}
.list .title-1 .cur span {
  color: #fff;
}
.list .title-1 a {
  display: block;
  height: 50px;
  float: left;
  line-height: 50px;
  padding: 0 20px;
}
.list .title-1 a span {
  font-size: 20px;
  position: relative;
  color: #333;
}
.list .title-1 a span i {
  position: absolute;
  display: inline;
  height: 20px;
  line-height: 20px;
  top: -10px;
  left: 110px;
  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.2);
}
.list .title-2 {
  height: 50px;
  line-height: 50px;
}
.list .title-2 a {
  font-size: 20px;
  padding: 15px 25px;
}
.list .title-2 .cur {
  color: #fff;
  background-color: #288bde;
}
.list ul li {
  line-height: 45px;
  height: 45px;
  padding: 0 20px;
  position: relative;
  border-bottom: #f1f1f1 1px dashed;
  transition: all 0.2s ease-in-out;
  white-space: normal;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h2,
.list ul li a h1 {
  width: 78%;
  font-size: 18px;
}
.list ul li a span {
  width: 20%;
  color: #999;
}
.list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #cfb8b0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sele-tit {
  text-align: center;
  height: 90px;
  line-height: 90px;
}
.sele-tit a {
  flex: 1;
  display: block;
  display: flex;
  justify-content: center;
  color: #fff;
  position: relative;
}
.sele-tit a span {
  display: block;
  padding-left: 55px;
  font-size: 33px;
  font-weight: normal;
}
.sele-tit .cur {
  background-color: #0057a0 !important;
}
.sele-tit .cur:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-bottom-color: #fff;
}
.sele-tit a:first-of-type {
  background-color: #156db7;
}
.sele-tit a:first-of-type span {
  background: url(http://www.caifu.rexun.cn/static/img/icon-1.png) no-repeat center left;
}
.sele-tit a:nth-child(2) {
  background-color: #1e79c5;
}
.sele-tit a:nth-child(2) span {
  background: url(http://www.caifu.rexun.cn/static/img/icon-2.png) no-repeat center left;
}
.sele-tit a:last-of-type {
  background-color: #2580cd;
}
.sele-tit a:last-of-type span {
  background: url(http://www.caifu.rexun.cn/static/img/icon-3.png) no-repeat center left;
}
.box .title-6,
.box .title-4 {
  justify-content: flex-start;
  border-bottom: #f1f1f1 1px solid;
  transition: all 0.2s ease-in-out;
  height: 50px;
}
.box .title-6 a,
.box .title-4 a {
  width: 25%;
  display: block;
  text-align: center;
  font-size: 25px;
}
.box .title-6 .cur,
.box .title-4 .cur {
  color: #2687cc;
  border-bottom: 5px solid #2687cc;
  position: relative;
  font-weight: 700;
}
.box .title-6 .cur:before,
.box .title-4 .cur:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #2687cc;
}
.box .img-box {
  flex-wrap: wrap;
}
.box .img-box a {
  display: block;
  height: 100%;
  width: 48%;
  margin: 20px 0;
}
.box .img-box a img {
  width: 100%;
  height: 100%;
}
.box .img-box a h2 {
  margin-top: 10px;
  font-size: 18px;
}
.box .img-list {
  box-shadow: 1px 3px 7px #ccc;
  overflow: hidden;
}
.box .img-list img {
  height: 230px;
  width: 100%;
}
.box .img-list ul li {
  position: relative;
  margin: 20px 20px;
  padding-left: 20px;
}
.box .img-list ul li:first-of-type {
  font-weight: 700;
  padding: 20px;
  margin: 20px 0;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
}
.box .img-list ul li:first-of-type a {
  font-size: 20px;
}
.box .img-list ul li:first-of-type:before {
  content: none;
}
.box .img-list ul li:before {
  content: '';
  z-index: 99;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #288bde;
  position: absolute;
}
.box .img-list span {
  display: block;
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
  color: #288bde;
}
.box .top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.box .top-list ul li {
  padding-left: 35px;
  line-height: 45px;
  color: #515151;
  position: relative;
}
.box .top-list ul li a {
  font-size: 18px;
}
.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 + 5)::before {
  color: #fff;
  background-color: #288bde;
}
.box-1 {
  width: 50%;
}
.box-1 .list ul li {
  height: 70px;
  line-height: normal;
  padding-bottom: 10px;
}
.box-1 .list ul li a {
  padding: 20px 0;
}
.box-1 .list ul li:hover {
  border-bottom: #2587cb 1px dashed;
}
.box-1 .list ul li:before {
  background-color: #288bde;
}
.box-2 {
  width: 48%;
}
.box-3 .img-list {
  width: 32%;
}
.box-5,
.box-4 {
  width: 58%;
}
.box-5 .title-6 a,
.box-4 .title-6 a {
  width: 25%;
}
.box-5 .list ul li:hover,
.box-4 .list ul li:hover {
  border-bottom: #2587cb 1px dashed;
}
.box-5 .list ul li:before,
.box-4 .list ul li:before {
  background-color: #288bde;
}
.box-5 {
  width: 40%;
}
.box-6 .list ul li h1 {
  width: 100%;
}
.img-fouce a {
  display: inline-block;
  position: relative;
  height: 167px;
  overflow: hidden;
}
.img-fouce a img {
  width: 100%;
  height: 100%;
}
.img-fouce p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
}
.img-fouce .swiper-button-next {
  right: 20px;
}
.title-7 a {
  color: #288bde;
  font-size: 22px;
  font-weight: 700;
}
.mian {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian a,
.mian span {
  font-size: 16px;
  margin-right: 8px;
}
.mian span {
  background: url(http://www.caifu.rexun.cn/static/img/wz.png) no-repeat center left;
  padding-left: 20px;
}
.con .left {
  width: 66.3%;
}
.con .left .list ul li span {
  text-align: right;
}
.con .left .list ul li:hover {
  border-bottom: #2587cb 1px dashed;
}
.con .right {
  width: 30%;
}
.title-8 {
  background-color: #f4f4f4;
  padding: 10px 0 10px 20px;
}
.title-8 a {
  border-left: 4px solid #288bde;
  padding-left: 15px;
  line-height: 40px;
  color: #333;
  font-size: 18px;
}
.title-8:hover {
  background-color: #288bde;
}
.title-8:hover a {
  color: #fff;
  border-left: 4px solid #fff;
}
.paging {
  margin: 50px 0 10px;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.paging a,
.paging span {
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 20px;
}
.paging .hover {
  background-color: #288bde;
  color: #fff;
}
.paging a:first-of-type {
  position: absolute;
  right: 0;
}
.con-tit h4 {
  font-size: 30px;
  font-weight: 400;
}
.con-info {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #c3c3c3;
  padding-bottom: 20px;
}
.con-info span {
  font-size: 16px;
  color: #333;
  margin-right: 20px;
}
.con-info #share {
  overflow: initial;
  float: right;
}
.con-txt p {
  font-size: 18px;
  line-height: 35px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.pian {
  margin: 40px 0;
  justify-content: flex-end;
}
.pian a {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  margin: 0 10px;
}
.pian a:hover {
  border: 1px solid #288bde;
}
.keywords {
  text-align: center;
}
.keywords span,
.keywords a {
  font-size: 15px;
  color: #fff;
}
.keywords a {
  margin-right: 20px;
}
