.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  padding: 1rem 2rem;
  height: 4rem;
}
.head .logo {
  width: 45%;
}
.head .nav {
  width: 10%;
  margin-top: 1.2rem;
}
.head .nav span {
  display: block;
  width: 2.5rem;
  height: 0.3rem;
  background-color: #000;
  transition: all 0.3s ease-out 0s;
  position: relative;
  overflow: inherit;
  transition: 0.6s;
}
.head .nav span::before,
.head .nav span::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 3px;
  transition: 0.6s;
  background-color: #000;
}
.head .nav span::after {
  top: 14px;
}
.head .on span {
  background: transparent;
}
.head .on span::after {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.head .on span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.head .show-nav {
  display: none;
  background-color: #233c83;
  position: absolute;
  transition: 0.6s;
  right: -200%;
  top: 6rem;
  width: 100%;
  z-index: 9;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.head .show-nav .search {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 34px;
  margin: 1rem 3rem 2rem;
}
.head .show-nav .search form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255);
  height: 34px;
  overflow: hidden;
}
.head .show-nav .search form input {
  width: 80%;
  padding-left: 20px;
  background-color: transparent;
  font-size: 16px;
}
.head .show-nav .search form button {
  width: 20%;
  height: 100%;
  background: url(http://www.jiadian.zuojing.com/static/img/search.png) no-repeat center;
  background-size: 40%;
  transition: 0.5s all;
}
.head .show-nav ul li {
  padding: 0 2rem;
}
.head .show-nav ul li a {
  color: #fff;
  display: inline-block;
  text-indent: 15px;
  line-height: 45px;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #2c4792;
  transition: all 0.5s;
  font-size: 1.4rem;
}
.head .cur {
  display: block;
  right: 0;
}
.p {
  padding: 0 1.5rem;
}
.title-1 {
  height: 75px;
  position: relative;
  text-align: center;
}
.title-1 h1 {
  display: inline;
  text-align: center;
  font-size: 20px;
  line-height: 75px;
  position: relative;
}
.title-1 h1::after,
.title-1 h1::before {
  content: '';
  position: absolute;
  width: 4rem;
  height: 1px;
  background: #333333;
  left: -6.5rem;
  top: 2.5rem;
}
.title-1 h1::after {
  left: auto;
  right: -6.5rem;
}
.title-1 .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(http://www.jiadian.zuojing.com/static/img/more_ico.png) no-repeat center;
  background-size: 100%;
}
#swiper-1 {
  margin-left: 0;
  height: 22.5rem;
}
#swiper-1 .swiper-slide span {
  height: 5rem;
  line-height: 5rem;
}
#swiper-1 .swiper-slide span h1 {
  font-size: 1.6rem;
}
#swiper-1 .swiper-pagination {
  text-align: right;
  left: -4rem;
  bottom: 5.5rem;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.8;
  font-size: 1.3rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  background-color: transparent;
  transition: all 0.6s;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  font-size: 2.5rem;
  opacity: 1;
}
#swiper-1 .swiper-button-prev {
  left: auto;
  right: 19rem;
  bottom: 5.5rem;
  top: auto;
  background-size: 1.5rem 4.4rem;
}
#swiper-1 .swiper-button-next {
  background-size: 1.5rem 4.4rem;
  right: 2rem;
  bottom: 5.5rem;
  top: auto;
}
.txt-box {
  flex-wrap: wrap;
}
.txt-box .item {
  margin-top: 2rem;
  border: 1px #e6e6e6 solid;
  border-bottom: 4px #e6e6e6 solid;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  transition: 0.6s;
}
.txt-box .item:hover {
  border: 1px #0e479a solid;
  border-bottom: 4px #0e479a solid;
}
.txt-box .item h2 {
  font-size: 12px;
  color: #999;
  margin: 4px 0;
}
.txt-box .item h2:first-of-type {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  transition: 0.5s;
  margin: 0 0 7px;
  padding-bottom: 5px;
  line-height: 20px;
  position: relative;
  -webkit-line-clamp: 1;
}
.txt-box .item h2:first-of-type:before {
  content: '';
  position: absolute;
  width: 63px;
  height: 3px;
  background-color: #0e479a;
  bottom: 0;
}
.txt-box .item span {
  color: #999;
  font-size: 13px;
}
.bg {
  background-color: #c7d6f3;
  padding: 5rem 1.5rem;
}
.box {
  background-color: #f2f2f2;
  padding: 20px;
}
.title-2 {
  border-bottom: #dcdcdc 1px solid;
  height: 50px;
  line-height: 50px;
  align-items: center;
}
.title-2 a {
  display: block;
}
.title-2 a:first-of-type {
  height: 100%;
}
.title-2 h1 {
  color: #244f9d;
  font-size: 19px;
  padding-left: 45px;
  position: absolute;
}
.title-2 h1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 67px;
  height: 2px;
  background: #044dbc;
}
.title-2 .more {
  width: 20px;
  height: 20px;
  background: url(http://www.jiadian.zuojing.com/static/img/more_ico.png) no-repeat center;
  background-size: 100%;
}
.txt-box-2 {
  flex-wrap: wrap;
}
.txt-box-2 .item {
  width: 100%;
  padding: 2rem 1rem;
  margin-top: 2rem;
  box-sizing: border-box;
  background: #f2f2f2;
  border: #dfdcdc 1px solid;
  transition: all 0.5s;
}
.txt-box-2 .item:hover {
  background-color: #f9aa04;
}
.txt-box-2 .item:hover h2,
.txt-box-2 .item:hover span {
  color: #fff;
}
.txt-box-2 .item h2 {
  font-size: 16px;
}
.txt-box-2 .item span {
  font-size: 1.4rem;
  color: #999;
}
.icon-1 h1 {
  background: url(http://www.jiadian.zuojing.com/static/img/icon-1.png) no-repeat center left;
  background-size: 30%;
}
.icon-2 h1 {
  background: url(http://www.jiadian.zuojing.com/static/img/icon-2.png) no-repeat center left;
  background-size: 30%;
}
.time-list ul li {
  border-bottom: #dcdcdc 0.1rem solid;
}
.time-list ul li:hover {
  background: #fff;
  box-shadow: 0rem 0rem 2.5rem #85a4d0;
  border-radius: 1rem;
}
.time-list ul li:hover h1 {
  color: #0e479a;
  font-weight: bold;
}
.time-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.7rem;
}
.time-list ul li a span {
  color: #666;
  width: 32%;
  font-size: 1.5rem;
  padding-left: 2.5rem;
  background: url(http://www.jiadian.zuojing.com/static/img/time.png) no-repeat center left;
}
.time-list ul li a h1 {
  flex: 1;
  font-size: 1.6rem;
}
.more-big {
  margin: 40px auto 0;
  width: 175px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px #0e479a solid;
  z-index: 999;
  position: relative;
  background-color: #fff;
}
.more-big::before {
  content: '';
  position: absolute;
  top: 0;
  z-index: -8;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(6px) translateY(6px);
  background: #1351ae;
  transition: 0.5s;
}
.more-big a {
  display: block;
  color: #0e479a;
  background-color: #fff;
  transition: 0.5s;
}
.more-big a img {
  width: 30px;
  vertical-align: middle;
  height: 30px;
  margin-right: 10px;
  transition: 0.6s;
}
#swiper-2 .swiper-wrapper {
  padding-bottom: 50px;
}
#swiper-2 .swiper-slide {
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
#swiper-2 .swiper-slide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80%;
}
#swiper-2 .swiper-slide a .time {
  width: 15%;
  text-align: center;
}
#swiper-2 .swiper-slide a .time h1 {
  font-size: 19px;
}
#swiper-2 .swiper-slide a .time span {
  color: #333;
  font-size: 12px;
}
#swiper-2 .swiper-slide a .txt {
  width: 70%;
  border-left: 1px solid #7d7d7d;
  padding-left: 20px;
}
#swiper-2 .swiper-slide a .txt h1 {
  font-size: 18px;
  font-weight: 700;
}
#swiper-2 .swiper-slide a .txt h2 {
  text-indent: 2rem;
  margin-top: 10px;
  font-size: 14px;
}
#swiper-2 .swiper-slide a:before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(http://www.jiadian.zuojing.com/static/img/swiper.png) no-repeat center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.xian {
  height: 1px;
  background-color: #1351ae;
  position: relative;
  top: -8.5px;
}
.bg-2 {
  background-color: #1451ac;
  padding: 4rem 1.6rem;
}
.title-3 {
  border-bottom: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
}
.title-3 h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
.title-3 span {
  font-size: 16px;
  color: #fff;
}
.t-img-box {
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.t-img-box a img {
  width: 100%;
  height: 18rem;
}
.t-img-box a .txt {
  padding: 20px;
}
.t-img-box a .txt h1 {
  font-weight: 700;
  font-size: 18px;
}
.t-img-box a .txt h2 {
  margin-top: 10px;
  text-indent: 2rem;
  font-size: 16px;
  color: #333;
}
.t-img-box a .txt span {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
  color: #3262a9;
}
.top-list {
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top-list ul li {
  padding-left: 35px;
  line-height: 40px;
  color: #515151;
  position: relative;
}
.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;
}
.top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #3262a9;
}
.crumbs {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.crumbs a,
.crumbs span {
  font-size: 14px;
}
.list-list ul li {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 0.1rem dashed #dcdcdc;
  position: relative;
  padding-left: 2rem;
}
.list-list ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a h1 {
  width: 75%;
  font-size: 1.4rem;
}
.list-list ul li a span {
  text-align: right;
  width: 25%;
  color: #999;
  font-size: 1.2rem;
}
.paging {
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.4rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 1rem;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #3262a9;
}
.tit-4 h1,
.tit-4 span {
  color: #000;
}
.con-tit h4 {
  font-size: 2rem;
  font-weight: 400;
}
.con-info {
  margin: 20px 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f8f8f9;
}
.con-info span {
  margin-right: 1rem;
  font-size: 1.3rem;
  color: #666;
}
.con-txt p {
  font-size: 15px;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 30px;
  text-align: justify;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
.pian {
  margin: 3rem 1.5rem;
}
.pian a {
  display: block;
  border: 1px solid #eee;
  padding: 10px;
}
.con-txt img{
  display: block;
    width: 100% !important;}
