﻿body {
}

.main{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.title{
    color: #333333;
    font-size: 16px;
    line-height: 40px;
}

.content{
    border:1px solid #E6E6E6;
    display: flex;
    min-height: 700px;
}
.content-left{
    width: 220px;
    background: #F7F7F7;
}
.content-tab{
    line-height: 60px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.active{
    background: #ffffff;
    color: #198EEE;
    position: relative;
}
.active::after{
    content: '';
    width: 2px;
    height: 60px;
    background: #198EEE;
    position: absolute;
    top: 0;
    left: 0;
}

.content-right{
    flex: 1;
    padding: 0 50px 50px 50px;
}
.content-title{
    color: #333333;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 35px;
}
