﻿.container {
  margin-top: 0;
  border-radius: 0;
  padding-top: 1.01rem;
}

.main-content {
  width: 10.49rem;
}
.main-content .article .article-title {
  display: flex;
  align-items: center;
  background: url(../images/schools-single-bg.jpg) ;
  width: 100%;
  height: 1.3rem;
	-moz-border-radius:25px;
-webkit-border-radius:25px;
border-radius:25px;
}
.main-content .article .article-title img {
  width: 1.41rem;
  height: 1.41rem;
  margin-left: 0.66rem;
  margin-right: 0.56rem;
}
.main-content .article .article-title h2 {
  font-size: 0.34rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
	margin-left:30px;
}
.main-content .article .news-info {
  font-size: 0.14rem;
  color: rgb(94, 94, 94);
  line-height: 0.18rem;
  text-align: center;
  margin-top: 0.59rem;
}
.main-content .article .news-info span.txt {
  padding-left: 0.26rem;
  background-size: 0.18rem 0.18rem;
  background: no-repeat 0 0;
}
.main-content .article .news-info span.txt + .txt {
  margin-left: 0.26rem;
}
.main-content .article .news-info span.n-clock {
  background-image: url(../images/icon-clock.png);
}
.main-content .article .news-info span.n-click {
  background-image: url(../images/icon-click.png);
}
.main-content .article .news-content img {
  display: inline-block !important;
}

.sidebar {
  width: 4.19rem;
}
.sidebar .cells .cell {
  font-size: 0.18rem;
  line-height: 1;
  padding-bottom: 0.17rem;
  border-bottom: 0.01rem solid #e1e1e1;
  background: url(../images/arraw-2.png) no-repeat left 0.03rem;
  background-size: 0.13rem 0.13rem;
  padding-left: 0.22rem;
  white-space: nowrap;
}
.sidebar .cells .cell a {
  color: rgb(0, 0, 0);
  transition: color 0.3s;
}
.sidebar .cells .cell a:hover {
  color: rgb(204, 181, 121);
}
.sidebar .cells .cell + .cell {
  margin-top: 0.13rem;
}

@media screen and (max-width: 999px) {
  body {
    background-color: #fff;
  }
  .sidebar {
    display: none;
  }
  .container {
    padding: 0.57rem 0.14rem 0.82rem;
  }
  .main-content {
    width: 100%;
  }
  .main-content .article .article-title {
    background-size: auto 100%;
    border-radius: 0.2rem;
  }
  .main-content .article .article-title img {
    margin-left: 0.36rem;
    margin-right: 0.33rem;
  }
}