.header .logo a:link, .header .logo a:visited {
    width: 340px;
    background: url(../images/logo_street.png) no-repeat;
}

.c_l {
    float: left;
    width: 320px;
}

.c_r {
    float: right;
    width: 335px;
}

.l_col .panel {
    margin: 0 0 20px 0;
}

.street_nav {
    background: url(../images/street_nav_bg.png) repeat-x;
    height: 49px;
    padding: 6px 0 0 0;
    *padding: 5px 0 0 0;
    text-align: center;
    font-size: 0;
    margin: 0 0 20px 0;
}

.street_nav a:link, .street_nav a:visited {
    font-size: 14px;
    width: 172px;
    overflow: hidden;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #000;
    display: inline-block;
    background: url(../images/street_nav.png) no-repeat;
}

.street_nav a:hover {
    color: #fff;
    background: url(../images/street_nav_h.png) no-repeat;
}

.street_nav a.current:link, .street_nav a.current:visited {
    color: #fff;
    background: url(../images/street_nav_h.png) no-repeat;
}

.street_nav a.sep:link, .street_nav a.sep:visited{
    background: #f69000;
    width: 1px;
    height: 49px;
    display: inline-block;
    background: url(../images/street_nav_line.png) no-repeat;
}

#panel_street_pic dl {
    float: left;
    width: 210px;
    height: 200px;
    padding: 7px 0 0 0;
    margin-bottom: 20px;
    background: url(../images/pic_news_bg.png) no-repeat;
}

#panel_street_pic dd.img {
    text-align: center;
}

#panel_street_pic dt {
    padding: 10px 0 0 0;
    text-align: center;
}

#panel_intro {
    background: #e2f6ff;
    padding: 20px 15px;
}

#panel_intro dt {
    font-size: 18px;
    width: 320px;
    float: right;
    margin: 0 0 10px 0;
}

#panel_intro dd.intro {
    width: 320px;
    float: right;
    line-height: 22px;
    text-align:justify;
    text-align-last:justify;
}

#panel_intro dd.more {
    float: right;
    width: 320px;
    text-align: right;
}

#panel_intro dt a:link, #panel_intro dt a:visited {
    color: #0e397d;
}

#panel_intro dd.img {
    float: left;
    width: 310px;
    height: 260px;
}

#panel_street_news .c_l dl {
    margin: 0 0 20px 0;
}

#panel_street_news .c_l dd.img {
    width: 130px;
    height: 100px;
    float: left;
}

#panel_street_news .c_l dt {
    width: 175px;
    float: right;
    font-size: 14px;
    margin: 0 0 5px 0;
}

#panel_street_news .c_l dt a:link, #panel_street_news .c_l dt a:visited {
    color: #126dc9;
}

#panel_street_news .c_l dd.intro {
    width: 175px;
    float: right;
    font-size: 12px;
    line-height: 18px;
}

#panel_street_news .c_l dd.more {
    width: 175px;
    float: right;
    text-align: right;
}

#panel_street_news .news_list {
    margin: 0 0 30px 0;
}

.mr25 {
    margin: 0 25px 0 0;
}