.vessel {
  padding-bottom: 1px;
}
.vessel .vessel-content {
  width: var(--main-width);
  margin: 60px auto;
  margin-top: 2px;
  background: #FFFFFF;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  padding: 50px;
  min-height: 40vh;
}
.vessel .vessel-content .title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75;
}
.vessel .vessel-content .infos {
  text-align: center;
  color: #606266;
  margin-top: 24px;
}
.vessel .vessel-content .infos span {
  margin: 0 10px;
}
.vessel .vessel-content .texts {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.vessel .vessel-content .texts p {
  width: 100%;
  text-indent: 2em;
  line-height: 1.75;
  text-align: justify;
  word-break: break-word;
}
.vessel .vessel-content .texts p iframe{
  display:flex;
}
.vessel .vessel-content .texts p[style*="text-align:center"], .vessel .vessel-content .texts p[style*="text-align: center"], .vessel .vessel-content .texts p[align*=center] {
  text-indent: 0;
}
.vessel .vessel-content .texts p[align*=center] {
  text-align: center;
}
.vessel .vessel-content .texts * + * {
  margin-top: 24px !important;
}
.vessel .vessel-content .texts img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: auto !important;
}
.vessel .vessel-content .texts video {
  width: 100%;
  height: auto;
  background-color: black;
  aspect-ratio: 16/9;
}
.vessel .vessel-content .texts table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}
.vessel .vessel-content .texts table p {
  text-indent: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vessel .vessel-content .texts table td, .vessel .vessel-content .texts table tr, .vessel .vessel-content .texts table th {
  border: 1px solid #4C4C4C;
  padding: 3px 5px;
}
.vessel .vessel-content .texts a {
  cursor: pointer;
  color: #0078f4;
  border-bottom: 1px solid #0078f4;
}