@charset "utf-8";

/* CSS Document */

.c01 {
    color: #1493FD;
    font-size: 16px;
}

.sub_title {
    padding: 110px 0 40px 0 !important;
    margin-bottom: 30px !important;
}

#container {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#container .title {
    background-color: #FF7E00;
    width: auto;
    height: auto;
    float: left;
    margin-bottom: 30px;
    color: #FFF;
    padding: 5px 20px 5px 10px;
    font-size: 18px;
    font-weight: bold;
}

#active-box {
    max-width: 930px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#active-box .photobox {
    height: auto;
    width: calc((100% / 3) - 0.1px);
    position: relative;
    float: left;
    padding: 0 7px 40px;
    box-sizing: border-box;
}

#active-box .photo {
    height: 290px;
    width: 290px;
    margin: auto;
    position: relative;
}

#active-box .cover {
    height: 290px;
    width: 290px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#active-box .photo:hover .cover {
    height: 290px;
    width: 290px;
    /*需扣掉64px高度*/
    filter: alpha(opacity=100);
    /*IE,透明度50%*/
    -moz-opacity: 1;
    /*Firefox,透明度50%*/
    opacity: 1;
    /*其他浏览器,透明度50%*/
    background: url(../data/active/cover.png);
}

#active-box .photo_style {
    border: 3px solid #9DD6F4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#active-box .frame_info {
    width: 290px;
    height: auto;
    margin: auto;
}

#active-box .caption {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}

#active-box .caption a {
    color: #152B68;
    text-decoration: none;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

#active-box .caption a:hover {
    color: #0283B9;
    text-decoration: none;
}

#active-box .comtent {
    width: 100%;
    height: 50px;
}


/*------------------------------------*/

.album-list,
.album-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.album-list {
    max-width: 930px;
    margin: 0 auto;
}

.album-list li:nth-child(3n+1) {
    clear: left;
}

.album-list a {
    text-decoration: none;
    display: block;
}

.album-list li {
    text-align: center;
    float: left;
    padding: 0 7px 40px;
    width: calc((100% / 3) - 0.1px);
    box-sizing: border-box;
}

.album-list .pic {
    margin: 0 auto;
    max-width: 290px;
    border: 3px solid #9DD6F4;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.album-list a:hover .pic {
    border-color: #0DB3FB;
}

.album-list .pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(246, 246, 246, .8);
    opacity: 0;
    transition: all .2s;
}

.album-list .pic:after {
    content: "";
    width: 82px;
    height: 102px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -41px;
    background: url('../images/active/ic.png');
    opacity: 0;
    transition: all .2s;
}

.album-list a:hover .pic:before,
.album-list a:hover .pic:after {
    opacity: 1;
    transition: all .2s;
}

.album-list .name {
    text-align: left;
    color: #152B68;
    font-size: 18px;
    line-height: 1.75;
    margin: 5px 5px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-list a:hover .name {
    color: #0383BA;
}


/*------------------------------------*/

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
}

body .fancybox-skin {
    color: #fff;
    background: #00ADEA;
    font-size: 15px;
    line-height: 1.7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

body .fancybox-close {
    display: none;
}

body .fancybox-outer {
    border-radius: 10px;
    overflow: hidden;
}

body .fancybox-opened .fancybox-title {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif, '微軟正黑體', '新細明體';
}

body .fancybox-nav:hover span {
    visibility: hidden;
}

.fancybox-title .title-box {
    position: absolute;
    padding: 10px 5px 10px 20px;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(19, 43, 102, .8);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fancybox-title .photo-title {
    float: left;
    padding-left: 35px;
    background: url('../images/active/01.png') no-repeat center left;
    margin: 15px 0 0 0;
}

.fancybox-title .album-arrow-box {
    float: right;
}

.fancybox-title .album-arrow {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 2px;
    background: url('../images/active/arrow.png');
}

.fancybox-title .album-close {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 2px;
    background: url('../images/active/close.png');
}

.album-arrow:hover,
.album-close:hover {
    opacity: .7;
}

.arrow-r {
    transform: rotate(180deg);
}

.photo-pager {
    font-size: 14px;
    color: #99FFFF;
}

.photo-pager b {
    color: #FFFF26;
    font-size: 20px;
}

.photo-pager p {
    margin: 10px 0;
    color: #fff;
}
