/* 列表页 */
.cont{
    background: #fff;
    padding-top:20px;
}
.cont-left{
    width: 271px;
    float: left;
}
.cont-left .left-top{
    line-height: 100px;
    font-size: 20px;
    font-weight: 900;
    background: url(../img/p-bg.png) no-repeat 0 center;
    padding-left: 60px;
    color: #eee;
}
.cont-left .left-bottom{
    text-align: center;
}
.cont-left .left-bottom>ul>li>a{
    font-size: 15px;
    padding: 20px 0;
    display: block;
    color: #505050;
    border-bottom: 1px solid #eee;
}
.cont-left .left-bottom>ul .left-bottom-on>a{
    color: #0075a9;
}
.cont-left .left-bottom>ul>li>a:hover{
    color: #0075a9;
}

.cont-right{
    width: 970px;
    float: right;
}
.cont-right>p{
    font-size: 20px;
    color: #000;
    padding-bottom: 17px;
    font-weight: 600;
    background: url(../img/right-pbg.png) repeat-x bottom;
}
.seat {
    float: right;
    color: #9d9d9d;
    font-size: 14px;
    margin-top: -39px;
}
.seat a {
    color: #9d9d9d;
}
.seat a:hover{
    color: #0075a9;
}
.cont-list{
    padding: 20px;
}
.cont-list>ul{
    margin-bottom: 25px;
}
.cont-list>ul>li{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cont-list>ul>li div{
    float: left;
}
.cont-list>ul>li div p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-family: "Smy";
    background: #0068b7;
    line-height: 24px;
}
.cont-list>ul>li div span{
    color: #3c3c3c;
    background: #eee;
    font-size: 27px;
    display: block;
    text-align: center;
    line-height: 37px;
    padding: 0 10px;
}
.cont-list>ul>li>a{
    font-size: 16px;
    float: right;
    width: 92%;
    color: #505050;
}
.cont-list>ul>li:hover a{
    color: #0068b7;
}
.contPage-main h1{
    font-size: 18px;
    color: #505050;
    text-align: center;
    margin-top: 20px;
}
.contPage-main .time {
    font-size: 14px;
    color: #b2b2b2;
    width: 400px;
    margin: 15px auto;
}
.contPage-main .time>span{
    margin-right: 20px;
}
.contPage-main p{
    text-indent: 2em;
    font-size: 15px;
    color: #7c7c7c;
}
.contPage-main{
    margin-bottom: 20px;
}
.content-prve span, .content-prve a, .content-next span, .content-next a{
    color: #6f6d6d;
    font-size: 14px;
}
.cont-box{
    width: 100%;
    background: #fff;
    background-size: 100% 100%;
}
/* 内容页 */
.content{
    padding: 10px 0 40px;
    background: #fff;
    margin-top: 20px;
}
.content>h1{
    font-size: 24px;
    color: #545454;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}
/* 作者 */
.Author {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.Author span{
    font-size: 14px;
    color: #6e6e6e;
    display: inline-block;
    margin-right: 10px;
}
.content-main{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.content-main p{
    font-size: 16px;
    color: #000;
    font-family: "Ari";
    text-align: justify;
    display: block;
    text-justify: inter-ideograph;
}
.content-main table p{
    text-indent: 0em;
}
/* 翻页 */
.Turn_page{
    /* margin-top: 30px; */
}
.Turn_page a{
    font-size: 14px;
    color: #7c7c7c;
    line-height: 25px;
}   