@charset "UTF-8";
.top-banner {
  width: 100%;
}

.top-banner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list {
  width: 100%;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.add-btn{
  width: 1.66rem;
  height: .56rem;
  background: #69A488;
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: .56rem;
}

.add-btn img{
width: .2rem;
height: .21rem;
  margin-left:.27rem;
}

.news-list .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-list .center .small-menu {
  width: 2.72rem;
  background: #ECECEC;
  position: relative;
}

.news-list .center .small-menu .small-menu-content {
  width: 3rem;
  position: absolute;
  top: -.53rem;
  left: 0rem;
  background: #F6F6F6;
}

.news-list .center .small-menu .small-menu-content .title {
  width: 100%;
  height: 1.1rem;
  background: #69A488;
  padding: 0 .3rem;
  font-size: .24rem;
  font-family: Source Han Serif CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.1rem;
  letter-spacing: 1px;
}

.news-list .center .small-menu .small-menu-content .nav-list {
  width: 100%;
}

.news-list .center .small-menu .small-menu-content .nav-list li {
  border-bottom: 1px solid gainsboro;
}

.news-list .center .small-menu .small-menu-content .nav-list li:last-child {
  border-bottom: 0px;
}

.news-list .center .small-menu .small-menu-content .nav-list li p {
  width: 100%;
  height: .8rem;
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #45765F;
  line-height: .8rem;
  padding: 0 .3rem;
  cursor: pointer;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list .center .small-menu .small-menu-content .nav-list li p.active {
  width: 100%;
  padding: 0 .3rem;
  padding-left: .68rem;
  background: #dbdbdb;
}

.news-list .center .small-menu .small-menu-content .nav-list li p:hover {
  background: #45765f;
  color: #ffffff;
}

.news-list .center .small-menu .small-menu-content .nav-list li p:hover .icon img.default {
  display: none;
}

.news-list .center .small-menu .small-menu-content .nav-list li p:hover .icon img.hover {
  display: block;
}

.news-list .center .small-menu .small-menu-content .nav-list li p:hover span {
  color: #FFFFFF;
}

.news-list .center .small-menu .small-menu-content .nav-list li p .icon {
  width: .14rem;
  height: .1rem;
}

.news-list .center .small-menu .small-menu-content .nav-list li p .icon img {
  width: 100%;
  height: 100%;
}

.news-list .center .small-menu .small-menu-content .nav-list li p .icon img.default {
  display: block;
}

.news-list .center .small-menu .small-menu-content .nav-list li p .icon img.hover {
  display: none;
}

.news-list .center .small-menu .small-menu-content .nav-list li p span {
  letter-spacing: 1px;
}

.news-list .center .small-menu .small-menu-content .nav-list li .child {
  width: 100%;
  height: .8rem;
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #45765F;
  line-height: .8rem;
  display: none;
}

.news-list .center .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: .58rem;
  background: #ffffff;
}

.news-list .center .list .nav {
  width: 100%;
  height: .54rem;
  border-bottom: 1px solid #B7B7B7;
  margin-bottom: .24rem;
}

.news-list .center .list .nav span {
  margin: 0 .03rem;
}

.news-list .center .list .nav a {
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #767776;
  line-height: .58rem;
}

.news-list .center .list .new-top-box {
  width: 100%;
  height: 3rem;
  background: #69A488;
  margin-bottom: .24rem;
  cursor: pointer;
}

.news-list .center .list .new-top-box:hover .new-top-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-list .center .list .new-top-box:hover .more img {
  -webkit-transform: translateX(0.06rem);
          transform: translateX(0.06rem);
}

.news-list .center .list .new-top-box .new-top-img {
  width: 4rem;
  height: 100%;
  overflow: hidden;
}

.news-list .center .list .new-top-box .new-top-img img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list .center .list .new-top-box .new-top-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: .34rem .3rem;
}

.news-list .center .list .new-top-box .new-top-text .date {
  font-size: .18rem;
  font-family: MiSans;
  font-weight: 600;
  color: #FFFFFF;
  line-height: .18rem;
}

.news-list .center .list .new-top-box .new-top-text .title {
  margin-top: .18rem;
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 600;
  color: #F6F6F6;
  line-height: .3rem;
  letter-spacing: 1px;
}

.news-list .center .list .new-top-box .new-top-text .content {
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #F6F6F6;
  line-height: .24rem;
  opacity: 0.8;
  margin-top: .2rem;
  padding-top: .2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.news-list .center .list .new-top-box .new-top-text .more {
  margin-top: .32rem;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .16rem;
  margin-top: .16rem;
  letter-spacing: 1px;
  float: right;
}

.news-list .center .list .new-top-box .new-top-text .more img {
  width: .14rem;
  height: .1rem;
  margin-left: .1rem;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list .center .list .new-detail {
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #767776;
  line-height: .24rem;
}

.news-list .center .list .new-detail img {

}

.news-list .center .list .new-detail P {
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #767776;
  line-height: .24rem;
}

.news-list .center .list .down .down-list {
  margin-top: .28rem;
}

.news-list .center .list .down .down-list .items {
  min-height: 1.1rem;
  background: #F6F6F6;
  margin-bottom: .14rem;
  position: relative;
  padding-left: 2.2rem;
}

.news-list .center .list .down .down-list .items .down-left {
  height: 100%;
  width: 2.2rem;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 4 00;
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.news-list .center .list .down .down-list .items .down-left p {
  width: 100%;
  height: 50%;
  padding: 0 .26rem;
}

.news-list .center .list .down .down-list .items .down-left p:first-child {
  background: #69a488;
}

.news-list .center .list .down .down-list .items .down-left p:last-child {
  background: #568972;
}

.news-list .center .list .down .down-list .items .down-center {
  padding-left: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-list .center .list .down .down-list .items .down-center p:nth-child(1) {
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #45765F;
  line-height: .24rem;
  width: 100%;
}

.news-list .center .list .down .down-list .items .down-center p:nth-child(2) {
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #767776;
  line-height: .14rem;
  opacity: 0.8;
  margin-top: .14rem;
  width: 100%;
}

.news-list .center .list .down .down-list .items .down-right {
  width: 2.75rem;
  padding: .21rem 0;
}

.news-list .center .list .down .down-list .items .down-right .con {
  padding-left: .2rem;
  border-left: 1px solid #d2d2d2;
}

.news-list .center .list .down .down-list .items .down-right .con .donw-btn {
  height: .3rem;
  background: #F6F6F6;
  border: 1px solid #69A488;
  border-radius: .16rem;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #64937D;
  line-height: .3rem;
  display: inline-block;
  padding: 0 .18rem;
  margin-bottom: .08rem;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list .center .list .down .down-list .items .down-right .con .donw-btn:last-child {
  margin-bottom: 0;
}

.news-list .center .list .down .down-list .items .down-right .con .donw-btn:hover {
  background: #64937d;
  color: #ffffff;
}

.news-list .center .list .down .down-list .items .down-right .con .donw-btn:hover .icon .default {
  display: none;
}

.news-list .center .list .down .down-list .items .down-right .con .donw-btn:hover .icon .hover {
  display: block;
}

.news-list .center .list .down .down-list .items .down-right .con .donw-btn .icon {
  width: .16rem;
  height: .16rem;
  margin-right: .06rem;
  display: inline-block;
}

.news-list .center .list .down .down-list .items .down-right .con .donw-btn .icon img {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list .center .list .down .down-list .items .down-right .con .donw-btn .icon .default {
  display: block;
  width: 100%;
  height: 100%;
}

.news-list .center .list .down .down-list .items .down-right .con .donw-btn .icon .hover {
  display: none;
  width: 100%;
  height: 100%;
}

.news-list .center .list .down .search-down {
  width: 2.06rem;
  border-bottom: 1px solid #69A488;
  height: .56rem;
  margin-right: .24rem;
}

.news-list .center .list .down .search-down img {
  width: .2rem;
  height: .2rem;
  cursor: pointer;
}

.news-list .center .list .down .search-down input {
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-list .center .list .down .search-down input::input-placeholder {
  color: #BEBEBE;
}

.news-list .center .list .down .search-down input::input-placeholder {
  color: #BEBEBE;
}

.news-list .center .list .down .search-down input::-webkit-input-placeholder {
  color: #BEBEBE;
}

.news-list .center .list .down .search-down input::-moz-placeholder {
  color: #BEBEBE;
}

.news-list .center .list .down .search-down input::-moz-placeholder {
  color: #BEBEBE;
}

.news-list .center .list .down .search-down input::-ms-input-placeholder {
  color: #BEBEBE;
}

.news-list .center .list .down .margin-bottom-11 {
  margin-bottom: .11rem;
}

.news-list .center .list .down .choose {
  width: 2.7rem;
  height: .56rem;
  background: #69A488;
  padding: 0 .23rem;
  position: relative;
}

.news-list .center .list .down .choose .choose-item {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.news-list .center .list .down .choose select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.news-list .center .list .down .choose span {
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: .56rem;
}

.news-list .center .list .down .choose img {
  width: .18rem;
  height: .11rem;
}

.news-list .center .list .down .choose ul {
  position: absolute;
  top: .56rem;
  background: #ffffff;
  left: 0;
  display: none;
  width: 100%;
  z-index: 40;
}

.news-list .center .list .down .choose ul li {
  width: 100%;
  display: block;
  height: .4rem;
  background: #69a488;
  margin-top: 1px;
  text-align: center;
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.news-list .center .list .down .choose ul li:hover {
  background: #3b6652;
}

.news-list .center .list .teaching .choose {
  width: 2.7rem;
  height: .56rem;
  background: #69A488;
  padding: 0 .23rem;
  position: relative;
}

.news-list .center .list .teaching .choose .choose-item {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.news-list .center .list .teaching .choose select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.news-list .center .list .teaching .choose span {
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: .56rem;
}

.news-list .center .list .teaching .choose img {
  width: .18rem;
  height: .11rem;
}

.news-list .center .list .teaching .choose ul {
  position: absolute;
  top: .56rem;
  background: #ffffff;
  left: 0;
  display: none;
  width: 100%;
  z-index: 40;
}

.news-list .center .list .teaching .choose ul li {
  width: 100%;
  display: block;
  height: .4rem;
  background: #69a488;
  margin-top: 1px;
  text-align: center;
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.news-list .center .list .teaching .choose ul li:hover {
  background: #3b6652;
}

.news-list .center .list .teaching .city-list .items {
  margin-bottom: .25rem;
}

.news-list .center .list .teaching .city-list .items .title .label {
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 600;
  color: #45765F;
  line-height: .18rem;
}

.news-list .center .list .teaching .city-list .items .title .border {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: .11rem;
  height: .18rem;
  border-bottom: 1px solid #B7B7B7;
  opacity: 0.5;
}

.news-list .center .list .teaching .city-list .items .city {
  padding-top: .13rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-list .center .list .teaching .city-list .items .city .list-item {
  width: 2.82rem;
  height: .84rem;
  background: #F6F6F6;
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #767776;
  line-height: .84rem;
  text-align: center;
  -webkit-transition: all .6s;
  transition: all .6s;
  margin-top: .12rem;
}

.news-list .center .list .teaching .city-list .items .city .list-item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background: #69A488;
  -webkit-box-shadow: 0px 0.15rem 0.25rem 0px rgba(45, 73, 60, 0.38);
          box-shadow: 0px 0.15rem 0.25rem 0px rgba(45, 73, 60, 0.38);
  color: #FFFFFF;
  background: #69a488;
}

.news-list .center .list .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-list .center .list .case .items {
  width: 4.28rem;
  height: 3.04rem;
  background: #F6F6F6;
  -webkit-transition: all .6s;
  transition: all .6s;
  margin-bottom: .16rem;
}

.news-list .center .list .case .items:hover {
  background: #69a488;
  -webkit-box-shadow: 0 0.15rem 0.3rem rgba(105, 164, 136, 0.3);
          box-shadow: 0 0.15rem 0.3rem rgba(105, 164, 136, 0.3);
}

.news-list .center .list .case .items:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-list .center .list .case .items:hover .text h6 {
  color: #ffffff;
}

.news-list .center .list .case .items:hover .text p {
  color: #ffffff;
}

.news-list .center .list .case .items:hover .text .more {
  color: #ffffff;
}

.news-list .center .list .case .items:hover .text .more .icon {
  -webkit-transform: translateX(0.06rem);
          transform: translateX(0.06rem);
}

.news-list .center .list .case .items:hover .text .more .icon img.hover {
  display: block;
}

.news-list .center .list .case .items:hover .text .more .icon img.default {
  display: none;
}

.news-list .center .list .case .items .image {
  width: 100%;
  height: 1.6rem;
  overflow: hidden;
}

.news-list .center .list .case .items .image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
  display: block;
}

.news-list .center .list .case .items .text {
  width: 100%;
  padding: .24rem;
}

.news-list .center .list .case .items .text h6 {
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #45765F;
  line-height: .24rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list .center .list .case .items .text p {
  width: 100%;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  color: #767776;
  line-height: .16rem;
  opacity: 0.8;
  margin-top: .13rem;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list .center .list .case .items .text .more {
  float: right;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #69A488;
  line-height: .16rem;
  margin-top: .1rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  letter-spacing: 1px;
}

.news-list .center .list .case .items .text .more .icon {
  margin-left: .11rem;
  width: .14rem;
  height: .1rem;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list .center .list .case .items .text .more .icon img {
  width: 100%;
  height: 100%;
}

.news-list .center .list .case .items .text .more .icon img.hover {
  display: none;
}

.news-list .center .list .case .items .text .more .icon img.default {
  display: block;
}

.news-list .center .list .new-list .items {
  width: 100%;
  min-height: 1.28rem;
  background: #ECECEC;
  margin-bottom: .17rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
  padding: .18rem .21rem;
}

.news-list .center .list .new-list .items:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background: #69A488;
  -webkit-box-shadow: 0 0.15rem 0.3rem rgba(105, 164, 136, 0.3);
          box-shadow: 0 0.15rem 0.3rem rgba(105, 164, 136, 0.3);
}

.news-list .center .list .new-list .items:hover .title {
  color: #FFFFFF;
}

.news-list .center .list .new-list .items:hover .title p {
  color: #FFFFFF !important;
}

.news-list .center .list .new-list .items:hover .date {
  background: #ffffff;
}

.news-list .center .list .new-list .items:hover .date .top {
  color: #69A488;
}

.news-list .center .list .new-list .items:hover .date .bottom {
  background: #ECECEC;
  color: #69A488;
}

.news-list .center .list .new-list .items .title {
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #767776;
  line-height: .24rem;
  margin-left: .22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-list .center .list .new-list .items .title p:first-child {
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #767776;
  line-height: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-list .center .list .new-list .items .title p:last-child {
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: .16rem;
  height: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #989898;
  margin-top: .1rem;
}

.news-list .center .list .new-list .items .date {
  width: .9rem;
  height: .9rem;
  background: #69A488;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list .center .list .new-list .items .date .top {
  width: 100%;
  height: 50%;
  font-size: .3rem;
  font-family: Myriad Pro;
  font-weight: bold;
  color: #FFFFFF;
  line-height: .45rem;
}

.news-list .center .list .new-list .items .date .top span {
  font-weight: 400;
}

.news-list .center .list .new-list .items .date .bottom {
  width: 100%;
  height: 50%;
  background: #64937d;
  font-size: .24rem;
  font-family: Myriad Pro;
  font-weight: 400;
  color: #9EC4B2;
  -webkit-transition: all .6s;
  transition: all .6s;
  line-height: .45rem;
  text-align: center;
  letter-spacing: .04rem;
}

.news-list .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ECECEC;
}

.news-list .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

html, body {
  width: 100%;
}

.news-list .center .list{
    overflow: hidden;
}
.news-list .center .list .new-detail{
    width: 100%;
}

.news-list .center .small-menu .small-menu-content .nav-list li .choosed{
    background: #45765f!important;
    color: #ffffff!important;
  
}

.news-list .center .small-menu .small-menu-content .nav-list li .choosed .icon img.default{
    display:none!important;
}
.news-list .center .small-menu .small-menu-content .nav-list li .choosed .icon img.hover{
    display:block!important;
}

.news-list .center .small-menu .small-menu-content .nav-list li .child {
    height: auto;
}
.news-list .center .small-menu .small-menu-content .nav-list li .child p{
border-bottom:2px solid #fff;
}
.news-list .center .small-menu .small-menu-content .nav-list li .child p:last-child{
 border:none;
}
.news-list .center .list .new-list .items .title{
 flex:1;
}

.news-list .center .small-menu .small-menu-content .nav-list li.open-active .child{
    display: block!important;
}

.news-list .center .list{
	min-height: 8rem;
}
.news-list .center .list .down .down-list .items .down-center{flex:1;padding-right:.2rem}

.news-list .center .list .down .down-list .items .down-right{
  padding-right:.2rem
}
.news-list .center .list .down .down-list .items .down-right .con .donw-btn{height:auto}

.news-list .center .list .teaching .city-list .items .city .list-item{
    padding: 0.1rem 0.18rem;
  line-height:1;
}
.add-btn{
    cursor: pointer;}
@media screen and (max-width: 768px) {
  .news-list .left {
    display: none;
  }
  .news-list .right {
    display: none;
  }
  .news-list .center {
    display: block;
  }
  .news-list .center .small-menu {
    width: 100%;
    background: none;
  }
  .news-list .center .small-menu .small-menu-content {
    position: static;
    width: 100%;
  }
  .top-banner {
    height: 4rem;
  }
  .news-list {
    -webkit-transform: translateY(-0.3rem);
            transform: translateY(-0.3rem);
  }
  .news-list .center .list {
    padding-left: 0;
  }
  .news-list .center .list .new-top-box .new-top-text .content {
    display: none;
  }
  .news-list .center .list .case .items {
    width: 100%;
    height: auto;
  }
  .news-list .center .list .case .items .image {
    height: 3rem;
  }
  .news-list .center .list .case .items .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-list .center .list .case .items .text {
    overflow: auto;
  }
  .news-list .center .list .down .down-list .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list .center .list .down .down-list .items .down-right {
    width: 100%;
    padding-top: 0;
  }
  .news-list .center .list .down .down-list .items .down-center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: .3rem;
  }
  .news-list .center .list .down .down-list .items .down-right .con {
    padding-right: 0.2rem;
    border-left: 1px solid #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news-list .center .list .down .down-list .items .down-right .con .donw-btn {
    margin-bottom: .2rem;
  }
  .news-list .center .list .down .search-down {
    width: 2.06rem;
    border-bottom: 1px solid #69A488;
    height: 0.56rem;
    margin-right: 0.24rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news-list .center .list .teaching .city-list .items .city .list-item {
    width: 48%;
  }
  .news-list .center .list .new-list .items {
    height: auto;
  }
  .news-list .center .list .new-list .items .title p:last-child {
    line-height: .2rem;
    display: none;
  }
  .news-list .center .list .new-list .items .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/*# sourceMappingURL=news.css.map */