/* danh sách thông báo đã gửi */
.thongbao_status {font-size: 16px;overflow: hidden;}
.thongbao_status .thongbao_sent {
	color: #008ec2;
	font-weight: bold;
    float: left;
}
.thongbao_status .thongbao_read {
	color: #008ec2;
	font-weight: bold;
    float: left;
    margin-left: 115px;
}
.thongbao_body {
	position: relative;
}
.thongbao_body .thongbao_list>h4 {
    font-size: 22px;
    margin: 0;
}
.thongbao_body .thongbao_list ul {
    margin-top: 17px;
    max-height: 786px;
	overflow: auto;
	padding-right: 20px;
}
.thongbao_body .thongbao_list ul>li {
    overflow: hidden;
    margin-bottom: 14px;
}
.thongbao_body .thongbao_list ul>li .thongbao_img {
	float: left;
}
.thongbao_body .thongbao_list ul>li .thongbao_img img {
    width: 278px;
    max-height: 173px;
}
.thongbao_body .thongbao_list ul>li .thongbao_wrap {
    float: right;
    width: calc(100% - 289px);
    height: 173px;
    overflow: hidden;
}
.thongbao_body .thongbao_list ul>li .thongbao_wrap .thongbao_title {
	font-size: 28px;
    font-weight: bold;
    margin-top: -6px;
    margin-bottom: 5px;
    color: #008ec2;
	line-height: 42px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.thongbao_body .thongbao_list ul>li .thongbao_wrap .thongbao_title a {
    text-decoration: none;
    color: #55acee;
    border-bottom: 0;
}
.thongbao_body .thongbao_list ul>li .thongbao_wrap .thongbao_content p {
	font-size: 20px;
	margin-top: 0;
}

.pagination.thongbao_da_gui {
    text-align: center;
    width: 100%;
}
.pagination.thongbao_da_gui ul {
    display: inline-block;
    overflow: hidden;
}
.pagination.thongbao_da_gui ul>li {
    float: left;
    margin: 0px 7px;
}
.pagination.thongbao_da_gui ul>li a {
    height: 38px;
    line-height: 34px;
    width: 38px;
    background: #0073aa;
    color: #fff;
    display: block;
	font-size: 25px;
	cursor: pointer;
}
.pagination.thongbao_da_gui ul>li a.current {
	background: #23282d;
}

