﻿
        /***** LASTED NEWS *****/ .lasted-post {
            text-align: justify;
            margin-bottom: 14px;
        }

            .lasted-post .xhead {
                border-top: 2px solid #383838;
                height: 32px;
            }

                .lasted-post .xhead .xhead-title {
                    font: 16px/30px Arial;
                    text-transform: uppercase;
                    color: #cc0202;
                    border-top: 2px solid #cc0202;
                    float: left;
                    margin-top: -2px;
                    font-weight: bold;
                }

            .lasted-post .item-parent .xcontent {
                background: #fff;
                padding: 10px;
                border: 1px solid #e5e5e5;
                margin-bottom: 14px; /* height:81px; */
                overflow: hidden;
            }

            .lasted-post .xtitle {
                height: 46px;
                overflow: hidden;
                margin: 5px 0;
                /*font: 13px/16px Roboto;*/
            }

            .lasted-post .xtime {
                font: italic 11px Roboto;
                text-align: center;
            }

            .lasted-post ul {
                padding: 10px;
                background: #fff;
                border: 1px solid #e5e5e5;
            }

                .lasted-post ul li {
                    list-style-type: none;
                    background: url(../images/icon-arr.png) left 8px no-repeat;
                    padding: 4px 0;
                }

                    .lasted-post ul li a {
                        /*font: 13px/18px Roboto;*/
                        padding-left: 12px;
                        display: block;
                        color: #444444;
                        display: block;
                        padding-left: 12px;
                    }
  