﻿
  .setp
        {
            margin: 10px 5px;
            box-sizing:border-box;
        }

        .Btn
        {
            height: 40px;
            line-height: 40px;
            background: #fd6d52;
            text-align: center;
            font-weight: bold;
            font-size: 1.125em;
            color: #fff;
            border-radius: 8px;
            display: block;
            margin-bottom: 10px;
        }

        .TitleArea
        {
            padding: 10px 15px;
            background: #eee;
            border-radius: 5px;
        }

            .TitleArea a
            {
                background: #fff;
                border: 1px solid #ccc;
                padding: 10px;
                margin-bottom: 20px;
                display: block;
                overflow: hidden;
            }

                .TitleArea a > p
                {
                    font-weight: bold;
                    font-size: 1.125em;
                    line-height: 24px;
                    max-height: 48px;
                }

                .TitleArea a .Hdetails
                {
                    margin-top: 8px;
                    padding-top: 10px;
                    border-top: 1px solid #ccc;
                    overflow: hidden;
                }

                    .TitleArea a .Hdetails > p
                    {
                        float: right;
                        padding-top: 26px;
                        background: url(images/wzx_img.jpg) no-repeat center top;
                        overflow: hidden;
                    }

                        .TitleArea a .Hdetails > p strong
                        {
                            color: #fd6d52;
                        }

                    .TitleArea a .Hdetails > div
                    {
                        line-height: 24px;
                        overflow: hidden;
                    }

                        .TitleArea a .Hdetails > div span
                        {
                            height: 24px;
                            overflow: hidden;
                            display: block;
                        }

                        .TitleArea a .Hdetails > div p
                        {
                            height: 24px;
                            color: #666;
                            overflow: hidden;
                        }