html, body {
    padding:0;
    margin:0;
}

a {
	text-decoration:none;
}

#content {
    width:1050px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@font-face {
    font-family: Roboto;
    src: url('Roboto_GEOMt.woff2') format('woff2'),
        url('Roboto_GEOMt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mobile {
    display: none;
}

@font-face {
    font-family: DescFont;
    src:url('bpg_arial_2009.ttf');
}

#header_mainer {
    width:100%;    
}

.bxslider_sports {
    padding:0;
    margin:0;
}

#logo_left {
    display: table-cell;
    vertical-align: middle;
}

#header_righter {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right:10px;
    font-family: Roboto;
    white-space: nowrap;
    font-size:14px;
}

#header {
}

#socials {
    margin-top:5px;
}

#socials img {
    width:24px;
    display: inline-block;
}

#menu {
    background:#0962ab;
}

#logo {
    width:200px;
    margin-left:10px;
}

#menu li {
    color:#ffffff;
    list-style-type: none;
    padding:10px 12px;
    float:left;
    font-family: Roboto;
    transition: all .3s;
    font-size:14px;
    position:relative;
}

#menu li:hover {
    background-color:#1972bb;
}

.search {
    float:right;
    padding:10px;
    background-image:url(../images/search.png);
    background-size:25px;
    width:25px;
    background-repeat: no-repeat;
    background-position: center  center;
    cursor: pointer;
}

.search:hover {
    background-color:#1972bb;
    transition: all .3s;
}

#search {
    display: none;
}

#search_actived {
    position: absolute;
    right:0px;
    background: #8da5b9;
    padding:8px;
    display: none;
    z-index: 99999;
}

#search_actived input {
    width:300px;
    box-sizing: border-box;
    border:none;
    background:#ffffff;
    font-family: Roboto;
    padding:8px;
    padding-bottom:7px;
}

#search_actived #submit_search {
    width:auto;
    box-sizing: border-box;
    border:none;
    font-family: Roboto;
    padding:8px 15px;
    padding-bottom:7px;
    background:#1972bb;
    color:#ffffff;
}

#clear {
    clear: both;
}

#mainer {
    margin-top: 15px;
}

#left {
    width:705px;
    float: left;
}

#right {
    width:330px;
    float:right;
}

#news_frame {
    height:400px;
    background-size:cover;
    position: relative;
}

#news_frame_title {
    position: absolute;
    bottom: 0px;
    left:0px;
    width:100%;
    box-sizing: border-box;
    padding:20px;
    padding-top:120px;
    font-family: Roboto;
    font-size:19px;
    color:#ffffff;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(79,79,79,0) 10%,#000 100%);
}

#icon_breaking {
    background:#bd3030;
    border-radius:4px;
    color:#ffffff;
    padding:7px;
    font-family: Roboto;
    display:inline-block;
    margin-bottom:10px;
    font-size:15px;
}

#block {
    margin-bottom:20px;
}

#block_title {
    padding:10px;
    font-family: Roboto;
    font-size:13px;
    color:#ffffff;
    background:#1972bb;
}

#block_inner {
    border:1px solid #cccccc;
    border-top: 0;
    font-family: Roboto;
}

.lasts {
    height:363px;
    overflow: auto;
}

#mainpage_blocks_item .bottom_time {
color:#f1f1f1;
}


#daily_item {
    display: table;
    width:100%;
    font-size:13px;
}

#daily_item_id {
    display: table-cell;
    padding:10px;
    border-bottom:1px solid #cccccc;
    color:#222222;
}

#daily_item_title {
    display: table-cell;
    width:100%;
    padding:10px;
    color:#222222;
    padding-left:0;
    border-bottom:1px solid #cccccc;
}

#mainpage_blocks {
    margin-top:15px;
}
.bottom_title {
color:#ffffff;
}

#mainpage_blocks_items {
    margin:0px -10px;
}

#mainpage_blocks_item {
    width:25%;
    float:left;
    font-family: Roboto;
    padding:10px;
    height:260px;
    box-sizing: border-box;
    color:#333333;
}

#mainpage_block_title {
    font-family: Roboto;
    font-size:20px;
    color:#222222;
    margin-bottom:10px;
}

#mainpage_blocks_item_img {
    height:110px;
    background-size: cover;
}

#mainpage_blocks_item_title {
    margin-top:10px;
    font-size:13px;
    
    overflow:hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}

#mainpage_blocks_item_date {
    margin-top:5px;
    font-size:12px;
	color:#777777;
}

#popular_item {
    padding: 10px;
    font-size:14px;
    border-bottom: 1px solid #cccccc;
    color:#222222;
}

#popular_item_pre {
    float: left;
    width:80px;
    height:80px;
    margin-right: 10px;
    position: relative;
    color:#222222;
}

#popular_item_rating {
    position: absolute;
    bottom:0px;
    left:0px;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(79,79,79,0) 10%,#000 100%);
    width:100%;
    box-sizing: border-box;
    padding:5px;
    color:#ffffff;
    text-align: center;
    font-size:11px;
}

#mainnews_img {
    height: 200px;
    background-size: cover;
}

#special_title {
    color:#ffffff;
    font-size:26px;
    font-family: Roboto;
    padding:10px;
    padding-top:25px;
}

#mainnews_title {
    margin:10px 0px;
    padding-left:10px;
    font-family: Roboto;
    color:#000000;
    border-left:3px solid #1972bb;
}

#popular_item_img {
    width:80px;
    height:80px;
    background-size:cover;
}

#full_desc a {
    text-decoration: underline;
    font-family:DescFont ;
    font-size:13px;
    color:#222222;
}

#mores_cats {
	position:absolute;
	right:0px;
	width:200px;
	background:#cccccc;
	z-index:999999;
	
    margin-top:10.5px;
}

#mores_cats_item {
	padding:10px;
}

.bc_d {
	cursor:pointer;
}

#news_item {
    padding:10px;
    font-family: Roboto;
    color:#000000;
}

#news_item_img {
    float:left;
    width:250px;
    height:200px;
    background-size:cover;
    margin-right:10px;
}

#news_item_title {
    font-size:15px;
}

#news_item_date {
    color:#575757;
    font-size:12px;
    margin-top:10px;
}

#full_title {
    font-family: Roboto;
    font-size:20px;
    margin-bottom:15px;
}

#full_date {
    color:#868686;
    margin-bottom:15px;
    font-size:13px;
    font-family: Roboto;
}

#full_desc {
    font-family:DescFont;
    font-family: 14px;
    line-height: 23px;
}

#othernews_item {
    padding:10px;
    box-sizing: border-box;
    width:50%;
    font-size:13px;
    font-family: Roboto;
    float:left;
    color:#000000;
    height:160px;
}

#othernews_item_img {
    width:150px;
    height:100px;
    float:left;
    margin-right:10px;
    background-size:cover;
}

#othernews_title {
    background:#1972bb;
    padding:10px;
    color:#ffffff;
    font-size:14px;
    font-family: Roboto;
}

#sid {
    width:200px;
    border:1px solid #cccccc;
    font-family: Roboto;
    padding:5px;
}

#submit_search {
    border:1px solid #cccccc;
    font-family: Roboto;
    padding:5px;
}

#footer {
    background:#1972bb;
    padding:20px 0;
    font-family: Roboto;
    color:#ffffff;
}