.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
  padding: 10px 0;
}
.operate-btns{
	width:65px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.operate-btns button{
	display: block;
	margin:2px 0;
	width: 100%;
	border: none;
	background: #004578;
	color: #fff;
	padding:1px 5px;
	font-size: 13px;
	box-sizing: border-box;
}

.section-top .tit {
  color: #e3b37b;
}
.section-top .tit i {
  margin-right: 5px;
}
.section-top .tit .iconfont {
  font-size: .24rem;
}
.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.3rem 0.1rem;
  padding-top: 0;
  font-size: 0.28rem;
  display: flex;
  flex-direction: column;
}
.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 .desc {
  overflow: hidden;
  padding: .18rem;
    /* flex:1; */
    flex-grow: 1;
}
.section .cline2 {
  height: .65rem;
  font-size: .24rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
}
.section.section-with-date .desc {
  padding-bottom: .1rem;
}
.section.section-with-date .date-wrap {
  display: flex;
  color: #cdd8cd;
  justify-content: space-between;
  font-size: 12px;
  padding: .1rem .2rem;
  border-top: .01rem solid #343434;
}
.section.section-with-date .date-wrap .iconfont {
  font-size: 12px;
}
.section.section-with-date .num .iconfont {
  margin-right: .04rem;
}
.section.section-with-date.section-with-play-btn .img-box {
  position: relative;
}
.section.section-with-date.section-with-play-btn .play-btn {
  position: absolute;
  bottom: .2rem;
  right: .2rem;
  width: 61px;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  line-height: 20px;
  background: #996e3d;
  font-size: .14rem;
}
.section.section-with-date.section-with-play-btn .play-btn .iconfont {
  font-size: .14rem;
}
.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;
}
.section-video ul li .img-box {
  height: 2rem;
  position: relative;
}
.section-video ul li .img-box .desc {
  font-size: .18rem;
  position: absolute;
  width: 100%;
  padding: 0 .2rem .19rem;
  left: 0;
  bottom: 0;
  overflow: visible;
}
.section-video ul li .img-box .desc .date {
  color: #d2d2d2;
  font-size: .18rem;
  float: right;
}
.section-video ul li .img-box .desc .single-title {
  font-size: .18rem;
}
.section-video ul li .img-box .desc .play-btn {
  position: absolute;
  top: -33px;
  right: .2rem;
  width: 61px;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  line-height: 20px;
  background: #996e3d;
  font-size: .14rem;
}
.section-video ul li .img-box .desc .play-btn .iconfont {
  font-size: .14rem;
}
.table-list {
  margin-top: .3rem;
}
.table-list li {
  border-top: 1px solid #535353;
}
.table-list .section-top {
  font-size: 16px;
  margin-bottom: 0;
}
.table-list .section-top .section-more {
  font-size: 14px;
}
.table-list .section-top .iconfont {
  font-size: 18px;
}
.table-list li {
  display: flex;
  padding: 10px 0;
  
}
.table-list li a.single-link .img-box {
  width: 2.02rem;
  height: 1.36rem;
}
.table-list li .right-wrap {
  padding: .1rem .2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.table-list li .right-wrap .iconfont {
  font-size: 12px;
}
.table-list li .right-wrap .title {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  line-height: 1.3;
  flex-shrink: 0;
  margin-bottom: 5px;
}
.table-list li .right-wrap .desc > div {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #b8b8b8;
  line-height: 1.2;
}
.table-list.table-list2 li .right-wrap .title {
  -webkit-line-clamp: 1;
}
.uc .alarm-wrap {
  padding: 20px;
  font-size: 14px;
  background: #222222;
  margin: .01rem 0 .01rem 0;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}
.uc .alarm-wrap .iconline {
  width:5px;
  border-radius: .03rem;
  height: 35px;
  background: #e3b37b;
  margin-right: 10px;
}
.uc-navbar {
  width: 100%;
  background: #222222;
  padding: 20px;
}
.uc-navbar ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-navbar ul li{
  width: 25%;
  margin-bottom: 5%;
}
.uc-navbar li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
}
.uc-navbar li .iconfont {
  font-size: 24px;
  color: #e3b37b;
  padding-bottom: 8px;
}
.uc-stat {
  padding: 20px;
  background: #222222;
}
.fee-stat{
  padding: .15rem;
  background: transparent;
  padding-bottom: 0;
}
.fee-stat .stat-content{
  padding: 15px 15px 10px 15px;
  background: #3c3c3c;
}

.uc-stat .stat-title {
  display: flex;
  align-items: center;
  border-bottom: .01rem solid #3b3b3b;
  margin-bottom: 10px;
  font-size: 16px;
  padding-bottom: 10px;
}
.uc-stat .stat-title .iconline {
  width: 5px;
  border-radius: .03rem;
  margin-right: 10px;
  height:20px;
  background: #e3b37b;
}
.uc-stat li {
  display: flex;
  justify-content: flex-start;
  font-size:12px;
  margin-bottom:10px;
  color: #dcdcdc;
  white-space: nowrap;
}

.uc-stat li .left{
  /* width:22%; */
  display: inline-block;
  text-align: left;
}
.uc-stat li .center,
.uc-stat li .right{
  width:39%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
}
.uc-stat .statLi .left{
  /* width: 40%; */
}
.uc-stat .statLi .right{
  /* flex: 1; */
  margin-left: 2%;
}
.uc-stat li .line {
  color: #a0a0a0;
  padding: 0 .1rem;
}
.uc-stat li .iconfont {
  font-size: 12px;
  color: #FFF;
}
.uc-stat li .value {
  color: #e3b37b;
  flex-grow: 1;
  text-align: right;
  padding:0 .1rem .2rem;
}
.contentList .video-wrap .img-box{
  position: relative;
  height: 1.94rem;
}
.contentList .video-wrap .play-btn{
  position: absolute;
  bottom: .2rem;
  right: .2rem;
  width: 61px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  background: #996e3d;
  font-size: 13px;
}
.layui-layer-hui{
  background: #fff!important;
}
.layui-layer-msg .layui-layer-content{
  color: #000!important;
}
.showMore{
  display: flex;
  justify-content: flex-end;
  margin-top: .5rem;
}
.showMore a{
  border: none;
    background-color: #004578;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0.02rem;
    text-align: center;
} 