body {
  background-color: #f5f5f5;
}
.a-head {
  box-sizing: border-box;
  padding: 1rem 1.2rem .4rem;
  background-color: #fff;
}
.a-head ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: .01rem solid #f5f5f5;
}
.a-head ul li {
  width: 25%;
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  border-right: .2rem solid #e6e6e6;
}
.a-head ul li:last-of-type {
  border-right: none;
}
.a-head ul a {
  /*padding: 0 .4rem .4rem;*/
}
.a-head ul .active a {
  border-bottom: .2rem solid #eb361d;
  color: #eb361d;
}
#shcool-news-info .title-tel {
  width: 100%;
  height: 3rem;
  background-image: url('../images/1.png');
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  color: #fff;
}
#shcool-news-info .title-tel p {
  display: flex;
  align-items: center;
  position: relative;
}
#shcool-news-info .title-tel p button {
  position: absolute;
  right: 0;
  width: 4.7rem;
  height: 1.5rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.2rem 0.3rem 0rem rgba(4, 0, 0, 0.15);
  border-radius: 0.3rem;
  color: #f24b4b;
}
#shcool-news-info .s-news-info {
  box-sizing: border-box;
  padding: 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-bottom: 1.2rem;
}
#shcool-news-info .s-news-info h2 {
  text-align: center;
  font-size: 1.2rem;
}
#shcool-news-info .s-news-info .info-time {
  width: 68%;
  margin: 1rem auto;
  display: flex;
  justify-content: space-around;
}
#shcool-news-info .s-news-info .info-time p {
  font-size: .8rem;
  color: #666;
  display: flex;
  align-items: center;
}
#shcool-news-info .s-news-info .info-time p img {
  margin-right: .4rem;
}
#shcool-news-info .s-news-info .text {
  font-size: 1.1rem;
  color: #666;
  line-height: 2rem;
}
#shcool-news-info .s-news-info .text h2 strong,
#shcool-news-info .s-news-info .text h3 strong,
#shcool-news-info .s-news-info .text h4 strong {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
#shcool-news-info .s-news-info .text strong {
  font-weight: bold;
}
#shcool-news-info .s-news-info .text p,
#shcool-news-info .s-news-info .text div,
#shcool-news-info .s-news-info .text span {
  font-size: 1.1rem;
  color: #666;
  line-height: 2rem;
}
#shcool-news-info .s-news-info .text table {
  width: 100% !important;
}
#shcool-news-info .s-news-info .text table td {
  text-align: center !important;
}
#shcool-news-info .s-news-info .turn {
  padding-top: 1.2rem;
  border-top: .01rem solid #f5f5f5;
  margin-top: 1rem;
}
#shcool-news-info .s-news-info .turn a {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
}
#shcool-news-info .s-news-info .turn a:last-of-type {
  margin-bottom: 0;
}
#shcool-news-info .s-news-info .turn a span {
  color: #3a94f0;
}
#shcool-news-info .s-news-info button {
  width: 12.9rem;
  height: 3rem;
  margin: 1.2rem auto 0;
  color: #fff;
  background-color: #efb02a;
  border-radius: .3rem;
  box-shadow: 0 0.18rem 0.4rem rgba(239, 176, 42, 0.5);
  font-size: 1.1rem;
}
#shcool-news-info .school-link {
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  background-color: #fff;
  margin-bottom: 1.2rem;
}
#shcool-news-info .school-link > a {
  display: flex;
}
#shcool-news-info .school-link .img {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ccc;
}
#shcool-news-info .school-link .img img {
  width: 100%;
}
#shcool-news-info .school-link .con {
  position: relative;
  flex: 1;
  margin-left: .9rem;
}
#shcool-news-info .school-link .con h4 {
  font-size: 1.36rem;
  font-weight: normal;
}
#shcool-news-info .school-link .con .bq {
  margin: .8rem 0;
}
#shcool-news-info .school-link .con .bq span {
  padding: 0 .5rem;
  margin-right: .6rem;
  font-size: .85rem;
  position: relative;
}
#shcool-news-info .school-link .con .bq span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 1px solid;
  border-radius: 2rem;
  transform-origin: 0 0;
  transform: scale(0.5);
}
#shcool-news-info .school-link .con .bq span:nth-of-type(odd) {
  color: #ed5d2b;
}
#shcool-news-info .school-link .con .bq span:nth-of-type(odd)::before {
  border-color: #ed5d2b;
}
#shcool-news-info .school-link .con .bq span:nth-of-type(even) {
  color: #06b4fc;
}
#shcool-news-info .school-link .con .bq span:nth-of-type(even)::before {
  border-color: #06b4fc;
}
#shcool-news-info .school-link .con .adress {
  display: flex;
  align-items: center;
}
#shcool-news-info .school-link .con .adress img {
  width: .7rem;
  color: #999;
  font-size: 1rem;
  margin-right: .4rem;
}
#shcool-news-info .school-link .con > span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 6.298rem;
  height: 2.043rem;
  background-color: #f24b4b;
  border-radius: 0.299rem;
  text-align: center;
  line-height: 2.043rem;
  color: #fff;
  font-size: 1rem;
}
#shcool-news-info .school-news {
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  background-color: #fff;
}
#shcool-news-info .school-news .title {
  padding-bottom: .2rem;
  padding-left: .8rem;
  border-bottom: .1rem solid #3a94f0;
  position: relative;
}
#shcool-news-info .school-news .title::before {
  content: "";
  display: block;
  width: .4rem;
  height: 2.5rem;
  background-color: #3a94f0;
  position: absolute;
  top: 0;
  left: 0;
}
#shcool-news-info .school-news .title p {
  line-height: 1.6rem;
}
#shcool-news-info .school-news .title p:nth-of-type(1) {
  font-size: 1.4rem;
  color: #343434;
  line-height: 1.2rem;
}
#shcool-news-info .school-news .s-body > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: .8rem 0;
  border-bottom: .11rem dashed #f5f5f5;
}
#shcool-news-info .school-news .s-body > a:last-of-type {
  border-bottom: none;
}
#shcool-news-info .school-news .s-body > a p {
  flex: 1;
}
#shcool-news-info .school-news .s-body > a img {
  width: .6rem;
}
#shcool-news-info .school-news .s-body .more {
  width: 100%;
  height: 3rem;
  background-color: #f5f5f5;
}
#shcool-news-info .school-news .s-body .more a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3rem;
  color: #656565;
  font-size: 1rem;
}
#shcool-news-info .school-rec {
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  background-color: #fff;
  margin-top: 1.2rem;
}
#shcool-news-info .school-rec .title {
  padding-bottom: .2rem;
  padding-left: .8rem;
  border-bottom: .1rem solid #f24b4b;
  position: relative;
}
#shcool-news-info .school-rec .title::before {
  content: "";
  display: block;
  width: .4rem;
  height: 2.5rem;
  background-color: #f24b4b;
  position: absolute;
  top: 0;
  left: 0;
}
#shcool-news-info .school-rec .title p {
  line-height: 1.6rem;
}
#shcool-news-info .school-rec .title p:nth-of-type(1) {
  font-size: 1.4rem;
  color: #343434;
  line-height: 1.2rem;
}
#shcool-news-info .school-rec .s-body > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 1.1rem 0;
  border-bottom: .11rem dashed #f5f5f5;
}
#shcool-news-info .school-rec .s-body > a:last-of-type {
  border-bottom: none;
}
#shcool-news-info .school-rec .s-body > a p {
  flex: 1;
}
#shcool-news-info .school-rec .s-body > a button {
  width: 5.489rem;
  height: 1.745rem;
  background-color: #f24b4b;
  border-radius: 0.199rem;
  color: #fff;
  font-size: .85rem;
}
#shcool-news-info .school-rec .s-body .more {
  width: 100%;
  height: 3rem;
  background-color: #f5f5f5;
}
#shcool-news-info .school-rec .s-body .more a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3rem;
  color: #656565;
  font-size: 1rem;
}
/*盛源开创开发*/

#shcool-news-info .s-news-info .text p img{
width:100% !important;
height:100%!important;
}