.content {
	margin-top: .71rem;
	margin-bottom: 0.33rem;
  }
  .content .add {
	position: relative;
  }
  section{min-height:10rem}
  .content .add .date {
	width: 3.42rem;
	height: 0.72rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.01rem 0.23rem 0rem rgba(181, 181, 181, 0.17);
	border-radius: 0.2rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
  }
  .content .add .date select {
	width: 100%;
	z-index: 1000; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  }
  .content .add .date .left {
	flex: 1;
	height: 100%;
	font-size: 0.18rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #7C7C7C;
	line-height: 0.72rem;
	text-align: center;
  }
  .content .add .date .right {
	width: 1.15rem;
	height: 0.72rem;
	background: #17A7A8;
	border-radius: 0rem 0.2rem 0.2rem 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .content .add .date .right i {
	color: #fff;
  }
  .list {
	box-shadow: 0rem 0.01rem 0.23rem 0rem rgba(181, 181, 181, 0.17);
	border-radius: 0.2rem;
	overflow: hidden;
  }
  .list .top-title {
	width: 100%;
	height: 0.71rem;
	background: #17A7A8;
	border-radius: 0.2rem 0.2rem 0rem 0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .list .top-title.active .item:nth-child(1) {
	width: 2.8rem;
  }
  .list .top-title.active .item:nth-child(2) {
	width: 2.8rem;
  }
  .list .top-title.active .item:nth-child(3) {
	width: 2.8rem;
  }
  .list .top-title.active .item:nth-child(4) {
	width: 2.8rem;
  }
  .list .top-title.active .item:nth-child(5) {
	flex: 1;
  }
  .list .top-title.active .item:last-child {
	border: none;
  }
  .list .top-title .item {
	height: 100%;
	font-size: 0.18rem;
	font-family: Helvetica;
	color: #FFFFFF;
	line-height: 0.71rem;
	text-align: center;
	box-sizing: border-box;
	border-right: 0.01rem solid #49BCBD;
  }
  .list .top-title .item:nth-child(1) {
	width: 2rem;
  }
  .list .top-title .item:nth-child(2) {
	width: 2.8rem;
  }
  .list .top-title .item:nth-child(3) {
	width: 2.8rem;
  }
  .list .top-title .item:nth-child(4) {
	width: 2.8rem;
  }
  .list .top-title .item:last-child {
	border: none;
	flex: 1;
  }
  .list .bottom-con {
	width: 100%;
  }
  .list .bottom-con.active li .items:nth-child(1) {
	width: 2.8rem;
  }
  .list .bottom-con.active li .items:nth-child(2) {
	width: 2.8rem;
  }
  .list .bottom-con.active li .items:nth-child(3) {
	width: 2.8rem;
  }
  .list .bottom-con.active li .items:nth-child(4) {
	width: 2.8rem;
  }
  .list .bottom-con.active li .items:nth-child(5) {
	flex: 1;
  }
  .list .bottom-con.active li .items:last-child {
	border: none;
  }
  .list .bottom-con li {
	width: 100%;
	height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .list .bottom-con li .items {
	height: 100%;
	font-size: 0.16rem;
	font-family: Helvetica;
	color: #737373;
	line-height: 0.71rem;
	text-align: center;
	box-sizing: border-box;
	border-right: 0.01rem solid #efefef;
	overflow: hidden;
  }
  .list .bottom-con li .items .scorll {
	height: 100%;
  display: flex;
	  align-items: center;
	  justify-content: center;
   
  }
  .list .bottom-con li .items .scorll p {
	display: inline-block;
  line-height:1.4;
   
	padding: 0 0.1rem;
  }
  .list .bottom-con li .items:nth-child(1) {
	width: 2rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .list .bottom-con li .items:nth-child(2) {
	width: 2.8rem;
  }
  .list .bottom-con li .items:nth-child(3) {
	width: 2.8rem;
  }
  .list .bottom-con li .items:nth-child(4) {
	width: 2.8rem;
  }
  .list .bottom-con li .items:last-child {
	border: none;
	flex: 1;
  }
  .list .bottom-con li:nth-child(2n) {
	background: #f9f9f9;
  }
  .listbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .listbox .items {
	width: 2.93rem;
	margin-bottom: 0.4rem;
  }
  .listbox .items .img {
	width: 2.93rem;
	height: 3.96rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.01rem 0.23rem 0rem rgba(181, 181, 181, 0.26);
	border-radius: 0.2rem;
	position: relative;
	overflow: hidden;
  }
  .listbox .items .img:hover .more {
	transform: translateY(0%);
  }
  .listbox .items .img .more {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.47);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .6s;
	transform: translateY(110%);
	box-sizing: border-box;
	padding-top: 1.54rem;
  }
  .listbox .items .img .more .icon {
	width: 0.36rem;
	height: 0.36rem;
	margin: 0 auto;
	display: block;
  }
  .listbox .items .img .more p {
	margin: 0.27rem 0 0.17rem 0;
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	font-family: Helvetica;
	color: #FFFFFF;
	line-height: 0.18rem;
	letter-spacing: 0.03rem;
  }
  .listbox .items .img .more .j-t {
	width: 0.18rem;
	height: 0.12rem;
	margin: 0 auto;
	display: block;
  }
  .listbox .items .text {
	font-size: 0.18rem;
	font-family: Helvetica;
	color: #7C7C7C;
	line-height: 0.18rem;
	box-sizing: border-box;
	padding-left: 0.28rem;
	position: relative;
	margin-top: 0.3rem;
  }
  .listbox .items .text::before {
	content: '';
	position: absolute;
	width: 0.03rem;
	height: 0.14rem;
	background: #17A7A8;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0.1rem;
  }
  .newsList.add {
	background: none !important;
	padding-top: 0 !important;
  }
  .newsList.add .time {
	height: 0.46rem;
	margin-top: 0.09rem;
  }
  .newsList.add .icon {
	width: 0.36rem;
	height: 0.36rem;
  }
  .newsList.add .time.active {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .newsList .list li a .iconA {
	color: #fff;
	background-color: #17a7a8;
  }
  .newsList:after {
	display: none;
  }
  /*# sourceMappingURL=add.css.map */
  
  
  @media screen and (max-width: 750px){
  
  .list{    overflow-x: scroll;}
  
  .list .top-title{width:14.4rem};
  
  .list .bottom-con{width:14.4rem}
	
	.listbox .items .text{
	  line-height: .3rem;
	}
  
	.list .top-title .item{
	  flex: 1;
	}
	.list .bottom-con li .items{
	  flex: 1;
	}
   
  }