﻿

.news-panel-title {
    margin-left: 3px;
}

    .news-panel-title > .ibox > .ibox-content {
        background-color: #2f4050;
        color: #fff;
        padding: 6px 20px;
        font-size: 14px;
        margin-top: 10px;
    }

.news-panel-frame {
    overflow: hidden;
    width: auto;
    height: 500px;
}

.news-panel {
    overflow-y: scroll;
    margin-right: -20px;
    padding-right: 23px;
    padding-left: 3px;
    max-height: inherit;
}

    .news-panel > .ibox {
        margin-bottom: 8px;
    }

        .news-panel > .ibox:hover {
            box-shadow: 0px 2px 3px 0px #9c9c9c;
        }

        .news-panel > .ibox > .ibox-content {
            padding: 5px 10px 5px 5px;
            min-height: 50px;
            text-overflow: ellipsis;
            word-wrap: break-word;
        }

            .news-panel > .ibox > .ibox-content:hover {
                cursor: pointer;
                background-color: #e0e0e0;
            }


            .news-panel > .ibox > .ibox-content .img-frame {
                line-height: 88px;
                height: 88px;
                max-width: 100%;
                max-height: 88px;
                text-align: center;
            }

                .news-panel > .ibox > .ibox-content .img-frame.no-image {
                    background-color: #bdbdbd;
                    height: 58px;
                    margin-top: 16px;
                }


                .news-panel > .ibox > .ibox-content .img-frame > img {
                    max-height: 100%;
                    max-width: 100%;
                    vertical-align: middle;
                    margin-bottom: 0.25em;
                }


        .news-panel > .ibox.news-loading {
            text-align: center;
        }

            .news-panel > .ibox.news-loading.first-load {
                margin-right: -17px;
            }


            .news-panel > .ibox.news-loading > .ibox-content {
                padding: 16px;
            }



    .news-panel .ibox-content .news-sticky {
        font-size: 14px;
        margin-top: 6px;
    }

    .news-panel .ibox-content .news-topic {
        margin-top: 5px;
        font-weight: bold;
        font-size: 14px;
        /*margin-bottom: 5px;*/
        color: orange;
        max-height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .news-panel .ibox-content:hover .news-topic {
        color: #da7900;
    }

    .news-panel .ibox-content .news-property {
        margin-top: 6px;
        margin-bottom: 5px;
        font-size: 11px;
    }

        .news-panel .ibox-content .news-property > span {
            background-color: red;
            padding: 2px 10px;
            color: #fff;
            border-radius: 8px;
            margin-right: 5px;
            font-size: 12px;
        }

    /*.news-panel .ibox-content .news-property > span.high {
                background-color: #FF0000;
            }

    .news-panel .ibox-content:hover .news-property > span.high {
        background-color: #c30000;
        color: #d3d3d3;
    }

    .news-panel .ibox-content .news-property > span.medium {
        background-color: #FFCC00;
    }

    .news-panel .ibox-content:hover .news-property > span.medium {
        background-color: #cba200;
        color: #d3d3d3;
    }

    .news-panel .ibox-content .news-property > span.local {
        background-color: #99CCFF;
    }

    .news-panel .ibox-content:hover .news-property > span.local {
        background-color: #6c9dcf;
        color: #d3d3d3;
    }*/


    .news-panel .ibox-content .news-detail {
        font-size: 12px;
        height: 36px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .news-panel .ibox-content .news-detail * {
            font-size: 12px !important;
            text-align: left !important;
            margin: 0 !important;
            color: #333 !important;
            font-family: Prompt !important;
        }


.imgInput {
    max-height: 100%;
    max-width: 100%;
}

.modal-news span.fa.close-btn:hover,
.modal-news span.fa.close-btn:active {
    color: #222;
    font-weight: bold;
    cursor: pointer;
}



.modal-news .news-property {
    margin-top: 6px;
    margin-bottom: 15px;
}

.modal-news .news-read {
    font-size: 12px;
    margin-top: 6px;
}

.modal-news .news-sticky {
    font-size: 14px;
    margin-top: 6px;
    margin-right: 6px;
}

.modal-news .news-property > span {
    background-color: red;
    padding: 2px 10px;
    color: #fff;
    border-radius: 8px;
    margin-right: 5px;
}

/*.modal-news .news-property span.high {
    background-color: #FF0000;
}

.modal-news .news-property span.medium {
    background-color: #FFCC00;
}

.modal-news .news-property span.local {
    background-color: #99CCFF;
}*/

.modal-news .news-topic {
    font-size: 15px;
    font-weight: bold;
    color: orange;
    padding: 0px 10px;
    /*margin-top: 12px;*/
}

.modal-news .news-detail {
    font-size: 13px;
    padding: 0px 10px;
    margin-top: 6px;
}

.modal-news .img-frame {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    padding: 0;
    text-align: center;
}

    .modal-news .img-frame.no-image {
        background-color: #aaa;
    }

    .modal-news .img-frame > img {
        max-width: 100%;
        max-height: inherit;
    }

.modal-news > .modal-body {
    height: 560px;
    padding: 20px 0 0 0;
}

.modal-news .news-content-frame {
    max-height: 215px;
    overflow: hidden;
}

.modal-news .news-content {
    max-height: 215px;
    overflow: hidden;
    width: auto;
    height: 215px;
}

.modal-news .news-header {
    margin-top: 20px;
}

.modal-news > .modal-body slick {
    height: 560px;
    /*margin-top: -20px;*/
    /*margin-left: -30px;*/
    /*margin-right: -30px;*/
    /*padding-top: 20px;*/
}

.slick-slider:focus,
.slick-slider:active,
.slick-slide:focus,
.slick-slide:active {
    outline: none;
}

.modal-news .slick-dots {
    bottom: 14px;
}

.modal-news slick .img-frame {
    margin-left: -15px;
    margin-right: -15px;
}

.modal-news .slick-slide img {
    display: unset;
}

.modal-news .slick-prev,
.modal-news .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    opacity: 1;
}

    .modal-news .slick-prev:before,
    .modal-news .slick-next:before {
        font-size: 30px;
        color: #1adab3 !important;
        opacity: 1;
    }


.modal-news .slick-next {
    right: -42px;
}

.modal-news .slick-prev {
    left: -42px;
}

    .modal-news .slick-prev.slick-disabled:before, .modal-news .slick-next.slick-disabled:before {
        display: none;
    }
