﻿.h3
{
    text-align:left;
    margin:0 5px;
  
}
.h3 label
    {
        font-size:1em;
        font-weight:bold;
        color:#0d619d;
        border-left:3px solid #0d619d;
        padding-left:10px;
        height:36px;
        line-height:36px;
    } 
     .mainarea
        {
            padding:10px 0;
            
            overflow: hidden;
            border-top:2px dotted #d0cdcd;
        }

            .mainarea ul
            {
                overflow: hidden;
                margin: 0 10px;
            }

            .mainarea li
            {
                position: relative;
                padding: 12px 28px 12px 130px;
                height: 80px;
                overflow: hidden;
                border-bottom: 1px solid #ddd;
            }

                .mainarea li:last-child
                {
                    border: 0;
                }

                .mainarea li a
                {
                    display: block;
                }

                    .mainarea li a span
                    {
                        position: absolute;
                        right: 0px;
                        top: 50%;
                        margin-top: -9px;
                        width: 18px;
                        height: 18px;
                        border-radius: 9px;
                        background: url(images/icons-18-white.png) no-repeat;
                        background-position: -108px 50%;
                        background-color: rgba(0,0,0,0.4);
                    }  

            .mainarea .iconleft
            {
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -40px;
                height: 80px;
                width: 120px;
                padding: 1px;
                border: 1px solid #ccc;
                border-radius: 5px;
                float: left;
            }

                .mainarea .iconleft img
                {
                    border-radius: 5px;
                    height: 80px;
                    width: 120px;
                    border: 0;
                }

            .mainarea a h5
            {
                font-weight: normal;
                font-size: 1.0625em;
                white-space: nowrap;
                height: 26px;
                line-height: 26px;
                white-space:nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-left: 5px;
            }

            .mainarea a p
            {
                font-size: 0.875em;
                font-weight: normal;
                line-height: 24px;
                padding-left: 5px;
                word-wrap: break-word;
                word-break:break-all;
                overflow: hidden;
                color: #878c92;
                height: 48px;
                text-overflow: ellipsis;

                
                display:-webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

        .ui-imglazyload
        {
        }

            .ui-imglazyload.loading
            {
                background: red;
            }