@CHARSET "UTF-8";
@import url("y_b.css");
/**学校相册**/
.msg_wrapper {
    width: 890px;
    height: 400px;
    background-color: #fafafa;
    position: relative;
}
.msg_wrapper .Look_before {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 110px;
    background-color: rgba(41,48,54,.21);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9999;
    opacity: 1;
}
.msg_wrapper .Look_next {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 110px;
    background-color: rgba(41,48,54,.21);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999;
    opacity: 1;
}
.Look_before img, .Look_next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.LookPicture_Background .msg_wrapper .lightbox {text-align: center;}
.gv_panel {
    max-width: 890px;
    max-height: 400px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tn3-controls-bg {
    background-color: #fafafa;
    width: 890px;
    height: 200px;
    margin-top: 12px;
    position: relative;
    float:left;
}
.tn3-controls-bg .portfolio {
    min-width: 890px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.portfolio .Look_before {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 110px;
    background-color: rgba(41,48,54,.21);
    top: 55px;
    transform: translateY(-50%);
    left: 0;
    z-index: 9999;
}
.portfolio .Look_next {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 110px;
    background-color: rgba(41,48,54,.21);
    top: 55px;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999;
}
.tn3-controls-bg .animated {
    position: relative;
    transition: all .5s;
    left: 0;
}
.tn3-controls-bg .animated .fancy-table {
    text-align: center;
    width: 110px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #666!important;
    float: left;
    margin-right: 8px;
    cursor: pointer;
}
.img-fluid {
    width: 110px;
    height: 110px;
    display: inline-block;
    object-fit: cover;
}
.tn3-controls-bg .animated .fancy-table.active .img-fluid {
    width: 108px;
    height: 108px;
    border: 1px solid #4185de;
    display: inline-block;
}