body {
    background-color: #fff;
    font-size: 14px;
}

blockquote {
    border-left: #000 12px solid;
    border-bottom: #000 1px solid;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.height_200 {
    height: 200px;
}

.height_50 {
    height: 50px;
}

.r3 {
    background-color: #FBA51E;
    box-shadow: 5px 5px 0 #D4892E;
}

.r3:hover {
    background-color: #D4892E;
    box-shadow: 5px 5px 0 #FBA51E;
}

.r4 {
    background-color: #FF5B47;
    box-shadow: 5px 5px 0 #C63E26;
}

.r4:hover {
    background-color: #C63E26;
    box-shadow: 5px 5px 0 #FF5B47;
}

.r1 {
    background-color: #2AABC8;
    box-shadow: 5px 5px 0 #1A7182;
}

.r1:hover {
    background-color: #1A7182;
    box-shadow: 5px 5px 0 #2AABC8;
}

.r2 {
    background-color: #65EAB1;
    box-shadow: 5px 5px 0 #3F9973;
}

.r2:hover {
    background-color: #3F9973;
    box-shadow: 5px 5px 0 #65EAB1;
}

.xy {
    background-color: #bbb;
    box-shadow: 5px 5px 0 #999;
}

.xy:hover {
    background-color: #999;
    box-shadow: 5px 5px 0 #bbb;
}

.r3,
.r4,
.r2,
.r1,
.xy {
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.font_tittle {
    font-size: 24px;
    font-weight: 500;
}

.cnjs {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    background-color: #fff;
    margin: 10px;
}

.ktpj {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    background-color: #fff;
    margin: 10px;
}

.footer_study {
    border-top: #000 solid 1px;
    padding: 5px 0;
    font-size: 12px;
}

.heixian_1px {
    margin: 10px 0;
    background-color: #000;
    height: 1px;
    clear: both;
}

.nei_video {
    background-color: #000;
    width: 100%;
    min-height: 300px;
    margin-bottom: 10px;
}

.nei_tittle {
    background-color: #000;
    font-size: 100px;
    margin: 0;
    color: #fff;
    display: inline;
    line-height: normal;
    font-weight: bolder
}

.tittle_img {
    width: 40%;
}

.list-group {
    margin-bottom: 10px;
}

.media2 {
    border-bottom: none;
    max-height: 100px;
    overflow: hidden;
}

.media-body {
    padding: 5px 10px;
    line-height: 1.5;
}

.media-heading {
    margin-bottom: 0;
}

.thumbnail {
    margin-bottom: 10px;
}

/*新*/

.button{
    height:inherit !important;
}
.glyphicon{ line-height: inherit;}
.no_bd{border:none;}

.huixian{border-bottom: 1px solid #E5E5E5;}

.test_da{display: block;color: #2d2d2d;}
.test_da_on{ color: #DA4040;}
.test_chois,.test_chois:hover,.test_chois:active,.test_chois:visited{background-color: #FF4351;color: #fff;}

@media (max-width: 768px) {
    .font_tittle {
        font-size: 18px;
        font-weight: bold;
    }
    .tittle_img {
        width: 100%;
    }
    .media {
        border-bottom: none;
        max-height: none;
        overflow: auto;
    }
    .button-longshadow{
        text-shadow: none !important;
    }
}
