.other {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 50px;
    border-bottom: 1px #dddddd solid;
}
.other h1 {
    color: #1e53a5;
    font-size: 30px;
}
.msdslist {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.msdslist .all-content .search {
    display: flex;
    height: 38px;
    margin: 20px 0;
}
.msdslist .all-content .search input {
    border: 1px solid #DCDFE6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 460px;
    text-indent: 1em;
    outline: none;
}
.msdslist .all-content .search p {
    width: 100px;
    background: #3388dd;
    line-height: 38px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.msdslist .all-content table {
    width: 100%;
    text-align: center;
    border: 1px solid #f2f2f2;
    background: #fff;
}
.msdslist .all-content table thead {
    background: #f0f0f0;
}
.msdslist .all-content table thead tr {
    border: 0;
}
.msdslist .all-content table tr {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEEF5;
}
.msdslist .all-content table tr th {
    flex: 2;
    color: #909399;
    font-weight: 600;
}
.msdslist .all-content table tr td {
    flex: 2;
    line-height: 24px;
    font-size: 14px;
}
.msdslist .all-content table tr td p {
    padding-left: 10px;
    color: black;
}
.msdslist .all-content table tr a {
    color: #333333;
}
.msdslist .all-content table tr .hao a {
    color: #3388dd;
}

.msds-content {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.msds-content h1 {
    display: inline-block;
    /* border: 1px #ff0000 solid; */
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.msds-content span.ml {
    display: inline-block;
    /* border: 1px #ff0000 solid; */
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.msds-content .mllist,.msds-content .msdscontent {

    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.msds-content .mllist li{
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #f2f2f2 solid;
    font-size: 14px;
}
.msds-content .mllist li a {
    color: #555555;
}
.msds-content .mllist li span.bz {
    font-weight: bold;
    width: 100px;
    display: inline-block;
}


.msds-content .msdscontent .tit {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    background-color: #f2f2f2;
    padding-left: 10px;
    /*width: 97%;*/
}
.msds-content table {
    padding-top: 10px;
    width: 100%;
}
.msds-content table tr {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #f2f2f2 solid;
    background-color:#f9f9f9;
}
.about {
    background: none;
}
.button {
    text-align: right;
    width: 95%;
}
.button button {
    width: 100px;
    height: 34px;
    background: #08b;
    color: white;
    border: 0;
    border-radius: 4px;
}
.button button a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 34px;
    color: #fff;
}