/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
@font-face {
  font-family: 'Bell MT Bold';
  src: url(../css/BELLB.TTF);
}
a:hover {
  color: #027091;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #0080a7;
}
.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: 300px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  background-color: #0080a7;
}
.head .flex {
  height: 145px;
  align-items: center;
}
.head .logo {
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
  height: 60px;
  width: 197px;
}
.head .search {
  height: 50px;
  width: 250px;
}
.head .search form {
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background-color: #cce6ed;
}
.head .search form input {
  width: 80%;
  border-radius: 20px;
  padding-left: 20px;
  background-color: #cce6ed;
}
.head .search form button {
  background: #cce6ed url(../img/search.png) no-repeat center;
  width: 20%;
  background-size: 60%;
}
.nav {
  background-color: #0080a7;
  background: url(../img/nav.jpg);
  height: 55px;
  line-height: 55px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li a {
  color: #fff;
}
#swiper-1 {
  height: 450px;
  width: 840px;
  margin: 0;
}
#swiper-1 .swiper-slide span {
  line-height: 70px;
  height: 80px;
  font-size: 20px;
}
.box-add {
  width: 350px;
}
.box-add .sele-con span {
  margin-left: 10px;
  width: 20% !important;
}
.box-add .sele-con h1 {
  width: 78% !important;
}
.box .sele-tit {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #9eb9ce;
  align-items: center;
}
.box .sele-tit .tit span,
.box .sele-tit .tit i {
  font-size: 20px;
  margin-right: 5px;
}
.box .sele-tit .tit i,
.box .sele-tit .tit .cur {
  color: #027091;
  font-weight: 700;
}
.box .sele-tit .more {
  margin-right: 10px;
}
.box .sele-tit .more a {
  width: 16px;
  height: 16px;
  display: none;
  background: url(../img/more-1.png) no-repeat center;
}
.box .sele-tit .more .cur {
  display: block;
}
.box .sele-con .item {
  margin-top: 20px;
}
.box .sele-con .item ul li {
  height: 37px;
  line-height: 37px;
  border-bottom: 1px solid #eaeaea;
}
.box .sele-con .item ul li a {
  display: flex;
  justify-content: space-between;
}
.box .sele-con .item ul li a span {
  width: 10%;
  font-family: 'Bell MT Bold';
  font-size: 18px;
  color: #999999;
}
.box .sele-con .item ul li a h1 {
  width: 88%;
  font-size: 16px;
}
.box .flex #swiper-2 {
  width: 58%;
}
.box .flex .img-box {
  width: 38%;
}
.box #swiper-2 .swiper-wrapper .swiper-slide {
  text-align: center;
}
.box #swiper-2 .swiper-wrapper .swiper-slide img {
  height: 200px;
  width: 100%;
}
.box #swiper-2 .swiper-wrapper .swiper-slide span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  text-indent: 2rem;
  background-color: #f2f2f2;
  border-bottom: 5px solid #00abde;
}
.box #swiper-2 .swiper-button-white {
  display: none;
  background-size: 60%;
  height: 80px;
  width: 40px;
  opacity: 0.8;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.5);
}
.box #swiper-2 .swiper-button-white:hover {
  background-color: rgba(71, 201, 175, 0.6);
}
.box #swiper-2:hover .swiper-button-white {
  display: block !important;
}
.box #swiper-2 .swiper-button-prev {
  left: 0;
}
.box #swiper-2 .swiper-button-next {
  right: 0;
}
.box .img-box a {
  display: block;
  position: relative;
  height: 120px;
  overflow: hidden;
}
.box .img-box a span {
  height: 40px;
  line-height: 40px;
}
.box .img-box a img {
  transition: 0.6s;
}
.box .img-box a img:hover {
  transform: scale(1.1);
}
.box .img-box a:last-of-type {
  margin-top: 10px;
}
.box .title-1 {
  align-items: center;
  border-bottom: 1px solid #96b1c6;
  height: 40px;
}
.box .title-1 h1 {
  color: #027091;
  font-weight: 700;
  font-size: 20px;
}
.box .title-1 span {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/more-1.png) no-repeat center;
}
.box .time-list ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}
.box .time-list ul li a {
  display: flex;
  justify-content: space-between;
}
.box .time-list ul li a span {
  display: block;
  width: 10%;
  font-family: 'Bell MT Bold';
  font-size: 18px;
  color: #999999;
}
.box .time-list ul li a .txt {
  width: 88%;
}
.box .time-list ul li a .txt h1 {
  font-size: 16px;
  margin-bottom: 5px;
}
.box .time-list ul li a .txt i {
  font-size: 14px;
  color: #666;
}
.box .txt-box {
  flex-wrap: wrap;
}
.box .txt-box .item {
  width: 23%;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.box .txt-box .item a img {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
}
.box .txt-box .item a .txt h1 {
  font-size: 16px;
}
.box .txt-box .item a .txt span:first-of-type {
  font-family: 'Bell MT Bold';
  font-size: 18px;
  color: #bbb;
  display: block;
  padding: 5px 0;
  line-height: 20px;
}
.box .txt-box .item a .txt h2 {
  margin-bottom: 17px;
  height: 45px;
  font-size: 14px;
  color: #333;
  text-indent: 2rem;
}
.box .txt-box .item a .txt span:last-of-type {
  border-top: 1px solid #eee;
  padding-top: 10px;
  display: block;
  text-align: right;
  color: #999;
}
.box .img-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box .img-con .item {
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  width: 30%;
  margin-bottom: 30px;
}
.box .img-con .item .img-text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .img-con .item .img-text a img {
  width: 45%;
  height: 120px;
  border-radius: 5px;
}
.box .img-con .item .img-text a .text {
  width: 50%;
}
.box .img-con .item .img-text a .text h3 {
  text-indent: 2rem;
  font-size: 18px;
  line-height: 28px;
  height: 90px;
  color: #787777;
}
.box .img-con .item .list ul li {
  height: 37px;
  line-height: 37px;
  border-bottom: 1px solid #eaeaea;
}
.box .img-con .item .list ul li a {
  font-size: 16px;
}
.box .img-con .item:nth-child(n + 7) {
  margin-bottom: 0;
}
.box .crumbs {
  height: 50px;
  line-height: 50px;
  padding-bottom: 12px;
  background: url(../img/list.jpg) repeat-x bottom center;
}
.box .crumbs span:first-of-type {
  padding-left: 30px;
  background: url(../img/crumbs.jpg) no-repeat center left;
}
.box .crumbs span,
.box .crumbs a {
  font-size: 15px;
  color: #666666;
  margin-right: 5px;
}
.box .list-list ul li {
  border-bottom: 1px dashed #d5d5d5;
  height: 85px;
  padding: 15px 0;
}
.box .list-list ul li a {
  display: block;
}
.box .list-list ul li h1 {
  font-size: 18px;
  color: #025670;
  margin: 15px 0 10px;
}
.box .list-list ul li span {
  font-size: 15px;
  color: #666;
  margin-right: 26px;
}
.box .paging {
  text-align: center;
  justify-content: center;
  margin: 50px 0;
}
.box .paging a,
.box .paging span {
  border: 1px solid #eee;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  width: 70px;
  border-radius: 20px;
  height: 50px;
  line-height: 50px;
}
.box .paging .hover {
  background-color: #0080a7;
  color: #fff;
}
.box .title-3 {
  background-color: #00abde;
  height: 47px;
  line-height: 47px;
  padding-left: 18px;
}
.box .title-3 a {
  font-size: 24px;
  color: #fff;
}
.box .img-box-2 {
  border-bottom: 2px solid #00abde;
}
.box .img-box-2 a {
  display: block;
  height: 250px;
}
.box .img-box-2 a img {
  height: 200px;
}
.box .img-box-2 a span {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-indent: 1rem;
}
.box .left {
  width: 67%;
}
.box .right {
  width: 30%;
}
.box .right .item {
  width: 100%;
}
.box .right .img-con .item {
  padding: 0;
}
.box .con-tit {
  margin: 30px 0 10px;
}
.box .con-tit h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #027091;
}
.box .con-info {
  color: #555555;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #027091;
}
.box .con-info span {
  font-size: 15px;
  color: #027091;
  margin-right: 20px;
}
.box .con-txt p {
  font-size: 16px;
  line-height: 28px;
  text-indent: 2rem;
  margin-bottom: 10px;
}
.box .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .keywords {
  margin: 50px 0 30px;
  justify-content: center;
}
.box .keywords span,
.box .keywords a {
  color: #fff;
  font-size: 14px;
}
.box .keywords a {
  margin-right: 20px;
}
.box .pian {
  border: 1px dashed #c2c2c2;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}
.box .pian a {
  margin-top: 10px;
  font-size: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #025670;
}
.bg {
  background-color: #f2f2f2;
  padding: 30px 0;
}
.box-1 {
  width: 48%;
}
