@charset "UTF-8";
body, html {
    min-height: 100%;
}

html {
    position: relative;
}

.mt0 {
    margin-top: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb200 {
    padding-bottom: 200px !important;
}

.pl {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px !important;
}

.txl {
    text-align: left;
}

.pl20 {
    padding-left: 20px;
}

.col999 {
    color: #999;
}

.font12 {
    font-size: 12px;
}

.txc {
    text-align: center !important;
}

.borr {
    border-right: 1px solid #e1e1e1;
}

.ml0 {
    margin-left: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mb10 {
    margin-bottom: 5px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mr30 {
    margin-right: 30px;
}

.w30 {
    width: 30px !important;
}

.w50 {
    width: 50px;
}

.w63 {
    width: 63px !important;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w358 {
    width: 358px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px !important;
}

.w430 {
    width: 430px !important;
}

.w500 {
    width: 500px !important;
}

.w620 {
    width: 620px;
}

.w650 {
    width: 650px;
}

.w700 {
    width: 700px;
}

.w730 {
    width: 700px;
}

.w1200 {
    width: 1200px !important;
}

.col-set {
    background: #F1F1F1;
}

table {
    background: #fff !important;
    box-shadow: 0px 0px 5px #e1e1e1 !important;
}

table tr {
    /*border-bottom: 1px solid #f5f5f5!important;*/

    border-bottom: 1px solid #f5f5f5 !important;
}

.txl {
    text-align: left !important;
}

.txc {
    text-align: center !important;
}

/*-----------------------------------分割线-----------------------------------*/
/*2106/11/22更改样式*/
.mwrap, .con-wrap {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.con-wrap {
    margin-top: 100px;
    width: 1000px;
}

.l-cont {
    width: 600px;
    height: 260px;
    background: #e1e1e1;
    margin-top: 50px;
}

.lg-wrap {
    width: 656px;
    height: 560px;
    /* margin: 0 auto; */
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../img/log-lay.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -280px;
}

.lg-wrap h2 {
    width: 242px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
    margin: 0 auto;
}

.formL {
    width: 300px;
    margin: 0 auto 10px;
    overflow: hidden;
}

.user-t {
    float: left;
    height: 32px;
    line-height: 30px;
    width: 85px;
    text-align-last: justify; /* ie9*/
    text-align: justify;
}

.user-sign {
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
}

.formIpt {
    border: 1px solid #999;
    width: 235px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding-left: 5px;
}

.errmsg {
    color: darkorange;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding-left: 40px;
}

.index_btn.lg-btn {
    width: 290px;
    height: 45px;
    background: none !important;
    font-size: 18px;
    text-shadow: none;
    color: #fff;
    border: none;
    border-radius: 0;
    border: 1px solid #fff;
}

.index_btn.rg-btn {
    width: 98%;
    margin: 35px auto;
    height: 40px;
    line-height: 40px;
}

.log-tit {
    margin: 0 auto;
    height: 210px;
    line-height: 210px;
    padding: 0;
}

.lg-auto input {
    float: left;
    margin: 11px 5px 0 0;
    width: 18px;
    height: 18px;
}

.test-line input {
    width: 28%;
    float: left;
}

.test-code {
    display: inline-block;
    width: 103px;
    height: 47px;
    line-height: 47px;
    /* background: #fff; */
    margin-left: -2px;
    position: relative;
}

.test-code b {
    position: absolute;
    right: 5px;
    top: 5px;
    background: red;
    width: 26px;
    height: 20px;
    cursor: pointer;
    /*background: url(../../img/refresh.png) no-repeat left center;*/
}

.selec-statu {
    border: 1px #148ce2 solid;
    width: 186px;
    height: 30px;
    font-size: 16px;
    color: #666;
    outline: none;
}

.reset-tit {
    padding: 0;
    height: 100px;
    line-height: 100px;
    margin: 0;
    /*background:url("../img/logo.png") no-repeat center left;
    padding-left:125px;*/
    color: #fff;
    font-size: 35px;
    font-weight: normal;
}

.reset-tit a:hover {
    color: #fff;
}

/*专家资料页面主体 start*/
.main-con {
    background-color: #FFF;
}

/*左侧内容*/
.lcon {
    width: 800px;
    height: auto;
    background-color: #FFF;
    padding: 20px 0 40px 0;
}

.lcon-in-one {
    width: 200px;
    text-align: center;
}

.lcon-in-one .chance-btn-new {
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background: url(../img/chance-btn.png) no-repeat;
    cursor: pointer;
    margin-top: 20px;
}

.lcon-in-two {
    width: 600px;
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #666;
}

.lcon-in-two h3 {
    font-size: 18px;
    color: #333;
    padding: 20px 0;
    font-weight: 700;
}

.lcon-in-two p {
    margin-bottom: 6px;
}

.lcon-in-two span {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
}

.lcon-in-two b {
    font-weight: normal;
}

.personal-grades {
    margin-top: 30px;
    background-color: #eaf2f9;
    height: 80px;
    padding-top: 12px;
    box-sizing: border-box;
    color: #666;
}

.personal-grades > div {
    width: 25%;
    text-align: center;
}

.lcon-in-two .grades-num {
    font-size: 18px;
    margin-top: 14px;
}

.tab-nav {
    width: 780px;
    /*height: 20px;
    line-height: 20px;*/
    height: 30px;
    line-height: 30px;
    background-color: #d3d8dd;
    margin-left: 20px;
    margin-top: 40px;
}

.tab-nav li {
    float: left;
    font-size: 14px;
    color: #666;
    padding: 0 27px;
    margin-right: 17px;
    cursor: pointer;
}

.tab-nav li.current {
    color: #003b78;
}

.tab-con {
    width: 780px;
    margin-left: 20px;
    float: left;
    display: none;
}

.tab-con.current {
    display: block;
}

.tab-con .con-txt {
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding-left: 31px;
    padding-right: 42px;
    border-bottom: 1px dashed #d6d6d6;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}

.tab-con .con-txt .txt-num {
    float: left;
    width: 20px;
    text-align: center;
    margin-right: 45px;
}

.tab-con .con-txt .txt-title {
    float: left;
    width: 430px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tab-con .con-txt .checked-num {
    float: right;
    width: 90px;
}

.tab-con .con-txt .checked-num b {
    font-weight: normal;
}

.empty-wrap {
    min-height: 600px;
}

/*右侧内容*/
.rcon {
    margin-left: 60px;
    width: 340px;
    height: auto;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.rcon-top, .rcon-middle, .rcon-bottom {
    width: 100%;
}

.rcon-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
    background-color: #D3D8DD;
}

/*合作学者*/
.rcon-top-txt {
    padding: 20px 0 0 10px;
    box-sizing: border-box;
}

.writer-info {
    width: 100%;
    /*height: 120px;*/
    padding-left: 90px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

.writer-info .small-pic {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.writer-info h4, .info-con h4 {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.writer-info p, .info-con p {
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}

.writer-info p b, .info-con p span {
    font-weight: normal;
}

/*相似学者*/
.info-con {
    padding: 10px 0 10px 10px;
    border-bottom: 1px dashed #d6d6d6;
}

.remover-bdb {
    border-bottom: none;
}

/*合作机构*/
.rcon-bottom-txt {
    padding-left: 10px;
    box-sizing: border-box;
}

.rcon-bottom-txt p {
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
}

/*专家资料页面主体 end*/
/*-----------------------------------分割线-----------------------------------*/
/*添加专家页面主体 start*/
.main-content {
    /*padding: 30px 0;*/
    box-sizing: border-box;
    background-color: #F1F1F1;
}

.field-con {
    height: 30px;
    line-height: 30px;
    margin-bottom: 40px;
}

.field-con span {
    float: left;
    font-size: 16px;
    color: #333;
}

.field-con .field-icon {
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    background-color: #d9edf7;
    padding: 0 13px;
    margin-left: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.add-expert-list {
    width: 100%;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
}

.add-expert-list thead tr {
    height: 34px;
    line-height: 34px;
    /*background-color: #f0fefb;*/
    color: #333;
    font-size: 14px;
}

.add-expert-list thead tr th {
    /* padding: 0 5px; */
    text-align: left;
    font-weight: normal;
    color: #333;
    font-size: 16px;
}

.add-expert-list thead tr .line-one {
    width: 100px;
    text-align: center;
}

.add-expert-list thead tr .line-two {
    width: 60px;
    text-align: center;
}

.add-expert-list thead tr .line-three {
    width: 180px;
    text-align: center;
}

.add-expert-list thead tr .line-four {
    width: 70px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.add-expert-list thead tr .line-five {
    width: 440px;
    text-align: center;
}

.add-expert-list thead tr .line-six {
    width: 70px;
    text-align: center
}

.add-expert-list tbody tr {
    height: 36px;
    line-height: 36px;
    color: #666;
    font-size: 14px;
}

.add-expert-list tbody tr {
    border: 1px solid #e1e1e1;
}

.add-expert-list tbody tr td {
    /*padding: 0 5px;*/
    text-align: left;
    line-height: 25px;
    font-size: 16px;
}

.add-expert-list tbody tr td a {
    display: block;
    /*width: 60%;*/
    height: 25px;
    line-height: 21px;
    margin: 0 auto;
    color: #666;
}

.add-expert-list tbody tr td a:link, .add-expert-list tbody tr td a:visited, .add-expert-list tbody tr td a:active {
    text-decoration: none;
    color: #666;
    outline: none;
}

.add-expert-list tbody tr td a:hover {
    color: #1294D6;
    text-decoration: none;
}

.add-expert-list tbody tr .select-btn {
    background: url(../img/no-check.png) no-repeat center center;
    cursor: pointer;
}

.add-expert-list tbody tr .select-btn-new {
    background: url(../img/checked-icon.png) no-repeat center center;
    cursor: pointer;
}

#selAcedId, #selExpId {
    position: relative;
}

.close-layout-btn {
    position: absolute;
    right: -3px;
    top: -28px;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 25px;
    border-radius: 50%;
    background: url(../img/com-close.png) no-repeat center;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

/*添加专家页面主体 end*/
/*-----------------------------------分割线-----------------------------------*/
/*专家管理页面主体 start*/
.remove-mab {
    margin-bottom: 0;
}

.search-term {
    position: relative;
    padding: 0px 28px 40px;
}

.search-term label {
    float: left;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-right: 50px;
}

.search-term label span {
    width: 86px;
    float: left;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
}

.search-term label .term-wrap {
    border-radius: 5px;
    font-weight: normal;
    width: 420px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #a1a1a1;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 5px;
}

.term-search-btn {
    float: right;
    width: 120px;
    height: 120px;
    background: url(../img/expert-sear.jpg) no-repeat;
    cursor: pointer;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border: none;
    position: absolute;
    right: 95px;
    top: -33px;
}

/*专家管理页面主体  */
/*-----------------------------------分割线-----------------------------------*/
/*首页主体 start*/
.charts-wrap {
    width: 1100px;
    margin: 0 auto;
}

.add-btn {
    width: 130px;
    height: 30px;
    cursor: pointer;
    background: url(../img/add-project.png) no-repeat;
    margin: 60px 0;
}

.project-txt {
    overflow: hidden;
    height: 210px;
    width: 30%;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.project-txt h2 {
    margin-bottom: 30px;
    height: 42px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: normal;
    text-align: left;
    /*word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

.project-txt h2.topic-title-done {
    border-left: 5px solid #D2D2D2;
}

.project-txt h2.topic-title-doing {
    border-left: 5px solid #26a13a;
}

.project-txt h2.topic-title-do {
    border-left: 5px solid #EB6100;
}

.project-txt p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}

.project-state span {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    right: 0;
    bottom: 0;
}

.project-state span.doing {
    background: #26a13a;
}

.project-state span.done {
    background: #D2D2D2;
}

.project-state span.do {
    background: #EB6100;
}

/*首页主体 end*/
/*-----------------------------------分割线-----------------------------------*/
/*知识资源库主体 start*/
.knowledge-wrap {
    margin-top: 40px;
}

.knowledge-con {
    float: left;
    width: 590px;
    height: auto;
    min-height: 180px;
    background-color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 20px;
}

.remove-mar {
    margin-right: 0;
}

.knowledge-con h2 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 32px;
}

.knowledge-con p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

/*知识资源库主体 end*/
/*-----------------------------------分割线-----------------------------------*/
/*新建任务主体 start*/
.task-wrap {
    background-color: #FFF;
}

.form-wrap {
    width: 450px;
    height: 300px;
    margin: 160px auto 200px;
    text-align: center;
}

.form-wrap label {
    display: block;
    margin-bottom: 20px;
}

.form-wrap label span {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    float: left;
    height: 40px;
    line-height: 40px;
}

.form-wrap label input {
    width: 350px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    font-size: 14px;
    color: #ccc;
    border-radius: 3px;
}

.submit-btn {
    width: 130px;
    height: 30px;
    background: url(../img/submit-btn.png) no-repeat;
    cursor: pointer;
    margin-top: 60px;
}

/*新建任务主体 end*/
/*-----------------------------------分割线-----------------------------------*/
/*发布新课题主体 start*/
.topic-wrap {
    /*background-color: #FFF;*/
}

.topic-form-wrap {
    width: 922px;
    margin: 20px auto 130px;
    text-align: center;
}

.topic-form-wrap label {
    color: #666;
    display: block;
    margin-bottom: 10px;
    position: relative;
    min-height: 40px;
    font-weight: normal;
    font-size: 14px;
}

.topic-form-wrap label span, .topic-form-wrap .repla-lab span {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-align: justify;
    text-align-last: justify;
}

.topic-form-wrap label input {
    width: 460px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
    font-weight: normal;
}

.topic-form-wrap label .file-wrap, .topic-form-wrap label .file-btn {
    width: 120px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 140px;
    margin-top: -15px;
}

.topic-form-wrap label .file-wrap {
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.topic-form-wrap label .file-btn {
    background: #ff6600;
    font-weight: normal;
    /* background: url(../img/file-btn.png) no-repeat; */
    z-index: 9;
    border-radius: 5px;
    color: #fff;
}

.topic-form-wrap label .path-save {
    width: auto;
    height: 40px;
    max-width: 300px;
    text-align: left;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: 280px;
    color: #ccc;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 2px;
}

.topic-form-wrap label textarea {
    width: 460px;
    height: 140px;
    /*border: 1px solid #d6d6d6;*/
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    outline: none;
    font-weight: normal;
    /*text-indent: .3rem;*/
    padding: 5px 5px
}

.groom-writer, .complete-time, .start-time, .chance-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../img/pub-add.png) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -16px;
    border: none;
    outline: none;
}

.complete-time, .start-time {
    background: url(../img/time-icon.png) no-repeat center center;
    background-size: 100%;
}

.chance-btn {
    background: url(../img/pub-add.png) no-repeat center center;
}

.submit-btn-new, .up-return-btn {
    width: 200px;
    height: 40px;
    /* background: url(../img/submit-topic.png) no-repeat; */
    cursor: pointer;
    line-height: 40px;
    background: #26a13a;
    color: #fff;
    margin: 85px 730px;
    font-size: 16px;
    border-radius: 5px;
}

/*发布新课题主体 end*/
/*-----------------------------------分割线-----------------------------------*/
/*查看成果 start*/
.result-con {
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 3px #dedede;
    padding: 80px 100px 40px;
}

.result-con h2 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.result-con p {
    font-size: 18px;
    color: #666;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 10px;
}

/*查看成果 end*/
/*-----------------------------------分割线-----------------------------------*/
/*权限页面主体 start*/
.con-wrap-top {
    margin-top: 8px;
}

.con-title {
    /*background: url(../img/org-know-tit.png) no-repeat left center;*/
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 30px;
    /*border-bottom: 1px solid;*/
}

.con-title-border {
    border-bottom: 2px solid #8a8686;
    color: #8a8686;
}
.org-konw-re {
    background: url(../img/org-know-re.png) no-repeat left center;
}

.con-line-one, .con-line-two {
    width: 100%;
}

.con-line-one {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    line-height: 28px;
}

.con-line-two {
    background-color: #FFF;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    border-bottom: 1px dashed #D6D6D6;
    font-size: 14px;
    color: #333333;
}

.remover-bdb {
    border-bottom: none;
}

.con-line-one li, .con-line-two li {
    float: left;
}

.con-li-one {
    width: 1080px;
}

.con-line-two .con-li-one {
    text-indent: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.con-li-two {
    width: 120px;
    text-align: center;
}

.con-line-two .con-li-two {
    height: 80px;
    cursor: pointer;
    background: url(../img/no-check.png) no-repeat center center;
}

.con-line-two .con-li-two.checked {
    background: url(../img/checked-icon.png) no-repeat center center;
}

.con-line-one .con-li-one {
    text-indent: 198px;
}

.knowledge-authority {
    background-color: #FFF;
    margin-bottom: 30px;
}

.knowledge-authority ul li {
    width: 400px;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    float: left;
    text-indent: 20px;
    border-right: 1px dashed #D6D6D6;
    border-bottom: 1px dashed #D6D6D6;
    font-size: 14px;
    color: #333;
    position: relative;
}

.knowledge-authority .remover-bdr {
    border-right: none;
}

.knowledge-authority .remover-bdb {
    border-bottom: none;
}

.knowledge-authority li .chance-btn {
    width: 57px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 40px;
    cursor: pointer;
    margin-top: -15px;
    background: url(../img/no-check.png) no-repeat;
}

.knowledge-authority li .chance-btn.checked {
    background: url(../img/checked-icon.png) no-repeat;
}

/*权限页面主体 end*/
/*-----------------------------------分割线-----------------------------------*/
/*机构知识库主体 start*/
.term-line {
    /* padding-top: 33px; */
    /* padding-bottom: 42px; */
    /* height: 30px; */
    line-height: 30px;
    padding: 0 30px;
    position: relative;
}

.term-line label {
    width: 45%;
    float: left;
    height: 40px;
    line-height: 40px;
}

.term-line label .topic-name {
    width: 18%;
    float: left;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
}

.term-line label .topic-con {
    font-weight: normal;
    padding-left: 5px;
    width: 80%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

.term-line .search-btn {
    top: -22px;
    cursor: pointer;
}

.result-wrap {
    background-color: #FFF;
    padding-top: 20px;
}

.topic-result {
    width: 1100px;
    height: 400px;
    margin: 0 auto;
    background-color: #EAF2F9;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}

.topic-result h5 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin: 29px 0;
}

.topic-result p {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.topic-result p b {
    color: #999;
    font-weight: normal;
}

.topic-result-list {
    width: 100%;
    border: 1px solid #D6D6D6;
}

.topic-result-list tbody tr {
    height: 40px;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
}

.topic-result-list tbody tr td {
    border: 1px dashed #D6D6D6;
}

.topic-result-list tbody tr .topic-line-one {
    text-indent: 10px;
}

.topic-result-list tbody tr .topic-line-two {
    width: 100px;
}

.topic-result-list tbody tr .topic-line-three {
    width: 60px;
}

.topic-result-list tbody tr .topic-line-four {
    width: 130px;
}

/*机构知识库主体 end*/
/*-----------------------------------分割线-----------------------------------*/
/*课题详情主体 start*/
.detail-wrap {
    background-color: #FFF;
    padding-left: 50px;
    box-sizing: border-box;
}

.detail-wrap h2 {
    font-size: 24px;
    text-align: center;
    color: #003b78;
    font-weight: 700;
    margin: 40px 0;
}

.detail-content {
    min-height: 350px;
}

.detail-tleft {
    float: left;
    width: 550px;
    margin-right: 66px;
}

.detail-tleft dl {
    margin-bottom: 40px;
}

.detail-tleft dl dt, .detail-tleft dl dd {
    float: left;
}

.detail-tleft dl dt {
    font-size: 14px;
    color: #666;
    margin-right: 30px;
    line-height: 30px;
    font-weight: 700;
}

.detail-tleft dl dd {
    width: 460px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.detail-tleft p {
    font-size: 14px;
    color: #666;
    margin-right: 0px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.detail-tleft p b {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.detail-tright {
    width: 500px;
    float: right;
    border-left: 1px solid #D6D6D6;
    box-sizing: border-box;
}

.detail-tright ul {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: #D3D8DD;
}

.detail-tright ul li {
    float: left;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    padding: 0 48px;
    margin-right: 32px;
}

.pic-wrap {
    min-height: 85px;
    line-height: 85px;
    background-color: #FFF;
    padding-left: 55px;
    box-sizing: border-box;
}

.pic-wrap .topic-leader {
    margin-right: 140px;
}

.pic-wrap img {
    margin-right: 20px;
}

.divide-work {
    background-color: #FFF;
    padding: 30px 50px 50px;
    box-sizing: border-box;
}

.divide-work .title-line li {
    float: left;
    font-size: 14px;
    color: #666;
}

.divide-work .title-line .divide-lione {
    width: 450px;
    padding-left: 150px;
    box-sizing: border-box;
}

.divide-work .title-line .divide-litwo {
    width: 500px;
    padding-left: 310px;
    box-sizing: border-box;
}

.add-writer-wrap {
    width: 100%;
}

.divide-line-con {
    width: 950px;
    height: 80px;
    background-color: #EAF2F9;
    margin: 20px 50px 10px 0;
    float: left;
}

.divide-line-con li {
    float: left;
}

.divide-line-con .divide-line-lione {
    width: 450px;
    padding-left: 10px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.divide-line-con .divide-line-lione h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.divide-line-con .divide-line-lione h3 a {
    font-size: 12px;
    color: #003B78;
}

.divide-line-con .divide-line-lione p {
    color: #666;
    font-size: 12px;
}

.divide-line-con .divide-line-lione p b {
    color: #999;
    font-weight: normal;
}

.divide-line-con .divide-line-litwo {
    width: 500px;
    padding-right: 50px;
    box-sizing: border-box;
    line-height: 80px;
    overflow: hidden;
}

.divide-line-con .divide-line-litwo img {
    margin-left: 19px;
}

.add-writer {
    cursor: pointer;
}

.topic-state {
    float: left;
    width: 100px;
    text-align: center;
}

/*查看成果 未完成状态*/
.topic-state .result-check-btn {
    width: 100%;
    height: 30px;
    cursor: pointer;
    background: url(../img/result-check-btn-new.png) no-repeat;
    margin-bottom: 6px;
    margin-top: 40px;
}

.topic-state span {
    font-size: 14px;
    color: #ab2020;
}

/*查看成果 完成状态 给top-state容器添加complete类*/
.complete .result-check-btn {
    width: 100%;
    height: 30px;
    cursor: pointer;
    background: url(../img/result-check-btn.png) no-repeat;
    margin-bottom: 6px;
    margin-top: 40px;
}

.complete span {
    font-size: 14px;
    color: #999;
}

.creat-topic {
    width: 80px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    margin-top: 50px;
}

.creat-topic span {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -28px;
    background-color: #FFF;
    color: #003B78;
    font-size: 14px;
}

.topic-list {
    background-color: #FFF;
    margin-bottom: 30px;
}

.topic-list-line {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dashed #D6D6D6;
    box-sizing: border-box;
}

.remover-bdb {
    border-bottom: none;
}

.topic-list-line li {
    float: left;
    font-size: 16px;
    color: #333;
}

.topic-list-line li b {
    font-weight: normal;
}

.topic-lione {
    text-indent: 2em;
    width: 550px;
}

.topic-litwo, .topic-lithree {
    width: 250px;
}

.topic-lifour {
    width: 100px;
}

/*课题详情主体 end*/
/*-----------------------------------分割线-----------------------------------*/

.pageCommon {
    width: 340px;
    padding: 10px;
    margin: 10px auto;
    /*border: 1px solid #fff;
    background-color: #f7f7f7;*/
    text-align: center
}

h1 {
    color: #404347;
    margin: 5px 30px 20px 0px;
    font-weight: 100;
}

.exp-introd-parent {
    line-height: 30px;
}

.exp-introd-child {
    color: #2a6496
}

.exp-introd-child-cont {
    color: #555;
    text-indent: 50px
}

.sure_select {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sure_select_btn {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.sure_select_btn:hover {
    text-decoration: none;
}

/*.blue {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}*/

.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

/* gray */
.gray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top, #888, #575757);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.tanchukuang_head {
    /* width: 900px; */
    color: #666;
    text-align: left;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    /* margin: 0 auto; */
}

.tanchukuang_head_span {
    /*color: #0d73a7;
    font-size: 18px;
    font-weight: 900;*/
}

.index_btn {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% 微软雅黑, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.index_btn:hover {
    text-decoration: none;
}

.register_first {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    padding-top: 8%;
}

.register_input {
    border: 1px #148ce2 solid;
    width: 180px;
    height: 30px;
    font-size: 20px;
}

/*1.0版header样式*/
.header-top {
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
}

.header-rb {
    /*margin-top: 20px;*/
}

.header-rb p {
    height: 100px;
    line-height: 100px;
}

.header-rb a, .header-rb span {
    margin-left: 20px;
    float: right;
    color: #fff;
    font-size: 14px;
}

.header-rb a:hover {
    /*color:#ff6600;*/
    color: #fff;
    text-decoration: underline !important;
}

.header-rb a:link, .header-rb a:visited, .header-rb a:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.header-rb span {
    position: relative;
}

.header {
    background: #fff;
    height: auto;
}

.header .nav {
    width: 595px;
    float: left;
    margin-left: 35px;
    padding: 0;
}

.header .nav li {
    /*width: 20%;*/
    position: relative;
}

.header-w {
    width: 100%;
    margin: 0 auto;
    background: #26a13a;
}

@media screen and (max-width: 1200px) {
    .header-w {
    / / background-color: lightblue;
    }
}

#head_5 {
    border: none;
}

.notice-msg {
    position: absolute;
    display: block;
    right: -11px;
    top: 27px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #ff6600;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

/*1.0版主页样式*/
.model-wrap {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
}

.model-wrap li {
    width: 29%;
    margin: 0 2%;
    background: #fff;
    float: left;
    height: 105px;
    border-radius: 5px;
    padding-top: 12px;
    text-align: center;
}

.model-wrap li.fir-blo {
    background: #009EFB;
}

.model-wrap li.sec-blo {
    background: #7460EE;
}

.model-wrap li.thir-blo {
    background: #55CE63;
}

.model-wrap li.four-blo {
    background: #FFBC34;
}

.model-wrap li h4 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    background: #26a13a;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.model-wrap li p {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 0;
}

.model-wrap li span {
    font-size: 16px;
    color: #fff;
}

/*1.0版课题管理index*/
.add-new-project {
    overflow: hidden;
    height: 100px;
    padding-top: 30px;
    background: url("../img/topic-tit.png") no-repeat center left;
    width: 1181px;
}

.pro-tit {
    height: 50px;
    background: url("../img/expert-tit.png") no-repeat center left;
}

.pro-tit-com {
    background: url("../img/expert-com.png") no-repeat center left;
}

.expert-ressear {
    background: url("../img/expert-searres.png") no-repeat center left;
    position: relative;
    width: 262px;
}

.add-new {
    width: 126px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #26a13a;
    color: #fff;
    font-size: 17px;
}

.add-new:hover {
    color: #fff;
}

.add-new:link, .add-new:visited, .add-new:hover, .add-new:active {
    text-decoration: none;
    color: #fff;
}

.project-txt a:hover {
    text-decoration: none;
}

/*1.0版专家库index*/
.custom-model {
    margin-bottom: 40px;
    padding: 0 20px;
    overflow: hidden;
}

.custom-model li {
    float: left;
    margin: 0 35px 10px 0px;
    background: #fff;
    width: 250px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    position: relative;
}

.custom-model li.nmr {
    margin-right: 0;
}

.custom-model li b {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    /*background: #009DDA;*/
    line-height: 85px;
    font-size: 70px;
    font-family: '华文行楷 Regular', '华文行楷';
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.custom-model li .custom-type {
    float: left;
    display: block;
    width: 130px;
    height: 80px;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.custom-check {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/e-nochoic.png") no-repeat center;
    border-radius: 50%;
}

.add-xm-check {
    margin-top: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/e-nochoic.png) no-repeat center;
}

.add-xm-check.add-check {
    margin-top: 15px;
    width: 20px;
    height: 20px;
    background: url("../img/e-choice.png") no-repeat center;
}

.custom-check.checked-bg {
    background: url("../img/e-choice.png") no-repeat center;
    background-size: 100%;
}

.recom-expert {
    margin: 20px auto;
    width: 1200px;
    /*height: 240px;*/
}

.recom-expert ul {
    overflow: hidden;
    margin-bottom: 100px;
}

.recom-expert ul li {
    margin: 0 40px 0 0;
    float: left;
    width: 246px;
    overflow: hidden;
}

.recom-expert ul li img {
    width: 246px;
    height: 246px;
    display: block;
}

.recom-expert ul li p {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 20px;
}

.search-result {
    padding: 0 20px;
    display: block;
}

.result-num {
    height: 30px;
    line-height: 30px;
}

.expert-findres {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 10px;
    color: #666;
}

.search-result dl {
    overflow: hidden;
    border: 1px solid #999;
    /*height:100px;*/
    padding: 10px;
}

.search-result dl dt {
    width: 80px;
    height: 80px;
    float: left;
}

.search-result dl dt img {
    width: 100%;
    height: 100%;
}

.search-result dl dd {
    width: 1048px;
    position: relative;
    float: left;
    margin-left: 10px;
}

.search-result dl dd p {
    margin-bottom: 0;
    height: 25px;
    line-height: 25px;
}

.expert-indep {
    margin-right: 8px;
    font-size: 18px;
}

.search-result dl dd span.zh-com {
    color: #666;
    position: absolute;
    right: 0;
    display: block;
    width: 200px;
    height: 30px;
    cursor: default;
}

.search-result dl dd a:hover {
    text-decoration: none;
}

.search-result dl dd b img {
    margin-top: -6px;
}

/*1.0版知识资源库index*/
.know-wrap {
    overflow: hidden;
}

.know-wrap li {
    width: 30%;
    margin-right: 24px;
    float: left;
    background: #fff;
    margin-bottom: 24px;
    height: 240px;
}

/*.know-wrap li:nth-child(3){
    margin-right:0;
}*/
.know-wrap li h4 {
    /*background: #53bfaa url('../img/know-key.png') no-repeat 320px center;*/
    /*background:url('../img/know-key.png') no-repeat 320px center;*/
    background: none;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    border: none;
    /*text-align: center;*/
    padding-left: 17px;
    font-weight: normal;
    margin-top: 0;
    border-left: 3px solid #F5A649;
}

.know-wrap li p {
    line-height: 25px;
    color: #333;
    height: 130px;
    font-size: 14px;
    text-align: justify;
    padding: 0 20px;
    overflow: hidden;
    /*background:url("../img/slh.png") no-repeat right bottom;*/
}

.know-wrap li a {
    display: block;
    float: right;
    /*background: url(../img/know-check.jpg) no-repeat;*/
    background: #F5A649;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    /* border-radius: 5px; */
    color: #fff;
    margin-right: 20px;
}

.know-wrap li a:link, .know-wrap li a:visited, .know-wrap li a:hover, .know-wrap li a:active {
    text-decoration: none;
    color: #fff;
}

.recent-result {
    width: 1200px;
    border-radius: 5px;
    text-align: left;
    border-collapse: inherit;
}

.recent-result tr:nth-child(odd) {
    background: #F0FEFB;
}

.recent-result tr td {
    /*height: 60px;
    line-height: 25px;*/
    line-height: 25px;
    padding: 10px 0;
    font-size: 16px;
    padding-left: 10px;
}

.recent-result tr td div {
    height: 25px;
    line-height: 4px;
}

.recent-result tr td a {
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    cursor: pointer;
}

.recent-result tr td a:hover {
    color: #2A6496;
}

.recent-result tr td a:link, .recent-result tr td a:visited, .recent-result tr td a:hover, .recent-result tr td a:active {
    text-decoration: none;
}

.recent-result thead {
    color: #FF6600;
    height: 40px;
    line-height: 40px;

}

.recent-result thead th {
    padding-left: 10px;
    color: #26a13a;
    background: #fff;
    /* border-radius: 5px; */
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #0093b4;
}

.recent-result th {
    text-align: left;
}

.recent-result tr ul {
    margin-bottom: 0;
}

.recent-result tr ul li {
    height: 40px;
    line-height: 40px;
}

.recent-result tr td.achieve-topic-name {
    width: 20%;
    padding: 0 10px;
}

/*1.0版个人中心index*/
.expert-info-wrap {
    padding-bottom: 50px;
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}

.tabnav {
    width: 200px;
    height: 50px;
    line-height: 50px;
    float: left;
}

.tabnav ul {
    width: 100%;
    display: table;
    margin: 0 auto;

}

.tabnav li {
    width: 100%;
    display: inline-block;
}

.tabnav ul a {
    height: 46px;
    display: block;
    background-color: steelblue;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.tabnav ul a:hover {
    text-decoration: none;
}

.tabnav ul li.on a {
    background: indianred;
    box-shadow: 0 2px 1px #A53939;
}

.tabnav ul b {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: #FF6600;
    position: absolute;
    left: 62px;
    top: 11px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.tabcon {
    margin-left: 20px;
    float: left;
}

.tabcon ul {
    /*padding:10px 0 20px 20px;*/
    padding: 10px 20px 20px 20px;
}

.tabcon ul li {
    display: none;
}

.tabcon ul li.on {
    display: block;
}

.per-info-wrap {
    padding: 0 20px;
}

.per-info-wrap p {
    overflow: hidden;
    width: 600px;
    margin-bottom: 10px;
    font-size: 16px;
    /* height: 30px; */
    line-height: 30px;
    color: #333;
}

.per-collect div {
    height: 80px;
    /*border-bottom:1px solid #999;*/
}

.per-collect div.collect {
    height: 80px;
    border-bottom: 0px;
}

.per-collect div h5 {
    font-weight: normal;
    font-size: 16px;
    height: 40px;
    line-height: 50px;
    margin: 0;
}

.per-collect div p {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 0;
}

.per-collect div p span {
    margin-right: 80px;
    color: #999;
}

.per-collect div p span b {
    font-weight: normal;
}

.topic-admin label {
    height: 34px;
    display: block;
}

.topic-admin label b, .topic-admin label span, .topic-admin label input {
    float: left;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.topic-admin label b {
    width: 15px;
    color: red;
    line-height: 42px;
}

.topic-admin label span {
    width: 85px;
    font-weight: normal;
    /*text-align: justify;
    text-align-last: justify;*/
    margin-right: 30px;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}

.topic-admin label input, .topic-admin label select {
    padding-left: 5px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    width: 300px;
    color: #333;
    font-weight: normal;
    font-size: 18px;
}

.topic-admin p.nt-txt {
    height: 20px;
    width: 464px;
    font-size: 14px;
    color: #999;
    text-align: left;
    margin-bottom: 15px;
    line-height: 20px;
}

.topic-admin p.nt-txt b {
    float: left;
    font-weight: normal;
}

.sub-btn, .per-picsave {
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    background: #26a13a;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 18px;
}

.msg-notice p a:hover {
    text-decoration: none;
}

.msg-notice p b {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e1e1e1;
    margin-right: 10px;
}

.msg-notice p b.select {
    background: #26a13a;
}

.msg-notice p span {
    float: right;
    font-size: 16px;
    color: #999;
}

/*1.0版忘记密码index*/
.forget-pass-wrap .formL {
    margin-bottom: 15px;
}

.lg-wrap.forget-pass-wrap h2 {
    height: 65px;
}

/*1.0版专家主页*/
.expert-info {
    padding: 10px 80px;
}

.expert-info dl {
    overflow: hidden;
    width: 1200px;
}

.expert-info dt, .expert-info dd {
    float: left;
}

.expert-info dd {
    padding-bottom: 20px;
    width: 700px;
    position: relative;
    margin-left: 20px;
}

.expert-info dd .common-all {
    position: absolute;
    left: 17px;
    top: 70px;
    width: 140px;
}

.expert-info dd b img {
    margin-top: -6px;
}

.invit-join {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #00A0E9;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 5px;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

.expert-l-block {
    float: left;
    width: 65%;
}

.expert-lt {
    height: 100px;
}

.expert-lt p {
    float: left;
    width: 24%;
    height: 120px;
    border-right: 1px solid #e1e1e1;
}

.expert-lt p.g-round {
    background: url("../img/g-round.png") no-repeat center;
}

.expert-lt p.c-round {
    background: url("../img/c-round.png") no-repeat center;
}

.expert-lt p.r-round {
    background: url("../img/r-round.png") no-repeat center;
}

.expert-lt p.b-round {
    background: url("../img/b-round.png") no-repeat center;
}

.expert-lt p span {
    width: 80px;
    display: block;
    height: 30px;
    line-height: 94px;
    text-align: center;
    margin: 0 auto;
}

.expert-tab {
    width: 100%;
    border-bottom: 1px solid #26a13a;
}

.expert-tab-con {
    margin: 0;
    width: 100%;
}

.expert-tab-con ul {
    padding-left: 0;
    padding-right: 0;
}

.expert-tab li {
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.expert-tab ul li.on {
    box-shadow: none;
}

.expert-tab-con li span {
    display: block;
    height: 30px;
    line-height: 30px;
}

.expert-tab-con li h5 {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    border-left: 5px solid #26a13a;
    border-bottom: 1px solid #26a13a;
}

.ex-index-tab ul li.on {
    background: url("../img/per-index-th.png") no-repeat bottom center;
}

/*.comment-area{
    border-bottom:1px solid #e1e1e1;
}*/
.comment-area p {
    overflow: hidden;
    line-height: 25px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.comment-area p span {
    margin-right: 30px;
    color: #999;
    float: left;
}

.expert-r-block {
    float: right;
    width: 380px;
}

.expert-r-block h5 {
    font-size: 16px;
    height: 30px;
    /* line-height: 35px; */
    /* padding: 0 10px; */
    /* border-left: 5px solid #26a13a; */
    margin-top: 0;
}

.expert-r-block h5 a {
    font-size: 14px;
    float: right;
    color: #999;
}

.expert-r-block ul {
    overflow: hidden;
}

.expert-r-block li {
    float: left;
    width: 24.7%;
    position: relative;
}

.expert-r-block li a:link, .expert-r-block li a:visited, .expert-r-block li a:hover, .expert-r-block li a:active {
    text-decoration: none;
}

.expert-r-block li b {
    position: absolute;
    top: 35px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/rm-expert.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    display: none;
}

.expert-r-block li img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.expert-r-block li span {
    word-break: break-all;
    word-wrap: break-word;
    /* height: 35px; */
    line-height: 30px;
    display: block;
    text-align: center;
    color: #333;
}

.expert-r-block li span a {
    color: #333;
}

.cooperate li {
    float: none;
    height: 30px;
    line-height: 30px;
}

/*1.0版发布课题*/
.topic-form-wrap label b, .topic-form-wrap .repla-lab b {
    display: block;
    float: left;
    font-weight: 700;
    width: 14px;
    height: 40px;
    line-height: 46px;
    color: #ff6600;
}

.topic-form-wrap label select {
    border: 1px solid #d6d6d6;
    width: 460px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 1px;
    font-weight: normal;
    color: #666;
}

.topic-form-wrap label select:nth-child(1) {
    color: #999;
}

.topic-form-wrap label.needup p {
    margin: 0;
    width: 625px;
    overflow: hidden;
    text-align: left;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    /*float: right;*/
    cursor: pointer;
}

.topic-form-wrap label.needup input {
    padding-left: 0;
    width: 16px;
    height: 16px;
    float: left;
    margin: 12px 6px 0 5px;
    background: url(../img/no-choice-ra.png) no-repeat center;
    border: none;
}

.topic-form-wrap label.needup input.chk {
    background: url(../img/choice-ra.png) no-repeat center;
}

.topic-form-wrap label.needup span {
    float: left;
    color: #666;
    width: auto;
    font-weight: normal;
}

.sure_select input {
    height: 35px;
    width: 180px;
    line-height: 22px;
    font-size: 16px;
    text-shadow: none;
    color: #fff;
    background: #26a13a;
    border-radius: 5px;
}

/*1.0版课题详情页*/
.topic-info {
    margin-bottom: 40px;
}

.topic-base-info {
    height: 30px;
}

.top-info {
    background: url("../img/top-tit-info.png") no-repeat center left;
    margin-bottom: 30px;
}

.expert-m-tit {
    background: url("../img/expert-m-tit.png") no-repeat center left;
}

.topic-info h4 {
    height: 30px;
    border-left: 5px solid #26a13a;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.topic-info p {
    float: none;
    width: 100%;
    border: none;
    line-height: 30px;
    overflow: hidden;
    color: #333;
}

.topic-info p span {
    width: auto;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.topic-info p.pub-base {
    text-align: center;
}

.topic-info p.pub-base b {
    color: #999;
}

.topic-info p.pub-base b.m-r {
    margin-right: 30px;
}

.topic-info b {
    font-weight: normal;
}

.step-detail {
    position: relative;
    height: 50px;
    overflow: hidden;
}

/*.step-detail li{
    color: #fff;
    width: 204px;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: absolute;
    padding-left: 20px;
}*/
.step-detail li.pub-label1 {
    background: url("../img/top-step1.png") no-repeat center;
    z-index: 10;
}

.step-detail li.pub-label2.light {
    background: url("../img/step-done2.png") no-repeat center;
}

.step-detail li.pub-label3.light {
    background: url("../img/step-done3.png") no-repeat center;
}

.step-detail li.pub-label4.light {
    background: url("../img/step-done4.png") no-repeat center;
}

.step-detail li.pub-label1.light {
    background: url("../img/step-done1.png") no-repeat center;
}

.step-detail li.pub-label2 {
    background: url("../img/top-step2.png") no-repeat center;
    left: 147px;
    z-index: 9;
}

.step-detail li.pub-label3 {
    background: url("../img/top-step3.png") no-repeat center;
    left: 294px;
    z-index: 8;
}

.step-detail li.pub-label4 {
    background: url("../img/top-step4.png") no-repeat center;
    left: 441px;
    z-index: 7;
}

.step-detail li a {
    display: block;
    color: #fff;
}

/*.step-detail li.step-act{
    background:url("../img/nex-tip-act.png") no-repeat center;
}*/
.sub-task .cli-add-btn {
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #00A0E9;
    cursor: pointer;
    margin-bottom: 20px;
}

.sub-task .cli-add-btn:hover {
    color: #fff;
}

.topic-notice {
    display: block;
    color: #999;
    margin: 30px 0;
}

.topic-expert h5 a {
    /* margin: 8px 3px; */
    cursor: pointer;
    width: 60px;
    height: 20px;
    line-height: 20px;
    /* background: #00A0E9; */
    color: #999;
    text-align: center;
}

.topic-expert h5 a:hover {
    color: #ff6600;
}

.topic-expert h5 a:link, .topic-expert h5 a:visited, .topic-expert h5 a:hover, .topic-expert h5 a:active {
    text-decoration: none;
}

.topic-expert h5 b {
    float: right;
    font-weight: normal;
    color: #999;
}

/*1.0版添加子任务页面*/
.add-task label {
    clear: both;
    overflow: hidden;
}

.add-task .repla-lab ul {
    float: left;
    width: 460px;
    margin-left: 30px;
    margin-top: 5px;
}

.add-task .repla-lab ul li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 42px;
}

.add-task .repla-lab ul li label {
    display: inline-block;
}

.add-task .repla-lab ul li input {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}

/*1.0版添加子任务后页面*/
.sub-task-form {
    width: 98%;
    /*border:1px solid #e1e1e1;*/
    text-align: left;
    border-top: 0;
    background: #fff;
    box-shadow: 0px 0px 5px #e1e1e1 !important;
    font-size: 16px;
    margin: 5px auto;
}

.sub-task-form thead {
    /*background:#f0fefb;*/
    height: 40px;
    line-height: 40px;
    /*border: 1px solid #e1e1e1;*/
}

.sub-task thead {
    /* background:#f0fefb;*/
    height: 40px;
    line-height: 40px;
}

.sub-task thead th {
    text-align: left;
    /*border:1px solid #999;*/
}

.sub-task tr {
    height: 35px;
    line-height: 35px;
    /*border:1px solid #999;*/
}

.sub-task td {
    /*border:1px solid #999;*/
}

.sub-task td a {
    margin: 0 6px 0 0;
    background: none;
    width: auto;
    color: #54b4ed;
    position: relative;
    text-decoration: none;
}

.sub-task td button {
    display: block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    margin: 10px auto;
    background: #d6d6d6;
    border: none;
    color: #fff;
    text-align: center;
}

.sub-task td button.sure {
    background: #26a13a;
    cursor: inherit;
}

.sub-task td.sub-task-resu a {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: 25px;
    word-wrap: break-word;
    word-break: break-all;
}

.con-all-wrap {
    overflow: hidden;
}

.sub-task-form th {
    text-align: left;
    font-weight: normal;
    /* border: 1px solid #999; */
    height: 40px;
    line-height: 40px;
    color: #333;
    padding-left: 10px;
}

.sub-task-form td {
    /*border:1px solid #999;*/
    height: 30px;
    line-height: 30px;
    color: #666;
    padding: 5px 0 5px 10px;
}

.subtask-new {
    border: none;
}

.subtask-new tr {
    border: none;
}

.subtask-new td {
    /*background: #f2fbff;*/
    height: 100px;
    line-height: 30px;
    border: none;
    cursor: pointer;
}

/*1.0版添加子任务编辑*/
.edit-sub-task p {
    width: 390px;
    margin-left: 10px;
    text-align: left;
    float: left;
    color: #666;
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
}

/*1.0版评价专家*/
.comment-ex-wrap {
    width: 1200px;
    margin: 30px auto;
}

.comment-notice {
    color: #999;
    height: 40px;
}

.comment-ex-wrap ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.comment-ex-wrap .ever-comment-block {
    overflow: hidden;
    width: 99%;
    /*float: left;*/
    margin-right: 25px;
    margin-bottom: 30px;
}

.comment-ex-wrap li p {
    overflow: hidden;
    margin: 0;
}

.comment-ex-wrap li p img {
    /* border-radius: 50%; */
    display: block;
    float: left;
    width: 50px;
    height: 50px;
}

.comment-ex-wrap li p span {
    float: left;
    margin: 0 15px;
    height: 50px;
    line-height: 50px;
}

.comment-ex-wrap li textarea {
    color: #666;
    width: 100%;
    height: 140px;
    border-radius: 5px;
    float: right;
    padding: 5px;
}

.pub-btn {
    cursor: pointer;
    width: 210px;
    margin: 30px auto;
    float: none;
    display: block;
    background: #26a13a;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
}

/*星星打分*/

.quiz_content {
    /* padding-top: 10px; */
    /* padding-left: 54px;*/
    position: relative;
}

.quiz_content li.full-comment {
    position: relative;
    z-index: 99;
    height: 41px;
}

.quiz_content li.cate_l {
    height: 24px;
    line-height: 24px;
    padding-bottom: 10px;
}

.quiz_content li.cate_l dl dt {
    float: left;
}

.quiz_content li.cate_l dl dd {
    float: left;
    padding-right: 15px;
}

.quiz_content li.cate_l dl dd label {
    cursor: pointer;
}

.quiz_content .l_text {
    height: 120px;
    position: relative;
    padding-left: 18px;
}

.quiz_content .l_text .m_flo {
    float: left;
    width: 47px;
}

.quiz_content .l_text .text {
    width: 634px;
    height: 109px;
    border: solid 1px #ccc;
}

.quiz_content .l_text .tr {
    position: absolute;
    bottom: -18px;
    right: 40px;
}

.goods-comm {
    height: 41px;
    position: relative;
    z-index: 7;
}

.goods-comm-stars {
    line-height: 25px;
    /* padding-left: 12px;*/
    height: 41px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 342px;
}

.goods-comm-stars .star_l {
    float: left;
    margin-right: 5px;
    display: none;
}

.goods-comm-stars .star_choose {
    float: left;
    display: inline-block;
}

.comment-ex-wrap ul.rater-star {
    height: 40px;
    width: 120px;
    background-image: url(../img/stars.jpg);
    list-style: none;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    background-position: left top;
    float: left;
    position: relative;
    margin-top: 10px;
    /* margin-left:109px;*/
}

.rater-star-item, .rater-star-item-current, .rater-star-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat-x;
}

.rater-star-item {
    background-position: -100% -100%;
    height: 24px;
    width: 24px;
    z-index: 5;
    background-image: url(../img/stars.jpg);
}

.rater-star-item-hover {
    background-position: 0 -48px;
    cursor: pointer;
}

.rater-star-item-current {
    background-position: 0 -48px;
    cursor: pointer;
    height: 24px;
    width: 0px;
    z-index: 6;
    background-image: url(../img/stars.jpg);
"
}

.rater-star-item-current.rater-star-happy {
    background-position: 0 -25px;
}

.rater-star-item-hover.rater-star-happy {
    background-position: 0 -25px;
}

.rater-star-item-current.rater-star-full {
    background-position: 0 -72px;
}

.popinfo {
    display: none;
    position: absolute;
    top: 30px;
    background: url(../img/infobox-bg.gif) no-repeat;
    padding-top: 8px;
    width: 192px;
    margin-left: -14px;
}

.popinfo .info-box {
    border: 1px solid #f00;
    border-top: 0;
    padding: 0 5px;
    color: #F60;
    background: #FFF;
}

.popinfo .info-box div {
    color: #333;
}

.rater-click-tips {
    display: none;
    color: #333;
    margin-left: 10px;
    background: url(../img/infobox-bg-l.gif) no-repeat 0 0;
    width: 125px;
    height: 34px;
    padding-left: 16px;
    overflow: hidden;
}

.rater-click-tips span {
    display: block;
    background: #FFF9DD url(../img/infobox-bg-l-r.gif) no-repeat 100% 0;
    height: 34px;
    line-height: 34px;
    padding-right: 5px;
}

.rater-star-item-tips {
    background: url(../img/star-tips.jpg) no-repeat 0 0;
    height: 41px;
    overflow: hidden;
}

.cur.rater-star-item-tips {
    display: block;
    width: 120px;
    z-index: 7;
}

.rater-star-result {
    display: none;
    color: #FF6600;
    font-weight: bold;
    padding-left: 10px;
    float: left;
}

/*ADD-layout*/
.layout-wrap, .layout-wrap2, .layout-wrap3, .rm-expert-b, .discuss-layer {
    width: 360px;
    height: 230px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -170px;
    margin-top: -95px;
    z-index: 999;
}

.layout-wrap2, .layout-wrap3, .rm-expert-b, .discuss-layer {
    display: none;
}

.layout-wrap p, .layout-wrap2 p, .layout-wrap3 p, .rm-expert-b p, .discuss-layer p {
    height: 70px;
}

.layout-wrap p.layout-notice, .discuss-layer p.layout-notice {
    padding: 60px 30px 0 30px;
    height: 140px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
}

.layout-wrap2 p.layout-notice, .layout-wrap3 p.layout-notice, .rm-expert-b p.layout-notice {
    padding: 40px 10px 0 10px;
    height: 120px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 5px;
}

.layout-wrap2 p button, .layout-wrap3 p button, .rm-expert-b p button, .discuss-layer p button {
    display: block;
    width: 47%;
    height: 35px;
    line-height: 35px;
    margin: 17px auto 0;
    background: none;
    border-radius: 5px;
    text-align: center;
    color: #999;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
}

.layout-wrap p button {
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin: 17px auto 0;
    background: #26a13a;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    border: none;
}

.resouce-wrap {
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -290px;
    /*box-shadow:5px 5px 10px #999;*/
    z-index: 999;
    width: 1000px;
    max-height: 580px;
    padding: 10px;
    margin-left: -500px;
    display: none;
}

.resouce-wrap p {
    /*padding-left:20px;*/
    height: 30px;
    line-height: 32px;
    color: #999;
    margin-bottom: 0;
}

.resouce-icon {
    float: left;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
}

.resouce-tab {
    width: 400px;
    height: 50px;
    float: none;
    padding-left: 5px;
}

.resouce-tab li {
    width: 49%;
}

.resouce-tab li {
    background: #fff;
    color: #333;
    border: 1px solid #00a0e9;
    /*border: 1px solid #F5A649;*/
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.resouce-tab ul li.on {
    background: #00a0e9;
    /*background:#F5A649;*/
    color: #fff;
    box-shadow: none;
}

.resouce-form {
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
}

.resouce-know td button {
    display: inline-block;
}

.resouce-know td span {
    margin-right: 20px;
    text-align: left;
    color: #666;
}

.resouce-sure {
    width: 180px;
    height: 35px;
    line-height: 35px;
    background: #26a13a;
    text-align: center;
    color: #fff;
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
}

.resouce-clo {
    right: 10px;
    cursor: pointer;
}

.im-num {
    right: -9px;
    top: -10px;
    cursor: pointer;
}

.layout-wrap3 p.choice-blcok {
    width: 88%;
    margin: 0 auto;
}

.sub-task td a.resouce-icon {
    float: none;
    padding-left: 0;
}

.s-h-block {
    padding-top: 10px;
    clear: both;
    margin: 10px 0 0 102px;
    display: none;
}

/*增加删除标签*/
#tags_3_tag {
    width: 460px;
}

#tags_3_tagsinput {
    margin-left: 24px;
    float: left;
    width: auto;
    min-height: 100px;
}

#tags_3_tagsinput span {
    position: relative;
    width: auto;
    height: auto;
    border: 2px solid dodgerblue;
    padding: 0 10px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
}

#tags_3_tagsinput span a {
    position: absolute;
    right: 9px;
    top: -5px;
    color: dodgerblue;
}

#tags_3_tagsinput span span {
    border: none;
    margin: 0;
    line-height: 30px;
    word-break: break-all;
}

#tags_3_addTag {
    float: left;
    width: 350px;
}

.search-result dl dd p.research-field {
    overflow: hidden;
    height: auto;
}

.research-field .research-sl {
    width: 7%;
}

.research-field .research-sr {
    width: 90%;
}

.search-result dl {
    overflow: hidden;
    border: none;
    /* height: auto; */
    padding: 10px;
    background: #fff;
}

.search-result dl dd a.expert-link-page {
    left: 0;
    width: 70%;
    cursor: pointer;
}

.search-result dl dd a.expert-link-page,
.search-result dl dd a.expert-link-page:link,
.search-result dl dd a.expert-link-page:visited,
.search-result dl dd a.expert-link-page:active {
    text-decoration: none;
}

.search-result dl dd a.expert-link-page
#selAcedId, #selExpId {
    height: auto;
    /*overflow: hidden;*/
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-left: -500px;
    width: 1000px;
    _position: absolute;
    background: #fff;
    padding: 20px;
}

.expert-index-info {
    padding: 10px 30px;
}

.expert-m-wrap, .expert-m2-wrap {
    width: 1000px;
    margin-left: -500px;
}

.expert-layout-m2 {
    height: 300px;
    overflow-y: auto;
}

.expert-layout-m2 li {
    list-style: none;
    float: left;
    width: 80px;
    margin: 10px 12px 0;
}

.expert-layout-m2 li img {
    width: 80px;
    height: 80px;
}

.expert-layout-m2 li span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #000;
}

.expert-m2-wrap {
    background: #F2F2F2;
    padding: 20px;
    height: 400px;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    margin-top: -200px;
}

.expert-m2-wrap p {
    height: 30px;
    line-height: 30px;
}

.expert-m2-wrap p b {
    width: 20px;
    float: left;
    margin-top: 5px;
    cursor: pointer;
    margin-right: 10px;
    height: 20px;
    background: url("../img/add-ex.jpg") no-repeat;
}

.expert-m2-wrap p b.add-coll {
    background: url("../img/add-col.jpg") no-repeat;
}

.exp-add-topic {
    display: none;
}

.exp-choice-topic button {
    font-size: 12px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    background: dodgerblue;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 5px;
    border: none;
}

.exp-sure {
    position: inherit;
    margin: 20px auto;
}

.star-show {
    position: absolute;
    top: 3px;
    display: inline-block;
    width: 100px;
    height: 15px;
    background: url(../img/show-star.png) no-repeat 0 -17px;
}

.star-hide {
    width: 20px;
    background: url(../img/show-star.png) no-repeat 0 -1px;
}

.pub-new-topic {
    font-size: 16px;
    width: 920px;
    background: #fff !important;
    box-shadow: 0px 0px 5px #e1e1e1 !important;
    margin: 5px auto;
    text-align: left;
}

.pub-new-topic thead {
    /* background: #f0fefb;*/

}

.pub-new-topic tr {
    padding-left: 5px;
    /*border:1px solid #e1e1e1;*/
}

.pub-new-topic th, .pub-new-topic td {
    position: relative;
    text-align: left;
    height: 30px;
    line-height: 30px;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 5px;
    font-weight: normal;
}

.pub-new-topic td.table-cont {
    max-width: 200px;
    word-break: break-all;
    padding: 5px;
}

.choice-new-top {
    position: absolute;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    background: #009DDA;
    border-radius: 50%;
    top: 7px;
    left: 23px;
    cursor: pointer;
}

.tanchukuang {
    padding: 20px;
    background: #FFF;
    border-radius: 5px;
}

.choice-morebt {
    top: 11px;
    left: 20px;
}

.task-in-title {
    width: 100%;
    padding: 20px;
}

#dot1 {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.expert-intro-b {
    width: 300px;
    /* height: 48px; */
    display: table-cell;
    vertical-align: middle;
    padding: 8px 5px;
    background: #26a13a;
    /* overflow: hidden; */
    text-align: center;
}

.expert-intro-b span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    height: 46px;
    color: #fff;
    overflow: hidden;
}

.expert-info dl dt img {
    display: block;
    width: 150px;
    height: 150px;
}

.expert-top-info {
    padding: 10px 0;
}

.new-sub-task {
    top: 60%;
    /*overflow-y: scroll;*/
}

.task-detail-block {
    width: 600px;
    height: auto;
    max-height: 450px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -300px;
    border-radius: 5px;
    z-index: 998;
    padding: 30px;
    display: none;
}

.pwrap {
    overflow-y: auto;
    max-height: 400px;
}

.task-detail-block p {
    margin-bottom: 10px;
    overflow: hidden;
}

.task-detail-block span {
    float: left;
    width: 18%;
}

.task-detail-block b {
    width: 80%;
    float: left;
    font-weight: normal;
    word-break: break-all;
}

.modal-dialog {
    position: absolute;
    top: 20%;
}

.topic-choice-wrap {
    display: none;
}

.top-choice-cont {
    width: 600px;
    padding: 10px;
    background: #d6d6d6;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}

.top-choice-cont span {
    margin-right: 30px;
}

.top-choice-cont span b {
    font-weight: normal;
}

.top-c-btn {
    width: 50px;
    background: #00a0e9;
    font-size: 14px;
}

/*updata*/
.selectContent {
    width: 437px;
    display: inline-block;
}

.topic-form-wrap label .selectContent input {
    border: none;
    line-height: 0;
    margin-top: 10px;
}

.imgdiv {
    position: relative;
    display: inline-block;
    line-height: 25px;
    text-align: left;
    width: 390px;
    padding-left: 30px;
    margin-bottom: 5px;
}

.closeimg {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #00a0e9;
    color: #fff;
    text-align: center;
    line-height: 20px;
    left: 6px;
    text-decoration: none;
}

.closeimg:before {
    content: "x";
}

.filediv {
    word-wrap: break-word;
    word-break: break-all;
    line-height: 20px;
    /* padding-left: 30px;*/
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
}

.files {
    /*display: inline-block;*/
    width: 482px;
    float: right;
}

.files p {
    text-align: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
}

.topic-form-wrap label input.submit {
    width: 210px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: -30px;
}

.bb-mask, .bb-layer, .bb-layer-m {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 996;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.task-detail-block b.bb-mask-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: red;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
}

.invite-join-btn {
    display: block;
    width: 180px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #26a13a;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
}

.resouce-form-btn {
    width: 80px;
    height: 22px;
    line-height: 22px;
    /*margin: 0 auto 10px;*/
    float: none;
    font-size: 12px;
}

.coop-org {
    /*padding-left:30px;*/
}

.expert-new-info p {
    margin: 0 0 40px 65px;
}

.expert-new-info p span {
    height: 40px;
    line-height: 40px;
}

.tabnav .per-tab-choice li {
    height: 60px;
    display: block;
    color: #333;
    line-height: 60px;
    text-align: left;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.per-tab-wrap {
    width: 1200px;
    padding-bottom: 40px;
    /*margin:0 70px;*/
    overflow: hidden;
}

.sub-task {
    /*overflow:hidden;*/
    position: relative;
}

.hh-upload-block {
    /* overflow:hidden;*/
    margin-bottom: 10px;
}

.hh-upload-block span {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 116px;
    text-align: justify;
    text-align-last: justify;
}

.chart-tit {
    display: block;
    width: 130px;
    height: 16px;
    line-height: 16px;
    color: #333;
    /* background: #26a13a; */
    padding-left: 10px;
    font-size: 16px;
    border-left: 5px solid #ff6600;
    margin: 20px;
    margin-bottom: 0;
}

.chart_2 {
    float: left;
}

.sub-new-cancle {
    display: block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    margin: 10px auto;
    background: #d6d6d6;
    border: none;
    color: #fff;
    text-align: center;
    cursor: default;
}

.log-bg-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../img/login-bg.png") no-repeat center top;
    /*background-size:cover;*/
}

.log-bg-wrap .header-w, .log-bg-wrap .header {
    background: none;
}

#loginForm input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff
}

#loginForm input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff
}

#loginForm input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff
}

#loginForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#loginForm input.formIpt {
    background: none !important;
    border: none;
    border-bottom: 1px solid #fff;
    width: 257px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    padding-left: 5px;
    color: #fff;
    float: left;
}

#loginForm .test-line input {
    width: 49%;
    float: left;
}

#loginForm {
    margin-top: 120px;
}

#loginForm .formL b {
    float: left;
    margin-top: 13px;
    margin-right: 5px;
}

.fg-pass {
    position: absolute;
    right: 50px;
    bottom: 50px;
    margin-bottom: 0;
}

.fg-pass a {
    color: #fff;
}

.fg-pass a:hover {
    color: #fff;
}

.chart_1 {
    position: relative;
    box-shadow: 0px 0px 5px #e1e1e1 !important;
    background: #fff;
    border-radius: 5px;
    margin: 5px;
    margin-bottom: 30px;
    padding-top: 1px;
    width: 1090px;
}

.chart_1 p.all-sit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;

}

.remerb-user {
    position: absolute;
    bottom: 39px;
    left: 50px;
    cursor: pointer;
}

.remerb-user input[type=checkbox] {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #fff;
    float: left;
    margin: 13px 5px 0 0;
    display: block;
}

.remerb-user span {
    color: #fff;
    float: left;
}

.check-othyear {
    position: absolute;
    top: 10px;
    right: 10px;
}

.footer {
    width: 100%;
    height: 120px;
    background: #26a13a;
    position: absolute;
    bottom: 0;
}

.footer-con {
    width: 510px;
    height: 120px;
    line-height: 120px;
    /* background: url(../img/logo.png) no-repeat center left; */
    margin: 0 auto;
    /* padding-left: 120px; */
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.footer-con p {

    /* height: 20px; */
    /* line-height: 20px; */

}

.imgdiv {
    display: block;
    line-height: 20px;
}

.username {
    background: red;
}

.per-tit {
    width: 100%;
    height: 70px;
    background: url("../img/per-tit.png") no-repeat center left;
}

.per-new-wrap {
    width: 1200px;
    margin: 0 auto;
}

/*.tabnavsp .per-tab-choice li{
    text-align: justify;
    text-align-last: justify;
}*/
.per-info-wrap p b.per-l-into {
    font-weight: normal;
    display: block;
    float: left;
    width: 75px;
    /*text-align:left;*/
    text-align-last: justify;
    text-align: justify;
    font-weight: bold;
}

.per-tabcon {
    padding-left: 75px;
    width: 870px;
    margin-top: 20px;
    margin-left: 0;
}

.per-tabcon ul {
    padding: 0;
}

.expert-info dd.ex-index-r {
    height: 123px;
    top: 30px;
    position: relative;
    width: 200px;
    margin-left: 50px;
}

.expert-info dd.ex-index-pj {
    height: auto;
}

.expert-tab-con li.achieve-res p {
    overflow: hidden;
}

.expert-tab-con li.achieve-res span {
    display: block;
    margin-right: 20px;
    float: left;
}

.expert-tab-con li.join-top-b span {
    height: 40px;
    line-height: 40px;
}

.expert-tab-con li.achieve-res span.na {
    width: 100px;
    text-align: justify;
    text-align-last: justify;
}

.expert-tab-con li.achieve-res span.cont-wid {
    width: 80px;
}

.cooperate .coop-org li {
    width: 100%;
}

.resouce-wrap p.same-expert {
    text-align: center;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    color: #666;
}

.join-top-tit {
    height: 40px;
    line-height: 40px;
    background: #f0fefb;
}

.join-top-b a {
    width: 500px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    float: left;
}

.join-top-b a:link, .join-top-b a:visited, .join-top-b a:hover, .join-top-b a:active {
    text-decoration: none;
}

.expert-tab-con li p span.join-top-data, .expert-tab-con li p span.join-top-name {
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.expert-tab-con li p span.join-top-name {
    width: 500px;
}

/*#managerInfoSubmit{
    margin:0 auto;
}*/
.pub-tit {
    width: 100%;
    height: 70px;
    background: url("../img/pub-tit.png") no-repeat left center;
}

.cre-sub-task {
    background: url("../img/cre-tit.png") no-repeat left center;
}

.edi-sub-task {
    background: url("../img/edit-tit.png") no-repeat left center;
}

.c-file {
    width: 120px;
    position: relative;
    display: inline-block;
    background: #00a0e9;
    overflow: hidden;
    color: #fff;
    float: left;
    height: 38px;
    line-height: 38px;
    margin-left: 22px;
    cursor: pointer;
    margin-bottom: 5px;
}

.c-file input {
    cursor: pointer;
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.pub-new-notice {
    color: lightcoral;
    width: 484px;
    float: right;
    text-align: left;
}

.expert-new-lt p {
    height: auto;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.top-tit-sub {
    height: 100px;
    background: url("../img/top-tit-sub.png") no-repeat center left;
}

.top-tit-cala {
    height: 100px;
    background: url("../img/top-tit-cala.png") no-repeat center left;
}

.top-tit-mater {
    height: 100px;
    background: url("../img/top-tit-mater.png") no-repeat center left;
}

.expert-new-lt {
    height: auto;
}

.layout-wrap p button.layout-sure-txt {
    background: none;
    color: #26a13a;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
    outline: none;
}

.layout-wrap2 p button.layout-sure-txt {
    background: none;
    color: #26a13a;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}

.com-close, .task-detail-block b.com-close {
    width: 28px;
    top: -28px;
    background: url(../img/com-close.png) no-repeat center;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.subtask-new p input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    background: url("../img/resouce-no-check.png");
    height: 53px;
    vertical-align: middle;
    width: 55px;
    outline: none;
    background: none \9;

}

.subtask-new p input[type="checkbox"].res-check {
    background: none \9;
    background: url("../img/resouce-check.png");
}

.Wdate {
    background: #fff url("../img/cala-icon.png") no-repeat 425px center !important;
}

.layout-wrap3 p button.layout-sure-txt, .rm-expert-b p button.layout-sure-txt {
    background: none;
    color: #00a0e9;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}

.layout-wrap3 p button.layout-sure-txt.layout-cancel {
    color: #999;
    /* border-left: 1px solid #999;*/
    border-radius: 0;
    cursor: pointer;
}

.rm-expert-b p button.layout-sure-txt.layout-cancel {
    color: #999;
    /*border-left: 1px solid #999;*/
    border-radius: 0;
    cursor: pointer;
}

.expert-rz {
    display: inline-block;
    width: 50px;
    height: 18px;
    background: url("../img/expert-rz.png") no-repeat center;
    background-size: 100%;
    margin-top: 3px;
}

.expert-nrz {
    background: url("../img/expert-nrz.png") no-repeat center;
    background-size: 100%;
}

.expe-info-f {
    overflow: hidden;
}

.expe-info-f span {
    font-size: 16px;
}

.exp-choice-title input[type="checkbox"] {
    -webkit-appearance: none;
    background: #e1e1e1;
    height: 20px;
    vertical-align: middle;
    width: 20px;
    outline: none;
    margin-right: 10px;
    cursor: pointer;
    background: none \9;
}

.exp-choice-title input[type="checkbox"].che {
    background: url("../img/check-squ.jpg") no-repeat;
    background: none \9;
}

.coop-expert-blo {
    display: none;
    width: 800px;
    height: 550px;
    position: fixed;
    top: 50%;
    margin-top: -275px;
    left: 50%;
    margin-left: -400px;
    background: #F1F1F1;
    z-index: 999;
    background: none \9;
}

.hh-upload-block span.na-upload-txt {
    margin-left: 140px;
    /*margin-top: 10px;*/
    height: auto;
    font-size: 14px;
    width: 100%;
    text-align: left;
    text-align-last: left;
    /* float: right; */
    line-height: 25px;
}

.fc-event {
    cursor: pointer;
}

.new-search-term label {
    margin-top: 0;
}

.comm-ex-tit {
    background: url("../img/comm-ex-tit.png") no-repeat left center;
}

.new-comm-exn, .new-comm-exz {
    font-size: 16px;
    /*width: 80px;*/
    /* float: left;
    display: block;
    margin-right: 30px;*/
    display: block;
}

.new-comm-exz {
    margin-right: 0;
    width: auto;
}

.wordCount {
    /*clear: both;*/
    position: relative;
    height: 170px;
}

.wordCount textarea {
    width: 100%;
    height: 100px;
}

.wordCount .wordwrap {
    position: absolute;
    right: 5px;
    bottom: 6px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.wordCount .word {
    color: #ff6600;
    padding: 0 4px;
}

.extend-more {
    background: #fff;
    width: 1200px;
    cursor: pointer;
    margin: 30px auto;
    height: 30px;
}

.extend-more a {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 30px;
    line-height: 30px;
    /* background: #fff; */
    text-align: center;
    color: #999;
    cursor: pointer;
}

.extend-more a:hover {
    color: #ff6600;
    /*box-shadow:3px 3px 5px #e1e1e1;*/
}

.com-blank {
    margin: 10px auto;
    clear: both;
}

.com-blank p {
    text-align: center;
    color: #acacac;
    font-size: 16px;
}

.blank-pic {
    margin: 0 auto 20px;
    display: block;
}

.new-per-form {
    width: 800px;
    /*border:1px solid #999;*/
}

.new-per-form thead {
    /*background:#F0FEFB;*/
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
}

.new-per-form thead th {
    text-align: left;
    padding-left: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.new-per-form tr td {
    line-height: 30px;
    text-align: left;
    /* border: 1px solid #e1e1e1; */
    padding-left: 5px;
    font-size: 16px;
    color: #666;
}

.new-per-add {
    float: right;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #26a13a;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
}

.new-per-add:link, .new-per-add:visited, .new-per-add:hover, .new-per-add:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.new-per-txt {
    color: #999;
}

.new-top-admin p {
    line-height: 36px;
    font-weight: normal;
}

.new-cl-fix {
    display: inline-block;
    float: none;
    margin-left: 10px;
}

.new-cl-fix:hover {
    color: #fff;
}

.new-fix-btn {
    padding: 0 30px;
}

/*#managerInfoSubmit{
    margin:50px auto;
}*/
.trans-txt {
    color: #fff;
}

.sure_select input.new-per-sure {
    width: 200px;
    height: 40px;
    line-height: 27px;
}

.topic-admin p.new-peradd-txt {
    text-align: left;
    /*padding-left: 175px;*/
}

#assignAchivementForm {
    margin-top: 50px;
}

.resou-new-block {
    width: 500px;
}

.resou-new-block p.resou-cont {
    text-align: left;
    float: left;
    margin-left: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    /* height: 30px; */
    margin-top: 10px;
    margin-bottom: 0;
}

.per-collect div.collect.coll-file-tit {
    width: 650px;
    height: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.per-collect div.coll-file-tit h5 {
    line-height: 25px;
    height: auto;
}

.per-collect div.collect.coll-file-tit em.del-icon {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background: url(../img/del-icon.png) no-repeat right -1px;
}

.per-collect div.collect.coll-file-tit em.del-icon.on {
    background: url(../img/del-icon.png) no-repeat right -40px;
}

.per-collect div.coll-file-tit h5 a {
    width: 620px;
    font-size: 16px;
    color: #666;
    display: block;
}

.per-collect div.coll-file-tit h5 a:link,
.per-collect div.coll-file-tit h5 a:visited,
.per-collect div.coll-file-tit h5 a:hover,
.per-collect div.coll-file-tit h5 a:active {
    text-decoration: none;
}

.per-collect div p.coll-remark {
    width: 650px;
    height: auto;
    position: relative;
}

.per-collect div p.coll-remark span.per-time {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin-right: 0;
}

.pl-wrap {
    float: left;
    border: 1px solid #d6d6d6;
    height: 170px;
    margin-left: 24px;
    border-radius: 5px;
    background: #fff;
}

.pl-page-wrap {
    margin-left: 0;
    width: 350px;
    height: 170px;
}

.xm-layer-cont {
    overflow-y: auto;
    max-height: 360px;
}

.invit-layer {
    height: auto;
}

.invit-cont {
    overflow-y: auto;
    max-height: 168px;
}

/*这里是禁止滚动条显示*/
/*::-webkit-scrollbar{width:0px}*/
/*这里是设置滚动条样式*/
/*::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    background-color: #F5F5F5;
}
!*定义滚动条轨道 内阴影+圆角*!
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    !*border-radius: 10px;*!
    background-color: #F5F5F5;
}
!*定义滑块 内阴影+圆角*!

::-webkit-scrollbar-thumb {
    !*border-radius: 10px;*!
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(220, 235, 240);
}*/
.topic-admin #managerInfoForm {
    width: 500px;
}

.fix-pass {
    margin-top: 30px;
}

.topic-admin label.user-pass-s {
    margin-bottom: 15px !important;
}

#years_id {
    border: 1px solid #999;
}

.pro-tit-pass {
    background: url("../img/pass.png") no-repeat center left;
}

.pass-cont {
    width: 800px;
    margin: 50px auto;
    background: #fff;
    padding: 60px 0;
}

.pass-cont .fix-pass {
    margin: 0 auto;
    width: 320px;
}

.topic-admin p.nt-txt.err-msg {
    margin-bottom: 0;
    text-align: left;
    color: red;
    height: 30px;
    line-height: 25px;
}

.pro-tit-know {
    background: url("../img/know-tit.png") no-repeat center left;
}

.hh-upload-block span.ssi-InputLabel {
    height: 25px;
    margin-right: 10px;
    width: 80px;
    text-align-last: center;
    line-height: 25px;
}

.ssi-button span.ssi-btnIn {
    height: 25px;
    font-size: 14px;
    color: #fff;
    text-align-last: center;
    width: 100%;
    /*line-height: 25px;*/
}

.out-up {
    /* margin-top: 8px; */
    margin-left: 12px;
    /* width: 460px; */
    float: left;
}

.subtask-new .resouce-know p {
    float: left;
    position: relative;
    width: 25%;
    height: 60px;
}

.subtask-new .resouce-know p input {
    position: absolute;
    right: 0;
    bottom: 0;
}

.edit-sub-task p.sub-ms {
    width: 460px;
}

#expSerch {
    /*background:#f1f1f1;*/
}

.f1ba {
    background: #f1f1f1;
}

.repla-lab {
    clear: both;
    overflow: hidden;
    color: #666;
    display: block;
    margin-bottom: 10px;
    position: relative;
    min-height: 40px;
    font-weight: normal;
    font-size: 14px;
}

.collect-btn {
    background: none;
    color: #ff6600;
}

.add-collect {
    color: #999;
}

.per-round-txt:link, .per-round-txt:visited, .per-round-txt:hover, .per-round-txt:active {
    text-decoration: none;
}

.exp-choice-topic {
    max-height: 258px;
    overflow-y: auto;
}

.res-name, .res-time {
    display: block;
    line-height: 25px;
}

.comment-area p.mt {
    margin-top: 10px;
}

.timeH {
    height: auto;
}

.per-blank {
    margin: 50px 50px;
}

.set-mar {
    margin: 20px auto 10px;
}

.expert-r-block li span.more-icon {
    position: relative;
    border: 1px solid #e1e1e1;
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    font-size: 34px;
    margin: 0 auto;
    color: #006ac0;
    cursor: pointer;
}

.expert-r-block li em.more-txt {
    position: absolute;
    bottom: 4px;
    left: 29px;
    color: #666;
    cursor: pointer;
}

.topic-exper-more {
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.expert-m-lay {
    width: 800px;
    margin-left: -400px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -20%;
    z-index: 999;
    height: auto;
    padding: 10px;
    display: none;
}

.coop-wrap {
    max-height: 230px;
    overflow: hidden;
}

.lay-more-ul {
    overflow-y: auto;
    max-height: 400px;
}

.lay-more-ul li {
    float: left;
    width: 97px;
    position: relative;
}

.lay-more-ul li a {
    color: #333;
}

.lay-more-ul b {
    position: absolute;
    top: 36px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/rm-expert.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    display: none;
}

.lay-more-ul img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.lay-more-ul span {
    height: 35px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.lay-cont {
    max-height: 400px;
    overflow-y: auto;
}

.res-wrap a {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
}

/*专家主页修改*/
.coop-wrap-tab {
    width: 200px;
    height: 50px;
    line-height: 50px;
    float: left;
}

.coop-wrap-tab ul {
    width: 100%;
    display: table;
    margin: 0 auto;

}

.coop-wrap-tab li {
    width: 100%;
    display: inline-block;
}

.coop-wrap-tab ul a {
    height: 46px;
    display: block;
    background-color: steelblue;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.coop-wrap-tab ul a:hover {
    text-decoration: none;
}

.coop-wrap-tab ul li.on a {
    background: indianred;
    box-shadow: 0 2px 1px #A53939;
}

.coop-wrap-tab ul b {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: #FF6600;
    position: absolute;
    left: 62px;
    top: 11px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.coop-wrap-cont {
    margin-left: 20px;
    float: left;
}

.coop-wrap-cont ul {
    /*padding:10px 0 20px 20px;*/
    padding: 10px 20px 20px 20px;
}

.coop-wrap-cont ul li {
    display: none;
}

.coop-wrap-cont ul li.on {
    display: block;
}

.cont-blo h6 {
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    padding-left: 8px;
    border-left: 4px solid #26a13a;
}

.expert-tab-con li .cont-blo span {
    display: block;
    height: auto;
    line-height: 25px;
}

.scrollbox {
    width: 350px;
    /*margin: 0 auto;*/
    overflow: hidden;
    /*padding: 10px;*/
}

.scrollcont {
    width: 350px;
    max-height: 200px;
    overflow: hidden;
}

#scrollComm {
    overflow: hidden;
    width: 370px;
    max-height: 220px;
    color: #333;
}

/*这里的高度和超出隐藏是必须的*/
.scrollcont li {
    height: 40px;
    width: 340px;
    vertical-align: bottom;
    zoom: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

.scrollcont li a {
    color: #353535;
    text-decoration: none;
    font-size: 14px;
}

.scrollcont li a:hover {
    color: #f7b55e;
}

.scrollcont li div {
    height: 36px;
    width: 350px;
    color: #416A7F;
    line-height: 18px;
    overflow: hidden
}

.scrollcont li div a {
    color: #416A7F;
    text-decoration: none
}

.eve-comm {
    cursor: default;
}

.eve-comm span {
    margin-right: 10px;
    color: #999;
    font-size: 12px;
}

.coop-wrap-tab, .coop-wrap-cont {
    float: none;
    width: 350px;
    margin: 0;
}

.coop-wrap-tab ul {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-left: 5px solid #26a13a;
}

.coop-wrap-tab li {
    width: 100px;
    cursor: pointer;
}

.more-coop-expert, .expert-m-btn {
    width: 80px;
    height: 80px;
    display: block;
    line-height: 80px;
    background: #e1e1e1;
    text-align: center;
    color: #fff;
}

.coop-wrap-cont > ul > li {
    width: 100%;
}

.coop-wrap-cont ul {
    padding: 0;
}

.coop-wrap-tab li.on {
    color: #f7b55e;
}

.topic-exper-more {
    overflow: hidden;
}

.topic-exper-more p {
    float: left;
    width: 24.7%;
    position: relative;
}

.topic-form-wrap label textarea:-moz-placeholder {
    color: #666;
}

.topic-form-wrap label textarea:-ms-input-placeholder {
    color: #666;
}

.topic-form-wrap label textarea::-webkit-input-placeholder {
    color: #666;
}

.submit-btn-new.release-pub {
    margin: 100px auto;
    display: block;
}

/*议题详情*/
.task-detail-wrap {
    width: 1200px;
    margin: 0 auto;
    min-height: 800px;
}

.tabtasknav {
    width: 1200px;
    /* margin:20px auto 0;*/
}

.tabtasknav ul {
    width: 600px;
    height: 50px;
    margin: 0 auto;
    border-bottom: 2px solid #CBCBCB;
}

.tabtasknav .per-tab-choice li {
    width: 120px;
    height: 50px;
    display: block;
    color: #333;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    float: left;
    text-align: center;
}

.tabtasknav .per-tab-choice li.ontab {
    background: url(../img/per-index-thf.png) no-repeat bottom center;
    border-bottom: 2px solid #26a13a;
}

.tabtaskcont {
    float: none;
    margin-left: 0;
}

.topic-info p.updtate-notice {
    line-height: 20px;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}

.updtate-notice {
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.tit-notice {
    overflow: hidden;
}

.sub-task td a.topic-a {
    color: #333;
}

.sub-task td a.topic-check {
    margin: 0;
    color: #006AC0;
}

.n-set-table li {
    padding: 0 0 0 10px;
}

.tab-nav-title li p.limit-num {
    margin-bottom: 0;
}

.up-gray-btn {
    width: 84px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    cursor: no-drop;
}

.sub-task td a.topic-a {
    margin: 0;
    color: #666;
}

.sub-task td a.topic-a:hover, .sub-task td a.topic-a:hover {
    color: #006AC0;
}

.data-search {
    clear: both;
}

.database-wrap {
    min-height: 500px;
}

.add-shadow {
    background: #fff;
    box-shadow: 0px 0px 10px #d1d1d1;
    margin-left: 5px;
    margin-bottom: 20px;
    padding: 20px;
    margin-top: 5px;
}

.control-mar {
    margin-left: 0;
    margin-right: 5px;
}

.res-show-wrap li, .res-show-wrap li a {
    width: 100%;
    float: none;
    color: #0099cc;
}

.set-topic-group {
    width: 140px;
    height: 35px;
    line-height: 35px;
    background: #26a13a;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.set-topic-group:link, .set-topic-group:visited, .set-topic-group:hover, .set-topic-group:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.tab-nav-ul {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
}

.tab-nav-ul li {
    height: 40px;
    line-height: 40px;
    min-height: 40px;
    color: #333;
}

.tab-nav-title li a {
    word-break: break-all;
    word-wrap: break-word;
    color: #666;
}

.tab-nav-title li a:hover {
    color: #006AC0;
}

.tab-nav-title li a:link, .tab-nav-title li a:visited, .tab-nav-title li a:hover, .tab-nav-title li a:active {
    text-decoration: none;
    outline: none;
}

.tab-nav-title {
    line-height: 30px;
    /* border-bottom: 1px solid #f5f5f5; */
    margin-bottom: 0;
    overflow: hidden;
    border-top: 0;
    /*height:40px;
    line-height:40px;*/
}

.tab-nav-title li {
    position: relative;
    /*min-height: 50px;*/
    /* clear: both; */
    float: left;
    /*width: 197px;*/
    /*line-height:25px;*/
    padding: 0 0 0 10px;
    font-size: 16px;
    color: #333;
    min-height: 30px;
}

.tab-nav-title li.tab-no-min {
    height: auto;
}

.tab-nav-title li.sub-task-resu {
    word-break: break-all;
    word-wrap: break-word;
}

.tab-nav-title li.sub-task-resu a {
    display: block;
}

.tab-nav-title li.t-detail {
    width: 230px;
}

.tab-nav-title li.table-btn {
    width: 150px;
    text-align: center;
}

.add-table-line {
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
    margin-bottom: 0;
    overflow: hidden;
    border-top: 0;
}

.select-status {
    width: 100px;
    font-size: 16px;
    color: #666;
    margin-right: 20px;
    position: relative;
    margin-left: 12px;
    cursor: pointer;
}

.com-blank img {
    display: block;
    margin: 50px auto 10px;
}

.com-blank p {
    text-align: center;
    color: #999;
}

.operation-wrap span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/achieve-icon.png") no-repeat;
    cursor: pointer;
}

.operation-wrap span.download-icon, .operation-wrap span.limit-download {
    background-position: 0 5px;
}

.operation-wrap span.collect-icon {
    background-position: 0 -65px;
}

.operation-wrap span.download-icon.cho {
    background-position: 0 -30px;
}

.operation-wrap span.collect-icon.cho {
    background-position: 0 -100px;
}

.out-up div.ssi-button {
    padding: 6px 26px;
}

.com-layer p button.com-btn-s {
    float: none;
    width: 120px;
    background: none;
    color: #26a13a;
    margin: 30px auto 0;
    border-radius: 0;
}

.com-layer p button.com-btn-w {
    width: 120px;
    background: none;
    color: #26a13a;
    margin: 30px auto 0;
    border-radius: 0;
}

.yt-group {
    position: relative;
}

.enter-group {
    width: 200px;
    height: 40px;
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../img/info-bg.png') no-repeat;
    text-align: center;
}

.enter-group.bg-enter-gray {
    background: url('../img/info-bggray.png') no-repeat;
    cursor: no-drop;
}

.enter-group.bg-enter-gray a {
    cursor: no-drop;
}

.enter-group a {
    color: #fff;
    font-size: 16px;
}

.enter-group a:link, .enter-group a:visited, .enter-group a:hover, .enter-group a:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.expert-r-block .resouce-form li {
    width: 100%;
}

.info-resouce-wrap {
    width: 600px;
    margin-left: -300px;
}

.info-resource-sub {
    width: 180px;
    height: 35px;
    line-height: 35px;
    background: #26a13a;
}

.achievement-new {
    margin: 0 auto;
    width: 500px;
}

.achievement-new label {
    width: 100%;
    display: block;
    float: none;
}

.term-line .new-achi-search {
    background: #26a13a;
    height: 35px;
    bottom: 9px;
    top: inherit;
    right: -20px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: none;
    font-family: 微软雅黑;
}

.real-n-num {
    top: 34px;
    right: -2px;
    width: 17px;
    height: 17px;
    font-size: 12px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
    line-height: 16px;
}

.add-ring {
    display: block;
    width: 30px;
    height: 100px;
    float: right;
    background: url('../img/ring.png') no-repeat center;
    position: relative;
}

.per-new-top, .per-new-bott {
    width: 1100px;
    overflow: hidden;
    padding: 20px 60px 40px;
    background: #fff !important;
    box-shadow: 0px 0px 5px #e1e1e1 !important;
    margin: 50px auto 20px;
}

.per-new-top p {
    width: 50%;
    float: left;
}

.per-top-left .com-blank-pic {
    display: block;
    width: 70px;
    height: 70px;
    /*border-radius:50%;
    background:#D7D7D7;
    color:#ff6600;
    text-align:center;
    line-height:70px;
    font-family:"方正姚体 Regular", "方正姚体";
    font-size:18px;*/
    margin: 0 auto 20px;
}

.per-top-left a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.per-top-left a:link, .per-top-left a:visited, .per-top-left a:hover, .per-top-left a:active {
    text-decoration: none;
    color: #26a13a;
    outline: none;
}

.per-top-right {
    width: 80%;
}

.per-new-bott {
    margin-top: 0;
    padding-left: 0;
    padding-right: 10px;
}

.eve-task {
    display: block;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.eve-task a:link, .eve-task a:visited, .eve-task a:hover, .eve-task a:active {
    text-decoration: none;
    color: #333;
    outline: none;
}

.eve-task a {
    color: #333;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
    cursor: pointer;
}

.eve-task .join-btn, .eve-task .fq-btn {
    padding-left: 12px;
    display: block;
    float: left;
    width: 50px;
    height: 25px;
    line-height: 23px;
    color: #fff;
    border-radius: 4px;
    background: url(../img/join.png) no-repeat;
    /* text-align: center; */
    margin-right: 10px;
    font-size: 12px;
}

.eve-task .fq-btn {
    background: url("../img/launch.png") no-repeat;
}

.eve-task em {
    color: #999;
    font-size: 14px;
    margin-left: 60px;
}

.tabnavsp {
    width: 200px;
    float: left;
}

.tabnavsp ul {
    width: 100%;
    height: 300px;
    display: table;
    margin: 0 auto;
}

.tabnavsp li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.tabnavsp .per-tab-choice b {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #FF6600;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    /* padding-left: 3px; */
}

.topic-admin label {
    margin-bottom: 25px !important;
}

.tabnavsp .per-tab-choice li {

    display: block;
    color: #333;

    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.tabnavsp .per-tab-choice li.ontab {
    border-left: 2px solid #26a13a;
}

.eve-achieve {
    /*padding-left:50px;*/
    margin-bottom: 20px;
}

.eve-achieve span.task-name {
    margin-right: 30px;
    float: left;
    display: block;
    width: 500px;
    height: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
}

.eve-achieve span.task-name a {
    font-size: 14px;
}

.manager-add-top {
    padding-top: 40px;
}

.manager-spe-set {
    width: 600px;
    margin: 50px auto 0;
}

.manager-edit-top p {
    width: 100%;
    font-size: 16px;
}

.manager-edit-top p label {
    font-size: 16px;
}

.manager-edit-top p label input {
    margin-right: 10px;
    margin-top: 0;
}

.manager-edit-top p label em {
    font-style: normal;
}

.manager-edit-top p.notice-txt {
    color: #999;
}

.topic-admin label input.manager-limit-fix {
    width: 120px;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    border: none;
    outline: none;
    margin-left: 0px;
}

.tanchukuang_head_span {
    margin-left: 0 !important;
    display: block;
    height: 30px;
}

.tanchukuang_head_span em {
    font-style: normal;
}

.limit-up {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #999;
    border: 1px solid #999;
    text-align: center;
    cursor: no-drop;
    float: left;
    clear: both;
}

.msg-notice {
    margin-top: 50px;
    padding: 0;
}

.notice-txt {
    color: #999;
}

.per-info-wrap p.msg-line {
    width: 100%;
}

.per-info-wrap p.msg-line a.per-round-txt {
    width: 830px;
    font-size: 16px;
    color: #333;
}

.n-borr {
    border-right: 1px solid #f1f1f1;
}

.fix-padd {
    padding: 0;
    padding-bottom: 50px;
}

.n-borr li:last-child {
    border-bottom: 0;
}

.per-tabcon ul li .eve-task:last-child {
    border: none;
}

.eve-task p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.know-notice-txt {
    color: #999;
}

.know-notice-txt em img {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 5px;
}

.add-circle-data {
    height: 70px;
    overflow: hidden;
    margin: 0 auto 20px;
    width: 410px;
}

.add-circle-data .circle-l {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    color: #fff;
    text-align: center;
    padding-top: 16px;
}

.circle-l {
    background: #0080C0;
}

.circle-m {
    margin: 0 100px;
    background: #FF8080;
}

.circle-r {
    background: #008080;
}

#subTaskStatus {
    width: 98px;
    height: 35px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.per-edit-cont {
    width: 1000px;
}

.per-picn {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.per-picn-img {
    display: block;
    margin: 0 auto 10px;
    width: 80px;
    height: 80px;
}

.cli-btn-show {
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.pic-show-blo {
    float: left;
}

.topic-form-wrap label b.mh-set, .topic-form-wrap .repla-lab b.mh-set {
    color: #333;
    font-weight: normal;
    line-height: 40px;
}

/*选择人员展示样式*/
.new-role-change {
    width: 750px;
    height: auto;
    float: none;
}

.new-role-change li {
    width: 31%;
    float: left;
}

.choice-show {
    text-align: left;
    /*margin-top:20px;*/
    overflow: hidden;
}

.choice-show .role-line {
    height: auto;
    clear: both;
    /*float:left;*/
}

.role-line b {
    display: none;
}

.role-line .role-line-block {
    /* margin-left: 126px; */
    width: 500px;
    /*float: left;*/
    height: auto;
    /*padding-bottom:20px;*/
}

.role-line-block div {
    float: left;
    width: 60px;
    margin-right: 30px;
    margin-bottom: 10px;
    height: 100px;
    position: relative;
}

.every-role-ol {
    float: left;
    /*clear:both;*/
    width: 60px;
    margin-right: 30px;
    margin-bottom: 10px;
    height: 100px;
    position: relative;
}

.role-line-block div .pic-block, .edit-sub-task p.pic-block {
    width: 60px;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 0;
}

.role-line-block div .pic-block img, .edit-sub-task p.pic-block img {
    display: block;
    width: 60px;
    height: 60px;
    /*background:#999;*/
}

.role-line-block div .pic-block em, .edit-sub-task p.pic-block em {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    /*background:url("../img/zcr-bg.png") no-repeat center center;*/
    background-size: cover;
}

.role-line-block div span {
    text-align: center;
    font-size: 14px;
    height: 20px;
    display: block;
    line-height: 20px;
}

.choice-show b {
    font-weight: normal;
    font-size: 14px;
    width: 125px;
    float: left;
}

.choice-show p {
    float: left;
}

.topic-info p a.yt-tit {
    color: #333;
}

.n-sure-set {
    color: #26a13a !important;
}

.new-res-cont li {
    display: none;
}

.new-res-cont li.on {
    display: block;
}

.n-set-talbe td {
    height: auto;
}

.n-set-addbtn {
    position: absolute;
    margin-top: 0;
    left: 138px;
    top: 5px;
}

.bg-gray {
    background: #999 !important;
    cursor: no-drop;
}

.edit-btn a {
    color: #666;
}

.edit-btn a:link, .edit-btn a:visited, .edit-btn a:active {
    text-decoration: none;
    color: #666;
    outline: none;
}

.mana-edit-save {
    margin: 100px auto;
}

.manager-edit-bottom {
    margin-top: 20px;
}

.assi-choice, .mate-choice {
    box-shadow: none !important;
    width: 380px;
    margin: 0;
}

.choass-line {
    overflow: hidden;
    margin: 10px 0;
}

.ass-pic {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
"
}

.ass-cont {
    width: 300px;
    margin-top: 3px;
}

.ass-info {
    display: block;
    font-size: 14px;
    color: #666;
}

.search-bar {
    overflow: hidden;
    margin-bottom: 20px;
}

.search-block, .search-block-task {
    margin-left: 20px;
    width: 350px;
    position: relative;
    float: left;
}

.choice-select {
    float: left;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #999;
}

.inp-txt {
    width: 350px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    border: 1px solid #999;
}

.search-icon {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
    background: url(../img/search.png) no-repeat center;
    height: 20px;
}

.resouce-show {
    overflow: hidden;
    padding-left: 138px;
    text-align: left;
}

.resource-txt {
    float: left;
    display: inline-block;
    width: 123px;
}

.tab-nav-title li a.sub-enter {
    display: block;
    background: url(../img/subgroupBg.png) no-repeat;
    color: #fff;
    width: 80px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.tab-nav-title li a.sub-enter:hover {
    color: #fff;
}

.tab-nav-title li a.sub-enter-gray {
    background: url(../img/subgroupGray.png) no-repeat;
}

.step-detail.step-detail-nset {
    height: 30px;
}

.step-detail {
    position: relative;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    background: url("../img/process-gragbg3.png") no-repeat 0px 14px;
}

.step-detail ul {
    overflow: hidden;
}

.step-detail li {
    height: 30px;
    float: left;
    width: 147px;

}

.step-detail li.light {
    background: url("../img/process-bg3.png") no-repeat 0 14px;
}

.step-detail li.light.last-bg {
    background: url("../img/process-bglast.png") no-repeat 0 14px;
}

.progress-line p span {
    color: #333;
    width: 146px;
    float: left;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: left;
}

.progress-line p span.light {
    color: #F5A549;
}

.progress-line p span.pub-label2 {
    margin-left: -18px;
}

.progress-line p span.pub-label4 {
    margin-left: 2px;
}

.progress-line p span.pub-label5 {
    margin-left: -15px;
}

.step-detail li a {
    display: block;
    color: #fff;
}

/*.step-detail li.step-act {
    background: url("../img/nex-tip-act.png") no-repeat center;
}*/
.search-result a {
    color: #333;
}

.search-result a:link, .search-result a:visited, .search-result a:active {
    /*color:#666;*/
    outline: none;
}

.user-extend {
    background: #f1f1f1;
    width: 794px;
}

.zz-combtn {
    color: #26a13a !important;
}

.jump-link {
    overflow: hidden;
    height: auto;
    float: left;
    width: 340px;
    color: #333;
}

.jump-link:link, .jump-link:visited, .jump-link:active {
    text-decoration: none;
    outline: none;
}

.mate-lineblo img {
    width: 30px;
    height: 30px;
    /* border-radius:50%;*/
    margin-right: 10px;
    margin-left: 10px;
}

.mate-lineblo span {
    font-size: 16px;
    margin-right: 10px;
}

.mate-lineblo span.matename {
    vertical-align: middle;
}

.mate-lineblo {
    overflow: hidden;
    margin-bottom: 10px;
}

.mate-lineblo input[type=checkbox] {
    width: 15px;
    height: 15px;
}

.topic-admin label span.truename {
    width: 200px;
}

.per-fixpic {
    width: 80px;
    margin: 0px auto 15px;
    float: inherit;
}

input[type="button"].single-set {
    width: 200px;
    margin-top: 100px;
}

.per-comlayer {
    width: 380px;
    height: 220px;
    margin-left: -190px;
    margin-top: -110px;
}

.log-bg-wrap .f-pass-header {
    background: #26a13a;
}

.f-pass-wrap {
    background: #fff;
}

.f-pass-bg {
    background: #f1f1f1;
}

.f-pass-cont {
    width: 340px;
    margin: 70px auto;
}

.f-pass-sub {
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #26a13a;
    border-radius: 0;
    font-size: 16px;
}

.f-pass-tit {
    width: 900px;
    margin: 25px auto;
    background: url("../img/f-pass.png") no-repeat;
}

.topic-admin label input.f-pass-yzml {
    width: 60%;
}

.topic-admin label input.f-pass-yzmr {
    width: 35%;
    margin-left: 4%;
    border: 1px solid #26a13a;
    color: #26a13a;
    background: none;
    cursor: pointer;
}

.topic-admin p.f-pass-notice {
    color: #ff6600;
    text-align: left;
}

pre.exper-intro {
    display: inline-block;
    border: none;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-family: '微软雅黑';
    background: none;
    max-width: 780px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.add-member, .upfile-layer {
    display: none;
}

.taskInfo-com, .taskInfo-end {
    display: block;
    margin-top: 10px;
    width: 140px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #26a13a;
    text-align: center;
}

.taskInfo-com:link, .taskInfo-com:visited, .taskInfo-com:hover, .taskInfo-com:active,
.taskInfo-end:link, .taskInfo-end:visited, .taskInfo-end:hover, .taskInfo-end:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.err-notice {
    clear: both;
    color: #ff6600;
    margin-bottom: 15px;
}

.manager-add-sec {
    width: 1000px;
    background: #fff;
    box-shadow: 0px 0px 5px #e1e1e1 !important;
    padding: 20px;
    margin: 50px auto;
}

.per-info-wrap p.manager-add-txt {
    color: #999;
    width: 800px;
    margin: 0 auto 10px;
    font-size: 14px;
}

.exp-layer-link {
    width: 500px;
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.reset-tit img.header-logo {
    /*width: 50px;*/
    /*height: 85px;*/
    /*margin-right: 20px;*/
    height: 65px;
    margin-right: 18px;
}

.exp-layer-link:link, .exp-layer-link:visited, .exp-layer-link:hover, .exp-layer-link:active {
    text-decoration: none;
    outline: none;
}

.conve-btn {
    cursor: pointer;
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    background: #26a13a url(../img/search-s.png) no-repeat center;
}

.task-add-exp, .task-add-mate {
    line-height: 138px;
    font-size: 18px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.task-add-exp a, .task-add-mate a {
    color: #333;
}

.exper-invite {
    width: 760px;
    margin-left: -380px;
}

.expert-new-lt p.up-taskres {
    float: left;
    width: 600px;
    margin-bottom: 0;
}

.expert-new-lt p.up-taskres b {
    display: block;
}

.expert-new-lt p.up-taskres a {
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
}

.expert-new-lt p.up-taskres a:hover {
    color: #2A6496;
}

.per-fixpass {
    width: 370px;
    margin: 0 auto;
    float: none;
    padding-left: 0;
}

.role-line-block div span.sub-edit-member {
    overflow: hidden;
    width: 64px;
    text-align: center;
    text-align-last: center;
}

.header-picshow {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: block;
}

.know-fix-layer {
    margin-top: -115px;
}

.new-notice-wrap {
    width: 216px;
    height: 70px;
    background: url("../img/box-new.png") no-repeat;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -108px;
    margin-top: -35px;
    box-shadow: none;
    display: none;
    z-index: 999;
}

.new-notice-wrap p.new-notice-txt {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
    font-size: 14px;
    padding-left: 50px;
}

.expert-r-block li span.com-blank-pic, .lay-more-ul span.com-blank-pic, .role-line-block div .pic-block span.com-blank-pic {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #D7D7D7;
    color: #ff6600;
    text-align: center;
    line-height: 50px;
    font-family: "方正姚体 Regular", "方正姚体";
    font-size: 18px;
    margin: 0 auto;
}

.result-down-wrap, .file-res-wrap {
    position: fixed;
    width: 500px;
    height: auto;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    background: #fff;
    z-index: 999;
    display: none;
    border-radius: 5px;
    padding: 20px;
}

.result-down-wrap a {
    display: block;
    word-break: break-all;
    line-height: 25px;
    color: #666;
    font-size: 16px;
}

.result-down-wrap a:hover {
    color: #006ac0;
}

.result-down-wrap a:link, .result-down-wrap a:visited, .result-down-wrap a:active {
    text-decoration: none;
    outline: none;
}

.topic-info b.task-res-wrap {
    line-height: 22px;
    margin-bottom: 8px;
}

.expert-r-block li.more-block {
    height: 80px;
}

.sub-task-form td a {
    color: #666;
}

.sub-task-form td a:hover, .expert-new-lt p a:hover {
    color: #2A6496;
}

.data-file:link, .data-file:visited, .data-file:active,
.expert-new-lt p a:link, .expert-new-lt p a:visited, .expert-new-lt p a:active {
    text-decoration: none;
    outline: none;
}

.expert-new-lt p a {
    color: #333;
}

.prohibit-up {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-left: 12px;
    background: #999;
    border: none;
    color: #fff;
}

.loadEffect {
    width: 100px;
    height: 100px;
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.loadEffect span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s;
}

.fix-err-wrap input, .fix-err-wrap select {
    float: left;
    margin-left: 24px;
}

.pub-err {
    float: left;
    display: inline-block;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ff6600;
}

.pub-exp-err {
    float: none;
    position: absolute;
    left: 600px;
}

.tab-no-min li {
    color: #666;
}

.sub-task-form td span.res-file {
    display: inline-block;
    width: 500px;
}

.expert-r-block li .res-file-wrap span {
    color: #666;
    line-height: 25px;
    float: left;
    text-align: left;
}

.res-file-wrap span {
    color: #666;
    line-height: 25px;
}

.res-file-wrap {
    overflow: hidden;
    clear: both;
    padding: 7px 0;
    border-bottom: 1px solid #f5f5f5;
}

.expert-r-block li .res-file-tit span {
    color: #333;
}

#goTopBtn {
    position: fixed;
    line-height: 36px;
    width: 40px;
    bottom: 140px;
    right: 20px;
    height: 40px;
    cursor: pointer;
    display: none;
    background: url("/img/backtop2.png") no-repeat;
}

.nf-tit {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    width: 800px;
    margin: 300px auto 0;
    overflow: hidden;
}

.nf-tit h3 {
    font-size: 60px;
}

.nf-tit h3, .nf-tit span {
    display: block;
    float: left;
    margin: 0;
}

.nf-tit span {
    font-size: 24px;
    height: 10px;
    line-height: 90px;
    margin-left: 30px;
}

.no-found-wrap {
    margin-top: 0;
    border-bottom: none;
    color: #666;
}

.no-found-wrap h5 {
    font-size: 20px;
    color: #666;
    font-weight: normal;
}

.nf-l {
    float: left;
    width: 300px;
    overflow: hidden;
}

.nf-l a, .nf-l a:link, .nf-l a:visited, .nf-l a:active {
    text-decoration: none;
    outline: none;
}

.nf-l a:hover {
    text-decoration: underline !important;
}

.new-no-found p {
    font-size: 36px;
    color: #7C8A9E;
    text-align: center;
}

.new-no-found img {
    display: block;
    width: 300px;
    margin: 50px auto 30px;
}

.new-no-found a {
    display: block;
    width: 320px;
    height: 62px;
    background: url("../img/fh-buttonl.png") no-repeat center;
    font-size: 24px;
    color: #49B7EE;
    text-align: center;
    line-height: 62px;
    margin: 50px auto;
    background-size: 320px 62px;
}

.new-no-found a:hover {
    color: #49B7EE;
}

.new-no-found a:link, .new-no-found a:visited, .new-no-found a:active {
    text-decoration: none;
    color: #49B7EE;
    outline: none;
}

.resou-cont {
    word-break: break-all;
}

/*课题成果文件*/
.add-filetype {
    padding-left: 65px;
}

.add-filetype-excel {
    background: url("../img/img_excel.png") no-repeat left top;
}

.add-filetype-img {
    background: url("../img/img_img.png") no-repeat left top;
}

.add-filetype-pdf {
    background: url("../img/img_pdf.png") no-repeat left top;
}

.add-filetype-rar {
    background: url("../img/img_rar.png") no-repeat left top;
}

.add-filetype-txt {
    background: url("../img/img_txt.png") no-repeat left top;
}

.add-filetype-word {
    background: url("../img/img_word.png") no-repeat left top;
}

.add-filetype-zip {
    background: url("../img/img_zip.png") no-repeat left top;
}

.circle-l em {
    display: block;
}

.pay_list_c1 {
    width: 24px;
    height: 18px;
    float: left;
    padding-top: 3px;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
    background-image: url(/img/inputradio.gif);
    background-repeat: no-repeat;
    background-position: -24px 0;
}

.radioclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.on {
    background-position: 0 0;
}

.con-title.org-res {
    background: url(../img/org-know-js.png) no-repeat left center;
}

.choice-blcok a.gooncheck {
    display: block;
    width: 47%;
    height: 35px;
    line-height: 35px;
    margin: 17px auto 0;
    background: none;
    text-align: center;
    color: #999;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
}

.choice-blcok a.gooncheck:link, .choice-blcok a.gooncheck:visited, .choice-blcok a.gooncheck:active {
    text-decoration: none;
    outline: none;
}

.recom-exp-list {
    max-height: 308px;
    overflow: hidden;
}

.task-dis-num {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #ff6600;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    right: 30px;
    top: 8px;
}

.header-rb span a {
    font-size: 14px !important;
}

.res-file-org input[type=checkbox] {
    margin-top: 7px;
    margin-left: 1px;
}

.judge-score-view {

}
.elastic-layer{
    position: fixed;
    width: 500px;
    height: 260px;
    left: 38%;
    top: 35%;
    border-radius: 5px;
    background: #f1f1f1;
    box-shadow: 4px 6px 12px #999;
    display: none;
    z-index:9999;
}

.elastic-layer p{
    height: 60%;
    line-height: 130px;
    text-align: center;
    font-size: 18px;
}

.btn-sur{
    padding-right: 94px;
    cursor: pointer;
}
.btn-canc{
    cursor: pointer;
}

.goBackBtn{
    background-color: #53b567;
    border-color: #4bae5f;
    color: #fff !important;
    font-size: 16px;
}
.fts16{
    color: #7a6f6f ;
    font-size: 18px;
}



.tabnav_label {
    text-align: center;
    margin-top: 10px;
}

.tabnav_label ul {
    height: 60px;
    width: 100%;
    display: table;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #EFEFF4;
    font-size: 18px;
    font-weight: bold;
}

.tabnav_label li {
    /* margin-top: 10px; */
    /* margin-right: 1px; */
    /* margin-right: 5px; */
    width: auto;
    /* min-width: 75px; */
    display: inline-block;
    line-height: 60px;
    cursor: pointer;
    height: 60px;
    font-size: 16px;
    box-shadow: 0 0px 1px #bfaa2a;
    color: #FFF;
    background: #bfaa2a;
    padding: 0 14.8px;
}
/*.tabnav_label li:hover{*/
    /*color: #101010;*/
    /*background: #fff;*/
    /*box-shadow: 0 2px 15px #fff;*/
/*}*/

.tabnav_label li.setBothBor {
    border-left: 1px solid #EFEEEE;
}

.tabnav_label ul a {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    display: block;
    color: #999;
    font-size: 15px;
}

.tabnav_label ul li.on {
    /*box-shadow: 0 2px 15px #26a13a;*/
    /*color: #FFF;*/
    /*background: #26a13a;*/
    box-shadow: 0 2px 15px #26a13a;
    color: #101010;
    background: #FFF;
}
.tabnav_label ul li.on a {
    color: #95B646;
}

.tabcon_label {
    float: left;
    width: 100%;
}

/*.tabcon_label ul {*/
    /*!*padding:10px 0 20px 20px;*!*/
    /*padding: 10px 0px 20px 0px;*/
/*}*/

/*.tabcon_label ul li {*/
    /*display: none;*/
/*}*/

/*.tabcon_label ul li.on {*/
    /*display: block;*/
/*}*/

.tabcon_label ul {
    height: 60px;
    width: 100%;
    display: table;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #EFEFF4;
    font-size: 18px;
    /*font-weight: bold;*/
}

.tabcon_label li {
    /* margin-top: 10px; */
    /* margin-right: 1px; */
    /* margin-right: 5px; */
    /*width: auto;*/
    /* min-width: 75px; */
    display: inline-block;
    line-height: 60px;
    cursor: pointer;
    height: 60px;
    font-size: 16px;
    box-shadow: 0 0px 1px #fff;
    color: #101010;
    background: #fff;
    padding: 0 14.8px;
    text-align: center;
    float: left;
}

.tabcon_label li a:hover{
    color: #26a13a;
}

.lastBtn{
    float: right;
    background: #26a13a;
    height: 48px;
    bottom: 9px;
    top: inherit;
    right: -20px;
    text-align: center;
    border-radius: 5px;
    outline: none;
    padding: 0 10px;
}
.lastBtn a{
    color: #fff !important;
    font-size: 18px;
    line-height: 48px;
}

.highlight {
    background-color: #FFFF88;
}
.set-point {
    float: left;
    font-style: normal;
    width: 10px;
    height: 22px;
    background: url(/img/circle.png) no-repeat left 6px;
    background-size: 5px;
    margin-top: 6px;
}
.overf{
    float: left;
    width: 100%;
}
.hate{
    font-family: "Microsoft YaHei"!important;
    font-size: 16px!important;
}
.hate h3{
    font-family: "Microsoft YaHei"!important;
}
.hate p {
    font-family: "Microsoft YaHei"!important;
    font-size: 16px!important;
}

.hate span{
    font-family: "Microsoft YaHei"!important;
    font-size: 16px!important;
 }

.hate table{
    font-family: "Microsoft YaHei"!important;
    font-size: 16px!important;
}
.hate div{
    font-family: "Microsoft YaHei"!important;
    font-size: 16px!important;
}

.res_detail{
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.expert_gold{
    float: left;
    width: 30%;
    height: 121px;
    margin: 20px 10px 20px 20px;
    color: #2e3e4e;
    /*box-shadow: 0 0px 1px #e7d671;*/
    /*background: #f5f0d1;*/
    border-radius: 4px;
}
.expert_gold b{
    font-weight: bold;
}

.expert_gold_one{
    float: left;
    width: 30%;
}
.expert_gold_one img{
    border-radius: 4px;
    cursor: pointer;
    width: 88px;
    height: 120px;
}
.expert_gold_two_no1{
    height: 98px;
}
.expert_gold_two{
    float: left;
    width: 70%;
}
.oneline{
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.twoline{
    /*text-overflow:hidden;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.expert_gold_two span{
    float: left;
    width: 100%;
    margin: 1px 0;
    font-size: 16px;

}
.expert_gold_two a{
    cursor: pointer;
}
.expert_gold_two a:hover{
    color: #26a13a;
}

.newFload{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 8px;
    background: #fff;
    padding: 30px;
    z-index: 1000;
    display: none;
    width: 600px;
    height: 425px;
    box-sizing: border-box;
    margin-left: -325px;
    margin-top: -250px;
    padding: 45px 20px;
}
.expert_detail_view{
     display: none;
     position: fixed;
    left: 24%;
    top: 13%;
     border-radius: 8px;
     background: #fff;
     padding: 30px;
     z-index: 1000;
     display: none;
     width: 1000px;
     height: 650px;
     box-sizing: border-box;
     /*margin-left: -125px;*/
     /*margin-top: -150px;*/
     padding: 20px 20px;
 }

.com-close {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/icon_close.png) no-repeat;
    background-size: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer !important;
    z-index: 98;
}


.delateLayer {
    width: 440px;
    height: 260px;
    margin-left: -220px;
    margin-top: -100px;
}
.delateLayer p {
    font-size: 20px;
    height: 116px;
    line-height: 123px;
    text-align: center; margin: 0 0 10px;
}


.common-layer {
    position: fixed;
    left: 50%;
    top: 42%;
    border-radius: 8px;
    background: #fff;
    padding: 30px;
    z-index: 1000;
    display: none;
}

.delateLayer .addPosition {
    height: 210px;
}

.addPosition {
    position: relative;
    height: 410px;
}

.layer-argument-btn {
    margin-top: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.layer-argument-btn span.mark-sure, #convertSubmit, .backLogin {
    width: 120px;
    height: 56px;
    line-height: 56px;
    background: #F9B700;
    color: #fff;
    float: right;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 4px #c8c8c8;
    border-radius: 8px;
}

.tipWords{
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    margin: 20px;
}
.tipWords span{
    float: left;
    width:  20%;
    margin-right: 5px;
    text-align: right;
}
.tipWords input{
    font-weight: normal;
    padding-left: 5px;
    width:  75%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    float: left;
}

.tipWords select{
    padding-left: 5px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    width: 75%;
    height: 48px;
    line-height: 48px;
    color: #333;
}
.editExpBtn{
    font-size: 20px;
    font-weight: bold;
    font-family: Microsoft YaHei
}

.detailExpBtn{
    font-size: 20px;
    font-weight: bold;
    font-family: Microsoft YaHei
}

.tipDetailWords{
    font-size: 18px;
    line-height: 32px;
    height: 30px;
    margin: 0px 20px 0 0px;
}
.tipDetailWords span{
    float: left;
    width:  10%;
    margin-right: 5px;
    text-align: left;
}
.tipDetailWords span.tipDetailWords_right{
    float: right;
    width:  86%;
    margin-right: 5px;
    text-align: left;
    font-size: 16px;
}

.layer-argument-detail {
    margin-top: 15px;
    right: 0;
    bottom: 0;
    height: 420px;
    width: 100%;
    padding-right: 25px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #ada5a5;
    border-radius: 4px;
}

.layer-argument-detail p{
    cursor: pointer;
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif!important;
    font-size: 16px;
    padding-left: 10px;
    line-height: 30px;
}

.layer-argument-detail p:hover{
    color: #325FBF;
}

.layer-argument-detail p.firST{
    font-weight: bold;
}
.layer-argument-detail p.secPP{
    padding-left: 10px;
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif!important
}

.new_more_bloc{
    cursor: pointer;
    height: 60px;
    line-height: 50px;
    width: 100%;
    background: #fff;
    text-align: center;
    margin-top: 10px;
    color: #666;
    padding-left: 0 !important;
    font-size: 18px;
}

.search_sel_tab{
    height: 48px;
    width: 28%;
    float: left;
    color: #333;
    font-size: 18px;
    line-height: 48px;
}
.search_sel_tab select{
    height: 48px;
    line-height: 48px;
    border: 1px solid #D6D6D6;
    padding: 0 5px;
    border-radius: 5px;
}





.hbox {
    display:table;
    table-layout:fixed;
    border-spacing:0;
    width:100%;
}
.hbox>aside, .hbox>section {
    display:table-cell;
    vertical-align:top;
    height:auto;
    padding:0;
    float:none;
}
.hbox>aside.show, .hbox>aside.hidden-sm, .hbox>section.show, .hbox>section.hidden-sm {
    display:table-cell !important;
}
.vbox {
    display:table;
    border-spacing:0;
    position:relative;
    height:100%;
    width:100%;
}
.vbox>section, .vbox>footer {
    top:0;
    bottom:0;
    width:100%;
}
.vbox>header ~ section {
    top:50px;
}
.vbox>section.w-f {
    bottom:50px;
}
.vbox>footer {
    top:auto;
    z-index:1000;
}
.vbox>footer ~ section {
    bottom:50px;
}
.vbox.flex>header, .vbox.flex>section, .vbox.flex>footer {
    position:inherit;
}
.vbox.flex>section {
    display:table-row;
    height:100%;
}
.vbox.flex>section>section {
    position:relative;
    height:100%;
    -webkit-overflow-scrolling:touch;
}
.ie .vbox.flex>section>section {
    display:table-cell;
}
.vbox.flex>section>section>section {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.cont-r {
    width: 98%;
    padding: 41px 50px 50px;
    height: 91%;
    box-sizing: border-box;
    position: relative;
}

/*--------------*/

.indexTab{
    max-width:100%;
}

.topSelection{
    width: 100%;
}
.topSelection_img{
    text-align: center;
    padding: 10px 12px 11px;
}
.topSelection_img img{
    width: 100%;
}
.small_img{
    text-align: center;
    padding: 10px 12px 0px 12px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    /*justify-content: space-between;*/
}
.small_img span{
    width: auto;
    margin-left: 3%;
    border: 1px solid;
}
.dynamicsTab{
    width: 100%;
    float: left;
    height:48px;
    /* padding-top: 30px;*/
}

.dynamicsTab h5 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    padding-left: 15px;
    padding-bottom: 10px;
    font-weight:bold;
}
.dynamicsTab_tip{
    height: 48px;
    overflow: hidden;
    background: #F7F7F7;
}
.dynamicsTab_tip ul{
    height: 115px;
}
.dynamicsTab_tip li{
    height: 34px;
    position:relative;
    width:80%;
}
.dynamicsTab_row{
    padding: 7px 15px 7px 15px;
    /* width: 90%; */
    float: left;
}

.dynamicsTab_row img{
    border: 0 solid #E5E5E5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.dynamicsTab_tip_span{
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    vertical-align: middle;
    line-height: 18px;
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    left:50px;
    font-size:15px;
}

.dynamicsTab_tip_span  b{
    color: #576B95;
}


.head_research{
    padding: 16px 12px 23px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 22px;
}
.content_research{
    text-align: center;
    padding-bottom: 50px;
}


.recommendTab{
    width: 100%;
    float: left;
    padding-top:10px;
}
.recentTab{
    width: 100%;
    float: left;
}
.buyTab{
    width: 100%;
    float: left;
}
.bugTab_all{
    float: right;
    font-size: 14px;
    color: #4E6BFF;
    letter-spacing: 0;
    padding: 25px 20px 10px 20px;
    font-weight: bold;
}
.bugTab_all a{
    color: #4E6BFF;
}
.indexTab_tip{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
}
.indexTab_more{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}
.indexTab_tip span{
    padding: 2px 15px 2px 15px;
    float: left;
    text-align: justify;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    word-break: break-all;
    /*word-wrap: break-word;word-break: break-all;overflow: hidden;*/
}
.indexTab_tip b{
    color: #576B95;
}
.indexTab_tip b.bk1{
    float: right;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    width: auto;
    text-align: right;
}

.footTab img{
    height: 30px;
}
.cpright{
    width: 100%;
    padding: 30px 0px;
    float: left;
    text-align: center;
    padding-bottom: 70px;
}
.cpright a{
    color: #a1a1a1!important;
}
.cpright b{
    color: #576B95;
}

.indexPointB{
    background: url(/img/point_b.png) no-repeat left 13px;
    background-size: 8px;
    padding-left: 10px;
    /*margin-left: 15px;*/
    box-sizing: border-box;
    width: auto;
    word-break: break-all;
    padding: 5px 15px 2px 15px;
}

.addEnd{
    width:100%;
    height:24px;
    line-height:24px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align:center;
    overflow:hidden;
    margin-top:40px;
    margin-bottom:50px;
}

.footerCard{
    margin-top:10px;
    margin-bottom:0;
    /*padding:0 12px;*/
    /*width: 100%;*/
}
.footerCard img{
    margin-top:0;
    margin-bottom:0;
    /*width: 100%!important;*/
    /*height: auto;*/
}

.footer_imgdiv_new{
    /*padding: 0 12px;*/
    width: auto;
}

.result_non{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.result_non p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    text-align: center;
    margin: 40px 0;
}
.result_non img{
    height: 164px;
}
.result_non span{
    background: #4E6BFF;
    border-radius: 2px;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 158px;
    height: 48px;
    line-height: 48px;
    /* float: left; */
    margin: 0 auto;
    display: block;
}

.res-noFind{
    width: 50%;
    display: block;
    margin: 0 auto;
}
.res-noFind-txt{
    font-size:14px;
    text-align:center;
    color:#666;
}

.errTip{
    display:none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -40px;
    width: 280px;
    height: 110px;
    line-height:40px;
    padding:20px 40px;
    box-sizing:border-box;
    background: rgba(0,0,0,.8);
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    z-index:99999;
}


.content_topp{
    float: left;
    height: auto;
    padding: 10px 22px;
    text-align: justify;
}
.content_main{
    float: left;
    height: auto;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 10px 12px;
    padding: 10px;
    box-shadow: 0px 2px 5px 1px #e1e1e1;
}
.cm_wds{
    font-size: 14px;
    color: #4E6BFF;
    line-height: 25px;
}
.content_main div{
    float: left;
}
.content_main h3{
    font-size: 16px;
    color: #4E6BFF;
    /*letter-spacing: 0;*/
    text-align: left;
    padding: 10px 0px;
    font-weight: 500;
    float: left;
}
.content_main h4{
    font-size: 14px;
    color: #4E6BFF;
    /*letter-spacing: 0;*/
    text-align: left;
    padding: 10px 0px;
    float: left;
    width: 100%;
    font-weight: 600;
}
.content_main h5{
    font-size: 12px;
    color: #666666;
    /*letter-spacing: 0;*/
    text-align: left;
    padding: 0px 0px 10px 0;
    float: left;
    width: 100%;
}
.content_main div.cm_bott{
    text-align: right;
    font-size: 14px;
    color: #4E6BFF;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}

.cm_res span{
    font-size: 14px;
    color: #333;
    height: 30px;
    border: 1px solid #e1e1e1;
    line-height: 30px;
    padding: 0px 10px;
    float: left;
    margin: 5px 10px 5px 0;
    border-radius: 4px;
    /*background: url('/img/field_icon .png') 8px 8px no-repeat;*/
    background-size: 14px;
    /*padding-left: 30px;*/
}

.cm_res span.cm_resSpanSel{
    /*background: url(/img/field_x.png) 8px 9px no-repeat;*/
    background-size: 12px;
    background-color: #4E6BFF;
    color: #fff;
}
.cm_res img {
    width: 20px;
    margin-right: 10px;
}
.cm_kwddiv{
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}
.cm_imgdiv{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.cm_listdiv{
    float: left;
    width: 100%;
    margin: 10px 0;
}


.rm_copy_tb{
    width: 100%;
    /* display: flex; */
    justify-content: center;
    float: left;
    margin-top: 25px;
}
.rm_copy_tb div.cpybutt{
    font-size: 16px;
    color: #FFFFFF;
    /*letter-spacing: 0;*/
    text-align: center;
    background: #4E6BFF;
    border-radius: 4px;
    width: 175px;
    height: 48px;
    line-height: 48px;
    margin-top: 30px;
    /* float: left; */
    margin: 10px auto
}
.rm_copy_tb div.cpyremk{
    font-size: 12px;
    color: #999999;
    /*letter-spacing: 0;*/
    text-align: center;
    padding: 0px 0px 10px 0;
}


.cm_videodiv{
    display: flex;
    justify-content: center;
    margin: 15px 0;
}



.content_foot{
    float: left;
    height: auto;
    border-radius: 4px;
    margin: 10px 12px;
    padding: 10px;
    margin-top: 20px;
}

.content_foot div{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.content_foot span.tpp_l{
    width: 54%;
    float: left;
    text-align: justify;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}
.content_foot span.tpp_r{
    width: 44%;
    float: right;
}
.content_foot span.tpp_r img{
    float: left;
    width: 100%;
}
.content_foot span.att_mm{
    float: left;
    text-align: justify;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.content_foot span.img_mm{
    float: left;
}
.content_foot span.imgg_mm img{
    float: left;
    width: 70%;
    padding: 0 15%;
}

.index_subject_ed{
    margin: 20px 0 15px 0;
}
.index_subject_ed span.sb_L{
    float: left;font-size: 15px;margin-left: 5px;
}
.index_subject_ed span.sb_R{
    float: left;margin-left: 10px;
}
.index_subject_ed select{
    width: 165px;
    height: 25px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    padding: 0 5px;
    background: url(/img/btn_shaixuan@2x.png) right no-repeat;
    background-size: 14px;
    padding-right: 14px;
    line-height: 24px;
}
.index_subject_ed span.sb_L b.sb_b{
    color: red;
    margin-right: 5px;
}

.sitEchartDiv{
    width:100%;
    height:350px;
    margin:15px auto;
    float: left;
}


.fdReport_com{
    float: left;
    width: 100%;
}

.exppdf_comDiv{
    margin: 20px auto;
    display: flex;
    width: 100%;
    float: left;
    justify-content: center;
}

.exp_pdf_com{
    float: left;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    background: #4E6BFF;
    cursor: pointer;
}

.cm_indexPointB{
    background: url(/img/point_b.png) no-repeat left 10px;
    background-size: 4px;
    padding-left: 10px;
    box-sizing: border-box;
    width: auto;
    word-break: break-all;
    padding: 0px 10px 2px 10px;
    float: left;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: justify;
}
.cm_indexPointB b{
    font-size: 14px;
    display: inline;
    color: #2b2b2b;
    font-weight: normal;
}
.cm_indexPointB b.rext{
    /*color: #c5c1c1;*/
    color: #2b2b2b;
    font-weight: bold;

}

.topic_content_tip{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.topic_content_tip div{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    background: #4E6BFF;
    border-radius: 2px;
    width: 195px;
    height: 38px;
    line-height: 38px;
}