.cnt-bnr {
    background: url(/assets/images/background/hebi-bnr.jpg) no-repeat center;
    background-size: cover;
    padding: 110px 0;
}

.cnt-bnr h1.tt {
    /* color: #091871; */
    font-weight: bold;
}

.cnt-bnr .m-panel p {
    color: #000;
    font-size: 20px;
}

.g-mn {
    padding: 88px 0 105px;
    background-color: #eee;
}

.g-mn .mn-ls .item {
    width: 30%;
    float: left;
    margin-right: 5%;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 70px;
}

.g-mn .mn-ls .item.last {
    margin-right: 0;
}

.g-mn .mn-ls .item-hd {
    background-color: #091781;
    padding: 10px;
    color: #fff;
}

.g-mn .mn-ls .item-hd h5 {
    color: #fff;

}

.g-mn .mn-ls .item-bd {
    text-align: left;
    padding: 25px 20px;
    padding-bottom: 80px;
    min-height: 275px;
}

.f-icl.tri li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.f-icl.tri li a {
    color: #333;
}

.f-icl.tri li a:hover {
    color: #091781;
    text-decoration: underline;
}

.rb-bgimg {
    position: relative;
}

.rb-bgimg .bgimg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.g-mn .mn-bt {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 30px;
    border-radius: 10px;
    font-size: 20px;
}

@media all and (max-width: 991px) {
    .g-mn .mn-ls .item.last,
    .g-mn .mn-ls .item {
        width: 100%;
        margin-right: 0;
    }
}

.g-bd2 h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.g-bd2 h2 + p {
    font-size: 20px;
    margin-bottom: 30px;
}

.more {
    display: table;
    position: relative;
    margin: 20px auto;
    top: -30px;
    font-size: 20px;
}

.hot {
    background: url(/assets/images/posts/new.jpg) 5px center no-repeat;
    width: 27px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
}

.new {
    background: url(/assets/images/posts/new.jpg) 5px center no-repeat;
    width: 27px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
}