.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: #1373D5;
}

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

.navBar ul li {
    /* height: 62px; */
    line-height: 35px;
    background: #f3f4f8;
    margin-top: 5px;
    padding: 10px;
}

.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: 46px;
    text-indent: 20px;
    background: url("//m.935692.com/file/27/img/juxing.png") center left no-repeat;
    /* background-size: 13px 13px; */
    border-top: 1px solid #e6e6e6;
}

/* .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: '';
}
.title{
    margin-bottom: 20px;
}
.title a{
    font-weight: 700;
    font-size: 18px;
    color: #1373D5;
    letter-spacing: 0;
}
.crumb span{
    padding-left: 10px;
} */
.conMain p {
    line-height: 32px;
    font-size: 18px;
    text-indent: 2em !important;
}

