body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.warp {
    width: 1200px;
    margin: 0 auto;
}

.slogan {
    height: 54px;
    width: 100%;
    border-bottom: 3px solid red;
}

.slogan-title {
    width: 270px;
    height: 54px;
    overflow: hidden;
}

.title-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.title-left {
    width: 25px;
    height: 54px;
    line-height: 62px;
    float: left;
}

.title-right {
    width: 240px;
    height: 54px;
    line-height: 54px;
    float: left;
}

.slogan-name {
    width: 240px;
    height: 17px;
    color: #4b4b4b;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 54px;
}

.tab-sub {
    width: 1092px;
    height: 104px;
    border-bottom: 1px dashed #D8D8D8;
    margin: 0 auto;
}

.tab-center {
    width: 806.19px;
    height: 85px;
    margin: 0 auto;
}

.tab-title {
    cursor: pointer;
    float: left;
    margin-top: 20px;
    padding: 0 75px;
}

.tab-div {
    text-align: center;
    line-height: 20px;
}

.tab-name {
    width: 36px;
    height: 22px;
    color: #c4c4c4;
    font-family: "MicrosoftYaHei-Bold";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 5px;
    text-align: center;
}

.tab-namet {
    color: #d00000;
}

.tab-title:hover {
    transform: scale(1.2);
    transition-duration: 0.5s;
}

main {
    width: 1200px;
}

.main-subject {
    width: 1092px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.subject-picture {
    height: 269px;
    margin-top: 27px;
}

.subject-pictures {
    height: 269px;
    margin-top: 10px;
}

.picture-nav {
    width: 248px;
    height: 248px;
    box-shadow: 2px 2px 7px #ccc;
    float: left;
    margin: 10px 12px;
}

.pic-img {
    width: 248px;
    height: 153px;
}

.date-span {
    color: #acacac;
    font-size: 15px;
    margin-left: 10px;
}

.line {
    border-top: 1px dashed #D8D8D8;
}

.Linefeed {
    color: #333333;
}

.active {
    color: red;
    font-weight: bold;
}

.actives {
    display: block;
    margin-top: 30px;
}

.tupian_container {
    width: 1200px;
    overflow: hidden;
    padding: 10px 0;
}