@charset "UTF-8";
/* CSS Document */

* {
  margin: 0px;
}

body {
  background-color: #f9f9f9;
}

body>div {
  width: 1100px;
  margin: 0 auto;
  font-family: "微软雅黑", "Microsoft YaHei", "苹方", "PingFang sc";
}

.banner {
  width: 100%;
  height: 90px;
  line-height: 90px;
  background-image: url(/r/cms/zwpt/web/images/qjd/banner3.png);
  background-position: center;
  background-repeat: no-repeat;
}

.banner>span {
  display: block;
  width: 1080px;
  margin: auto;
  padding-left: 20px;
  font-size: 31px;
  color: #fff;
}

.location {
  padding: 25px 0px;
  font-size: 17px;
  color: #666;
}

.location>* {
  display: inline;
}

.location a {
  text-decoration: none;
  color: #666;
}

.banner-big {
  background-image: url(/r/cms/zwpt/web/images/qjd/banner-big5.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 266px;
}

.content {
  border: solid 1px #ddd;
  background-color: #fff;
  width: 1098px;
  font-size: 0px;
  display: flex;
  justify-content: space-between;
}

.info, .apps {
  padding: 30px;
  display: inline-block;
  font-size: 14px;
  height: 370px;
}

.info {
  width: 398px;
  padding-right: 15px;
}

.tabs {
  display: flex;
  justify-content: space-between;
}

.tab {
  border: solid 1px #e1e1e1;
  background-color: #e1e1e1;
  color: #999;
  font-size: 19px;
  flex: auto;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.active {
  background-color: #5133b7 !important;
  border-color: #5133b7 !important;
  color: #fff !important;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  display: none;
}

.show {
  display: block;
}

li a {
  display: flex;
  justify-content: space-between;
  color: #666;
  height: 38px;
  border-bottom: dashed 1px #ddd;
  transition-duration: 0.5s;
}

li a span {
  display: inline-block;
  line-height: 38px;
}

li a span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-basis: 280px;
  font-size: 15px;
}

li a span:last-child {
  flex-basis: 120px;
  text-align: right;
  font-size: 13px;
  color: #999;
  margin-right: 10px;
}

li a::before {
  content: ".";
  position: relative;
  font-size: 20px;
  top: -10px;
  margin: 10px;
  display: inline;
}

li a.top::before {
  content: "顶";
  font-size: 12px;
  top: 0px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  border: solid 1px #f00;
  border-radius: 4px;
  color: #f00;
  margin: 10px 4px;
}

li a:hover {
  background-color: #f4f4f4;
}

.apps {
  width: 610px;
  padding-left: 15px;
}

.title {
  display: flex;
}

.applist {
  display: none;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  height: 75%;
  padding: 20px 0px;
}

.app {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  color: #999;
  font-size: 13px;
  border-radius: 4px;
  padding: 10px;
  transition-duration: 0.5s;
  max-height: 122px;
}

.app:hover {
  background-color: #f4f4f4;
}

.app img {
  width: 60px;
  height: 60px;
}

.app span {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.pagination {
  text-align: center;
}

.pageTab {
  border: solid 1px #ddd;
  background-color: #f0f0f0;
  flex: auto;
  width: 40px;
  height: 8px;
}

.appListShow {
  display: flex;
  justify-content: flex-start;
  align-content: space-between;
}

