/*
* 弹层 分页 公共样式
*/
body {
    min-width: 1360px;
    font-size: 14px;
}
a {
    color: #333;
}
a:hover {
    text-decoration: none;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.wary {
    width: 100%;
    min-width: 980px;
    /*background-color: #f2f2f2;*/
}


#popmask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}
.popss {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 211;
    width: 486px;
    height: auto;
    max-height: 700px;
    background-color: #fff;
}
.popss .line {
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
}
.popss .pop_headnew {
    overflow: hidden;
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #D3D3D3;
}
.popss .pop_headnew .title {
    color: #333;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 68px;
}
.popss .pop_headnew .pop_close {
    position: absolute;
    overflow: hidden;
    margin: 10px 12px 0 0;
    width: 19px;
    height: 19px;
    background: url(../../images/icos_delete.png) no-repeat 0 0;
    right:0;
    top:0;
    cursor: pointer;
}
.popss .pop_headnew .pop_close:hover{
    background: url(../../images/icos_delete_01.png) no-repeat 0 0;
}
.popss .pop_con {
    margin-left: 0;
    padding: 10px 20px 0px 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: #fff;
    border:none;
    overflow: hidden;
}
.popss .pop_con .con {
    width: 100%;
    height: auto;
    background: #fff;
}
.popss .pop_con .tobriefing {
    float: left;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
}
.popss .pop_con .tobriefing .but_box {
    overflow: hidden;
    margin: 10px auto;
    width: 100%;
    height: 30px;
    background: none;
    padding-left: 18px;
    box-sizing: border-box;
}
.popss .pop_con .tobriefing .but_box input{
    width: 356px;
    height: 30px;
    float: left;
    border: 1px solid #D3D3D3;
    padding-left: 20px;
    box-sizing: border-box;
}
.popss .pop_con .tobriefing .but_box .but{
    float: left;
    width: 80px;
    height: 28px;
    font-size: 16px;
    color:#333;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    background: #eee;
    margin: 0;
    border: 1px solid #D3D3D3;
    border-left: 0;
}
.popss .pop_con .tobriefing ul{
    overflow-y: auto;
    width: 100%;
    height:155px
}
.popss .pop_con .tobriefing ul li{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 0;
    overflow: hidden;
}
.popss .pop_con .tobriefing ul li:hover{
    background:#F5F5F5;
}
.popss .pop_con .tobriefing ul li:hover .title a{
    color: #43B1E6;
}
.popss .pop_con .tobriefing ul li .title{
    float: left;
    padding-left: 20px;
    width: 330px;
    box-sizing: border-box;
}
.popss .pop_con .tobriefing ul li .title input{
    vertical-align: middle;
}
.popss .pop_con .tobriefing ul li .title a{
    color:#333;
    margin-left: 6px;
    vertical-align: middle;
}
.popss .pop_con .tobriefing ul li .act{
    float: right;
    width: 100px;
    text-align: center;
    height: 32px;
}
.popss .pop_con .tobriefing ul li .act .labact {
    display: inline-block;
    overflow: hidden;
    margin: 9px 0 0 60px;
    width: 20px;
    height: 20px;
    background: url("../../images/export.png") no-repeat;
}
.popss .pop_fotter{
    width:100%;
    height:80px;
    float: left;
    line-height: 80px;
    border-top: 1px solid #D3D3D3;
}
.popss .pop_fotter span{
    display: inline-block;
    width: 154px;
    height:40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    color:#fff;
    background: #8F9095;
    font-weight: 400;
    cursor: pointer;
}
.popss .pop_fotter span:first-of-type{
    background: #45B0E6;
    margin: 0 20px 0 70px
}
/*加关注*/
.filter-wary{
    width: 685px;
}
.filter-wary .pop_fotter span:first-of-type{
    margin: 0 20px 0 180px
}
.popss .pop_con .tobriefing ul .attentionlist{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border:1px solid #D3D3D3;
    text-align: center;
    cursor: pointer;
    margin: 10px;
}
/*加预警*/
.warning-wary{
    width: 685px !important;
}
.warning-wary .pop_headnew{
    width: 100% !important;
}
.warning-wary .line{
    width: 100%;
    height:40px;
    line-height: 40px;
    background: #FFF0F1;
    color:#FF786C;
    text-align: center;
    font-weight: bold;
}
.warning-wary .pop_con{
    width: 100% !important;
}
.warning-wary .pop_con .con{
    width: 100% !important;
}
.warning-wary .pop_con .con .towarning{
    width: 100% !important;
    padding: 10px 0 10px;
}
.warning-wary .pop_con .con .towarning .content{
    text-align: left;
    margin: 0 20px;
}
.warning-wary .pop_con .con .towarning span{
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    font-family: 黑体;
}
.warning-wary .pop_con .con .towarning textarea{
    width: 500px;
    height: 116px;
    border: 1px solid #D3D3D3;
    background: #F8F8F8;
    padding: 10px;
    box-sizing: border-box;
}
.warning-wary .pop_fotter span:first-of-type{
    margin: 0 20px 0 180px;
}
/*上报信息*/
.setreportedemail{
    width:685px;
}
.setreportedemail .pop_con .con ul{
    overflow: hidden;
}
.setreportedemail .pop_con .con ul li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dbdbdb;
    corlor: #dbdbdb;
    text-align:center;
    margin-left: 20px;
    cursor: pointer;
}
.setreportedemail .pop_con .con .tobriefing{
    overflow: hidden;
    height: 335px;
    overflow-y: auto;
}
.setreportedemail .pop_con .con .tobriefing .con_info_nav{
    width: 40%;
    float: left;
    padding-right: 20px;
    font-weight: normal;
}
.setreportedemail .pop_con .con .tobriefing .lines{
    width: 50%;
    float: right;
    margin:0;
    border-top: 0;
}
.setreportedemail .pop_con .con .tobriefing .lines span{
    border: 1px solid #dbdbdb;
    display: inline-block;
    width: 60px;
    height: 24px;
    vertical-align: top;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    border-left: 0;
}
.setreportedemail .pop_con .con .tobriefing ul{
    margin-top: 60px;
    overflow: hidden;
    padding-left: 83px;
    box-sizing: border-box;
    overflow-y: auto;
}
.setreportedemail .pop_con .con .tobriefing ul li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    corlor: #dbdbdb;
    border:0;
    text-align: left;
    cursor: pointer;
}
.reportedtab{
    background: #01B2E6 !important;
    color:#fff
}
.setreportedemail .pop_con .con .tobriefing .oa{
    background:#fff;
    width: 612px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.setreportedemail .pop_con .con .tobriefing .oa:first-of-type{
    margin-top: 40px;
}
.setreportedemail .pop_con .con .tobriefing .oa ul{
    overflow-y: auto;
    margin-top: 0;
    padding: 20px 40px;
    box-sizing: border-box;
}
.setreportedemail .pop_con .con .tobriefing .oa ul li{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border:1px solid #dbdbdb;
    color:#dbdbdb;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    padding:0
}
.ullifl_li{
    border: 1px solid #01B2E6 !important;
    color:#01B2E6 !important;
}
.setreportedemail .pop_con .con .tobriefing .oa .fl_li .btn{
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #45B0E6;
    background: #efefef;
    border:1px solid #efefef;
    margin-top: 9px;
    float: right;
    padding: 0 12px;
    font-size: 14px;
    cursor: pointer;
}