/*  农业展望主体部分 */
.periodical_bread {
  margin: 23px 0 20px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}

.periodical_bread .layui-breadcrumb a{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}

.layui-breadcrumb a {
  color: #333333 !important;
}
 /* 鼠标经过面包屑的时候字体颜色变化 */
 .layui-breadcrumb a:hover{
  color: #1E8C65 !important;
}
.periodical_bread .layui-breadcrumb a:last-child {
  color: #1E8C65 !important;
}

.periodical_main {
  display: flex;
  /* position: relative; */
  justify-content: space-between;
}

/*  最新公告显示 */
.new_periodical {
  margin-bottom: 20px;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.new_per_title {
  float: left;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: url('../upload/pc_image/new_per_title.png') no-repeat;
  background-size: 100% 100%;
  background-color: #F5F5F5;
}

.new_per_title span {
  margin-left: 9px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.new_periodical .run_per {
  width: 1112px;
  height: 36px;
  background: #F5F5F5;
  overflow: hidden;
}
          

.new_periodical ul {
  width: 3300px;
}

.new_periodical ul li a{
  float: left;
  width: 278px;
  margin-left: 30px;
color: #666666;
} 
.new_periodical ul li a:hover{
  cursor: pointer;
  color: #009e4a;
}
.new_periodical ul li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1E8C65;
  vertical-align: middle;
  margin-right: 10px;
}

/*  左侧导航框 */
.periodical_name {
  width: 240px;
  /* position: absolute;
  top: 0;
  left: 0; */
  /* margin-right: 30px; */
}

.periodical_name dd {
  margin-bottom: 1px;
  margin-top: -3px;
}
.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 dl {
  position: relative;
}

.periodical_name dt::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  width: 43px;
  height: 50px;
  background: url('../upload/pc_image/wheat.png') no-repeat;
  background-size: 100% 100%;
}

.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;
  background-color: #1e8c65;
  font-weight: 600;
}

.periodical_name .active a > span {
  color: #fff;
}

.periodical_name dd .textactive {
  display: inline-block;
  transform: rotateZ(90deg);
}

/* 期刊资源内容设置 */
.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_name .maga {
  display: block;
  position: relative;
  left: -41px;
  padding-left: 0;
  width: 240px;

  /* height: 350px; */

  background-color: #fafafa;
  z-index: 10;
  overflow: hidden;}

.maga .search {
  position: relative;
  padding: 9px 0;
  margin: 0px 10px 19px 10px;
  height: 38px;
  line-height: 38px;
} 
.maga .search input {
  color: #999;
  font-size: 14px;
  padding-left: 12px;
  width: 220px;
  height: 38px;
  line-height: 34px;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #1E8C65;
}
.maga .search i {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 36px;
  text-align: center;
  border-radius: 0 5px 5px 0;
  background-color: #1e8c65;
  margin-top: 2px;
}
.maga .search i::after {
  content: '';
  display: inline-block;
  margin-top: 5px;
  width: 24px;
  height: 24px;
  background: url('../image/search.png') no-repeat;
  background-size: 100% 100%;
}

.maga ul li {
  padding-left: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.maga .sp{
  display: none;
}

.maga ul .active_year {
  background-color: #e3f0eb;
  color: #1E8C65;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.maga ul .more p{
  float: left;
  width: 56px;
  height: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1E8C65;
  text-align: center;
}

.maga ul .more .icon-jinru {
  float: left;
  font-size: 12px;
  color: #1E8C65;
  margin-left: 10px;
}


/*  右侧主体部分 */
.periodical_list {
  width: 930px;
  /* margin-left: 270px; */
  
}

.periodical_item {
  display: none;
}

.periodical_list .periodical_active {
  display: block;
}

.periodical_list_title {
  margin-bottom: 7px;
  border-left: 5px solid #1e8c65;
  height: 26px;
  line-height: 26px;
}

.periodical_list_title span{
  margin-left: 19px;
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1E8C65;
}

.periodical_line {
  border-top: 1px solid #EEEEEE;
  width: 930px;
}

.periodical_content {
  margin-top: 19px;
  line-height: 28px;
  font-size: 16px;
  color: #555555;
}

.periodical_content p {
  font-size: 16px;
  line-height: 35px;
}

.periodical_content h3 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 16px;
}
.periodical_content h4 {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

.periodical_content .iphone {
  margin-top: 30px;
}

.periodical_box {
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
  overflow: hidden;
}

.per_box_img {
  float: left;
  margin-right: 21px;
  margin-left: 10px;
  width: 150px;
  height: 230px;
  background: #E5E5E5;
}

.per_box_img .bg {
  position: relative;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 230px;
}
.per_box_img .bg img {
  width: 100%;
  height: 100%;
}

.per_box_mess {
  float: right;
  width: 740px;
}

.per_box_mess h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.per_box_mess ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.per_box_mess ul li {
  width: 50%;
  line-height: 28px;
}

.per_box_mess ul li span:first-child {
  color: #555555;
}

.per_box_mess ul li span:last-child {
  color: #333333;
}

.per_box_mess .down_per {
  margin-top: 19px;
}



.per_box_mess a button {

  width: 100px;
  height: 36px;
  margin-right: 20px;
  background-color: #1E8C65;
  border: unset;
  border-radius: 5px;
  color: #fff;
  border: 2px solid transparent;
}



.per_box_mess a:first-child button::after {

  content: '\e6e1';
  font-family: 'iconfont';
  margin-left: 13px;
}



.per_box_mess a:last-child button::after {

  content: '\e631';
  margin-left: 13px;
  font-family: 'iconfont';
}

.periodical_tips {
  margin-top: 19px;
}

.periodical_tips .tips_title {
  padding-bottom: 7px;
  border-bottom: 1px solid #cccccc;
  width: 932px;
}
.tips_title span {
  display: inline-block;
  width: 54px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1E8C65;
  }

  .tips_title span::after {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    display: inline-block;
    width: 54px;
    height: 3px;
    background: #1E8C65;
  }

  .tips_content {
    margin-top: 22px;
  }

  .tips_content p {
    text-indent: 2em;

    /* height: 99px; */

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
  }

  .periodical_cata {
    margin-top: 32px;
  }

  .periodical_cata .tips_title {
    padding-bottom: 7px;
    border-bottom: 1px solid #cccccc;
    width: 932px;
  }

  .cata_content {
    display: flex;
    flex-wrap: wrap;
  }
  .cata_content>div {
    width: 50%;
  }
  .cata_content>div:nth-child(even) {
    width: 48%;
    margin-left: 2%;
  }
  .cata_content>div .tit {
    padding: 15px 0;
    font-weight: 600;
  }
  .cata_content>div .tit span{
    color: #1E8C65;
    font-weight: 600;
    margin-right: 5px;
  }
  .cata_content ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .cata_content ul li {
    margin-bottom: 14px;

    width: 100%;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .cata_content li i {
    display: inline-block;
    margin-right: 9px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    border-radius: 50%;
    background-color: #EEEEEE;
  }
  .cata_content li div {
    width: calc(100% - 22px);
    display: flex;
  }

  .per_list .per_list_active {
    display: none;
  }

  /*  查看往期 */
  .per_early {
    position: relative;
    margin-top: 20px;
    width: 110px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px 36px 36px 4px;
    background-color: #1E8C65;
    cursor: pointer;
  }

  .per_early span {
    padding-left: 10px;
    width: 56px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
  }

  .per_early .bg {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    display: inline-block;
    width: 24px;
    height: 24px; 
    line-height: 24px;
    text-align: center;
    border-radius: 50%; 
    background-color: #fff;
    opacity: 0.26;
  }
  .icon-zhankai {
    margin-left: 5px;
  }

  /*  期刊简介 */
  .per_datalog {
    margin-top: 32px;
  }

  .per_datalog .tips_title {
    padding-bottom: 7px;
    border-bottom: 1px solid #cccccc;
    width: 932px;
  }
  .datalog_cont {
    margin-top: 21px;
  }
  .datalog_cont p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
  }
  /*  编委会 */
  .per_article {
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
    width: 930px;
  }

.per_article div .type {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333333;
    line-height: 28px;
  }

  .per_article span {
    margin: 0 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
  }

  .moername {
    margin-left: 75px;
  }
  .moername span {
    display: inline-block;
    width: 70px;
    /* margin-right: 38px; */
  }


  /*  学术动态 */
  .per_content_learning ul {
    overflow: hidden;
  }
  .per_content_learning li {
    color: #d2d2d2;
    margin-top: 15px;
    list-style: disc;
    margin-left: 18px;
  }

  .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;
  }

  .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: #009e4a;;
  }

  .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 .layui-laypage-prev,
  #per_content_page .layui-laypage-next {
    width: 72px;
  }
  
  #per_content_page .layui-laypage a,
  #per_content_page .layui-laypage span {
    padding: 0;
  }
  #per_content_page span {
    display: inline-block;
    width: 38px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin: 0 5px;
    font-size: 16px;
  }

  #per_content_page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #1E8C65;
  }
  

  #per_content_page1{
    margin-top: 48px;
    display: flex;
    justify-content: center;
  }

  #per_content_page1 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 {
    width: 72px;
  }
  
  #per_content_page1 .layui-laypage a,
  #per_content_page1 .layui-laypage span {
    padding: 0;
  }
  #per_content_page1 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 {
    background: #1E8C65;
  }
  

  /*  联系我们 */
  .nine .periodical_content p span:first-child {
    font-weight: 700;
  }

  /*  期刊订阅 */
  .five .periodical_content h3{
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .five .periodical_content p {
    /* margin-bottom: 10px; */
  }














