* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul,
dl {
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #42B6E7;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 3650390 */
  src: url('../font/iconfont/iconfont.woff2') format('woff2'), url('../font/iconfont/iconfont.woff') format('woff'), url('../font/iconfont/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 16px;
  color: #333;
  background: #F4F6F7;
}
.logo {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.banner img {
  display: block;
  width: 100%;
}
.navFix {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
}
nav {
  width: 100%;
  height: 60px;
  background: #fff;
  margin: 0 auto;
}
nav .nav-con {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  height: 60px;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 1220px) {
  nav .nav-con {
    width: 96%;
  }
}
@media (max-width: 767px) {
  nav .nav-con {
    width: 88%;
  }
}
nav .nav-con li {
  width: 33.33%;
  height: auto;
  float: left;
  position: relative;
}
nav .nav-con li a {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
}
nav .nav-con li:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: transparent;
}
nav .nav-con .active a {
  color: #42B6E7;
}
nav .nav-con .active:after {
  background: #42B6E7;
}
.explain {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin: 30px auto 0;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1220px) {
  .explain {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .explain {
    width: 88%;
  }
}
.explain strong {
  color: #42B6E7;
}
.page-theme {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin: 30px auto 0;
}
@media (max-width: 1220px) {
  .page-theme {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .page-theme {
    width: 88%;
  }
}
.page-title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.page-title .title {
  font-size: 28px;
  font-weight: bold;
}
.page-title .date {
  color: #999999;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title .date .iconfont {
  font-size: 18px;
  margin-right: 5px;
}
.page-title .date .text {
  font-size: 15px;
  font-weight: bold;
}
.page-row {
  margin: 25px auto 0;
}
.page-row .row {
  margin-right: -20px;
  margin-left: -20px;
}
.page-row .col-item {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-row .item {
  height: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.page-row .item:hover {
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.04), 0px 10px 30px rgba(0, 0, 0, 0.04);
}
.page-row .item .title-pic img {
  border-radius: 10px;
  width: 100%;
}
.page-row .item .title-text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.page-row .item .date {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  height: 26px;
  background: #42B6E7;
}
.page-row .item .date span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  font-weight: bold;
  background: linear-gradient(89.86deg, #85D4FF 4.99%, #42B6E7 80.87%);
  border-radius: 5px 0px 0px 5px;
  padding: 0px 6px;
  color: #fff;
  position: relative;
  left: 9px;
  top: 0px;
}
.page-row .item .brief {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #4D4D4D;
  margin-top: 15px;
}
.page-row .item .item-title {
  margin-bottom: 15px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.page-row .item .item-title .text {
  font-size: 16px;
  font-weight: bold;
  display: block;
  flex-shrink: 0;
}
.page-row .item .item-title .line {
  width: 100%;
  height: 1px;
  background: #ededed;
  margin-left: 20px;
}
.page-row .item .speaker-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-row .item .speaker-item:last-of-type {
  margin-bottom: 0px;
}
.page-row .item .speaker-item .speaker-pic {
  width: 100px;
  margin-right: 25px;
}
.page-row .item .speaker-item .speaker-pic img {
  display: block;
}
.page-row .item .speaker-item .speaker-text {
  padding-left: 10px;
  border-left: 3px solid #42B6E7;
}
.page-row .item .speaker-item .speaker-text .name {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.page-row .item .speaker-item .speaker-text .post {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #4D4D4D;
}
.page-row .item .data-down {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.page-row .item .data-down .date-item {
  margin-bottom: 8px;
}
.page-row .item .data-down .date-item:last-of-type {
  margin-bottom: 0px;
}
.page-row .item .data-down .date-item .text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #F5F5F5;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 0px 10px;
  font-size: 14px;
}
.page-row .item .data-down .date-item .text .iconfont {
  color: #42B6E7;
  font-size: 16px;
}
.page-row .item .layui-input-block {
  margin: 0px;
  min-height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-row .item .layui-form-checkbox {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  right: 0px;
  top: 0px;
  left: auto;
  margin: 0px;
  padding: 0px;
  border-radius: 15px;
  border: 1px solid transparent !important;
}
.page-row .item .layui-icon-ok:before {
  content: '\e88c';
  font-family: "iconfont" !important;
  font-size: 34px;
  position: absolute;
  top: 10px;
  left: 30px;
}
.page-row .item .layui-form-checked {
  border: 1px solid #42B6E7 !important;
}
.page-row .item .layui-form-checkbox i {
  position: absolute;
  top: -1px;
  right: -1px;
  left: auto;
  border: none;
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, transparent, transparent 50%, #D9D9D9 50%, #D9D9D9 100%);
  border-radius: 0px;
}
.page-row .item .layui-form-checked[lay-skin="primary"] i {
  background: linear-gradient(45deg, transparent, transparent 50%, #42B6E7 50%, #42B6E7 100%);
}
.submit-row {
  margin: 20px auto 0;
}
.submit-row-fixed {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: #fff;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.04), 0px 10px 30px rgba(0, 0, 0, 0.04);
  z-index: 99;
}
.submit-row-fixed .submit-row-con {
  padding: 0px;
}
.submit-row-con {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  height: 80px;
  background: #fff;
  border-radius: 10px;
  padding: 0px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1220px) {
  .submit-row-con {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .submit-row-con {
    width: 88%;
  }
}
.submit-row-con .layui-form-checkbox[lay-skin="primary"] {
  height: 20px !important;
}
.submit-row-con .layui-form-checkbox[lay-skin="primary"] i {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 2px solid #42B6E7;
  background: #fff;
}
.submit-row-con .layui-form-checked[lay-skin="primary"] i {
  border: transparent;
  background: #42B6E7;
  line-height: 22px;
}
.submit-row-con .layui-icon-ok:before {
  content: '\e88c';
  font-family: 'iconfont';
}
.submit-row-con .layui-form-checkbox[lay-skin="primary"] span {
  color: #333;
  font-weight: bold;
  line-height: 20px;
  font-size: 16px;
}
.submit-row-con .thetext {
  color: #666;
}
.submit-row-con .thetext strong {
  color: #42B6E7;
  font-weight: bold;
  padding: 0px 5px;
}
.submit-btn {
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  font-weight: bold;
  padding: 0px 30px;
  border-radius: 5px;
  background: #42B6E7;
  margin-left: 30px;
}
.submit-btn-disable {
  background: #999;
  cursor: no-drop;
}
footer {
  width: 100%;
  height: 56px;
  background: #333333;
  margin: 80px auto 0;
}
footer .footer-con {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 56px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1220px) {
  footer .footer-con {
    width: 96%;
  }
}
@media (max-width: 767px) {
  footer .footer-con {
    width: 88%;
  }
}
@media (max-width: 991px) {
  .page-row .col-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-row .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .logo {
    height: 60px;
  }
  .logo img {
    height: 40px;
  }
  .explain {
    margin: 10px auto 0;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .page-theme {
    margin: 15px auto 0;
  }
  .page-title .title {
    font-size: 20px;
  }
  .page-title .date .text {
    font-size: 13px;
  }
  .page-title .date {
    margin-top: 5px;
  }
  .page-title .date .iconfont {
    font-size: 14px;
  }
  .page-row {
    margin: 10px auto 0;
  }
  .page-row .item {
    padding: 15px;
  }
  .page-row .item .title-text {
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px;
  }
  .page-row .item .date {
    margin-top: 10px;
    height: 22px;
  }
  .page-row .item .date span {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
  .page-row .item .brief {
    font-size: 14px;
    line-height: 22px;
  }
  .page-row .item .item-title {
    margin-top: 20px;
  }
  .page-row .item .speaker-item .speaker-text .name {
    font-size: 17px;
  }
  .page-row .item .speaker-item .speaker-text .post {
    font-size: 14px;
    margin-top: 6px;
  }
  .page-row .item {
    margin-bottom: 20px;
  }
  .page-row .item .layui-form-checkbox i {
    width: 60px;
    height: 60px;
  }
  .page-row .item .layui-icon-ok:before {
    font-size: 26px;
  }
  .submit-row-con {
    height: 60px;
    padding: 0px 15px;
  }
  .submit-row-con .layui-form-checkbox[lay-skin="primary"] span {
    font-size: 14px;
  }
  .submit-btn {
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    margin-left: 10px;
  }
  .submit-row {
    margin: 0px auto;
  }
  footer {
    margin: 40px auto 0;
    height: 44px;
  }
  footer .footer-con {
    font-size: 12px;
    line-height: 44px;
  }
  .page-row .item .data-down .date-item .text {
    height: 26px;
    line-height: 22px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=index.css.map */