@import url('common.css');
/*头部*/
.header {
  height: 322px;
  position: relative;
  background: #36ad9e url(../image/banner_bg.png) no-repeat center;
}
.logo img {
  margin-top: 0px;
}
.logo_search {
  width: 800px;
  height: 84px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
/*导航*/
nav {
  position: relative;
}
.nav_box {
  height: 50px;
}
/*首屏*/
.content_top {
  position: relative;
  padding-top: 380px;
}
.content_top_box {
  position: absolute;
  top: -70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.w_820 {
  width: 820px;
  height: 370px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.w_260 {
  width: 260px;
  height: 390px;
  padding: 20px;
}
.w_532 {
  width: 532px;
}
/*首屏热门图文*/
.w_260 .hot_tu {
  padding: 10px;
}
.w_260 .hot_tu h4 {
  line-height: 20px;
  margin: 0px 0 20px 0;
}
.w_260 .hot_tu .hot_lb2.on {
  height: 60px;
}
.w_260 .hot_lb2.on .hot_bt {
  font-weight: normal;
}
.w_260 .hot_lb2.on .hot_b {
  padding-left: 0;
}
.swiper_2 {
  height: 86px;
  overflow: hidden;
  margin-top: 20px;
}
.swiper_2 li {
  width: 170px;
  height: 86px;
  margin-right: 11px;
  border-radius: 10px;
  display: block;
  float: left;
  *margin-right: 7px;
  overflow: hidden;
}
.swiper_2 li img {
  width: 100%;
}
/*今日推荐*/
.w_258 {
  width: 258px;
  height: 366px;
  overflow: hidden;
}
.w_258 h4 {
  line-height: 20px;
  margin-bottom: 10px;
}
.w_258 li {
  padding: 6px 0;
}
/*登录*/
.login_box {
  padding: 10px;
}
.login_info {
  height: 52px;
  position: relative;
  padding-left: 70px;
  cursor: pointer;
}
.login_touxiang {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.login_touxiang img {
  width: 100%;
}
.login_name {
  height: 50px;
  position: relative;
}
.login_name h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  float: left;
}
.login_name p {
  font-size: 15px;
  color: #999;
  position: absolute;
  bottom: 0;
}

.login_button {
  height: 36px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.login_button a {
  width: 46%;
  text-align: center;
  line-height: 36px;
  height: 36px;
  border-radius: 36px;
  color: #fff;
  display: block;
}
/*vip权益*/
.vip_title {
  position: relative;
  height: 30px;
  line-height: 30px;
}
.vip_title:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 15px;
}
.vip_title span {
  width: 100px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  background: #fff;
  position: absolute;
  font-size: 13px;
  color: #999;
}
.vip_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vip_info li {
  width: 40%;
  line-height: 20px;
  margin: 10px 0 10px 2%;
  position: relative;
  padding-left: 20px;
  color: #666;
}
.vip_info li em {
  position: absolute;
  left: 0;
  color: #e8b856;
}
.ban_gg {
  width: 100%;
  height: 102px;
  border-radius: 10px;
}
.ban_gg img {
  width: 100%;
  min-height: 102px;
}
/*关键词栏目专题*/
.key_swiper {
  height: 110px;
}
.key_swiper ul li {
  float: left;
  width: 229px;
  margin-right: 15px;
  *margin-right: 13px;
  border-radius: 10px;
  overflow: hidden;
}
.key_swiper ul li img {
  width: 100%;
}
.key_swiper .scroll_btn {
  background: rgba(54, 173, 158, 0.9);
  color: #fff;
  box-shadow: 0 4px 20px rgba(54, 173, 158, 0.2);
}
/*栏目*/

.lm_pic {
  margin-top: 26px;
}
.item_content .item_nav {
  width: 160px;
  background: #f1f9fa;
  height: 376px;
  padding: 10px 10px 10px 15px;
}

.item_nav h4 {
  line-height: 20px;
  position: relative;
  padding-left: 15px;
  margin-top: 13px;
}
.item_nav h4:before {
  content: '';
  display: block;
  height: 13px;
  width: 6px;
  background: #36ad9e;
  position: absolute;
  top: 4px;
  border-radius: 10px;
  left: 0;
}
.item_nav .bt2:before {
  background: #e8b856;
}
.item_nav .bt2 {
  margin-top: 20px;
}
.item_nav a {
  font-size: 13px;
  display: block;
  float: left;
  width: 48%;
  line-height: 24px;
  margin-bottom: 8px;
  color: #666;
  height: 24px;
  overflow: hidden;
}
.item_nav a:nth-child(2n) {
  float: right;
}
.item_nav .nav_nr {
  margin-top: 10px;
}
.item_nav a:hover {
  color: #36ad9e;
  font-weight: bold;
}
.item_right {
  width: 927px;
  display: flex;
  justify-content: space-between;
}
.item_center {
  width: 640px;
}
.item_center ul {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_center .item_2 {
  margin-bottom: 19px;
}

.item_center .item_1 {
  width: 48%;
  *width: 34%;
  height: 84px;
}
.item_center .title1 {
  background-color: #f5f9f9;
  border-radius: 10px;
  line-height: 40px;
  margin-bottom: 13px;
  padding-left: 38px;
}
.item_center .title1 em {
  top: 8px;
  left: 10px;
}
.item_center .item_1 .item_title_txt {
  height: 48px;
}
.c9 {
  color: #36ad9e;
}
.item_center_bottom {
  display: flex;
  justify-content: space-between;
}
/*精选图文*/
.last_box {
  padding: 30px;
}
.last_swiper {
  overflow: hidden;
}
.last_title {
  border-bottom: 0;
}
.last_swiper .item_2 {
  width: 204px;
  margin: 0 30px 0 0;
}
.item_2 .item_title_txt {
  margin-top: 10px;
  height: 24px;
}
.last_swiper .item_2 .item_img {
  height: 138px;
}
.last_swiper .item_2 .item_img img {
  min-height: 140px;
}
.last_swiper .scroll_btn {
  top: 36%;
}
.elevator_nav li a {
  font-size: 13px;
  max-height: 40px;
  display: block;
  padding: 0 2px;
}

