﻿.search-wrap {

  display: none;

}



.article-wrap {

  flex: 1;

  margin-left: 39px;

  height: 1300px;

  overflow: scroll;

}

.article-wrap::-webkit-scrollbar {

  display: none;

}

.title-wrap {

  width: 100%;

  border-bottom: 1px solid;

  padding: 27px 0 20px 0;

}

.title {

  text-align: center;

  font-size: 30px;

}

.article-info {

  display: flex;

  flex-direction: row;

  justify-content: center;

  margin: 18px auto 0;

  font-size: 16px;

  padding: 0 120px;

}

.article {

  font-size: 18px;

  margin: 23px 0 20px;

  line-height: 30px;

}



.goback {

  text-align: center;

  font-size: 18px;

  color: #0376d4;

}

.goback a {

  color: #0376d4;

}

.author {

  margin-right: 47px;

  float: left;

}

.date {

  margin-right: 46px;

  float: left;

}

#visit {

  float: left;

}

#teacher-img {

  width: 300px;

  height: 400px;

  margin: 0 auto;

}

#article img {

  max-width: 100%;

}
