#person_center {
    padding-top: 70px;
    position: relative;
    width: 100%;
}

.main_content {
    width: 100%;    
    overflow: hidden;
}
.edit_img_content {
    width: 1200px;
    margin: 0 auto;
}

/* 个人-供稿人中心—征稿启事列表页 */
.solicit_title{
    margin-top: 36px;
    line-height: 26px;
    padding-bottom: 20px;
    font-size: 26px;
    color: #046cbc;
}
.solicit_title img{
    float: left;
    padding-right: 10px;
}
.solicit_row1{
    height: 98px;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}
.solicit_row1:hover{
    background: #e7e7e7;
}

.solicit_r1_left{
    width: 10%;
    height: 98px;
    border-right: 1px solid #ddd;
    float: left;
}
.solicit_r1_left span{
    font-size: 18px;
    float: right;
    color: #999;
    padding: 18px 17% 0 0;
}
.solicit_r1_left p{
    text-align: right;
    padding: 10px 17% 0 0;
    font-size: 42px;
    color: #999;
    line-height: 42px;
}
.solicit_r1_right{
    width: 85%;
    display: inline-block;
    float: right;
    padding-right: 2%;
}
.solicit_r1_right h1{
    font-size: 24px;
}
.solicit_r1_right  p{
    line-height: 30px;
    color: #666;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.pageNav {
    clear: both;
    padding: 30px 0 30px 0;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.pageNav a{
    display: inline-block;
    margin-right: 16px;
    padding: 0 20px;
}
.pageNav a.now {
    color: #fff;
    background-color: #046cbc;
}
.pageNav a.prev_next {
    padding: 0 46px;
    color: #666;
    background: #e7e7e7;
}

/* 个人-供稿人中心—征稿启事详情页 */
.detail_title{
    border-bottom: 1px solid #e5e5e5;
    padding-top: 50px;
    text-align: center;
    line-height: 50px;
}
.detail_title h1{
    font-size: 36px;
    font-weight: bold;
    color: #00071c;
}
.detail_title p{
    font-size: 24px;
    color: #00071c;
}
.detail_title span{
    color: #666;
    display: block;
    padding: 5px 0 6px 0;
}
.detail_content{
    line-height: 30px;
    padding-top:20px;
}
.detail_content p{
    line-height: 30px;
    margin-bottom:15px;
}
.detail_content p span{
    padding-top: 30px;
    text-align:left;
}
.detail_content img{
    max-width: 90%;
}

.detail_content h3{
    padding-top: 30px;
}
.detail_share{
    padding-top: 40px;
    padding-bottom: 40px;
}
.detail_share span{
    line-height: 40px;
    float: left;
}
.detail_share ul{
    display: inline-block;
}
.detail_share ul li{
    display: inline-block;
    padding-right: 5px;
    float: left;
}


@media screen and (max-width: 768px){
    .edit_img_content {
        width: 100%;
    }
    .detail_title h1{
        font-size: 28px;
    }
}

