/*
 * @Author: Tiamo.
 * @email: 1419350157@qq.com
 * @Date: 2020-06-15 14:19:02
 * @LastEditTime: 2020-07-06 16:48:44
 * @FilePath: \前端d:\竹鹿-项目\绿岛官网\前端\css\list1.less
 */
/*@Tiamo.*/
/*@email:1419350157@qq.com*/
/*@竹鹿科技*/
.img-c {
  position: relative;
}
.img-c img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.title1 {
  margin-bottom: 0.58rem;
}
.title1 .y {
  font-size: 0.72rem;
  color: rgba(0, 0, 0, 0.05);
  font-weight: normal;
}
.title1 .t {
  font-size: 0.48rem;
  color: #3f3f3f;
  font-weight: normal;
  transform: translateY(-0.3rem);
}
.list1 {
  font-size: 0.16rem;
}
.list1 .banner-box {
  position: relative;
}
.list1 .banner-box .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 6rem;
}
.list1 .banner-box .w {
  position: relative;
}
.list1 .banner-box .w .bd {
  width: 100%;
  height: 1px;
  margin-top: 0.18rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.list1 .banner-box .c {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
}
.list1 .banner-box .c .title {
  color: #fff;
  margin: 1.9rem 0;
}
.list1 .banner-box .c .title .t {
  font-size: 0.48rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.list1 .banner-box .c .title .d {
  font-size: 0.24rem;
}
.list1 .banner-box .c .nav-box {
  font-size: 0.18rem;
}
.list1 .banner-box .c .nav-box .nav {
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 0 0.15rem;
  margin-left: 0.5rem;
}
.list1 .banner-box .c .nav-box .nav:after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 0;
  height: 0.04rem;
  background-color: #009845;
  transition: 0.4s;
}
.list1 .banner-box .c .nav-box .nav:hover {
  color: #009845;
}
.list1 .banner-box .c .nav-box .nav:hover:after {
  width: 100%;
}
.list1 .banner-box .c .nav-box .nav.hot {
  color: #009845;
}
.list1 .banner-box .c .nav-box .nav.hot:after {
  width: 100%;
}
.list1 .banner-box .c .r {
  top: 1.8rem;
  position: absolute;
  right: 0;
}
.list1 .co {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0.8rem 0 1.2rem 0;
}
.list1 .co .nav-box {
  margin-bottom: 0.8rem;
  align-items: flex-end;
}
.list1 .co .nav-box .t-max .t {
  font-size: 0.48rem;
  margin-bottom: 0.15rem;
}
.list1 .co .nav-box .t-max .b {
  font-size: 0.24rem;
}
.list1 .co .nav-box .nav-r {
  margin-left: 2rem;
}
.list1 .co .nav-box .nav-r .nav {
  position: relative;
  color: #999;
  font-size: 0.18rem;
  margin-right: 0.8rem;
}
.list1 .co .nav-box .nav-r .nav:after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.04rem;
  background-color: #009845;
  transition: 0.4s;
}
.list1 .co .nav-box .nav-r .nav:hover {
  color: #009845;
}
.list1 .co .nav-box .nav-r .nav:hover:after {
  width: 40%;
}
.list1 .co .nav-box .nav-r .nav.hot {
  color: #009845;
}
.list1 .co .nav-box .nav-r .nav.hot:after {
  width: 40%;
}
.list1 .co .nav-box .nav-r .nav:last-child {
  margin-right: 0;
}
.list1 .co .item-box .item {
  width: calc((100% - .4rem * 3) / 4);
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.list1 .co .item-box .item .img {
  overflow: hidden;
}
.list1 .co .item-box .item .img img {
  transition: 0.6s;
}
.list1 .co .item-box .item .text {
  position: relative;
  padding: 0.15rem;
  color: #3f3f3f;
}
.list1 .co .item-box .item .text .t {
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.list1 .co .item-box .item .text .date {
  font-size: 0.12rem;
  color: #999;
  margin: 0.1rem 0 0.15rem 0;
}
.list1 .co .item-box .item .text .dis {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.2rem;
}
.list1 .co .item-box .item .text:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #009845;
  z-index: -1;
  transition: 0.4s;
}
.list1 .co .item-box .item .text1:before {
  background-color: #FF3A3A;
}
.list1 .co .item-box .item:hover .img img {
  transform: scale(1.1) translate(-50%, -50%);
}
.list1 .co .item-box .item:hover .text {
  color: #fff;
}
.list1 .co .item-box .item:hover .text .date {
  color: #fff;
}
.list1 .co .item-box .item:hover .text .dis {
  color: #fff;
}
.list1 .co .item-box .item:hover .text:before {
  width: 100%;
}
.list1 .co .item-box .item:nth-child(4n) {
  margin-right: 0;
}
.show .co {
  padding: 1.2rem 0;
  background-color: #fbfbfb;
}
.show .co .content {
  background-color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.06);
  padding: 0.55rem 1.2rem 0.8rem 1.2rem;
}
.show .co .content .top {
  margin-bottom: 0.6rem;
}
.show .co .content .top .l .t {
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}
.show .co .content .top .l .b {
  color: #999;
}
.show .co .content .top .btn-box .btn {
  border: 1px solid #f6f6f6;
  background-color: #efefef;
  color: #3f3f3f;
  padding: 0.1rem 0.28rem;
  display: block;
  position: relative;
}
.show .co .content .top .btn-box .btn:before {
  content: '';
  position: absolute;
  background-color: #009845;
  transition: 0.4s;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.show .co .content .top .btn-box .btn:hover {
  color: #fff;
  border-color: #009845;
  background-color: unset;
}
.show .co .content .top .btn-box .btn:hover:before {
  width: 100%;
}
.show .co .content .co-box p {
  line-height: 0.3rem;
}
.show .co .content .co-box p img {
  margin: 0.6rem 0;
  width: 100%!important;
  height: auto!important;
}
