@@ -171,8 +171,10 @@ body {
.section-content {
height: 520px;
background: #fff;
- overflow-x: hidden;
- overflow-y: auto;
+ overflow: hidden;
+ iframe {
+ height: 100%;
+ }
}
&.download {
@@ -283,7 +285,7 @@ body {
margin: 0 15px 0 0;
line-height: 62px;
text-align: center;
- background: #fff;
+ // background: #fff;
&:first-child {
margin-left: 0;
@@ -480,13 +482,14 @@ body {
color: #9a9fa3;
text-align: justify;
.tit {
- font-size: 16px;
+ font-size: 18px;
font-weight: bold;
- line-height: 26px;
+ line-height: 28px;
+ margin-bottom: 4px;
.con {
- font-size: 14px;
- line-height: 24px;
+ font-size: 16px;
+ line-height: 26px;
.lists {