/*登录主页面*/
.main{
   /* position: absolute;
    width: 100%;
    height:100%;
   !* background: url(../img/bgNewPic.png) no-repeat center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;*!
    overflow:hidden;*/
}
.h1{
    position: relative;
    left: 100px;
    top: 20px;
    background: url(../img/logodls.png) no-repeat center left;
    width: 350px;
    height: 88px;
    z-index: 99;
}
.h1 h1{
    position: absolute;
    left: 60px;
    top: 70px;
    font: 20px "微软雅黑";
    color: #0C3675;

}
.loginMain{
    width: 1202px;
    height: 577px;
    position: absolute;
    top:50%;
    margin-top: -330px;
    left:50%;
    margin-left: -601px;


}
.lgleftBg {
    position: absolute;
    top: 20px;
    left: 66px;
    width: 602px;
    height: 577px;
    background-color: red;
    background: url(../img/loginLeft.png) no-repeat right center;
    background-size: cover;

}

.lgrightBg {
    background-color: #fff;
    position: absolute;
    top: 85px;
    right: 0;
    z-index: 9;
    width: 384px;
    height: 447px;
    box-shadow:0px 4px 14px 0px rgba(198,207,211,0.53);
}
.lgrightBg .title-right{
    font-size: 18px;
    font-weight: 600;
    padding-left: 29px;
    margin-top: 31px;
    margin-bottom: 2px;
}
.lgrightBg input{
    margin: 30px 20px 0;
    border: 1px solid #e5e5e5;
    height: 44px;
    line-height: 44px;
    padding-left: 18px;
    width: 344px;
}


.divLogin{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -180px;
}
.login{
  /*  position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -164px;*/
    margin-top: 20px;
    width: 360px;
    height: 250px;
    padding: 40px 30px;
    padding-top: 30px;
    padding-left: 0px;
   /* background-color: rgba(255,255,255,0.7);*/
    border-radius: 2px;
    box-sizing: border-box;
    background: url(../img/loginJuXingf.png) no-repeat center center;
   /* opacity: 0.5;*/
}
.loginCountItem {
    list-style: none;
   /* position: relative;*/
    margin-bottom: 20px;
    /*border-bottom: 1px solid #afafaf;*/
    /*margin-top: 40px;*/
}
.lgCtLabel {
    width: 120px;
    position: relative;
  /*  top: 0;
    left: 20px;
    display: block;*/
   /* width: 18px;
    height:26px;*/
    /*background-color: red;*/
    color: #2883e0;
    font-weight: 100;
}
.lclNum {
    width: 30px;
    height:30px;
    position: absolute;
    background: url(../img/humanNew.png) no-repeat center center;
    background-size: 30px 30px;
    top:3px;
}
.hanzi{
    position: absolute;
    left: 40px;
    top:-3px;
    font-size: 21px;
}
.yingwen{
    position: absolute;
    left: 40px;
    top:20px;
    font-size: 14px;
}
.lclPswd {
    width: 30px;
    height:30px;
    position: absolute;
    background: url(../img/lockNew.png) no-repeat center center;
    background-size: 30px 30px;
    top:3px;
  /*  background: url(../img/lock.png) no-repeat center center;
    background-size: 18px 26px;*/
}
.lgCtIpt {
    width: 60%;
    box-sizing: border-box;
    padding-top: 3px;
    margin-left: 120px;
}
.lgCtIpt input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    border: none;
    outline: none;
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    font-size: 20px;
    font-family: "方兰正亭超细黑简体"!important;
    color: #757575;
    background-color: initial;
    border-bottom: 1px  solid #2883e0;
}
.loginCountItem .lgCtIpt input:focus{
    outline: none;
    border-bottom: 1px solid #2883e0!important;
}
.btn-l {
    display: block;
    border-radius: 22px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #287cef;
    box-shadow: 0 0 0 #fff,
    0 0 0 #fff,
    inset 0 -2px 2px rgba(0,0,0,0.2),
    inset 0 2px 2px rgba(255,255,255,0.6);
}
.btn-New {
    display: block;
    width: 344px;
    height: 44px;
    line-height: 44px;
    margin: 30px 20px 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #437EE8;
}
.forgetPassword{
    color: #437EE8;
    font-size: 14px;
    float: right;
    padding-right: 20px;
}
.loginSaveBtn {
    margin-top: 30px;
}
/*input框内字体颜色*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b6b6b6!important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b6b6b6!important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b6b6b6!important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b6b6b6!important;
}
.friendly{
    position: absolute;
    left: 50%;
    margin-left: -140px;
    bottom: 50px;
}
.friendly p{
    font: 14px "芳兰正亭超细黑简体";
    color: #434343;
}
/*首页样式*/
.news{
    background-color: #f8f8f8;
    padding: 10px;
    padding-bottom: 0px;
    font-family: "方兰正亭超细黑简体"!important;
}
.top_news{
    color: #333;
    /*background-color: #fff;*/
}
.top_news a:link{
    color: #333;
}
.top_news a:visited{
    color: #333!important;
}

.wid_65{
    /*float: left;*/
    width: 99.5%;
   /* height: 660px;*/
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    /*margin-right: 10px;*/
    padding: 15px;
    padding-bottom: 20px;
    position: relative;
    background-color: #fff;
}
.wid_65 h4,.wid_35 h4{
    font-size: 14px!important;
}
.cTitle-yellow{
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}
.moreThing_ye{
    color: #77ace5;
    position: absolute;
    right: 24px;
    top: 15px;
}
.cTitle-blue{
  /*  padding-bottom: 10px;
    border-bottom: 1px solid #77ace5;*/
    font-size: 14px;
}
.moreThing_bl{
    color: #437EE8;
    position: absolute;
    right: 8px;
    top: 15px;
    cursor: pointer;
}
.col-f7c687{
    color: #77ace5;
    padding-right: 15px;
}
.col-ed{
    color: #ededed!important;
    padding-right: 15px;
}
.col-77{
    color: #77ace5;
    padding-right: 15px;
}
.wid_35{
    width: 100%;
    height: 290px;
    float: left;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    position: relative;
    background-color: #fff;
}
/*.wid_35+.wid_35{
    margin-left: 10px;
}*/
.wait_left{
    width: 100%;
    padding: 15px;
    padding-right: 0;
    margin-bottom: 25px;
}
.wait_left .wait_ul li{
    /*  float: left;
    width: 50%; */
}
.wait_left .wait_ul li:hover .aDetil,.wait_left .wait_ul li:hover{
    color: #437EE8!important;
    /*  float: left;
    width: 50%; */
}
.wid_ul{
    width: 100%;
    padding: 15px;
    max-height: 220px;
    overflow: hidden;
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
}
.wid_ul ul{
    height: 215px;
    line-height: 215px;
    text-align: center;
    overflow-y: auto;
}
.wid_ul ul li{
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: left;
}
.wid_ul ul li:hover{
    color: #437EE8!important;
}
.wid_ul ul li:hover a{
    color: #437EE8!important;
}
.wid_65 .wid_ul ul{
    box-sizing: border-box;
    height: 550px;
    overflow: hidden;
}
.wid_65 ul li{
    height: 35px;
    line-height: 35px;
}

.tool{
    background-color: #f8f8f8;
    padding: 10px;
    padding-top: 0;
}
.tool .animate{
    border: 1px solid #e0e1e1;
    border-radius: 10px;
    background-color: #fff;
    height: 132px;
    position: relative;
}
.ul_move{
    width: 850px;
    height: 132px;
    margin: 0 auto;
    /*margin-left: 190px;*/
    position: relative;
}
.tool ul{
    width: 3000px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.tool ul li{
    padding: 10px 0px;
    float: left;
    width: 6%;
    /*margin-right: 75px;*/
    overflow: hidden;
}
#arr span {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 80px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    line-height: 100px;
    text-align: center;
    font-weight: 700;
    font-family: '黑体';
    font-size: 50px;
    color: #BFBFBF;
}

#arr #right {
    right: 80px;
    left: auto;
}

.ellipsis{
    width: 70%;
    display: inline-block;
    position: relative;
    left: 5px;
    top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.ellipsis35{
    width: 67%;
    display: inline-block;
    position: relative;
    left: 5px;
    top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
/*待办事项详情*/
.ellipsisSpe{
    width: 95%;
    display: inline-block;
    position: relative;
    left: 5px;
    top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.left_details{
    width: 60%;
    height:850px;
    /*text-align: center;*/
    position: relative;
    border: 1px solid #e0e1e1;
    padding: 10px;
    border-radius: 0px;
    overflow-y: auto;
    padding-left: 20px;
}
.left_details ul{


}
.left_details ul li{
    height: 35px;
    line-height: 35px;
}
.ul_details{
    height:795px;
    box-sizing: border-box;
    overflow: auto;
}
.left_details a{
    color: #333;
}
.left_details a:visited{
    color: #437EE8!important;
}
.scrollArrow{
    width: 85%;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    border-radius: 9px;
    border: 1px solid #C9C9C9;
}
.scrollArrow .bgiArrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/scrollarrow.png) no-repeat center center;
}
.right_details{
    width: 38%;
    max-height: 849px;
    border: 1px solid #e0e1e1;
    padding: 10px;
    border-radius: 0px;
    overflow: auto;

    /*background-color: #fff;*/
}
/*.right_details h4,.right_details h5{
    text-align: center;
    padding-bottom: 10px;
}*/
/*.right_details p{
    text-indent: 2em;
    word-break:break-all;
    word-wrap:break-word ;
}*/

/*功能权限与人员数据权限*/
.perWidth{
    border-radius: 9px;
    border: 1px solid #ddd;
}
/* .perWidth p{
    height: 35px;
    line-height: 35px;
    background-color: #428BCA;
    color: #fff;
    font-size: 16px;
} */
.pHome{
    width: 10%;
    height: 70px;
    line-height: 70px;
    background-color: #efefef;
    color: #333;
    font-size: 12px;
    text-align: center;
}

.pHome50{
    width: 20%;
    height: 57px;
    line-height: 57px;
    background-color: #efefef;
    color: #333;
    font-size: 12px;
    text-align: center;
}
.div_ul50{
    width: 80%;
    /*height: 35px;*/
    overflow-x: auto;
}

.div_ul{
    width: 90%;
    height: 70px;
    overflow: auto;
}
.perWidth li{
    /*float: left;*/
    height: 25px;
    min-width: 88px;
    border-radius: 11px;
    font-size: 12px;
    line-height: 25px;
    /* margin-top: 15px;*/
    /* margin-left: 20px;*/
    padding: 0px 13px;
    /* padding: 0 10px;*/
    text-align: center;
    color: #7c7c7c;
    margin: 15px 5px 0 5px;
    cursor: pointer;

}
.perWidth li:hover{
    background-color: #437EE8;
    color: #fff;
}


/*数据字典与海关检疫字典*/
.midbor{
    border: 1px solid #ddd;
    border-radius: 9px;
    width: 100%;
    overflow-x: auto;
}
.form-group_display .form-group{ width: 80%; margin: 20px auto 0; overflow: hidden;}
/*.form-group label{  text-align: right; padding-bottom: 10px;}*/
.modal{ background: #FFFFFF;}
.modal-content{ width: 80%;}
.modal-dialog{ width: 80%;}
.bor-70{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 9px;
    margin-bottom: 15px;
}
.home{
    width: 10%;
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    color: #333;
}
div  .ulBorder{
    width: 90%;
    height: 50px;
    box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
}
div .liBorder{
    height: 20px;
    margin-top: 15px;
    margin-left: 20px;
    padding: 0px 13px;
    border-radius: 11px;
    color: #77ace5;
    display: inline-block;
}
div .liBorder:hover{
    background-color: #437EE8;
    color: #fff;
}
.color-6{
    background-color: #437EE8 !important;
    color: #fff !important;
}