﻿body {
    background-color: #f1f1f1;
}


.opcontent table tr:nth-child(1) > td {
    padding: 0px 40px;
}

.mt30 {
    margin-top: 30px;
}

.maincontentsc {
    height: 435px;
    width: 775px;
    position: relative;
}

    .maincontentsc .owbtn {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .maincontentsc #prev-v1 {
        left: 0;
    }

    .maincontentsc #next-v1 {
        right: 0;
    }

.opcontent {
    width: 413px;
    background-color: #fff;
}

    .opcontent table {
        width: 100%;
        border-top: 6px solid #b21b01;
    }

        .opcontent table tr td {
            border: 1px solid #dadada;
            text-align: center;
            color: #333;
            font-size: 22px;
            height: 144px;
        }

            .opcontent table tr td a {
                color: #333;
            }

            .opcontent table tr td:hover a {
                color: #b21b01;
            }

.listop {
    padding: 22px 0px;
}

    .listop > span {
        padding: 10px 30px 10px 57px;
        color: #000;
        font-size: 18px;
        cursor: pointer;
    }

        .listop > span.spimg {
            background: url(/Contents/images/kpxz1.png) 30px center no-repeat #fff;
        }

        .listop > span.splis {
            background: url(/Contents/images/kplb1.png) 30px center no-repeat #fff;
        }

        .listop > span.spimg:hover {
            color: #a50204;
        }

        .listop > span.spimg.active {
            color: #fff;
            background: url(/Contents/images/kpxz2.png) 30px center no-repeat #a50204;
        }

        .listop > span.splis:hover {
            color: #a50204;
        }

        .listop > span.splis.active {
            color: #fff;
            background: url(/Contents/images/kplb2.png) 30px center no-repeat #a50204;
        }

.maincontentsc .item {
    position: relative;
}

    .maincontentsc .item .owlpop {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 74px;
        padding: 15px 25px;
        background-color: rgba(0,0,0,0.5);
    }

        .maincontentsc .item .owlpop .owtitle {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }

        .maincontentsc .item .owlpop .owdate {
            color: #fff;
            font-size: 14px;
        }

.img-list .img-item {
    width: 283px;
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 27px;
    margin-right: 22px;
    float: left;
}

    .img-list .img-item:nth-child(4n) {
        margin-right: 0px;
    }

    .img-list .img-item .item-pic {
        width: 285px;
        height: 160px;
        overflow: hidden;
    }

        .img-list .img-item .item-pic img {
            height: 100%;
            width: 100%;
            object-fit: fill;
        }

        .img-list .img-item .item-pic:hover img {
            transform: scale(1.1);
            -ms-transform: scale(1.1); /* IE 9 */
            -moz-transform: scale(1.1); /* Firefox */
            -webkit-transform: scale(1.1); /* Safari 和 Chrome */
            -o-transform: scale(1.1); /* Opera */
            transition: all ease-in 0.3s;
            -moz-transition: all 0.3s; /* Firefox 4 */
            -webkit-transition: all 0.3s; /* Safari 和 Chrome */
            -o-transition: all 0.3s; /* Opera */
        }

    .img-list .img-item .item-title {
        margin: 18px 18px 10px 18px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
        overflow: hidden;
    }

        .img-list .img-item .item-title a {
            color: #333;
            font-size: 16px;
            line-height: 1.2;
            font-weight: bold;
        }

    .img-list .img-item .item-desc {
        margin: 0px 18px;
        color: #4a4a4a;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 64px;
        overflow: hidden;
        font-size: 14px;
    }

    .img-list .img-item .item-tag {
        padding: 3px 20px 0px 18px;
        color: #b21b01;
        background: url(/Contents/images/bq1.png) 0px center no-repeat;
        background-size: 100% 100%;
    }

    .img-list .img-item .item-cetorgory {
        margin: 24px 18px 0px 0px;
    }

        .img-list .img-item .item-cetorgory .item-date {
            color: #8a8a8a;
            font-size: 12px;
        }

.lis-item {
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .lis-item .deptimg {
        height: 265px;
        width: 355px;
        margin-right: 32px;
        margin-top: 20px;
        overflow: hidden;
    }

        .lis-item .deptimg img {
            /*max-height: 232px;
            max-width: 354px;
            */ width:100%;
            height: 100%;
        }

.lis-list .lis-item .item-tag {
    color: #b21b01;
    background: url(/Contents/images/bq1.png) 0px center no-repeat;
    background-size: 100% 100%;
    padding: 5px 20px 5px 10px;
}

.lis-list .lis-item .partTile {
    margin-top: 22px;
    position: relative;
}

    .lis-list .lis-item .partTile .amore {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); /* IE 9 */
        -moz-transform: translateY(-50%); /* Firefox */
        -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
        -o-transform: translateY(-50%); /* Opera */
        right: 0px;
        color: #acacac;
    }

.lis-list .lis-item .partleft {
    width: 780px;
}

.lis-list .arlist .aritem {
    display: flex;
    margin-left: 34px;
    align-items: center;
    height: 47px;
    border-bottom: 1px dashed #cec9c9;
}

    .lis-list .arlist .aritem .artitle {
        flex: 1;
        color: #333;
        font-size: 14px;
    }

    .lis-list .arlist .aritem .ardate {
        width: 160px;
        padding-left: 10px;
        color: #acacac;
        text-align: right;
        font-size: 15px;
    }

.maincontentsc .topimg img {
    height: 435px;
}
