<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
ul.dc_datxe {
    margin: 0;
    padding: 0 15px;
    background: #FFFFFF;
    display: block;
    clear: both;
    /*height: 184px !important;*/
}
ul.dc_datxe li {
    list-style: none;
    border-bottom: 1px dashed #737373;
    font-size: 14px;
    padding: 0 0 0 15px;
    height: 50px;
    line-height: 50px;
    background: url(li_before.png) left center no-repeat;
    transition: background-color 0.5s;
	position: relative;
	width: 100%;
	float: left;
}
ul.dc_datxe li:nth-child(1) {
  /*color: #fff;
  background: #104282;*/
}
ul.dc_datxe li:last-child {
    border-bottom: 0;
}
ul.dc_datxe li span.gia {
    display: block;
    width: 80px;
    color: #104282;
    font-weight: 600;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

@media only screen and (max-width: 767px) {
    ul.dc_datxe {
        height: auto !important;
    }
    ul.dc_datxe li {
        height: auto;
        line-height: inherit;
        padding: 8px 0 8px 15px;
    }
    ul.dc_datxe li span.gia {
        display: inline-block;
        float: inherit;
        width: auto;
    }
}</pre></body></html>