/**
* 主题颜色
* 鼠标经过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 #23a638;
}
.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;
}
.head {
  align-items: center;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.head .logo {
  padding: 11px;
  box-sizing: border-box;
  /* width: 200px;
  height: 65px; */
  margin-right: 20px;
}
.head .logo img{
/* width:80%; */
height:auto;
margin-top:5px;
}
.head .logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.head .search {
  text-align: center;
  border: 1px solid #23a638;
  right: 0;
  position: absolute;
}
.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(http://www.kuaibao.rexun.cn/static/img/search.png) no-repeat center;
  background-size: 50%;
  background-color: #23a638;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.nav {
  height: 35px;
  line-height: 35px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul .cur {
  font-weight: 700;
}
.nav ul .cur a {
  color: #009616;
}
.big-tit h1 {
  padding: 16px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
}
.big-tit span {
  white-space: pre-wrap;
  line-height: 30px;
  font-size: 15px;
}
.box .fouce {
  height: 260px;
}
.box .fouce #swiper-1 {
  height: 100%;
}
.box .fouce #swiper-1 .swiper-wrapper .swiper-slide a h1 {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
}
.box .fouce #swiper-1 .swiper-wrapper .swiper-slide a h1 span {
  width: 65%;
  font-size: 16px;
  float: left;
}
.box .fouce #swiper-1 .swiper-pagination {
  text-align: right;
  left: -10px;
  bottom: 5px;
}
.box .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  background-color: #6a4400;
  opacity: 1;
  margin: 1px;
}
.box .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3eaf0e;
}
.box .title {
  display: flex;
  align-items: center;
}
.box .title a {
  font-size: 18px;
  padding-left: 10px;
  color: #23a638;
  border-left: 5px solid #23a638;
}
.box .title::after {
  content: '';
  margin: 0 10px;
  height: 2px;
  flex: 1;
  background-color: #d5d5d5;
}
.box .list ul li {
  height: 30px;
  line-height: 30px;
}
.box .list ul li:first-of-type {
  font-weight: 700;
}
.box .list ul li:nth-child(5n + 5) {
  margin-top: 15px;
  font-weight: 700;
}
.box .list-2 ul li {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.box .list-2 ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c1c6cc;
  width: 5px;
  height: 5px;
}
.box .img-box a {
  position: relative;
  display: block;
  height: 120px;
  width: 48%;
}
.box .img-box a span {
  height: 40px;
  line-height: 40px;
}
.box .img-div a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .img-div img {
  width: 40%;
}
.box .img-div .text {
  width: 55%;
}
.box .img-div .text h1 {
  font-weight: normal;
  font-size: 18px;
}
.box .img-div .text h2 {
  font-size: 16px;
  margin: 10px 0;
  text-indent: 1rem;
  color: #888;
}
.box .g-img-box a {
  position: relative;
  display: block;
  height: 200px;
}
.box .g-img-box a span {
  height: 40px;
  line-height: 40px;
}
.box .txt-box h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.box .txt-box h2 {
  margin-top: 10px;
  font-size: 16px;
  text-indent: 2rem;
}
.box .txt-list ul li {
  height: 35px;
  line-height: 35px;
}
.box .txt-list ul li:nth-child(4) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c1c6cc;
}
.box .left {
  width: 68%;
}
.box .left .crumbs {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ececec;
}
.box .left .crumbs a {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}
.box .left .list-list ul li {
  white-space: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.box .left .list-list ul li:hover {
  background-color: #f9f9f9;
}
.box .left .list-list ul li h1 {
  height: 40px;
  line-height: 40px;
}
.box .left .list-list ul li img {
  width: 28%;
  height: 150px;
}
.box .left .list-list ul li .txt {
  flex-wrap: wrap;
  align-content: space-between;
  width: 70%;
}
.box .left .list-list ul li .txt h3 {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
}
.box .left .list-list ul li .txt span {
  font-size: 15px;
  color: #666;
}
.box .left .list-list ul li .no-img {
  width: 100%;
}
.box .left .list-list ul li .no-img h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.box .left .paging {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box .left .paging a,
.box .left .paging span {
  margin-right: 20px;
  width: 60px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 50px;
}
.box .left .paging .hover,
.box .left .paging a:hover,
.box .left .paging span:hover {
  color: #fff;
  background-color: #23a638;
}
.box .left .con-tit {
  padding: 0 40px;
}
.box .left .con-tit h4 {
  font-size: 24px;
  font-weight: normal;
}
.box .left .con-info {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px dotted #ccc;
}
.box .left .con-info span {
  margin-right: 20px;
  font-size: 16px;
}
.box .left .con-txt P {
  margin-top: 23px;
  text-align: justify;
  font-size: 18px;
  line-height: 31px;
  /* text-indent: 2em; */
}
.box .left .con-txt a img,.box .left .con-txt img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .left .con-txt .keywords {
  justify-content: center;
}
.box .left .con-txt .keywords span,
.box .left .con-txt .keywords a {
  color: #fff;
  font-size: 18px;
}
.box .left .con-txt .keywords a {
  margin-right: 20px;
}
.box .left .pian {
  border-bottom: 1px dotted lightgray;
  padding: 20px 10px;
}
.box .left .pian strong {
  margin-right: 20px;
  color: #000;
}
.box .left .pian p {
  margin-bottom: 10px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.box .left .title-5 {
  height: 40px;
  line-height: 40px;
}
.box .left .title-5 a {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #27ae60;
}
.box .right {
  width: 30%;
}
.box .right .title-2 {
  height: 50px;
  line-height: 50px;
}
.box .right .title-2 a {
  display: flex;
  justify-content: space-between;
}
.box .right .title-2 a span:first-of-type {
  font-size: 20px;
  border-bottom: 4px solid #23a638;
}
.box .right .title-2 a span:last-of-type {
  display: block;
  width: 80px;
  height: 50px;
  background: url(http://www.kuaibao.rexun.cn/static/img/more.png) no-repeat center right;
}
.box .right .p {
  padding: 10px;
  background-color: #f6f6f6;
}
.box-1 {
  width: 34%;
}
.box-2 {
  width: 29%;
}
.box-3 {
  width: 70%;
}
.box-4 {
  width: 40%;
}
.box-5 {
  width: 58%;
}
