dzzs.css 2.76 KB
.content_box {
    width: 1200px;
    margin: 0 auto;
    min-height:calc(100vh - 207px);
    color: #4a4a4a;
    padding-bottom: 100px;
}
.certificate_list {
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}
.certificate_list a {
    color:#6D7278;
    margin-right: 10px;
    text-decoration:underline;
}
.certificate_list a:hover {
    color: #0091FF;
}
.certificate_list li {
    line-height: 36px;
    margin-top: 20px;
}
.certificate_list li p img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
}
.certificate_list span {
    margin-right: 10px;
    color:#6D7278;
}
.acceptance_information {
    margin-top: 36px;
}
.acceptance_information h3 , .acceptance_process h3{
    height: 16px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dotted #E6E6E6;
    padding-bottom: 15px;
}
.acceptance_information h3::before ,.acceptance_process h3::before{
    position:absolute;
    content:"";
    left:0;
    width:4px;
    height:12px;
    border-radius: 1px;
    top: 5px;
    background-color: #0091FF;
}

.acceptance_information ul {
    font-size: 0;
}
.acceptance_information ul li {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 36px;
}
.acceptance_information ul li span {
    color: #9B9B9B;
}
.acceptance_information ul li p {
    display: inline-block;
}
.informationList li {
    width: 100%!important;
}
.informationList p {
    width: 25%!important;
}
.informationList p span {
    width: 80px!important;
}
/* -----------受理流程-------------- */
.acceptance_process {
    margin-top: 20px;
}
.acceptance_process ul li {
    position: relative;
    width: 109px;
    display: inline-block;
}
.acceptance_process ul li:not(:last-child) {
    margin-right: 236px;
}
.acceptance_process ul li .date {
    text-align: center;
    color: #6D7278;
}
.acceptance_process ul li .circle {
    width: 18px;
    height: 18px;
    border: 2px solid #2FA5FF;
    border-radius: 18px;
    margin: 10px auto;
    background-color: #ffffff;
    overflow: hidden;
}
.acceptance_process ul li h5 {
    text-align: center;
}
.acceptance_process ul li .result {
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
}
.acceptance_process ul li .result span{
    color: #9B9B9B;
}
.acceptance_process ul li .result a {
    color: #0091FF;
    cursor: pointer;
}
.acceptance_process .line {
    position: absolute;
    width: 340px;
    height: 1px;
    background: #DEDEDE;
    border-radius: 8px;
    position: absolute;
    left: 65px;
    top: 40px;
}
.complete {
    text-align: center;
    margin-top: 20px;
}
.complete p {
    margin-bottom: 5px;
    color: #0091FF;
}
.completed-button {
    background-color: #9b9b9b;
    color: #fff;
}