.agreementCon_main {
  width: 900px;
  margin: 0px auto 30px;
}

.titleCenter {
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  padding: 35px 0;
}

h4 {
  text-align: right;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

.generalFont {
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 5px;
}
.notIndent{
  text-indent: inherit !important;
}
.generalFontSmall {
  padding-left: 65px;
  text-indent: inherit !important;
}
.generalDisorder {
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 5px;
}
.generalFontBgY{
  background-color: #ffff00;
}
.generalFontLink{
  color: #3981F7;
  cursor: pointer;
}
.generalFontTitleLink{
  cursor: pointer;
}
.generalTitleFont {
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  font-weight: bold;
  text-indent: 1em;
}

.titleNav {
  font-size: 14px;
  color: #000;
  line-height: 36px;
  font-weight: bold;
  text-indent: 2em;
  margin: 5px 0px;

}
.titleNav span {
  cursor: pointer;
}

.titleNavText {
  font-size: 14px;
  color: #000;
  line-height: 36px;
  font-weight: bold;
  text-indent: 2em;
  margin: 5px 0px;
}

a,
.linkText {
  color: #3981F7;
  cursor: pointer;
  text-decoration: none;
}


h2 {
  font-size: 16px;
  line-height: 40px;
  color: #000;
  margin: 20px 0px 10px;
  border-bottom: 2px dotted #c00;
}

.textLine {
  text-decoration: underline;
}

.textStrong {
  font-weight: bold;
}

ol,
ul {
  padding-left: 40px;
}
.maxUl{
  padding-left: 80px;
}
ol li,
ul li {
  font-size: 14px;
  line-height: 32px;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-list {
  width: 100%;
  font-size: 12px;
}

.table-list tr,
.table-list td,
.table-list th {
  border-bottom: 1px solid #eaeaea;
}

.table-list tr p,
.table-list td p {
  line-height: 28px;
}

.table-list th,
.table-list td {
  text-align: left;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 18px;
}

.table-list th {
  height: 32px;
  color: #555;
  word-break: keep-all;
  word-wrap: normal;
}

.table-list td {
  height: 36px;
  color: #6a727f;
}

.table-list tbody tr:hover {
  background-color: #fafafa;
}

.table-list-s1 {
  table-layout: fixed;
  border-color: #eaeaea;
  font-size: 14px;
}

.table-list-s1 td,
.table-list-s1 th {
  border: solid 1px #eaeaea;
}

.table-list-s1 th {
  background-color: #f2f2f2;
}

.table-list-s1 th {
  color: #333;
  font-weight: normal;
  word-wrap: break-word;
  word-break: break-all;
  padding: 5px 10px;
  text-align: center;
}

.table-list-s1 td {
  color: #333;
  word-wrap: break-word;
  text-align: center;
}