/* 思政资讯css */
.wrapper {
    width: 1120px;
    margin: 50px auto;
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 500px;
}
.wrapper #left-List {
    width: 210px;
    height: 290px;
    border-left: 1px solid #F10B05;
}
.wrapper #left-List li a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2A2928;
}
.wrapper #left-List li:last-child a{
    margin: 0px;
}
.wrapper #left-List .active a{
    color: #ffffff;
    background: url('/r/cms/www/default/images/education/select.png') no-repeat center center;
    background-size: 100% 100%;
}

.wrapper #right-list {
    margin-left: 66px;
    width: 854px;
}
.wrapper #right-list li {
    width: 100%;
}
.wrapper #right-list li a{
    width: 100%;
    display: flex;
    padding: 12px 0px;
    background: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
}

.wrapper #right-list li a:hover .caption{
    color: #F10B05;
}

.wrapper #right-list li a .bt-img-div .bt-img:hover {
    transform: scale(1.1);
}

.wrapper #right-list li a .bt-img-div {
    min-width: 120px;
    height: 85px;
    margin-right: 27px;
    overflow: hidden;
}

.wrapper #right-list li a .bt-img {
    display: block;
    object-fit: contain;
    width: 120px;
    height: 85px;
    background: #fbfbfb;
    transition: all .38s ease-in-out;
}
.eles {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.details {
    width: calc(100% - 120px);
}
.details .caption{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #2A2928;
    height: 25px;
    line-height: 25px;
}
.details .subtitle {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #9B9895;
    height: 25px;
    line-height: 25px;
    margin-top: 3px;
}
.details .bottom {
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
}
.details .bottom .label{
    display: inline-block;
    margin-right: 43px;
    font-size: 14px;
    color: #F10B05;
    vertical-align: middle;
    margin-top: -3px;
}
.details .bottom img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-top: -3px;
}
.details .bottom .times {
    font-size: 14px;
    font-weight: 400;
    color: #9B9895;
}
#page {
    width: 1000px;
    padding-left: 190px;
    margin: 0 auto;
}