.wrap {
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(199, 199, 199, 0.25);
  padding: 30px;
}
.wrap .cont {
  height: 100%;
  border: 1px solid #e2e2e2;
  padding: 30px;
}
.wrap .cont .Dtitle {
  color: #015293;
  display: flex;
  align-items: center;
}
.wrap .cont .Dtitle::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #015293;
  margin-right: 6px;
}
.wrap .cont .title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.wrap .cont .ability {
  color: #9e9e9e;
  font-size: 14px;
  margin-top: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 18px;
}
.wrap .cont .ability .l div {
  margin-right: 16px;
}
.wrap .cont .ability .m .colors {
  display: flex;
}
.wrap .cont .ability .m .colors .color {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  cursor: pointer;
}
.wrap .cont .ability .m .colors .color.cyan{
  background-color: #CEFEFF;
}
.wrap .cont .ability .m .colors .color.yellow{
  background-color: #F8F8C3;
}
.wrap .cont .ability .m .colors .color.pink{
  background-color: #FFC7FF;
}
.wrap .cont .ability .m .colors .color.blue{
  background-color: #9BCCFA;
}
#content{

}
.wrap .cont .ability .m .audio {
  width: 96px;
  height: 27px;
  border-radius: 14px;
  border: 1px solid #015293;
  cursor: pointer;
  padding-right: 11px;
  font-size: 12px;
}
.wrap .cont .ability .m .audio .iconfont {
  color: #015293;
}
.wrap .cont .ability .m .audio .icon-yinpin {
  width: 25px;
  height: 25px;
  border: 1px solid #d0daff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .cont .ability .r .fSize a {
  color: #000000;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  line-height: 24px;
}
.wrap .cont .ability .r .fSize a.active {
  border-radius: 2px;
  border-color: #015293;
}
.wrap .cont .ability .r .share {
  margin-left: 35px;
}
.wrap .cont .ability .r .share .icons .iconfont {
  font-size: 30px;
}
.wrap .cont .ability .r .share .icons .iconfont:nth-child(1) {
  color: #7bc549;
  font-size: 40rpx;
}
.wrap .cont .ability .r .share .icons .iconfont:nth-child(1):hover {
  color: #7bc549 !important;
}
.wrap .cont .ability .r .share .icons .iconfont:nth-child(2) {
  color: #ff7a41;
  font-size: 40rpx;
}
.wrap .cont .ability .r .share .icons .iconfont:nth-child(2):hover {
  color: #ff7a41 !important;
}
.wrap .cont .ability .r .share .icons .iconfont:nth-child(3) {
  color: #56b6e7;
  font-size: 40rpx;
}
.wrap .cont .ability .r .share .icons .iconfont:nth-child(3):hover {
  color: #56b6e7 !important;
}
.wrap .cont .ability .r .share .icons .iconfont:nth-child(4) {
  color: #54bd61;
  font-size: 40rpx;
}
.wrap .cont .ability .r .share .icons .iconfont:nth-child(4):hover {
  color: #54bd61 !important;
}
.wrap .cont .tips {
  background: #f1f1f1;
  padding: 20px 24px;
  line-height: 30px;
}
.wrap .cont .result {
  margin-top: 30px;
  font-size: 14px;
}
.wrap .cont .result .item {
  height: 52px;
  line-height: 50px;
  color: #414141;
  margin: -1px;
}
.wrap .cont .result .item:nth-child(odd) {
  background-color: #f9f9f9;
}
.wrap .cont .result .item .t {
  width: 175px;
  border: 1px solid #dddddd;
  font-weight: bold;
  text-align: center;
  margin: 0 -1px;
}
.wrap .cont .result .item .t.t3em {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.wrap .cont .result .item .t.t2em {
  letter-spacing: 2em;
  text-indent: 2em;
}
.wrap .cont .result .item .c {
  padding-left: 20px;
  border: 1px solid #dddddd;
}
.wrap .cont .result .item .c .underline {
  position: relative;
  color: #015293;
}
.wrap .cont .result .item .c .underline::after {
  content: "";
  display: block;
  position: absolute;
  width: 82px;
  height: 1px;
  bottom: -10px;
  background-color: #015293;
  position: absolute;
}
.wrap .cont .video-wrap {
  margin-top: 30px;
  position: relative;
  display: flex;
  height: 500px;
  justify-content: center;
}
.wrap .cont .content {
  margin-top: 30px;
  line-height: 180%;
}
.wrap .cont .tar {
  justify-content: flex-end;
  margin-top: 10px;
}
.wrap .cont .tar a {
  display: flex;
  align-items: center;
  color: #015293;
  margin-left: 10px;
}
.wrap .cont .tar a .iconfont {
  margin-right: 10px;
  font-size: 18px;
}
.wrap .cont .keyword {
  background: #fafafa;
  padding: 15px 11px;
  margin-top: 20px;
}
.wrap .cont .code {
  margin-top: 30px;
}
.wrap .cont .code img {
  margin-top: 20px;
  width: 180px;
  height: 180px;
}
.wrap .cont .code .p_center {
  font-size: 13px;
  color: #999;
}
.wrap .cont .navigation {
  margin-top: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}
.wrap .cont .navigation a {
  display: block;
}

.wrap .cont .navigation a:not(:first-child) {
}
.wrap .cont .related {
  margin-top: 30px;
}
.wrap .cont .related .list .item {
  margin-top: 20px;
}

.wrap .cont .related .list .item a span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #b3b3b3;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.wrap .cont .related .list .item a:hover span {
  background: #015293;
  transition: 0.5s;
}

@media (max-width: 1420px) {
  .wrap .cont .ability .m .colors {
    display: none;
  }
}