.main {
    width: 1200px;
    margin: 30px auto;
}

/*content*/
.content {
    width: 1200px;
    margin: 30px auto;
}

/*navBar*/
.navBar {
    width: 230px;
    text-align: center;
}

.navBar h2 {
    width: 230px;
    margin: 0 auto;
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #3b6bbd;
}

.navBar ul {
    width: 230px;
    margin: 0 auto;
    font-size: 18px;
}

.navBar ul li {
    height: 62px;
    line-height: 62px;
    background: #f3f4f8;
    margin-top: 5px;
}

.navBar ul li a {
    display: block;
    color: #3c6fa2;
}

.navBar ul li:hover {
    border-left: 4px solid #3c6fa2;
}

.navBar ul li.on {
    border-left: 4px solid #3c6fa2;
}

/*newsList*/
.newsList {
    width: 950px;
    border: 1px solid #e6e6e6;
    padding: 20px;
}

.newsList ul {
    width: 100%;
}

.newsList ul li {
    margin-top: 10px;
    font-size: 18px;
    line-height: 32px;
    text-indent: 20px;
    background: url("http://www.hnlntx.com/static/img/li_bg.png") left 10px no-repeat;
    background-size: 13px 13px;
}

.newsList ul li:nth-child(8n) {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.newsList ul li a {
    display: block;
    overflow: hidden;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList ul li a:hover {
    color: #2a5ca1;
}

.newsList ul li .date {
    float: right;
    color: #999;
    font-size: 15px;
}

.crumb p a::after {
    content: '>';
    padding: 0 5px;
}

.crumb p a:last-child:after {
    content: '';
}