body {
  background-color: #f5f5f5;
}

.icontishi1 {
  font-size: 24px;
  color: #FF8B1E;
  display: block;
}

#banner_inside {
  height: 400px;
  background-position: center center;
  min-width: 1200px;
}

.schoolType {
  width: 1200px;
  background: #fff;
  margin-top: 70px;
  box-shadow: 0px 0px 5px rgba(0, 70, 117, 0.2);
  position: relative;
  z-index: 9999;
  margin-bottom: 40px;
  margin: 0 auto;
  height: 80px;
  margin-top: -40px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}

.schoolType ul {
  display: flex;
  justify-content: space-between;
  height: 80px;
}

.schoolType ul li {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  text-align: center;
  width: 25%;
  cursor: pointer;
}

.schoolType ul li i {
  font-size: 22px;
}

.schoolType ul li:hover {
  color: #3780D8;
}

.schoolType ul li:active {
  color: #2061a7;
}

.schoolType ul li.active {
  color: #3780D8;
  border-bottom: 4px solid #3780D8;
}

#banner_inside .line {
  height: 1px;
  width: 60px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 200px;
  right: 0;
  text-align: center;
  line-height: 30px;
  letter-spacing: 3px;
}

#banner_inside p {
  height: 30px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 220px;
  right: 0;
  text-align: center;
  line-height: 30px;
  letter-spacing: 3px;
}

.flex {
  position: relative;
}

.schoolList {
  width: 780px;
  background-color: #fff;
  float: left;
  margin-right: 20px;
}

.schoolList ul {
  padding: 20px 10px;
}

.list {
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 20px;
  border-radius: 5px;
}

.list:hover {
  box-shadow: #ccc 0px 0px 3px;
}

.list .img {
  width: 180px;
  height: 140px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 20px;
  flex-shrink: 0;
}

.list .list_info {
  padding: 10px 0;
  overflow: hidden;
}

.list .list_info .list_title {
  margin-bottom: 10px;
}

.list .list_info .list_title a {
  color: #333;
  font-size: 18px;
}

.list:hover .list_title a {
  color: #2D8CF0;
}

.list .list_info .list_content {
  line-height: 24px;
  color: #515A6E;
  font-size: 12px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list .list_info .list_date {
  display: flex;
  justify-content: space-between;
  color: #adadad;
  font-size: 12px;
  margin-top: 20px;
}

.list .list_info .list_date a {
  font-size: 14px;
  color: #2D8CF0;
}

.list .list_info .list_date i {
  font-size: 13px;
  vertical-align: middle;
  margin-left: 5px;
}

.schoolList .nodata {
  text-align: center;
  height: 140px;
  padding: 20px;
  line-height: 80px;
  background: #fff;
  color: #ccc;
}

.schoolList .nodata i {
  font-size: 30px;
  color: #3686DC;
}

.schoolList .nodata span {
  display: block;
  line-height: 20px;
}

#schoolPages {
  text-align: center;
  background-color: #f5f5f5;
}

.hot {
  width: 400px;
  position: relative;
  top: 0px;
  margin-bottom: 10px;
}

.tab_fix_bottom {
  position: absolute;
  bottom: 55px;
  top: auto;
}

.tab_fix {
  position: fixed;
}

.hot .hot_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.hot .hot_title span {
  font-size: 24px;
  color: #333;
  padding: 10px 0;
}

.hot .hot_title span i {
  font-size: 25px;
  color: #3E60DB;
  margin-right: 3px;
}

.hot .hot_title a {
  color: #c3c3c3;
  font-size: 14px;
}

.hot .hotArticle {
  background-color: #fff;
  padding: 15px;
}

.hot .hotArticle li {
  line-height: 48px;
  text-align: left;
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot .hotArticle li a {
  color: #17233D;
  font-size: 16px;
  position: relative;
}

.hot .hotArticle li p {
  font-size: 12px;
  line-height: 14px;
  color: #ADADAD;
  margin-top: -5px;
}

.hot .hotArticle li a::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 3px;
  position: absolute;
  left: -10px;
  top: 7px;
}

.hot .hotArticle li:hover a {
  color: #3E60DB;
}

.hot .hotArticle li:hover a::before {
  background-color: #3E60DB;
}

.hot .hotMedia {
  background-color: #fff;
  padding: 15px;
  margin-top: 20px;
}

.hot .hotMedia ul {
  padding: 20px 0;
}

.hot .hotMedia .hotlist {
  padding: 10px;
}

.hot .hotMedia .hotlist:hover {
  box-shadow: #ccc 0px 0px 3px;
}

.hot .hotMedia .hotlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hot .hotMedia a .img {
  width: 120px;
  height: 80px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hot .hotMedia .media_info {
  padding-left: 20px;
  width: 240px;
}

.hot .hotMedia .media_title {
  color: #333333;
  font-size: 14px;
}

.hot .hotMedia .media_price {
  color: #ED1E1F;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  padding-left: 5px;
}

.hot .hotMedia .addcart {
  color: #333;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 12px;
  width: 95px;
  flex-shrink: 0;
  height: 31px;
  background: rgba(54, 134, 220, 1);
  border-radius: 4px;
  color: #fff;
  line-height: 31px;
}

.hot .hotMedia .addcart .tips {
  opacity: 0;
  color: #3686dc;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.hot .hotMedia .addcart.active {
  background-color: #FC8A29;
}

.hot .hotMedia .addcart:hover {
  box-shadow: 0px 2px 6px 0px rgba(54, 62, 220, 0.38);
}

.hot .hotMedia .priceList {
  position: absolute;
  top: 42px;
  right: 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.13);
  /* display: none; */
  background-color: #fff;
  z-index: 10;
  width: 200px;
  color: #333;
}

.hot .hotMedia .priceList::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 40px;
}

.hot .hotMedia .priceList::before {
  position: absolute;
  top: -10px;
  right: 40px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 10px solid rgba(0, 0, 0, .1);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.hot .hotMedia .priceList li {
  text-align: left;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.hot .hotMedia .priceList li span {
  color: #3686DC;
  font-weight: bold;
}

.hot .hotMedia .priceList li i {
  font-weight: normal;
}

.hot .hotMedia .priceList li:hover {
  background-color: #DAE8FF;
}

/* 文章详情 */

.local {
  font-size: 12px;
  color: #666;
  margin: 30px 0;
}

.local span {
  color: #333333;
}

.local i {
  font-size: 12px;
  color: #666;
  margin: 0 5px;
}

.article_left {
  width: 780px;
  background-color: #fff;
  padding: 30px 15px;
  float: left;
  margin-right: 20px;
  margin-bottom: 55px;
}

.article_left .article_title {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.article_left .article_date {
  text-align: center;
  margin-bottom: 20px;
  color: #999;
  font-size: 14px;
}

.article_left .article_content {
  text-align: justify;
}

.article_left .article_content img {
  max-width: 100%;
}

.login-modal .modal-body {
  margin: 30px 0;
}

.el-pagination {
  text-align: center;
}

.el-pager {
  padding: 0;
}
