
.content .right .list .article{
	width: 710px;
    margin: 35px auto;
    overflow: hidden;
}
.content .right .list .title{
	height: 30px;
    border-bottom: 3px solid #0a3672;
}
.content .right .list .brief{
	height: 30px;
    width: 80px;
    background: #0a3672;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.content .right .list .details{
	margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ddd;
}
.content .right .list .pre_page{
	margin-bottom: 20px;
}