/* focus news */

#focusNewsList {
    width: 660px;
}

#focusNewsList li {
    float: left;
}

#focusNewsList li a {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

#focusNewsList li .img {
	width: 100%;
}

#focusNewsList li .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#focusNewsList li .overlay .bg {
    background: url(/revamp/asiangames2026/web/assets/images/opacity_black.png?v=20140603) repeat;
    padding: 10px 16px 10px 16px;
}

#focusNewsList li .overlay .headline {
    font-size: 30px;
    color: #fff;
	line-height: 1.3;
}

#focusNewsList li .overlay .time {
    font-size: 16px;
    color: #ccc;
	font-style: italic;
    margin-top: 8px;
}

#focusNewsList li.rate2 .overlay .headline,
#focusNewsList li.rate3 .overlay .headline {
    font-size: 20px;
}

#focusNewsList li.rate2 .overlay .time,
#focusNewsList li.rate3 .overlay .time {
    font-size: 12px;
}

#focusNewsList li.rate1 .image {
	width: 660px;
	height: 410px;
	overflow: hidden;
}

#focusNewsList li.rate1 .img1 {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 150px;
    left: 300px;
    z-index: 999;
}

#focusNewsList li.rate2 .img2,
#focusNewsList li.rate3 .img3 {
    position: absolute;
    top: 50px;
    left: 130px;
}

#focusNewsList li.rate2 .image,
#focusNewsList li.rate3 .image {
	width: 326px;
	height: 200px;
	overflow: hidden;
}

#focusNewsList li.rate2,
#focusNewsList li.rate3 {
	width: 326px;
	margin-top: 8px;
}

#focusNewsList li.rate2 {
	margin-right: 8px;
}

#focusNewsList li a:hover .headline {
    color: #fd8524;
}
/* end focus news */

/* news list */

#realtimeNewsWrap .header {
    margin: 15px 0 10px 0;
}

#realtimeNewsWrap .header .title {
    font-size: 26px;
    float: left;
    font-weight: bold;
}

#realtimeNewsWrap .header .team {
    float: right;
}

#realtimeNewsWrap .header label { 
    font-size: 15px;
    margin-right: 5px;
}
/* end news list */

.CatfishBannerDiv {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    display: none;
}

.CatfishBannerDiv #img_close{
    float: right;
    cursor: pointer;
}
.splashAdDiv{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    z-index: 150;
}

.splashAdDiv .splashAd {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.splashAdDiv #img_close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0px;
    margin: 0px;
    z-index: 200;
    cursor: pointer;
}

.splashAdDiv #img_close img {
    width: 18px;
    height: 18px;
    background: white;
    padding: 5px;
    border-radius: 15px;
}
#Crazyad {
    position:absolute;
    width:100%;
    text-align:center;
    z-index: 999;
    top: 30%;
}