.skin-white {
    padding-top: 60px;
}
.carousel-inner .item img{
    width: 100%;
    height: auto;
    max-height: 500px;
}

.channel-list .row .col-xs-12 h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
}
.channel-list .row .col-xs-12 h3 > a:before {
    position: absolute;
    top: 2px;
    left: 0px;
    content: ' ';
    width: 2px;
    height: 15px;
    background: #007bff;
    display: inline-block;
}
.channel-list .row .col-xs-12 h3 > a {
    font-size: 16px;
    position: relative;
    padding-left: 6px;
}
.channel-list .row .col-xs-12 h3 em {
    position: absolute;
    right: 5px;
    top: 2px;
    font-style: normal;
    font-weight: 400;
}
.channel-list .row .col-xs-12 h3 em a {
    font-size: 12px;
}
.channel-list .row .media {
    margin-bottom: 10px;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media {
    margin-top: 15px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.channel-list .row .media .media-left a {
    width: 120px;
    display: block;
}
.embed-responsive img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}
.img-zoom img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-zoom:hover img{
    transform: scale(1.2,1.2);
}
.channel-list .row .media .media-body {
    font-size: 12px;
}
.channel-list .row .media .media-body h4 {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.channel-list .row .media .media-body p {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-links a {
    margin-right: 5px;
}
.channel-list .row ul.inner-list li {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 80px;
    height: 30px;
    line-height: 30px;
}
.channel-list .row ul.inner-list li a {
    color: #616161;
}
.channel-list .row ul.inner-list li span {
    position: absolute;
    right: 0;
}
.content_title{
    width: 100%;
    font-size: 34px;
    /*margin-top: 20px;*/
    text-align: center;
    font-weight: 400;
    color: #000;
}
.content_bg {
    width: 60px;
    height: 4px;
    margin: 0 auto;
    background: #0D3172;
    border-radius: 2px;
}
.content_describe {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    text-align: center;
}
.content_body_left{
    display: flex;
}
.content_body{
    /*display: flex;*/
}
.big_image{
    /*width: 481px;*/
    height: 338px;
}
.big_image img{
    width: 100%;
    height: 100%;
}
.small_image_list{
    margin-left: 10px;
}
.small_image_item{
    width: 128px;
    height: 106px;
    margin-top: 10px;
}
.small_image_item:first-child{
    margin-top: 0;
}
.small_image_item img{
    width: 100%;
    height: 100%;
}
.content_body_right_title{
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    color: rgba(51,51,51,1);
}
.content_body_right_content {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.article_list{
    width: 100%;
    border-top: 1px solid #e8e7e7;
    border-bottom: 1px solid #e8e7e7;
    padding: 15px 0;
    margin-top: 15px;
}
.article_list:first-child{
    margin-top: 0;
}
.article_item{
    display: flex;
    align-items: center;
}
.article_item_left_year{
    font-size: 24px;
    font-weight: bold;
    color: rgba(200,0,0,1);
    text-align: center;
}
.article_item_left_date{
    font-size: 12px;
    font-weight: 400;
    color: rgba(200,0,0,1);
    text-align: center;
    white-space: nowrap;
}
.article_item_right_title{
    font-size: 16px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.article_item_right_describe{
    font-size: 14px;
    font-weight: 400;
    color: rgba(86,86,86,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.specialty_item{
    background: rgba(255,255,255,1);
    border: 1px solid rgba(238,238,238,1);
    border-radius: 6px;
}
.specialty_item_title{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: rgba(51,51,51,1);
}
.specialty_item_box{

}
.specialty_item_box_name{
    font-size: 14px;
    font-weight: bold;
    color: rgba(51,51,51,1);
}
.specialty_item_box_value{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.beautiful_school_left_image{
    position: relative;
    /*min-height: 274px;*/
    /*width: 440px;*/
    /*height: 318px;*/
}
.beautiful_school_left_image img{
    width: 100%;
    height: 100%;
}
.beautiful_school_left_item_name{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(/assets/school/css/ellipsis.xml);
    overflow: hidden;
}
@media (min-width: 992px){
    .md-padding{
        margin-top: 30px;
    }
}
@media (max-width: 992px){
    .md-padding1{
        margin-top: 15px;
    }
}
.beautiful_school_right{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    min-height: 274px;
}
.beautiful_school_right_item{
    position: relative;
    padding: 0;
    /*width: 223px;*/
    /*height: 154px;*/
}
.beautiful_school_right_item img{
    width: 100%;
    height: 100%;
}
.beautiful_school_right_item_name{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(/assets/school/css/ellipsis.xml);
    overflow: hidden;
}

