#main #center ul li{
    width: 550px;
    height: 200px;
    background-image: url('/images/default/main_border.png');
    background-repeat:no-repeat;
    margin-bottom:11px;
    
    overflow: hidden;
    
}
#main #center ul li .block{
    width: 550px;
    height: 190px;
    overflow: hidden;
}
.more{
    position: absolute;
    right:20px;
    /*top:-8px;*/
    top: 155px;
}
#main #center .center_title{
    position: relative;
    top:17px;
    left:5px;
    color:#FFF;
}

#main #center .center_titleSub{
    z-index: 50;
    position: relative;
    width:95%;
    top:20px;
    left:15px;
    
}
#main #center .center_titleSub a{
    color:#333;
    font-weight:bolder;
}

#main #center .center_titleSub2{
    z-index: 50;
    position: relative;
    width:95%;
    top:0px;
    left:15px;   
}
#main #center .center_titleSub2 a{
    color:#333;
    font-weight:bolder;
    
}
#main #center .center_titleSub3{
    
    z-index: 50;
    position: relative;
    width:95%;
    top:0px;
    left:15px;   
}
#main #center .center_titleSub3 a{
    color:#333;
    font-weight:bolder;
}
/*
#main #center .center_body{
    position: relative;
    top:25px;
    left:15px;
    width:95%;
    height:40px;
}
#main #center .center_body2{
    position: relative;
    top:0px;
    left:15px;
    width:95%;
    height:40px;
    
}*/
#main #center ul li .hr{
    position: relative;
    width:100%;
    margin-top:25px;
}

