﻿
.news, .question
{
    background: #fff;
    padding: 10px 25px 30px 25px;
    width: 670px;
    margin-bottom: 20px;
}
.news dl
{
    overflow: hidden;
}
.news dl dt
{
    width: 200px;
    height: 291px;
    overflow: hidden;
    float: left;
}
.news dl dt img
{
    width: 200px;
    height: 291px;
    overflow: hidden;
}
.news dl dd
{
    width: 420px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    float: right;
    padding-left: 20px;
    border-bottom: 1px dashed #bcbcbc;
    background: url(../images/s11.gif) no-repeat 3px center;
}
.news dl dd span
{
    float: right;
    color: #a3a3a3;
    font-family: "宋体";
}
.question
{
    width: 345px;
}

.question .d_scroll
{
    height: 290px;
    width: 395px;
    overflow: hidden;
}
.question .d_scroll ul
{
    height: 9999px;
}
.question dl
{
    line-height: 22px;
    margin-bottom: 10px;
}
.question dl dt
{
    background: url(../images/w.gif) no-repeat 0 center;
    padding-left: 35px;
    width: 205px;
    font-weight: bold;
    line-height: 30px;
}
.question dl dt a
{
    font-size: 14px;
}
.question dl dd
{
    padding-left: 35px;
    width: 300px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 10px;
    background: url(../images/d.gif) no-repeat 0 3px;
}
