﻿.newsinfo-wrapper .singer-box {
  width: 1200px;
}
.newsinfo-wrapper .singer-box .base-info {
  text-align: center;
  padding-bottom: .42rem;
  border-bottom: 1px solid #e9e9e9;
}
.newsinfo-wrapper .singer-box .base-info .title {
  font-size: .3rem;
  font-weight: 700;
  color: #414851;
  line-height: 37px;
  margin-bottom: .27rem;
}
.newsinfo-wrapper .singer-box .base-info .date {
  font-size: 12px;
  font-family: Arial;
  color: #888;
}
.newsinfo-wrapper .singer-box .content-box {
  margin: .6rem auto .9rem;
}
.newsinfo-wrapper .singer-box .content-box .p {
  font-size: 14px;
  color: #070707;
  line-height: 30px;
  margin-bottom: .4rem;
}
.newsinfo-wrapper .singer-box .content-box .p .caption {
  font-size: 14px;
  color: #90c31f;
  font-weight: 700;
  line-height: 30px;
}
.newsinfo-wrapper .singer-box .content-box .pic {
  margin-bottom: .48rem;
  font-size: 0;
}
@media screen and (max-width: 1366px) {
    .newsinfo-wrapper .singer-box .content-box img,
    .newsinfo-wrapper .singer-box .content-box input[type="image"],
    .content-box input[type="image"]{
        width: 100%!important;
        height: auto!important;
    }
}
/*.content-box img, .content-box input[type="image"] {
     width: 100%!important;
  height: auto!important;
}*/