@charset "UTF-8";
/* 主题色 */
body {
  background-color: #eeeeef;
}

.content {
  margin-top: 49px;
  margin-bottom: 70px;
  overflow: hidden;
}
.content .l {
  width: 803px;
}
.content .l .hot-three .mt-10 {
  margin-top: 10px;
}
.content .l .hot-three .l-img {
  width: 532px;
  height: 330px;
  position: relative;
}
.content .l .hot-three .l-img img {
  width: 100%;
  height: 100%;
}
.content .l .hot-three .l-img .txt {
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 75px;
  left: 0;
  padding: 0 30px;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
}
.content .l .hot-three .r-img {
  width: 262px;
  height: 160px;
}
.content .l .hot-three .r-img img {
  width: 100%;
  height: 100%;
}
.content .l .article-category-tab {
  border-bottom: 1px solid #b4b4b5;
  margin-top: 40px;
}
.content .l .article-category-tab .category-item {
  float: left;
  width: 16.66%;
  text-align: center;
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.content .l .article-category-tab .category-item.on {
  border-color: #ea5404;
}
.content .l .article-category-tab .category-item.on a {
  color: #ea5404;
}
.content .l .article-category-tab .category-item a:hover {
  color: #ea5404;
}
.content .l .article-list .no-data {
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.content .l .article-list .article-item {
  padding: 40px 0;
  border-bottom: 1px solid #afafb0;
}
.content .l .article-list .article-item:hover {
  background-color: #e5e5e5;
}
.content .l .article-list .article-item .img {
  width: 256px;
  height: 143px;
}
.content .l .article-list .article-item .img img {
  width: 100%;
}
.content .l .article-list .article-item .info {
  width: 480px;
  margin-right: 16px;
}
.content .l .article-list .article-item .info .tit {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.content .l .article-list .article-item .info .tit:hover .txt {
  color: #ea5404;
}
.content .l .article-list .article-item .info .tit .txt {
  color: #595858;
}
.content .l .article-list .article-item .info .intro {
  margin-top: 10px;
  font-size: 13px;
  color: #717171;
  line-height: 24px;
}
.content .l .my-paginator {
  margin-top: 56px;
}
.content .r {
  width: 364px;
}
.content .r .mb-16 {
  margin-bottom: 16px;
}
.content .r .search-group {
  overflow: hidden;
  margin-bottom: 32px;
}
.content .r .search-group .txt {
  display: inline-block;
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  font-size: 13px;
  color: #595858;
}
.content .r .search-group .inp {
  width: 278px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-left-width: 0;
  border-right-width: 0;
}
.content .r .search-group .btn {
  width: 32px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
  border-radius: 0 4px 4px 0;
}
.content .r .mini-time {
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
}
.content .r .mini-time .tit {
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  padding-left: 10px;
  border-left: 4px solid #ea5404;
}
.content .r .mini-time .tit .sub {
  margin-left: 16px;
  font-size: 13px;
  color: #717171;
}
.content .r .mini-time .list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.content .r .mini-time .list .item {
  margin-top: 25px;
}
.content .r .mini-time .list .item .l-img {
  display: inline-block;
  position: relative;
}
.content .r .mini-time .list .item .l-img .txt {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.content .r .mini-time .list .item .article-tit {
  width: 258px;
  font-size: 13px;
  line-height: 24px;
}
.content .r .mini-time .list .item .article-tit a {
  color: #595858;
}
.content .r .mini-time .list .item .article-tit a:hover {
  color: #ea5404;
}
.content .r .img-link {
  height: 234px;
  border-radius: 4px;
  overflow: hidden;
  background: url("../../images/customerCase/4-成功案例-03.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.content .r .img-link .tit {
  margin-top: 46px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  text-align: center;
  color: #00f8ed;
  font-weight: 700;
}
.content .r .img-link .sub-tit {
  margin-top: 10px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.content .r .img-link .b-btn {
  margin-top: 30px;
  text-align: center;
}
.content .r .img-link .b-btn .btn {
  width: 90px;
  height: 28px;
  color: #fff;
  line-height: 26px;
  background-color: #03c0e7;
  border-color: #03c0e7;
}
.content .r .solution {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
}
.content .r .solution > .tit {
  height: 49px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #f5f5f5;
  line-height: 48px;
  font-size: 18px;
  padding-left: 16px;
  color: #595858;
}
.content .r .solution .list {
  padding: 0 16px;
  margin-bottom: 25px;
}
.content .r .solution .list .item {
  margin-top: 25px;
}
.content .r .solution .list .item:nth-child(1) .box {
  background: url("../../images/customerCase/4-成功案例-04.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item:nth-child(2) .box {
  background: url("../../images/customerCase/4-成功案例-05.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item:nth-child(3) .box {
  background: url("../../images/customerCase/4-成功案例-06.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item:nth-child(4) .box {
  background: url("../../images/customerCase/4-成功案例-07.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item .box {
  width: 100%;
  height: 212px;
  position: relative;
}
.content .r .solution .list .item .box:hover .c {
  display: none;
}
.content .r .solution .list .item .box:hover .mask {
  display: block;
}
.content .r .solution .list .item .box .c {
  width: 100%;
  height: 98px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 57px;
  left: 0;
}
.content .r .solution .list .item .box .c .tit {
  margin-top: 22px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.content .r .solution .list .item .box .c .sub-tit {
  margin-top: 12px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.content .r .solution .list .item .box .mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.content .r .solution .list .item .box .mask .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -17px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}
.content .r .solution .list .item .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 24px;
  color: #717171;
}
.content .r .get-plan-btn .btn {
  width: 100%;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
}
.content .r .get-plan-btn .btn img {
  margin-right: 12px;
}

/*# sourceMappingURL=webArticleList.css.map */
