*{
    padding: 0;
    margin: 0;
}
.clearfix:after {
    display: block;
    /*height: 0;*/
    /*overflow: hidden;*/
    content: "";
    clear: both;
}
.clearfix {
    *zoom: 1;/*兼容低版本浏览器*/
}
ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:hover,
a:active {
    outline-width: 0;
    text-decoration: none;
}

html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;background-color: #F5F5F5;
}
.main{
    width: 100%; 
    background-color: #F5F5F5;
}
.banner_img{
    width: 100%;
}
.banner_img img{
    width: 100%;
    height: auto;
}
.exam_content{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    height: 100%;
    min-height: 600px;
}

.con_l{
    float: left;
    width: 220px;
    margin-right: 20px;
    padding-top: 14px;
    background-color: #fff;
    min-height: 600px;
    box-sizing: border-box;
}
.con_r{
    float: right;
    width: 960px;
    background-color: #fff;
    min-height: 600px;
}

.con_l ul li{
    width: 100%;
    height: 40px;
    line-height: 40px; 
    cursor: pointer;
    font-size: 17px;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
}
.con_l ul li::after{
    content: ">";
    position: absolute;
    right: 20px;
}
.con_l ul li:hover{
    font-size: 18px;
}
.con_l ul .acti{
    background-color: #1787FB;
    color: #fff;
}
.tab_con{
    padding: 20px;
    box-sizing: border-box;
}
.tab_con h2{
    width: 100%;
    border-bottom: 1px solid #e4e7ed;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    font-weight: 500;
    color: #3899f4;;
}
.tab_con h2 p{
    padding: 0 2px;
    display: inline-block;
    border-bottom: 2px solid #3899f4; 
}
.exam_notice{
    width: 100%;
    padding: 30px 0;
}
label{
    margin-right: 5px;
    margin-left: 5px;
}
.my_input{
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 200px;
}
input{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
input:focus {
    outline: none;
    border-color: #3899f4;
}
.el-range-editor.el-input__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px;
}
.range_input{
    display: inline-block;
}
button{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer; 
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #3899f4;
    border-color: #3899f4;
}
button:hover{
    background: #60adf6;
    border-color: #60adf6;
    color: #fff;
}

.data_box{
    width: 100%;
    display: none;
}
.block_my{
    display: block;
}
.data_box li{
    width: 100%;
    height: 61px;
    border-bottom: 1px dashed #d7d7d7;
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
}
.data_box li:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 28.5px;
    left: 0;
    z-index: 1;
}
.data_box li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    line-height: 60px;    
    color: inherit;
    cursor: pointer;
}
.data_box li a:hover {
    color: #3899f4;
}
.data_box .t_name{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}
.data_box .t_date{ 
    width: 280px;
    text-align: right;
}
