@charset "gb2312";
.bg{
    padding: 0 20px;
}
/*头部搜索*/
.baike_home {
    padding: 28px 0 0 56px;
}

.baike_home > a {
    font-size: 46px;
    color: #0e76cd;
    font-weight: bold;
}

.searchWrap {
    padding: 44px 0 0 149px;
}

.searchWrap .search {
    border: 1px solid #0e76cd;
    width: 344px;
    height: 38px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: bottom;
    +vertical-align: middle;
}

.searchWrap .search_btn {
    width: 107px;
    height: 40px;
    line-height: 40px;
    +line-height: 35px;
    border: 1px solid #0e76cd;
    color: #0e76cd;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.searchWrap .search_btn.active {
    background-color: #0e76cd;
    color: #fff;
}

/*用户*/
.user-wp{
    border-bottom:none;
}
.nav-menu {
    padding-top: 0;
}
#rightDiv,.wp-l {
    min-height: 576px;
}
#rightDiv .myStatus {
    padding-top: 20px;
}

#rightDiv .myStatus li {
    float: left;
}

#rightDiv .myStatus .title {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 28px;
    background: url(imagesmsg.png) left 0 no-repeat;
}
#rightDiv .myStatus .title:hover{
    color: inherit;
}

#rightDiv .myStatus .title.msg1 {
    background-position: left -43px;
}

#rightDiv .myStatus .title.msg2 {
    background-position: left -85px;
}

#rightDiv .wp_r_tel {
    border-bottom: 2px solid #3197e8;
    height: 40px;
    padding-left: 10px;
    padding-top: 38px;
}

#rightDiv .wp_r_tel li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #999999;
    background: #e5e5e5;
    margin-left: 10px;
    width: 110px;
}

#rightDiv .wp_r_tel li.active {
    background: #3197e8;
}

#rightDiv .wp_r_tel li a {
    color: #999;
}

#rightDiv .wp_r_tel li.active a {
    color: #fff;
}

#rightDiv .wp_r_con {
    margin-top: 1px;
    background: url(imagescenterrbg.gif) left top repeat-x;
    padding: 20px;
    display: none;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

#rightDiv .wp_r_con.active {
    display: block;
}

#rightDiv .lemma_add{
    position: absolute;
    top: 49px;
    cursor: pointer;
    padding-left: 25px;
    background: url(imagesadd.png) 0 4px no-repeat;
}
#rightDiv .lemma_add:hover{
    color: inherit;
}

#rightDiv .nav_status {
    text-align: center;
    margin-bottom: 24px;
	margin-left: 204px;
}

#rightDiv .nav_status > .status_Btn,#rightDiv .nav_status > .record_Btn {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    text-align: center;
    cursor: pointer;
}

#rightDiv .nav_status > .status_Btn.active,#rightDiv .nav_status > .record_Btn.active {
    background: #3197e8;
    border-color: #3197e8;
    color: #FFF;
}
/*记录*/
#rightDiv  .history{
    display: none;
}
#rightDiv .pos{
    padding: 12px 20px 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #3197e8;
}
#rightDiv .pos>h3{
    font-size: 16px;
    font-weight: bold;
}
#rightDiv .pos span{
    margin-left: 20px;
}

/*成就*/
#rightDiv #achieve {
    overflow: hidden;
}

#rightDiv .achieve_l {
    width: 532px;
    padding-top: 30px;
}

#rightDiv .achieve_r {
    width: 300px;
    background: #fbfbfb;
}

#rightDiv .topWrap>h2{
    background: #f2f2f2;
    text-indent: 2em;
    height: 36px;
    line-height: 36px;
}
#rightDiv .topList{
    padding: 17px;
}
#rightDiv .topList>li{
    padding: 14px 0;
}
#rightDiv .topList a:hover{
    color: inherit;
}
#rightDiv .topCenter{

}
#rightDiv .num{
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 2px 12px 0 0;
    color: #a1a1a1;
    font-size: 20px!important;
    font-weight: bold;
}
#rightDiv .num.red{
    background: #ff0033;
    color: #FFF;
}
#rightDiv .topWrap span{
    font-size: 12px;
}
#rightDiv .topWrap .up{
    width: 28px;
    height: 28px;
}
#rightDiv .topWrap .down{
    width: 28px;
    height: 28px;
}

/*datagrid*/
.mini-pager-num {
    margin: 0 2px 3px 2px !important;
}

.mini-grid-cell-inner, .mini-grid-headerCell-inner {
    line-height: 30px;
}

.mini_btn {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    background-color: #f6fafd;
    border: 1px solid #ccc;
    cursor: pointer;
}


/*词条*/
#article_content,#lemmaEdit_content{
    padding: 18px;
}
.lemmaTitle{
    margin-bottom: 20px;
}
.lemmaTitle>h1{
    font-size: 30px;
}
.lemmaTitle>.edit{
    display: inline-block;
    width: 64px;
    height: 30px;
    background: url(imagesedit.png) 0 0 no-repeat;
}
.lemmaTitle>.edit:hover{
    background-image: url(imagesedit2.png);
}
.lemma_summary{
    padding-bottom: 20px;
    border-bottom: 2px solid #666;
}
.infoWrap{
    width: 70%;
    padding: 30px 0 0 30px;
}
.base_info_block{
    width: 50%;
}
.base_info_item {
    line-height: 32px;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
}
.base_info_item.name {
    width: 90px;
    padding: 0 5px 0 12px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #999;
    border-bottom:1px dashed #999;
}
.base_info_item.value {
    zoom: 1;
    color: #333;
    width: 285px;
    float: left;
    position: relative;
    border-bottom:1px dashed #999;
}
.lemma_main{
    padding: 20px 0;
}
.lemma_main img{
    max-width: 400px;
}

.base_info{
    position: relative;
    min-height: 233px;
}
.infoPic a{
    position: absolute;
    right: 0;
    border: 2px solid #e3e3e3;
	width: 251px;
}
.infoPic img{
    width: 250px;
    height: 200px;
}
.infoPic a:hover{
    color: #000;
}
.infoPic .title{
    padding: 3px 0 4px 32px;
    background: #fff url(imagesinfoPic.png) 5px 2px no-repeat;
}


/*修改词条*/
#lemmaEdit_content #textTitle{
    float: left;
    font-size: 22px;
    color: #8c8a8a;
    line-height: 46px;
    padding: 0 20px 0 0;
}
#lemmaEdit_content #classify{
    font-size: 18px;
    padding: 6px 10px;
    line-height: 42px;
    vertical-align: bottom;
	margin-top: 5px;
	margin-top: 11px\9;
}
#lemmaEdit_content h3{
    font-size: 20px;
    padding: 10px;
    border-top: 2px solid #8c8a8a;
    margin-top: 20px;
}
#lemmaEdit_content .inputCustomWrap{
    padding: 0 20px;
}

#lemmaEdit_content .basic-info{
    min-height: 200px;

}
#lemmaEdit_content .inputCustomWrap>table{
    width: 50%;
}
#lemmaEdit_content .inputCustomWrap>table .nameWrap{
    width: 120px;
    position: relative;
}
#lemmaEdit_content .inputCustomWrap>table .name{
    height: 26px;
    padding: 3px 7px;
    width: 120px;
    -webkit-padding-after: 2px;
    -webkit-padding-before: 2px;
}
#lemmaEdit_content .inputCustomWrap>table .introWrap{
    width: 366px;
    position: relative;
}
#lemmaEdit_content .inputCustomWrap>table .intro{
    height: 18px;
	height: 20px;
    padding: 6px 7px;
    width: 95%;
}
#lemmaEdit_content .inputCustomWrap>table .add{
    background: url(imagesadd.png) 0 7px no-repeat;
    width: 23px;
    cursor: pointer;
}
#lemmaEdit_content .inputCustomWrap>table .reduce{
    background: url(imagesreduce.png) 0 7px no-repeat;
    width: 23px;
    cursor: pointer;
}
#lemmaEdit_content .msg-box {
    position: absolute;
    left: 0;
}
#lemmaEdit_content .lemma_pic {
    position: relative;
}
#lemmaEdit_content .lemma_pic>.pic_btn{
    position: absolute;
    top: 8px;
    left: 65px;
    width: 81px;
    height: 42px;
    background: url(imagesupdate.png) 0 0 no-repeat;
    cursor: pointer;
}
#lemmaEdit_content .lemma_pic>.pic_list>li{
    float: left;
    position: relative;
    padding: 0 20px 16px 0;
}
#lemmaEdit_content .lemma_pic>.pic_list>li:hover .close{
    display: block;
}
#lemmaEdit_content .lemma_pic>.pic_list img{
    width: 200px;
    height: 200px;
}
#lemmaEdit_content .lemma_pic>.pic_list .close{
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(imagesclose.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: contain;
    right: 9px;
    bottom: 10px;
    cursor: pointer;
}
#lemmaEdit_content .refer>button{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    border:none;
    cursor: pointer;
}
#lemmaEdit_content .refer>.referBtn{
    background: #0e76cd;
}
#lemmaEdit_content .refer>.draftBtn{
    background: #8c8c8a;
    margin-right: 5px;
    width: 120px;
}




