﻿
body {
    min-height: 100%;
    font-size: 14px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w40 { width: 40px; }
.w50 { width: 50px;}
.w60 { width: 60px;}
.w70 { width: 70px;}
.w80 {width: 80px;}
.w90 {width: 90px;}
.w100 {width: 100px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w300 {width: 300px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.wt80 {width: 80px !important;}

.margin-t15 {margin-top: 15px;}
.margin-b15 {margin-bottom: 15px;}

.error {color: red;}
.bg-gray {background-color: #f0f0f0;}

.pre-wrap {
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

.table th {
    text-align: center;
}

.table-vcenter > tbody > tr > td, .table-vcenter > thead > tr > th {
    vertical-align: middle;
}

.table .switch label{
    padding:0;
    height:30px;
}

/*============= search start */
.search-inline {
    margin-bottom:10px;
}
.search-inline > .search-group {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
}

.search-inline > .search-group > input, .search-inline > .search-group > select {
    display: inline-block;
    width: 120px;
}
.search-inline .search-group-date {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}

.tools-group {
    margin-bottom: 15px;
}
/* search end =============*/

/*============= detail view start */
.dl-line {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .dl-line > dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 200%;
    }

    .dl-line > dd {
        display: block;
        margin-left: 180px;
        line-height: 200%;
    }

        .dl-line > dd::before, .dl-line > dd::after {
            display: inline-block;
            content: "　";
        }

.dl-detail {
}

    .dl-detail > dt {
        float: left;
        clear: left;
        width: 150px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
        line-height: 30px;
    }

    .dl-detail > dd {
        margin-left: 110px;
        line-height: 30px;
        min-height: 30px;
        word-break: break-all;
    }
/* detail view end =============*/

/*============= create or edit by table start */
.table-modify {
    width: 100%;
    min-width: 800px;
}

    .table-modify th {
        width: 16%;
        text-align: right;
        padding: 5px 10px;
    }

    .table-modify td {
        width: 34%;
        padding: 5px 10px;
    }
/* create or edit by table end =============*/

/****=========================================================****/

/*============= login start */
.login-nav {
    background: #f9f9f9;
    box-shadow: 0 3px 3px rgb(100, 100, 100,0.15);
}

    .login-nav .navbar{
        margin-bottom:0;
    }

    .login-nav .navbar-toggle .icon-bar {
        background: gray;
    }

    .login-nav .navbar-brand {
        font-size: 26px;
        color: #ff6600;
        height:auto;
        padding:0;
    }

    .navbar-brand:hover {
        color: #ff6600;
    }

    .login-nav .navbar-brand img{
        display:inline-block;
        height: 60px;
    }

.login-box {
    margin: 80px auto;
    padding: 30px 20px 50px;
    width: 430px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(200, 200, 200,0.5)
}


.login-title {
    padding: 0px 0 15px;
    border-bottom: 1px solid #D6DFEA;
    font-size: 26px;
    font-family: 黑体;
    font-weight:bold;
    text-align:center;
}

.login-val {
    height: 30px;
    line-height: 30px;
}

.login-list {
    padding: 0px 0 20px;
}

.msg-title {
    margin-bottom: 10px;
    padding: 0px 0 10px;
    border-bottom: 1px dashed #D6DFEA;
    font-size: 16px;
}

.msg-list li {
    padding-left: 15px;
    line-height: 200%;
    background: url(../Images/dot.png) no-repeat 0 50%;
}

/* login end =============*/


/*============= tree-menu start */
.yun-tree-menu {
    /*border:1px solid #ddd;*/
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    background-color: #fff;
}

    .yun-tree-menu a {
        text-decoration: none;
    }

    .yun-tree-menu li {
        list-style: none;
    }

        .yun-tree-menu li > a {
            display: block;
            padding: 8px;
            margin-top: -1px;
            margin-bottom: -1px;
            color: #353535;
        }

    .yun-tree-menu > li > a {
        border: 1px solid transparent;
        /*border-top-color:rgba(200,200,200,0.1);
            border-bottom-color:rgba(200,200,200,0.1);*/
        box-shadow: 0 0 2px rgba(0,0,0,.06);
        cursor: inherit;
    }

    .yun-tree-menu li > ul {
        background-color: rgba(0,0,0,0.04)
    }

    .yun-tree-menu > li.link {
        cursor: pointer;
    }

        .yun-tree-menu > li.link > a:hover {
            color: #263172;
        }

            .yun-tree-menu > li.link > a:hover > .icon {
                opacity: 1;
            }

    .yun-tree-menu li li a {
        padding-left: 28px;
    }

        .yun-tree-menu li li a:hover {
            background-color: rgba(0,0,0,0.05);
            color: #263172;
        }

            .yun-tree-menu li li a:hover > .icon {
                opacity: 1;
            }

    .yun-tree-menu li > a > .icon {
        display: inline-block;
        width: 20px;
        color: inherit;
        text-align: left;
        opacity: 0.6;
    }

    .yun-tree-menu li.active > a {
        background-color: #3F51B5;
        border-color: #3F51B5;
        color: #fff;
    }

        .yun-tree-menu li.active > a:hover {
            background-color: #3F51B5;
            border-color: #3F51B5;
            color: #fff;
        }
/* tree-menu end =============*/

/*============= privacy start */
.fruit-last-date {
    display: inline-block;
    padding-left: 40px;
    color: #666;
}

.data-box {
    /*border: 1px solid #c9c9c9;*/
    border-radius:4px;
    box-shadow:0 0 15px rgba(0,0,0,.15);
    padding: 10px;
    margin-bottom: 15px;
    background-color:#fff;
    /*overflow:hidden;*/
}

.title-box {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
}

.echart-title-center {
    font-size:15px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0
}
/* privacy end =============*/

/*============= whole start */
a {
    color: #333;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
}

.w1000{
    width:1000px;
}
.w1160{
    width:1160px;
}

#header {
    height: 45px;
    line-height: 45px;
    background: url(../images/bg_toptb.png) repeat-x 0 -5px;
}
#header > div {
    margin: 0 auto;
}
#header > div > a {
    float: left;
    padding-right:8px;
    height: 45px;
    line-height: 41px;
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

#footer {
    text-align: center;
    color: #666;
    padding: 30px;
}

.fix-container {
    margin: 0 auto;
}

.logo-box {
    margin-top: 5px;
    border-bottom: 3px solid #1c5fa3;
}

    .logo-box > a {
        display: inline-block;
        margin-bottom: -12px;
    }
.logo-box1 {
    margin-top: 0;
    height: 155px;
    /*overflow: hidden;*/
    border-bottom: 3px solid #1c5fa3;
}
    .logo-box1 .logo-left {
        background: url('../images/top.jpg') left;
        height: 152px;
        width: 570px;
        padding-top: 3px;
    }
    .logo-box1 .top-nav a {
        display: inline-block;
        padding-right: 10px;
        font-size:13px;
    }
    .logo-box1 .logo-right {
        background: url('../images/top.jpg') right;
        height: 152px;
        width: 426px;
    }

.menu-box {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 37px;
    line-height: 37px;
}

    .menu-box > div {
        flex: 1;
        text-align: center;
    }

        .menu-box > div > a {
            font-size: 16px;
            font-family: '微软雅黑';
            color: #333;
            text-decoration: none;
        }

            .menu-box > div > a:hover {
                color: #1c5fa3
            }

.banner-box {
    height: 286px;
    background: url(../images/cgdj2021.jpg);
}
.banner-content {
    width: 640px;
    margin: 0 auto;
    padding-top: 205px;
}

.banner-title {
    background-color: #0070C0;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 2px 8px;
}

.big-title-box {
    margin-top:15px;
    text-align: center;
}
    .big-title-box > img {
        width: 500px;
    }

.content-box {
    border: 1px solid #cdcdcd;
    padding: 10px;
}

.blue-title {
    margin-bottom:15px;
    padding-left: 5px;
    font-size: 16px;
}
.blue-title > a {
    color: #1c5fa3;
}
.dj-content-box {
    display: flex;
}
.dj-content-item{
    flex:1;
    text-align:center;
}
.dj-content-item img{
    height:60px;
}
.dj-content-item span{
    display:block;
    padding-top:15px;
    font-size:16px;
}

.file-content-box{
    display:flex;
    margin:0 15px;
}
.file-content-left{
    margin-right:30px;
}
    .file-content-left > img {
        height: 60px;
    }
.file-content-right{
    display:flex;
    flex-wrap:wrap;
    align-content:space-between;
}
.file-content-right>li{
    width:50%;
    background:url(../images/bluepoint.jpg) no-repeat left center;
    padding-left:10px;
}

.small-title-box {
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(51,116,170);
    line-height: 26px;
}

.small-title-content {
    width: 62px;
    height: 26px;
    text-align: center;
    color: #fff;
    background-color: rgb(51,116,170);
}

.small-title-note {
    padding-right: 30px;
    height: 26px;
}

.small-content-list {
    list-style: none;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

    .small-content-list > li {
        width: 20%;
        padding: 3px 0;
    }

.my-breadcrumb{
    border: 1px solid #cdcdcd;
    padding:5px 30px;
    margin-bottom:5px;
}
.my-breadcrumb ul > li{
    display:inline-block;
}
.my-breadcrumb ul>.active{
    color:gray;
}
    .my-breadcrumb ul > li + li:before {
        padding: 0 8px;
        color: #ccc;
        content: ">>";
    }

/* whole end =============*/