html,body,div,span,ul,li,a,h1,h2,h3,i,nav,button,input {
    padding: 0;
    margin: 0;
}
html,body {
    height: 100%;
}
button {
    outline:none;
}
a,a:link,a:visited,a:hover,a:active {
    text-decoration: none;
}
ul,ol,li {
    list-style-type: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}
/*左侧导航栏*/

/*展开导航栏样式*/
#side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid black;
    background-color: #1e90e5;
}
.logo-sm {
    display: none;
}
.firstli,.secondli {
    width: 100%;
}
.firstli > a {
    display: block;
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    padding: 0px 10px 0px 10px !important;
    background-color: #1e90e5;
    color: #ffffff;
}
.firstli > a > span {
    margin-left: 5px;
}
.firstli.logo {
    width: 100%;
    height: 80px;
    text-align: center;
    padding-top: 20px;
}
.firstli.mini > a,
.firstli.mini > a:focus,
.firstli.mini > a:hover{
    border: none;
    background-color: #62aae1;
}
.firstli.active > a,
.firstli.menuli > a:focus,
.firstli.menuli > a:hover {
    background-color: #4ea8ea;
    color: #ffffff;
}
.secondli > a {
    display: block;
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    padding: 0 0 0 45px !important;
    background-color: #1e90e5;
    color: #ffffff;
}
.secondli.active > a,
.secondli > a:focus,
.secondli > a:hover {
    background-color: #4ea8ea !important;
}
.arrow {
    float: right;
    line-height: 30px;
}
.active > a > .fa.arrow:before {
    content:"\f107";
}
.fa.arrow:before {
    content:"\f105";
}

/*收起样式*/
body.mini-navbar #side-menu {
    width: 60px;
}
body.mini-navbar .menuli {
    border-bottom: 1px #1b7fcc solid;
}
body.mini-navbar .nav-label,
body.mini-navbar .nav li .arrow,
body.mini-navbar .nav li > .nav-second-level {
    display: none;
}
body.mini-navbar .logo-sm {
    display: block;
    margin: 0 auto;
}
body.mini-navbar .logo-lg {
    display: none;
}
body.mini-navbar .firstli > a {
    text-align: center;
}
body.mini-navbar .navbar-minimalize > i {
    color: #b1d5f0;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
body.mini-navbar #page-wrapper {
    margin-left: 60px;
}

/*右侧部分*/

/*整体*/
#page-wrapper {
    height: 100%;
    margin-left: 200px;
    padding: 0 15px;
}
/*header*/
nav.navbar .user > div {
    float: left;
}
nav.navbar .user_item button {
    border: none;
    background: none;
}

    /*tab页*/
.content-tabs {
    position: relative;
    border: 1px solid #dddddd;
}
.page-tabs {
    width: 10000px;
    height: 42px;
    margin-left: 42px;
    overflow: hidden;
}
.page-tabs .page-tabs-content {
    float: left;
    color: #999999;
}
.page-tabs a {
    float: left;
    line-height: 14px;
    font-size: 14px;
    border-right: 1px solid #dddddd;
    padding: 14px 16px;
    color: #999999;
}
.page-tabs a.active {
    color: #ffffff;
    background-color: #4fa8ea;
}
.roll-nav {
    top: 0;
    position: absolute !important;
    z-index: 2;
}
.roll-tab {
    width: 42px;
    height: 42px;
    color: #999999;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
    border-left: none;
}
.roll-left {
    left: 0;

}
.roll-right {
    right: 140px;
    border-left: 1px solid #dddddd;
}
.roll-close {
    right: 60px;
}
.roll-close > button {
    width: 80px;
    height: 42px;
    color: #999999;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
    border-left: none;
}
.roll-out {
    right: 0;
    width: 60px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #999999;
    background: #ffffff;
    border-right: 1px solid #dddddd;
}
.roll-out:hover {
    color: #999999;
}
#content-main {
    height: calc(100% - 170px);
    overflow: hidden;
}

/*首页*/
body.home {
    padding: 25px 15px;
    background: #fcfeff;
}
.home_item {
    border-radius: 7px;
    box-shadow: 0 0 8px 1px rgba(30,144,229,0.15);
    overflow: hidden;
}
/*首页各部分title*/
.item_title {
    background: #eef6ff;
    width: 100%;
    height: 35px;
    padding-right: 22px;
}
.item_title > div:nth-child(1) {
    color: #ffffff;
    font-size: 16px;
    padding: 7px 10px 7px 16px;
    background: #55a8fd;
}
.item_title > div:nth-child(2) {
    width: 21px;
    height: 36px;
    background: url("../images/title-bg.png") no-repeat;
    background-size: 100% 100%;
}
.item_title > div.dbxq_more > a,
.item_title > div.dbxq_more > a:hover,
.item_title > div.dbxq_more > a:active {
    width: 50px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    color: #1e90e5;
}
.home .top {
    margin-bottom: 20px;
}
.home .bottom {
    margin-bottom: 40px;
}
/*待办需求*/
.dbxq {
    width: 61%;
    margin-right: 25px;
    display: inline-block;
}
.dbxq .db_list {
    width: 100%;
    height: 225px;
    padding: 20px 23px 20px 15px;
}
.dbxq .db_list li {
    width: 100%;
    line-height: 140%;
}
.dbxq .db_list li .point {
    width: 3px;
    height: 3px;
    float: left;
    margin: 8px 10px;
    background: #7f7f7f;
}
.dbxq .db_list li a,
.dbxq .db_list li a:hover {
    color: #333333;
}
.dbxq .db_list li .item_data {
    float: right;
}

    /*待阅任务与超时需求*/
.dbsj {
    width: 35%;
    height: 263px;
    display: inline-block;
    overflow: hidden;
}
.dbsj .db_item {
    width: 42.5%;
    height: 263px;
    border-radius: 8px;
    padding-top: 30px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}
.dbsj .db_item img {
    margin-bottom: 30px;
}
.dbsj .db_item h3 {
    margin-bottom: 16px;
}
.dbsj .db_item .hr {
    width: 150px;
    margin: 0 auto 5px;
    border-top: 1px solid #ffffff;
}
.dbsj .db_item .numbers {
    font-size: 18px;
}
.dbsj .db_item .num {
    font-size: 40px;
}
.dbsj .dyrw {
    background: #4ec1a4;
    margin-right: 10px;
}
.dbsj .csxq {
    background: #f78c68;
}

/*需求统计*/
.xqtj {
    width: 29%;
    margin-right: 20px;
    display: inline-block;
}
.xqlxtj {
    width: 30%;
    margin-right: 25px;
    display: inline-block;
}
.cycd {
    width: 31%;
    display: inline-block;

}
.cycd .cy_list {
    width: 100%;
    height: 265px;
    padding: 20px 3% 0;
}
.cycd .cy_list .cy_item {
    width: 32.3%;
    height: 105px;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
.cycd .cy_list .cy_item .cy_icon {
    width: 66%;
    height: 80px;
    color: #40a1e9;
    border-radius: 10px;
    margin: 0 auto 8px;
    padding: 20px 0;
    background: #eef6ff;
    box-shadow: 0 0 3px 0 #dbecff inset;
    border: 1px solid #dbecff ;
}
.cycd .cy_list .cy_item .cy_icon:hover {
    border: 1px solid #9ad2fc;
}

