.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  position: relative;
  height: 8rem;
  transition: 0.6s;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a419b;
}
.head .logo {
  background-color: #fff;
  padding: 1rem;
  border-radius: 2rem;
  height: 4rem;
  width: 16rem;
}
.head .nav {
  position: absolute;
  left: 2rem;
  width: 2.6rem;
  height: 4rem;
  background: url(../img/nav.png) no-repeat center;
  background-size: 100%;
}
.show-nav {
  z-index: 999;
  transition: 0.4s;
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.show-nav .off {
  flex-grow: 2;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.show-nav ul {
  width: 18rem;
  background-color: #2e2e2e;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.show-nav ul li {
  padding-left: 2rem;
  height: 4.7rem;
  line-height: 4.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.show-nav ul li:first-of-type {
  padding-left: 1rem;
}
.show-nav ul li:first-of-type a {
  color: #777;
}
.show-nav ul li a {
  font-size: 1.4rem;
  color: #fff;
}
.search {
  background-color: #0a419b;
  top: 60px;
  padding: 1rem 1.2rem;
  z-index: 10;
}
.search form {
  background-color: #fff;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search form input {
  width: 80%;
  height: 4rem;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 2rem;
  color: #eee;
}
.search form button {
  width: 13%;
  height: 4rem;
  background: #10959e url(../img/search.png) no-repeat center;
  background-size: 40%;
}
.title-1 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}
.title-1 h1 {
  font-size: 20px;
  padding-left: 40px;
  background: url(../img/icon.png) no-repeat;
}
.icon-1 h1 {
  background-position: 0px 10px;
}
.icon-2 h1 {
  background-position: 0px -55px;
}
#swiper-2 {
  padding-bottom: 35px;
}
#swiper-2 .swiper-slide img {
  height: 20rem;
  transition: 0.6s;
}
#swiper-2 .swiper-slide .txt {
  margin-top: 1rem;
}
#swiper-2 .swiper-slide .txt h1 {
  font-size: 1.4rem;
  font-weight: 700;
}
#swiper-2 .swiper-slide .txt h2 {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #666;
  text-indent: 20px;
}
#swiper-2 .swiper-pagination {
  bottom: 0rem;
}
#swiper-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 0.5;
  width: 1rem;
  height: 1rem;
}
#swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.time-list ul li {
  height: 3.5rem;
  line-height: 3.5rem;
  border-bottom: 0.1rem solid #eee;
}
.time-list ul li a h1 {
  font-size: 1.5rem;
}
.more {
  text-align: right;
  padding-right: 2rem;
}
.more span {
  color: #0543a4;
  font-size: 1.4rem;
}
.title-2 h1 {
  color: #fff;
  font-size: 2rem;
}
.bg-box {
  background-color: #fff;
  padding: 3rem 0;
  box-sizing: border-box;
}
.bg-box .time-list {
  padding: 0 1rem;
}
.bg-box .time-list ul li {
  height: 3.5rem;
  line-height: 3.5rem;
}
.bg-box .more {
  margin: 2rem 1rem 0 0;
  text-align: right;
}
.time-box {
  align-items: center;
  height: 7rem;
}
.time-box .time {
  background-color: #0a419b;
  width: 20%;
  height: 100%;
  text-align: center;
}
.time-box .time h1 {
  font-size: 2.6rem;
  color: #fff;
}
.time-box .time span {
  color: #fff;
  font-size: 1.4rem;
}
.time-box .txt {
  width: 70%;
  padding-right: 1.5rem;
}
.time-box .txt h1 {
  font-size: 1.5rem;
  font-weight: 700;
}
.time-box .txt h2 {
  text-indent: 10px;
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
.title-3 {
  height: 5rem;
  line-height: 5rem;
  border-bottom: 0.1rem solid #eee;
}
.title-3 h1 {
  font-size: 2rem;
}
.title-3 span {
  font-size: 1.6rem;
}
.img-box {
  box-sizing: border-box;
  border-right: 0.1rem dashed #eee;
}
.img-box img {
  width: 100%;
  height: 20rem;
}
.img-box h2 {
  margin: 15px 0;
  font-size: 1.6rem;
}
.img-box h3 {
  font-size: 1.5rem;
  color: #919191;
  text-indent: 20px;
}
.list ul li {
  line-height: 3.5rem;
  padding-left: 2rem;
  position: relative;
}
.list ul li a {
  font-size: 1.5rem;
}
.list ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.crumbs {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 0.1rem solid #ccc;
}
.crumbs a,
.crumbs span {
  font-size: 1.4rem;
  color: #393939;
}
.list-list ul li {
  height: 3.6rem;
  line-height: 3.6rem;
  padding-left: 2rem;
  background: url(../img/list.png) no-repeat center left;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a h1 {
  font-size: 1.5rem;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.5rem;
  margin-right: 1.5rem;
  color: #666;
}
.paging a:nth-of-type(2):before {
  content: '<<';
}
.paging a:nth-of-type(4)::after {
  content: '>>';
}
.con-tit {
  margin: 20px 0;
}
.con-tit h4 {
  font-size: 22px;
  color: #0945a8;
}
.con-info {
  border-top: 1px solid #eee;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.con-info span {
  color: #999;
  font-size: 14px;
  margin-right: 20px;
}
.con-txt p {
  font-size: 15px;
  text-indent: 2em;
  padding: 5px 0;
  line-height: 25px;
  text-align: justify;
}
.con-txt a img ,.con-txt p img{
  margin: 10px auto !important
  width: 100%;
  display:block;
}
.pian a {
  margin-top: 1rem;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bg {
  background-color: #95b2da;
  padding: 2rem 1rem;
}
.p {
  padding: 0 1rem;
}
