*{
    padding: 0px;
    margin: 0px;
}
html, body{
    width: 100%;
    height: 100%;
}
body{
    background: #f9fafd;
}
.clear{
    clear: both;
}
.main{
    width: 1200px;
    font-size: 16px;
}

.left-panel {
    float: left;
    width: 280px;
    height: 670px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 10px;
    /*background: #ffffff;*/
    padding-right: 1px;
    position: fixed;
}
.fr{float: right;}
.fontblue{color:#2d6ec0;}
.red{color:#CC0811;}

.tree-search-box{
    height: 40px;
    width: 100%;
}
.tree-search-box input{
    border-color: #2d6ec0;
    border-width: 1px;
    height: 35px;
    width: 100%;
}


.right-panel{
    float: right;
    margin-top: 10px;
    width: 900px;
    height: auto;
    margin-bottom: 124px;
    background: #ffffff;
    /*padding: 0px 100px;*/
}
.span1>li, .span2>li{
    list-style: none;
    padding-left: 120px;
}
.span1{
    border-bottom: 1px solid #ededed;
}
.span1>li:nth-of-type(1){
    margin-top:50px;
}
/*.span1>li:nth-of-type(1)>.form-control:nth-of-type(1){
    width:280px;
}
.span1>li:nth-of-type(1)>.form-control:nth-of-type(2){
    width:180px;
}*/
.span1>li.poscenter{
    width:680px;
    padding-left: 50px;
    padding-top:10px;
}
.span1>li.li3{
    width:610px;
    text-align: right;
    margin: 10px auto 30px auto;
    padding-left: 25px;
}
.span2>li{
    margin:39px 0px;
}
.cell{
    float: left;
    width: 300px;
    height: 80px;
}
.formlabel{
    width: 85px;
    display: inline-block;
    line-height: 28px;
    text-align: right;
}
.form-control{
    width:231px;
    height: 32px;
    font-size: 14px;
    margin-right: 30px;
}
.form-control[type='text']{
    width:220px;
    height:28px;
    padding-left:7px;
}
.form-control2{
    width:80px;
    height:28px;
    height: 20px\0;
    padding-left:6px;
}
.form-search{
     width: 526px;
     height: 38px;
     border: 1px solid #2d6ec0;
     outline: 0px solid;
     float:left;
     margin-left:7px;
     padding-left:10px;
 }
.form-search-btn{
    width: 100px;
    height: 40px;
    color: #ffffff;
    background: #2d6ec0;
    border: 1px solid #2d6ec0;
    outline: 0px solid;
    float: left;
    cursor: pointer;
    font-size: 16px;
}
.reset{
    height: 20px;
    width: 40px;
    color: #fff;
    border: 0px solid;
    outline: 0px solid;
    background: #ff0000;
    cursor: pointer;
}
.small-btn{
    width:60px;
    line-height: 20px;
    background: #2d6ec0;
    color: #ffffff;
    text-align: center;
    border: 0px solid;
    outline: 0px solid;
    margin-left: 20px;
    border-radius: 2px;
    cursor: pointer;
}
.form-btn{
    width:120px;
    line-height: 34px;
    background: #2d6ec0;
    color: #ffffff;
    text-align: center;
    border: 0px solid;
    outline: 0px solid;
    margin-left: 120px;
    border-radius: 2px;
    cursor: pointer;
}
.poscenter{
    margin: 30px auto 0px auto;
}
.form-sel{
    /*width: 60%;*/
}
.bread-curmb{
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0px;
}
.bread-curmb li{
    float: left;
    margin-right: 10px;
    color: #828284;
    font-size: 14px;
    display: list-item;
}
.bread-curmb li a{
    font-size: 16px;
}
/*.bread-curmb li a:hover{
    color: #2d6ec0;
}*/

.formbox{
    width: 60%;
    border-radius: 0px;
}
.specialty{
    float: left;
    width: 60%;
    padding: 3px 12px;
}
.deepSpecialty{
    float: left;
    width: 60%;
    padding: 3px 12px;
}
.resource{
    float: left;
    width: 60%;
    padding: 3px 12px;
}
.language{
    float: left;
    width: 60%;
    padding: 3px 12px;
}
.status{
    float: left;
    width: 60%;
    padding: 3px 12px;
}

.tag-sel span{
    color: #2d6ec0;
}
.tag-sel:hover{
    cursor: pointer;
}

.info-table tr {
    height: 50px;

}
.info-panel-title{
    border-bottom: 1px solid #ededed;
    height: 34px;
    padding-left:10px;
    line-height:34px;
}

#standard_list {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
#standard_list th{
    height: 40px;
    color: #fff;
    background: #39394e;
    text-align: center;
    border-bottom: none;
}
#standard_list  tr {
    border-bottom: 1px solid #ededed;
    height: 49px;
}
#standard_list  tr:nth-of-type(2n){
    background-color: #F8F9FB;
}
#standard_list  tr:last-child{
    border-bottom: 1px solid #ededed;
}
#standard_list td{
    text-align: center;
}
/*#standard_list td:nth-of-type(3){
    padding-right: 20px;
    position: relative;
}*/
#standard_list td:last-child{
    border-right: none;
}
#standard_list tr.even{
    background-color: #f8f9fb;
}
.infoicon{
    width:15px;
    height:15px;
    background: url("../img/infoicon.png") repeat-y;
}

.info-result{
    cursor: pointer;
}
.search-info-panel {
    margin: 30px 15px 0px 15px;
    border: 1px solid #ccc;
}

#result_list  {
    padding: 0px 15px;

}

.btnDiv{
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    position: inherit;
    text-align: right;
    padding-top: 20px;
    margin-bottom: 15px;
    float: right;
}

/* 收藏 已收藏*/
.shoucang{
    display: inline-block;
    /*vertical-align: middle;*/
    width: 17px;
    height: 17px;
    border:none;
    background: url(../img/shoucang.png) no-repeat 0 0;
    cursor:pointer
}
.shoucang:hover,
.shoucang.selected{
    background: url(../img/shoucanged.png) no-repeat 0 0;
    cursor:pointer
}

.litext{
    margin-bottom: 0px;
    cursor: pointer;
}

.btndetail{
    margin-left: 10px;
}

.downloadbutton,
.btn-primary,
.btn-info{
    width:96px;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active{
    background-color: #9a9a9a;
    border-color: #9a9a9a;
}

.downloadbutton,
.downloadbutton:focus,
.downloadbutton.focus,
.downloadbutton:active,
.downloadbutton.active,
.downloadbutton:active:focus,
.downloadbutton.active:focus,
.downloadbutton[disabled]:hover,
.downloadbutton.disabled:hover{
    background-color: #c01c22;
    color: #ffffff;
    border-color: #c01c22;
    background: #c01c22;
}
.downloadbutton:hover{
    background-color: #ffffff;
    color : #c01c22;
    border-color :#c01c22;
}

#standard_titie {color: #337ab7}
#standard_titie:hover {color:#19B5D9;}
#standard_titie:visited{color: #02119b}


.std-tag{
    margin-right: 5px;
    width: 14px;
}

.agg-tag{
    float: right;
    margin: 7px;
    cursor: pointer;
}
.agg-hidden td>span:nth-of-type(1){
    display: inline-block;
    width: 80px;
    text-align: right;
}
.s-msg{
    color: red;
    margin-left: 28%;
}
.picture{
    background:rgba(0,0,0,0.5) url("../img/img_5.jpg") no-repeat 50% 50%;
    background-size: 80%;
    cursor: -webkit-grab;
}
.close {
    float: right;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.4) url("../img/xx.png") no-repeat center;
    cursor: pointer;
    margin-top:80px;
}
.close:hover{
    background-color: #d91a0e;
}
.dlg_wrapper.dlg_collect .dlg_inner{width:400px;}
.dlg_wrapper.dlg_warn .dlg_inner{  width:400px;}
.dlg_wrapper.dlg_warn .dlg_inner .msg{text-align: left;}
.dlg_wrapper.dlg_enterfilename .dlg_inner{width:400px;}

/*弹窗，系统定位*/
.dlg_wrapper.sys-list .msg{
    max-height: 350px;
    overflow: auto;
}
.sys-list .msg>ul>li{
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.sys-list .msg>ul>li:nth-of-type(1){
    padding-left: 0px;
    font-size: 20px;
    color: #2d6ec0;
}
.sys-list .msg>ul>li:nth-last-of-type(1){
    color: #2d6ec0;
}
.sys-list .msg>ul>li>img{
    position:absolute;
    left:0px;
    top:8px;
}

.showpic{
    width: 23px;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 56px;
    background: url(../img/img_3.png) no-repeat;
    cursor: pointer;
}
.cbtn{
    width: 78px;
    border-radius: 2px;
    color: #2d6ec0;
    border: 1px solid #2d6ec0;
    background: #ffffff;
    float: right;
    margin-left: 5px;
}

.cbtn:hover, .btnon{
    color: #ffffff;
    background: #2d6ec0;
}

.validate{
    float:left;
    color:#ff0000;
    margin-left: 50px;
    display:none;
}
.txdw-icon:hover + .txdw-tip{
    display: block;
}
.txdw-tip{
    width:170px;
    position:absolute;
    top:0px;
    right:20px;
    color: #333333;
    background: #ffffff;
    border: 1px solid;
    border-radius: 3px;
    padding: 15px;
    font-size: 12px;
    text-align: center;
    display:none;
}
.entrystyle{
    float: right;
    width: 765px;
    margin-left: 15px;
    margin-bottom: 7px;
    line-height: 22px;
}
.download-tag{
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url("../img/xiazai.png") no-repeat;
}
.download-tag.fbden{
    background: url("../img/xiazai1.png") no-repeat;
    cursor: not-allowed;
}
.download-tag.nfbden:hover{
    background: url("../img/xiazai2.png") no-repeat;
}
.poslocation{
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url("../img/pos1.png") no-repeat;
}
.poslocation:hover{
    background: url("../img/pos2.png") no-repeat;
}
.ztree{background-color:#fff;}
