﻿/*exportRes*/
    .exportRes ul li {
           padding-bottom: 13px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    }

    .exportHeader {
        background-color:#162344;
        color: #ffffff;
        line-height: 44px;
        padding-left: 22px;
        width: 100%;
    }

    .exportHeader .span1
    {
        font-size:14px;
        font-weight:bold;
    }

     .exportHeader .span2
    {

           margin-left:310px;
             font-size: 12px;
         cursor:pointer;
         background: url(../../images/jdetail/clear.png) no-repeat 0 -1px;
         padding-left: 15px;
    }

     .exportHeader .span3
     {
         cursor:pointer;
          margin-left: 15px;
          background: url(../../images/jdetail/dele.png) no-repeat 0 2px;
          padding-left: 19px;
     }
    .exportSel
{
           line-height: 47px;
    background-color: #e1f4ff;
    padding-left: 22px;
    }

    .exportSel select
    {
            display: inline-block;
            margin-right: 20px;
    width: 220px;
    }

    .exportSel span
    {
        color: #666666;
    font-size: 12px;
        cursor: pointer;

    }
.exportRes {
   height: 350px;
    width: 527px;
    bottom: 0px;
    right: 20px;
    background-color: #ffffff;
    position: fixed;
  border: 1px solid #162344;
    z-index: 1050;

}

.exportContent
{
        padding: 16px;
    padding-top: 0px;
    overflow-y: auto;
    height: 254px;
}

.exportContent .noselect
{
     text-align:center;
    color: #999;
    margin-top:100px;
}

.exportContent  li .title
{
    font-size: 13px;
    opacity: 0.7;

    width: 442px;
    display: inline-block;
}

.exportRes .clearbtn
{
     background-image: url(../../images/clear.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 13px;
    vertical-align: top;
}
