.main{
    width: 1200px;
    margin:0 auto;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    padding-bottom: 100px;
    background-color: #fff;
    .main_l{
        .minin{
            background-color: #ffffff;
            box-shadow: 0px 0px 20px 0px
            rgba(223, 223, 223, 0.5);
            height: auto;
            >div{
                width: 270px;
                height: 80px;
                display: flex;
                align-items: center;
                cursor: pointer;
                color: #333;
                border-bottom:1px solid #eee;
                div{
                    width: 90%;
                    padding-left: 20px;
                    border-left:4px solid #fff;
                    box-sizing: border-box;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    span{
                        font-size: 18px;
                        width: 20px;
                        img{
                            width: 20px;
                        }
                        .picb{
                            display: none;
                        }
                    }
                    p{
                        margin-left: 10px;
                        font-size: 14px;
                    }
                }

                &:last-child{
                    border-bottom:0;
                }
            }
            .current{

                >div{
                    border-left:4px solid #134c99;
                    span{
                        .pica{
                            display: none;
                        }
                        .picb{
                            display: block;
                        }
                    }
                    span,p{
                        color: #134c99;
                    }
                }

            }
            &:last-child{
                border:0;
            }
        }


    }
    .main_r{
        width: 890px;
        div{
            width: 100%;
            .img{
                width: 890px;
                position: relative;
                img{
                    width: 890px;
                    height: 170px;
                }
                p{
                    position: absolute;
                    top: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    height: 100%;
                    color: #fff;
                    margin:0;
                    font-size: 26px;
                    background-color: rgba(0,0,0,0.5);
                }
            }
            p{
                width: 100%;
                margin-top: 10px;
                line-height: 22px;
            }
            .h1{
                font-weight: 700;
                margin-top:30px;
                border-left:3px solid #134c99;
                padding-left: 15px;
                box-sizing: border-box;
            }
            .h2{
                width: 100%;
                line-height: 30px;
                background:url("../img/index_1161.png") no-repeat left 10px;
                padding-left:20px;
                margin-top:10px;
                margin-left:25px;
                font-size: 16px;
                box-sizing: border-box;
            }
            .h3{
                width: 100%;
                margin-left:45px;
                font-size: 14px;
                color: #666;
                box-sizing: border-box;
            }
        }

    }
}