﻿.current-exhibition {
    padding:20px 7%;
    border-bottom:1px #ccc solid;
    position:relative;
    margin-bottom:20px;
}
    .current-exhibition h3 {
        margin:0;
    }
    .current-exhibition p {
        padding:10px 0;
    }
    .current-exhibition a {
        position:absolute;
        right:7%;
        top:30px;
    }
    .container h3 {
        margin-top: 60px;
        padding: 10px 7%;
        color: #888;
        border-bottom: 1px #ccc solid;
    }

    .container .info {
        width: 86%;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 15px 0;
        border-radius: 5px;
    }

        .container .info .exhibition-picture {
            width: 260px;
            text-align: center;
            float: left;
        }

            .container .info .exhibition-picture img {
                max-width: 90%;
            }

        .container .info .exhibition-content {
            width: calc(100% - 320px);
            float: right;
            padding: 0 15px;
        }

            .container .info .exhibition-content h1 {
                margin: 0;
            }

            .container .info .exhibition-content a {
                color: #0330A7;
            }

            .container .info .exhibition-content .name {
                padding: 15px 0;
                font-size: 18px;
            }
                .container .info .exhibition-content .name a {
                    color:#3c3c3c;
                }
            .container .info .exhibition-content p span {
                display:inline-block;
                margin-left:6px;
                background:#C21230;
                padding:0 5px;
                color:#fff;
                font-size:13px;
            }

        .container .info .intro {
            color: #888;
            margin-top: 20px;
        }

    .container .history {
        width: 86%;
        margin: 0 auto;
    }

        .container .history li {
            width: 30%;
            margin-left: 2.5%;
            float: left;
            margin-bottom: 25px;
            border: 1px #ececec solid;
            padding-bottom: 15px;
            position: relative;
        }


            .container .history li .img {
                display: block;
                width: 100%;
                height: 260px;
                background-size: cover;
                margin: 0 auto;
            }

                .container .history li .img div {
                    width: 100%;
                    height: 100%;
                    background-color: rgba(76, 76, 76, 0.3);
                }

            .container .history li:hover .img div {
                display: none;
            }

            .container .history li p {
                padding: 0 15px;
                text-align: center;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .container .history li p.time {
                    margin-top: 10px;
                    color: #888;
                }

                .container .history li p.name {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 16px;
                }

.load-more {
    text-align: center;
    padding: 20px 0;
}

    .load-more a {
        display: inline-block;
        background-color: #0114B1;
        color: #fff;
        padding: 10px 35px;
    }

@media (max-width: 880px) {
    .container .info {
        width: calc(100% - 30px);
    }

        .container .info .exhibition-picture {
            width: 100%;
            text-align: center;
            float: none;
        }

        .container .info .exhibition-content {
            width: calc(100% - 30px);
            float: none;
        }

    .container .history {
        width: calc(100% - 30px);
    }
     .container .history li {
            width: 100%;
            margin-left: 0;
            float: none;
            margin-bottom: 25px;
            border: 1px #ececec solid;
            padding-bottom: 15px;
            position: relative;
        }
        .container .history li .img div {
            display:none;
        }
}
