@charset "utf-8";

nav{
    font-size: 1.2em;
    font-weight: bold;
}

.nav-control{

}
.nav-control>a{
    float: left;
    color: #505050;
    text-align: center;
    width: 25%;
    line-height: 40px;
    font-size: 1em;
    border-bottom: 1px solid #DDDDDD;
}
.active{
    color: #FF6699 !important;
    border-bottom: 1px solid #FF6699 !important;
}
.list-item{
    overflow: hidden;
    width: 86%;
    margin: 0 auto;
    min-height: 60px;
    border-bottom: 1px solid #c8c7cc;
}
.list-item img{
    float: left;
}
.list-item div{
    width: 69%;
    padding-left: 3%;
    float: right;
}
.news-title{

}
.news-date{
    font-size: .7em;
    color: #999999;
}
.upwrap-tips{
    padding: 0 !important;
}
