.box {
  margin-top: 20px;
}
.software-card {
  height: 100px;
  box-sizing: border-box;
  padding: 27px 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.software-card .left .name {
  font-weight: bold;
  font-size: 16px;
  color: #026ecc;
  margin-bottom: 10px;
}
.software-card .left span {
  color: #666666;
  font-size: 14px;
width:95%;
}
.software-card .down {
  width: 100px;
  height: 30px;
  background-color: #cccccc;
  border-radius: 15px;
  font-size: 14px;
  color: #666666;
display:inline-block;
 text-align:center;
 line-height:30px;
}
.page {
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.page .paging {
  display: flex;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.page .paging span {
  display: inline-block;
  padding: 12px 16px;
  font-size: 14px;
  color: #666666;
  border-right: 1px solid #ccc;
}
.page .paging span:last-child {
  border-right: none;
}
.page .paging .active {background-color: #026ecc;color: #ffffff;}
.page .paging .active a{color: #ffffff;}
.page .paging .hov:hover {
  color: red;
}
@media screen and (max-width: 768px) {
.software-card {height: auto;box-sizing: border-box;padding: 10px 8px;margin-bottom: 10px;line-height: 26px;background-color: #f5f5f5;}
.software-card .left .name{margin-bottom: 5px;}
.page {margin-top:10px;margin-bottom:20px;}
}

.top {
  box-sizing: border-box;
  height: 60px;
}
.top .inner {
  overflow: hidden;
  height: 100%;
  color: #026ecc;
}
.top .inner .search i {
  line-height: 1;
  color: #026ecc;
  margin-right: 20px;
}
.top .inner .search span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
.top .inner .search input {
  outline: 0;
  width: 200px;
  height: 30px;
  margin-right: 20px;
  border: solid 1px #015198;
}
.top .inner .search .search-btn {    float: right;
  width: 60px;
  height: 30px;
  color: #ffffff;
  background-color: #026ecc;
  margin-right: 40px;
}
.top .inner .hot-search {
  color: #222222;
  font-size: 16px;
}
.top .inner .hot-search .title {
  margin-right: 20px;
  font-size: 18px;
  color: #ff2c21;
  font-weight: bold;
}