*,
*:before,
*:after,
*::before,
*::after {
  box-sizing: border-box;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #575962;
  text-decoration: none;
}
a:hover {
  color: #28acd2;
}
html {
  height: 100%;
  min-height: 272px;
}
body {
  position: relative;
  min-width: 1200px;
  min-height: 100%;
  padding-top: 144px;
  padding-bottom: 128px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
  line-height: normal;
  color: #575962;
}
.g-main {
  width: 1200px;
  margin: 0 auto;
}
.lic-input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 16px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.lic-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.lic-header .header-top {
  height: 88px;
}
.lic-header .header-nav {
  height: 56px;
  line-height: 56px;
  background-color: #28acd2;
}
.lic-header .header-nav ul > li {
  float: left;
  width: 14.28%;
  text-align: center;
}
.lic-header .header-nav ul > li.active {
  background-color: #1897bb;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.lic-header .header-nav ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.lic-header .header-logo {
  float: left;
  margin-top: 19px;
}
.lic-header .header-search {
  position: relative;
  float: left;
  width: 380px;
  height: 40px;
  margin-top: 24px;
  margin-left: 80px;
}
.lic-header .header-search .lic-input {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 48px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
}
.lic-header .header-search i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #808695;
  cursor: pointer;
}
.lic-header .header-search i:hover {
  color: #28acd2;
}
.lic-header .header-user {
  float: right;
  line-height: 88px;
}
.lic-header .header-user a {
  display: inline-block;
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
}
.lic-header .header-user a.wechat-login {
  font-size: 18px;
  color: #53b02a;
}
.lic-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 128px;
  background-color: #eaeaea;
}
.lic-footer .footer-info {
  padding-top: 32px;
  line-height: 32px;
  width: 500px;
  margin: 0 auto;
}
.lic-footer .footer-link-left {
  float: left;
  padding-top: 35px;
}
.lic-footer .footer-link {
  float: right;
  padding-top: 32px;
}
.lic-footer .footer-link > ul > li {
  float: left;
  width: 64px;
  height: 64px;
  text-align: center;
  background-color: #fff;
}
.lic-footer .footer-link > ul > li + li {
  margin-left: 28px;
}
.lic-footer .footer-link > ul > li.link-party {
  background-color: transparent;
}
.lic-footer .footer-link .item-icon {
  height: 40px;
}
.lic-footer .footer-link .item-icon.icon-weibo {
  background: url("../img/icon-weibo.png") no-repeat center;
}
.lic-footer .footer-link .item-icon.icon-wechat {
  background: url("../img/icon-wechat.png") no-repeat center;
}
.lic-main .lic-title {
  width: 100%;
  height: 200px;
  background: #f5f6f8;
  padding-top: 65px;
}
.lic-main .lic-title span {
  display: block;
  color: #303133;
  font-size: 36px;
  margin-bottom: 8px;
}
.lic-main .lic-title i {
  font-style: normal;
  color: #808695;
  font-size: 18px;
}
.lic-main .lic-list {
  padding: 30px 0;
}
.lic-main .lic-list ul > li {
  font-size: 20px;
  color: #575962;
  padding: 15px 0;
}
.lic-main .lic-list ul > li .article-time {
  float: right;
  color: #808695;
}
.lic-main .lic-list ul > li .article-title {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lic-main .lic-list .lic-pages {
  text-align: center;
  font-size: 16px;
  color: #575962;
  padding: 30px 0 15px 0;
}
.lic-main .lic-list .lic-pages ul > li {
  display: inline-block;
  cursor: pointer;
  line-height: 28px;
  padding: 0 10px;
}
.lic-main .lic-list .lic-pages ul > li.not-allowed {
  cursor: not-allowed;
  color: #808695;
}
.lic-main .lic-list .lic-pages ul > li.active {
  background: #28acd2;
  color: #ffffff;
}
.lic-main .lic-detail .crumbs {
  padding: 20px 0;
  font-size: 16px;
  color: #303133;
  border-bottom: 1px solid #eaeaea;
}
.lic-main .lic-detail .crumbs ul > li {
  display: inline-block;
}
.lic-main .lic-detail .crumbs ul > li + li + li:before {
  content: ' > ';
}
.lic-main .lic-detail .article {
  padding: 40px 0;
  color: #303133;
  font-size: 18px;
}
.lic-main .lic-detail .article .article-title {
  text-align: center;
  font-size: 36px;
}
.lic-main .lic-detail .article .article-subTitle {
  padding: 25px 30px;
  text-align: center;
}
.lic-main .lic-detail .article .article-subTitle span {
  padding: 0 20px;
}
.lic-main .lic-detail .article .article-content {
  line-height: 36px;
}
.lic-main .lic-detail .article .article-appendix {
  padding: 30px 0;
}
.lic-main .lic-detail .article .article-appendix a {
  color: #28acd2;
}
.lic-btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #28acd2;
  border: 1px solid #28acd2;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}
.lic-btn.btn-line {
  color: #28acd2;
  background: #fff;
}
