#c-panel {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    display:none;
}

#c-panel-bg {
    background: #000;
    opacity:0.6;
    filter:alpha(opacity=60);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-content {
    background: #f9f9f9 none repeat scroll 0 0;
    left: 50%;
    margin-left: -290px;
    margin-top: -300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px 10px;
    position: absolute;
    top: 50%;
    width: 580px;
    border-radius: 3px;
}

.c-content #search, .c-content #wSearch {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 20px 0;
    position: fixed;
    width: 580px;
}

.c-content.c-learge #search {
    width:800px;
}

#search .s-text, #search .s-select {
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    padding: 0 5px;
    border:1px solid #ddd;
}

#search .s-select {
    height: 34px;
    line-height: 34px;
}

#search .s-text.short {
    width: 100px;
}

#search .s-panel-select {
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    padding: 0 5px;
    float:left;
    border:1px solid #ddd;
}

#search .s-panel-select.noMargin {
    margin-right:-1px;
    float:left;
}

#search .s-btn1 {
    background-color: #f1f1f1;
    border: 1px solid #d6d6d6;
    height: 32px;
    width: 60px;
    cursor:pointer;
    box-sizing: unset;
    display: inline-block;
    vertical-align: middle;
}

#search .s-btn1:hover {
    background-color: #ddd;
}

#search .close-cpanel {
    color: #999;
    cursor: pointer;
    float: right;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    font-size: 24px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

#uList {
    padding-top: 80px;
    width: 100%;
    margin-top: 0;
}

#uList table .action, #team-list table .action {
    width:60px;
}

#uList table, #team-list table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background:#FFFFFF;
    width:100%;
    border-top:1px solid #eee;
    border-right:1px solid #eee;
}

#uList .l_header th, #team-list .l_header th {
    /*line-height: 44px;*/
    padding: 8px 1px;
    border-left:1px solid #eee;
    border-bottom:1px solid #eee;
    font-weight: lighter;
}

#uList td, #team-list td {
    /*line-height: 44px;*/
    padding:8px 1px;
    border-left:1px solid #eee;
    border-bottom:1px solid #eee;
}

#uList tr:hover, #team-list tr:hover {
    background: #F0F9F9;
}

#uList tr.l_header:hover, #team-list tr.l_header:hover {
    background: #F7F7F7;
}

#uList tr.l_header, #team-list tr.l_header {
    background: #F7F7F7;
    border:none;
}

#uList .other1, #team-list .other1 {
    color:#333333;
    text-decoration: underline;
    margin-right:20px;
    cursor: pointer;
}

#uList .itemTitle > img, #team-list .itemTitle > img {
    margin: 5px 0;
}

#uList .a-button, #team-list .a-button {
    color:#266DC7;
    text-decoration: underline;
    margin:0 10px;
    cursor: pointer;
}

#uList .delete, #team-list .delete {
    color:#ff0042;
}

#c-panel .cN-pagination {
    margin: 20px 0;
    padding:0.75em 0;
}

.c-content .add-btn {
    float:left;
    margin:20px 0 0 0;
}

.searchSelect {
    border: 1px solid #e6e6e6;
    border-right: none;
    background: #f5f7fc;
    /* float: left; */
    padding-left: 10px;
    text-indent: 0;
    width: auto;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 34px;
    padding-top: 5px;
    padding-bottom: 7px;
    line-height: inherit;
}

#wSearch .close-cpanel:before {
    position:static;
}

#pagination3, #pagination4 {
    float:none;
}

.c-panel {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    display:none;
}

.c-panel-bg {
    background: #000;
    opacity:0.6;
    filter:alpha(opacity=60);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-content.c-learge {
    width:800px;
    margin-left:-400px;
}

.c-panel-tabs {
    float: left;
    margin-right: 10px;
}

.c-panel-tabs:after {
    content:".";
    visibility:hidden;
    display:block;
    clear:both;
    height:0;
}

.c-panel-tabs span {
    background: #eee none repeat scroll 0 0;
    color: #555;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
}

.c-panel-tabs .on {
    background:#009999;
    color:#fff;
}

.c-panel .s-title{
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 30px;
    position:relative;
    padding-left:20px;
}

.c-panel .s-title:before{
    content:"";
    width:10px;
    height:10px;
    background-color:#4975e7;
    position:absolute;
    left:0;
    top:10px;
}

.c-content #res-search, .c-content .search {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 20px 0;
    position: fixed;
    width: 580px;
}

#res-search .s-text, .c-content .search .s-text {
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    padding: 0 5px;
    border:1px solid #ddd;
}

#res-search .s-btn1, .c-content .search .s-btn1 {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    height: 34px;
    width: 60px;
    cursor:pointer;
    vertical-align: middle;
}

#res-search .s-btn1, .c-content .search .s-btn1:hover {
    background: #e6e6e6;
}

#res-search .close-cpanel, .c-content .search .close-cpanel {
    color: #999;
    cursor: pointer;
    float: right;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    font-size: 24px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
/*#res-search .close-cpanel:before, .c-content .search .close-cpanel:before {*/

/*    content:"×";*/

/*    font-family:"宋体";*/

/*    position: absolute;*/

/*    left: 3px;*/

/*    color: #FFF;*/

/*}*/
 #resList, #projectList, .res-list {
    padding-top: 80px;
    width: 100%;
}

#resList table .action, .res-list table .action {
    width:60px;
}

#resList table, .res-list table {
    width:100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background:#FFFFFF;
    border-right:1px solid #eee;
    border-top:1px solid #eee;
}

#resList .l_header th, .res-list .l_header th {
    line-height: 20px;
    border-left:1px solid #eee;
    border-bottom:1px solid #eee;
    font-weight: lighter;
    min-height: 40px;
    padding: 5px;
    vertical-align: middle;
}

#resList td, .res-list td {
    padding: 0 10px;
    vertical-align: middle;
    border-left:1px solid #eee;
    border-bottom:1px solid #eee;
}

#resList td img, .res-list td img {
    margin: 10px;
    height:70px;
}

#resList tr:hover, .res-list tr:hover {
    background: #F0F9F9;
}

#resList tr.l_header:hover, .res-list tr.l_header:hover {
    background: #F7F7F7;
}

#resList tr.l_header, .res-list tr.l_header {
    background: #F7F7F7;
    border:none;
}

#resList .itemTitle > img, .res-list .itemTitle > img {
    margin: 5px 0;
}

#resList .other1, .res-list .other1 {
    color:#333333;
    text-decoration: underline;
    margin-right:20px;
    cursor: pointer;
}

#resList .a-button, .res-list .a-button {
    color:#266DC7;
    text-decoration: underline;
    margin:0 10px;
    cursor: pointer;
}

.c-panel .cN-pagination {
    margin: 20px 0;
}
/*通用搜索框*/
 .search-wrap {
    overflow: hidden;
}

.search-wrap>.s-text {
    float: left;
}

.search-wrap .s-btn1 {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    height: 32px;
    width: 60px;
    cursor:pointer;
    float: right;
}

/*引用实验*/
.add-expres-btn {
    cursor: pointer;
    background: #4975e7;
    color: #fff;
    height: 32px;
    float: right;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #4975e7;
}

#expres-select-panel .c-content, #expres-select-panel .c-content .search {
    width: 830px;
}

#expres-select-panel .search-line {
    margin-bottom: 15px;
}

#expres-select-panel .isDone {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0 0 0 -1px;
    text-align: center;
    width: 110px;
    cursor: pointer;
    color: #333;
}

#expres-select-panel .isDone.on {
    background: #fbfbfb none repeat scroll 0 0;
    border-bottom: 2px solid #4976e8;
    color: #4976e8;
    height: 31px;
}

#expres-select-panel .search .s-btn1 {
    background-color: #4975e7;
    border-color: #4975e7;
    height: 34px;
    line-height: 34px;
    color: #fff;
}

#expres-select-panel .search .s-btn1:hover, .add-expres-btn:hover {
    background-color: #4166c9;
}

#expres-select-panel .close-cpanel {
    font-size: 16px;
    border: 1px solid #FF8383;
    line-height: 30px;
    background: #FF8383;
    color: #fff;
}

#expres-select-panel .close-cpanel:hover {
    background: #e47676;
}

#expres-select-panel .res-list {
    padding-top: 165px;
}

#expres-select-list li {
    padding:20px 0;
    width:380px;
    padding:10px;
    margin-bottom:20px;
    background-color:#fff;
    border:1px solid #eee;
    position:relative;
}

#expres-select-list li:nth-of-type(odd){
    float:left;
}

#expres-select-list li:nth-of-type(even){
    float:right;
}

#expres-select-list li .cover {
    position: relative;
    float: left;
    overflow:hidden;
    width:134px;
    height:84px;
    margin-right:10px;
}

#expres-select-list li .cover img {
    width: 100%;
}

#expres-select-list .project-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight:normal;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#000;
}

#expres-select-list .project-title a{
    color:inherit;
}

#expres-select-list .project-level {
    color: #999;
    margin-bottom:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#expres-select-list.project-level .proLevel {
    margin-right:30px;
}

#expres-select-list.project-level .proLevel i {
    color: #ff6600;
}

#expres-select-list.project-level .incharge i {
    color: #2f7cee
}

#expres-select-list.brief-title {
    font-weight:bold;
}

#expres-select-list .project-brief{
    color:#333;
    word-break: break-all;
    padding-right:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#expres-select-list li .a-button{
    font-size:12px;
    color:#fff;
    padding:5px 10px;
    margin:0;
    background-color:#f0ad4e;
    text-decoration:none;
    position:absolute;
    right:10px;
    bottom:12px;
}

#expres-select-list li .a-button:hover {
    background: #ec971f;
}
/*引用实验结束*/