﻿*{
            margin: 0;
            padding: 0;
        }
        html,body,.main-demo{
            width: 100%;
            height: 100%;
            background-color: #fff;
        }
        .ban{
            width: 1200px;
            min-height: 100%;
            margin: 0 auto;
            background-color: #fff;
        }

        .tt-k{
            text-align: center;
            line-height: 50px;
        }

        .content-k{
            color:#666666;
            font-size: 16px;
            line-height: 30px;
            font-weight: 600;
            padding-left: 5px;
        }

        .lc-card{
            width: 100%;
            display: flex;
            margin-bottom: 20px;
        }

        .time-box{
            display: inline-block;
            width: 140px;
            height: 48px;
            font-size: 30px;
            color: #fff;
            line-height: 48px;
            text-align: center;
            background-color: #365798;
        }

        .lc-card-c{
            width: 40px;
            margin: 0 10px;
            padding-top: 5px;
        }

        .lc-card-c-line{
            display: inline-block;
            width: 100%;
            height: 0;
            border: 1px solid #365798;
        }

        .border-line{
            padding-top: 20px;
        }

        .border-line-img{
            width: 31px;
            height: 180px;
            display: block;
            margin: 0 auto;
        }

        .card-img{
            width: 310px;
            height: 190px;
            display: block;
        }

        .lc-card-r{
            flex: 1;
            background-color: #F7F7F7;
            padding: 30px;
            box-sizing: border-box;
        }

        .title-k-box{
            border-bottom: 1px solid #E5E5E5;
            padding-bottom: 20px;
            margin-bottom: 24px;
        }

        .lc-card-r .title-k{
            font-size: 24px;
            color: #365798;
            line-height: 35px;
            border-left: 6px solid #365798;
            padding-left: 18px;
            font-weight: 600;
        }

        .lc-card-r{
            display: flex;
            justify-content: space-between;
        }

        .lc-card-r-l{
            flex: 1;
        }

        .lc-card-r-r{
            margin-left: 40px;
        }
