a:hover {
  color: #00c0ff;
}

.boxWrap .multiColumnList li a.active {
  background: linear-gradient(to bottom, #3db9e6, #87def5);
}

.boxWrap .multiColumnList li a.active p {
  color: #fff !important;
}

.multiColumnList {
  display: grid;
  grid-template-columns: repeat(2, 155px);
  justify-content: space-between;
}

.multiColumnList li a {
  display: block;
  width: 155px;
  height: 99px;
  border-radius: 5px;
}

main {
  width: 100%;
  height: auto;
  background: #f5f5f5;
}


.cont {
  padding: 0 0;
  box-sizing: border-box;
}

.bhRkList ol {
  position: relative
}

.bhRkList ol li {
  position: relative;
  display: block;
  padding: 30px 20px;
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  *zoom:1}

.bhRkList ol li:last-of-type {
  border-bottom: 0
}

.bhRkList ol li > i {
  float: left;
  display: block;
  width: 71px;
  height: 116px;
  line-height: 116px;
  font-size: 24px;
  color: #D5D6DA;
  font-family: "Arial";
  font-weight: bold;
  text-align: center;
  font-style: italic
}

.bhRkList .pic {
  float: left;
  width: 116px;
  height: 116px;
  border-radius: 20px
}

.bhRkList .pic img {
  width: 116px;
  height: 116px;
  border-radius: 20px
}

.bhRkList dl {
  position: relative;
  float: left;
  width: 820px;
}

.bhRkList dd,.bhRkList dt {
  display: block;
  overflow: hidden
}

.bhRkList dl dt a {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  vertical-align: top;
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.bhRkList dl em,.bhRkList dl span {
  float: left;
  position: relative;
  display: block;
  font-size: 14px;
  color: #ccc;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.bhRkList dl p {
  position: relative;
  z-index: 1;
  display: block;
  height: 49px;
  font-size: 14px;
  color: #808080;
  line-height: 23px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

.bhRkList dl .tags a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 26px;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  border-radius: 6px;
  margin: 8px 8px 0 0;
  background: #F4F6F8
}

.bhRkList dl .tags a:hover {
  background: #8ED7E8;
  color: #fff
}

.bhRkList dl dt a:hover {
  color: #000;
  font-weight: bold
}

.bhRkList ol li .img {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 0;
  width: 364px;
  height: 196px;
  border-radius: 10px;
  overflow: hidden;
  text-align: right
}

.bhRkList ol li .img a {
  position: relative;
  display: block;
  padding: 0
}

.bhRkList ol li .img img {
  float: inherit;
  width: 364px;
  min-height: 196px;
  height: auto;
  margin: auto;
  border-radius: 10px
}

.bhRkList ol li .img i {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 7px;
  display: block;
  width: 29px;
  height: 29px;
  background: url("../img/icon.png") no-repeat;
  background-size: 1000px 1000px;
  background-position: -905px -8px;
  cursor: pointer
}

.bhRkList ol li .img img {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s
}

.bhRkList ol li .img img:hover {
  transform: scale(1.2)
}

.bhRkList ol li .rkBtn {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 43px;
  font-size: 14px;
  color: #fff;
  background: #11c5ff;
  border-radius: 8px;
  text-align: center;
  line-height: 43px;
  overflow: hidden
}

.bhRkList ol li:hover .rkBtn {
  color: #fff;
  background: #ff842a
}

.bhRkList ol li:nth-of-type(1) > i {
  color: #F2D079
}

.bhRkList ol li:nth-of-type(2) > i {
  color: #C2D9E6
}

.bhRkList ol li:nth-of-type(3) > i {
  color: #EDB1A2
}

.bhRkList ol li:nth-of-type(-n+3) dl dt a {
  color: #333;
  font-weight: bold;
  font-size: 22px;
  margin-top: 4px;
}