.my_width {
    width: 1200px;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #ffffff;
}

.content .organization .org-l {
    float: left;
    width: 220px;
    background: #3571c3;
}

.content .organization .org-l h1 {
    font-size: 22px;
    color: #fff;
    margin: 13px 20px;
}

.content .organization .org-r {
    display: block;
    width: 938px;
    margin-left: 247px;
}

.org-l-ul {
    display: block;
    width: 200px;
    background: #fff;
    margin: 0px 0 0 20px;
}

.my_channel_active {
    background-color: #ef9701;
    color: #ffffff;
}

.org-l-ul li a {
    display: block;
    font-size: 18px;
    /*height: 55px;*/
    border: 1px solid #c5c5c5;
    padding-left: 20px;
    line-height: 55px;
    text-decoration: none;
}

.org-l-ul li a:hover {
    background-color: #ef9701;
    color: #ffffff;
}



/*右侧*/
.widget-box {
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}

.widget-title h5 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    line-height: 12px;
    margin: 0;
}

.widget-content table tbody tr td {
    border-bottom: 1px solid #CDCDCD;
    line-height: 35px;
    font-size: 16px;
}