.outLine {
  width: 900px;
}
.mainUl li {
  width: 276px;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.mainUl li:nth-of-type(3n) {
  margin-right: 0px;
}
/* .mainUl li .leftBox {
  width: 640px;
} */

.mainUl li .rightBox {
  width: 170px;
  border-left: 1px solid #eee;
  height: 60px;
}
.mainUl .titleBox .icon0 {
  width: 44px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #e7f0fc;
  border: 1px solid #8ab4f2;
  color: #1569e6;
  border-radius: 4px;
}
.mainUl .titleBox .icon1 {
  width: 44px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #fff6e9;
  border: 1px solid #ffd191;
  color: #ff9548;
  border-radius: 4px;
}
.mainUl .titleBox .icon2 {
  width: 44px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #e5faf2;
  border: 1px solid #7fe6bd;
  color: #00ce7c;
  border-radius: 4px;
}
.mainUl .titleBox a {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  margin-left: 8px;
}
.mainUl .titleBox a:hover {
  color: #1569e6;
}
.mainUl .infoBox {
  color: #8b94a1;
}
.rightList {
  width: 280px;
}
.rightList .topLink {
  width: 280px;
  height: 48px;
  border: 1px solid #eee;
}
.rightList .topLink a {
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.rightList .topLink .link01 {
  background: #1569e6;
  color: #fff;
}
.rightList .topLink .link02 {
  background: #f4f7fc;
  color: #8b94a1;
}
/* 推荐列表 */
.recommend {
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.recommend .titletop {
  height: 47px;
}
.recommend .titletop span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 17px;
}
.recommend .titletop a {
  color: #8b94a1;
  margin-top: 21px;
}
.recommend ul li {
  line-height: 36px;
  height: 36px;
  padding-left: 14px;
  background: url(../../public/images/icons/spot.png) no-repeat left center;
}
.recommend ul li a {
  display: block;
  width: 100%;
  height: 36px;
}
.recommend ul li a:hover {
  color: #1569e6;
}
.tjIcon {
  background: url(../../public/images/icons/tjIcon.png) no-repeat center;
  display: inline-block;
  height: 22px !important;
  width: 39px !important;
  vertical-align: bottom;
}
