.right_content {
    width: 100%;
}
/* 头部 */
.right_content .top {
    width: 100%;
    height: 125px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
}
/* 头部左侧 */
.right_content .imgBox,.accoutBox {
    float: left;
    display: inline-block;
}
.right_content .top img {
    width: 90px;
    height: 90px;
    margin: 20px 20px 20px 35px;
}
.right_content .accoutBox {
    margin-top: 35px;
}
.right_content .top .accout {
    display: block;
    font-size: 18px;
    color: #555555;
    letter-spacing: 0;
}
.right_content .top .tips {
    margin-top: 10px;
    padding: 0;
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #FFF2BE;
    border: 1px solid #FFDA3D;
    border-radius: 100px;
    font-size: 16px;
    color: #F49A00;
    letter-spacing: 0;
}
/* 头部右侧 */
.right_content .top .project_num {
    float: right;
}
.top .project_num .num_box {
    padding: 20px 0 20px 0;
    width: 110px;
    height: 125px;
    display: inline-block;
}
.project_num .num_box .iconfont{
    text-align: center;
    font-size: 25px;
    color: #BCBCBC;
    margin-left: 40px;
}
.project_num .num_box p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    margin-left: 18px;
    margin-top: 10px;
}
.project_num .num_box i {
    text-align: center;
    font-style: normal;
    font-size: 16px;
    color: #FF0000;
    font-weight: 600;
    letter-spacing: 0;
    margin-left: 35px;
    margin-top: 15px;
}

/* 中间我的项目 */
.right_content .center {
    margin-top: 15px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #E4E4E4;
}
.center .center_title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E4E4E4;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.center_title .look_all {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    float: right;
    margin-right: 20px;
}
.center .page_1 {
    margin: 20px;
}
.center .page_1 ul li {
    height: 178px;
    border: 1px solid #E4E4E4;
    margin-bottom: 15px;
}
.page_1 .cont-li-top span{
    font-size: 14px;
color: #333333;
}
.page_1 .cont-li-top p {
    font-size: 14px;
}
.page_1 .cont-li-content p{
    font-size: 16px;
}
.page_1 .cont-state a {
    font-size: 14px;
color: #333333;
}


/* 底部关注的项目 */
.right_content .bottom {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #E4E4E4;
}
.right_content .bottom .center_title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E4E4E4;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.right_content .bottom .use-pop-box {
    margin: 20px;
}