.body {
  position: relative;
}
/* 左侧菜单 */
.sideMenu {
  width: 180px;
  border-radius: 5px;
  margin-top: 30px;
  overflow: hidden;
  position: absolute;
  top: 0px !important;
}
.two .sideMenu {
  top: 230px !important;
}
.sideMenu.fixed {
  position: fixed;
  top: 0 !important;
}
.sideMenu.hide {
  display: none;
}
.sideMenu ul .menu-first {
  cursor: pointer;
}
.sideMenu ul .menu-first h3 {
  font-size: 16px !important;
}
.sideMenu ul .menu-first h3,
.sideMenu ul .menu-first .menu-second li {
  height: 47px;
  line-height: 47px;
  background:#0044ca;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.sideMenu ul .menu-first.active .menu-second {
  display: block;
}
.sideMenu ul .menu-first .menu-second {
  display: none;
}
.sideMenu ul .menu-first .menu-second li {
  color: #666;
  background: #fafafa;
  position: relative;
}
.sideMenu ul .menu-first .menu-second li::before {
  content: '';
  width: 170px;
  border-top: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  left: 5px;
}
.sideMenu ul .menu-first .menu-second li:last-child::before {
  border: 0;
}
.sideMenu ul .menu-first .menu-second li.active {
  color: #0044ca;
  font-weight: 700;
  /* background: #eee; */
}
.sideMenu ul .menu-first .menu-second li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 0 25px;
  box-sizing: border-box;
}
.sideMenu ul .menu-first .menu-second li a:hover {
  background: #0044ca;
  color: #fff;
}
.sideMenu ul .menu-first h3,
.sideMenu ul .menu-first li {
  position: relative;
  text-indent: 20px;
}
.sideMenu ul .menu-first h3::after{
  content: '-';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.sideMenu ul .menu-first li.active::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/* 右侧注册简介 */
.assistance {
  width: 300px;
  position: absolute;
  right: 0;
}
.synopsis .head-img {
  width: 100%;
  height: 155px;
  border-radius: 5px;
  overflow: hidden;
}
.synopsis .head-img img,
.synopsis .ad-banner img {
  width: 100%;
  height: 100%;
}
.synopsis > p {
  margin: 10px 0;
}
.synopsis .label li {
  width: 49%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #0044ca;
  border-radius: 8px;
  margin-right: 2%;
  color: #fff;
  margin-bottom: 10px;
}
.synopsis .label li:nth-child(2n) {
  margin-right: 0;
}
.synopsis .ad-banner {
  width: 100%;
  height: 178px;
}
/* 卓信服务 */
.occupancy {
  display: none
}
.occupancy.active {
  display: block;
}
.assistance .service {
  width: 300px;
  position: absolute;
  margin-top: 20px;
  background: #fff;
}
.assistance .service.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}
.assistance .service.bottom {
  bottom: 0;
}
.assistance .service .common-card-title {
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.assistance .service .common-card-title > h2 {
  font-size: 18px;
}
.assistance .service .section {
  margin-bottom: 30px;
}
.assistance .service .section ul {
  margin-left: 10px;
}
.assistance .service .section li {
  width: 50%;
}
.assistance .service .section li::before {
  content: "◆";
  color: #0044ca;
}
/* 中间主内容 */
.main-content {
  width: 680px;
  margin-left: 195px;
  margin-top: 20px;
}
/* 公司注册详情 */
.company-detail {
  width: 877px;
  height: 215px;
  margin-top: 15px;
}
.company-detail h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 12px 0 15px;
}
.company-detail .head-img,
.company-detail .head-img img {
  width: 360px;
  height: 100%;
}
.company-detail .info {
  width: 500px;
}
.company-detail .info > p {
  line-height: 24px;
  margin-bottom: 20px;
}
.company-detail .label-list {
}
.company-detail .label-list .label-item {
  height: 21px;
  line-height: 21px;
  margin-bottom: 14px;
}
.company-detail .label-list .label-item span {
  background: red;
  width: 80px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
}
.company-detail .label-list .label-item a {
  padding: 0 15px;
  color: blue;
  border-radius: 5px;
  border: 1px solid;
}
.company-detail .promise span {
  color: #888;
}
.company-detail .promise ul li {
  margin-left: 19px;
  font-size: 12px;
  line-height: 21px;
}
.main-content .consulting,
.main-content .consulting .wraper {
  height: 56px;
  position: relative;
}
.main-content .consulting .wraper.fixed {
  background: #fff;
  width: 680px;
  position: fixed;
  top: 0px;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}
.main-content .consulting .wraper.hide {
  display: none;
}
.main-content .consulting li{
  margin-right: 15px;
  position: relative;
  line-height: 56px;
  cursor: pointer;
}
.main-content .consulting li::before {
  content: '';
  width: 1px;
  height: 15px;
  position: absolute;
  border-right: 1px solid #ccc;
  right: -8px;
  top: 21px;
}
.main-content .consulting li:last-child::before {
  border: none;
}
.main-content .consulting h3 {
  line-height: 56px;
  font-size: 18px;
}
.main-content .consulting a {
  width: 90px;
  height: 22px;
  line-height: 22px;
  border-radius: 5px;
  background: #0044ca;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 17px 0;
}
/* 富文本内容 */
.rich-text {
  min-height: 1000px;
  border-top: 1px solid #333;
}
.rich-text .text-section {
  padding-bottom: 20px;
  position: relative;
}
.rich-text .text-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  border-bottom: 1px dashed #ccc;
}
.rich-text .text-section.active h3 {
  color: #0044ca;
}
.rich-text .text-section > h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.rich-text .text-section > div {
  line-height: 26px;
}
.recommend {
  width: 879px;
}
/* 用户关注 */
.user-attention,
.special-recommendation,
.related-articles,
.offshore-encyclopedia {
  margin-top: 22px;
}
.user-attention li {
  height: 30px;
  line-height: 30px;
}
.user-attention li::before{
  content: '>';
}
.user-attention li:nth-child(3n+1) {
  width: 314px;
}
.user-attention li:nth-child(3n+2) {
  width: 305px;
}
.user-attention li:nth-child(3n+3) {
  width: 260px;
}
/* 专题推荐 */
.special-recommendation .swiper-container {
  height: 133px;
}
.special-recommendation .swiper-container.multiple .swiper-slide-visible {
  width: 285px !important;
  margin-right: 8px;
}
.special-recommendation .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.special-recommendation .swiper-button {
  display: none
}
.special-recommendation .relative:hover .swiper-button {
  display: block
}
.swiper-button {
  /* width: 25px;
  height: 25px; */
}
.swiper-button.left {
  left: -23px
}
.swiper-button.right {
  right: -22px;
}

/* 相关文章 */
.related-articles {
}
.related-articles ul{
  position: relative;
}
.related-articles ul::before {
  content: '';
  border-right: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.related-articles ul li {
  width: 48%;
  height: 30px;
  line-height: 21px;
  position: relative;
}
.related-articles ul li:nth-child(2n) {
  float: right;
}
.related-articles ul li::before{
  content: '◆';
  width: 5px;
  height: 5px;
  color: #0044ca;
  float: left;
  margin-right: 15px;
}
.related-articles ul li span {
  color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.recommend {
  width: 885px;
}
