@charset "UTF-8";
.header {
  border-bottom: 1px solid #eee;
}

.school .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.school .top .banner {
  width: 895px;
  height: 320px;
  background: url("../images/lx/banner_school.png") no-repeat center;
  background-size: 100%;
}

.school .top .news-box {
  box-sizing: border-box;
  width: 285px;
  height: 320px;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
}

.school .top .news-box .news-title {
  padding-bottom: 5px;
  color: #1a4299;
  font-weight: bold;
  font-size: 20px;
}

.school .top .news-box .news-list {
  display: flex;
  flex-direction: column;
}

.school .top .news-box .news-list .item {
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.school .top .news-box .news-list .item:hover {
  color: #1a4299;
}

.school .top .news-box .news-list .item:first-child {
  color: #ff7200;
  font-weight: 500;
}

.school .top .news-box .news-list .item:nth-child(2) {
  color: #ff7200;
}

.school .school-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
}

.school .school-box .school-total {
  position: absolute;
  top: 0;
  right: 0;
  width: 331px;
  height: 48px;
  padding-right: 35px;
  color: #1a4299;
  font-size: 22px;
  line-height: 48px;
  text-align: right;
  background: url("../images/lx/school_icon.png") no-repeat center;
  background-size: 100%;
}

.school .school-box .school-total span {
  font-weight: 500;
}

.school .school-box .search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 549px;
  height: 40px;
  padding-right: 5px;
  padding-left: 20px;
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 20px;
}

.school .school-box .search-box .search {
  flex: 1;
  height: 100%;
  color: #333;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
}

.school .school-box .search-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  background: #1a4299;
  border-radius: 16px;
  cursor: pointer;
}

.school .school-box .country-box {
  display: flex;
  gap: 30px;
  padding: 25px 20px;
  color: #333;
  font-size: 18px;
  line-height: 32px;
}

.school .school-box .country-box .label {
  font-weight: 500;
}

.school .school-box .country-box .item {
  transition: color 0.2s ease;
}

.school .school-box .country-box .item.active, .school .school-box .country-box .item:hover {
  color: #1a4299;
}

.school .school-box .school-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 21px;
  padding-bottom: 25px;
}

.school .school-box .school-list .item {
  position: relative;
  box-sizing: border-box;
  width: 372px;
  height: 386px;
  padding: 18px 20px;
  line-height: 30px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.school .school-box .school-list .item:hover {
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.school .school-box .school-list .item .img {
  width: 332px;
  height: 164px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.school .school-box .school-list .item .qs {
  position: absolute;
  top: 200px;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 20px;
  color: #1a4299;
  font-size: 16px;
  background: #fff;
  border: 1px solid #1a4299;
  border-radius: 11px;
}

.school .school-box .school-list .item .name {
  padding-top: 18px;
  padding-right: 75px;
  overflow: hidden;
  color: #333;
  font-weight: 600;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.school .school-box .school-list .item .nameen {
  overflow: hidden;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.school .school-box .school-list .item .address {
  padding-left: 16px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/lx/address.png") no-repeat left center;
  background-size: 12px 14px;
}

.school .school-box .school-list .item .info {
  display: flex;
  gap: 10px;
}

.school .school-box .school-list .item .info .flex {
  display: flex;
  font-size: 14px;
}

.school .school-box .school-list .item .info .flex .label {
  color: #666;
}

.school .school-box .school-list .item .info .flex .value {
  color: #333;
  font-weight: 500;
}

.school .school-box .school-list .item .flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
}

.school .school-box .school-list .item .flex-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  border-radius: 16px;
}

.school .school-box .school-list .item .flex-btn .btn.btn1 {
  background: #1a4299;
}

.school .school-box .school-list .item .flex-btn .btn.btn2 {
  background: #ff4500;
}

.detail {
  background: #f9f9f9;
}

.detail ~ .footer {
  margin-top: 0;
}

.detail .top {
  position: relative;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 320px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.detail .top .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  margin: 0 30px 15px;
  background: #fff;
  border-radius: 50%;
}

.detail .top .logo-box .school_logo {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.detail .top .name {
  width: 1000px;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail .top .name span {
  margin-right: 18px;
  font-weight: 500;
  font-size: 36px;
}

.detail .top .flex {
  display: flex;
  gap: 0 22px;
  align-items: center;
}

.detail .top .address {
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  background: url("../images/lx/address2.png") no-repeat left center;
  background-size: 15px 17px;
}

.detail .top .website {
  margin-left: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  background: url("../images/lx/website.png") no-repeat left center;
  background-size: 15px 15px;
}

.detail .top .website:hover {
  text-decoration: underline;
}

.detail .top .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-top: 10px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 16px;
}

.detail .top .item:first-child {
  background: #1a4299;
}

.detail .top .zixun {
  position: absolute;
  right: 24px;
  bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 169px;
  height: 74px;
  padding-bottom: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  background: url("../images/lx/school_zx1.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.detail .top .zixun .icon {
  width: 23px;
  height: 24px;
  margin-right: 10px;
}

.detail .info-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.detail .info-list .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 285px;
  height: 120px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 7px 2px;
}

.detail .info-list .info:nth-child(1) {
  background-image: url("../images/lx/school_icon1.png");
}

.detail .info-list .info:nth-child(2) {
  background-image: url("../images/lx/school_icon2.png");
}

.detail .info-list .info:nth-child(3) {
  background-image: url("../images/lx/school_icon3.png");
}

.detail .info-list .info:nth-child(4) {
  background-image: url("../images/lx/school_icon4.png");
}

.detail .info-list .info .label {
  color: #666;
  font-size: 20px;
}

.detail .info-list .info .value {
  color: #1a4299;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
}

.detail .detail-box {
  display: flex;
  justify-content: space-between;
}

.detail .detail-box .left {
  width: 895px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
}

.detail .detail-box .left .taps {
  display: flex;
  width: 100%;
  height: 46px;
  background: #f2f4f9;
}

.detail .detail-box .left .taps .tap {
  width: 159px;
  color: #333;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  border-radius: 16px 16px 0 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.detail .detail-box .left .taps .tap.active {
  color: #1a4299;
  font-weight: 600;
  font-size: 22px;
  background: #fff;
}

.detail .detail-box .left .taps .tap:hover {
  color: #1a4299;
}

.detail .detail-box .left .content-box .content {
  display: none;
  padding: 0 20px 30px;
}

.detail .detail-box .left .content-box .content.show {
  display: block;
}

.detail .detail-box .left .content-box .content img {
  max-width: 100%;
}

.detail .detail-box .left .content-box .content .title {
  padding: 20px 0 10px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
}

.detail .detail-box .left .content-box .content.intro .info {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
}

.detail .detail-box .left .content-box .content.intro .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}

.detail .detail-box .left .content-box .content.intro .list .item {
  display: -webkit-box;
  box-sizing: border-box;
  width: 155px;
  height: 38px;
  padding: 0 10px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  text-overflow: ellipsis;
  background: rgba(198, 218, 253, 0.2);
  border-radius: 10px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.detail .detail-box .left .content-box .content.major .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.detail .detail-box .left .content-box .content.major .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding-right: 60px;
  padding-left: 25px;
  background: #f3f5fa;
  border-radius: 10px;
}

.detail .detail-box .left .content-box .content.major .list .item .name {
  color: #333;
  font-size: 18px;
}

.detail .detail-box .left .content-box .content.major .list .item .btn {
  color: #1a4299;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}

.detail .detail-box .left .content-box .content.apply .apply-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 212px;
  height: 44px;
  margin-top: 20px;
  background: #1a4299;
  border-radius: 8px;
}

.detail .detail-box .left .content-box .content.apply .apply-tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

.detail .detail-box .left .content-box .content.apply .apply-tabs .tab.active {
  color: #1a4299;
  background: #fff;
  border-radius: 8px;
}

.detail .detail-box .left .content-box .content.apply .apply-content {
  display: none;
}

.detail .detail-box .left .content-box .content.apply .apply-content.show {
  display: block;
}

.detail .detail-box .left .content-box .content.apply .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 20px;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  word-wrap: break-word;
  word-break: break-all;
  background: #f3f5fa;
  border-radius: 10px;
  white-space: pre-wrap;
}

.detail .detail-box .left .content-box .content.apply .info .item {
  width: 350px;
  display: flex;
}

.detail .detail-box .left .content-box .content.apply .info .item .value {
  flex: 1;
  color: #666;
}

.detail .detail-box .left .content-box .content.news {
  padding: 0 25px 30px;
}

.detail .detail-box .left .content-box .content.news .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 50px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 25px;
  background: #f3f5fa;
  border-radius: 10px;
}

.detail .detail-box .left .content-box .content.news .list .item {
  width: 370px;
  height: 30px;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.detail .detail-box .left .content-box .content.news .list .item:hover {
  color: #1a4299;
}

.detail .detail-box .rigth {
  width: 285px;
}

.detail .detail-box .rigth .con-title {
  font-weight: 600;
}

.detail .detail-box .rigth .container {
  box-sizing: border-box;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: none;
}

.detail .detail-box .rigth .container:last-child {
  margin: 0;
}

.detail .detail-box .rigth .tools .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 19px;
  align-items: center;
  justify-content: space-around;
}

.detail .detail-box .rigth .tools .list .item {
  width: 114px;
  height: 114px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
  cursor: pointer;
}

.detail .detail-box .rigth .tools .list .item:nth-child(1) {
  background-image: url("../images/lx/school_tool1.png");
}

.detail .detail-box .rigth .tools .list .item:nth-child(2) {
  background-image: url("../images/lx/school_tool2.png");
}

.detail .detail-box .rigth .tools .list .item:nth-child(3) {
  background-image: url("../images/lx/school_tool3.png");
}

.detail .detail-box .rigth .tools .list .item:nth-child(4) {
  background-image: url("../images/lx/school_tool4.png");
}

.detail .detail-box .rigth .teacher {
  padding-bottom: 0;
}

.detail .detail-box .rigth .teacher .list .item {
  display: flex;
  align-items: center;
  height: 150px;
  border-bottom: 1px solid #eee;
}

.detail .detail-box .rigth .teacher .list .item:hover .img {
  transform: scale(1.1);
}

.detail .detail-box .rigth .teacher .list .item:hover .content .name {
  color: #1a4299;
}

.detail .detail-box .rigth .teacher .list .item:last-child {
  border: none;
}

.detail .detail-box .rigth .teacher .list .item .img-con {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 46px;
}

.detail .detail-box .rigth .teacher .list .item .img-con .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.detail .detail-box .rigth .teacher .list .item .content {
  flex: 1;
  padding-left: 12px;
}

.detail .detail-box .rigth .teacher .list .item .content .name {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  transition: color 0.2s ease;
}

.detail .detail-box .rigth .teacher .list .item .content .desc {
  display: -webkit-box;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail .detail-box .rigth .teacher .list .item .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 24px;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  background: #ff4500;
  border-radius: 12px;
}

.detail .detail-box .rigth .course .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 19px;
  padding-top: 15px;
}

.detail .detail-box .rigth .course .list .item {
  box-sizing: border-box;
  width: 113px;
  height: 114px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.detail .detail-box .rigth .course .list .item:hover .img {
  transform: scale(1.1);
}

.detail .detail-box .rigth .course .list .item:hover .content .name {
  color: #1a4299;
}

.detail .detail-box .rigth .course .list .item .img-con {
  width: 100%;
  height: 64px;
  overflow: hidden;
}

.detail .detail-box .rigth .course .list .item .img-con .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.detail .detail-box .rigth .course .list .item .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 6px 10px;
}

.detail .detail-box .rigth .course .list .item .name {
  display: -webkit-box;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail .recommend {
  padding-bottom: 30px;
}

.detail .recommend .con {
  margin: 28px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.detail .recommend .con .con-title {
  color: #0d3f98;
  font-weight: bold;
  font-size: 22px;
}

.detail .recommend .con .con-title::after {
  height: 25px;
  background: #0d3f98;
}

.detail .recommend .con .more {
  display: flex;
  align-items: center;
  width: 45px;
  height: 25px;
  color: #999;
  font-size: 14px;
  line-height: 25px;
  background: url("../images/arrow-r.png") no-repeat right center/8px 12px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.detail .recommend .con .more:hover {
  color: #0d3f98;
}

.detail .recommend .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.detail .recommend .list .item {
  position: relative;
  box-sizing: border-box;
  width: 285px;
  height: 295px;
  padding: 20px;
  line-height: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.detail .recommend .list .item:hover {
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.detail .recommend .list .item:hover .name {
  color: #1a4299;
}

.detail .recommend .list .item .img {
  width: 245px;
  height: 120px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.detail .recommend .list .item .qs {
  position: absolute;
  top: 155px;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 20px;
  color: #1a4299;
  font-size: 16px;
  background: #fff;
  border: 1px solid #1a4299;
  border-radius: 11px;
}

.detail .recommend .list .item .name {
  padding-top: 10px;
  padding-right: 75px;
  overflow: hidden;
  color: #333;
  font-weight: 600;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.detail .recommend .list .item .nameen {
  overflow: hidden;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail .recommend .list .item .address {
  padding-left: 16px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/lx/address.png") no-repeat left center;
  background-size: 12px 14px;
}

.detail .recommend .list .item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  margin: 5px auto 0;
  color: #fff;
  font-size: 16px;
  background: #1a4299;
  border-radius: 20px;
}
