/****************************  ****************************/

.activity-list a,
.activity-list a:hover,
.activity-list .item,
.activity-list .item:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/****************************  ****************************/

.activity-list {
    max-width: 1000px;
    margin: 35px auto 0;
}

.activity-list .item {
    width: 25%;
    padding: 0 13px 50px;
}

.activity-list li:nth-child(4n+1) {
    clear: left;
}

.activity-list a {
    position: relative;
    display: block;
}

.activity-list .pic {
    position: relative;
    width: 218px;
}

.activity-list .pic img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.activity-list .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6) url('../images/activity/more.png') 50% 50% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.activity-list a:hover .pic:before {
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.activity-list a:hover .pic:after {
    opacity: 0;
}

.activity-list .txt {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+49,ebf2db+100 */
    padding: 10px 40px;
    text-align: center;
    border: 3px solid #AADA45;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 49%, #ebf2db 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 49%, #ebf2db 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 49%, #ebf2db 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf2db', GradientType=0);
    /* IE6-9 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 218px;
    -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;
    position: relative;
}

.activity-list .txt:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #AADA45 transparent;
}

.activity-list .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    font-size: 15px;
    color: #555555;
    font-weight: bold;
    line-height: 1.3;
}

.activity-list a:hover .name {
    color: #0C96E0;
}


/****************************  ****************************/

.report-list {
    margin: 35px 0 0 0;
}

.report-list .item {
    width: 100%;
    padding: 0 0 25px;
}

.report-list a {
    position: relative;
    display: block;
}

.report-list .pic {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 145px;
    margin: 0 20px 0 0;
}

.report-list .pic:before,
.report-gallery .thumbnails li a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5) url('../images/news/more.png') 50% 50% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.report-list .pic:after,
.report-gallery .stage:after,
.report-gallery .thumbnails li a:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 9px solid rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.report-gallery .thumbnails li a:hover:after {
    border: 0;
}

.report-list a:hover .pic:before,
.report-gallery .thumbnails li a:hover:before,
.report-gallery .thumbnails li.active a:before {
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.report-list a:hover .pic:after {
    opacity: 0;
}

.report-list .txt {
    display: inline-block;
    vertical-align: top;
    width: 850px;
}

.report-list .date {
    display: inline-block;
    width: 60px;
    font-size: 13px;
    color: #535353;
    text-align: right;
    line-height: 1.4;
    margin: 0 10px 0 0;
}

.report-list .date b {
    font-size: 30px;
    color: #000000;
    display: block;
    font-weight: normal;
}

.report-list .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    height: 44px;
    color: #333333;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.report-list a:hover .name {
    color: #6AAC6A;
}

.report-list .description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    height: 89px;
    color: #777777;
    line-height: 1.65;
}


/****************************  ****************************/

.report-gallery {
    max-width: 680px;
    margin: 0 auto 35px;
    padding-bottom: 65px;
    border-bottom: 1px solid #DFDFDF;
}

.report-gallery .thumbnails {
    width: 86px;
    float: right;
}

.report-gallery .thumbnails li + li {
    margin-top: 10px;
}

.report-gallery .thumbnails li a {
    position: relative;
}

.report-gallery .stage {
    float: left;
    width: 565px;
    position: relative;
}

.report-gallery .stage:before {
    content: "";
}

.report-title {
    border: 1px solid #68A0FD;
    font-size: 16px;
    color: #043D57;
    padding: 10px 140px 10px 10px;
    position: relative;
    margin: 30px 0 40px;
}

.report-date {
    background: #68A0FD;
    line-height: 21px;
    font-size: 13px;
    color: #FFFFFF;
    padding: 0px 15px;
    letter-spacing: 0;
    display: block;
    position: absolute;
    margin: 2px 0 0 0;
    top: 10px;
    right: 10px;
}

.report-page {
    max-width: 680px;
    margin: 0 auto;
}


/****************************  ****************************/

.video-list li {
    border-bottom: 2px dotted rgba(158, 196, 82, .6);
}

.video-list li a {
    display: block;
    padding: 13px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-list i,
.video-title i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../images/video/ic.png');
    margin: 0 10px 3px 0;
}

.video-list a:hover i {
    background-position: -18px 0;
}

.video-list .name {
    display: inline-block;
    font-size: 16px;
    color: #545454;
}

.video-list a:hover .name {
    color: #227D3A;
    font-weight: bold;
}


/****************************  ****************************/

.video-title {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdcb35+0,fcc42a+28,f6ab01+54 */
    background: #fdcb35;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fdcb35 0%, #fcc42a 28%, #f6ab01 54%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fdcb35 0%, #fcc42a 28%, #f6ab01 54%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fdcb35 0%, #fcc42a 28%, #f6ab01 54%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdcb35', endColorstr='#f6ab01', GradientType=0);
    /* IE6-9 */
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 6px 15px 7px;
    font-weight: bold;
    position: relative;
    z-index: 50;
}

.video-title i {
    background-position: -36px 0;
}

.video-iframe {
    background: #000;
    margin: -20px 0 45px 0;
    padding: 20px 0 0 0;
    position: relative;
    cursor: pointer;
}

.video-iframe iframe {
    width: 900px;
    margin: 0 auto;
    display: block;
}

.video-page-box {
    padding: 0 30px 30px;
    border: 1px solid #DDDDDD;
    border-top: 3px solid #FFA64D;
    position: relative;
}

.video-page-box:before,
.video-page-box:after {
    content: "";
    display: block;
    background: #B9D83F;
    width: 380px;
    height: 3px;
    position: absolute;
    top: -3px;
    right: 0;
}

.video-page-box:after {
    right: 380px;
    background: #FF4D4D;
}

.video-page-box .title {
    font-family: "新細明體";
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    color: #43B8F6;
    display: block;
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    -o-transform: scaleY(0.8);
    -ms-transform: scaleY(0.8);
    transform: scaleY(0.8);
    letter-spacing: 0.01em;
    padding: 12px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px dotted rgba(214, 214, 214, .7);
}
