/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #ff9400;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #1855a5;
}
.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;
}
.head {
  height: 100px;
  align-items: center;
  position: relative;
}
.head .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 40px;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.head .logo img:hover {
  transform: scale(1);
}
.head .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 20px;
  overflow: hidden;
}
.head .search form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  height: 50px;
  overflow: hidden;
}
.head .search form input {
  width: 200px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 20px;
}
.head .search form button {
  width: 60px;
  height: 100%;
  background: url(../img/search.png) no-repeat center;
  background-size: 50%;
  border-radius: 50%;
  transition: 0.5s all;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.head #share a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
}
.nav {
  background-color: #1855a5;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.nav ul li a {
  color: #fff;
  font-weight: 700;
  padding: 5px;
}
.nav ul li a:hover {
  background-color: #5e88c0;
}
.big-tit {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.big-tit h1 {
  font-size: 28px;
  color: #1d3b70;
  line-height: 32px;
  font-weight: 700;
  padding-bottom: 8px;
}
.big-tit h1 span {
  background-color: #bf3032;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  padding: 3px;
}
.big-tit a {
  color: #666464;
  margin-left: 20px;
}
.big-tit a:hover {
  color: #ff9400;
}
.big-tit a:first-of-type {
  margin: 0;
}
.big-tit a:last-of-type {
  color: #337ab7;
}
img {
  transition: all 0.5s;
}
img:hover {
  transform: scale(1.2);
}
.fouce {
  width: 800px;
}
.fouce #swiper-1 {
  height: 450px;
  position: relative;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span {
  height: 50px;
  line-height: 50px;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span h1 {
  width: 70%;
  font-size: 18px;
  text-align: left;
}
.fouce #swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  color: #000;
  background-color: #fff;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  transition: all 0.6s;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 20px;
  background-color: #fc114a;
}
.title {
  border-bottom: 1px solid #eee;
}
.title a {
  font-size: 24px;
  color: #214ea8;
  font-weight: 700;
  background: url(../img/title.png) no-repeat center right;
  padding-right: 30px;
}
.box .img-box {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.box .img-box span {
  height: 40px;
  line-height: 40px;
}
.box .list ul li {
  height: 34px;
  line-height: 34px;
}
.box .list-icon ul li {
  padding-left: 30px;
  background: url(../img/icon.png) no-repeat center left;
}
.box .list-first ul li:first-of-type {
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.box .list-five ul li {
  height: 37px;
  line-height: 37px;
}
.box .list-five ul li:nth-of-type(5n + 1) {
  font-weight: 700;
}
.box .img-box-4 {
  margin-top: 4px;
}
.box .img-box-4 .img-box {
  height: 104px;
  width: 49.5%;
}
.box .list-2 ul li {
  height: 35px;
  line-height: 35px;
}
.box .list-2 ul li:first-of-type {
  font-weight: 700;
}
.box .list-box {
  padding: 10px;
  border: 1px solid #ccc;
}
.box .list-box ul li {
  height: 36px;
  line-height: 36px;
}
.box .list-box ul li:first-of-type {
  height: 46px;
  line-height: 46px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.box .left {
  width: 780px;
}
.box .left .curmbs {
  border-bottom: 1px solid #ccc;
  height: 45px;
  line-height: 45px;
}
.box .left .curmbs a {
  padding-bottom: 10px;
  color: #1855a5;
  font-weight: 700;
}
.box .left .list-list ul li {
  border-bottom: 1px solid rgba(10, 80, 149, 0.15);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 23px;
  padding-bottom: 24px;
}
.box .left .list-list ul li:hover {
  box-shadow: 0px 0px 4px 1px #f3f6f8;
  border-color: #fff;
}
.box .left .list-list ul li h1 {
  font-size: 20px;
  margin-bottom: 30px;
}
.box .left .list-list ul li span {
  color: #666;
}
.box .left .paging {
  justify-content: center;
}
.box .left .paging a,
.box .left .paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 2px;
}
.box .left .paging .hover,
.box .left .paging a:hover,
.box .left .paging span:hover {
  color: #fff;
  background-color: #1855a5;
}
.box .left .title-3 {
  height: 44px;
  border-bottom: 1px solid rgba(82, 131, 233, 0.15);
}
.box .left .title-3 a {
  font-size: 22px;
  font-weight: 700;
  color: #1855a5;
  padding-bottom: 12px;
  border-bottom: 3px solid #1855a5;
}
.box .left .con-tit h4 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 36px;
}
.box .left .con-info {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(82, 131, 233, 0.26);
}
.box .left .con-info span {
  font-size: 16px;
  margin-right: 20px;
}
.box .left .con-info span:last-of-type {
  color: #305798;
}
.box .left .con-txt p {
  font-size: 18px;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 38px;
  text-align: justify;
}
.box .left .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .left .con-txt a img:hover {
  transform: scale(1);
}
.box .left .keywords {
  text-align: center;
}
.box .left .keywords span,
.box .left .keywords a {
  font-size: 15px;
  color: #fff;
}
.box .left .keywords a {
  margin-right: 20px;
}
.box .left .pian a {
  width: 46%;
}
.box .left .pian a h1 {
  margin-bottom: 10px;
}
.box .left .pian a:last-of-type {
  text-align: right;
}
.box .right {
  width: 360px;
}
.box .right .bg-list {
  background-color: #f7f8f9;
  padding: 20px;
}
.box .right .bg-list .flex .img {
  overflow: hidden;
  width: 40%;
  height: 75px;
}
.box .right .bg-list .flex h2 {
  width: 55%;
  font-size: 14px;
}
.box .right .bg-list ul li {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}
.box .right .bg-list ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #a3bbdb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box .right .r-title {
  height: 45px;
  line-height: 45px;
}
.box .right .r-title a {
  color: #1855a5;
  font-size: 22px;
  font-weight: 700;
}
.box .right .advertising img:hover {
  transform: scale(1) !important;
}
.box-1 {
  width: 370px;
}
.box-3 {
  width: 780px;
}
.box-3 .img-box-2 {
  flex-wrap: wrap;
  height: 454px;
}
.box-3 .img-box-2 .img-box {
  width: 49.8%;
  height: 224px;
}
.box-3 .img-box-3 .img-box {
  height: 110px;
  width: 24.8%;
}
.box-4 {
  width: 770px;
}
