* {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
}

.sub-banner {
  width: 100%;
  position: relative;
}

.sub-banner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.wrap_con {
  max-width: 1200px;
  width: 320px;
  height: 104px;
  line-height: 83px;
  position: absolute;
  top: 0%;
  left: 18%;
  text-align: center;
}

.wrap .title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.wrap_con span {
  font-size: 24px;
  color: #0158b1;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/*面包屑*/
.BreadcrumbNav {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.BreadcrumbNav p {
  height: 26px;
  line-height: 26px;
  text-indent: 5px;
  color: #686868;
  font-size: 16px;
  display: inline-block;
}

.BreadcrumbNav a {
  color: #666;
  font-size: 18px;
}

.BreadcrumbNav span {
  color: #0158b1;
}

/*学会简介开始*/
.contect {
  width: 1200px;
  height: auto;
  margin: 40px auto 0;
}

.contect>h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

.contect>.time {
  width: 1202px;
  height: 40px;
  background-color: #f4f9fd;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  margin-top: 36px;
}

.contect>.con {
  width: 1037px;
  height: auto;
  margin: 50px auto 30px;
}

.contect .con h2 {
  margin: 30px 0 20px;
}

.contect .con p {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  color: #333333;
  margin-bottom: 10px;
  text-indent: 2em;
}

.contect>.con span {
  font-size: 16px !important;
  font-weight: normal;
  line-height: 36px;
  color: #333333;
  margin-bottom: 10px;
  text-indent: 2em;
}

.contect .con p img,
.contect .con img {
  margin: 0 auto;
  display: block;
}

.contect .con p span {
  font-size: 18px;
  font-weight: bold;
  color: #045db8;
}

.mr20 {
  margin-right: 20px;
}

.sxp {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}

.sxp ul {
  margin-top: 40px;
}

.sxp ul li {
  width: 45%;
  box-sizing: content-box;
  float: left;
  color: #155494;
  height: 90px;
  line-height: 90px;
  font-size: 18px;
  padding: 0 20px 0 30px;
  background: url(circle.png) no-repeat #edf6ff 18px center;
}

.sxp ul li a {
  color: #155494;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  float: left;
}

.sxp ul li span {
  display: inline-block;
  float: right;
  color: #fff;
  background: url(xy.png) no-repeat #599de2 83px 19px;
  width: 130px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 80px;
  margin-top: 24px;
  padding-left: 18px;
}

#_copy {
  align-items: center;
  background: #4494d5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  position: absolute;
  width: 60px;
  z-index: 1000
}

#select-tooltip,
#sfModal,
.modal-backdrop,
div[id^=reader-helper] {
  display: none !important
}

.modal-open {
  overflow: auto !important
}

._sf_adjust_body {
  padding-right: 0 !important
}

.super_copy_btns_div {
  position: fixed;
  width: 154px;
  left: 10px;
  top: 45%;
  background: #e7f1ff;
  border: 2px solid #4595d5;
  font-weight: 600;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  z-index: 5000
}

.super_copy_btns_logo {
  width: 100%;
  background: #4595d5;
  text-align: center;
  font-size: 12px;
  color: #e7f1ff;
  line-height: 30px;
  height: 30px
}

.super_copy_btns_btn {
  display: block;
  width: 128px;
  height: 28px;
  background: #7f5711;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  border: 0;
  outline: 0;
  margin: 8px auto;
  font-weight: 700;
  cursor: pointer;
  opacity: .9
}

.super_copy_btns_btn:hover {
  opacity: .8
}

.super_copy_btns_btn:active {
  opacity: 1
}

.contect .con p span {
  color: #333;
}