.m-coll2 {
  margin-bottom: 16px;
}

.m-coll2 .m-coll2-left,
.m-coll2 .m-coll2-right {
  display: inline-block;
  /* overflow: hidden; */
  margin-top: 8px;
  margin-bottom: 8px;
  vertical-align: top;
}

.m-coll2 .m-coll2-left {
  width: 668px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-coll2 .m-coll2-left .m-slide {
  position: relative;
  width: 100%;
  height: 375px;
}

.m-slide .hd {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 50;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.m-coll2 .m-coll2-left .m-slide .hd ul {
  width: 100%;
  margin-top: 16px;
}

.m-coll2 .m-coll2-left .m-slide .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ebedf0;
  cursor: pointer;
}

.m-coll2 .m-coll2-left .m-slide .hd ul li.on {
  background: #4182e1;
}

.m-coll2 .m-coll2-left .m-slide .bd {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.m-coll2 .m-coll2-left .m-slide .bd li {
  zoom: 1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.m-coll2 .m-coll2-left .m-slide .bd .img-box {
  display: block;
  position: relative;
  width: 100%;
  height: 375px;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.m-coll2 .m-coll2-left .m-slide .img-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.m-coll2 .m-coll2-left .m-slide .bd .img-box .tt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
  padding: 0 10px;
  padding-right: 200px;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .5);
}

.m-coll2 .m-coll2-left .m-slide .prev,
.m-coll2 .m-coll2-left .m-slide .next {
  display: block;
  position: absolute;
  top: 50%;
  left: 3%;
  width: 32px;
  height: 40px;
  margin-top: -25px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.m-coll2 .m-coll2-left .m-slide .next {
  right: 3%;
  left: auto;
  background-position: 8px 5px;
}

.m-coll2 .m-coll2-left .m-slide .prev:hover,
.m-coll2 .m-coll2-left .m-slide .next:hover {
  opacity: 1;
}

.m-popular {
  width: 485px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.m-popular .m-popular-app {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebedf0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-popular .m-popular-app .item {
  width: 100%;
  padding: 8px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.m-popular .m-popular-app .item .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  background: url(../images/icon-hot.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.m-popular .m-popular-app .item .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #323232;
}

.m-popular .m-popular-app .item .title:hover {
  color: #ff5a60;
}

.m-popular .m-popular-app .item .txt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #646566;
}

.m-popular .m-popular-app .item:hover {
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
  box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
}

.m-popular .m-popular-article {
  padding-top: 10px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-popular .m-popular-article a {
  display: block;
  position: relative;
  padding-right: 100px;
  font-size: 14px;
  line-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-popular .m-popular-article a span {
  position: absolute;
  right: 0;
}

.m-popular .m-popular-article a:hover span {
  color: #646566;
}

.m-gg {
  width: 100%;
}

.m-gg img {
  width: 100%;
  height: 68px;
}

.m-coll {
  position: relative;
  margin-top: 16px;
  font-size: 0;
}

.m-coll .m-coll-item {
  display: inline-block;
  height: 668px;
  padding: 20px 14px 16px;
  font-size: 14px;
  vertical-align: top;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  background: #fff;
}

.common-classify-game .title .icon-title {
  width: 26px;
  height: 26px;
  vertical-align: -4px;
  background-image: url(../images/icon-game.png);
}

.common-classify-rjjc .title .icon-title {
  vertical-align: -2px;
  background-image: url(../images/icon-rjjc.png);
}

.common-classify-xwzx .title .icon-title {
  vertical-align: -2px;
  background-image: url(../images/icon-news1.png);
}

.m-coll2 .content .con-left,
.m-coll2 .content .con-right {
  display: inline-block;
  vertical-align: top;
}

.m-coll2 .content .con-left {
  width: 482px;
  margin-top: 14px;
}

.m-coll2 .content .con-left .item {
  margin-bottom: 10px;
}

.m-coll2 .content .con-left .title {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  text-indent: 6px;
  color: #4182E1;
}

.m-coll2 .content .con-left .item .item-left {
  float: left;
  width: 335px;
  margin-top: 8px;
}

.m-coll2 .content .con-left .item .item-left a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-left: 6px;
  font-size: 14px;
  line-height: 1.8;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
}

.m-coll2 .content .con-left .item .item-left .intro {
  padding-left: 6px;
  font-size: 12px;
  line-height: 1.7;
  color: #8d8d8d;
}

.m-coll2 .content .con-left .item .item-left .time {
  margin-left: 10px;
  color: #e63e14;
}

.m-coll2 .content .con-left .item .img-box {
  float: right;
  width: 121px;
  height: 78px;
  overflow: hidden;
}

.m-coll2 .content .con-left .item .img-box img {
  width: 121px;
  height: 75px;
}

.m-coll2 .content .con-right {
  width: 650px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-coll2 .content .m-gg {
  display: inline-block;
  width: 270px;
  height: 450px;
  margin-top: 14px;
  margin-left: 12px;
  vertical-align: top;
}

.m-coll2 .content .m-gg a {
  display: block;
  width: 248px;
  height: 135px;
  margin-bottom: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.m-coll2 .content .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;
}

.m-coll2 .content .consulting-rank {
  display: inline-block;
  width: 350px;
  margin-left: 12px;
  vertical-align: top;
}

.m-coll2 .content .consulting-rank h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  /* border-bottom: 1px solid #; */
}

.m-coll2 .content .consulting-rank .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  vertical-align: -8px;
  background: url(../images/icon-rmgl.png) no-repeat center;
}

.m-coll2 .content .consulting-rank .item,
.m-coll2 .content .consulting-rank .item a {
  display: block;
  line-height: 37px;
  margin-bottom: 3px;
}

.m-coll2 .content .consulting-rank .item .num {
  font-weight: bold;
  color: #646566;
}

.m-coll2 .content .consulting-rank .item:nth-of-type(1) .num {
  color: #f82e04;
}

.m-coll2 .content .consulting-rank .item:nth-of-type(2) .num {
  color: #f65b0d;
}

.m-coll2 .content .consulting-rank .item:nth-of-type(3) .num {
  color: #fa8e17;
}

/* ======================详情页=============================== */
.m-main-item .box {
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  background: #fff;
}

.m-main-item {
  display: inline-block;
  position: relative;
  margin-top: 16px;
  vertical-align: top;
}

.m-main-left {
  width: 870px;
  min-height: 1600px;
}

.m-main-right {
  float: right;
  width: 310px;
}

.m-main-left .news-intro .news-title {
  width: 100%;
  margin-top: 20px;
  /* font-weight: bold; */
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #323232;
}

.m-main-left .news-intro .author-time {
  font-size: 14px;
  line-height: 3;
  text-align: center;
}

.m-main-left .news-intro .author-time .author {
  margin-right: 100px;
}

.m-main-left .news-intro .recommend-soft {
  position: relative;
  width: 100%;
  height: 108px;
  padding: 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f8fa;
}

.m-main-left .news-intro .recommend-soft:hover {
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
  box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
}

.m-main-left .news-intro .recommend-soft img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m-main-left .news-intro .recommend-soft .info {
  display: inline-block;
  position: relative;
  width: 550px;
  margin-left: 10px;
  vertical-align: top;
}

.m-main-left .news-intro .recommend-soft .info .title {
  font-size: 16px;
  line-height: 2;
}

.m-main-left .news-intro .recommend-soft .info p {
  font-size: 12px;
  line-height: 1.8;
  color: #969799;
}

.m-main-left .news-intro .recommend-soft .info .sw-intro span {
  margin-right: 15px;
}

.m-main-left .news-intro .recommend-soft .btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 88px;
  height: 38px;
  margin-top: -19px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: -webkit-linear-gradient(156deg, #4285e3 0%, #57c2ff);
  background: -moz-linear-gradient(156deg, #4285e3 0%, #57c2ff);
  background: -o-linear-gradient(156deg, #4285e3 0%, #57c2ff);
  background: linear-gradient(294deg, #4285e3 0%, #57c2ff);
}

.m-main-left .news-intro .article {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.m-main-left .news-intro .article img {
  max-width: 100%;
  margin: 10px auto;
}

.m-main-left .news-intro .article p {
  font-size: 14px;
  line-height: 2;
}

.m-main-left .relation-article-box>.title {
  position: relative;
  height: 52px;
  font-size: 24px;
  line-height: 52px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ebedf0;
}

.m-main-left .relation-article-box>.title>.icon-title {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  background: url(../images/icon-article.png) no-repeat center;
}

.m-main-left .relation-article-box ul {
  margin-top: 10px;
  font-size: 0;
}

.m-main-left .relation-article-box ul li {
  float: left;
  width: 384px;
  height: 30px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  text-indent: 1.5em;
  border-bottom: 1px dashed #ccc;
  background: url(../images/icon-dian3.png) 5px center no-repeat;
}

.m-main-left .relation-article-box ul li a {
  display: block;
  width: 100%;
}

.m-main-right .m-right-item .title {
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ebedf0;
}

.m-main-right .m-right-item .title .icon-title {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  vertical-align: text-top;
  background: url(../images/icon-news.png) no-repeat center;
}

.m-main-right .m-right-item .title .more {
  float: right;
  width: 46px;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #c8c9cc;
  color: #c8c9cc;
}

.m-main-right .m-right-item .title i {
  display: inline-block;
  vertical-align: middle;
}

.m-main-right .m-right-item .title .icon-more {
  float: right;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-top: -1.5px;
  background: url(../images/arrow.png) no-repeat center;
}

.m-main-right .fresh-news .item {
  height: 57px;
  overflow: hidden;
  margin-top: 10px;
}

.m-main-right .fresh-news .img-box {
  display: inline-block;
  float: left;
  width: 84px;
  height: 57px;
  overflow: hidden;
  margin-right: 5px;
}

.m-main-right .fresh-news .img-box img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.m-main-right .fresh-news .item-txt {
  width: 177px;
  height: 44px;
  padding-top: 6px;
  line-height: 22px;
  text-align: left;
}

.m-main-right .week-hot .title .icon-title {
  background-image: url(../images/icon-bzrt.png);
}

.m-main-right .week-hot .item {
  width: 33%;
}

.m-main-right .hot-news .title .icon-title {
  background-image: url(../images/icon-hot.png);
}

.m-main-right .hot-news .img-txt-list {
  width: 100%;
  margin-top: 10px;
  font-size: 0;
}

.m-main-right .hot-news .img-txt-list .item {
  display: inline-block;
  width: 50%;
  padding: 8px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-main-right .hot-news .img-txt-list .item:hover {
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
  box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
}

.m-main-right .hot-news .img-txt-list .img-box {
  display: block;
  width: 100%;
  height: 92px;
  margin-bottom: 10px;
}

.m-main-right .hot-news .img-txt-list .img-box img {
  width: 100%;
  height: 100%;

}

.m-main-right .hot-news .img-txt-list .item-txt {
  display: block;
  width: 100%;
}

.m-main-right .hot-news .txt-list {
  width: 100%;
}

.m-main-right .hot-news .txt-list .item {
  display: block;
  margin-top: 15px;
}