.img-box{
	background-size: cover !important;
  background-position: top center !important;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
}
.section-top .tit {
  color: #e3b37b;
}
.section-top .tit i {
  margin-right: 5px;
}
.section-top .tit .iconfont {
  font-size: 16px;
}
.section-top .section-more {
  padding: 5px;
  color: #b7b7b7;
}
.section {
  margin-top: 0.1rem;
  box-sizing: border-box;
}
.section ul {
  /*margin: 0 -0.1rem;*/
  font-size: 0;
  display: flex;
    flex-wrap: wrap;
}
.section ul li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding: 0.2rem 0.1rem;
  padding-top: 0;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

/*.section ul li:nth-child(odd){
	padding-left: 0;
}
.section ul li:nth-child(even){
	padding-right: 0;
}*/
.section ul li .img-box {
  height: 2.3rem;
}
.section ul li > a {
  background: url('../img/photo_desc_bg.png') repeat;
    /* flex:1; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.section ul li .img-box img{
	width: 100% !important;
	/* height: auto !important; */
}
.section .desc {
  overflow: hidden;
  padding: .18rem;
}
.section .cline2 {
  height: .65rem;
  font-size: .24rem;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  /* text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}
.section.section-with-date .desc {
  /*padding-bottom: .1rem;*/
  flex:1;
}
.section.section-with-date .date-wrap {
  display: flex;
  color: #cdd8cd;
  justify-content: space-between;
  font-size: 14px;
  padding: .1rem .2rem;
  border-top: .01rem solid #343434;
}
.section.section-with-date .date-wrap .iconfont {
  font-size: 14px;
}
.section.section-with-date .num .iconfont {
  margin-right: .04rem;
}
.section-with-info .section-body li .img-box {
  position: relative;
}
.section-with-info .section-body li .img-box .checkbox-blue {
  position: absolute;
  right: 0;
  z-index: 100;
  background-color: #004578;
  border: 0.02rem solid #004578;
  display: none;
  height: .4rem;
  width: .4rem;
  text-align: center;
}
.section-with-info .section-body li .img-box .checkbox-blue .iconfont {
  font-size: .2rem;
  position: absolute;
  top: 0;
  left: .1rem;
}
.section-with-info .section-body .info {
  padding: 0rem .2rem .2rem;
  font-size: .16rem;
  color: #a0a0a0;
}
.photo-list-page .swiper-box {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
#home_swiper .swiper-desc {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.2rem;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
#home_swiper .am-slides li {
  height: 3.75rem;
}
#home_swiper .am-slides li a {
  height: 100%;
  background: #121212;
}
#home_swiper .am-slides li a img {
  height: 100%;
  object-fit: contain;
}
#home_swiper .am-control-nav {
  position: absolute;
  bottom:.9rem;
}
#home_swiper .am-control-nav a {
  width: 0.16rem;
  height: 0.16rem;
  background-color: rgba(90, 90, 90, 0.6);
}
#home_swiper .am-control-nav .am-active {
  background-color: #fff;
}
.photo-list-page .resetIcon{
	top: 15px;
	right: 45px;
}
 