.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: 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;
    min-height: 772px;
}

.newsList ul {
    width: 100%;
}

.newsList ul li {
    width: 266px;
    height: 53px;
    background: #ECF6FF;
    font-size: 18px;
    line-height: 53px;
    text-indent: 20px;
    float: left;
    margin-left: 25px;
    text-align: center;
    margin-top: 20px;
}


.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;
}

.conMain p {
    line-height: 45px;
    font-size: 18px;
    text-indent: 2em !important;
}

