  /*内容页头部*/
   .width1200{
        width:1200px;
        margin:0 auto;
    }
 .header{
        background: #d76536;
        color:#fff;
        padding:5px 0;
    }
    .header a{
        color:#fff;
    }
   
    .personal_study_info{
        background: url(../images/personal_study_info_bg.jpg) no-repeat;
        background-size:100% auto;
    }
    .search{
        background:#fff;
        line-height: 25px;
        width:200px;
    }
    .search i{
        margin:0 5px;
        color:#ddd;
    }
  .header  .head_img {
        width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/small.jpg) no-repeat;
    background-size: 100% 100%;
    /* float: right; */
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.nav_line > div{
    display: inline-block;
    position: relative;
    padding:5px 10px;
    font-size: 16px;
    cursor: pointer;
}
.personal-info {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    width: 80px;
    display: none;
    top: 104%;
    z-index: 1000000;
}
.personal-info a {
    display: block;
    line-height: 40px;
    text-align: left;
    color: #333;
    text-decoration: none;
    margin:0!important;
}
.personal-info a p {
    margin: 0 10px;
    font-size: 14px;
}
.personal_study_info {
    color:#fff;
    padding:20px 0;
    line-height: 25px
}
.personal_study_info .head_img{
    height:100px;
    width:100px;
    border-radius: 50%;
    border:2px solid #fff;
}
.personal_study_info .kcxx{
    width: 400px
}
.personal_study_info .kcxx > div{
    display:table-cell;
    width: 1%;
    text-align: center;
}
.personal_study_info .zs {
    padding-left: 52px;
    height: 46px;
    background: url(../images/zs_icon2.png) no-repeat;
    background-size: auto 44px;
}
.personal_study_info .zs a{
    color:#fff;
}
.personal_study_info span + span{
    margin-left:15px;
}
.personal_study_info .big{
    font-size: 18px
}