﻿.title {
    font-size:14px;
    font-weight:bold;
    border-bottom:1px solid #f0f0f0;
    line-height:30px;
    height:30px;
    margin:0 0 15px 0;
}
.topcates {
    overflow: hidden;
    margin: 0 auto 20px auto;
    background: #fff;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    height: auto;
}
.topcates dt {
    line-height: 26px;
    margin: 0 auto;
    background: #fff;
    height: auto;
    width: 100px;
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: #999;
}
.topcates dd{
    margin-left: 100px;
}
.topcates dd a {
    text-align: center;
    float: left;
    padding: 0 6px;
    margin-right: 0.5%;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #666;
    border:solid 1px #fff;

}
.topcates dd a.curt{
    border-color:#386ED3;
    color: #386ED3;
}
.photolist {
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
}
.photolist li {
    float:left;
    display:block;
    overflow:hidden;
    margin:0 12px 15px 0;
    width:272px;
    height: auto;
}
.photolist li .img {
    width: 272px;
    height: 204px;
    overflow: hidden;
    position: relative;
}
.photolist li .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.photolist li .img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.photolist li .img img.nopic{
    height: auto;
}
.photolist li .img img.nopic:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
.photolist li a.t {
    font-weight:bold;
    display: block;
    text-align: center;
    margin-top: 4px;
    font-size: 14px;
}
.photolist li div.img p.zhongdian{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: rgb(253, 252, 252);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
}
.photolist li p.intro {
    line-height:20px;
    font-size: 12px;
    color: #999;
    padding:0;
    margin:0;
    height:40px;
    overflow: hidden;
}
.phototop {
    margin:10px 0 0 15px;
    _margin:20px 0 0 25px;
    padding:0;
    list-style:none;
    width:630px;
    height:160px;
    overflow:hidden;
    clear:both;
}
.phototop li {
    float:left;
    display:block;
    overflow:hidden;
    background:#f3f3f3;
    margin:0 15px 20px 5px;
}
.phototop li img {
    width:120px;
    display:block;
    padding:2px;
    margin:5px;
    background:#fff;
}
.phototop li div {
    width:120px;
    height:30px;
    line-height:30px;
    font-size:12px;
    display:block;
    text-align:center;
    padding:0 6px;
}