@charset "utf-8";
/* CSS Document */
.main{
    padding-top:40px;
}
.main_inner{
    margin:0 auto;
    width:1300px;
}
.main_l{
    width:290px;
    float:left;
    margin-left: 30px;
}
.main_r{
    width:880px;
    float:right;
    margin-right: 70px;
}
.main_nav{
    box-shadow:1px 2px 2px rgba(0,0,0,0.3);
}
.tab_box{

    width:290px;
    height:45px;
}
.tab{
    width:268px;
    overflow:hidden;
    float:left;
    height:45px;
    position:relative;
}
.nav_tab{
    width:999px;
    position:absolute;
    top:0;
    left:0;
}
.nav_tab a{
    float:left;
    height:45px;
    background:#ff6600;
    color:#fff;
    line-height:45px;
    min-width:66px;
    text-align:center;
    font-size:14px;
    font-family:'微软雅黑';
}
.nav_tab a+a{
    margin-left:1px;
}
.nav_tab .active{
    background:#fff;
    color:#ff6600;
    border:1px solid #eee;
}
.to_left{
    float:left;
    display:none;
}
.to_right{
    float:right;
}
.to_left,.to_right{
    height:45px;
    background:#ff6600;
    color:#fff;
    line-height:45px;
    width:22px;
    text-align:center;
}
.to_right:hover,.to_left:hover{
    background:#F90;
}

.sub_nav div{
    min-height:430px;
    padding-top:36px;
    display:none;
}
.sub_nav div li a{
    line-height:48px;
    text-align:center;
    color:#333;
    font-size:14px;
    display:block;
    width:290px;
}
.sub_nav div li .active{
    background:#eee;
    color:#ff6600;
}
.main_keywords{
    height:715px;
    margin-top:15px;
    background:#f7f7f7;
}

/*search start*/
.search{
    background:#f6f6f6;
    border:1px solid #ddd;
    padding:16px;
}
.data{
    line-height:33px;
    height:36px;
}
.data>a,.data>span,.data>input{
    float:left;
}
.data input{
    height:30px;
    line-height:30px;
    width:260px;
    border:1px solid #ccc;
    border-radius:3px;
}
.date_icon{
    font-size:17px;
    color:#333;
    margin:0px 7px 0 8px;
    cursor:default;
}
.search_btn,.delete_btn{
    float:left;
    display:block;
    text-align:center;
    width:60px;
    line-height:31px;
    background:#6f9aea;
    color:#fff;
    border-radius:3px;
    margin-left:12px;
}
.search_btn:active,.delete_btn:active{
    background:#6284e4;
}
.condition{
    height:30px;
    line-height:30px;
    margin-bottom:18px;
}
.condition>a,.condition>select,.condition>input{
    float:left;
}
.plus i,.reduce i{
    color:#333;
    font-size:20px;
}
.plus:active i,.reduce:active i{
    color:#900;
}
.plus{
    margin-top:7px;
    margin-left: 7px;
}
.reduce{
    margin:7px 20px 0 15px;
}
.condition select{
    height:30px;
    width:120px;
    text-align:center;
    border:1px solid #c9c9c9;
}
.itemFilter{
    height:30px;
    width:250px;
    text-align:center;
    border:1px solid #c9c9c9;
}
.itemFilterDiv{
    height:40px;
}
.condition .s_01{
    width:60px;
    margin-right:10px;
}
.condition input{
    width:66%;
    height:30px;
    line-height:30px;
    margin-left:10px;
    border:1px solid #c9c9c9;
    padding-left:5px;
    border-radius:3px;
}
.Selected, .Selected_kyxm{
    width:880px;
    margin:15px 0;
    float: left;
}
.Selected div, .Selected_kyxm div{
    float:left;
    padding:2px 5px;
    line-height:18px;
    vertical-align:middle;
    background:#5cada4;
    color:#fff;
    font-size:12px;
    border-radius:3px;
    font-family:'微软雅黑';
}
.Selected div:first-child{
    background:none;
    color:#333;
    margin-right:5px;
}
.Selected div:first-child:hover{
    background:none;
}
.Selected div:hover, .Selected_kyxm div:hover{
    background:#47958d;
}
.Selected div a, .Selected_kyxm div a{
    margin:0 0 0 4px;
    color:#fff;
}
.Selected div a:active, .Selected_kyxm div a:active{
    opacity:.6;
}
.Selected div, .Selected_kyxm div{
    margin-right:10px;
}
.txt_top{
    line-height:30px;
    padding-bottom:6px;
    border-bottom:2px solid #ddd;
}
.txt_top input{
    margin-top:9px;
    margin-right:4px;
    display:block;
    float:left;
}
.txt_top a{
    color:#333;
}
.txt_top a:active{
    color:#6291fe;
}
.txt_top .top_l{
    float:left;
    font-size:13px;
}
.txt_top .top_r{
    float:right;
    font-size:13px;
}
.txt_top .top_r p{
    float:left;
}
.txt_top .top_l a{
    margin-right:10px;
    display:block;
    line-height:30px;
    padding:0 10px;
    color:#fff;
    float:left;
}
.txt_top .top_l a i{
    margin-right:6px;
}
.txt_top .top_l a:hover{
    opacity:.9;
}
.top_l .btn_01{
    background:#609fa7;
}
.top_l .btn_02{
    background:#6f9aea;
}
.top_l .btn_03{
    background:#de9667;
}
.txt_top .top_r a{
    display:block;
    float:left;
    line-height:24px;
    padding-right:5px;
    margin-right: 10px;
    text-align:center;
    margin-top:3px;
    border-radius:3px;
}
.main_r_list{
    margin-bottom:30px;
}
.list_single{
    margin-top:10px;
}
.list_single .tit{
    line-height:1.8;
    width:870px;
    font-weight:bold;
    /*white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;*/
    float:left;
    letter-spacing:1px;
    margin-bottom:10px;
}
.sign{
    color:#c03530;
}
.tit_box .number{
    float:right;
    line-height:40px;
    color:#ff6500;
}
.tit_box .number span+span{
    margin-left:15px;
}
#checkbox_tit{
    margin-right:5px;
}
.list_single  .name{
    margin-left:0 !important;
    line-height:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-top:0;
    margin-right:20px;
}
.number_box{
    /*padding-bottom:20px;*/
    overflow: hidden;
}
.name_box{
    width:880px;
    padding-bottom: 4px;
    display: inline-block;
}
.operation_box{float:left;}
.operation_box a{
    color:#4c4c4c;
    font-size:14px;
    margin-right:30px;
}
.operation_box a:hover{
    color:#900;
}
.operation_box i{
    margin-right:3px;
}
.number span{
    color:#4c4c4c;
    font-size:14px;
}
.tit_b{
    line-height:25px;
    float: left;
}

.list_single .time{
    margin-left:15px;
    color:#8c8c8c;
}
.abstract{
    margin:2px 0 0 0;
    color:#666;
    line-height:1.8;
    padding-bottom:3px;
}
.list_single .number{
    margin-right:5px;
    float: right;
    display: inline-flex;
}
.list_single .number span {
    display: inline-block;
    height:19px;
    line-height: 1.8;
    margin-left:15px;
}
.list_single .number span span{
    color:#900;
    margin:0;
}
.tag_box{border-bottom:1px solid #ededed;padding-top: 5px;padding-bottom:7px;}
.tag_box .E_sl{border:1px solid #c03530;color:#c03530 !important;}
.tag_box li{ display: inline-block;line-height:16px;padding:2px 5px;  margin-right: 3px; background:#f3e4e4; border:1px solid #c03530; color:#c03530;  border-radius:3px;}
.tag_box li{ *display: inline;}


/*page start*/
.pages {
    width:720px;
    margin:0 auto;
    padding-left:130px;
    margin-bottom:60px;
    height:43px;
}
.pages #Pagination {
    float: left;
    overflow: hidden;
}
.pages #Pagination .pagination {
    height: 40px;
    text-align: right;
}
.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
    float: left;
    display: inline;
    padding: 12px 18px;
    border: 1px solid #eee;
    border-right: none;
    background: #f9f9f9;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}
.pages #Pagination .pagination .current {
    background: #ffac59;
    color: #fff;
    border:1px solid #ffac59;
}
.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
    float: left;
    padding: 11px 13px;
    border: 1px solid #eee;
    background: #f9f9f9;
    color: #666666;
    cursor: pointer;
}
.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
    display: inline-block;
    width: 4px;
    height: 11px;
    margin-right: 5px;
    background: url(../images/icon.fw.png) no-repeat;
}
.pages #Pagination .pagination .prev {
    border-right: none;
}
.pages #Pagination .pagination .prev i {
    background-position: -144px -1px;
    *background-position: -144px -4px;
}
.pages #Pagination .pagination .next i {
    background-position: -156px -1px;
    *background-position: -156px -4px;
}
.pages #Pagination .pagination .pagination-break {
    padding: 11px 5px;
    border: none;
    border-left: 1px solid #e6e6e6;
    background: none;
    cursor: default;
}
.pages .searchPage {
    float: left;
    padding: 8px 0;
}
.pages .searchPage .page-sum {
    padding: 11px 13px;
    color: #666;
    font-size: 14px;
}
.pages .searchPage .page-go {
    padding: 8px 0;
    color: #666;
    font-size: 14px;
    padding: 10px 0\9;
    *padding: 6px 0;
}
.pages .searchPage .page-go input {
    width: 21px;
    height: 20px;
    margin: 0 5px;
    padding-left: 5px;
    border: 1px solid #e4e4e4;
}
.pages .searchPage .page-btn {
    margin: 9px 0 5px 5px;
    padding: 2px 5px;
    background: #ffac59;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
.table_bottom{
    line-height:56px;
    margin-left:30px;
    height:56px;
    background:#fff;
    margin-bottom:30px;
}
.table_bottom select{
    min-width:80px;
    text-align:center;
    height:22px;
    margin-left:10px;

}
.table_bottom select option{
    text-align:center;
    line-height:26px;
}
.display{
    float:left;
}
.page{
    height:30px;
    background:#fff;
    min-width:118px;
    float:right;
    margin:13px 55px 0 0;

}
.page ul{
    float:left;
    border:1px solid #eee;
    padding:0 !important;
}
.page li a{
    display:block;
    line-height:28px;
    min-width:46px;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#333;
}
.page li a:hover{
    background:#8fb1f0;
    color:#fff;
    text-decoration:none;
}
.page li .active{
    background:#8fb1f0;
    color:#fff;
    cursor:default;
    text-decoration:none;
}
.page li+li{
    border-left:1px solid #e1e1e1;
}
.page li{
    float:left;
    height:28px !important;
}
.prev:active,.next:active{
    background-color:#f5f5f5;
}
.prev{
    float:left;
    width:35px;
    height:28px;
    line-height:28px;
    text-align:center;
    color:#333;
    font-size:13px;
    border-radius:3px 0 0 3px;
    border:1px solid #eee;
}
.next{
    float:right;
    width:35px;
    height:28px;
    line-height:28px;
    text-align:center;
    color:#333;
    font-size:13px;
    border-radius: 0 3px 3px 0;
    border:1px solid #eee;
}
.prev_disabled {
    float:left;
    width:35px;
    height:28px;
    line-height:28px;
    text-align:center;
    font-size:13px;
    border-radius:3px 0 0 3px;
    border:1px solid #eee;
    cursor:default;
    color:#E5E0E0;
    text-decoration:none;
}
.next_disabled {
    float:left;
    width:35px;
    height:28px;
    line-height:28px;
    text-align:center;
    font-size:13px;
    border-radius:3px 0 0 3px;
    border:1px solid #eee;
    cursor:default;
    color:#E5E0E0;
    text-decoration:none;
}
.isNotInternal{
    margin-bottom: -9px;
}
.fr_p{
    float: left;
    margin-right: 15px;
}


/*成果报告*/
#cusReportDiv{
    padding: 15px;
    font-size: 14px;
}

#cusReportDiv form{
    padding:0;
    margin: 0;
}

#cusReportDiv .top, #cusReportDiv .bottom{
    line-height: 40px;
}

#cusReportDiv .top{
    border-bottom: 1px solid #ededed;
}

#cusReportDiv .top div label, #cusReportDiv .bottom div label{
    width: 130px;
    display: inline-block;
    margin-right: 10px;
}

#cusReportDiv .top div label:last-child, #cusReportDiv .bottom div label:last-child{
    margin-right: 0;
}

.report_btn_div{
    float: right;
    min-height: 36px;
    line-height: 36px;
    margin-top: 10px;
}

.report_btn{
    display: block;
    text-align: center;
    line-height: 31px;
    background: #6f9aea;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
}
/*成果报告*/
/*列表页分享*/
ul.share_sub {
    align-content: c;
    width: 140px;
    padding: 10px 0;
    position: absolute;
    left: 61px;
    top: 5px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eee;
    display: none;
    font-size: 15px;
}
ul.share_sub li a {
    font-size: 14px;
}
ul.share_sub li {
    display: table;
    margin: 0px 0px 0px 28px;
}
.bdsharebuttonbox{
    position: absolute;
}