.modulelist {
  background-color: #f5f7fa;
}
.modulelist_box {
  width: 1200px;
  margin: 0 auto;
  padding: 23px 0 58px;
}
.modulelist_nav {
  color: #999999;
  font-size: 14px;
}
.modulelist_nav > span:nth-last-child(1) {
  color: #333333;
}
.modulelist_nav > a:hover span {
  color: #3d7efe;
}

/************************* tabs ********************************/
.modulelist_tab {
  margin-top: 19px;
  width: 1200px;
  background-color: #fff;
}
.modulelist_tab_top {
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #d7d7d7;
}
.modulelist_tab_left {
  float: left;
  width: 120px;
  height: 68px;
  background-color: #f2f2f2;
  padding-left: 26px;
  color: #666666;
}
.modulelist_tab_right > span {
  margin: 0 24px;
  color: #005aa0;
}

.modulelist_tab_right > span > a {
  color: #333;
}
.modulelist_tab_right > span:hover {
  cursor: pointer;
}
.modulelist_tab_right > span > a:hover {
  color: #3D7EFF;
}
/**************************** 排序 ****************************/
.modulelist_icon_top {
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent #999999 transparent;
}
.modulelist_icon_bom {
  margin-top: 2px;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #999999 transparent transparent transparent;
}
.modulelist_sort {
  width: 1194px;
  height: 32px;
  background-color: #f2f2f2;
  padding: 4px 0 0 4px;
  margin-top: 28px;
  border: 1px solid #d7d7d7;
}
.modulelist_sort > div:nth-child(1),
.modulelist_sort > div:nth-child(2),
.modulelist_sort > div:nth-child(3) {
  cursor: pointer;
}

.sort_item {
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
  width: 63px;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background-color: #fff;
  font-size: 12px;
}
.sort_compre {
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  width: 64px;
  background-color: #3d7eff;
  float: left;
  font-size: 12px;
}
.sort_item > div {
  float: right;
  margin-top: 4px;
  margin-right: 12px;
}
.sort_item > input {
  border: none;
  float: right;
  width: 22px;
  margin-top: 7px;
  margin-right: 12px;
  font-size: 8px;
  background: #fff;
}
.sort_gang {
  float: left;
  height: 27px;
  line-height: 27px;
}
.modulelist_sort > div:nth-child(6) {
  border: 1px solid #d7d7d7;
}

/**************************** 列表 *************************/
.modulelist_cont {
  width: 1200px;
  /*height: 1275px;*/
  background-color: #fff;
  margin-top: 9px;
  padding-bottom: 10px;
}
.modulelist_cont_item {
  width: 216px;
  padding-top: 20px;
  margin-left: 17px;
  float: left;
}
.modulelist_cont_item .module-title:hover{
	color: #3D7EFF;
}
.modulelist_cont_item  > img {
  width: 216px;
  height: 216px;
}
.modulelist_cont_item > div:nth-child(2) {
  margin-top: 10px;
  color: #ff580e;
}
.modulelist_cont_item > div:nth-child(3) {
  margin-top: 12px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.modulelist_active {
  color: #3d7eff !important;
}
.modulelist_active a{
  color: #3d7eff !important;
}
