/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 
**/
a:hover {
  color: #ee751d;
  text-decoration: none;
}
.w {
  width: 1240px;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #015293;
}
.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;
}
body {
  background: url(../img/bg.jpg) no-repeat 50% 0;
  background-color: #f9f5e1;
}
.head .flex {
  padding: 50px 0;
  align-items: center;
}
.head .logo {
  width: 300px;
  height: 70px;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  width: 500px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 1px 5px 9px #ccc;
}
.head .search form {
  height: 100%;
  display: flex;
}
.head .search input {
  padding-left: 30px;
  height: 100%;
  width: 80%;
  background-color: #fff;
}
.head .search button {
  height: 100%;
  width: 100px;
  background: url(../img/search.png) no-repeat center;
  background-size: 40%;
  background-color: #00a6d1;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  text-align: center;
  flex: 1;
  height: 55px;
  line-height: 55px;
  background-color: #1fa1f4;
}
.nav ul li a {
  color: #fff;
  font-size: 20px;
}
.nav ul li:hover {
  background-color: #015293;
}
.white {
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 20px;
}
.fouce-select {
  height: 300px;
}
.fouce-select .fouce {
  width: 500px;
  height: 100%;
}
.fouce-select .fouce #swiper-1 {
  margin: 0;
  height: 100%;
}
.fouce-select .fouce #swiper-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce-select .fouce #swiper-1 .swiper-wrapper .swiper-slide h1 {
  height: 55px;
  line-height: 55px;
  text-align: left;
}
.fouce-select .fouce #swiper-1 .swiper-wrapper .swiper-slide h1 span {
  display: block;
  width: 60%;
  text-align: left;
}
.fouce-select .fouce #swiper-1 .swiper-pagination {
  text-align: right;
  right: 10px;
  left: auto;
  bottom: 15px;
}
.fouce-select .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.fouce-select .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d3524a;
}
.select .sele-tit {
  height: 48px;
  line-height: 48px;
  background-color: #f2f2f2;
}
.select .sele-tit a {
  display: block;
  float: left;
  width: 150px;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 100;
  text-align: center;
}
.select .sele-tit .cur {
  color: #d12f27;
  font-weight: 700;
  border-bottom: 3px solid #d12f27;
}
.select .sele-tit-4 {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.select .sele-tit-4 a {
  width: 49.7%;
  height: 40px;
  line-height: 40px;
  background-size: 4%;
  background-color: #e7e7e7;
}
.select .sele-tit-4 a span {
  padding-left: 30px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/info.png) no-repeat center left;
  background-size: 20%;
}
.select .sele-tit-4 a:last-of-type span {
  background-image: url(../img/jishi.png);
}
.select .sele-tit-4 .cur {
  background-color: #015293;
  color: #fff;
}
.select .sele-item .list ul li {
  white-space: normal;
  position: relative;
  line-height: 34px;
  height: 34px;
}
.select .sele-item .list ul li a {
  display: flex;
  justify-content: space-between;
}
.select .sele-item .list ul li h1 {
  width: 78%;
  font-size: 16px;
}
.select .sele-item .list ul li h2 {
  font-size: 16px;
}
.select .sele-item .list ul li span {
  width: 20%;
  font-size: 16px;
  color: #999;
  text-align: right;
}
.select .sele-item .fang li {
  padding-left: 20px;
}
.select .sele-item .fang li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #676767;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.select .sele-item .yuan li {
  padding-left: 20px;
}
.select .sele-item .yuan li:before {
  content: '';
  width: 10px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.select .sele-item .box .title-1 {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d8d6d7;
}
.select .sele-item .box .title-1 a {
  width: 100px;
  text-align: center;
  display: block;
  color: #015293;
  font-weight: 700;
  border-bottom: 4px solid #015293;
}
.select .sele-item .box .dashd-list ul li {
  padding: 20px 0 20px 20px;
  height: 60px;
  border-bottom: 1px dashed #eee;
}
.select .sele-item .box .dashd-list ul li h2 {
  width: 70%;
}
.select .sele-item .box .dashd-list ul li span {
  width: 30%;
}
.select .sele-item .box .zx li:first-of-type {
  display: flex;
  padding: 0;
  justify-content: space-between;
  height: 80px;
  background-color: #f1f2f4;
}
.select .sele-item .box .zx li:first-of-type a {
  width: 75%;
}
.select .sele-item .box .zx li:first-of-type a h2 {
  margin-top: 10px;
  width: 95%;
  font-size: 18px;
}
.select .sele-item .box .zx li:first-of-type:before {
  content: '最新消息';
  white-space: normal;
  display: block;
  top: 0;
  width: 74px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  padding-top: 10px;
  background-color: #e74043;
  color: #fff;
  font-size: 25px;
  position: relative;
  transform: translateY(0);
}
.select .sele-item .box .img-box img {
  width: 100%;
  height: 210px;
}
.select .sele-item .box .img-box h2 {
  font-size: 18px;
  margin-top: 10px;
}
.select .sele-item .box .l-img-box {
  box-sizing: border-box;
  border-radius: 20px;
}
.select .sele-item .box .l-img-box a {
  align-items: center;
}
.select .sele-item .box .l-img-box img {
  height: 120px;
  width: 40%;
}
.select .sele-item .box .l-img-box .txt {
  width: 55%;
}
.select .sele-item .box .l-img-box .txt h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.select .sele-item .box .l-img-box .txt h2 {
  font-size: 16px;
  text-indent: 2rem;
  color: #707070;
}
.select .sele-item .box .img-box-2 a {
  width: 24%;
}
.select .sele-item .box .img-box-2 img {
  height: 150px;
}
.select .sele-item .box .img-box-2 h2 {
  font-size: 16px;
}
.select .sele-item .box .tit-box a {
  display: block;
  margin-bottom: 10px;
}
.select .sele-item .box .tit-box a h2 {
  line-height: 33px;
  height: 60px;
  font-size: 18px;
}
.select .sele-item .box .tit-box a h3 {
  color: #999;
  text-indent: 2rem;
  font-size: 16px;
  margin-top: 10px;
}
.select .sele-item .box-7,
.select .sele-item .box-6,
.select .sele-item .box-4,
.select .sele-item .box-3,
.select .sele-item .box-1 {
  width: 370px;
}
.select .sele-item .box-2 {
  width: 340px;
}
.select .sele-item .box-5 {
  width: 800px;
}
.select .sele-item .box-6 {
  position: relative;
}
.select .sele-item .box-6 .list h1 {
  width: 100%;
}
.select .sele-item .box-6 .img {
  width: 100%;
  height: 300px;
}
.select .sele-item .box-6 .img img {
  width: 100%;
  height: 100%;
}
.select .sele-item .box-6 .img span {
  height: 40px;
  line-height: 40px;
}
.select .sele-item .box-7 .list span {
  width: 30%;
}
.select-3,
.select-1 {
  width: 650px;
}
.select-2 {
  width: 500px;
}
.mian {
  margin: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian a {
  margin-right: 10px;
}
.con .left {
  width: 60%;
}
.con .left .list-list ul li {
  line-height: 34px;
  position: relative;
}
.con .left .list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.con .left .list-list ul li a h1 {
  width: 80%;
  font-size: 16px;
  padding-left: 20px;
}
.con .left .list-list ul li a span {
  font-size: 16px;
  color: #666;
}
.con .left .list-list ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #b2b2b2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.con .left .con-tit h4 {
  font-size: 24px;
  color: #0b6cbb;
  margin: 0 30px;
  font-weight: 400;
}
.con .left .con-info {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.con .left .con-info span {
  font-size: 16px;
  color: #757575;
  margin-right: 20px;
}
.con .left .con-txt p {
  font-size: 16px;
  line-height: 35px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.con .left .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.con .left .pian {
  margin: 50px 0;
  padding: 0 20px;
}
.con .left .pian a {
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.con .left .title {
  margin: 40px 0;
}
.con .left .title a {
  color: #015293;
  font-weight: 700;
  border-bottom: 2px solid #015293;
  padding: 10px;
  font-size: 20px;
}
.con .right {
  width: 33%;
}
.paging {
  text-align: center;
  margin: 30px 0;
}
.paging a,
.paging span {
  font-size: 16px;
  padding: 5px;
  margin: 0 10px;
}
.paging a:hover,
.paging span:hover,
.paging .hover {
  background-color: #6396cd;
  color: #fff;
}
.black {
  background-color: #32312d;
}
