.title{
    margin: 60px 0 46px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.content-left{
    float: left;
    width: 264px;
    height: 564px;
    border: solid 2px rgb(29,187,227); 
    padding: 0 38px;
    box-sizing: border-box;
    border-radius: 6px;
}
.content-left-top{
    padding: 35px 0 19px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid rgb(29,187,227);
}

.top-title{
    font-size: 24px;
}

.content-left-nav{
    margin-top: 20px;
}

.content-left-nav a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: rgb(80, 80, 80);
}

.content-left .content-left-nav a:hover,
.content-left .content-left-nav a.active{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: rgb(252,125,95);
}

.content-right{
    float: left;
    box-sizing: border-box;
    margin-left: 70px;
    margin-bottom: 32px;
}


.content-right-item{
    display: block;
    height: 156px;
    border-bottom: dashed 1px rgb(29,187,227);
    padding: 32px 0;
    box-sizing: border-box;
    color: #333;
}

.item-right{
    float: left;
    width: 495px;
}

.content-right-item img{
    display: block;
    float: left;
    width: 180px;
    height: 90px;
    margin-right: 36px;
}

.item-right-title{
    font-size: 20px;
    font-weight: bold;
}

.item-right-date{
    font-size:14px;
    margin-top: 15px;
    color: #999;
}

.item-right-desc{
    font-size: 16px;
    font-size: 16px;
    line-height: 26px;
}

.pagination{
    margin-top: 32px;
}