.index_nav {
  /* 	font-size: 28px; */
  font-weight: bold;
  color: #ce0106;
  line-height: 34px;

}

.index_nav a {
  color: #ce0106;
  margin-right: 20px;
}

.index_nav span {
  margin-right: 20px;
  display: inline-block;
}

.index_nav .rili {
  background: url(../images/rili.png) no-repeat 0px -2px;
  padding-left: 35px;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}

.banner_box {
  background: url(../images/banner_bg.png) repeat-y center top;
  margin-bottom: 35px;
}

.banner_box_inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.banner_box_inner img {
  float: left;
  width: 100%;
}


.conatainer_box {
  width: 83%;
  margin: 0 auto;
  overflow: hidden;
}

.main_box {
  float: right;
  width: 68%;
}

.silder_box {
  overflow: hidden;
  width: 31%;
}

/** 热点文章 **/
.hot_article {
  position: relative;
  margin-bottom: 30px;
  display: none;
}

.hot_article .title {
  margin-bottom: 10px;
}

.hot_article .more {
  position: absolute;
  top: 20px;
  right: 3px;
  /* 	font-size: 22px; */
}

.hot_article li {
  /* 	font-size: 28px; */
  line-height: 1.5;
  padding-bottom: 10px;
}

.hot_article span {
  /* 	font-size: 28px; */
  padding-left: 20px;
  float: right;
}

/** 过往期刊 **/
.last_magazine {
  position: relative;
  width: 100%;
}

.last_magazine .title {
  margin-bottom: 10px;
}

.last_magazine .more {
  position: absolute;
  top: 20px;
  right: 3px;
  /* 	font-size: 22px; */
}

.last_magazine ul {
  overflow: hidden;
  padding-left: 0px;
  width: 100%;
}

.last_magazine li {
  float: left;
  /* 	font-size: 24px; */
  line-height: 1.5;
  text-align: center;
  margin: 0 8px 10px;
  /* 	height: 310px; */
  width: auto;
}

.last_magazine li img {
  width: 95%;
  max-width: 159px;
  height: 219px;
  width: 159px;
}

/** 最新期刊 **/
.newest_magazine {
  margin-bottom: 10px;
}

.newest_magazine .title {
  margin-bottom: 20px;
}

.newest_magazine .content {
  overflow: hidden;
  width: 100%;
}

.newest_magazine .img {
  float: left;
  max-width: 228px;
  width: 60%;
}

.content img {
  width: 75%;
  max-width: 300px;
}

.newest_magazine .info {
  overflow: hidden;
  text-align: center;
  padding-top: 50px;
  line-height: 1.5;
  /* 	font-size: 30px; */
  color: #848081;
  font-weight: bold;
  /* 	padding-right: 40px; */
}


/** 期刊简介 **/
.magazine_info {
  margin-bottom: 20px;
}

.magazine_info .title {
  margin-bottom: 10px;
}

.magazine_info .content {
  /* 	font-size: 28px; */
  line-height: 1.5;
  padding-right: 0px;
}

/** 图片新闻 **/
.pic_news {
  display: none;
}

.pic_news .title {
  margin-bottom: 20px;
}

.pic_news .img {
  margin-bottom: 10px;
}

.pic_news .list {
  overflow: hidden;
}

.pic_news .img1 {
  float: left;
  padding-right: 10px;
}

.pic_news ul {
  overflow: hidden;
  padding-top: 3px;
}

.pic_news li {
  padding-bottom: 0px;
  line-height: 1.5;

}

.pic_news a {
  /* font-size: 12px; */
}

.title2_1 {
  /* 	width: 978px; */
  width: 100%;
  height: 57px;
  background: url(../images/title2_1.png) no-repeat;
  color: #cc2421;
  font-size: 20px;
  font-weight: bold;
  font-family: "微软雅黑", "Microsoft YaHei";
  line-height: 55px;
}

.title2_2 {
  /* 	width: 978px; */
  width: 100%;
  height: 57px;
  background: url(../images/title2_2.png) no-repeat;
  /*color: #161415;*/
  color: #cc2421;
  font-size: 20px;
  font-weight: bold;
  font-family: "微软雅黑", "Microsoft YaHei";
  line-height: 55px;
}

.title1_1 {
  /* 	width: 331px; */
  width: 100%;
  height: 57px;
  background: url(../images/title1_2.png) no-repeat;
  color: #525051;
  font-size: 20px;
  font-weight: bold;
  font-family: "微软雅黑", "Microsoft YaHei";
  line-height: 50px;
}

.title1_2 {
  /* 	width: 331px; */
  width: 100%;
  height: 57px;
  background: url(../images/title1_2.png) no-repeat;
  color: #161415;
  font-size: 20px;
  font-weight: bold;
  font-family: "微软雅黑", "Microsoft YaHei";
  line-height: 60px;
}

.title1_3 {
  /* 	width: 331px; */
  width: 100%;
  height: 57px;
  background: url(../images/title1_3.png) no-repeat;
  color: #161415;
  font-size: 20px;
  font-weight: bold;
  font-family: "微软雅黑", "Microsoft YaHei";
  line-height: 60px;
}

.selected a {
	color: #fff;
    background: #bb2121;
    padding: 2px 8px;
}

@media screen and (max-width: 450px) {

  .search_box,
  .hot_article {
    display: none;
  }

  .nav_box_inner {
    width: auto;
    padding: 5px 20px;
  }

  .conatainer_box {
    width: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .main_box,
  .silder_box {
    width: 100%;
  }

  .last_magazine li {
    width: auto !important;
  }

  .moblie_main {
    width: auto !important;
    padding: 5px 20px !important;
  }

  .last_magazine li img {
    max-width: 159px !important;
    max-height: 221px !important;
    height: 219px !important;
    width: 159px !important;
  }

  .last_magazine li div {
    font-size: 18px;
  }
}