b,
body,
div,
html,
i,
img,
li,
span,
strong,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body,
html {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #222;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #003c9d;
}


/*TOOLBAR*/

header {
    width: 100%;
    height: 50px;
    background: #0C7406;
}

.tindex_btn {
    height: 50px;
    width: 25%;
    background: url(../img/home.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
}

.channel_btn {
    height: 50px;
    width: 25%;
    background: url(../img/tv.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
}

.sports_btn {
    height: 50px;
    width: 25%;
    background: url(../img/sports.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
}

.tinfo_btn {
    height: 50px;
    width: 25%;
    background: url(../img/qmark.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
}

.tindex_btn:hover,
.channel_btn:hover,
.sports_btn:hover,
.tinfo_btn:hover {
    background-color: rgba(0, 0, 0, 0.1)
}


/*CONTENT*/

.content {
    width: 95%;
    margin: 10px auto;
}
.list>a {
    width: 100%;
    border: 2px #000 solid;
    border-radius: 6px;
    height: 60px;
    position: relative;
    margin-bottom: 5px;
	overflow:hidden;
}

.list>a {
    display: block;
}

.thumb {
    width: 50px;
    height: 50px;
    margin: 5px;
    float: left;
}

.thumb>img {
    width: 50px;
    height: 50px;
}

.title {
    line-height: 60px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    float: left;
}
.title1 {
    line-height: 60px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #000;
	text-align:center;
}

.play {
    width: 60px;
    height: 60px;
    background-image: url(../img/play.png);
    background-size: 38px 46px;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    position: relative;
}
.des>img {
    height: 100px;
    width: 100px;
    padding: 3px;
    border-radius: 4px;
    background-color: #fff;
}
.block {
    background: #FFFFFF;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
}
.logo {
    background-color: #0C7406;
    width: 146px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}

.logo>a>img {
    width: 146px;
    height: 30px;
    margin: 10px;
}
footer {
    color: #ffffff;
    background: #000000;
    padding: 5px;
}

.footer_holder {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}
.stream{
    float: right;
    color: #fff;
    display: inline;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    background-color: #000;
}
.stream>a{
    color: #fff;
    display: block;
    padding: 0px 20px;
}