@chartset "utf-8";

.ly_news{
  overflow: hidden;
  padding-bottom: 65px;
}
.news{
    max-width: 800px;
    width:90%;
    padding: 15px;
    margin: auto;
}
.news__title{
  margin-top: 80px;
}
.news__detail{
    background-color:#ffffff;
    padding:35px;
    text-align: left;
    overflow: hidden;
    line-height: 1.5;
}

.news__detail__share > a{
  margin: 0 3px;
  font-size: 18px;
  color:#000000;
}
.news__detail > time{
  margin-top: 1px;
  padding-left: 10px;
}
.news__detail > span{
  color: #ffffff;
  padding: 0 10px;
}
.news__detail span{
  color: #ffffff;
  padding: 0 10px;
}
.news__detail__share{
  float:right;
  color:#000000!important;
  padding: 0x 10px!important;
}
.news__detail__share  i{
  font-size: 21px;
  color:#5e5e5e;
}

.news__detail span.press{
  background-color: #E8A323;
}
.news__detail span.academic{
  background-color: #D96A2E; 
}
.news__detail span.media{
  background-color: #A6C803;
}
.news__detail span.news{
  background-color: #6379d8;
}
.news__detail span.event{
  background-color: #ea6bcd;
}
.news__detail span.other{
  background-color: #6EBEE9;
}

.news__detail > h3{
    font-size: 2rem;
    border-bottom: #3b3b3b dotted 2px;
    padding-bottom: 10px;
    padding:15px;
}
.news__detail > div{
    padding:5px 15px;
}
.news__detail > figure{
    width:75%;
    margin: auto;
}
.news__detail > figure > img{
    width:100%;
}
.news__detail > p{
  padding: 0 15px;
  margin-top: 55px;
}
.news__btn{
  width:183px;
  height:30px;
  line-height: 30px;
  margin: 35px auto 0 auto;
  display: block;
  background-color: #E8A323;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}
.news__btn:link,.news__btn:visited{
  color:#ffffff;
}

@media screen and (max-width: 900px) {
  .news{
    padding: 0;
  }
  .news__title{
    margin-top: 40px;
  }
  .news__detail{
    padding:0;
    margin-top: 40px;
    font-size: 14px;
  }
  .news__detail__share{
    padding: 14px 10px 10px !important;
    width: 100%;
    text-align: right;
  }
  .news__detail > h3{
    font-size: 14px;
}