@charset "utf-8";

a{
    text-decoration: none;
}
/*资源表*/
.resource tr th{
    background: #f2f2f2;
    border-bottom: 2px solid #fff;
    font-size: 14px;
    width: 120px;
}
.resource tr{
    height: 50px;
}
.resource .re{
    height: 48px;
    border: 1px solid #333333;
    width: 300px;
    line-height: 48px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.resource .re p{
    display: inline-block;
}
.resource .re input{
    width: 80px;
    height: 40px;
    text-align: center;
    margin-left: 10px;
}
.resource .excel{
    float: left;
    line-height: 48px;
    /*margin-left: 10px;*/

}
/*.resource > div{*/
    /*margin-left: 10px;*/
/*}*/
.resource .clear{
    clear: both;
    background: #fce9e5;
    color: #FF0000;
    width: 525px;
    height: 45px;
    line-height: 45px;
    text-indent: 10px;
}
.sure .but{
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0375d8;
    color: #fff;
    border: 0;
}
.sure .suc{
    color:#0375d8;
    font-weight: bold;
}
.history-news .table-list p{
    display: inline-block;
    float: left;
    /*width: 100px;*/
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.history-news .table-list .tab{
    /*float: right;*/
    margin-left: 250px;
}
.history-news{
    width: 95%;
    /*height: 50px;*/

}
.history-news .table-list .tab a{
    float: right;
    line-height: 50px;
    color: #0375d8;
    font-weight: bold;
}
.history-news .table-list .tab a{
    border-bottom: 2px solid #fff;
}
.history-news .table-list{
    float: left;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 50px;
    width: 85%;
}
.history-news a{
    float: right;
    color: #e97f81;
    font-weight: bold;
    line-height:50px;
}

/*备注*/
.bei{
    width: 240px;
    height: 80px;
    background: #000000;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    position: absolute;
    margin-left: 210px;
    margin-top: -80px;

}


.outDiv{
    width:30px;
    height:30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.outDiv span {
    font-size:20px;
    color: #fff;
    z-index: 1;
}
.outDiv .blingbling{
    border: 15px solid #FF3300;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: scaleout 2.5s infinite ease-in-out;
    animation: scaleout 2.5s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% { -webkit-transform: scale(1.0) }
    100% {
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleout {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    } 100% {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          opacity: 0;
      }
}

.demo-class {
    background-color: #F2F2F2;
}

.demo2-class {
    background-color: #fff;
}

/*
.footer {
    position: absolute;
    bottom: 0;
}*/

#Dtop{
    border-right:inherit;
    border-bottom:inherit;
}

#Dtop .dbody {
    border: #1B72CE 1px solid;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
}

#Dtop .dhead {
    background: #ffffff;
    color: initial;
    padding: inherit;
    letter-spacing: initial;
    line-height: inherit;
    font-weight: bold;
    cursor: move;
    user-select: none;
    position: absolute;
    right: -16px;
    top: -16px;
    width: 30px;
    height: 30px;
    border-radius: 16px;
    border: 2px solid #D0D0D0;
}

#Dtop .dhead span {
    float: initial;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 36px;
    font-size: 36px;
    color: #D0D0D0;
    transform: rotate(45deg);
    background: initial;
}

#Dtop .dbox {
    padding: initial;
    overflow: hidden;
    line-height: 200%;
    clear: both;
}

#Dtop .dbox table {
    width: 100%;
    position: relative;
}

/* 按钮优化 */
.se2{
    width: 200px;
    height: 36px;
    position: absolute;
    top: 200px;
    left: 54px;
    z-index: 1;
    opacity: 0;
}
.se1{
    width: 200px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    background: #1B72CE;
    border-radius: 18px;
    position: absolute;
    top: 200px;
    left: 54px;
}

.se1:hover {
    cursor: pointer;
}