﻿.tab-nav{
    box-sizing: border-box;
    border-left: 1px solid #f2f2f2;
}
.colWrap3{
    max-height:1011px;
    overflow: hidden;
    background:rgba(255,255,255,1);
}
.mainPage{
    width: 1180px;
    padding: 15px 5px 15px 15px;
    background-color: #fff;
    margin: 10px auto 0;
    overflow: hidden;
}
.picList{
    overflow: hidden;
}
.picList ul li{
    width: 214px;
    height: 264px;
    margin-left: 10px;
    padding: 5px;
    border: 1px solid #fff;
    transition: border-color 0.1s ease;
    position: relative;
    float: left;
}
.mainPage .g_img img {
    width: 100%;
    height: 100%;
    transition: all 1.8s ease;
}
.picList ul li .g_title {
    width: 72px;
    height: 28px;
    line-height: 28px;
    border-radius: 0 0 5px 0px;
    top: 5px;
    left: 5px;
    z-index: 10;
    position: absolute;
    background: #308bd8;
    color: #fff;
}
.picList ul li .g_img {
    width: 100%;
    height: 145px;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
}
.picList .g_text strong.nomore {
    width: 120px;
}
.f_ff5 {
    color: #ff570d;
}
.xx1 {
    padding: 10px 0 5px;
    display: block;
}
.textoverflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xx2{
    color: #999;
}
.picList p.g_area {
    width: 100%;
    height: 25px;
    line-height: 25px;
}
.picList span.icon_area {
    background: url(../image/addr.png) no-repeat left center;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.picList a.g_guest {
    width: 26px;
    height: 26px;
    display: block;
    background: url(../image/sprites.png) no-repeat right center;
}
.pl15 {
    padding-left: 15px;
    color: #999;
}
.pageWrap{
    margin: 20px auto;
    text-align: center;
}
.suqiu{
    font-size: 20px;
    color: #6266FF;
    font-weight:bold;
}
.wrap{
    background-color: #f2f2f2;
    position: relative;
}
.tabs3{
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.leftTab{
    position: absolute;
    top: 100px;
    left: 0;
    width: 246px;
    z-index:11;
}
.leftTab li{
    width:246px;
    height:56px;
    background:rgba(171,171,171,1);
    border-radius:3px;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
    text-align: center;
}
.onFocus{
    background:#000!important;
}
.leftTab li:hover{
    background:#52b6f0!important;

}