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

.newsList ul {
    width: 100% !important;
}

.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;
    /* line-height: 48px; */
}
.crumb span{
    padding-left: 10px;
}
/*conList*/
/* 左侧列表 */

.conList {
    width: 100%;
}

.liBody {
    width: 540px;
}


.conList ul li {
    width: 100%;
    /* height: 187px;
    margin-bottom: 30px; */
    /* height: 202px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #0074D2; */
}

.conList ul li img {
    width: 147px;
    height: 184px;
    float: left;
}

.jianjie {
    float: left;
    width: 600px;
    height: 184px;
    /* padding: 30px; */
    padding: 0 30px 30px 30px;
    line-height: 40px;
}

.name {
    font-weight: 700;
    font-size: 20px;
    color: #121212;
    letter-spacing: 0;
}

.work {
    font-weight: 700;
    font-size: 16px;
    color: #121212;
    letter-spacing: 0;
}

.job {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
}

.conList ul li:last-child {
    border-bottom: none;
}
.conList table{
    max-width: 100%;
    display: table;
}
.conList img{
    max-width: 100%;;
}

