.szdw-tit{
  font-weight: 600;
  font-size: 40px;
  text-align: center ;
  margin-top: 50px;
}

.top-szdw {
  margin-top: 50px;
}
.top-szdw dl {
  text-align: center;
  background-color: #2A5D84;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  color: #fff;
}
.top-szdw dt {
  font-size: 40px;
  display: flex;
}
.top-szdw dt span {
  font-size: 20px;
  padding-left: 10px;
  display: block;
    padding-top: 10px;
}
.top-szdw dd {
  font-size: 20px;
}
.szdw-title-list {
  overflow: hidden;
  margin-top: 50px;
}
.szdw-title-list .szdw-title {
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  cursor: pointer;

}

.szdw-title-list .szdw-title img{
  margin-right: 10px; 
}

.szdw-title-list .active {
  zoom: 1.45;
  color: #000;
}
.szdw-box {
  margin-top: 50px;
}
.szdw-main {
  display: none;
}
 
.szdw-box .active{ 
  display: block;
}
/* 名师 */
.szdw-item {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

.szdw-img {
    min-width: 300px;
    overflow: hidden;
    max-width: 300px;
}

.szdw-img img {
    width: 300px;
    height: 383px;
    object-fit: cover;
}

.szdw-right { 
    flex: 1;
    height: 383px;
    overflow: hidden;
    margin-left: 20px;
}
.szdw-right .content { 
    font-size: 24px;
}
.name {
    color: rgba(26, 26, 26, 1);
    font-weight: Bold;
    font-size: 32px;
}
  
.box-tit {
    min-width: 741px;
    height: 110px;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    overflow: hidden;
    line-height: 110px;
    border-left: 18px solid rgba(42, 93, 132, 1);
    color: rgba(26, 26, 26, 1);
    font-weight: Bold;
    font-size: 28px;
    padding-left: 34px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.name-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.name-list a {
    width: 150px;
    color: rgba(26, 26, 26, 1);
    font-weight: Bold;
    font-size: 32px;
    margin-left: 50px;
}

.szdw-msfc {
  margin-top: 50px;
}
.msfc-item {
  background-color: #fff;
  box-shadow: 12px 0 16px #c8c7c7;
  margin-bottom: 50px;
}
.msfc-item .msfc-bottom {
  padding: 20px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.msfc-item  .img{
    width: 100%;
    height: 527px; 
    overflow: hidden;
}
.msfc-item  .img img{
    width: 100%;
    height: 527px;
    object-fit: cover; 
}
.szdw-msfc  .img:hover img{
  transform: scale(1.1);
  transition: all 1s;
}

.msfc-item  .title {
  margin-top: 20px;
  font-size: 26px;
}
.msfc-item  .desc {
  margin-top: 20px;
  height: 75px;
  font-size: 24px;
  color: #0000007e;
  word-wrap: break-word;
  overflow: hidden;
}
.msfc-item  p {
  margin-top: 20px;
  font-size: 22px;
  color: #2A5D84;

}
 
.msfc-bottom-bg {
    position: absolute;
    left: 44px;
    bottom: -20px;
    height: 210px;
    width: 95%;
    background-color: #007BFF;
    padding: 20px;
  }