/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #004077;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #d80c18;
}
.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: 80px;
  padding: 10px 0;
}
.head .flex {
  height: 80px;
  align-items: center;
}
.head .logo {
  width: 300px;
  height: 70px;
}
.head .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 20px;
  overflow: hidden;
  height: 50px;
}
.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;
}
.nav {
  background-color: #d80c18;
  height: 55px;
  line-height: 55px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
.big-tit {
  text-align: center;
}
.big-tit h1 {
  padding: 20px 0;
  color: #d80c18;
  font-size: 35px;
  font-weight: 700;
}
.big-tit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.big-tit ul li {
  width: 48%;
  margin-bottom: 10px;
}
.big-tit ul li a {
  font-weight: 700;
  font-size: 16px;
}
.big-tit ul li:nth-of-type(odd) {
  text-align: right;
}
.big-tit ul li:nth-of-type(even) {
  text-align: left;
}
.fouce {
  height: 400px;
}
.fouce #swiper-1 {
  width: 800px;
  height: 100%;
  margin: 0;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  left: 0;
  color: #fff;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span h1 {
  font-size: 20px;
  text-align: left;
  width: 80%;
}
.fouce #swiper-1 .swiper-pagination {
  left: auto;
  right: 20px;
  text-align: right;
}
.fouce #swiper-1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.8;
}
.fouce #swiper-1 .swiper-pagination-bullet-active {
  background-color: #fc114a;
}
.fouce #swiper-1 .swiper-button-prev {
  left: 0;
}
.fouce #swiper-1 .swiper-button-next {
  right: 0;
}
.fouce #swiper-1 .swiper-button-white {
  width: 40px;
  height: 75px;
  background-size: 20px 44px;
  background-color: rgba(162, 162, 162, 0.4);
}
.fouce #swiper-1 .swiper-button-white:hover {
  background-color: rgba(65, 65, 65, 0.5);
}
.news-list {
  width: 380px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list ul li {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dotted #d1d1d1;
}
.news-list ul li a h1 {
  font-size: 16px;
}
.w100 {
  width: 100%;
}
.bg-list {
  width: 100%;
  background-color: #eaf6fd;
  padding: 0 20px;
  box-sizing: border-box;
}
.title a {
  display: flex;
  justify-content: space-between;
}
.title a span {
  height: 35px;
  line-height: 35px;
}
.title a span:first-of-type {
  width: 80%;
  border-bottom: 1px solid #d80c18;
  color: #d80c18;
}
.title a span:last-of-type {
  text-align: center;
  width: 20%;
  border-bottom: 1px solid #b6b6b6;
}
.box .img-box {
  margin-top: 10px;
  height: 220px;
  position: relative;
}
.box .img-box span {
  height: 40px;
  line-height: 40px;
}
.box .list-1 ul li {
  height: 38px;
  line-height: 38px;
}
.box .list-1 ul li a {
  font-size: 16px;
}
.box .img-text {
  margin-top: 20px;
}
.box .img-text a {
  display: flex;
  justify-content: space-between;
}
.box .img-text a img {
  width: 40%;
  height: 120px;
  border-radius: 5px;
}
.box .img-text a .text {
  width: 55%;
}
.box .img-text a .text h1 {
  font-weight: 700;
  color: #323232;
  height: 30px;
}
.box .img-text a .text h3 {
  text-indent: 2rem;
  width: auto;
  font-size: 16px;
  line-height: 28px;
  height: 90px;
  color: #787777;
  margin: 10px 0;
}
.box .left-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f4f4f4;
}
.box .left-img a {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .left-img a .img {
  width: 50%;
  overflow: hidden;
}
.box .left-img a .img img {
  width: 100%;
  height: 100%;
}
.box .left-img a .text {
  width: 48%;
}
.box .left-img a .text h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.box .left-img a .text span {
  font-size: 14px;
  color: #666;
}
.box .left-img a:nth-child(-n + 2) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.box .img-box-3 .img {
  margin-bottom: 10px;
  height: 220px;
  overflow: hidden;
}
.box .img-box-3 .img img {
  width: 100%;
  height: 100%;
}
.box .img-box-3 h1 {
  color: 20px;
  line-height: 27px;
  margin: 20px 0;
}
.box .img-box-3 h2 {
  color: #999;
  font-size: 16px;
  text-indent: 2rem;
}
.box .curmbs {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #d80c18;
}
.box .curmbs span {
  color: #d80c18;
  margin: 0 10px;
}
.box .curmbs span,
.box .curmbs a {
  font-size: 18px;
}
.box .list-list ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}
.box .list-list ul li a {
  font-size: 16px;
}
.box .list-list ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box .title-5 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.box .title-5 a {
  border-left: 8px solid #d80c18;
  padding-left: 8px;
  font-size: 18px;
}
.box .title-5::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a9a9a9;
  width: 70%;
  height: 25px;
}
.box .paging {
  justify-content: center;
}
.box .paging a,
.box .paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 0px;
  border-radius: 5px;
}
.box .paging .hover,
.box .paging a:hover,
.box .paging span:hover {
  color: #fff;
  background-color: #d80c18;
}
.box .con-tit {
  padding: 0 30px;
  line-height: 70px;
}
.box .con-tit h4 {
  font-size: 36px;
}
.box .con-info {
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
  height: 50px;
  line-height: 50px;
}
.box .con-info span {
  color: #b3b3b3;
  font-size: 14px;
  margin-right: 30px;
}
.box .con-txt p {
  font-size: 16px;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 30px;
  text-align: justify;
}
.box .con-txt p img{
    max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .keywords {
  text-align: center;
}
.box .keywords span,
.box .keywords a {
  color: #fff;
  font-size: 15px;
}
.box .keywords a {
  margin-right: 20px;
}
.box .pian a {
  width: 40%;
  display: block;
  padding: 10px;
}
.box .pian a h1 {
  font-size: 16px;
}
.box-1 {
  width: 31%;
}
.box-2 {
  width: 66%;
}
.left {
  width: 800px;
}
.left .list-list-2 ul li {
  height: 35px;
  line-height: 35px;
}
.left .list-list-2 ul li a {
  font-size: 16px;
}
.right {
  width: 360px;
}
.right .img-text {
  margin-top: 10px;
}
.right .img-text img {
  height: 100px !important;
}
.right .img-text .text h1 {
  font-size: 16px;
}
.right .img-text .text h3 {
  -webkit-line-clamp: 2;
  height: auto !important;
}
