
/******公共样式********/

body{
    min-width: 1200px;
    background-color: #f1f2f6;
}
.clearfloat:after{
    display: block;
    content: "";
    clear: both;
}
.hidden{
    display: none;
}
a{
    text-decoration: none!important;
}
a:hover{
    text-decoration: none!important;
}

.whitebg{
    background-color: white;
}

.css-margin-top{
    margin-top: 20px;
}

.css-margin-left{
    margin-left: 20px;
}


/******左右分区********/
.css-body .l-body{
    background-color: #f1f2f6;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 720px;
    width:340px;
    float:left;
}
.l-margin{
    background-color: white;
    margin-right: 10px;height: 100%;
    border: 1px solid #d6d8dc;
    border-radius: 3px;
}
.css-body .r-body{
    background-color: #f1f2f6;
    box-sizing: border-box;
    min-height: 720px;
    margin-left:340px;
}
.r-margin{
    margin-left: 10px;height: 100%;
}

/*******左侧列表*******/

.css-list:first-child .list-header{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
.css-list .list-header{
    background-color: #74b1ee;
    height: 40px;
    color: white;
    border-bottom: 1px solid white;
    position: relative;
}
.css-list .list-header img{
    vertical-align: middle;
    margin: 0px 10px 0px 10px;
}
.css-list .list-header div{
    vertical-align: middle;
    height: 100%;
    line-height: 40px;
    display: inline;
    font-size: 16px;
}
.css-list .list-header a{
    color: white;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top:0px;
    cursor: pointer;

}


.css-list .list-content{
    min-height: 50px;
}
.css-list .list-content a{
    display: block;
    width: 100%;
    color: #333;
    height: 49px;
    line-height: 49px;
    text-indent: 2em;
    border-bottom: 1px dashed #d6d8dc;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.css-list .list-content a:before{
    margin-right: 10px;
    display: inline-block;
    content: "";
    height: 5px;
    width: 5px;
    background-color: #e5e7ea;
    margin-bottom: 3px;
}
.css-list .list-content .active:before{
    background-color: #74b1ee;
}

.css-list .list-content a:hover{
    background-color: #F5F5F5;
}


#tcyw,#tsyw,#cysx{
    max-height: 240px;
    overflow-y: auto;
}



/*******菜单*******/
.menu-body{
    min-height: 328px;
    background-color: white;
    border: 1px solid #d6d8dc;
    border-radius: 3px;
    /*padding: 0px 10px;*/
}

.bottom-menu-body{
    height: 372px;
}

.sub-menu-nav{
    box-sizing: content-box;
    position: relative;
    color: #666666;
    height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #e5e7ea;
    padding: 0px 10px;
    white-space: nowrap;
    overflow-x: auto;
}
.sub-menu-nav > a{
    position: relative;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0px 15px;
    text-align: center;
    background-color: white!important;
}
.sub-menu-nav .active{
    font-weight: bold;
    color: #4585eb;
    border-bottom: 2px solid #4585eb;
}
.sub-menu-nav > a:hover{
    font-weight: bold;
    color: #4585eb;
    border-bottom: 2px solid #4585eb;
}
.sub-menu-nav .more{
    position: absolute;
    right: 0px;
}
.sub-menu-nav .more:hover{
    border-bottom: none;
}


.sub-menu-item{
    cursor: pointer;
    height: 140px;
    display: inline-block;
    width: 140px;
    text-align: center;
}
.sub-menu-item .icon{
    margin-top: 20px;
}

.sub-menu-item:hover img{transform: rotateY(180deg);transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;}

.sub-menu-item div{
    color: #333333;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    padding: 0px 10px;
    margin-top: 10px;
}

.zxjh-content{
    min-height: 120px;
    padding: 0px 20px;
    position: relative;
}
.zxjh-item{
    padding: 10px 15px;
}



/*******轮播*******/
.lunbo-wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
}
.lunbo{
    position: absolute;
    height: 300px;
    width: 100%;
    overflow: hidden;
}
#wddb .bg{
    background-color: #F9FAFD;
    border-bottom: 1px solid #f1f2f6;
    border-top: 1px solid #f1f2f6;
}
#wddb .lunbo-wrapper{
    height: 250px;
}

.redcolor{
    color: red!important;
}
.lunbo .bg{
    background-color: #F9FAFD;
    border-bottom: 1px solid #f1f2f6;
    border-top: 1px solid #f1f2f6;
}
.itembg{
    background-color: #F9FAFD;
    border-bottom: 1px solid #f1f2f6;
    border-top: 1px solid #f1f2f6;
}

.lunbo-item{
    display: block;
    cursor: pointer;
    list-style-type: none;
    height: 50px;
    position: relative;
}
.lunbo-item:after{
    display: block;
    content: "";
    clear: both;
}
.lunbo-item div{
    color: #333;
    text-indent: 1em;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.lunbo-item div:first-child{
    text-indent: 2em;
    width: 85%;
    float: left;
    overflow: hidden;
    white-space:nowrap;
    text-overflow :ellipsis;
}

.lunbo-item div:last-child{
    width: 15%;
    float: right;
    color: #666666;
}
.lunbo-item span{
    position: absolute;
    top: 16px;
    right:15px;
    color:white;
    display: inline-block;
    width: 30px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
    font-size: 12px;
    background-color: red;
}


.lunbo-wddb-item{
    display: block;
    cursor: pointer;
    list-style-type: none;
    height: 50px;
    position: relative;
}
.lunbo-wddb-item:after{
    display: block;
    content: "";
    clear: both;
}
.lunbo-wddb-item div{
    color: #333;
    text-indent: 1em;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.lunbo-wddb-item div{
    float: left;
    display: inline-block;
}

.lunbo-wddb-item div:first-child{
    text-indent: 2em;
    overflow: hidden;
    white-space:nowrap;
    text-overflow :ellipsis;
}

.lunbo-wddb-item div:last-child{
    color: #666666;
}



.underline-item{
    display: block;
    cursor: pointer;
    list-style-type: none;
    height: 49px;
    border-bottom: 1px dashed #d6d8dc;
}
.underline-item:after{
    display: block;
    content: "";
    clear: both;
}
.underline-item div{
    color: #333;
    text-indent: 1em;
    display: inline-block;
    height: 49px;
    line-height: 49px;
}
.underline-item div:first-child{
    width: 85%;
    float: left;
    overflow: hidden;
    white-space:nowrap;
    text-overflow :ellipsis;
}

.underline-item div:last-child{
    width: 15%;
    float: right;
    color: #666666;
}


/*我的待办*/
.fill-table{
    width: 100%;
}


#wddb .table thead th{
    font-size: 14px;
    color: #666;
    background-color: #F9FAFD;
    border-bottom: 1px solid #f1f2f6;
    height: 48px;
    vertical-align: middle;
    text-indent: 20px;
    font-weight: 400;
    text-align: left;
}

#wddb .table tbody td{
    box-sizing: content-box;
    vertical-align: middle;
    border-top: none;
    height: 34px;
    text-indent: 20px;
}
.center-table th{
    text-align: center;
}
.center-table td{
    text-align: center;
}
.fill-table .bg td{
    background-color: #F9FAFD;
    border-bottom: 1px solid #f1f2f6!important;
    border-top: 1px solid #f1f2f6!important;
}

.fill-table tbody tr:nth-child(even)
{
    background-color: #F9FAFD;
    border-bottom: 1px solid #f1f2f6;
    border-top: 1px solid #f1f2f6;
}

.no-data-msg{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #F9FAFD;
    border: 1px solid #f1f2f6;
}

/*选择企业弹框*/

.panel-box .bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    background-color: #000;
    opacity: 0.45;
}
.panel-box .panelbody{
    background-color: white;
    position: fixed;
    width: 1000px;
    height: 443px;
    top:50%;
    margin-top: -225px;
    left: 50%;
    margin-left: -500px;
    border: 1px solid #e5e7ea;
    box-shadow: gray 0px 2px 12px;
}
.panel-box .panelbody .panelheader{
    background-color: #f8f8f8;
    font-size: 16px;
    color: #666;
    padding: 0px 15px;
    height: 42px;
    border-bottom: 1px solid #dadada;
    line-height: 42px;
}
.panel-box .panel-close{
    float: right;font-size: 35px;font-weight: 200;
    cursor: pointer;
    line-height: 35px;
}
.panel-box .panelcontent{
    height: 400px;
    overflow-y: auto;
}
.panel-box .panelcontent table tr{
    border-bottom: 1px solid #eeeeee;
}
.panel-box .panelcontent table tr td{
    padding: 10px;
    text-align: left;
    text-indent: 1em;
    border: none;
}
.panel-box .panelcontent table .bgitem{
    background-color: #F9FAFD;
}
#logoutpanel .panelcontent {
    height: 600px;
    overflow-y: scroll;
    padding-top: 20px;
}
#logoutpanel .panelbody {
    position: fixed;
    width: 750px;
    height: 650px;
    margin-left: -375px;
    margin-top: -300px;
}

#yhxxpanel .panelbody{
    height:540px;
}
#yhxxpanel .panelcontent{
    height: auto;
    overflow-y: auto;
}
#yhxxpanel .para{
    padding: 20px;
    height: 400px;
    overflow-y: scroll;
}
#logoutpanel .panelbody .panelheader {
    background-color: white;
}

.sub-search{
    z-index: 10000;
    position: absolute;
    right: 15px;
    top:10px;
    height: 32px;
    border: 1px solid #e5e7ea;
    display: inline-block;
    width: 240px;
    border-radius: 3px;
    padding: 0px 8px;
    box-sizing: border-box;
}
.sub-search input{
    border: none;
    width: 190px;
    height: 28px;
    outline: none;
}
.sub-search span{
    vertical-align: middle;
    width: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}


.nav:after{
    clear: none!important;
}
