/*  监测预警主体部分 */
/*  隐藏详情模块 */
.earlywarning_anic {
  display: none;
}

/*  监测预警 面包屑 */
.earlywarning {
  margin-top: 23px;
}
.earlywarning_bread span {
  font-size: 16px;
}
.earlywarning_bread .layui-breadcrumb a {
  color: #333333 !important;
  font-size: 16px;
}
/* 鼠标经过面包屑的时候字体颜色变化 */
.layui-breadcrumb a:hover {
  color: #1e8c65 !important;
}
.earlywarning_bread .layui-breadcrumb a:last-child {
  color: #1e8c65 !important;
  font-size: 16px;
}

.earlywarning_content {
  margin-top: 20px;
  overflow: hidden;
}

.earlywarning_item {
  float: left;
  width: 580px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.earlywarning_item:nth-child(even) {
  margin-right: 0;
}

.earlywarning_title {
  line-height: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}

.earlywarning_title h3 {
  display: inline-block;
  border-left: 5px solid #1e8c65;
  line-height: 26px;
  padding-left: 19px;
  height: 26px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  line-height: 26px;
}

.earlywarning_title .more {
  float: right;
  cursor: pointer;
}

.earlywarning_title .more span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #c0c0c0;
}

.earlywarning_title .more span:last-child {
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  background: #c0c0c0;
}

.earlywarning_main {
  margin-top: 20px;
}

.earlywarning_main .warning_img {
  position: relative;
  width: 580px;
  height: 280px;
  cursor: pointer;
  overflow: hidden;
}
.warning_img 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 */
}
.earlywarning_main .warning_img img:hover {
  transform: scale(1.1) rotate(0.1deg);
}
.warning_img .bg_title {
  position: absolute;
  bottom: 0;
  height: 38px;
  line-height: 38px;
  width: 580px;
  background: rgba(0, 0, 0, 0.3);
}

.warning_img .bg_title span {
  margin-left: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.earlywarning_main ul {
  margin-top: 20px;
}

.earlywarning_main ul li {
  list-style: disc;
  margin-left: 18px;
  color: #d2d2d2;
}

.earlywarning_main ul li::marker {
  color: #d2d2d2;
}

.earlywarning_main li a {
  display: inline-block;
  width: 465px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  vertical-align: middle;
  /*  设置超过部分隐藏 */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.earlywarning_main li a:hover {
  color: #009e4a;
  text-decoration: underline;
}
.earlywarning_main ul li:hover::marker {
  color: #1e8c65;
}

.earlywarning_main li > span {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 30px;
}

.periodical_main {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.periodical_name {
  width: 240px;
}

.periodical_name dt {
  padding-left: 41px;
  border-bottom: 1px solid #fff;
  height: 71px;
  line-height: 70px;
  background-color: #1e8c65;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.periodical_name dt::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 43px;
  height: 50px;
  background: url("__STATIC__/upload/pc_image/wheat.png") no-repeat;
  background-size: 100% 100%;
}

.periodical_name dl {
  position: relative;
}

.periodical_name dd {
  margin-bottom: 1px;
}

.periodical_name dd > a {
  display: inline-block;
  width: 240px;
  padding-left: 41px;
  border-bottom: 1px solid #eeeeee;
  /* height: 54px; */
  line-height: 54px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.periodical_name dd a > span {
  float: right;
  color: #cccccc;
  margin-right: 20px;
}

.periodical_name .active a {
  color: #ffffff;
  font-weight: 700;
  background-color: #1e8c65;
}

.periodical_name .active span {
  color: #fff;
}

.maga ul .more .icon-jinru {
  color: #1e8c65;
}

/* 期刊资源内容设置 */
.periodical_box > ul li {
  float: left;
  margin-right: 71px;
}
.periodical_box li:nth-child(5n) {
  margin-right: 0;
}

.periodical_box li a {
  display: inline-block;
  color: #555555;
  text-align: center;
}

.periodical_box .farm_img {
  width: 129px;
  height: 180px;
  margin-bottom: 15px;
  box-shadow: 0px 3px 7px 0px rgba(6, 0, 1, 0.35);
}
.periodical_box .farm_img img {
  width: 100%;
  height: 100%;
}

.periodical_box .farm_img_more {
  width: 129px;
  height: 180px;
  background-color: #f7f5f6;
  margin-bottom: 15px;
  box-shadow: 0px 3px 7px 0px rgba(6, 0, 1, 0.35);
}

.periodical_box .farm_img_more span:first-child {
  display: inline-block;
  padding: 0 14px 5px 13px;
  border-bottom: 1px solid #d7d5d5;
  margin-top: 59px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8c898a;
}

.periodical_box .farm_img_more span:last-child {
  display: inline-block;
  margin-top: 20px;
  font-size: 24px;
  color: #8b898a;
}

.periodical_box li a > span {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
}

.per_details_active {
  display: none;
}

.periodical_list {
  width: 930px;
  display: none;
}

.per_item_title {
  line-height: 26px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}

.per_item_title h3 {
  float: left;
  border-left: 5px solid #1e8c65;
  padding-left: 19px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e8c65;
}

.per_item_title .switch {
  float: right;
}

.switch span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #aaaaaa;
  cursor: pointer;
}
.switch span:hover{
  color: #009e4a;
}
.switch i {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #aaaaaa;
}

.switch_active {
  color: #1e8c65;
}

.per_item_content li {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #eeeeee;
  cursor: pointer;
}

.per_item_content li:last-child {
  border-bottom: unset;
}

.per_item_content .per_bgimg {
  float: left;
  margin-right: 19px;
  width: 150px;
  height: 100px;
  overflow: hidden;
}
.per_item_content .per_bgimg img{
      transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
}
#teletext1 li:hover .per_bgimg img{
  transform: scale(1.05);
}
#teletext2 li:hover .per_bgimg img{
  transform: scale(1.05);
}
#teletext3 li:hover .per_bgimg img{
  transform: scale(1.05);
}
#teletext4 li:hover .per_bgimg img{
  transform: scale(1.05);
}
#teletext5 li:hover .per_bgimg img{
  transform: scale(1.05);
}

.per_article h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#teletext1 li:hover .per_article h3 {
  color: #009e4a;
  text-decoration: underline;
}
#teletext2 li:hover .per_article h3 {
  color: #009e4a;
  text-decoration: underline;
}
#teletext3 li:hover .per_article h3 {
  color: #009e4a;
  text-decoration: underline;
}
#teletext4 li:hover .per_article h3 {
  color: #009e4a;
  text-decoration: underline;
}
#teletext5 li:hover .per_article h3 {
  color: #009e4a;
  text-decoration: underline;
}


.per_article p {
  margin: 5px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  width: 689px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.per_article span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
/* .pertext{
  display: none;
} */
.periodical_name a i{
  font-style: normal !important;
}
.per_content_learning ul {
  overflow: hidden;
  margin-top: 9px;
}
.per_content_learning li {
  color: #d2d2d2;
  margin-top: 15px;
  list-style: disc;
  margin-left: 19px;
}

.per_content_learning li::marker {
  color: #d2d2d2;
}

.per_content_learning li a {
  height: 15px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  width: 775px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  height: auto;

}

.per_content_learning li:hover::marker {
  color: #009e4a;
  font-weight: bold;
}

.per_content_learning li:hover a{
  color: #009e4a;
    text-decoration: underline;
}

.per_content_learning li a::before:hover {
  background-color: #1e8c65;
} 
.per_content_learning li span {
  float: right;
  height: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

#per_content_page {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

#per_content_page a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 5px;
  color: #333333;
  font-size: 16px;
  border-radius: 4px;
}

#per_content_page span {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 5px;
  font-size: 16px;
  border-radius: 4px;
}

#per_content_page .layui-laypage-prev,
#per_item_page .layui-laypage-prev,
#per_content_page .layui-laypage-next,
#per_item_page .layui-laypage-next {
  width: 72px;
}

#per_content_page .layui-laypage a,
#per_item_page .layui-laypage a,
#per_content_page .layui-laypage span,
#per_item_page .layui-laypage span {
  padding: 0;
}

#per_item_page {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

#per_item_page a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 5px;
  color: #333333;
  font-size: 16px;
  border-radius: 4px;
}

#per_item_page span {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 5px;
  font-size: 16px;
  border-radius: 4px;
}

#per_content_page .layui-laypage .layui-laypage-curr .layui-laypage-em,
#per_item_page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #1e8c65;
}
/* 添加的分页效果 */
#per_content_page1,
#per_content_page2,
#per_content_page3,
#per_content_page4,
#per_item_page1,
#per_item_page2,
#per_item_page3,
#per_item_page4 {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

#per_content_page1 a,
#per_content_page2 a,
#per_content_page3 a,
#per_content_page4 a,
#per_item_page1 a,
#per_item_page2 a,
#per_item_page3 a,
#per_item_page4 a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 5px;
  color: #333333;
  font-size: 16px;
  border-radius: 4px;
}

#per_content_page1 .layui-laypage-prev,
#per_content_page1 .layui-laypage-next,
#per_content_page2 .layui-laypage-prev,
#per_content_page2 .layui-laypage-next,
#per_content_page3 .layui-laypage-prev,
#per_content_page3 .layui-laypage-next,
#per_content_page4 .layui-laypage-prev,
#per_content_page4 .layui-laypage-next,
#per_item_page1 .layui-laypage-prev,
#per_item_page1 .layui-laypage-next,
#per_item_page2 .layui-laypage-prev,
#per_item_page2 .layui-laypage-next,
#per_item_page3 .layui-laypage-prev,
#per_item_page3 .layui-laypage-next,
#per_item_page4 .layui-laypage-prev,
#per_item_page4 .layui-laypage-next {
  width: 72px;
}

#per_content_page1 .layui-laypage a,
#per_content_page1 .layui-laypage span ,
#per_content_page2 .layui-laypage a,
#per_content_page2 .layui-laypage span,
#per_content_page3 .layui-laypage a,
#per_content_page3 .layui-laypage span,
#per_content_page4 .layui-laypage a,
#per_content_page4 .layui-laypage span,
#per_item_page1 .layui-laypage a,
#per_item_page1 .layui-laypage span,
#per_item_page2 .layui-laypage a,
#per_item_page2 .layui-laypage span,
#per_item_page3 .layui-laypage a,
#per_item_page3 .layui-laypage span,
#per_item_page4 .layui-laypage a,
#per_item_page4 .layui-laypage span
{
  padding: 0;
}
#per_content_page1 span,
#per_content_page2 span,
#per_content_page3 span,
#per_content_page4 span,
#per_item_page1 span,
#per_item_page2 span,
#per_item_page3 span,
#per_item_page4 span
{
  display: inline-block;
  width: 38px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  margin: 0 5px;
  font-size: 16px;
}

#per_content_page1 .layui-laypage .layui-laypage-curr .layui-laypage-em,
#per_content_page2 .layui-laypage .layui-laypage-curr .layui-laypage-em,
#per_content_page3 .layui-laypage .layui-laypage-curr .layui-laypage-em,
#per_content_page4 .layui-laypage .layui-laypage-curr .layui-laypage-em,
#per_item_page1 .layui-laypage .layui-laypage-curr .layui-laypage-em,
#per_item_page2 .layui-laypage .layui-laypage-curr .layui-laypage-em,
#per_item_page3 .layui-laypage .layui-laypage-curr .layui-laypage-em,
#per_item_page4 .layui-laypage .layui-laypage-curr .layui-laypage-em
 {
  background: #1e8c65;
}
.layui-laypage a,
.layui-laypage span {
display: inline-block;
vertical-align: middle;
padding: 0 10px;
height: 28px;
line-height: 28px;
margin: 0 -1px 5px 0;
background-color: transparent;
color: #fff;
font-size: 14px;
font-weight: 700;
}

/*  尾部部分 */

footer {
  margin-top: 40px;
  height: 80px;
  font-size: 14px;
  text-align: center;
  line-height: 80px;
  background-color: #1e8c65;
  color: #fff;
}
footer span {
  margin-right: 38px;
}

footer img {
  margin-right: 50px;
}
