body{
    font-family: 'Microsoft YaHei', sans-serif;
}

/*�����*/
.progress {
    margin-bottom: 15px;
}
/*ͷ��*/
.wh64{
    width: 64px;
    height: 64px;
    border-radius:50% ;
}
/*�߾�*/
.mar_t15{
    margin-top: 15px;
}
/*padding*/
.pad0{
    padding: 0;
}
/*page-header*/
.page-header{
    margin-top: 0;
}
.page-header h1{
    margin: 0;
    font-size: 16px;
}
.nav-tabs {
    background: #FFF;
}
/*这个是调整推荐文章里面的每一个标题的大小的*/
.media-body h4 a{
    font-size: 18px;
}
.colMd9Bg .timeline-btns .pull-left img{
    width: 16px;
    height: 16px;
}



/*内容超出之后显示三个省略号*/
.cont{
    /*overflow: hidden;*//*内容超出后隐藏*/
    /*text-overflow: ellipsis;*//* 超出内容显示为省略号*/
    /*white-space: nowrap;*//*文本不进行换行*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}



/*右侧内容的样式-----------------start*/
.content-right{
    text-align: center;
    padding-top: 25px;
    margin-top: 8px;
    margin-left: 10px;
    width: 282px;
    height: 86px;
    background-color: #fff;
    border-radius: 2;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.24);
}
.content-right02{
    text-align: center;
    padding-top: 25px;
    margin-top: 8px;
    margin-left: 10px;
    width: 282px;
    height: 100%;
    background-color: #fff;
    border-radius: 2;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.24);
}
/*右侧内容的样式-----------------end*/

/*uesr_search*/
.uesr_search{
    padding: 10px;
    border: solid 1px #ddd;
    border-top: none;
}
/*tag*/
.taglist{
    padding-top: 15px;
}
.taglist .alert{
    margin: 0 15px 15px 0;
}
/*footer*/
footer{
    font-weight: 400;
    text-align: center;
    padding:20px ;
}

body {
    background: #f0f0f0;
}
.colMd9Bg{
    height: 100%;
    background: #fff;
    margin-top: 8px;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.24);
}
.colMd9Bg-ul .colMd9Bg-ul-a01{
    background-color: #1955b5;
    color: #ffffff;
}
.colMd9Bg-ul .colMd9Bg-ul-a01:hover{
    background-color: #0088ff;
    color: #ffffff;
}
/*内容中的img的大小start*/
.booking-blocks .booking-img img {
    float: left;
    width: 140px;
    height: auto;
    margin: 3px 10px 10px 0;
}

/*内容中的img的大小end*/



/*Booking Blocks (Content)*/
.booking-blocks {
    overflow: hidden;
}

.booking-blocks .booking-img {
    width: 140px;
    margin-right: 10px;
}

.booking-blocks .booking-img li {
    color: #777;
}

.booking-blocks .booking-img li i {
    color: #78ccf8;
    font-size: 12px;
    margin-right: 5px;
}

.booking-blocks .booking-img img {
    float: left;
    width: 140px;
    height: auto;
    margin: 3px 10px 10px 0;
}

.booking-blocks h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.booking-blocks ul.inline li {
    padding: 0;
}

.booking-blocks ul.inline li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.booking-blocks ul.inline li i:hover {
    color: #f8be2c;
    background: #c00;
}


















