* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main {
  margin: 0 auto;
  width: 1250px;
}
body{
  background-color: #EEF6F4 ;

}

@media (min-width: 1920px) {
  body {
    font-size: 33px;
    background-color: #EEF6F4 ;
    
  }
}
/*  设置文本超出显示 */
.textoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 更改样式 */
.prime{
  margin-top: 16px !important;
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  height: auto !important;
}
.check_warning{
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.box_dynamic{
  margin-top: 16px !important;
}
.farm_outlook,.farm_analyze_committee,.farm_analyze_committee1{
  margin-left: 16px !important;
  background: #fff;
  padding: 20px 13px;
  box-sizing: border-box;
}
.farm_warning_committee, .farm_warning_committee1{
  background: #fff;
    padding: 20px;
  box-sizing: border-box;
}
.friendly_link{
  background: #fff;
  padding: 20px 20px 40px;
  margin-top: 16px;
  box-sizing: border-box;
}
footer{
  margin-top: 0 !important;
}
/* 正式样式 */
.header {
  background-color: #1e8c65;
}
@media screen and (max-width: 1920px) {
  .header_title {
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    background-color: #1e8c65;
  }
  
  .compant_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    height: 150px;
    line-height: 150px;
  }
}
@media screen and (min-width: 1921px) {
  .header_title {
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    background-color: #1e8c65;
  }
  
  .compant_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    height: 160px;
    line-height: 160px;
  }
}


.header_title span {
  margin: 0 10px;
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}



.compant_logo .logo-left {
  width: 468px;
}

.compant_logo .logo-left img {
  width: 100%;
}

.compant_logo .logo-right .search {
  display: inline-block;
  position: relative;
}
.compant_logo .logo-right input {
  padding-left: 20px;
  width: 320px;
  height: 42px;
  background: #ffffff;
  border: 2px solid #1e8c65;
  border-radius: 4px;
}

.compant_logo .logo-right .wechat {
  display: inline-block;
}

.compant_logo .logo-right .wechat span {
  margin: 0 10px;
  width: 70px;
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}

.compant_logo .logo-right .er_hover {
  float: right;
  display: none;
  padding-top: 15px;
}

.compant_logo .logo-right .er_hover div {
  display: flex;
  width: 90px;
  height: 130px;
  margin: 0 10px;
  padding: 5px 0;
  box-shadow: 1px 1px 6px 1px rgba(193, 193, 193, 0.3);
  border: 1px solid #eeeeee;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.compant_logo .logo-right .er_hover div img {
  width: 78px;
  height: 78px;
}

.compant_logo .logo-right .er_hover div span {
  margin-bottom: 5px;
}

.compant_logo .logo-right i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  /* background: url('../image/search.png') no-repeat center center; */
  background: url("../image/search.png") no-repeat center center;
  background-size: 25px 25px;
  display: inline-block;
  border-radius: 0 4px 4px 0;
  width: 40px;
  height: 40px;
  background-color: #1e8c65;
}
.compant_logo .logo-right i:hover {
  cursor: pointer;
}
.titlemain {
  background-color: #1e8c65;
}
.titlemain .layui-nav {
  width: 1212px;
  height: 50px;
  background-color: #1e8c65;
}
.my_title {
  display: flex;
  justify-content: space-around;
}

.titlemain .my_title .layui-nav-item {
  line-height: 50px;
  margin-right: 0px;
}

.titlemain .my_title .layui-nav-item a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  padding: 0px 20px;
}

.titlemain .my_title .layui-nav-item .first {
  font-weight: 700;
}

.titlemain .my_title .layui-nav-item i {
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
  display: inline-block;
  width: 3px;
  height: 30px;
  background: url("../image/tag.png") no-repeat center center;
}

.titlemain .my_title .layui-this::after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
}
/* 修改的头部样式 */
.layui-nav .layui-nav-item a {
  display: block;
  padding: 0 20px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
}
.current {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: none;
  background-color: #1e8c65;
  z-index: 99999;
  box-shadow: 0 4px 4px rgb(0 51 52 / 50%);
}

.logo_current {
  display: none;
  width: 270px;
  height: 44px;
  margin-top: 9px;
  margin-left: -47px;
  margin-right: 88px;
}
.logo_current img {
  width: 100%;
  height: 100%;
}
/* .header{
  display: none;
}
.compant_logo{
  display: none;
} */
/* .titlemain .layui-nav{
  height: 68px;
}
.titlemain .my_title .layui-nav-item {
    line-height: 70px;
    margin-right: -50px;
} */
/* .layui-nav-item a{
  padding: 0px 10px;
} */
/*  轮播图实现 */

.prime {
  margin-top: 25px;
  height: 429px;
  display: flex;
  justify-content: space-between;
}

.prime .prime_left {
  position: relative;
  display: inline-block;
  margin-right: 39px;
  width: 713px;
  height: 429px;
  overflow: hidden;
  border-radius: 2px;
}

.prime .prime_left .prime_swiper {
  position: relative;
  height: 429px;
}
.swiper-container1{
  width: 100%;
  height: 100%;
}
.swiper-wrapper{
  width: 100%;
  height: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  width: 25%;
  right: 0;
  bottom: 7px;
}
.swiper-pagination-bullet{
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-left: 5px;
  background-color: #fff;
  color: #1e8c65;
  cursor: pointer;
  border-radius: 2px;
      opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #1e8c65;
  color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
.prime-item {
  position: absolute;
  width: 713px;
  height: 429px;
}

.prime-item:first-child {
  z-index: 10;
}

.prime .prime_left .prime_swiper .prime-item img {
  width: 100%;
  height: 100%;
}

.prime .bgc_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 100;
  line-height: 40px;
  padding-left: 10px;
  background-color: rgba(110, 103, 98, 0.6);
}

.prime .prime_left .bgc_footer {
  display: flex;
  justify-content: space-between;
}

.prime .prime_left .bgc_footer span {
  display: none;
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.prime .prime_left .bgc_footer .foot_active {
  display: block;
}

.prime .prime_left .bgc_footer .swiper_list {
  display: inline-block;
  margin-right: 10px;
}

.prime_left .bgc_footer .swiper_list .swiper_item {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-left: 5px;
  background-color: #1e8c65;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
}

.prime .prime_left .bgc_footer .swiper_list .swiper_active {
  background-color: #fff;
  color: #1e8c65;
}

/*  热点主题 */

.prime .prime_right .hot_subject {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.prime .prime_right .hot_subject .subject {
  position: relative;
  top: 2px;
  width: 80px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
  line-height: 34px;
}

.prime .prime_right .hot_subject .subject::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 81px;
  height: 2px;
  background: #1e8c65;
}

.prime .prime_right .hot_subject .more {
  height: 38px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.prime .prime_right .hot_subject .more:hover,
.box_dynamic .check_warning .check_warning_title .more:hover {
  cursor: pointer;
}
.prime .prime_right .hot_subject .more::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: url("/image/more.png") no-repeat center center;
}

.prime_right .hot_content {
  margin-top: 16px;
  display: flex;
}

.prime_right .hot_content .data_left {
  width: 80px;
  height: 96px;
  margin-right: 16px;
}
.prime_right .hot_content .data_left p {
  width: 100%;
  text-align: center;
}

.prime_right .hot_content .data_left p:first-child {
  height: 54px;
  line-height: 54px;
  background: #1e8c65;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.prime_right .hot_content .data_left p:last-child {
  height: 42px;
  line-height: 42px;
  border: 1px solid #1e8c65;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #666666;
}

.prime_right .hot_content .content_right {
  cursor: pointer;
}

.prime_right .hot_content .content_right .title {
  margin-bottom: 11px;
  width: 330px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
  line-height: 18px;
}

.prime_right .hot_content .content_right .content {
  position: relative;
  width: 358px;
  font-size: 16px;
  line-height: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.prime_right .hot_content .content_right .content::after {
  content: " ...";
  font-weight: normal;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 5px;
  font-size: 16px;
  padding: 0 10px 1px 4px;
  background: -webkit-linear-gradient(left, transparent, #fff 20%);
  background: -o-linear-gradient(right, transparent, #fff 20%);
  background: -moz-linear-gradient(right, transparent, #fff 20%);
  background: linear-gradient(to right, transparent, #fff 20%);
}

.prime_right .hot_content .content_right .more_content {
  display: inline-block;
  margin-top: 11px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
/* 鼠标经过查看详情的时候 更换颜色 */
.prime_right .hot_content .content_right .more_content:hover,
.warning_content_right .warning_content .content_right .more_content:hover,
.farm_outlook .farm_outlook_content .more:hover {
  color: #009e4a;
}
.prime_right .hot_content .content_right .more_content::after {
  content: ">";
  margin-left: 5px;
}

.prime_right .other_hotthing {
  margin-top: 16px;
}

.prime_right .other_hotthing .hotthing_item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 10px;
  margin-bottom: 3px;
  background: url("../image/boult.png") no-repeat center center;
}

.prime_right .other_hotthing .hotthing_item {
  margin-bottom: 20px;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  vertical-align: middle;
}

.prime_right .other_hotthing .hotthing_item span {
  display: inline-block;
  color: #333333;
  width: 307px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prime_right .other_hotthing .hotthing_item span:hover {
  color: #009e4a;
  text-decoration: underline;
}

.prime_right .other_hotthing .hotthing_item i {
  float: right;
  height: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: normal;
  color: #999999;
}

/**
 * @description: 检测预警
 * @param {*}
 * @return {*}
 */
.box_dynamic {
  display: flex;
  margin-top: 38px;
}

.box_dynamic .check_warning .check_warning_title {
  display: flex;
  justify-content: space-between;
  width: 713px;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.box_dynamic .check_warning .check_warning_title .subject {
  position: relative;
  top: 1px;
  width: 120px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
  line-height: 34px;
}

.box_dynamic .check_warning .check_warning_title .subject::after,
.farm_outlook .farm_outlook_title .subject::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 122px;
  height: 2px;
  background: #1e8c65;
}

.farm_outlook .farm_outlook_title .data .option {
  width: 140px;
}

.box_dynamic .check_warning .check_warning_title .more {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.box_dynamic .check_warning .check_warning_title .more::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: url("../image/more.png") no-repeat center center;
}

.check_warning_content {
  display: flex;
  padding-top: 20px;
}

.check_warning_content .warning_content_left {
  width: 66px;
  margin-right: 19px;
}

.warning_content_left .content_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #999999;
  border-right: 1px solid #e4e4e4;
}
.warning_content_left .content_item:hover {
  cursor: pointer;
}

.warning_content_left .content_item span {
  margin-top: 11px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
}

.warning_content_left .warning_active {
  border-radius: 5px 0 0 5px;
  border: 1px solid #e4e4e4;
  border-right: none;
  color: #1e8c65;
}

.warning_content_left .img_active {
  display: none;
}

.warning_content_left .content_item .font_active {
  font-weight: 700;
}

.warning_content_right {
  width: 90%;
  display: none;
  margin-top: -16px;
}

.warning_content_right .warning_content {
  display: flex;
}

.warning_content_right .warning_content .content_left {
  width: 138px;
  height: 110px;
  margin-right: 15px;
  background: #000000;
  cursor: pointer;
}

.warning_content_right .warning_content .content_left img {
  width: 100%;
  height: 100%;
}

.warning_content_right .warning_content .content_right {
  cursor: pointer;
}

.warning_content_right .warning_content .content_right .title {
  width: 400px;
  margin-bottom: 11px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
  line-height: 26px;
}

.warning_content_right .warning_content .content_right .content {
  width: 475px;
  font-size: 16px;
  line-height: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.warning_content_right .warning_content .content_right .more_content {
  display: inline-block;
  margin-top: 13px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.warning_content_right .warning_content .content_right .more_content::after {
  content: ">";
  margin-left: 5px;
}

.warning_content_right .warning_content_other {
  margin-top: 20px;
}

.warning_content_right .warning_content_other .warning_list {
  width: 100%;
}

.warning_content_right .warning_content_other .warning_item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 10px;
  margin-bottom: 3px;
  background: url("../image/boult.png") no-repeat;
}

.warning_content_right .warning_content_other .warning_item {
  margin-bottom: 20px;
  height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.warning_content_right .warning_content_other .warning_item a {
  display: inline-block;
  height: 16px;
  line-height: 16px;
}

.warning_content_right .warning_content_other .warning_item span {
  display: inline-block;
  color: #333333;
  width: 480px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.warning_content_right .warning_content_other .warning_item span:hover {
  color: #009e4a;
  text-decoration: underline;
}

.warning_content_right .warning_content_other .warning_item i {
  display: inline-block;
  float: right;
  height: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: normal;
  color: #999999;
}

/**
 * @description:  农业展望大会
 * @param {*}
 * @return {*}
 */
.farm_outlook {
  margin-left: 46px;
}
.active {
  display: none;
}
.farm_outlook .farm_outlook_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 454px;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.farm_outlook .farm_outlook_title .subject {
  position: relative;
  top: 1px;
  width: 120px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
  line-height: 34px;
}
.farm_outlook .farm_outlook_content {
  margin-top: 20px;
  width: 454px;
  height: 220px;
  /* background: #1E8C65; */
}
.data_con {
  display: none;
}
.farm_outlook_content .content_bg {
  overflow: hidden;
}

.farm_outlook .farm_outlook_content img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* 兼容性 */
  transition: all 2s ease;
  -moz-transition: all 2s ease; /* Firefox 4 */
  -webkit-transition: all 2s ease; /* Safari 和 Chrome */
  -o-transition: all 2s ease;
}

.farm_outlook .farm_outlook_content img:hover {
  transform: scale(1.05);
}

@keyframes move {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.farm_outlook .farm_outlook_content .content_title {
  margin: 20px 0px 10px 0px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.farm_outlook .farm_outlook_content .content_title:first-child {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.farm_outlook .farm_outlook_content .more {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.farm_outlook .farm_outlook_content .more::after {
  content: ">";
  margin-left: 5px;
}
.content_time,
.content_address {
  float: left;
  
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}
.content_address{
width: 288px;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*不换行*/
  text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.data_con {
  display: none;
}
/* 时间轴采用的是 轮播 */
.timer_box {
  width: 454px;
  height: 115px;
  margin-top: 67px;
  overflow: hidden;
}
.timer_left {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 21px;
}
.timer_right {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: -93px;
  margin-right: 7px;
}
.timer_shaft {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  float: left;
  width: 382px;
  height: 115px;
  /* margin: 0 auto; */
  overflow: hidden;
  margin-left: 16px;
}
.zhou {
  position: relative;
  width: 382px;
  height: 1px;
  background: #dee3eb;
  margin-top: 34px;
}
.timer_shaft .con {
  width: 1270px;
  height: 100%;
  transition: all 1s ease;
  position: relative;
  left: 0;
}
.timer_shaft .hh {
  width: 1030px;
  height: 100%;
  background-color: #1e8c65;
}
.time_item {
  float: left;
  position: relative;
  height: 68%;
  width: 126.53px;
}
.circle {
  position: absolute;
  top: -7px;
  left: 52px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 3px solid #dee3eb;
  box-shadow: 0px 1px 7px 0px rgba(6, 0, 1, 0.08);
  border-radius: 50%;
}
.circle_active {
  border: 3px solid #1e8c65;
}
.time_meun {
  position: absolute;
  top: 28px;
  width: 90px;
  height: 48px;
  margin-left: 17px;
  background: #ffffff;
  border: 1px solid #dee3eb;
  box-shadow: 0px 2px 5px 1px rgba(176, 176, 176, 0.23);
}
.time_meun .meun_top {
  width: 50px;
  height: 7px;
  margin: 0 auto;
  margin-top: -9px;
}
.meun_txt {
  width: 100%;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #999999;
  line-height: 28px;
  text-align: center;
  margin-top: 13px;
}
.txt_active {
  color: #666;
}

/* 首页中国展望大会的最后省略 */
/* .farm_outlook .farm_outlook_content .content_body::after {
  content: '...';
  position: absolute;
  bottom: -2px;
  right: 3px;
  width: 10px;
  font-size: 18px ;
  margin-right: -2px;
  padding: 0 10px 1px 4px;
  background: -webkit-linear-gradient(left, transparent, #fff 20%);
  background: -o-linear-gradient(right, transparent, #fff 20%);
  background: -moz-linear-gradient(right, transparent, #fff 20%);
  background: linear-gradient(to right, transparent, #fff 20%);
} */
.committee {
  display: flex;
  margin-top: 16px;
}
.committee1 {
  display: flex;
  margin-top: 16px;
}
.farm_warning_committee,
.farm_warning_committee1 {
  position: relative;
}
.farm_warning_committee .farm_committee_title,
.farm_warning_committee1 .farm_committee_title {
  width: 713px;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.farm_warning_committee .farm_committee_title .subject,
.farm_warning_committee1 .farm_committee_title .subject {
  position: relative;
  bottom: 1px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
  line-height: 41px;
}

.farm_warning_committee .farm_committee_title .subject::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 278px;
  height: 2px;
  background: #1e8c65;
}
.farm_warning_committee1 .farm_committee_title .subject::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 260px;
  height: 2px;
  background: #1e8c65;
}
.swiper-container {
  width: 604px;
  height: 266px;
  margin-top: 5px;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.append-buttons {
  text-align: center;
  margin-top: 20px;
}
.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: 687px;
  top: 199px;
  color: #1e8c65 !important;
  width: 16px;
  height: 27px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 50px;
  right: auto;
  top: 199px;
  color: #1e8c65;
  width: 16px;
  height: 27px;
}
.farm_committee_content {
  position: relative;
  height: 280px;
  width: 700px;
  overflow: hidden;
}
div:focus {
  outline: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
}
.committee_item {
  float: left;
  height: 290px;
  width: 180px;
  margin: 0 0px;
  padding-top: 40px;
  text-align: center;
}

.committee_item:last-child {
  margin-right: 0;
}

.committee_item h1 {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin-top: 11px;
  margin-bottom: 15px;
}

.committee_item span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.farm_analyze_committee {
  margin-left: 46px;
}
.farm_analyze_committee1 {
  display: block;
  margin-left: 46px;
}

.farm_analyze_committee .check_analyze_title,
.farm_analyze_committee1 .check_analyze_title {
  width: 454px;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.farm_analyze_committee .check_analyze_title .subject,
.farm_analyze_committee1 .check_analyze_title .subject {
  float: left;
  position: relative;
  bottom: 1px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
  line-height: 41px;
}

.farm_analyze_committee .check_analyze_title .subject::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 237px;
  height: 2px;
  background: #1e8c65;
}
.farm_analyze_committee1 .check_analyze_title .subject::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 218px;
  height: 2px;
  background: #1e8c65;
}

.check_analyze_centent {
  margin-top: 31px;
}

.check_analyze_centent .analyze_list {
  display: flex;
  flex-wrap: wrap;
  width: 454px;
}

.check_analyze_centent .analyze_list .analyze_item {
  width: 25%;
  margin-bottom: 15px;
}
.check_analyze_centent .analyze_list .analyze_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.analyze_item .image span {
  float: left;
  display: block;
  font-size: 16px;
  color: #333333;
  margin-top: 13px;
}
.farm_analyze_committee .check_analyze_title .more {
  float: right;
  width: 49px;
  height: 38px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.farm_analyze_committee .check_analyze_title .more::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    background: url("../image/more.png") no-repeat center center;
}
/* 鼠标经过农业部市场分析师的样式 */
.analyze_item a .image:hover span {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.analyze_item img {
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 9px;
  display: none;
}
.check_analyze_centent .analyze_list .analyze_item .image_active {
  display: block;
}
.check_analyze_centent .analyze_list .analyze_item .font_active1 {
  color: #dea300;
  font-weight: bold;
  text-decoration: underline;
}
/* 中国农科院农业监测预警团队模块 */
.agr_con {
  display: flex;
  margin-top: 20px;
}
.agr_con .agr_left {
  width: 280px;
  height: 295px;
}
.agr_con .agr_left img {
  width: 100%;
  height: 100%;
}
.agr_con .agr_right {
  width: 420px;
  height: 270px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 86, 68, 0.1);
  /* margin-top: 25px; */
}
.agr_con .agr_right .agr_ri_con {
  padding: 0px 30px;
}
.agr_con .agr_right .agr_ri_con p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  line-height: 26px;
  margin-bottom: 10px;
}
.agr_ri_con .agr_ri_tit {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
  line-height: 26px;
  line-height: 70px;
}
.agr_ri_con .agr_ri_text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 4px 0 20px 0;
}
.agr_con .agr_right .agr_ri_con .agr_ri_all {
  position: relative;
  width: 100%;
  height: 64px;
}
.agr_con .agr_right .agr_ri_con .agr_ri_more {
  position: absolute;
  top: 2px;
  left: 34px;
  width: 356px;
  height: 64px;
}
.agr_con .agr_right .agr_ri_con .agr_ri_more img {
  width: 100%;
  height: 100%;
}
.agr_con .agr_right .agr_ri_con .agr_ri_button {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1e8c65;
  line-height: 26px;
}
.agr_con .agr_right .agr_ri_con .agr_ri_button::after {
  content: ">";
  margin-left: 2px;
}
/* .agr_ri_button_img{
  position: absolute;
  top: 1px;
  left: 78px;
  width: 16px;
  height: 16px;
}
.agr_ri_button_img img{
  width: 100%;
  height: 100%;
} */
.agr_ri_buton:hover {
  cursor: pointer;
}
/* 中国农学会监测预警分会 */
.com_con {
  display: block;
}
.com_outlook_content {
  margin-top: 19px;
  width: 454px;
  height: 210px;
}
.content_bg {
  width: 454px;
  height: 212px;
  overflow: hidden;
  cursor: pointer;
}
.content_bg img {
  width: 100%;
  height: 100%;
  transition: all 2s ease;
  -moz-transition: all 2s ease; /* Firefox 4 */
  -webkit-transition: all 2s ease; /* Safari 和 Chrome */
  -o-transition: all 2s ease; /* Opera */
}
.content_bg img:hover {
  transform: scale(1.06);
}
.com_outlook_content .content_title {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.com_outlook_content .content_title:first-child {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.com_outlook_content .more {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.com_outlook_content .more::after {
  content: ">";
  margin-left: 5px;
}

.com_outlook_content .content_body {
  position: relative;
  font-size: 16px;
  margin-top: -6px;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* .com_outlook_content .more:hover{
  cursor: pointer;
  color: #009e4a;
} */
.friendly_link {
  margin-top: 16px;
}

.friendly_link .friendly_link_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.friendly_link .friendly_link_title .subject {
  position: relative;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
  top: -1px;
}

.friendly_link .friendly_link_title .subject::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 84px;
  height: 2px;
  background: #1e8c65;
}

.friendly_content {
  margin-top: 28px;
}

.friendly_content .friendly_list {
  display: flex;
}

.friendly_content .friendly_item {
  display: flex;
  align-items: center;
  margin-right: 21px;
  padding-left: 10px;
  width: 15.29%;
  height: 64px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.friendly_content .friendly_item:hover {
  /* Firefox4.0-  */
  -moz-box-shadow: 0 0 9px 0 #f1eded;
  /* Safariand Google chrome10.0-  */
  -webkit-box-shadow: 0 0 9px 0 #f1eded;
  /* Firefox4.0+、 Google chrome 10.0+ 、 Oprea10.5+ and IE9  */
  box-shadow: 0 0 9px 0 #f1eded;
}

.friendly_content .friendly_item:last-child {
  margin-right: 0;
}

.friendly_content .friendly_item a {
  display: block;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
}

.friendly_content .friendly_item .image {
  width: 39px;
  height: 40px;
}
.friendly_content .friendly_item .image1 {
  width: 40px;
  height: 40px;
}
.friendly_content .friendly_item .image1 img {
  width: 100%;
  height: 100%;
}
.friendly_content .friendly_item .image img {
  width: 100%;
  height: 100%;
}

.friendly_content .friendly_item span {
  display: block;
  width: 130px;
  padding: 0px 5px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  /* text-align: center; */
}

footer {
  margin-top: 48px;
  height: 80px;
  font-size: 14px;
  text-align: center;
  line-height: 80px;
  background-color: #1e8c65;
  color: #fff;
}
.foot {
  background-color: #1e8c65;
}
footer span {
  margin-right: 38px;
}

footer img {
  margin-right: 50px;
}
