.radio-div {
    position: absolute;
    cursor: pointer;
    z-index: 999;}

    .radio-div .radio-close {
        cursor: pointer;
        font-size: 1.1rem;
        position: absolute;
        top: -12px;
        right: -12px;
        width: 25px;
        height: 25px;
        text-align: center;
        background: #B00328;
        color: #ffffff;
        border: 1px solid #cf012d;
        border-radius: 50%;
        transition: background 0.3s;}

        .radio-div .radio-close:hover {
            background: #cf012d;}

.carousel.initHeight {
    /*height: 500px;*/
}

.carousel-item img {
    max-height: 500px;
    cursor: pointer;}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    color: #fff;
    text-align: center;
    background: #0000008a;
    font-size: .75rem;
    padding: 10px;
    letter-spacing: 1px;}

.div-news {
    background: url(../images/news.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
    padding: 20px;
    min-height: 200px;}

    .div-news .title {
        font-size: 1rem;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 0px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 10px;}

    .div-news .list {
        font-size: .875rem;
        margin-bottom: 10px;}

        .div-news .list ul {
            margin: 0;
            padding: 0;
            list-style: none;}

            .div-news .list ul li {
                line-height: 27px;
                cursor: pointer;
                color: #ffffff;}

                .div-news .list ul li:hover {
                    color: #d9d9d9;}


                .div-news .list ul li:first-child {
                    font-size: 1rem;
                    list-style: none;
                    border-bottom: 1px solid #ffffff;
                    margin-bottom: 5px;
                    padding-bottom: 5px;
                    width: 100%;}

    .div-news .more {
        float: right;}

        .div-news .more a {
            font-size: .875rem;
            float: right;
            padding: 0px 10px 1px 10px;
            padding: 1px 15px;
            background: #ffffff;
            color: #666666;
            border-radius: 5px;}

.div-module {
    margin-top: 20px;}

    .div-module .header {
        font-size: 1rem;
        color: #b00328;
        line-height: 30px;}

        .div-module .header .title {
            padding: 5px;
            border-bottom: 3px solid #b00328;
            letter-spacing: 1px;}

        .div-module .header .more {
            float: right;
            font-size: .875rem;
            color: #666666 !important;
            font-weight: normal !important;
            cursor: pointer;
            background-color: #ffffff;
            padding: 1px 15px;}

    .div-module .content {
        background-color: #ffffff;
        padding: 5px 10px;
        min-height: 300px;}

        .div-module .content ul {
            margin: 0;
            padding: 0;}

            .div-module .content ul li {
                list-style: none;
                font-size: .875rem;
                line-height: 20px;
                border-bottom: 1px solid #f3f3f3;
                padding: 7px 0px;
                cursor: pointer;}

                .div-module .content ul li:last-child {
                    border: none;}

                .div-module .content ul li .time {
                    font-family: Georgia;
                    font-size: .875rem;
                    color: #d74931;}

                .div-module .content ul li .title:hover {
                    color: #B00328;}

    .div-module .content-radio {
        background-color: #ffffff;
        padding: 5px 10px;
        min-height: 185px;}