#home-flash{
    background:#222;
    padding:10px 0;
    margin-bottom:10px;
}
#home-flash .news-highlight a:hover .subject{
    color:#0cf;
}
#home-flash .news-list a:hover .subject{
    color:#06c;
}

#home-flash .news-highlight{
    float:left;
    width:800px;
    height:450px;
    
}
#home-flash .news-highlight img{
    height:450px;
    width:800px;
}
#home-flash .news-highlight a{
    position:relative;
}
#home-flash .news-highlight .title{
    position: absolute;
    bottom: 2px;
    width: 780px;
    padding: 25px 10px 5px;
    background: rgba(255,255,255,0.8);
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,1)); /* Standard syntax (must be last) */
}

#home-flash .news-highlight .subject{
    display:block;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}
#home-flash .news-highlight .detail{
    color: #CCC;
    font-size: 13px;
    width:790px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    display:block;
}
#home-flash .news-highlight .time{
    color: #393;
    font-size: 12px;
}
#home-flash .news-list{
    float:right;
    width:390px;
    height:450px;
}

#home-flash .items{
    padding-top: 10px;
    background: #FFF;
}
#home-flash .item{
    border-bottom: #CCC solid 1px;
    background: #FFF;
    height: 80px;
}
#home-flash .news-list a{
    display: block;
}
#home-flash .news-list .img{
    float: left;
    width: 125px;
    padding: 5px;
    height:70px;
}
#home-flash .news-list .img img{
    width:125px;
    height:70px;
}
#home-flash .news-list .info{
    float: right;
    width: 245px;
    padding: 5px;
}
#home-flash .news-list .subject{
    font-size: 13px;
    font-weight: bold;
    color: #333;
    display: block;
}
#home-flash .news-list .time{
    color: #393;
    font-size: 12px;
    display: block;
}

#news-list{
    padding: 20px 10px 10px;
    background: #fff;
    border: #ccc solid 1px;
}
#news-list h2 {
    float:left;
}
#news-list .datepicker{
    float:right;
}
#news-list .item {
    line-height: 35px;
    border-bottom: #ccc solid 1px;
    font-size: 14px;
}
#news-list .date {
    line-height: 20px;
    border-bottom: #ccc solid 1px;
    font-size: 14px;
    font-weight: bold;
    background: #09f;
    padding: 2px 10px 3px;
    color: #fff;
}
#news-list .time {
    width: 90px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
}
#news-list .subject a:hover
{
    color: #990;
}
#news-list .sport{
    width: 30px;
    display: block;
    float: right;
    height: 20px;
    margin-top: 5px;
}
#news-list .pagination{
    text-align: center;
    margin-top: 20px;
}
#news-list .datepicker button{
    font-size: 0.8125rem;
    line-height: 1.125rem;
    font-family: "Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    height: 1.875rem;
    padding: 0 0.625rem;
    margin-right: 0.625rem;
    line-height: 1.75rem;
    color: #fff;
    background-color: #4bc6df;
    border-color: #005689;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 62.5rem;
    border-radius: 62.5rem;
    border-width: 0.0625rem;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #005689;
    border-color: #005689;
    cursor:pointer;
}
#news-list .alert-danger{
    margin-top:10px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
}
.item:nth-child(even) {background: #f5f5f5;}
.item:nth-child(odd) {background: #FFF}
#news-list .subject a
{
    color: #333;
}
#news-list .subject a:hover
{
    color: #06C;
}

#home-analyst{
    margin-bottom:10px;
}
#home-analyst li{
    float:left;
}
#home-analyst .tab {
    margin-bottom: 5px;

}
#home-analyst .tab img{
    width: 75px;
    height: 50px;
    margin-right: 5px;
    border: #999 solid 1px;
    /* border-radius: 5px; */
    cursor: pointer;
    opacity: 0.9;

}
#home-analyst h2{
    color: #333;
    text-shadow: 1px 1px 3px #ccc;
    margin-bottom: 10px;
}
#home-analyst .body
{
    padding: 20px 5px 5px 8px;
}
#home-analyst .item{
    float:left;
    width:232px;
    margin-right:5px;
    margin-bottom:10px;
}
#home-analyst .item img{
    height:130px;
    width:232px;
}
#home-analyst .item span{
    padding: 0px 5px;
    font-size: 13px;
    display: block;
    height: 30px;
}
#news-list .head-line {
    padding-bottom: 5px;
    margin-bottom: 0px;
}  
#news-list .news-submenu{
    margin-top: 10px;
}
#news-list .news-submenu a{
    line-height: 25px;
    padding: 5px 10px;
    color: #fff;
    background: #09f;
    font-size: 15px;
    font-weight: bold;
}
#news-list .news-submenu a:hover{
    color: #FF0;
}