﻿*{font-family:微软雅黑;}
.zwdh-con {
  width: 1200px;
  height: 510px;
  margin: 0 auto;
}

.zwdh-left {
  position: relative;
  width: 180px;
  height: 510px;
  background: #F1F7FF;
  border: 1px solid rgba(195, 212, 249, 1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.zwdh-left .zwdh-name {
  position: relative;
  height: 46px;
  padding-left: 20px;
  background: url("/yswz/static/common/20220803/images/title-bg01.png") no-repeat;
  background-size: 100% 100%;
  /* overflow: hidden; */
}

.zwdh-left .zwdh-name p {
  width: 88px;
  height: 46px;
  line-height: 46px;
  /*font-family: PingFangSC-Medium;*/
  font-family:Microsoft YaHei;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 500;
}

.zwdh-left .zwdh-name .zwdh-jt {
  width: 16px;
  height: 16px;

}



.zwdh-left .zwdh-name .zwdh-jt1 {
  background: url("/yswz/static/common/20220803/images/xia.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  transform: rotate(180deg);
  position: absolute;
  top: 15px;
  left: 124px;
}

.zwdh-left .zwdh-name .zwdh-jt2 {
  background: url("/yswz/static/common/20220803/images/xia.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 15px;
  left: 148px;
}

.zwdh-left .zwdh-name .zwdh-jt3 {
  background: url("/yswz/static/common/20220803/images/xia-hover.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  transform: rotate(180deg);
  position: absolute;
  top: 15px;
  left: 124px;
}

.zwdh-left .zwdh-name .zwdh-jt4 {
  background: url("/yswz/static/common/20220803/images/xia-hover.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 15px;
  left: 148px;
}

.zwdh-left .zwdh-bg {
  height: 4px;
  background: #7CB6FF;
}

.zwdh-left .zwdh-tabs p {
  width: 150px;
  height: 45.4px !important;
  padding-left: 10px;
  /*font-family: SourceHanSansSC-Medium;*/
  font-family:Microsoft YaHei;
  font-size: 18px;
  color: #333333;
  line-height: 46px;
  font-weight: 700;
  border-bottom: 1px solid rgba(195, 212, 249, 1);
  margin-left: 10px;
  margin-right: 10px;
  /* background: #F1F7FF; */
}

.tab-common {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0px;
  z-index: 1000;
  left: 180px;
  padding-top: 6px;
  width: 250px;
  height: 510px;
  border: 1.5px solid rgba(48, 148, 255, 0.53);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-left: none;
}

.tab-common .jiaoyu-title {
  width: 250px;
  height: 52px;
}

.tab-common .jiaoyu-title img {
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 16px;
  margin-top: 6px;
  margin-right: 10px;
  background: #1860F2;
  border-radius: 4px;
}

.tab-common .jiaoyu-title .jiaoyu-name {
  float: left;
  width: 40px;
  height: 46px;
  /*font-family: SourceHanSansSC-Bold;*/
  font-family:Microsoft YaHei;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  font-weight: 700;
}

.tab-common .jiaoyu-detail {
  height: 470px;
  width: 250px;
  display: block;
  padding-left: 16px;
  padding-top: 19px;
}

.tab-common .jiaoyu-detail img {
  width: 11px;
  height: 14px;
  margin-right: 5px;
}

.jiaoyu-detail dt {
  cursor: pointer;
}

.tab-common dl dt {
  padding-top: 10px;
  float: left;
  width: 180px;
  height: 40px;
  line-height: 40px;
  /*font-family: MicrosoftYaHei;*/
  font-family:Microsoft YaHei;
  font-size: 16px;
  color: #3878CF;
  line-height: 20px;
  font-weight: 400;
  background-image: linear-gradient(270deg, #F4F9FF 0%, #E5F0FF 100%);
  border-radius: 3px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.tab-common dl .jiaoyu-dt {
  width: 295px !important;
}

.tabs-activename {
  cursor: pointer;
  position: relative;
}

.zwdh-tabs .tabs-activename.active:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 43px;
  width: 30px;
  height: 3px;
  background: #0566E0;
  border-radius: 2.5px;
}

.zwdh-tabs .tabs-activename1.active:after {
  width: 65px !important;
}

.zwdh-tabs .tabs-activename:hover {
  color: #0566E0;
}