a {
    text-decoration: none !important;
}

.nav {
    height: 35px;
    display: flex;
    text-align: center;
    border-top: 1px solid #9cb3dd;
}

.nav div {
    width: 112px;
    background: linear-gradient(to bottom, #fefefe, #d3dee4);
    position: relative;
}

.nav div::after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 1px solid #9cb3dd;
    height: 70%;
    top: 15%;
}

.nav div:last-child {
    width: 136px;
}

.nav div a {
    font-size: 14px;
    line-height: 35px;
    color: #0e5683;
    text-decoration: none;
    font-family: 'ËÎÌå';
    font-weight: 600;
}

.backgroundColor {
    background-color: #f1f0f0;
}

.footer {
    background-color: #f3f3f3;
}

.footer .col {
    color: #4e5787;
    display: flex;
    padding-top: 10px;
    box-shadow: inset 0px 3px 0px -1px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    padding-bottom: 5px;
}

.footer .col div {
    padding: 0 15px;
    position: relative;
}

.footer .col div::after {
    content: "";
    position: absolute;
    border-right: 2px solid #4e5787;
    height: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer .col div:last-child::after {
    content: none;
}

.footer .col div a {
    color: #0e5683;
}

.footer .copyright p,
.footer .copyright a {
    margin: 0;
    margin-left: 15px;
    color: #838383;
    font-weight: 600;
}

.footer .copyright a {
    font-size: 10px;
}

.newList a {
    text-decoration: none;
    color: #000000
}

.newList span {
    color: rgb(153, 153, 153);
}

.proSearch td {
    padding: 10px 0;
}

.pro-row a:hover {
    color: #333;
    font-family: "Times New Roman", Times, serif;
}

.margin {
    margin-top: 20px;
}

/* title */
.tit {
    display: flex;
    align-items: center;
}

.tit .line {
    width: 5px;
    background-color: #ed0000;
    margin-right: 15px;
    border-radius: 2px;
    position: relative;
    height: 16px;
}

.tit .line::after {
    content: "";
    position: absolute;
    top: 34%;
    right: -4px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #ed0000;
}

.tit>div:last-child {
    font-size: 14px;
    font-weight: bold;
    font-family: ºÚÌå;
}

/* pc index */
.cooperate p {
    display: inline-block;
    margin-right: 5px;
}

.cooperate p:first-child {
    margin-left: 15px;
}

.cooperate p:last-child {
    display: block;
    margin-left: 15px;
    margin-right: 0;
}

/* newList */
.newList td a {
    display: flex;
    align-items: center;
    height: 20px;
}

/* index banner */
.banner {
    line-height: 0;
}