﻿.pc-style #ExamGuide {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    border-radius: 12px;
}

.pc-style #ExamGuide dt {
    position: relative;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style #ExamGuide dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style #ExamGuide dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.pc-style #ExamGuide dd {
    overflow: hidden;
    zoom: 1;
}

.pc-style #ExamGuide ul {
    overflow: hidden;
    zoom: 1;
    margin: 0px -1px;
    height: 130px;
}

.pc-style #ExamGuide li {
    float: left;
    width: 50%;
    overflow: hidden;
    zoom: 1;
}

.pc-style #ExamGuide li a {
    margin: 1px;
    display: block;
    padding: 5px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
}
.pc-style #ExamGuide li .text-placeholder{
    margin: 1px;
    display: block;
    padding: 5px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 1em;
    height: 1.5em;
}

/*****移动端样式*****/

.mobile-style #ExamGuide {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.mobile-style #ExamGuide dt {
    position: relative;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style #ExamGuide dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style #ExamGuide dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.mobile-style #ExamGuide dd {
    overflow: hidden;
    zoom: 1;
}

.mobile-style #ExamGuide ul {
    overflow: hidden;
    zoom: 1;
    margin: 0px -5px;
}

.mobile-style #ExamGuide li {
    float: left;
    width: 50%;
    overflow: hidden;
    zoom: 1;
}

.mobile-style #ExamGuide li a {
    margin: 5px;
    display: block;
    padding: 5px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
}