.list {
    background-color: #f4f4f4;
    padding-top: 26px;
}

.list_left {
    width: 920px;
    margin: 0 10px 20px 0;
    float: left;
    background-color: #fff;
    min-height: 400px;
}

.list_right {
    width: 230px;
    padding: 0 20px;
    float: left;
    background-color: #fff;
}

.tj {
    font-size: 14px;
    line-height: 54px;
}

.list_right .tiile {
    font-size: 14px;
    color: #015ea4;
    font-weight: 600;
    line-height: 54px;
    border-bottom: 1px solid #f0f2f5;
}

.list_right ul {
    border-top: 1px solid #f0f2f5;
    margin-bottom: 20px;
}

.list_right li {
    padding: 10px 20px;
    line-height: 24px;
    border: 1px solid #f0f2f5;
    width: 190px;
    border-top: 0;
    
}

.list_right li a {
    width: 190px;
    word-wrap: break-word;
    color: #333;transition: 0.2s;
}

.list_right li:hover a {
    color: #015ea4;
}

.list_li {
    padding-top: 30px;
}

.list_li li {
    margin: 0 24px;
    border-bottom: 1px solid #f0f2f5;
height:50px;
    line-height: 50px;
    
}

.list_li a {
    font-size: 20px;
    color: #333;
transition: 0.2s;
}

.list_li li:hover a {
    color: #015ea4;
}

.list_li p,
.date,
.num {
    font-size: 16px;
    color: #9f9f9f;
    line-height: 26px;
}

.date,
.num {
    line-height: 46px;
}

.num {
    margin-left: 24px;
    padding-left: 22px;
    background: url('../images/num.png') no-repeat left center;
}

.content_top {
    padding: 0 22px;
}

.content_title {
    line-height: 60px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;

}

.content_top .date,
.content_top .num {
    line-height: 16px;
}

.content_hr {
    border: 0;
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
}

.content {
padding: 20px 22px 20px;
    font-size: 16px;
    line-height: 30px;
}

.last_page,
.next_page {
    font-size: 14px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    margin: 30px 16px;

}

.last_page a,
.next_page a {
    font-size: 14px;
    color: #9f9f9f;
    line-height: 40px;
    transition: 0.2s;
}

.last_page {
    float: left;
}

.next_page {
    float: right;
}

.last_page:hover a,
.next_page:hover a{
	color: #015ea4;
}
.dh2 .on{
    background-color: #0c69c6;
}
.dh2 .on a{
    color:#fff;
}
.dh2 li:hover{
    background-color: #0c69c6;
  
}
.dh2 li:hover a{
  color:#fff;
}