.other {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 50px;
    border-bottom: 1px #dddddd solid;
}
.other h1 {
    color: #1e53a5;
    font-size: 30px;
}
.coalist {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.coalist .all-content .search {
    display: flex;
    height: 38px;
    margin: 20px 0;
}
.coalist .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;
}
.coalist .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;
}
.coalist .all-content table {
    width: 100%;
    text-align: center;
    border: 1px solid #cccccc;
    background: #fff;
}
.coalist .all-content table thead {
    background: #f0f0f0;
}
.coalist .all-content table thead tr {
    border: 0;
}
.coalist .all-content table tr {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEEF5;
}
.coalist .all-content table tr th {
    flex: 2;
    color: #909399;
    font-weight: 600;
}
.coalist .all-content table tr td {
    flex: 2;
    line-height: 24px;
    font-size: 14px;
}
.coalist .all-content table tr td p {
    padding-left: 10px;
    color: black;
}
.coalist .all-content table tr a {
    color: #333333;
}
.coalist .all-content table tr .hao a {
    color: #3388dd;
}


.coacontent {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    color: #555;
}
.coacontent .detail{
    padding-bottom: 50px;
}
.coacontent .detail .detail-top{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.coacontent .baseInfo p{
    width: 50%;
    border: 1px solid #ccc;
    line-height: 36px;
    padding: 0 10px;
}
.coacontent .detail-module table{
    width: 100%;
    border-right:1px solid #ccc;border-bottom:1px solid #ccc;
}
.coacontent .detail-module table td,.coacontent .detail-module table th{
    border-left:1px solid #ccc;border-top:1px solid #ccc;
    line-height: 40px;
    padding-left: 10px;
}
.coacontent .detail-module table th{
    font-size: 18px;
    font-weight: 600;
    color: #555;
}
.coacontent .detail-result{
    margin: 20px 0;
    font-size: 16px;
}
.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;
}
