/**
留学指南
 */
.right-content-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    height: 50px;
    line-height: 50px;
    display: flex;
}

.right-content-title > span{
    border-bottom: 1px solid #BE0000;
    display: block;
    padding: 0px 5px 0px 0px;
}



.policy-list {
    margin-top: 20px;
}

.policy-list ul {
    list-style: none;
}

.policy-list ul li {
    border-bottom: 1px dotted #e5e5e5;
    display: flex;
    height: 80px;
    line-height: 80px;
    justify-content: space-between;
}

.policy-list ul li .policy-list-left {
    width: 70%;
}

.policy-list ul li .policy-list-left a {
    color: #333;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.policy-list ul li .policy-list-right {
    width: 30%;
    text-align: right;
}

.policy-list ul li .policy-list-right span {
    color: #999;
    font-size: 14px;
}


/**
证书查询
 */
.cert-search {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-search form {
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cert-search-item {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 550px;
    height: 60px;
    margin-bottom: 20px;
}

.cert-search-item label {
    margin-right: 10px;
    position: absolute;
    left: 0px;
    width: 156px;
    height: 33px;
    border-right: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
}

.cert-search-item input {
    width: 550px;
    height: 60px;
    text-indent: 160px;
}

.cert-search-item button {
    width: 239px;
    height: 60px;
    background: #BE0000;
    border-radius: 5px 5px 5px 5px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}

.cert-result {
    margin-top: 40px;
    width: 960px;
    height: 241px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    display: none;
}

.cert-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #e9e9e9;
}

.cert-result-item span {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 15px;
}

.cert-result-item span.title {
    width: 160px;
    border-right: 1px solid #e9e9e9;
    background: #f9f9f9;
}

.cert-result-item span.content {
    width: 320px;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    justify-content: flex-start;

}

.cert-result-left {
    width: 30%;
}

.cert-result-right {
    width: 70%;
}

.cert-result-item .bl {
    border-left: 1px solid #e9e9e9;
}
