/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 
**/
a:hover {
  color: #da3730;
  text-decoration: none;
}
.w {
  width: 1200px;
}
.advertising {
  width: 1200px;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #da3730;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: auto;
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.head .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 60px;
}
.head .time .rli {
  width: 34%;
  height: 100%;
  background: url(../img/time.png) no-repeat center;
}
.head .time .rli #year {
  color: #fff;
  text-align: center;
}
.head .time .rli #mmddd {
  text-align: center;
  padding: 5px 0;
  color: #b23732;
  font-weight: 700;
}
.head .time .tianqi {
  width: 60%;
  height: 100%;
}
.head .time .tianqi #calendar {
  color: #3a3a3a;
}
.head .logo {
  width: 200px;
  height: 50px;
}
.head .logo img {
  /* width: 100%;
  height: 100%; */
  margin-top: 10px;
}
.head .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 20px;
  overflow: hidden;
}
.head .search form {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 40px;
  overflow: hidden;
}
.head .search form input {
  padding-left: 20px;
  font-size: 20px;
}
.head .search form button {
  width: 50px;
  height: 100%;
  background: url(../img/search.png) no-repeat center;
  background-size: 50%;
  background-color: #da3730;
}
.nav {
  background-color: #da3730;
}
.nav ul {
  display: flex;
  justify-content: center;
}
.nav ul li {
  height: 50px;
  line-height: 50px;
}
.nav ul li a {
  display: block;
  padding: 0 31px;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.nav ul li a:before {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #e95750;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav ul li a:hover {
  background: url(../img/navbg.png) no-repeat center !important;
}
.nav ul li:last-of-type a:before {
  content: none;
}
.title {
  margin: 30px 0;
}
.title a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title a h1 {
  font-size: 30px;
  color: #436da2;
  font-weight: 700;
}
.title a span {
  margin-left: 10px;
  font-size: 19px;
  color: #fff;
  background-color: #da3730;
  white-space: normal;
  text-align: center;
  width: 25px;
  padding: 3px 0;
  font-weight: 700;
}
.fouce {
  display: flex;
  justify-content: space-between;
}
.fouce #swiper-1 {
  width: 53%;
  height: 380px;
  margin-left: 0;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 90%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  bottom: 38px;
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 0;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #da3730;
}
.fouce #swiper-1 .swiper-button-prev {
  left: 0;
}
.fouce #swiper-1 .swiper-button-next {
  right: 0;
}
.fouce #swiper-1 .swiper-button-white {
  display: none;
  transform: translateY(-50%);
}
.fouce #swiper-1:hover .swiper-button-white {
  width: 50px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
}
.fouce #swiper-1:hover .swiper-button-white:hover {
  background-color: #da3730;
}
.fouce .text-list {
  width: 45%;
}
.two-list ul li {
  padding: 10px 0;
  padding-left: 20px;
  position: relative;
  white-space: normal;
  border-bottom: 1px solid #eee;
}
.two-list ul li h2 {
  white-space: normal;
  font-size: 18px;
  height: 60px;
  line-height: 32px;
}
.two-list ul li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #333333;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.two-list ul li:hover:before {
  border-left: 10px solid #da3730;
}
.one-list ul li {
  padding-left: 20px;
  height: 34px;
  line-height: 34px;
  position: relative;
}
.one-list ul li a {
  font-size: 16px;
  color: #333;
}
.one-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #c2bdbd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.one-list ul li:hover:before {
  background-color: #da3730;
}
.one-list ul li:hover a {
  color: #da3730;
}
.img-box {
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 14px 10px;
}
.img-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-box a span {
  width: 30%;
  height: 100%;
}
.img-box a span img {
  width: 111px;
  height: 83px;
}
.img-box a .text {
  width: 65%;
}
.img-box a .text h2 {
  font-size: 15px;
}
.img-box a .text h2:first-of-type {
  text-indent: 1rem;
  font-size: 16px;
  color: #000;
  position: relative;
}
.img-box a .text h2:first-of-type:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #333333;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 8px;
}
.img-box a .text h2:last-of-type {
  text-indent: 2rem;
  color: #666666;
}
.img-box img,
.left-img img {
  transition: all 0.5s ease-in-out;
}
.img-box img:hover,
.left-img img:hover {
  transform: scale(1.1);
}
.content {
  display: flex;
  justify-content: space-between;
}
.content .xian {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.content .border {
  border: 1px solid #eee;
  padding: 20px;
}
.content .tit-2 a {
  display: flex;
  justify-content: space-between;
}
.content .tit-2 a span:first-of-type {
  overflow: initial;
  line-height: 30px;
  padding: 5px 20px;
  color: #fff;
  background-color: #da3730;
  border-radius: 20px;
}
.content .tit-2 a span:last-of-type {
  margin-top: 5px;
  font-size: 14px;
  width: 70%;
  text-align: right;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #eee;
  color: #888;
}
.content .left {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .left .l-box-1 {
  padding: 20px;
  width: 45%;
  border: 1px solid #eee;
  position: relative;
}
.content .left .l-box-1 .info-box {
  position: absolute;
  top: -10px;
  right: 20px;
  color: #fff;
  width: 50px;
  text-align: center;
  padding-right: 5px;
  font-size: 14px;
  background: url(../img/info.jpg) no-repeat center;
}
.content .left .l-box-1 .title-img-txt:first-of-type {
  border-top: none;
  padding-top: 0px;
}
.content .left .l-box-1 .title-img-txt {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.content .left .l-box-1 .title-img-txt a h1 {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.content .left .l-box-1 .title-img-txt a .left-img {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.content .left .l-box-1 .title-img-txt a .left-img span {
  width: 30%;
  height: 100%;
}
.content .left .l-box-1 .title-img-txt a .left-img span img {
  width: 110px;
  height: 83px;
}
.content .left .l-box-1 .title-img-txt a .left-img h2 {
  text-indent: 2rem;
  width: 65%;
  font-size: 15px;
  color: #666666;
}
.content .left .l-box-2 {
  width: 48%;
}
.content .left .l-box-2 .sele-tit {
  display: flex;
  justify-content: space-between;
}
.content .left .l-box-2 .sele-tit a {
  width: 33%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #eee;
}
.content .left .l-box-2 .sele-tit a:first-of-type {
  width: 30%;
  border-top: none;
  color: #fff;
  background-color: #da3730;
  border-radius: 20px;
}
.content .left .l-box-2 .sele-tit #cur:hover {
  color: #da3730;
  border-top: 1px solid #da3730;
}
.content .left .l-box-2 .sele-tit .cur {
  color: #da3730;
  border-top: 1px solid #da3730;
}
.content .left .l-box-2 .sele-con .sele-item .img-box:hover {
  background-color: #da3730;
}
.content .left .l-box-2 .sele-con .sele-item .img-box:hover a .text h2 {
  color: #fff;
}
.content .left .l-box-2 .sele-con .sele-item .img-box:hover a .text h2:first-of-type::before {
  border-left: 10px solid #fff;
}
.content .left .l-box-2 .sele-con .sele-item .img-box:hover a .text h2:last-of-type {
  color: #ffcccc;
}
.content .right {
  width: 30%;
  position: sticky;
  top: 0;
  height: 100%;
}
.content .right .list-box {
  padding: 20px;
  border: 1px solid #eee;
}
.content .right .list-box .text {
  margin-top: 20px;
  width: 100%;
}
.content .right .list-box .text h2 {
  font-size: 15px;
}
.content .right .list-box .text h2:first-of-type {
  text-indent: 1rem;
  font-size: 16px;
  color: #000;
  position: relative;
}
.content .right .list-box .text h2:first-of-type:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #333333;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 8px;
}
.content .right .list-box .text h2:last-of-type {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
}
.content .right .list-box .text:hover h2 {
  color: #da3730;
}
.content .right .list-box .img-box-2 {
  margin-top: 20px;
}
.content .right .list-box .img-box-2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .right .list-box .img-box-2 a span {
  width: 30%;
  height: 100%;
}
.content .right .list-box .img-box-2 a span img {
  width: 95px;
  height: 72px;
}
.content .right .list-box .img-box-2 a .text-2 {
  width: 65%;
}
.content .right .list-box .img-box-2 a .text-2 h2 {
  font-size: 15px;
}
.content .right .list-box .img-box-2 a .text-2 h2:first-of-type {
  font-size: 16px;
  color: #000;
  position: relative;
}
.content .right .list-box .img-box-2 a .text-2 h2:first-of-type:hover {
  color: #da3730;
}
.content .right .list-box .img-box-2 a .text-2 h2:last-of-type {
  color: #666666;
}
.content .right .list-box .img-box-3 a {
  margin-top: 20px;
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
}
.content .right .list-box .img-box-3 a img {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .right .list-box .img-box-3 a span {
  height: 40px;
  line-height: 40px;
}
.two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two .box {
  width: 32%;
  margin-top: 20px;
}
.two .box .tit-3 {
  border-bottom: 1px solid #eee;
  height: 40px;
  line-height: 40px;
}
.two .box .tit-3 a {
  display: flex;
  justify-content: space-between;
}
.two .box .tit-3 span {
  font-size: 16px;
}
.two .box .tit-3 span:first-of-type {
  height: 40px;
  border-bottom: 1px solid #da3730;
  padding-left: 25px;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
}
.two .box .tit-3 span:last-of-type {
  color: #888;
  font-size: 12px;
}
.two .box .border {
  border: 1px solid #eee;
  padding: 0 10px;
}
.two .box .border .img-box {
  border: none;
  margin-top: 0;
}
.two .box .border .img-box a .text h2:first-of-type {
  text-indent: 0;
}
.two .box .border .img-box a .text h2:first-of-type:hover {
  color: #da3730;
}
.two .box .border .img-box a .text h2:first-of-type:before {
  content: none;
}
.mian {
  height: 50px;
  line-height: 50px;
}
.mian a {
  color: #1b1b1b;
  font-size: 16px;
  margin-right: 10px;
}
.list-ll {
  width: 100%;
  border: 1px solid #eee;
  padding: 20px;
  box-sizing: border-box;
}
.list-ll ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}
.list-ll ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-ll ul li a p {
  width: 80%;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.list-ll ul li a p:hover {
  color: #da3730;
}
.list-ll ul li a span {
  color: #999;
}
.list-ll ul li:hover {
  border-bottom: 1px solid #da3730;
}
.list-ll ul li:hover:before {
  background-color: #da3730;
}
.list-ll ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c5c1c1;
}
.paging {
  width: 100%;
  margin: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  font-size: 20px;
  color: #000;
  display: block;
  margin: 0 20px;
}
.paging a:hover,
.paging span:hover,
.paging .hover {
  font-size: 20px;
  color: #da3730;
  border-bottom: 1px solid;
}
.con .con-tit {
  padding: 30px 0;
}
.con .con-tit h4 {
  font-size: 26px;
  text-align: left;
  font-weight: 500;
}
.con .con-info span {
  color: #999;
  margin-right: 20px;
  font-size: 16px;
}
.con .con-info #share {
  margin: 10px 0;
  color: #666;
}
.con .con-info #share .social-share-icon {
  border: none;
}
.con .con-text p {
  font-size: 18px;
  line-height: 32px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.con .con-text img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.con .tit-2 span:last-of-type {
  width: 85% !important;
}
.pian {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pian a {
  margin-bottom: 10px;
}
.yiImg {
  background: url(../img/1.png);
}
.erImg {
  background: url(../img/2.png);
}
.sanImg {
  background: url(../img/3.png);
}
.siImg {
  background: url(../img/4.png);
}
.wuImg {
  background: url(../img/5.png);
}
.liuImg {
  background: url(../img/6.png);
}
.content .right .list-box .text {
  position: relative;
  padding-left:20px;
}
.content .right .list-box .text h2:first-of-type {
  text-indent: 0rem;
}
.content .right .list-box .text h2:first-of-type:before {
  content:none
}
.content .right .list-box .text:first-of-type:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #333333;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 8px;
}