.dc_xjxq{
    background: #fff;
    margin: 20px 0;
    padding: 20px;
    /* min-height: 600px; */
    display: none;
}
.dc_xjxq h1 {
    color: #2A3C54;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top:10px;
}
.detail_Email {
    border-right: 1px #d2dce9 solid;
    border-bottom: 1px #d2dce9 solid;
    padding: 0px !important;
}
.detail_Email .form-group {
    background: #f4f6f9;
    line-height: 60px;
    border: 1px #d2dce9 solid;
    border-bottom-width: 0;
    border-right-width: 0;
    overflow: auto;
}
.detail_Email .form-group label {
    color: #2A3C54;
    text-align: right;
    font-weight: 700;
    float: left;
    width: 16.65%;
    padding-right: 15px;
}
.detail_Email .form-group > span {
    background: #fff;
    border-left: 1px #d2dce9 solid;
    float: left;
    width: 83.35%;
    padding: 0 15px;
    min-height: 40px;
}
.group1,
.group2,
.group3 {
    overflow: auto;
}
.group1 .form-group {
    width: 50%;
    float: left;
}
.group1 .form-group label {
    width: 33.3%;
}
.group1 .form-group > span {
    width: 66.7%;
}
.group3 .form-group p {
    border-left: 1px #d2dce9 solid;
    overflow: auto;
    padding: 0 15px;
    background: #fff;
}
.group3 .form-group p span {
    width: 100%;
    display: block;
}
.group3 span:first-child {
    /* border-bottom: 1px #d2dce9 solid; */
}
/* 列表 */
#dc_list table{
    width: 100%;
    background: #fff;
    padding: 20px;
}

#dc_list thead{
    background-color: #edeff5;
}
#dc_list table th,#dc_list table td{
    text-align: left;
    height: 40px;
    line-height: 40px;
    width: 20%;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-left: 16px;
}
#dc_list table th{
    border-bottom: 2px solid #ddd;
}
#dc_list table td a{

}
.dc_more{
    text-align: center;
    margin-top: 30px;
}
.dc_more a{
    background-color: #0B7BDA;
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    cursor: pointer;
    padding: 0 10px;
    width: 20%;
    border-radius: 5px
}
@media screen and (max-width: 768px) {
    .detail_Email .form-group {
        width: 100%;
    }
    .detail_Email .form-group label {
        width: 33.3%;
    }
    .detail_Email .form-group > span {
        width: 66.7%;
    }
    .dc_xjxq h1 {
        padding-top:10px;
        font-size: 20px;
    }
}

