html,
body {
    font-size: 14px;
}

.mj-top-img {
    height: 280px;
    width: 100%;
    background: no-repeat center center/cover;
    background-image: url(style/css/810930ff-de2f-4a77-83d8-d423ceb3b298.png);
}

.mj-panel-title {
    background-color: #fff;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 1px;
}

.mj-panel-title span {
    color: #b01f24;
    font: bold 20px/32px 'Microsoft YaHei';
}

.mj-panel-title a {
    float: right;
    color: #b01f24;
    font: normal 12px/28px 'Arial';
    line-height: 35px;
}

.mj-panel-body {
    background-color: #fff;
    padding: 10px;
}

.mj-panel-item {
    line-height: 28px;
    list-style: none;
    position: relative;
}

.mj-panel-item:hover {
    background-color: #F4F4F4;
}

.mj-panel-item img {
    margin-right: 8px;
}

.mj-panel-item a {
    color: #000;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.mj-panel-item a:hover {
    color: #A91212;
}

.mj-panel-item img {
    position: absolute;
    top: 40%;
    left: 0;
}

.mj-panel-item span {
    position: absolute;
    top: 0;
    right: 0;
}

.mj-panel-first-item {
    list-style: none;
}

.mj-panel-first-item-title {}

.mj-panel-first-item-title a {
    font: normal 16px 'Microsoft YaHei';
    color: #ae0e0e;
    text-decoration: none;
}

.mj-panel-first-item-decoration {
    font-size: 12px;
    color: #a1a1a1;
    text-indent: 3em;
    padding: 6px 0;
}

.mj-panel-first-item-date {
    font-size: 12px;
    color: #a1a1a1;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mj-panel-first-item-date a {
    color: #a1a1a1;
    text-decoration: none;
    float: right;
}

.mj-panel-first-item-date a:hover {
    color: #ae0e0e;
}

.mj-box4 {
    list-style: none;
}

.mj-box4::after {
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    content: "";
}

.mj-box4 li {
    float: left;
    width: 48%;
    height: 100px;
    text-align: center;
    background-color: #c976cc;
    margin: 0 2% 2% 0;
    font-size: 28px;
    line-height: 25px;
    padding-top: 20px;
    color: #fff;
}

.mj-box4 li a {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    text-decoration: none;
}

.mj-playImage {
    width: 100%;
    overflow: hidden;
}

.mj-playImage ul {
    list-style: none;
    width: 5000%;
    animation: picmove 20s linear infinite forwards;
}

@keyframes picmove {
    from {
        transform: translate(0);
    }

    to {
        /*单个img的width（含边距）乘以一页能显示的个数*/
        transform: translate(-1500px);
    }
}

.mj-playImage ul:hover {
    animation-play-state: paused;
}

.mj-playImage li {
    float: left;
    margin-right: 10px;
    text-align: center;
}

.mj-playImage li img {
    width: 288px;
    height: 180px;
}

.mj-foot {
    background-color: #dddddd;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;

}

.mj-foot a {
    margin: 0 10px;

    ;
}

.mj-foot2 {
    background-color: #337ab7;
    color: #fff;
    font-size:12px
}

.mj-yqlj {}

.mj-yqlj a {
    color: #fff;
}


        /**************************************************************/

        .mj-zp-title{
            background-color: #0a4d6fb8;
            color: #fff;
            height: 40px;
            line-height: 40px;
            padding-left: 20px;
            font-size: 18px;
            font-weight: bold;
        }

        .mj-zp-ul {
            list-style: none;
            padding: 0;
        }

        .mj-zp-ul li {
            display: inline-block;
            width: 140px;
            text-align: center;
            line-height: 40px;
            margin: 8px 12px 8px 12px;
            box-shadow:2px 1px 11px #efefef;
        }

        .mj-zp-ul li a{
            text-decoration: none;
        }

        .mj-zp-ul li a img{
            width: 140px;
            height: 200px;
        }