.m540d-main {
    position: relative;
    padding-bottom: 60px;
    padding-top: 40px;
}


/* .m540d-main-l {
    float: left;
    width: 63%;
} */

.m540d-main-r {
    position: absolute;
    top:36px;
    right: 0;
    width: 402px;
    z-index: 5;
}

.m540d-dh {
    position: relative;
    float: left;
    width: 130px;
    z-index: 6;
}

.m540d-dh>p {
    font-size: 18px;
    color: #fff;
    height: 95px;
    line-height: 95px;
    text-align: center;
    background: url("https://www.koleksijohari.com/images/dh-topic-bg.png") no-repeat left top;
    background-size: cover;
}

.m540d-dh>ul>li {
    position: relative;
    background-color: #04a3ee;
    background-size: cover;
    height: 180px;
    box-shadow: 0 0 10px #1b90c8;
    box-sizing: border-box;
    padding-top: 55px;
    text-align: center;
    transition: all .3s;
}

.m540d-dh>ul>li {
    display: block;
}

.m540d-dh>ul>li .m540d-icon {
    height: 39px;
    line-height: 39px;
}

.m540d-dh>ul>li .m540d-icon img {
    vertical-align: middle;
}

.m540d-dh>ul>li p {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

.m540d-dh>ul>li>.m540d-two {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translatey(-50%);
    padding-right: 20px;
    width: 130px;
    overflow: hidden;
    display: none;
    z-index: 998;
}

.m540d-dh>ul>li>.m540d-two:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 12px solid #0a5f88;
    display: none;
}

.m540d-dh>ul>li>.m540d-two>ul {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0a5f88;
}

.m540d-dh>ul>li>.m540d-two>ul>li {
    width: 100%;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #02547b;
}

.m540d-dh>ul>li>.m540d-two>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.m540d-dh>ul>li:hover {
    box-shadow: 0 0 15px #11658c;
}

.m540d-dh>ul>li:hover>.m540d-two {
    display: block;
}

.m540d-dh>ul>li:hover>.m540d-two:after {
    display: block;
}

.m540d-dh>ul>li>.m540d-two>ul>li:hover a {
    color: #dbc18e;
}

.m540d-xw {
    position: relative;
    margin: 0 442px 0 170px;
    overflow: hidden;
    z-index: 5;
}

.m540d-xw .m540d-title {
    overflow: hidden;
}

.m540d-xw .m540d-title h2 {
    float: left;
    font-size: 24px;
    color: #020202;
}

.m540d-xw .m540d-title a {
    float: right;
    font-size: 14px;
    color: #999999;
}

.m540d-xw .m540d-title a:hover {
    color: #02547b;
}

.m540d-xw>ul>li {
    margin-top: 30px;
    transition: all .3s;
}

.m540d-xw>ul>li:first-child {
    margin-top: 25px;
}

.m540d-xw>ul>li>a {
    display: block;
    overflow: hidden;
}

.m540d-xw>ul>li>a .m540d-date {
    float: left;
    width: 50px;
    height: 50px;
    color: #015778;
    font-size: 0;
    text-align: center;
}

.m540d-xw>ul>li>a .m540d-date p {
    font-size: 30px;
    line-height: 30px;
}

.m540d-xw>ul>li>a .m540d-date span {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.m540d-xw>ul>li>a .m540d-text {
    overflow: hidden;
    padding-left: 20px;
}

.m540d-xw>ul>li>a .m540d-text h2 {
    font-size: 18px;
    color: #222222;
    line-height: 26px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m540d-xw>ul>li>a .m540d-text p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m540d-xw>ul>li:hover {
    transform: translateX(-2px);
}

.m540d-xw>ul>li:hover>a .m540d-text h2 {
    color: #015778;
}

.m540d-mr-top {
    position: relative;
    z-index: 9;
}

.m540d-mr-top a {
    display: block;
    padding-bottom: 45px;
    transition: all .3s;
}

.m540d-mr-top a .m540d-pic {
    position: relative;
    padding-top: 56.2%;
}

.m540d-mr-top a .m540d-pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
   
    transition: all .3s;
}

.m540d-mr-top a .m540d-text {
    position: relative;
    margin-top: -40px;
    margin-right: 50px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all .3s;
}

.m540d-mr-top a:hover .m540d-text {
    padding-left: 10px;
    background-color: #015778;
}

.m540d-mr-top a .m540d-text span {
    display: inline-block;
    width: 83px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #015778;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    transition: all .3s;
}

.m540d-mr-top a .m540d-text h2 {
    font-size: 14px;
    color: #000;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.m540d-mr-top a .m540d-text p {
    font-size: 12px;
    color: #888888;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.m540d-mr-top a:hover .m540d-text h2 {
    color: #fff;
}

.m540d-mr-top a:hover .m540d-text p {
    color: #fff;
}

.m540d-mr-top .slick-dots {
    bottom: 20px;
}

.m540d-mr-top a:hover .m540d-text span {
    box-shadow: 0 0 5px #eee;
}

.m540d-mr-top .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dcdada;
    margin: 0 4px;
}

.m540d-mr-top .slick-dots li.slick-active {
    width: 24px;
    border-radius: 5px;
    background-color: #015778;
}

.m540d-mr-down {
    background: url("https://www.koleksijohari.com/images/zs-bg.png") no-repeat center bottom;
    background-size: cover;
    text-align: center;
    min-height: 510px;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 70px;
}

.m540d-mr-down h2 {
    padding-top: 35px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.m540d-mr-down ul li {
    margin-top: 34px;
    line-height: 22px;
    box-sizing: border-box;
    background-color: #04a3ee;
    border-radius: 5px;
}

.m540d-mr-down ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
}

.m540d-mr-down ul li:hover a {
    color: #095f88;
}

@media screen and (max-width:1500px) {
    .m540d-dh>ul>li>.m540d-two {
        left: auto;
        right: -150px;
        padding-right: 0;
        padding-left: 20px;
    }
    .m540d-dh>ul>li>.m540d-two:after {
        right: auto;
        left: 8px;
        border-left: none;
        border-right: 12px solid #0a5f88;
    }
}

@media screen and (max-width:1024px) {
    .m540d-dh {
        float: none;
        width: auto;
    }
    .m540d-dh>ul {
        font-size: 0;
    }
    .m540d-dh>ul>li {
        display: inline-block;
        width: 25%;
    }
    .m540d-xw {
        float: left;
        width: 55%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
        padding-left: 0;
    }
    .m540d-main-r {
        position: static;
        float: right;
        width: 40%;
        margin-top: 30px;
    }
    .m540d-dh>ul>li>.m540d-two {
        left: 50%;
        top: 200px;
        transform: translate(-50%, 0);
        width: 200px;
        padding-left: 0;
    }
    .m540d-dh>ul>li>.m540d-two:after {
        content: '';
        left: 50%;
        top: -20px;
        transform: translate(-50%, 0);
        border-right: none;
        border: 8px solid transparent;
        border-top: 12px solid #0a5f88;
    }
    .m540d-main {
        padding-top: 0;
    }
}

@media screen and (max-width:1000px) {
    .m540d-mr-down {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:600px) {
    .m540d-dh>ul>li {
        padding-top: 25px;
        height: 140px;
    }
    .m540d-dh>ul>li>.m540d-two {
        top: 160px;
    }
    .m540d-xw {
        float: none;
        width: auto;
    }
    .m540d-main-r {
        float: none;
        width: auto;
    }
    .m540d-dh>p {
        height: 45px;
        line-height: 45px;
    }
}
:root{--ms-accent:#245b5b;--ms-radius:6px;--ms-line:1.65;--ms-gap:12px;}
