.main {
    min-height: auto;
    padding: 1% 1.224%;
    background-color: #fff;
}
.row {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.main-left {
    width: 20.3%;
}
.main-left h2 {
    line-height: 65px;
    color: #fff;
    font-size: 24px;
    text-align: left;
    padding-left: 28px;
    background: url(../images/public/p109.png);
    background-size: cover;
}
.sidebar li {
    border-bottom: 1px dashed #E1E1E1;
    line-height: 54px;
    background: url(../images/public/sanj.png) no-repeat 92%;
    background-size: 3%;
}
.sidebar li a {
    display: block;
    padding-left: 10%;
    font-size: 16px;
}
.sidebar li.active a {
    color: #0b5db1;
    font-weight:bold;
}
.sidebar li.active {
    border-left: 3px solid #0b5db1;
    background: url(../images/public/sanj_active.png) no-repeat 92%;
    background-size: 3%;
    background-color: #f1f5fa;
}
/* 右侧样式 */
.main-right {
    width: 77.92%;
    min-height: 650px;
    padding-left: 40px;
    border-left: 1px solid #dcdcdc;
}
.common-list .hd {
    padding-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
    background:url(../images/public/br.png) left bottom no-repeat;
}
.hd span.active {
    color: #0055A5;
}
.common-list ul.list {
    margin-top: 10px;
}
.common-list ul.list li {
    /*padding: 9px 0;*/
    height: 65px;
    line-height: 60px;
    border-bottom: 1px dashed #dbdbdb;
    background: url(../images/index/yuandian.png) left center no-repeat;
}
ul.list li a {
    width: 75%;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 15px;
}
ul.list li .date {
    float: right;
    color: #999;
}
.jzgd {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 3px;
    background: #dcdcdd;
    color: #000;
    text-align: center;
    border-radius: 6px;
}
/*右侧内容样式*/
.detail-news {
    font-size: 16px;
    min-height: 500px;
    margin-top: 30px;
    padding-bottom: 30px;
    color: #666;
}
.detail-news p {
    margin-bottom: 20px;
    line-height: 32px;
}
/* 适配 */
@media screen and (max-width: 768px){
    .main-left {
        width: 100%;
    }
    .main-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        border-left: none;
    }
}
