.street_main {
    width: 100%;
    height: auto;
    background-color: #efefec;
    font-family: "microsoft yahei";
}
.stree_content {
    width: 1152px;
    height: auto;
    margin: 0 auto;
}
.stree_content .content_head {
    width: 100%;
    height: auto;
   text-align: center;
}
.stree_content .content_head img {
    display: block;
    margin: 0 auto;
    padding-top: 35px;
}
.stree_content .select_ct {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.select_l>span {
    color: #9d9d9c;
    font-size: 16px;
    float: left;
}
.select_l>ul{
    height: auto;
    margin-left: 30px;
    float: left;
}
.select_l>ul>li {
    z-index: 200;
    width: 140px;
    list-style-type: none;
    float: left;
    border-left: 1px solid #aaaaaa;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.select_l ul li.cur {
    border-left: none;
    background-color: #fff;
}
.select_l ul li img{
    margin: auto;
    margin-top: 15px;
}
.select_l ul li span {
    font-size: 16px;
    font-weight: 700;
}
.select_l ul li span.m {
    width: 100%;
    text-align: center;
    background-image: url(../img/t_triangle.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1em;
}
.select_l li.cur span.m {
    background-image: url('../img/botton_traangle.png');
}
.J_select_ul li ul {
    width: 140px;
    height: auto;
    position: absolute;
    left: 0;
    top: 21px;
    text-align: center;
    background: #FFF;
    z-index: 10000;
}
.J_select_ul ul li {
    list-style-type: none;
    width: 140px;
    height: auto;
    margin-bottom: 15px;
    font-size: 16px;
}
.J_select_ul ul a {
    color: #888888;
}
.J_select_ul ul a:hover {
    color: #333;
}
.select_r{
    float: right;
    cursor: pointer;
    user-select: none;
}
.select_r span {
    float: left;
    color: #9d9d9c;
    font-size: 16px;
}
.select_r img {
    float: left;
    margin-top: 4px;
}
.clear_f {
    clear: both;
}
.show_content {
    width: 1152px;
    height: auto;
    display: block;
    position: relative;
    margin: auto;
    margin-top: 28px;
}
.show_content .content_ul {
    width: 1252px;
    height: auto;
    overflow: hidden;
    column-count: 4;
    column-gap: 0;
}
.content_ul .content_li {
    height: auto;
    list-style-type: none;
    cursor: pointer;
    display: inline-block;
    width: 253px;
    background: #FFF;
    margin-right: 46px;
    margin-bottom: 10px;
}
.content_li .detail {
    width: 253px;
}
.content_li .renimage{
    width: 100%;
    height: auto;
}
.content_li .brief {
    width: 236px;
    height: auto;
    margin: 0 auto;
}
.brief p {
    line-height: 1.5;
    color: #666666;
    font-size: 16px;
    margin-top: 23px;
}
.content_li .row {
    position: relative;
    margin-top: 15px;
    padding-left: 10px;
    user-select: none;
}
.row #J_home_userName {
    position: absolute;
    padding-left: 40px;
    top: 5px;
}
.row .r_bottom {
    float: left;
    margin-right: 13px;
    margin-bottom: 2px;
}
.row .r_bottom img {
    width: 17px;
    height: 16px;
    float: left;
    margin-right: 8px;
}
.r_bottom span {
    float: left;
    color: #9d9d9c;
    margin-top: -1px;
    font-size: 16px;
    line-height: 16px;
}
.row_5{
    position: absolute;
    top: 579px;
    left: 0px;
}
.row_6{
    position: absolute;
    top: 470px;
    left: 299px;
}
.row_7{
    position: absolute;
    top: 517px;
    left: 598px;
}
.row_8{
    position: absolute;
    top: 492px;
    left: 897px;
}