.dg_lnsidepages_content h5{
    border-bottom: 3px solid #63c691 ;
    display: inline-block;
    padding-bottom: 5px;
}

.dg_menu_left h4{
    position: relative;
    display: block;
    width: 100%;
    background-color: #6b427c;
    border-bottom: 1px solid white;
    color: white;
    font-size: 1.375em;
    cursor: pointer;
}
.dg_menu_left h4 > a{
    display: block;
    color: white;
    padding: 15px 0;
}
.dg_menu_left li:first-of-type h4{
    text-align: center;
    background-color: #6b427c;
    border-bottom: 1px solid white;
    padding: 20px 0;
    font-size: 1.625em;
    font-weight: bold;
}

.dg_learn_warp{
    width:100%;
    padding: 30px 0;
}
.dg_learn_warp ul{
    width:100%;
    margin-bottom: 30px;
}
.dg_learn_warp h4{
    font-size: 1.5em;
    font-weight: bold;
    color: #503260;
    margin-bottom: 10px;
}
.dg_learn_warp li{
    display: inline-block;
    width: 155px;
    float:left;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom:15px;
}
.dg_learn_img {
    width: 155px;
    height: 155px;
    /**background-color: #503260;**/
    margin-bottom: 5px;
    border-radius: 25px;
    text-align: center;
}
.dg_learn_warp img{
    height:100%;
}
.dg_learn_warp p {
    padding:0 20px;
    text-align: justify;
    width:100%;
}
.dg_learn_warp h4:nth-of-type(1){
    color: #503260;
}
.dg_learn_warp h4:nth-of-type(2){
    color: #6B427C;
}
.dg_learn_warp h4:nth-of-type(3){
    color: #8D6AA0;
}
.dg_learn_warp h4:nth-of-type(4){
    color: #9B8DC6;
}
.dg_learn_warp ul:nth-of-type(1) .dg_learn_img{
    /**background-color: #503260;**/
}
.dg_learn_warp ul:nth-of-type(2) .dg_learn_img{
    /**background-color: #6B427C;**/
}
.dg_learn_warp ul:nth-of-type(3) .dg_learn_img{
    /**background-color: #8D6AA0;**/
}
.dg_learn_warp ul:nth-of-type(4) .dg_learn_img{
    /**background-color: #9B8DC6;**/
}
.con_learn{
    padding: 5px 5px 5px 20px!important;
    width:100%;
}

.con_learn li{
    display: list-item;
    width:100%;
    text-align: justify;
    padding-top: 5px;
    margin-bottom:5px;
    margin-right:0;
    border-bottom: 1.4px dotted gray;
}

.rwd-table {
    border:2px solid #ccc;
    border-left: none;
    border-right: none;
    overflow: hidden;
    min-width: 90%;
}
.rwd-table  tr:nth-of-type(2n){
    background: #eee8f0;

}
.rwd-table th{
    background:#f2f2f2;
}
.rwd-table th,
.rwd-table td {
    text-align:center;
    border-bottom:1px dotted #ccc;
}
.rwd-table th, .rwd-table td:before {
    color:#07ac83;
    font-weight: bold;
}
.dg_learn_img_li{
  display:inline-block !important;
}
@media (max-width:600px) {
    .rwd-table {
        border: none;

    }

    .rwd-table tr:first-child, .rwd-table th{
        display: none;
        margin: 0;
    }

    .rwd-table tr {
        display: block;
        position: relative;
        border: 1px solid #999;
        padding: 0;
        margin: 0 0 10px;
    }
    .rwd-table td:before {
        content: attr(data-th) '：';
        float:left;
        font-weight:bold;
    }

    .rwd-table td {
        display: block;
        text-align: left;
        padding: 0 5px;
    }
    .rwd-table td:last-child {
        border-bottom: none;

    }
}
  