#details-top {
  height: 3.5rem;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  background-color: #EA5513;
}

.place{
    height: 3.5rem;
}

#details-title{
    /* position: absolute;
    bottom: 0.6125rem; */
    width: 100%;
    color: #FFFFFF;
    height: 3.5rem;
    line-height: 3.5rem;
}

#details-title span{
    float: left;
    width: 20%;
}

.details-top-img{
  margin-top: 0.95rem;
}

#details-title div{
    text-align: center;
    float: left;
    width: 60%;
}

.list-left{
  float: left;
  width: 30%;
  text-align: center;
}

.list-left img{
  width: 69%;
  margin: 0 auto;
  margin-top: 0.925rem;
}

.list-right{
  float: left;
  width: 69%;
  padding-bottom: 0.625rem;
}

.list-title{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #383838;
  margin-top: 0.625rem;
  font-size: 1.125rem;
}

.list-content{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  margin-top: 0.325rem;
}

.list{
  margin-top: 1.875rem;
  box-shadow: 0px 0px 15px #F0F0F0;
  width: 94%;
  margin-left: 3%;
  border-radius: 0.5rem;
}

.one{
  margin-top: 0.625rem
}

.list-pubDate{
  color: #999999;
  font-size: 0.875rem;
  margin-top: 0.6375rem;
}

.list-arrow{
  float: left;
  margin-top: 2.69rem;
  margin-left: 2.5%;
}

.list-arrow .icon{
  font-size: 1.25rem;
  color: #969696;
}

.mui-content{
  background-color: #FFFFFF;
}

.mui-table-view:after{
  background-color: #FFFFFF;
}

.mui-table-view:before{
  background-color: #FFFFFF;
}

.list-below{
  float: right;
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
}

.list-below .icon-pinglun{
  margin-right: 0.825rem;
}

.list-red{
  color: #FB980A;
}

.list-bottom{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1rem;
    float: right;
    width: 50%;
}

.list-handle{
    float: right;
    vertical-align:middle;
    margin-right: 0.9375rem;
}

.list-handle img{
    height: 1rem;
    margin-left: 0.625rem;
    margin-top: 0.3125rem;
}

.list-span{
    text-indent: 0.625rem;
    display: inline-block;
    position: relative;
    top: -0.125rem;
    color: #595959;
}

.list-btn{
  width: 3.75rem;
  height: 1.5rem;
  border-radius: 0.4rem;
  border: 0.0625rem solid #9F9F9F;
  text-align: center;
  line-height: 1.5rem;
  color: #F76562;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

.already{
  background-color: #49C495;
  border: 0.0625rem solid #9F9F9F;
  color: #FFFFFF;
}

.baseline{
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #999999;
}

.hideType{
  display: none;
}

.noticeDiv{
  width: 94%;
  margin: auto;
  text-align: left;
  box-shadow:0px 4px 6px #CCC;
  text-align: center;
  overflow: hidden;
  margin-top: 0.625rem;
  border-radius: 0.375rem;
  padding-bottom: 0.6125rem;
}

.noticeText{
  width: 98%;
  margin: auto;
  margin-top: 0.625rem;
  text-align: left;
  color: #636465;
  font-size: 1rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.noticeTime{
  width: 98%;
  margin: auto;
  margin-top: 0.625rem;
  text-align: left;
  font-size: 0.875rem;
  color: #B1B4B8;
}