.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;
}

.coacontent hr {
    border-top: 1px solid #000 !important;
}
.coacontent .menu-view h3, .coacontent .menu-view h5, .coacontent .menu-view h4{
    text-align: left;
    font-weight: bold;
}
.coacontent .menu-view h3 {
    margin-bottom: 2%;
}
.coacontent .menu-view h4 {
    margin-bottom: 1%;
    margin-top: 2%;
}
.coacontent .menu-view .param ul, .coacontent .menu-view .param_en ul {
    width: 100%;
    margin:0 auto;
    font-size: 1.0rem;
    padding: 1% 0;
    overflow: hidden;
}

.coacontent .menu-view .param ul li {
    float:left;
    /*width: 45%;*/
    margin-right: 5%;
    margin-bottom: 2%;
}

.coacontent .menu-view .param_en ul li {
    margin-right: 5%;
    margin-bottom: 2%;
}

.coacontent .menu-view .beizhu ul {
    width: 100%;
    margin:0 auto;
    font-size: 1.0rem;
    padding: 3% 0;
    overflow: hidden;
}

.coacontent .menu-view .beizhu ul li {
    float:left;
    width: 26%;
    margin-right: 5%;
    margin-bottom: 2%;
}
.coacontent .menu-view table {
    clear: both;
    width: 100%;
    margin:0 auto;
    margin-bottom: 3%;
}

.coacontent .menu {
    text-align: center;
}

.coacontent .menu a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
}
.coacontent .menu .bg {
    color: #ff0000;
}
.coacontent .top {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 2px #000 solid;
}
.coacontent .top div {
    display: block;
    margin-left: 9%;

}
.coacontent .top div.right {
    float:left;

}
.coacontent .top div.left {
    float:left;
}

.coacontent .gongzhang { position:absolute; top: 88%; left:3%; z-index:1000; cursor:pointer; }

.coacontent table {
    width: 100%; /* 表格宽度 */
    border-collapse: collapse; /* 边框合并 */
    background-color: #f9f9f9; /* 背景色 */
    font-size: 0.8rem;
}

.coacontent th, .coacontent td {
    border: 1px solid #ddd; /* 边框样式 */
    padding: 8px; /* 内边距 */
    text-align: left; /* 文字对齐方式 */
}

.coacontent th {
    background-color: #f4f4f4; /* 表头背景色 */
    color: #333; /* 表头文字颜色 */
}
.coacontent .jielun {
    margin-bottom: 3%;
}