/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #333;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #3262a9;
}
.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;
}
.bg {
  background-color: #3262a9;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
nav .logo {
  width: 185px;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
nav .nav-list {
  margin-top: 25px;
}
nav .nav-list ul {
  display: flex;
  justify-content: space-between;
}
nav .nav-list ul li a {
  height: 45px;
  line-height: 45px;
  display: block;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #fff;
}
nav .nav-list ul li a:hover {
  color: #f9aa03;
}
nav .search {
  position: absolute;
  right: 15px;
  top: 15px;
  padding-left: 20px;
  color: #fff;
  background: url(http://www.jiadian.zuojing.com/static/img/search.png) no-repeat center left;
}
.show-search {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  z-index: 999;
  display: none;
}
.show-search .top {
  background-color: #0e479a;
  height: 200px;
  position: relative;
}
.show-search .top form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 850px;
  height: 80px;
  background-color: #275aa4;
  display: flex;
  justify-content: space-between;
}
.show-search .top form input {
  height: 100%;
  background-color: #275aa4;
  width: 90%;
  color: #fff;
  padding-left: 20px;
  font-size: 22px;
}
.show-search .top form button {
  width: 10%;
  background: url(http://www.jiadian.zuojing.com/static/img/search.png) no-repeat center;
  background-size: 35%;
}
.show-search .top .off {
  width: 54px;
  height: 54px;
  background: #275aa4 url(http://www.jiadian.zuojing.com/static/img/off.png) no-repeat center;
  position: absolute;
  right: 15px;
  top: 15px;
  background-size: 50%;
  border-radius: 50%;
  transition: all 0.6s;
}
.show-search .top .off:hover {
  transform: rotate(180deg);
}
.title-1 {
  height: 75px;
  position: relative;
  text-align: center;
}
.title-1 h1 {
  display: inline;
  text-align: center;
  font-size: 36px;
  line-height: 75px;
  position: relative;
}
.title-1 h1::after,
.title-1 h1::before {
  content: '';
  position: absolute;
  width: 5rem;
  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: 40px;
  height: 40px;
  background: url(http://www.jiadian.zuojing.com/static/img/more_ico.png) no-repeat center;
}
#swiper-1 {
  width: 59%;
  margin-left: 0;
  height: 500px;
}
#swiper-1 .swiper-slide span {
  height: 70px;
  line-height: 70px;
  font-size: 17px;
}
#swiper-1 .swiper-slide span h1 {
  width: 50%;
}
#swiper-1 .swiper-pagination {
  text-align: right;
  left: -90px;
  bottom: 15px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  transition: all 0.6s;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  font-size: 26px;
}
#swiper-1 .swiper-button-prev {
  left: 410px;
  bottom: 15px;
  top: auto;
  background-size: 20px 44px;
}
#swiper-1 .swiper-button-next {
  background-size: 20px 44px;
  right: 20px;
  bottom: 15px;
  top: auto;
}
.txt-box {
  width: 39%;
  flex-wrap: wrap;
}
.txt-box .item {
  border: 1px #e6e6e6 solid;
  border-bottom: 4px #e6e6e6 solid;
  height: 150px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 48%;
  transition: 0.6s;
}
.txt-box .item:hover {
  border: 1px #0e479a solid;
  border-bottom: 4px #0e479a solid;
}
.txt-box .item h2 {
  font-size: 13px;
  color: #999;
  margin: 4px 0;
}
.txt-box .item h2:first-of-type {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  transition: 0.5s;
  margin: 7px 0 0;
  padding-bottom: 5px;
  line-height: 20px;
  position: relative;
}
.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-2 {
  background-color: #9dc3f4;
  padding: 60px 0;
}
.img-bg {
  background: url(http://www.jiadian.zuojing.com/static/img/boximg.jpg) no-repeat center;
  padding: 27px 50px 36px;
}
.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:hover::before {
  transform: translateX(10px) translateY(10px);
}
.more-big:hover a img {
  transform: rotate(180deg);
}
.more-big a {
  display: block;
  color: #0e479a;
  background-color: #fff;
  transition: 0.5s;
}
.more-big a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: 0.6s;
}
.box .title-2 {
  border-bottom: #dcdcdc 1px solid;
  height: 80px;
  line-height: 80px;
  align-items: center;
}
.box .title-2 a {
  display: block;
}
.box .title-2 a:first-of-type {
  height: 100%;
}
.box .title-2 h1 {
  color: #244f9d;
  font-size: 30px;
  padding-left: 70px;
  position: absolute;
}
.box .title-2 h1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 67px;
  height: 5px;
  background: #044dbc;
}
.box .title-2 .more {
  width: 40px;
  height: 40px;
  background: url(http://www.jiadian.zuojing.com/static/img/more_ico.png) no-repeat center;
}
.box .icon-1 h1 {
  background: url(http://www.jiadian.zuojing.com/static/img/icon-1.png) no-repeat center left;
  background-size: 30%;
}
.box .icon-2 h1 {
  background: url(http://www.jiadian.zuojing.com/static/img/icon-2.png) no-repeat center left;
}
.box .txt-box-2 {
  flex-wrap: wrap;
}
.box .txt-box-2 .item {
  width: 48%;
  padding: 20px 10px;
  margin-top: 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  border: #dfdcdc 1px solid;
  transition: all 0.5s;
}
.box .txt-box-2 .item:hover {
  background-color: #f9aa04;
}
.box .txt-box-2 .item:hover h2,
.box .txt-box-2 .item:hover span {
  color: #fff;
}
.box .txt-box-2 .item h2 {
  font-size: 16px;
}
.box .txt-box-2 .item span {
  font-size: 14px;
  color: #999;
}
.box .time-list ul li {
  border-bottom: #dcdcdc 1px solid;
}
.box .time-list ul li:hover {
  background: #fff;
  box-shadow: 0px 0px 25px #85a4d0;
  border-radius: 10px;
}
.box .time-list ul li:hover h1 {
  color: #0e479a;
  font-weight: bold;
}
.box .time-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47px;
}
.box .time-list ul li a span {
  color: #666;
  width: 15%;
  font-size: 15px;
  padding-left: 25px;
  background: url(http://www.jiadian.zuojing.com/static/img/time.png) no-repeat center left;
}
.box .time-list ul li a h1 {
  flex: 1;
  font-size: 16px;
}
#swiper-2 .swiper-wrapper {
  padding-bottom: 100px;
}
#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: 27%;
  text-align: center;
}
#swiper-2 .swiper-slide a .time h1 {
  font-size: 27px;
}
#swiper-2 .swiper-slide a .time span {
  color: #333;
  font-size: 15px;
}
#swiper-2 .swiper-slide a .txt {
  width: 60%;
  border-left: 1px solid #7d7d7d;
  padding-left: 20px;
}
#swiper-2 .swiper-slide a .txt h2 {
  font-size: 20px;
  font-weight: 700;
}
#swiper-2 .swiper-slide a .txt h3 {
  text-indent: 2rem;
  margin-top: 10px;
  font-size: 17px;
}
#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: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.xian {
  height: 1px;
  background-color: #1351ae;
  position: relative;
  top: -8.5px;
}
.bg-3 {
  background-color: #1451ac;
  padding: 60px 0;
}
.title-1-1 a h1 {
  color: #fff;
}
.title-1-1 a h1::before,
.title-1-1 a h1::after {
  background-color: #fff;
}
.big-box {
  flex-wrap: wrap;
}
.t-img-box {
  width: 48%;
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.t-img-box a img {
  width: 100%;
  height: 223px;
}
.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;
  text-align: center;
  color: #333;
}
.t-img-box:nth-child(n + 3) {
  margin-bottom: 0;
}
.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;
}
.title-2 {
  border-bottom: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
}
.title-2 a {
  font-size: 20px;
  font-weight: 700;
}
.title-2 a span {
  border-right: 1px solid #000;
  padding-right: 15px;
  margin-right: 15px;
}
.title-2 a:last-of-type span {
  border: none;
}
.title-2 .cur {
  color: #fff;
}
.title-2 .more {
  float: right;
}
.title-2 .more a {
  border: none;
  color: #a9a9a9;
  font-size: 14px;
}
.img-text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  height: 162px;
}
.img-text a img {
  width: 48%;
}
.img-text a .txt {
  width: 48%;
  padding: 10px;
  text-indent: 2rem;
}
.img-text a .txt h3 {
  font-size: 18px;
}
.left {
  width: 67%;
}
.left .title-2 .cur {
  color: #333;
}
.right {
  width: 30%;
}
.right .title-2 .cur {
  color: #333;
}
.right .txt-box {
  width: 100%;
}
.right .txt-box .item {
  width: 100%;
}
.crumbs {
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
  line-height: 40px;
}
.crumbs a,
.crumbs span {
  margin-right: 10px;
  font-size: 15px;
  color: #666;
}
.list-list ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #dcdcdc;
  position: relative;
  padding-left: 20px;
}
.list-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  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: 82%;
  font-size: 16px;
}
.list-list ul li a span {
  text-align: right;
  width: 15%;
  font-size: 14px;
  color: #999;
}
.list-r {
  background-color: #f2f4f7;
  border-top: #075ea8 5px solid;
  padding: 17px;
}
.list-r .tit {
  margin-bottom: 20px;
}
.list-r .tit h1 {
  color: #b11111;
  font-weight: 700;
  font-size: 21px;
}
.list-r ul li {
  padding: 10px 0;
  height: 50px;
  white-space: normal;
  border-top: 1px dashed #dcdcdc;
  position: relative;
  padding-left: 20px;
}
.list-r ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-r ul li a {
  display: flex;
  justify-content: space-between;
}
.list-r ul li a h2 {
  font-size: 15px;
}
.paging {
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #3262a9;
}
.con-tit h4 {
  font-size: 24px;
  font-weight: 400;
}
.con-info {
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #f8f8f9;
}
.con-info span {
  color: #727272;
  margin-right: 20px;
  font-size: 14px;
}
.con-txt p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2rem;
  margin-bottom: 10px;
}
.con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.keywords {
  justify-content: center;
}
.keywords span,
.keywords a {
  color: #fff;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
.pian a {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
}
.box-1 {
  width: 38%;
}
.box-2 {
  width: 58%;
}
.box-3 {
  width: 30%;
}
.box-4 {
  width: 67%;
}
