@charset "gb2312";
/* CSS Document */

.gailan_mainPic {
    width: 100%;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}
.gailan_mainPic li {
    width: 266px;
    height: 210px;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 14px;
    float: left;
    position: relative;
}
.gailan_mainPic li:nth-child(4n){
	margin-right:0px;
}
.gailan_mainPic li img {
    max-width: 260px;
    max-height: 175px;
}

.gailan_mainPic li p {
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    /*bottom: 10px;*/
    left: 0;
    width: 100%;
}
.gailan_mainPic li p a{
   color:#000;
   font-size:16px;
}
.gailan_mainPic li p a:hover{
   color:red;
   font-size:16px;
}
.color_red {
    color: red;
}
.gailan_curpage_bottom {
    color: #666;
    margin-right: 10px;
    font-size: 14px;
    width: 1200px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
}
.photo-record-page {
    text-align: right;
    width: 30%;
}
.page-btn {
    color: #000;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    border:none;
}
.toPageNum {
    margin-left: 10px;
    width: 45px;
    height:30px;
}
.page-btn-long {
    width: 50px;
    vertical-align:baseline;
}
.photo-jump-page {
    text-align: left;
    width: 40%;
}
.photo-jump-page a:hover{
	color:#ffa800;
}
