
.blur {
    -webkit-filter：blur(10px);
    filter:blur(10px);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.mainBox {
    top: 100%;
    position: absolute;
    width: 100%;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.mainBox .titleBox {
    text-align: center;
    padding: 40px 0 15px;
    position: relative;
}
.mainBox .titleBox .title {
    font-size: 36px;
}
.mainBox .titleBox .title b {
    height: 1px;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
    margin: 0 20px;
}
.mainBox .titleBox .title-en {
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 22px;
    opacity: 0.6;
}
.mainBox .titleBox .title-en a {
    right: 0;
    position: absolute;
}
.mainBox .whiteBox,
.mainBox .blueBox .titleBox .title b {
    background: #f3f1ee;
}
.mainBox .blueBox,
.mainBox .whiteBox .titleBox .title b {
    background: #485f7b;
}
.mainBox .whiteBox .titleBox {
    color: #485f7b;
}
.mainBox .blueBox .titleBox {
    color: #f3f1ee;
}

.table {
    margin-bottom: 0;
}
.box {
    margin-bottom: 25px;
}
.moreP {
    text-align: center;
    margin: 0;
}
.section {
    padding-bottom: 15px;
    position: relative;
    padding-top: 40px;
}

.imghover:hover {
    transform: scale(1.015);
}

.videosMain .box {
    margin: 0;
    /*color: #fff;*/
    text-align: center;
}
.videosMain .col-sm-3.box {
    /*width: 20%;
    padding: 1px;*/
}
.videosMain .videosBox {
    position: relative;
    display: block;
    overflow: hidden;
}
.videosMain a {
    color: #fff;
    display: block;
    margin-top: 8px;
}

.videosMain .m-video {
    text-align: center;
    margin: 7px 0;
    cursor: pointer;
    /*color: #fff;
    text-shadow: 1px 1px 2px #000;*/
}
.videosMain .videosHover {
    background: url(/template/zjc_v3/img/videos/icon-video.png) center center no-repeat;
    opacity: 0.9;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.videosMain .col-sm-9 .videosBox .videosHover {
    background: #3d4c5f3d url(/template/zjc_v3/img/videos/icon-video.png) center center no-repeat;
    opacity: 1;
}
.videosMain .videosBox:hover .videosHover {
    background: #ffffff00 url(/template/zjc_v3/img/videos/icon-video.png) center center no-repeat ;
    opacity: 1;
}
.videosMain .videosBox:hover img {
    /*-webkit-filter: blur(5px);
    filter: blur(5px);*/
}

.resourceMain .box .title {
    color: #485f7b;
    text-align: center;
    font-size: 18px;
    display: block;
}
.ad {
    margin-top: -1px;
}
}
@media (max-width: 768px) {
    .moreP {
        display: none;
    }
    .box {
        margin-bottom: 15px;
    }

    .videosMain {
        padding-bottom:15px;
    }
    .videosMain .box {
        margin-bottom: 25px;
    }

    .videosMain .m-video,.videosMain a {
        color: #fff;
        font-size: 16px !important;
    }
}

