.content {
    border: 1px solid #eee;
    margin-top: 20px !important;
    padding: 20px;
}
.content-top {
    display: flex;
}
.content-left,.content-center,.content-right {
    margin: 0;
}
.content-left-title {
    width: 290px;
    border-bottom: 2px solid #ccc;
    line-height: 46px;
}
.content-left-title2 {
    width: 380px;
    border-bottom: 2px solid #ccc;
    line-height: 37px;
    margin: 0 0 10px 0;
}
.content-left-title>span {
    font-size: 18px;
    color: #333;
    width: 74px;
    margin: 0 auto -2px 0;
    border-bottom: 2px solid #005bad;
    display: block;
}
.sw-item {
    width: 100%;
    height: 47px;
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 12px;
    cursor: pointer;
}
.sw-item >img {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.sw-item >span {
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}
.content-center {
    margin: 0 20px;
}
.right-title span{
    font-size: 18px;
    color: #333;
    width: 24%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.active2 {
    margin: 0 auto -2px 0;
    border-bottom: 2px solid #005bad;
    color: #005bad !important;
}

.point {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #9c9c9c;
    margin-right: 10px;
}
.new-title {
    width: 314px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin-right: 10px;
}
.new-item {
    display: flex;
    height: 36px;
    line-height: 36px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.new-time {
    color: #999;
}
.content-bottom {
    padding-top: 10px;
}
.content-bottom img {
    display: inline-block;
    height: 100px;
    width: 380px;
    margin-top: 10px;
    cursor: pointer;
}
.content-bottom img:nth-child(1),.content-bottom img:nth-child(3) {
    margin-right: 0px;
}
.new-title:hover {
    color: #005cac;
}
