.main {
    min-height: auto;
    padding: 1% 2.224%;
    background-color: #fff;
}
.row {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.main-left {
    width: 22.3%;
}
.ldtp {
    margin-bottom: 25px;
    text-align: center;
}
.ldtp a img {margin-bottom:10px;width: 100px;height:140px;}
.ldtp h3 {margin-bottom: 10px;font-size: 18px;}
.ldtp p a {font-size: 16px;}
.main-left h2 {
    line-height: 65px;
    color: #fff;
    font-size: 22px;
    text-align: left;
    padding-left: 20px;
    background: url(../images/public/p109.png);
    background-size: cover;
}
.sidebar li {
    border-bottom: 1px dashed #E1E1E1;
    line-height: 42px;
    background: url(../images/public/sanj.png) no-repeat 92%;
    background-size: 3%;
}
.sidebar li a {
    display: block;
    padding-left: 5.7%;
    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: 74.92%;
    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;
}
.hd span.active_more a {float:right;font-weight: normal;font-size: 16px;}
.hd span.active a {color: #0055A5;}
.common-list ul.list {
    margin-top: 10px;
}
.common-list ul.list li {
    padding: 9px 0;
}
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;
}
ul.list li .date {
    float: right;
    color: #999;
}

.grjj {
    margin: 20px 0 30px 0;
    font-size: 16px;
}
.grjj p {
    line-height: 30px;
}
.grjj .pl {
    text-indent: 30px;
}
.grjj .second {
    margin: 10px 0;
}
/* 适配 */
@media screen and (max-width: 768px){
    .main-left {
        width: 100%;
    }
    .main-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        border-left: none;
    }
    .main-right img {
        width: 100%;
    }
}
