﻿.pc-style #ExamDeclare {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.pc-style #ExamDeclare dt {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style #ExamDeclare dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style #ExamDeclare dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.pc-style #ExamDeclare dt .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(../images/bg5006.png) right center no-repeat;
}

.pc-style #ExamDeclare dd {
    height: 130px;
    overflow: hidden;
}

.pc-style #ExamDeclare li {
    line-height: 26px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
}

.pc-style #ExamDeclare li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.pc-style #ExamDeclare li a {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pc-style #ExamDeclare li .text-placeholder{
    background: #d5d5d5;
    display: block;
    height: 1em;
    margin: 6px auto;
}

/*****移动端样式*****/

.mobile-style #ExamDeclare {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.mobile-style #ExamDeclare dt {
    position: relative;
    padding: 10px 80px 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style #ExamDeclare dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style #ExamDeclare dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.mobile-style #ExamDeclare dt .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(../images/bg5006.png) right center no-repeat;
}

.mobile-style #ExamDeclare li {
    padding: 10px 0px 10px 10px;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
}

.mobile-style #ExamDeclare li:last-child {
    padding-bottom: 0px;
    border: 0px;
}

.mobile-style #ExamDeclare li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 18px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.mobile-style #ExamDeclare li a {
    position: relative;
    display: block;
}