* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0 3px;
    letter-spacing: 0.1em;
}

dl {
    width: 100%;
    margin-top: 50px;
}

dt {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem !important;
    padding-left: 1rem;
}

dd {
    margin-left: 0px !important;
    margin-bottom: 2rem !important;
}

.mdFreeSpaceConvert .elConvert dd,.mdFreeSpaceConvert {
    margin: 2rem 0 !important;
    padding: 1rem !important;
}

dd img {
    width: 100%;
}

.center {
    text-align: center;
}

.title-e {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

.bold {
    font-weight: 600;
}

a {
    color: rgb(50, 13, 184);
    text-decoration: none;
}

a.hover1:hover {
    text-decoration: underline;
}

/* footer slider */
p.recommend {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: rgb(78, 68, 68);
}

div.recommend_banner {
    text-align: center;
}