/**
* 主题颜色
* 鼠标经过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 #0a6715;
}
.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: 300px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.bg {
  background-color: #0a6715;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
nav .logo {
      width: 155px;
    height: 42px;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.logo img{width:100%;height:auto;margin-top:5px;}
nav .nav-list {
  margin-top: 14px;
}
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;
  padding-bottom: 5px;
  color: #fff;
}
nav .nav-list ul li a:hover {
  background-color: #559a4d;
}
nav .search {
  width: 50px;
  height: 30px;
  width: 200px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 20px;
  background-color: #dbdbdb;
}
nav .search button {
  background: url('../img/search.png') no-repeat center;
  background-size: 22px;
  width: 64px;
  height: 100%;
}
nav .search input {
  background-color: #dbdbdb;
  text-indent: 1rem;
  font-size: 14px;
}
#swiper-1 {
  height: 450px;
  width: 680px;
  margin: 0;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0a6715;
}
#swiper-1 .swiper-button-white {
  background-color: rgba(0, 0, 0, 0.6);
  width: 30px;
  height: 50px;
  background-size: 15px 44px;
}
#swiper-1 .swiper-button-prev {
  left: 0;
}
#swiper-1 .swiper-button-next {
  right: 0;
}
.news-list {
  width: 500px;
}
.title {
  height: 70px;
  line-height: 70px;
  align-items: center;
}
.title h1 {
  font-size: 18px;
}
.title span {
  display: block;
  width: 73px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #cfcfcf;
  color: #565656;
  font-size: 14px;
}
.title-2 {
  border-bottom: 1px solid #e3e3e3;
  height: 57px;
  line-height: 57px;
}
.title-2 span {
  border: none;
}
.img-box {
  position: relative;
}
.img-box img {
  height: 200px;
}
.img-box .txt h1 {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
}
.img-box .txt h2 {
  font-size: 14px;
}
.img-box .time {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(67, 111, 72, 0.8);
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
}
.img-box .time h1 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
.img-box .time span {
  color: #fff;
  font-size: 14px;
}
.box {
  width: 31%;
}
.bg-2 {
  background-color: #ededed;
  padding-bottom: 40px;
}
.swiper-swiper .swiper-slide img {
  height: 200px;
}
.swiper-swiper .swiper-slide span {
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.swiper-swiper .swiper-pagination {
  text-align: right;
  bottom: 45px;
}
.swiper-swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 23px;
  height: 18px;
  text-align: center;
  color: #fff;
  opacity: 1;
  background-color: #666666;
  margin: 0 2px;
}
.swiper-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff0000;
}
.time-list ul li {
  height: 30px;
  line-height: 30px;
}
.time-list ul li:hover {
  background-color: #fff;
}
.time-list ul li:hover h1 {
  color: #a20000;
}
.time-list ul li a {
  display: flex;
  justify-content: space-between;
}
.time-list ul li a h1 {
  width: 80%;
  font-size: 16px;
}
.time-list ul li a span {
  width: 20%;
  text-align: right;
  color: #a20000;
}
.left-list a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.left-list a:first-of-type {
  margin-bottom: 10px;
}
.left-list a .img {
  width: 45%;
}
.left-list a .img img {
  height: 100%;
  width: 100%;
}
.left-list a .text {
  box-sizing: border-box;
  padding: 5px 10px;
  width: 55%;
  background-color: #fff;
}
.left-list a .text span {
  padding-left: 30px;
  background: url(../img/time.png) no-repeat 15px center;
  font-size: 16px;
}
.left-list a .text h1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
.left-list a .text h2 {
  font-size: 14px;
  text-indent: 1rem;
  color: #666;
  height: 45px;
  line-height: 23px;
}
.two-list ul li {
  white-space: normal;
  border-bottom: dashed 1px #d5d5d5;
  padding: 15px 0;
  padding-left: 20px;
  position: relative;
}
.two-list ul li a h2 {
  font-size: 16px;
   -webkit-line-clamp: 1;
}
.two-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #ccc;
  left: 0;  
  top: 50%;
  transform: translateY(-50%);
}
.tit-box a {
  display: block;
  margin: 20px 0;
}
.tit-box a h2 {
  font-size: 16px;
  font-weight: 700;
}
.tit-box a h3 {
  text-indent: 2rem;
  font-size: 14px;
  margin-top: 10px;
}
#swiper-3 .swiper-slide img {
  height: 270px;
}
#swiper-3 .swiper-slide span {
  font-size: 18px;
}
.img-box-2 a {
  display: block;
  height: 210px;
}
.img-box-2 a h2 {
  margin-top: 10px;
  font-size: 16px;
  text-indent: 2rem;
}
.img-box-2 a h2:hover {
  color: #a20000;
}
.box-2 .item-1 {
  width: 32%;
}
.box-2 .item-1 a {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.box-2 .item-1 a img {
  width: 100%;
  height: 295px;
}
.box-2 .item-1 a .text {
  padding: 30px;
  background-color: #fff;
}
.box-2 .item-1 a .text h1 {
  font-size: 16px;
  margin-bottom: 20px;
}
.box-2 .item-1 a .text h2 {
  font-size: 14px;
  height: 45px;
  color: #999;
  line-height: 24px;
  margin-bottom: 20px;
  text-indent: 1rem;
}
.box-2 .item-1 a .text span {
  margin-right: 14px;
  color: #999;
}
.box-2 .item-2 {
  width: 65%;
  flex-direction: column;
}
.box-2 .item-2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 31%;
  background-color: #fff;
  box-sizing: border-box;
}
.box-2 .item-2 a img {
  width: 30%;
  height: 100%;
}
.box-2 .item-2 a .txt {
  box-sizing: border-box;
  padding: 17px;
  width: 70%;
  height: 100%;
}
.box-2 .item-2 a .txt h1 {
  font-size: 16px;
}
.box-2 .item-2 a .txt h2 {
  margin: 10px 0;
  font-size: 14px;
  color: #999;
  text-indent: 2rem;
}
.box-2 .item-2 a .txt span {
  color: #999;
  font-size: 14px;
}
.left {
  width: 65%;
}
.right {
  width: 30%;
}
.curmbs {
  padding-bottom: 5px;
}
.curmbs a,
.curmbs span {
  font-size: 14px;
  margin-right: 5px;
}
.list-list ul li {
  white-space: normal;
  border-top: 1px solid #e3e3e3;
  padding: 15px 0;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a .time {
  width: 10%;
  text-align: center;
}
.list-list ul li a .time h1 {
  color: #79997d;
  font-size: 25px;
}
.list-list ul li a .time span {
  font-size: 15px;
  color: #79997d;
}
.list-list ul li a .txt {
  width: 90%;
}
.list-list ul li a .txt h1 {
  font-size: 16px;
}
.list-list ul li a .txt h3 {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0;
  text-indent: 1rem;
}
.con-tit {
  padding: 20px 30px 10px;
}
.con-tit h4 {
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
}
.con-info {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px dashed #d5d5d5;
}
.con-info span {
  font-size: 14px;
  color: #666;
  margin-right: 35px;
}
.con-txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  text-indent: 2rem;
  text-align: justify;
}
.con-txt a img ,.con-txt img{
  max-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;
}
.paging {
  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: 25px;
  order: 2;
}
.paging a:first-of-type {
  order: 1;
  border: none;
}
.paging a:first-of-type::before {
  content: '共';
}
.paging a:nth-of-type(2):hover,
.paging a:nth-of-type(4):hover {
  background-color: #068614;
  color: #fff;
}
.paging .hover {
  margin-right: 0;
}
.paging .hover::after {
  content: '/';
}
.paging span,
.paging .hover {
  padding: 0;
  order: 1;
  border: none;
}
.pian {
  border-top: 5px solid #f8f8f6;
  padding-top: 5px;
}
.pian a {
  padding: 5px 0;
  display: block;
  font-size: 14px;
}
