/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 
**/
a:hover {
  text-decoration: underline;
}
.w {
  width: 1200px;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #2e6da1;
}
.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 {
  height: 280px;
  background: linear-gradient(#4f91c5, #6fa5d1, #8cb8dd);
}
.head .logo {
  width: 360px;
  margin: 0 auto;
  padding-top: 100px;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  width: 470px;
  margin: 0 auto;
  background-color: #5e99c9;
  height: 45px;
  line-height: 45px;
}
.head .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .search input {
  background-color: #5e99c9;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  width: 80%;
}
.head .search button {
  width: 20%;
  height: 40px;
  background: url(http://www.dizhi.rexun.cn/static/img/search.png) no-repeat center;
  background-size: 40%;
  opacity: 0.7;
}
.nav {
  background-color: #5292c6;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  flex: 1;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
.nav ul li a:hover {
  text-decoration: none;
}
.nav ul li:hover {
  background-color: #2f6ea2;
}
.big-tit {
  text-align: center;
}
.big-tit h1 {
  color: #2e6da1;
  font-size: 32px;
}
.big-tit span {
  color: #2e6da1;
  margin-top: 10px;
  font-size: 19px;
}
.fouce-list {
  height: 440px;
  width: 100%;
}
.fouce-list #swiper-1 {
  margin: 0;
  width: 67%;
  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: 80%;
  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: #d0d0d0;
  opacity: 1;
}
.fouce-list #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c10d0c;
}
.fouce-list .list {
  width: 30%;
}
.list .title-1 a span {
  font-size: 22px;
  width: auto;
  position: relative;
  color: #2e6da1;
  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;
}
.list .title-3 a {
  margin: 0 15px;
}
.list .title-3 a span {
  color: #000;
}
.list .title-3 a:first-of-type {
  padding-right: 15px;
  border-right: 1px solid #7f7f7f;
}
.list .title-3 .cur span {
  color: #2e6da1;
}
.list ul {
  margin-top: 10px;
}
.list ul li {
  line-height: 43px;
  padding-left: 20px;
  position: relative;
}
.list ul li a {
  font-size: 16px;
}
.list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.two .list {
  width: 450px;
}
.two .selebox .list {
  width: 720px;
}
.title-2 {
  height: 43px;
  line-height: 40px;
  padding-left: 10px;
  background: url(http://www.dizhi.rexun.cn/static/img/titbg.jpg) no-repeat center left;
}
.title-2 a span {
  font-size: 17px;
  font-weight: bold;
  color: #2e6da1;
}
.select-box {
  background-color: #eef1f6;
  padding: 20px 0;
}
.select-box .select-tit {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.select-box .select-tit a {
  width: 190px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  background-color: #93b9e0;
  color: #fff;
  font-size: 24px;
  margin: 0 10px;
  border-radius: 10px;
}
.select-box .select-tit a:hover {
  text-decoration: none;
}
.select-box .select-tit .cur {
  background-color: #4883c3;
}
.select-box .select-con {
  background-color: #fff;
  padding: 12px;
  height: 580px;
}
.select-box .select-con .select-item .img-box {
  box-sizing: border-box;
  width: 480px;
  padding: 0 20px;
  border-right: 1px dashed #eee;
}
.select-box .select-con .select-item .img-box img {
  width: 100%;
  height: 300px;
}
.select-box .select-con .select-item .img-box h2 {
  margin: 20px 0;
  font-size: 18px;
}
.select-box .select-con .select-item .img-box h3 {
  font-size: 16px;
  color: #919191;
  text-indent: 2rem;
}
.select-box .select-con .select-item .fouce-img {
  width: 675px;
  padding: 20px;
}
.select-box .select-con .select-item .fouce-img #swiper-2 {
  height: 260px;
}
.select-box .select-con .select-item .fouce-img #swiper-2 .swiper-wrapper {
  height: 240px;
}
.select-box .select-con .select-item .fouce-img #swiper-2 .swiper-wrapper .swiper-slide {
  width: 48% !important;
  margin-right: 2.5%;
  text-align: center;
}
.select-box .select-con .select-item .fouce-img #swiper-2 .swiper-wrapper .swiper-slide img {
  height: 200px;
  width: 100%;
}
.select-box .select-con .select-item .fouce-img #swiper-2 .swiper-wrapper .swiper-slide span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.select-box .select-con .select-item .fouce-img #swiper-2 .swiper-button-white {
  background-size: 60%;
  height: 60px;
  width: 20px;
  opacity: 0.8;
  top: 40%;
  background-color: #9cbeda;
}
.select-box .select-con .select-item .fouce-img #swiper-2 .swiper-button-next {
  right: 0;
}
.select-box .select-con .select-item .select-3 {
  width: 385px;
}
.select-box .select-con .select-item .select-3 .sele-tit-3 {
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 0;
}
.select-box .select-con .select-item .select-3 .sele-tit-3 a {
  font-size: 18px;
  padding: 0 15px 5px;
}
.select-box .select-con .select-item .select-3 .sele-tit-3 .cur {
  color: #2e6da1;
  border-bottom: 4px solid #2e6da1;
}
.select-box .select-con .select-item .select-3 .sele-con-3 .sele-item-3 ul li {
  white-space: normal;
  margin-top: 15px;
  border-bottom: dashed 1px #d5d5d5;
  height: 70px;
  padding-left: 20px;
  position: relative;
}
.select-box .select-con .select-item .select-3 .sele-con-3 .sele-item-3 ul li a h2 {
  font-size: 16px;
}
.select-box .select-con .select-item .select-3 .sele-con-3 .sele-item-3 ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #ccc;
  left: 0;
  top: 10px;
}
.select-box .select-con .select-item .select-3 .sele-con-3 .zx li:first-of-type {
  background-color: #f1f2f4;
  padding-left: 90px;
}
.select-box .select-con .select-item .select-3 .sele-con-3 .zx li:first-of-type h2 {
  margin-top: 10px;
}
.select-box .select-con .select-item .select-3 .sele-con-3 .zx li:first-of-type:before {
  content: '最新消息';
  top: 0;
  width: 50px;
  height: 100%;
  padding: 5px 5px 10px 10px;
  line-height: 30px;
  background-color: #e74043;
  color: #fff;
  font-size: 23px;
}
.select-box .select-con .select-item .img-list {
  width: 770px;
}
.select-box .select-con .select-item .img-list a {
  width: 48%;
}
.select-box .select-con .select-item .img-list a img {
  width: 100%;
  height: 300px;
}
.select-box .select-con .select-item .img-list a h2 {
  margin: 20px 0;
  font-size: 18px;
}
.select-box .select-con .select-item .img-list a h3 {
  font-size: 16px;
  color: #919191;
  text-indent: 2rem;
}
.select-box .select-con .select-item .img-list .list {
  width: 48%;
}
.select-box .select-con .select-item .sel-list {
  width: 570px;
}
.select-box .select-con .select-item .sel-list ul li:nth-child(5) {
  border-bottom: 1px dashed #eee;
  padding-bottom: 20px;
}
.select-box .select-con .select-item .sel-list ul li:nth-child(6) {
  padding-top: 20px;
}
.select-box .select-con .select-item .select-4 {
  width: 575px;
}
.select-box .select-con .select-item .select-4 .sele-tit-4 {
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 0;
}
.select-box .select-con .select-item .select-4 .sele-tit-4 a {
  font-size: 18px;
  padding: 0 15px 5px;
}
.select-box .select-con .select-item .select-4 .sele-tit-4 .cur {
  color: #2e6da1;
  border-bottom: 4px solid #2e6da1;
}
.select-box .select-con .select-item .select-4 .sele-con-4 .sele-item-4 a {
  display: block;
  width: 48%;
}
.select-box .select-con .select-item .select-4 .sele-con-4 .sele-item-4 a img {
  width: 100%;
  height: 180px;
}
.select-box .select-con .select-item .select-4 .sele-con-4 .sele-item-4 a h2 {
  margin-top: 10px;
  font-size: 17px;
}
.select-box .select-con .select-item .select-4 .t-span span {
  color: #2e6da1;
  font-weight: 700;
}
.san-info #swiper-3 {
  float: left;
  margin-right: 40px;
  position: relative;
  background-color: pink;
  --swiper-navigation-color: #eee;
  width: 400px;
  height: 235px;
  overflow: hidden;
}
.san-info #swiper-3 img {
  width: 100%;
}
.san-info #swiper-3 p {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.san-info .ul-text {
  padding: 20px;
  width: 320px;
  margin-right: 40px;
  float: left;
}
.san-info .ul-text .left-list {
  font-size: 18px;
}
.san-info .ul-text .left-list li:first-child {
  font-weight: bold;
}
.san-info .ul-text .left-list li {
  height: 30px;
  line-height: 30px;
  margin-bottom: 9px;
}
.san-info .ul-text:last-of-type {
  margin-right: 0;
}
.mian {
  background: url(../img/position.png) no-repeat center left;
  padding-left: 25px;
}
.mian a {
  margin-right: 10px;
}
.list-list .left {
  width: 60%;
  border: 1px solid #eee;
  padding: 20px;
}
.list-list .left ul li {
  line-height: 34px;
  position: relative;
}
.list-list .left ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list .left ul li a h1 {
  width: 80%;
  font-size: 16px;
  padding-left: 20px;
}
.list-list .left ul li a span {
  font-size: 14px;
  color: #9e9e9e;
}
.list-list .left ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #2c8be9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list-list .left .paging {
  margin: 50px 0;
  text-align: center;
}
.list-list .left .paging a,
.list-list .left .paging span {
  font-size: 18px;
  margin: 0 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
.list-list .left .paging a:hover,
.list-list .left .paging span:hover,
.list-list .left .paging .hover {
  background-color: #2e6da1;
  color: #fff;
}
.list-list .left .paging .hover,
.list-list .left .paging span {
  padding: 10px 20px;
}
.list-list .left .paging a:first-of-type {
  border: none;
}
.list-list .left .paging a:first-of-type:hover {
  background-color: #f9f9f9;
  color: #000;
}
.list-list .right {
  width: 30%;
  border: 1px solid #eee;
  padding: 20px;
}
.list-list .right .img-div {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.list-list .right .img-div img {
  width: 35%;
      height: 122px !important;
}
.list-list .right .img-div .text {
  width: 60%;
}
.list-list .right .img-div .text h3 {
  font-size: 16px;
  margin: 10px 0;
  text-indent: 1rem;
  color: #888;
}
.list-list .right ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
}
.list-list .right ul li {
  position: relative;
  line-height: 40px;
  padding-left: 20px;
}
.list-list .right ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2e6da1;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.con .con-tit h4 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}
.con .con-info {
  color: #555555;
  padding: 20px 0 10px;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ccc;
}
.con .con-info span {
  font-size: 14px;
  margin-right: 20px;
}
.con .con-info span:last-of-type {
  overflow: initial;
  float: right;
  font-size: 14px;
}
.con .con-info .social-share-icon {
  font-size: 20px;
  margin-right: 10px;
}
.con .con-text p {
  font-size: 16px;
  line-height: 34px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.con .con-text p img{
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.con .con-text a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.pian {
  width: 100%;
}
.pian a {
  display: block;
  margin: 20px 0;
}
.pian a span {
  display: block;
}
