﻿.theme {
    color: #0086cb;
}

.black {
    color: #343434;
}

.gray {
    color: #f98938;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt18 {
    margin-top: 18px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml12 {
    margin-left: 12px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml18 {
    margin-left: 18px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

.h1 {
    font-size: 1.8rem !important;
}

.h2 {
    font-size: 1.5rem !important;
}

.h3 {
    font-size: 1.2rem !important;
}

.h4 {
    font-size: .9rem !important;
}

.h5 {
    font-size: .7rem !important;
}

.h6 {
    font-size: .6rem !important;
}

.line-height {
    line-height: 1.5;
}

.table-box {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.module-title {
    font-size: .8rem;
    font-family: "Roboto-Bold" !important;
}

.module-desc {
    font-size: .7rem;
}

.title-box {
    padding: 40px 0 20px;
}

    .title-box .title {
        font-size: 1.5rem;
        color: #721919;
        margin-right: 5px;
        font-family: 'Roboto-Bold';
    }

    .title-box .title-desc {
        font-size: .6rem;
        color: #a0a0a0;
        margin-top: 5px;
    }

.title-more {
    font-family: 'Roboto-Regular';
    margin-top: 11px;
    font-size: .6rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-left: 15px;
    color: #a0a0a0;
}

    .title-more.title-center {
        position: relative;
        top: -4px;
    }

    .title-more:hover {
        color: #0086cb;
    }

.news-list .news-item {
    display: block;
    margin-top: 18px;
    padding-left: 35px;
    position: relative;
}

    .news-list .news-item:first-child {
        margin-top: 5px;
    }

    .news-list .news-item:before {
        position: absolute;
        left: 5px;
        top: .2rem;
        content: '';
        width: 7px;
        height: 7px;
        background-color: #b5b5b5;
    }

    .news-list .news-item.news-icon:before {
        top: 0;
        left: 0;
        width: 18px;
        height: 20px;
        background: url("../img/news-icon.png") no-repeat center top;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .news-list .news-item:hover {
        color: #0084da;
    }

.rm-list li {
    cursor: pointer;
    float: left;
    width: 23%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2.66%;
    margin-bottom: 30px;
}

    .rm-list li:nth-child(4n) {
        margin-right: 0;
    }

    .rm-list li .rm-content {
        padding: 15px;
        text-align: left;
        position: relative;
        border-top: 1px solid #aaa;
    }

        .rm-list li .rm-content:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0px;
            background-color: #c30f1d;
            z-index: -1;
        }
        .rm-list{
            Background-color:white;
        }
        .rm-list li .rm-content .video-title {
            font-weight: bold;
            height: 2rem;
            line-height: 1rem;
            color: #1e1e1e;
            margin-bottom: 15px;
        }

        .rm-list li .rm-content .video-desc {
            line-height: 18px;
        }

        .rm-list li .rm-content .rm-text {
            color: #6c6c6c;
            margin-top: 1rem;
        }

    .rm-list li .rm-bottom {
        color: #aaa;
        margin-bottom: 5px;
    }

        .rm-list li .rm-bottom .message-number {
            margin-right: 10px;
        }

    .rm-list li .rm-item-img {
        width: 100%;
        height: 7.8rem;
        background-color: #f1f1f1;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        position: relative;
    }

        .rm-list li .rm-item-img .play-icon {
            display: block;
            width: 45px;
            height: 45px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: rgba(0,0,0,0.5);
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 45px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -22.5px;
            margin-left: -22.5px;
        }

.book-box {
    padding: 20px 15px 0;
}

    .book-box .rm-list li {
        width: 18.4%;
        margin-right: 2%;
    }

        .book-box .rm-list li:last-child {
            margin-right: 0;
        }

        .book-box .rm-list li .rm-item-img {
            height: 15.3rem;
        }

.video-search-box {
    margin: 20px 0;
    font-size: 0;
}

    .video-search-box * {
        font-size: 15px;
    }

    .video-search-box select, .video-search-box input {
        padding: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        line-height: 17px;
        border: 1px solid #e1e7f2;
        color: #666;
        outline: none;
    }

    .video-search-box .video-search-item-box {
        width: calc(100% - 170px);
        display: inline-block;
        font-size: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #e1e7f2;
    }

        .video-search-box .video-search-item-box input, .video-search-box .video-search-item-box select {
            border: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .video-search-box .video-search-item-box .search-item3 {
            width: 100%;
        }

.sub-page-title {
    padding: 1.5rem 0;
    margin: 1.5rem 0 1rem 0;
    color: #0086cb;
    box-sizing: border-box;
    border-bottom: 1px solid #0086cb;
}

.btn-default {
    cursor: pointer;
    padding: 12px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #0086cb;
    color: #fff;
    font-size: .7rem;
    border: 0;
    text-align: center;
    text-decoration: none;
}

    .btn-default:hover {
        opacity: .7;
        color: #fff;
    }

.shadow {
    -webkit-box-shadow: 0 3px 10px rgba(123,161,199,0.2);
    -moz-box-shadow: 0 3px 10px rgba(123,161,199,0.2);
    box-shadow: 0 3px 10px rgba(123,161,199,0.2);
}

.shadow2 {
    -webkit-box-shadow: 0 0 10px rgba(123,161,199,0.2);
    -moz-box-shadow: 0 0 10px rgba(123,161,199,0.2);
    box-shadow: 0 0 10px rgba(123,161,199,0.2);
}

.transition {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    .transition:hover {
        opacity: .7;
    }

@media screen and (max-width:768px) {
    .sub-page-title {
        width: calc(100% - 1.5rem);
        display: block;
        padding: 1rem .75rem;
        margin: 1rem auto;
        font-size: 1.2rem !important;
    }

    .title-box {
        padding: 0;
        margin-bottom: 25px;
        margin-top: 19px;
    }

        .title-box .title {
            font-size: .8rem;
        }

        .title-box .title-desc {
            font-size: .5rem;
            margin-top: 2px;
        }

    .title-more {
        margin-top: 0px;
        font-size: .5rem;
        margin-bottom: 3px;
        padding-bottom: 2px;
    }

    .video-search-box {
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .video-search-box .search-item1 {
            width: 100%;
        }

        .video-search-box .video-search-item-box {
            width: 100%;
            margin: 10px 0;
        }

        .video-search-box .searchbtn {
            margin-left: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .rm-list li {
        width: 48%;
        margin: 0;
        margin-bottom: 15px;
    }

        .rm-list li .rm-item-img {
            height: 11rem;
        }

        .rm-list li:nth-child(2n) {
            margin-left: 4%;
        }
}
/*# sourceMappingURL=./common.css.map */
