﻿.slideImgBox {
    /*width: 448px;*/
    height: 288px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

.slideNewsBox {
    float: right;
    width: 100%;
    height: 288px;
    border: #d8d8d8 1px solid;
    border-top: #0754ae 2px solid;
}

.slideNewsBox .head {
    line-height: 35px;
    height: 35px;
    background-image: linear-gradient(#fdfdfd, #e8e8e8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #fdfdfd, endColorstr = #e8e8e8);
    background-repeat: no-repeat;
}

.slideNewsBox .head .more {
    float: right;
    font-size: 12px;
    color: blue;
    padding-right: 10px;
}

.slideNewsBox .head .more:hover {
    color: darkblue;
}

.slideNewsBox .head ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.slideNewsBox .head li {
    float: left;
    padding: 0 22px;
    cursor: pointer;
    margin-left: -1px;
}

.slideNewsBox .head li.on {
    font-weight: bold;
    background: white;
    color: darkblue;
    font-size: 14px;
    border-left: lightgray 1px solid;
    border-right: lightgray 1px solid;
}

.slideNewsBox .body {
    padding: 14px 20px 12px 0;
    clear: both;
    position: relative;
}

.slideNewsBox .body ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}

.slideNewsBox .body ul li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.slideNewsBox .body ul li:before {
    content: "●";
    color: gray;
    font-size: 9px;
    padding-right: 5px;
}

.slideNewsBox .body .title {
    color: gray;
    font-size: 14px;
    padding-left: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
    cursor: pointer;
}

.slideNewsBox .body .title:hover {
    color: darkblue;
    background-color: #f8f8f8;
}

.slideNewsBox .body .time {
    float: right;
    font-size:12px;
    height: 30px;
    line-height: 30px;
}

.newsBox {
    height: 300px;
    border: lightgray 1px solid;
    border-top: blue 2px solid;
}

.newsBox .head {
    height: 35px;
    line-height: 35px;
    background-image: linear-gradient(#fdfdfd, #e8e8e8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #fdfdfd, endColorstr = #e8e8e8);
    background-repeat: no-repeat;
}

.newsBox .head span {
    padding-left: 10px;
    font-weight: bold;
}

.newsBox .head .more {
    float: right;
    color: blue;
    padding-right: 10px;
}

.newsBox .head .more:hover {
    color: darkblue;
}

.newsBox ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}

.newsBox ul li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsBox ul li:before {
    content: "●";
    color: gray;
    font-size: 9px;
    padding-right: 5px;
}

.container-fluid {
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
