﻿/*相册页样式*/


.main_photoPage
{
    width: 1180px;
    margin: 0 auto;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 15px 15px 0;
    background-color: #FFFFFF;
}



.main_right_photoPage
{
    float: right;
    width: 1180px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
}
.main_right_head_photoPage
{
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    width: 1180px;
    color: #5A5A5A;
    background: url(images/main_right_title.gif) repeat-x left center;
}

/*相册页样式*/

.photoCategoryList1
{
    /*margin: 0 auto;*/
    width:1150px;
    float:left;
    margin-left:10px;
    
    min-height: 22px;
    height: auto !important;
    height: 22px;
    padding-left:10px;
    
}




.photoCategoryItem
{
    padding:4px 10px;
    font-size:18px;
    float:left;
    /*height:20px;*/
    font-family:微软雅黑;
}

/*.photoCategoryItem_bg*/
/*{*/
 /*   color:#fff;
    background:#37ad00;*/
/*}*/

/*.photoCategoryItem_bg:hover*/
/*{*/
/*    color:#fff;
    background:#37ad00;*/
/*}*/


.photoCategoryItem_bg:hover
{
    color:#fff;
}

.photoCategoryList2
{

    width:1148px;
    float:left;
    margin-left:10px;
    min-height: 22px;
    height: auto !important;
    height: 22px;
    

    position:relative;

    border:1px solid #ccc;
    margin-top:10px;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
    
}

.photoList
{

    width:1160px;
    float:left;
    margin-left:10px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    position:relative;
    margin-top:10px;
    padding-top:0px;
    
    padding-bottom:10px;
    
}


.photoItem_first
{
    width:252px;
    height:auto !important;
    
    float:left;
    margin-top:10px;
}

.photoItem
{
    width:252px;
    height:auto !important;
    
    float:left;
    margin-left:50.5px;
    margin-top:10px;
}

.photoItem_img
{
    width:250px;
    height:250px;
    
    float:left;
    
    border:1px solid #ccc;
    text-align:center;

}

.photoItem_img img 
{
    

}

.photoItem_txt
{
    width:190px;
    /*margin-left:10px;*/
    
   line-height:180%;
    /*font-family:微软雅黑;*/
    float:left;
    padding-top:10px;
    padding-bottom:5px;
    text-align:left;
    margin-left:5px;
    overflow:hidden;
    font-size :18px;
    font-family:微软雅黑;
}


.photoItem_count
{
    width:45px;
    /*margin-left:10px;*/
     line-height:180%;
   overflow:hidden;
    font-size :18px;
    font-family:微软雅黑;
    /*font-family:微软雅黑;*/
    float:left;
    padding-top:10px;
    padding-bottom:5px;
    text-align:center;
    margin-left:5px;
    text-align:right;
    color:#999;
}