.home_box {
  width: 1200px;
  margin: 20px auto 0;
}
/* 小标题 */
.tab {
  margin: 20px 0;
  position: relative;
  line-height: 35px;
  border-bottom: 2px solid #153b00;
}
.tab img {
  position: absolute;
  left: 0;
  z-index: 10;
  height: 100%;
  top: 0;
}
.tab span {
  position: relative;
  z-index: 999;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  color: white;
}
.tab a {
  color: #153b00;
  position: absolute;
  right: 0;
  top: 0;
}
.tab a:hover {
  color: #f05000;
}
/*轮播图*/
.ev-swiper {
  height: 100%;
}
.ev-swiper .ev-slide {
  width: 100%;
  height: 100%;
}
.ev-swiper a {
  width: 100%;
  position: relative;
  height: 100%;
  display: block;
}
.ev-swiper img {
  width: 100%;
  height: 100%;
}
.ev-swiper p {
  position: absolute;
  bottom: 0;
  line-height: 40px;
  left: 0;
  background: #1a1919;
  background: #1a1919cc;
  color: white;
  width: 100%;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_total {
  position: absolute;
  left: 20px;
  background: rgba(58, 57, 57, 0.5);
  color: white ;
  top: 20px;
  z-index: 999999;
  padding: 5px;
  border-radius: 3px;
}
.home_total span {
  margin: 0 5px;
}
.line {
  overflow: hidden;
  margin: 10px 0 30px;
  position: relative;
}
.line ul {
  padding: 0 20px;
}
.line ul a {
  display: block;
}
.line ul a:hover {
  color: #153b00;
}
.line .tab {
  width: 95%;
}
.line li {
  overflow: hidden;
  line-height: 36px;
}
.line li .icon {
  width: 6px;
  float: left;
  margin: 15px 10px 0 0;
  border-radius: 50%;
  background: #153b00;
  height: 6px;
}
.line li .cont_title {
  float: left;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line li .cont_time {
  width: 100px;
  float: right;
  text-align: right;
}
.line li .cont_title1 {
  width: 400px;
}
/* 首页的左侧模块 */
.home_left,
.home_right {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
}
.home_left{
  padding: 5px 20px;
}
/* 文献详情 */
.home_info {
  border: 1px solid #dbdada;
  border-radius: 15px;
  padding: 0 15px;
  height: 358px;
  width: 90%;
  position: relative;
  margin: auto;
}
.home_info .info_title {
  text-align: center;
  font-weight: bolder;
  font-size: 18px;
  padding: 20px;
}
.home_info .info_au {
  margin: 10px 20px;
  text-align: center;
  line-height: 2;
  color: #777575;
}
.home_info .info_au span {
  color: #153b00;
  margin-right: 20px;
}
.home_info .info_txt {
  text-indent: 2rem;
  padding: 0 20px;
  color: #868686;
  line-height: 1.8;
  word-break: break-all;
}
.home_info .more {
  width: 100%;
  position: absolute;
  right: 50px;
  cursor: pointer;
  bottom: 20px;
  text-align: right;
  color: #153b00;
}
/* 动态详情 */
.new_info {
  width: 90%;
  height: 320px;
  margin: 20px auto;
  position: relative;
}
.new_info a {
  width: 100%;
  height: 100%;
  display: block;
}
.new_info img {
  width: 100%;
  height: 100%;
}
.new_info p {
  position: absolute;
  right: 0;
  left: 0;
  text-indent: 2rem;
  bottom: 0;
  line-height: 40px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  background: #222222;
  background: rgba(34, 34, 34, 0.5);
  text-overflow: ellipsis;
}
.line1 {
  height: 360px;
}
/*热门武器*/
.bq_line {
  width: 33.3%;
  float: left;
  padding: 16px 0;
  position: relative;
}
.bq_line ul {
  padding: 20px;
  background: url("../img/rectangle.png") no-repeat center center;
}
.bq_line .more {
  position: absolute;
  right: 32px;
  color: #153b00;
  top: 0;
  line-height: 32px;
  background: white;
}
.line_box {
  width: 380px;
  margin: auto;
}
.line_icon {
  position: absolute;
  top: 0;
  left: 25px;
  background: white;
  padding: 0 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #153b00;
  line-height: 32px;
}
.line_icon img {
  margin-right: 5px;
}
/*专题*/
.theme_ul {
  overflow: auto;
  margin-bottom: 20px;
}
.theme_ul a {
  display: block;
  text-align: center;
  float: left;
  width: 25%;
  margin: 15px 0;
}
