.pull-left {
  float: left;
}
.lzRecM {
  width: 1200px;
  padding: 20px;
  margin: 20px auto;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.04);
}
.sMove {
  overflow-x: scroll;
  cursor: pointer;
}

.sMove::-webkit-scrollbar {
  height: 12px !important;
  cursor: pointer;
}

.sMove::-webkit-scrollbar-thumb {
  height: 12px !important;
  background: transparent !important;
}

.sMove:hover::-webkit-scrollbar-thumb {
  background-color: #0070f9 !important;
}

.lzRecM ul {
  padding: 4px;
  width: 1675px;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}

.lzRecM ul li {
  float: left;
  width: 188px;
  height: 120px;
  margin-right: 20px;
  border: 2px solid transparent;
  box-shadow: 0px 5px 15px 0px rgba(69, 61, 153, 0.05);
  border-radius: 12px;
  overflow: hidden;
  background: url(../img/tagicon.png) no-repeat;
  background-size: 1600px 200px;
}

.lzRecM ul li:nth-of-type(6n + 1) {
  background-position: -8px -13px;
}

.lzRecM ul li:nth-of-type(6n + 2) {
  background-position: -211px -13px;
}

.lzRecM ul li:nth-of-type(6n + 3) {
  background-position: -414px -13px;
}

.lzRecM ul li:nth-of-type(6n + 4) {
  background-position: -620px -13px;
}

.lzRecM ul li:nth-of-type(6n + 5) {
  background-position: -833px -13px;
}

.lzRecM ul li:nth-of-type(6n + 6) {
  background-position: -1041px -13px;
}

.lzRecM ul li {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lzRecM ul li:hover {
  border-color: #0070f9;
  -o-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.lzRecM ul li a {
  display: block;
  padding-top: 7px;
  text-align: center;
}

.lzRecM ul li a p {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lzRecM ul li a span {
  vertical-align: top;
  display: inline-block;
  padding: 0 11px;
  height: 24px;
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lzRecM dl {
  width: 1220px;
  line-height: 40px;
  overflow: hidden;
  *zoom: 1;
}

.lzRecM dl dt {
  float: left;
  margin-right: 31px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #0070f9;
  background: rgba(178, 182, 255, 0.1);
  border-radius: 20px;
}

.lzRecM dl dt:before {
  content: '';
  position: relative;
  top: 8px;
  margin-right: 6px;
  vertical-align: top;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icons.png) no-repeat;
  background-size: 1000px 1000px;
}

.lzRecM dl:nth-of-type(1) dt:before {
  background-position: -5px -129px;
}

.lzRecM dl:nth-of-type(2) dt:before {
  background-position: -41px -129px;
}

.lzRecM dl:nth-of-type(3) dt:before {
  background-position: -75px -129px;
}

.lzRecM dl dt {
  background: #0070f9;
  color: #fff;
}

.lzRecM dl:nth-of-type(1) {
  margin-top: 8px;
}

.lzRecM dl dd {
  float: left;
  width: 1006px;
  height: 40px;
  padding-bottom: 4px;
  margin-bottom: 5px;
  overflow: hidden;
  border-bottom: 1px dashed #3e3e3e;
  display: flex;
}

.lzRecM dl dd a {
  position: relative;
  float: left;
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 39px;
  white-space: nowrap;
}

.lzRecM dl dd a:after {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #5d5d5d;
  margin: 0 24px;
  border-radius: 1px;
}

.lzRecM dl dd a:last-of-type:after {
  display: none;
}

.lzRecM dl dd a:hover {
  color: #0070f9;
}

.lzRecM dl:last-of-type dd {
  border: 0;
  margin-bottom: 0;
}

.lzRecB {
  padding: 27px 20px 20px;
  margin-bottom: 24px;
  background: #11122f;
  border-radius: 5px;
  overflow: hidden;
  *zoom: 1;
}

.m-coll2 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding: 12px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
.m-coll2 .m-coll2-left,
.m-coll2 .m-coll2-right {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.m-gg {
  width: 654px;
  height: 354px;
  margin-top: 22px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.m-gg img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.common-classify-hotpush {
  width: 475px;
  margin-bottom: 20px;
  margin-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-coll2 .common-classify-hotpush > .title {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
}

.m-coll2 .m-coll2-right > .title .icon-title {
  width: 26px;
  height: 26px;
  margin-right: 3px;
  vertical-align: middle;
}

.common-classify-hotpush .title .icon-title {
  background-image: url(../img/icon-hot2.png);
}

.common-classify-hotpush .m-sw-list .item {
  width: 94px;
  height: 94px;
  margin-top: 9px;
}

.common-classify-hotpush .m-sw-list .item .img-box {
  width: 59px;
  height: 59px;
}
.m-coll2 .m-coll2-right > .title {
  position: relative;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
  color: #323232;
  border-bottom: 1px solid #ebedf0;
}
.m-coll2 .m-coll2-right > .title h2 {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}
.m-coll2 .m-coll2-right > .title h2::after {
  content: '.';
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  font-size: 0;
  background: linear-gradient(271deg, #4285e3 0%, #57c2ff);
}
.m-sw-list {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: top;
}

.m-sw-list .item {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 42px;
}

.m-sw-list .item .img-box {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto;
}

.m-sw-list .item .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m-sw-list .item .txt {
  display: block;
  height: 22px;
  margin-top: 12px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.m-sw-list .item:hover .img-box img {
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 70, 0.29);
}

.m-sw-list .item:hover .txt {
  color: #0070f9;
}
.f-text-overflow1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.layout {
  width: 1200px;
  border: 1px solid #eee;
  background: #fff;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5px;
}
.layout .tagTitle {
  margin: 30px 25px 0px 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.layout .tagTitle li {
  width: 270px;
  height: 120px;
  background: #ff6c6c;
  border-radius: 10px 10px 0px 10px;
  position: relative;
  float: left;
  margin-left: 22px;
  cursor: pointer;
}
.layout .tagTitle li::before {
  content: '';
  display: block;
  border-width: 15px;
  border-style: solid;
  border-color: #eee transparent transparent #eee;
  position: absolute;
  bottom: -30px;
  right: 0px;
  z-index: 999;
}
.layout .tagTitle li:after {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -26px;
  right: 9px;
}
.layout .tagTitle li:nth-child(1) {
  margin-left: 0px;
}
.layout .tagTitle li:nth-child(2) {
  background: #55bdf0;
}
.layout .tagTitle li:nth-child(3) {
  background: #89d042;
}
.layout .tagTitle li:nth-child(4) {
  background: #ff8e4f;
}
.layout .tagTitle li:nth-child(1).active::before {
  border-color: #db3434 transparent transparent #db3434;
}
.layout .tagTitle li:nth-child(2).active::before {
  border-color: #008cd1 transparent transparent #008cd1;
}
.layout .tagTitle li:nth-child(3).active::before {
  border-color: #57ae00 transparent transparent #57ae00;
}
.layout .tagTitle li:nth-child(4).active::before {
  border-color: #e95300 transparent transparent #e95300;
}
.layout .tagTitle li h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
.layout .tagTitle li span {
  display: block;
  padding: 0px 20px;
}
.layout .tagTitle li a {
  display: inline-block;
  width: 103px;
  height: 22px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  line-height: 22px;
  box-sizing: border-box;
  overflow: hidden;
}
.layout .tagTitle li a:nth-child(2) {
  margin-left: 15px;
}
.layout .tagTitle li a:nth-child(3) {
  margin-left: 60px;
}
.layout .tagTitle li:nth-child(1) a:hover {
  background: #db3434;
  border-color: transparent;
}
.layout .tagTitle li:nth-child(2) a:hover {
  background: #008cd1;
  border-color: transparent;
}
.layout .tagTitle li:nth-child(3) a:hover {
  background: #57ae00;
  border-color: transparent;
}
.layout .tagTitle li:nth-child(4) a:hover {
  background: #e95300;
  border-color: transparent;
}
.layout .tagContent {
  padding: 25px;
  display: none;
}
.layout .tagContent .classList {
  width: 865px;
}
.layout .tagContent .classList dl dd img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.layout .tagContent .classList dl dd span {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 24px;
  vertical-align: middle;
  margin-left: 5px;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  cursor: pointer;
}
.layout .tagContent .classList dl dd span:hover {
  color: #0082ff;
}
.layout .tagContent .classList dl {
  width: 140px;
  margin-right: 41px;
  float: left;
}
.layout .tagContent .classList dl:nth-child(5n) {
  margin-right: 0px;
}
.layout .tagContent .classList dl dt {
  font-size: 18px;
  font-weight: bold;
  width: 115px;
  height: 30px;
  border-left: none;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding-left: 0px;
  margin-bottom: 10px;
}
.layout .tagContent .classList dl dd {
  padding: 10px 0px 0px;
}
.layout .tagContent .classList dl:nth-child(1) dt,
.layout .tagContent .classList dl:nth-child(6) dt {
  background: #89d042;
}
.layout .tagContent .classList dl:nth-child(2) dt,
.layout .tagContent .classList dl:nth-child(7) dt {
  background: #55bdf0;
}
.layout .tagContent .classList dl:nth-child(3) dt,
.layout .tagContent .classList dl:nth-child(8) dt {
  background: #ff6c6c;
}
.layout .tagContent .classList dl:nth-child(4) dt,
.layout .tagContent .classList dl:nth-child(9) dt {
  background: #40a1ff;
}
.layout .tagContent .classList dl:nth-child(5) dt,
.layout .tagContent .classList dl:nth-child(10) dt {
  background: #ff8e4f;
}
.layout .tagContent .classList dl:nth-child(n + 6) {
  margin-top: 50px;
}
.layout .tagContent .totalPh {
  width: 263px;
}
.layout .tagContent .totalPh .title span {
  width: 15px;
  height: 17px;
  display: inline-block;
  background-position: -66px -9px;
  vertical-align: middle;
  margin-top: -1px;
}
.layout .tagContent .totalPh .title {
  font-size: 18px;
  color: #0084ff;
  font-weight: bold;
  line-height: 24px;
}
.ph_list {
  padding: 0px 0px 20px 0px;
}
.ph_list dl {
  margin-top: 12px;
}
.ph_list dl dt span {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  background: #b1b1b1;
  text-align: center;
  border-radius: 5px;
}
.ph_list dl:nth-child(1) dt span {
  background: #ff331a;
}
.ph_list dl:nth-child(2) dt span {
  background: #ff843c;
}
.ph_list dl:nth-child(3) dt span {
  background: #ffc700;
}
.ph_list dl dt a {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 24px;
  margin-left: 5px;
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.ph_list dl dt a:hover {
  font-weight: bold;
}
.ph_list dl.show dt a {
  font-weight: bold;
}
.ph_list dl.show dt a:hover {
  color: #0082ff;
}
.ph_list dl dd {
  margin-left: 30px;
  margin-top: 10px;
  overflow: hidden;
  display: none;
}
.ph_list dl.show dd {
  display: flex;
}
.ph_list dl.show dd p img{
    width: 70px;
}
.ph_list dl dd .picture_box {
  width: 48px;
  height: 48px;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  display: block;
  float: left;
}
.ph_list dl dd .picture_box img {
  width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  vertical-align: top;
}
.ph_list dl dd p {
  vertical-align: top;
  font-size: 14px;
  color: #838282;
  float: left;
  margin-left: 10px;
}
.ph_list dl dd p span {
  color: #dbdbdb;
  padding: 0px 15px;
}
.ph_list dl dd p button,
.ph_list dl dd p a {
  display: block;
  width: 62px;
  height: 21px;
  border: 1px solid #0070f9;
  color: #0070f9;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  border-radius: 5px;
  margin-top: 5px;
  background: #fff;
  cursor: pointer;
  display: block;
}
.ph_list dl dd p button:hover,
.ph_list dl dd p a:hover {
  background: #0070f9;
  color: #fff;
}

.lzRecB {
  width: 1200px;
  margin: 20px auto;
  padding: 27px 20px 20px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  *zoom: 1;
}
.lzRecBL {
  float: left;
  width: 382px;
  margin-right: 22px;
}

.lzRecBM {
  float: left;
  width: 415px;
}

.lzRecBR {
  float: right;
  width: 316px;
}

.lzRecBL ul {
  padding-top: 5px;
  overflow: hidden;
  *zoom: 1;
}

.lzRecBL li {
  float: left;
  display: block;
  width: 186px;
  height: 142px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}

.lzRecBL li:nth-of-type(2n + 1) {
  margin-right: 9px;
}

.lzRecBL li a {
  display: block;
}

.lzRecBL li div {
  width: 186px;
  height: 105px;
  border-radius: 8px;
  overflow: hidden;
}

.lzRecBL li div img {
  width: 100%;
  min-height: 120px;
  height: auto;
}

.lzRecBL li div img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lzRecBL li a:hover img {
  transform: scale(1.2);
}

.lzRecBL li a p {
  font-size: 14px;
  color: #333;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lzRecBL .list {
  padding-top: 14px;
  border-top: 1px solid #8f8f8f;
}

.lzRecBL .list a {
  float: left;
  width: 186px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lzRecBL .list a:before {
  content: '';
  position: relative;
  top: 8px;
  vertical-align: top;
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-right: 6px;
  background: url(../img/icons.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -102px -5px;
}

.lzRecBL .list a:nth-of-type(2n + 1) {
  margin-right: 10px;
}

.lzRecBL .list a:hover {
  color: #0070f9;
}

.lzRecBM ul li {
  overflow: hidden;
  white-space: nowrap;
  line-height: 36px;
}

.lzRecBM ul li a {
  float: left;
  font-size: 16px;
  color: #333;
  width: 336px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.lzRecBM ul li span {
  float: right;
  font-size: 14px;
  color: #757575;
}

.lzRecBM ul li a:hover {
  color: #0070f9;
}

.lzRecBM ul li:nth-of-type(5n + 1) a {
  width: 100%;
  font-size: 18px;
  color: #0070f9;
  font-weight: bold;
  line-height: 38px;
  margin-top: 8px;
}

.lzRecBM ul li:nth-of-type(5n + 1) span {
  display: none;
}

.lzRecBM ul li:nth-of-type(1) a {
  margin-top: 5px;
}
.recMenu {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #8f8f8f;
  line-height: 48px;
}

.recMenu span {
  position: relative;
  font-size: 18px;
  color: #333;
  margin-left: 1px;
  cursor: pointer;
}

.recMenu span.current:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0070f9;
}

.recMenu span.current,
.recMenu span:hover {
  font-weight: bold;
}

.lzRecBR .info {
  display: block;
  padding: 20px;
  margin-bottom: 30px;
  background: url(../img/irecbg.png) no-repeat;
  overflow: hidden;
  *zoom: 1;
}

.lzRecBR .info img {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  box-shadow: 0px 5px 15px 0px rgba(110, 98, 244, 0.2);
  border-radius: 26px;
  margin-right: 22px;
}

.lzRecBR .info div {
  float: left;
  width: 152px;
  height: 100px;
}

.lzRecBR .info div p,
.lzRecBR .info div span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.lzRecBR .info div p {
  font-size: 22px;
  color: #424242;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 2px;
}

.lzRecBR .info div span {
  font-size: 14px;
  color: #757575;
  line-height: 26px;
}

.lzRecBR .info:hover div p {
  color: #ef493c;
}

.lzRecBR .info > p {
  float: left;
  font-size: 14px;
  color: #454545;
  max-height: 52px;
  line-height: 26px;
  margin: 18px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lzRecBR .list {
  width: 350px;
  overflow: hidden;
  *zoom: 1;
}

.lzRecBR .list a {
  float: left;
  display: block;
  width: 88px;
  height: 127px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-align: center;
  overflow: hidden;
  padding-top: 7px;
  margin-right: 23px;
}

.lzRecBR .list a img {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 20px;
  margin: 0 auto 8px;
}

.lzRecBR .list a 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;
  -webkit-transform-origin: right bottom center;
  -moz-transform-origin: right bottom center;
  -ms-transform-origin: right bottom center;
  -o-transform-origin: right bottom center;
  transform-origin: right bottom center;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.lzRecBR .list a:hover {
  color: #0070f9;
}
.recTit {
  border-top: 1px solid #8f8f8f;
  line-height: 48px;
}

.recTit span {
  position: relative;
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-left: 1px;
}

.recTit span:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0070f9;
}

.recTit a {
  float: right;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-right: 2px;
}

.recTit a:hover {
  color: #0070f9;
}
.bhIRank {
  position: relative;
  width: 1200px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.bhIRank .bhTit {
  position: absolute;
  top: 28px;
  width: 97%;
  height: 36px;
}

.bhIRank .bhTit a {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  height: 40px;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
  float: right;
  right: 0;
}

.bhIRank .tabMenu {
  position: relative;
  top: 4px;
  z-index: 1;
  width: 88%;
  padding: 3px 0 14px;
  overflow: hidden;
  *zoom: 1;
}

.bhIRank .tabMenu h2 {
  position: relative;
  float: left;
  display: block;
  margin-right: 32px;
  max-width: 80%;
  height: 46px;
  line-height: 40px;
  font-size: 26px;
  color: #999;
  cursor: pointer;
}

.bhIRank .tabMenu h2.current {
  color: #000;
}

.bhIRank .tabMenu h2:hover {
  color: #000;
}

.bhIRank .tabMenu h2:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.bhIRank .tabMenu h2.current:after,
.bhIRank .tabMenu h2:hover:after {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #0070f9;
}

.bhIRMenu {
  position: absolute;
  top: 31.5px;
  right: 125px;
  z-index: 2;
  height: 40px;
  color: #666;
  font-size: 16px;
  line-height: 36px;
}
.bhIRMenu span {
  cursor: pointer;
  color: #666;
  font-size: 16px;
  line-height: 36px;
}
.bhIRMenu span.current,
.bhIRMenu span:hover {
  color: #0070f9;
}
.bhIRMenu a {
  cursor: pointer;
  color: #666;
  font-size: 16px;
  line-height: 36px;
}

.bhIRMenu a:hover,
.bhIRMenu a:nth-of-type(1) {
  color: #0070f9;
}

.bhIRank .tabCont {
  padding: 14px 16px 13px 0;
  background: rgba(194, 217, 230, 0.1);
  border-radius: 20px;
  overflow: hidden;
  *zoom: 1;
}

.bhIRank ol {
  float: left;
  width: 50%;
}

.bhIRank ol li {
  position: relative;
  padding-right: 14px;
}

.bhIRank ol li a {
  position: relative;
  display: block;
  padding: 16px 30px 17px;
  overflow: hidden;
  *zoom: 1;
}

.bhIRank ol li a i {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #d5d6da;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}

.bhIRank ol li a img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 15px;
}

.bhIRank ol li a div {
  float: left;
  width: 220px;
  height: 70px;
  overflow: hidden;
}

.bhIRank ol li a div p {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bhIRank ol li a div span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bhIRank ol li a div span:nth-of-type(2) {
  margin-top: 8px;
}

.bhIRank ol li a > span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 72px;
  height: 28px;
  font-size: 14px;
  color: #0070f9;
  background: rgba(90, 150, 255, 0.1);
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
}

.bhIRank ol li:hover a > span {
  color: #fff;
  background: #0070f9;
}

.bhIRank ol li:after {
  content: '';
  position: absolute;
  right: 14px;
  bottom: 0;
  display: block;
  width: 408px;
  height: 0;
  border-bottom: 1px solid #f0f2f2;
  overflow: hidden;
}

.bhIRank ol:nth-of-type(1) li:nth-of-type(1) a i {
  color: #f2d079;
}

.bhIRank ol:nth-of-type(1) li:nth-of-type(2) a i {
  color: #c2d9e6;
}

.bhIRank ol:nth-of-type(1) li:nth-of-type(3) a i {
  color: #edb1a2;
}

.hotTags {
  width: 1200px;
  margin: 20px auto;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.hotTags_content {
  width: 100%;
  padding: 0px 25px;
  background: #fff;
  padding-bottom: 20px;
}
.hotTags_content .title {
  margin-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.hotTags_content .title h2 {
  font-size: 22px;
  color: #2c2c2c;
  font-weight: bold;
  line-height: 24px;
  padding: 13px 0px;
}
.hotTags .tempWrap {
  width: 1150px !important;
}
.hotTags ul {
  height: 32px;
  overflow: hidden;
  margin-top: 10px !important;
}
.hotTags ul li {
  width: 90px;
  height: 32px;
  float: left;
  line-height: 32px;
  margin-right: 80px;
  margin-left: 0px;
  font-size: 14px;
  color: #2c2c2c;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.hotTags ul li a {
  width: auto !important;
  font-size: 14px;
  color: #2c2c2c;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
