.homepage-slider {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.carousel-inner, .carousel-inner .item {
    height: 100%;
}

.carousel-inner .item {
    height: 100%;
}

.carousel-inner .item img {
    height: 100%;
    width: 100%;
}

#myCarousel {
    height: 360px;
}
.banner #myCarousel .carousel-indicators {
    bottom: -45px;
}
.banner #myCarousel .carousel-indicators li {
    width: 11px;
    height: 11px;
    margin: 5px;
    cursor: pointer;
    background-color: #000\9;
    border: 1px solid #8c1515;
    border-radius: 11px;

}
.control {
    color: #fff;
    opacity: 0.5;
}
.banner #myCarousel .carousel-indicators .active {
    background-color: #8c1515;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;

}
#section hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #636363;
}
#section h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 500px;
    display: inline;
    color: #3e3e3e;
}


.news {
    margin-top: 25px;
}

h3 .more {
    float: right;
    font-size: 14px;
    color: #1c25a3;
    margin-right: 5px;
    margin-top: 8px;
}

.news-show img {
    width: 95%;
    height: 95%;
    max-width: 200px;
    max-height: 135px;
}

.news-show h5 {
    font-size: 12px;
    color: #242424;
    margin-bottom: 3px;
}

.news-show span {
    font-size: 12px;
    color: #7e7e7e;
}

.news-content {
    font-size: 12px;
    padding-left: 0px;
}

.news-content li {
    list-style: none;
    line-height: 28px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content li a {
    color: #242424;
}
.news-content li a:hover {
    color: #8c1515;
}
.date {
    padding-right: 10px;
    color: #7e7e7e;
}
#latest{
    color: #8c1515;
}

.middle{
    margin-top: 25px;
    margin-bottom: 35px;
}
#section > .middle > div > hr {
    margin-bottom: 15px;
}
.notice {
    padding-left: 0px;
}
.notice > div > hr {
    margin-bottom: 15px;
}
.events-content {
    padding: 10px 5px 10px 0px;
    position: relative;
    margin-bottom: 3px;
}
.events-detail {
    color: #000;
    font-size: 14px;
    margin-left: 80px;
    line-height: 1.6;
}

.events-detail span {
    font-size: 12px;
    color: #4b4b4b;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.download {
    font-size: 12px;
    color: #4b4b4b;
    float:right;
    margin-right: 20px;
    margin-top: 5px;
    width: 100px;
    padding: 0px 0px 0px 20px;
}
.download:hover {
    color: #4b4b4b;
}
.details-link {
    display: block;
    color: #000;
    text-decoration: none;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.details-link:hover {
    color: #8c1515;
}
.details-hover {
    color: #8c1515;
}
.events-date {
    width: 80px;
    float: left;
    padding: 3px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-49%);
}
.events-date span {
    display: block;
    text-align: center;
    line-height: 0.8;
}
#section .events-date hr {
    border-top: 1px solid #636363;   
}
.date-month {
    font-size: 14px;
}
.date-day {
    font-size: 24px;
}
.servers {
    padding-right: 0px;
}
.servers-table {
    margin-bottom: 0px;
}
.servers-table > tbody > tr > td {
    border-top: 0px;
    padding-top: 0px;
}
.servers-table > tbody > tr > td > a >img {
    width: 100%;
    max-width: 138px;
}
.servers-block img:hover {
    background: #ebebeb;
}