.newContent {
    overflow: hidden;
    width: 1320px;
    margin: 0 auto;
}

.newContent .left {
    float: left;
    width: 900px;
}

.newContent .left .navBar {
    margin-top: 30px;
}

.newContent .left .navBar p {
    height: 20px;
    line-height: 20px;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.newContent .left .navBar p a {
    margin-left: 30px;
    color: #5677FB;
}

.newContent .left .tip {
    margin-top: 41px;
    padding-bottom: 17px;
    border-bottom: 1px dashed #E6E6E6;
    margin-bottom: 36px;
}

.newContent .left .tip div {
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #333;
    padding-left: 9px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.newContent .left .content {
    margin-bottom: 200px;
    min-height: 500px;
}

.newContent .left .content .title {
    line-height: 40px;
    color: #101010;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    margin-bottom: 2px;
}

.newContent .left .content .article {
    /*text-align: center;*/
}
.newContent .left .content .article #myIframe{
    height: 750px;
    width: 100%;
    overflow: auto;
    margin-bottom: 80px;
}
.newContent .left .content .optMessage {
    height: 22px;
    line-height: 22px;
    margin-bottom: 30px;
    color: rgba(153, 153, 153, 1);
    font-size: 15px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.newContent .left .content .article p {
    width: 885px;
    color: rgba(153, 153, 153, 1);
    font-size: 15px;
    /*text-align: left;*/
    font-family: SourceHanSansSC-regular;
    margin-bottom: 40px;
}

.newContent .left .content .article img {
    width: 600px;
}

.newContent .right {
    float: right;
    width: 300px;
}

.newContent .right .tip {
    margin-top: 91px;
    margin-bottom: 28px;
}

.newContent .right .tip div {
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #333;
    padding-left: 9px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}
.newContent .right .detailMain {
    line-height: 28px;
    width: 300px;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.newContent .right .tip div ul {
    width: 300px;
}

.newContent .right ul li {
    height: 40px;
    line-height: 40px;
    width: 300px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    border-bottom: 1px dashed #E6E6E6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newContent .right ul li a {
    color: rgba(153, 153, 153, 1);
}

.marginTop40 {
    margin-top: 40px;
}

.btnMain {
    margin-top: 36px;
}

.btnMain .downloadBtn {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(86, 119, 250, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    font-family: Microsoft Yahei;
}

.btnMain .goPlatform {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background-color: rgba(255, 186, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    font-family: Microsoft Yahei;
    margin-left: 20px;
}

.buttonMain {
    margin-top: 30px;
}

.buttonMain .uploadBtn {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(86, 119, 250, 1);
    font-size: 14px;
    text-align: center;
    font-family: Microsoft Yahei;
    border: 1px solid rgba(86, 119, 250, 1);
}

.content iframe{
    height: 350px;
    width: 600px;
}
.marginLeftNull{
    margin-left: 0 !important;
}
