* {
  box-sizing: border-box;
}
#main_content {
  background-color: #F2F5F8;
  padding-bottom: 20px;
}
.securities-top {
  width: 100%;
  background: linear-gradient(236deg, #0077B0 0%, #006190 100%);
}
.securities-banner {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 70px;
  background: url(/node/public/image/securities/banner_icon.png) calc(50% + 440px) bottom no-repeat;
  background-size: auto 90%;
  color: #FFF;
}
.securities-banner h1 {
  font-size: 50px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
}
.securities-banner p {
  width: 80%;
  max-width: 1000px;
  opacity: .7;
  margin: 20px auto 0;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  font-weight: 400;
}
.securities-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 20px;
}
.securities-list h2 {
  margin-bottom: 42px;
  font-size: 36px;
  color: #333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.securities-items {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 40px 40px 30px;
  background-color: #FFF;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.securities-img {
  position: relative;
  width: 256px;
  height: 144px;
  margin-right: 30px;
  border: 1px solid #DCE0E4;
  text-align: center;
}
.securities-items img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.securities-cont {
  flex: 1;
}
.securities-items h4 {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
}
.securities-items p {
  display: -webkit-box;
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
}
.securities-detail {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  box-shadow: 0 0 16px 0 rgba(0,0,0,.08);
  background-color: #FFF;
}
.securities-detail .securities-items {
  cursor: auto;
}
.securities-detail .securities-items p {
  display: block;
  overflow: auto;
}
.detail-top, .detail-cont > div {
  padding: 40px 0;
  border-bottom: 1px solid #DCE0E4;
}
.detail-cont > div:last-child {
  border-bottom: none;
}
.detail-cont {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFF;
}
.intro-cont img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.detail-cont h2 {
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 3px solid #00ABE1;
  font-size: 24px;
  color: #333;
  line-height: 22px;
  font-weight: 600;
}
.detail-cont h2 a {
  margin-left: 30px;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 14px;
}
.detail-cont p label {
  display: inline-block;
  width: 100px;
  height: auto;
  opacity: .7;
  margin-bottom: 10px;
}
.securities-info {
  display: flex;
  flex-wrap: wrap;
}
.business-items {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  color: #666;
}
.business-items img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
.business-items h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 20px;
}
.business-item-cont {
  flex: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFF0F1;
}
