.newsListWrap .newsListLoading.firstLoad {
    margin-top: 140px;
}

/* short style */
.newsListWrap.short .newsList li {
    padding: 0px 11px 10px 11px;
}

.newsListWrap.short .newsList li.ad {
    padding: 0px;
}

.newsListWrap.short .newsList li.ad > div {
    padding: 10px 0px;
	margin: 0px 11px;
	background: url(/revamp/images/news_break.png) left top repeat-x;
}

.newsListWrap.short .newsList li a {
    padding-top: 10px;
    background: url(/revamp/images/news_break.png) left top repeat-x;
    display: block;
}

.newsListWrap.short .newsList li:first-child a {
    background: none;   
}

.newsListWrap.short .newsList .textContent {
    float: left;
    width: 235px;
}

.newsListWrap.short .newsList .noPhoto .textContent {
    float: none;
    width: 100%;
}

.newsListWrap.short .newsList .image {
    float: right;
    position: relative;
    line-height: 0;
}

.newsListWrap.short .newsList .image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0px 0px -17px;
}

.newsListWrap.short .newsList .headline {
    color: #184d99;
    font-size: 17px;
    line-height: 1.3;
}

.newsListWrap.short .newsList li a:hover .headline {
    color: #fd8524;
}

.newsListWrap.short .newsList .summary {
    font-size: 15px;
    line-height: 1.4;
}

.newsListWrap.short .newsList .typeAndTime {
    font-size: 13px;
    color: #808080;
    margin: 5px 0px 0px -6px;
}

.newsListWrap.short .newsListMore a {
    display: block;
    height: 34px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eeeeee;
}

.newsListWrap.short .newsListLoading {
    height: 34px;
    background: url(/revamp/images/loading.gif) center center no-repeat;
}


/* long style */

.newsListWrap.long .newsList li {
    padding: 0px 0px 10px 0px;
}

.newsListWrap.long .newsList li.ad {
    padding: 0px;
}

.newsListWrap.long .newsList li a {
    padding-top: 10px;
    background: url(/revamp/images/news_break.png) left top repeat-x;
    display: block;
}

.newsListWrap.long .newsList li:first-child a {
    background: none;   
}

.newsListWrap.long .newsList .textContent {
    float: left;
    width: 540px;
}

.newsListWrap.long .newsList .noPhoto .textContent {
    float: none;
    width: 100%;
}

.newsListWrap.long .newsList .image {
    float: right;
    position: relative;
    line-height: 0;
}

.newsListWrap.long .newsList .image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0px 0px -17px;
}

.newsListWrap.long .newsList .headline {
    color: #184d99;
    font-size: 22px;
    line-height: 1.3;
}

.newsListWrap.long .newsList li a:hover .headline {
    color: #fd8524;
}

.newsListWrap.long .newsList .summary {
    font-size: 16px;
    line-height: 1.5;
}

.newsListWrap.long .newsList .typeAndTime {
    font-size: 13px;
    color: #808080;
    margin: 5px 0px 0px 0px;
}

.newsListWrap.long .newsListMore a {
    display: block;
    height: 34px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eeeeee;
}

.newsListWrap.long .newsListLoading {
    height: 34px;
    background: url(/revamp/images/loading.gif) center center no-repeat;
}