#cyou_bottom {
	width:100%;
	min-width:980px;
	height:77px;
	padding:10px 0;
	zoom:1;
}
#cyou_bottom a {
	text-decoration:none;
}
.cyou_bottom_wraper {
	border:none;
	border-collapse:collapse;
	padding:0;
	margin:0 auto;
}
.cyou_bottom_wraper td {
	height:77px;
	vertical-align:middle;
}
.cyou_bottom_left {
	text-align:right;
}
.cyou_bottom_left a,.cyou_bottom_right a {
	height:48px;
	display:inline-block;
	zoom:1;
	text-align:left;
}
.cyou_bottom_cont {
	text-align:left;
	padding:0 10px;
}
.cyou_bottom_cont p {
	white-space:nowrap;
}
.cyou_bottom_cont p .uppercase {
	text-transform:uppercase;
	font-size:11px;
	-webkit-text-size-adjust:none;
}
.cyou_bottom_left,.cyou_bottom_right {
	padding:0 5px;
}

#cyou_bottom a {
	color:#FFF2CF;
}
#cyou_bottom a:hover {
	color:#484848;
}
#cyou_bottom .highlight {
	color:#484848;
}
#cyou_bottom,.cyou_bottom_cont p {
	font:normal 12px/22px Tahoma,Geneva,sans-serif;
	color:#8e8e8e;
}
.cyou_bottom_cont p {
	border-left:1px solid #b8b8b8;
	padding-left:10px;
}
.cyou_bottom_right a {
	background-image:url(../images/cyou_copyright_sprite.png);
	background-repeat:no-repeat;
	height:48px;
}
.cyou_top_logo a, .cyou_bottom_left a {
    background-image: url(../images/logo_white.png);
    background-repeat: no-repeat;
}

/* tin lien quan*/
ul.lastest {
	display: block;
	padding: 15px !important;
	margin: 0 0 0 0 !important;
	list-style: none !important;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	border: 1px solid rgba(218, 0, 31, 0.2);
}
ul.lastest li {
	display: block !important;
	height: auto;
	min-height: 35px;
	padding: 8px 0 !important;
	margin: 0 !important;
	border-bottom: 1px dashed rgba(218, 0, 31, 0.15);
	transition: all 0.3s ease;
}
ul.lastest li:last-child {
	border-bottom: none;
}
ul.lastest li:hover {
	background: rgba(218, 0, 31, 0.05);
	padding-left: 5px !important;
	transform: translateX(3px);
}
ul.lastest li a {
	display: block;
	float: left;
	background: url(../images/arow1.png) no-repeat top left;
	background-position: 0 8px;
	padding: 0 0 0 20px;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	width: 100%;
	text-decoration: none;
	transition: color 0.3s ease;
}
ul.lastest li a:hover {
	background: url(../images/arow4.png) no-repeat top left;
	background-position: 0 8px;
	color: #da001f;
	font-weight: 500;
}
ul.lastest li span {
	display: block;
	float: right;
	color: #999;
	font-size: 11px;
}
.icolast {
	display: block;
	float: right;
	margin: 2px 10px 0 0;
}
.morenews_titl {
    background: linear-gradient(135deg, #da001f 0%, #8b0000 100%);
    display: block;
    width: 100%;
    height: 45px;
    clear: both;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0;
    margin: 15px 0 10px 0;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 8px rgba(218, 0, 31, 0.3);
    position: relative;
}
.morenews_titl::before {
    content: "📰";
    margin-right: 8px;
    font-size: 18px;
}
.morenews_titl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}