body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

A { COLOR: #000000; TEXT-DECORATION: none }
A:hover { COLOR: #000000; TEXT-DECORATION: underline }
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider img {
    width: 100%;
    display: none;
            display: none;
}

.slider img:first-child {
    display: block;
}

.titles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}

.title-item {
    width: calc(50% - 1px);
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.title-item img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.title-item .text {
    display: flex;
    flex-direction: column;
}

.title-item strong {
    font-size: 16px;
    font-weight: bold;
}

.title-item small {
    font-size: 12px;
    color: #666;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%; height:40px;
    display: flex;
    justify-content: space-around;
    background-color: #333;
    padding: 10px 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.link_tv {color: #DE9629;line-height: 200%;LIST-STYLE-TYPE: none;MARGIN: 0px;PADDING:0px}
.link_tv ul {BORDER: medium none;LINE-HEIGHT: normal}
.link_tv li {MARGIN: 0px;DISPLAY: block;}  
.link_tv a {color: #A11D21}
.link_tv A:hover {color: #ffff00}
