/*********************************************************************
                        style for page
**********************************************************************/
.main{
    padding-top: 0.6rem;
    min-height: 5.09rem;
}
.main-rg-title{
    line-height: 0.48rem;
    padding-left: 0.15rem;
    font-size: 0.15rem;
    color: #fff;
    position: relative;
    background: #243b5a url(../images/nav-bg-default.jpg) no-repeat right center;
    background-size: auto 1rem;
}
.main-rg-title.important{
    background: #243b5a url(../images/nav-bg-important.jpg) no-repeat right center;
    background-size: auto 1rem;
}
.main-rg-title.general{
    background: #243b5a url(../images/nav-bg-general.jpg) no-repeat right center;
    background-size: auto 1rem;
}
.main-rg-title.media{
    background: #243b5a url(../images/nav-bg-media.jpg) no-repeat right center;
    background-size: auto 1rem;
}
.main-rg-title.people{
    background: #243b5a url(../images/nav-bg-people.jpg) no-repeat right center;
    background-size: auto 1rem;
}
.main-rg-title.spotlight{
    background: #243b5a url(../images/nav-bg-spotlight.jpg) no-repeat right center;
    background-size: auto 1rem;
}
.main-rg-title.photo{
    background: #243b5a url(../images/nav-bg-photo.jpg) no-repeat right center;
    background-size: auto 1rem;
}
.main-rg-title.video{
    background: #243b5a url(../images/nav-bg-video.jpg) no-repeat right center;
    background-size: auto 1rem;
}
.main-rg-title span{
    font-size: 0.12rem;
    color: #ccc;
    padding-left: 0.06rem;
}
.instr-icon{
    height: 0.28rem;
    width: 0.3rem;    
    display: block;
    float: left;
    margin-right: 0.02rem;
}    
.main-rg-con{

}
.main-list{
    overflow: hidden;
    padding: 0 0.15rem;
}
.main-list li{
    overflow: hidden;
    padding:0.06rem 0;
    width: 3.45rem;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
}
.main-list-title{
    color: #2b486c;
    font-size: 0.14rem;
    line-height: 0.28rem;
}
.main-list-time{
    color:#888;
    font-size: 0.12rem;
    line-height: 0.18rem;
}
.main-load{
    text-align: center;
    font-size: 0.12rem;
    color: #999;
    line-height: 0.5rem;
}

