﻿.row {
  padding-top:15px;
}
.ptbox {
    width: 790px;
    position: relative;
    height: 546px;
    background:#FFF;
}
.row .hiSlider-item img {

}

.hiSlider-title {
    bottom:0px;
    width: 100%;
    padding: 0px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    font: 18px / 2 "Microsoft YaHei", "Arial", "Tahoma";
}
.ptbox .hiSlider-wrap {
    height: 546px !important;
}
.ptbox .hiSlider-pages {
    bottom: 5px;
    right: 10px;
    text-align: right;
}
.date-list {
    width: 785px;
    height: 550px;
}
.render-body {
   padding-bottom: 0px; 
}
.list .title {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #F1F3F4;
    padding: 3px 10px;
    border-radius: 5px;
    height: 30px;
    font-weight: bolder;

}

@media screen and (max-width: 1200px) {

    .list .fa-circle {
        display: none;
    }

    .list .font-color {
        color: #333;
    }

    .mpt15 {
        padding-top: 0.625rem !important; /* 10px -> 0.625rem */
    }

    .hiSlider-wrap {
        border-radius: 0.625rem; /* 10px -> 0.625rem */
    }

    .hiSlider-title {
        font-size: 0.75rem; /* 12px -> 0.75rem */
        text-align: left;
        line-height: 1.875rem; /* 30px -> 1.875rem */
    }

    .hiSlider-pages {
        bottom: 0.1875rem; /* 3px -> 0.1875rem */
        right: 0.3125rem; /* 5px -> 0.3125rem */
        text-align: right;
    }
}

