.content{
    background: #F4F4F4;
}
.content-box{
    
}
.content-left {
    margin-top: 40px;
    width: 270px;
    border-top: 10px solid #0046B4;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 20px;
    height: 120px;
    
}
.menu-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-list .arrow{
    width: 20px;
    height: 20px;
}

.content-left li {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #F1F0EB;
    border-bottom: 1px solid #F1F0EB;
}

.content-left li a {
    font-size: 14px;
    color: #333333;
}

li.menu-active a {
    font-weight: bold;
    color: #2E5B82;
}

.content-right {
    margin-left: 44px;
    width: 886px;
    margin-top: 40px;
}

.title {
    font-size: 26px;
    font-weight: 500;
    color: #0046B4;
    line-height: 37px;
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}
.bottom-border{
    border-bottom: 1px solid #E0E0E0;
}
.title .tip{
    color: #999999;
    font-size: 20px;
}
.title .left-title{

}
.title .right-title{
    font-size: 12px;
    color: #999999;
}

.list-itme {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    border-bottom: 1px dashed #B4B4B4;
    padding-bottom: 30px;
}

.list-itme img {
    width: 180px;
    height: 140px;
}
.right-content{
    width: 100%;
    flex: 1;
    margin-left: 20px;
}

.item-title {
    font-weight: 500;
    color: #666666;
    line-height: 22px;
    font-size: 16px;
    /* margin-top: 20px; */
}

.item-detail {
    font-weight: 400;
    color: #777777;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.item-label {
    font-weight: 500;
    color: #999999;
    line-height: 18px;
    font-size: 12px;
    margin-top: 18px;
    text-align: right;
}
.news-box{
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 20px;
}