
/* ---------  市民学校 文化地图  共用sty  --------- */

/* --- 二级菜单 --- */
.navTab {
    background-color: #fff;

}
.navTab span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 13px;

    cursor: pointer;
}
.navTab span a {
    color: #333;
}
.navTab span.on {
    color: #c49c52;
    border-bottom: 1px solid #c49c52;
}
.navTab span:hover {
    color: #9d814d;
    border-bottom: 1px solid #9d814d;
}
.navTab span:hover a {
    color: #9d814d;
}
/* --- 场馆列表 --- */
.venue {
    min-height: 500px;
    /*margin-top: 20px;*/
    padding-bottom: 50px;
    background-color: #f3f3f3;
}
.cgList{
    margin-top: 15px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.cgBox{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.cgBox a:hover span {
    color: #c49c52;
    text-decoration: none;
}
.cgBox .imgBox{
    margin-top: 12px;
    height: 130px;
    overflow: hidden;
    position: relative;
    background-color: #fff;

}
.cgBox .imgBox img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cgBot{
    width: 100%;
    height: 80px;
    /*background-color: #fff;*/
    margin-bottom: 12px;
    padding: 5px 10px 10px;
    -moz-transition: all .2s ease;       /* Firefox 4 */
    -webkit-transition: all .2s ease;   /* Safari 和 Chrome */
    -o-transition: all .2s ease;       /* Opera */
    transition: all .2s ease;
}
.cgBot>span{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cgBot>p{
    display: block;
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
    margin: 2px 0 3px 0;
}
.cgBox:hover{
    background-color: #fff;
    box-shadow: 0 0 10px #bbb;
}
.cgBox:hover .cgBot {
    background-color: #f7f8fa;
}


/* --- 内容页 --- */
.msg{
    background-color: #f3f3f3;
}
.breadcrumb {
    padding-left: 0;
    /*background-color: #f7f8fa;*/
    margin-bottom: 0;
}
.breadcrumb a {
    color: #333;
}
.breadcrumb a:hover {
    color: #c49c52;
}


.content {
    padding: 10px 35px;
    padding-bottom:50px;
    background-color: #fff;
}
.topImg {
    max-width: 80%;

}
.info {
    margin-top: 40px;
}
.info img {
    max-width: 100% !important;
}

/* -- 右边 -- */
.widget {
    background: #fff;
    padding: 21px 30px;
    margin-bottom: 12px;
}
.widget .title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
    display: block;
}
.widget .title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #c49c52;
    position: absolute;
    left: 0;
    bottom: -1px;
}
#map {
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
}
#map:hover {
    color: #c49c52;
}
