/*文章列表*/
.listL {
    width: 250px;
    float: left;
}
.listL .index-ul {
    background: url("../images/index_77.jpg") center repeat-x;
}
.listL .index-ul li {
    line-height: 28px;
    border-bottom: 1px dashed #919191;
}
.listLT {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 8px;
    background: url("../images/menu03.jpg") left bottom no-repeat;
}
.listLT h3 {
    padding: 0 18px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    background: url("../images/menu01.jpg") left top no-repeat;
}
.listLT ul {
    width: 100%;
    padding: 0 10px 10px;
    background: url("../images/menu02.jpg") left center no-repeat;
    overflow: hidden;
}
.listLT li {
    width: 214px;
    margin: 10px auto 0;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    background: url("../images/index_11.jpg");
}
.listLT ul li a {
    font-family: "黑体", "宋体";
    display: block;
}
.listR {
    width: 720px;
    float: right;
    border: 1px solid #E97170;
}
.listBox {
    padding: 10px 15px;
}
.listBox li {
    width: 100%;
    padding-left: 16px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    background: url("../images/ul_li.jpg") left center no-repeat;
    border-bottom: 1px dashed #a7a79f;
}
.listBox span {
    float: right;
}
/*标题*/
.title {
    width: 100%;
    padding: 3px;
}
.title div {
    width: 100%;
    height: 26px;
    background: #950C14;
}
.title h2 {
    height: 49px;
    margin: -26px 10px 0;
    padding-left: 10px;
    color: #950C13;
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
    background: url("../images/title_bg.jpg");
}
.title .place {
    float: right;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    padding-right: 10px;
}
.title .place a:hover {
    color: #ff3333;
}
.title .place strong{
    color: #ff3333;
}
/*文章详情*/
.article {
    width: 100%;
    border: 1px solid #E97170;
}
.content {
    padding: 10px 15px;
    color: #000;
}
.info {
    padding: 0 15px;
    text-align: center;
}
.info h1 {
    font-size: 20px;
    color: #950C13;
    font-weight: bold;
    line-height: 34px;
}
.info p {
    color: #000;
    font-size: 12px;
    line-height: 26px;
    background: #F6EBE7;
}
.info p span {
    padding: 0 5px;
}
.handle {
    text-align: center;
    margin: 10px 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #FE1F00;
}
.handle a {
    margin: 0 10px;
}
/*上下篇*/
.context {
    padding: 10px 15px;
}
.context li {
    color: #000000;
    font-size: 12px;
    line-height: 22px;
}