﻿body {
    background: #eee;
}
.place {
    line-height: 60px;
    height: 60px;
    background: url(../../../Resource/pc/Image/line.png) no-repeat center bottom;
}
.article {
    min-height: 600px;
    padding: 30px 30px;
}

.left-article ul li {
    width: 100%;
    background: #eee;
    list-style-type: none;
    border-radius: 5px;
    margin-bottom: 10px;
}
.left-article ul li a {
    width: 100%;
    line-height: 70px;
    text-align: center;
    font-weight: bolder;
    color:#000;
    display: inline-block;
}
.left-article ul .active a{
    position: relative;
    color: #3f4b87;
}
.left-article ul .active a::before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../Resource/pc/Image/select.png) no-repeat;
}
.left-article ul li a:hover {
    background: #3f4b87;
    color:#fff;
}
.right-article {
    background: #eee;
    border-radius: 5px;
    padding-right: 30px;
    min-height: 600px;
    padding-bottom: 30px;
    padding-top: 30px;
}
#rt_content ul {
    min-height: 520px;
    height: auto;
    overflow: hidden;
    list-style-type: none;
}
.right-article h3 {
    text-align: center;
}
.right-article .time {
    text-align: center;
    padding-top: 15px;
}
#rt_content ul li {
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #A1A1A1;
    line-height: 60px;
    margin-top: 25px;
}
.right-article ul li a {
    color: #333333;
}
.right-article ul li a:hover {
    color: #337ab7;
}
.right-article ul li img {
    float: left;
    margin-top: 20px;
    width:20px;
}
.right-article ul li .p1 {
    float: left;
    margin-left: 25px;
    line-height: 60px;
}
.right-article ul li .p2 {
    float: right;
}
#successList li {
    overflow: hidden;
    border-bottom: 1px dashed #A1A1A1;
    line-height: 30px;
}
#successList li .p1 {
    float: left;
    line-height: 30px;
}
#div_listpage {
    text-align: center;
    padding-top: 20px;
    display: none;
}
    #div_listpage span {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #3f4b87;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        margin: 0px 5px;
    }
    #div_listpage .active {
        color: #fff;
        background: #3f4b87;
    }
#div_ArticlePage {
    padding-top: 20px;
    display: none;
}