/* 列表页 */
.listbox {
    padding: 40px 0;
}

.menu {
    width: 23.6%;
    text-align: center;
}

.menu-title span {
    display: block;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 20px 0;
    background-color: #9c0d2b;
}

.menu li a {
    display: block;
    margin-top: 5px;
    padding: 20px 0;
    background-color: #fef5f8;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
}

.menu .active>a {
    background-color: #b7435c;
    color: #fff;
    font-weight: bold;
}

.lists {
    width: 73.6%;
    min-height: 450px;
}

.mianbaoxie {
    padding: 20px 0 20px 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    background: url(../images/mbxbg.png) 1.5% center no-repeat #fef5f8;
}

.mianbaoxie a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
.mianbaoxie span{
    line-height: 1.6;
}
.list-items li {
    padding: 20px 0;
    border-bottom: 1px solid #f5e6e9;
}

.list-items li a {
    width: 78%;
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-items li span {
    float: right;
    padding: 0px 15px;
    display: block;
    border-radius: 13px;
    background-color: rgb(254, 245, 248);
    font-size: 16px;
    font-family: "Georgia";
    color: #999;
    line-height: 1.6;
}

.list-items li:hover a {
    color: #9c0d2b;
    font-weight: bold;
}

.list-items li:hover span {
    background-color: #9c0d2b;
    color: #fff;
}

/* 内容页 */
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:80%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; text-align: center;border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }
.contentbox {
    padding: 40px 0;
}

.content {
    margin-top: 40px;
}

.content h1 {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d0d0d0;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.content .txtinfo {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: center;
}

.content p {
    /* margin-bottom: 40px; */
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 2;
    /* text-align: left; */
    text-indent: 2em;
}

.content p img{
    margin:0 auto;
    max-width:100%;
    height:auto;
}
.content .xt{
    text-indent: 0;
}
.content .author,
.content .date,
.content .contacts{
    margin-bottom: 10px;
    text-align: right;
}

@media (max-width: 999px) {
    /* 列表页 */

    .menu,
    .lists {
        width: 100%;
        float: none;
    }

    .listbox {
        padding: 20px 0;
    }

    .menu {
        margin-bottom: 20px;
    }

    .menu-title span {
        font-size: 18px;
    }

    .menu li a {
        font-size: 14px;
    }

    .list-items li span {
        font-size: 14px;
    }
}

@media (max-width: 600px) {

    /* 列表页 */
    .list-items li a {
        width: 60%;
    }

}