﻿* {
    box-sizing: border-box;
}
/*grid system*/
.row {
    padding: 12px;
}

    .row:after {
        content: '';
        display: table;
        clear: both;
    }

[class*='col-'] {
    float: left;
    width: 100%;
    min-height: 1px;
}

.col-0 {
    width: 0%;
}

.col-1 {
    width: 8.3333333333333%;
}

.col-2 {
    width: 16.6666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333333333%;
}

.col-5 {
    width: 41.6666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333333333%;
}

.col-8 {
    width: 66.6666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333333%;
}

.col-11 {
    width: 91.6666666666667%;
}

.col-12 {
    width: 100%;
}

@media screen and (min-width: 568px) {
    .col-sm-0 {
        width: 0%;
    }

    .col-sm-1 {
        width: 8.3333333333333%;
    }

    .col-sm-2 {
        width: 16.6666666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333333%;
    }

    .col-sm-5 {
        width: 41.6666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333333%;
    }

    .col-sm-8 {
        width: 66.6666666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333333%;
    }

    .col-sm-11 {
        width: 91.6666666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .col-md-0 {
        width: 0%;
    }

    .col-md-1 {
        width: 8.3333333333333%;
    }

    .col-md-2 {
        width: 16.6666666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333333%;
    }

    .col-md-5 {
        width: 41.6666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333333%;
    }

    .col-md-8 {
        width: 66.6666666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333333%;
    }

    .col-md-11 {
        width: 91.6666666666667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .col-lg-0 {
        width: 0%;
    }

    .col-lg-1 {
        width: 8.3333333333333%;
    }

    .col-lg-2 {
        width: 16.6666666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333333%;
    }

    .col-lg-5 {
        width: 41.6666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333333%;
    }

    .col-lg-8 {
        width: 66.6666666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333333%;
    }

    .col-lg-11 {
        width: 91.6666666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .col-xl-0 {
        width: 0%;
    }

    .col-xl-1 {
        width: 8.3333333333333%;
    }

    .col-xl-2 {
        width: 16.6666666666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.3333333333333%;
    }

    .col-xl-5 {
        width: 41.6666666666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.3333333333333%;
    }

    .col-xl-8 {
        width: 66.6666666666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.3333333333333%;
    }

    .col-xl-11 {
        width: 91.6666666666667%;
    }

    .col-xl-12 {
        width: 100%;
    }
}


td, th {
    padding: 0;
}



.table {
    border: 1px solid #e1e2e3;
    margin: 0.25em 0;
    white-space: normal;
    width: 100%;
    margin: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}

    .table:last-child {
        margin-bottom: 0;
    }

    .table thead {
        background: #216ca1;
        color: white;
    }

    .table th, .table td {
        text-align: center;
        padding: 8px; /*0.6em*/
        border: 1px solid #e1e2e3;
    }

    .table tr {
        border-bottom: 1px solid #2e68aa;
    }

        .table tr:last-child {
            border-bottom: 0;
        }

    .table.zebra > *:nth-child(even), .table .zebra > *:nth-child(even) {
        background: #f9f9f9;
    }

    .table.zebra > *:nth-child(odd), .table .zebra > *:nth-child(odd) {
        background: #fff;
    }

    .table.hover > *, .table .hover > * {
        transition: all 250ms;
    }

        .table.hover > *:hover, .table .hover > *:hover {
            background: #e5f7ff;
        }

    .table tbody {
        background-color: #eff1f1;
    }

        .table tbody td {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

@media screen and (min-width: 568px) {
    .table {
        margin: 0.5em 0;
    }
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.inline-block {
    display: inline-block;
}

.hidden {
    display: none;
}




input, select {
    border: 1px solid #8bade4;
}

textarea {
    border: 1px solid #8bade4;
}


input[readonly='readonly'] {
    /*border-width: 0px !important;*/
    border: 1px solid #ebebeb;
}

textarea[readonly='readonly'] {
    border: 1px solid #ebebeb;
}


/************主体**************/



body {
}

a {
    text-decoration: none;
    color: black;
}

.container {
    width: 960px;
    margin: 0 auto;
}

.header {
    background-image: url(images/banner.png);
    background-repeat: no-repeat;
    height: 200px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}



.headerNavContainer {
    background-color: #4bbbe9;
    width: 960px;
    margin: 0 auto;
}

.headerNav {
    height: 51px;
    width: 960px;
    margin: 0 auto;
}

.headerNavUl {
    list-style-type: none;
    height: 50px;
}

    .headerNavUl:after {
        clear: both;
    }

.headerNavLl {
    width: 25%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    color: white;
}

    .headerNavLl a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        color: white;
        font-weight: bold;
        border-top: 1px solid transparent;
    }

        .headerNavLl a:hover {
            background-color: #c0e7f6;
            border-top: 1px solid yellow;
        }

        .headerNavLl a.selected {
            background-color: #08729a;
            border-top: 1px solid red;
        }

.searchContainer {
    width: 960px;
    margin: 0 auto;
    border: 1px solid #e1e2e3;
    margin-bottom: 5px;
    border-top: none;
}

.searchContainer2 {
    width: 960px;
    margin: 0 auto;
    border: 1px solid #e1e2e3;
    margin-bottom: 5px;
}

.messageContainer {
    width: 960px;
}



.searchTitle {
    display: inline-block;
    /* background-color: #A1BD6A;*/
    width: 100%;
    height: 38px;
    padding-left: 15px;
    line-height: 38px;
    font-weight: bold;
    /*
    color: white;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
    color: #00518d;
    font-size: 16px;
    background-image: url(images/searchtitle.png);
    background-repeat: no-repeat;
    background-position-y: center;
}


.areaNameUl {
    list-style-type: none;
    padding-left: 12px;
}

.areaNameItem {
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    /*color: white;*/
    float: left;
    /*background-color: #9DBED5;*/
    margin: 5px;
    margin-top: 0px;
    overflow: hidden;
    cursor: pointer;
    /*box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    border-top: 1px solid transparent;*/
}

    .areaNameItem:hover {
        /*
        background-color: #347999;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
        border-top: 1px solid yellow;*/
    }

    .areaNameItem.selected {
        /*
        background-color: #347999;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
        border-top: 1px solid red;*/
        color: #c60000;
    }



.messageContainer {
    border: 1px solid #e1e2e3;
    margin-bottom: 5px;
}

/*
.messageContentTitle:before {
    position: absolute;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid white;
    left: 0px;
    top: 15.5px;
    content: '';
}*/

.messageContentTitle {
    font-weight: bold;
    position: relative;
    /*background-color: #A1BD6A;*/
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #00518d;
    padding-left: 40px;
    /* box-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
    border-bottom: 1px solid #e1e2e3;
    background-repeat: no-repeat;
    background-position-y: center;
}

.messageContentZdczTitle {
    background-image: url(images/zdzc.png);
}

.messageContentTjxxTitle {
    background-image: url(images/tjxx.png);
}

.messageContentItem {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    padding-top: 5px;
}

    .messageContentItem span {
        float: right;
        /**margin-top: -24px;*/
    }

    .messageContentItem a {
        text-decoration: none;
        color: black;
        width: 430px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.linksContainer {
    height: 180px;
    border: 1px solid #e1e2e3;
    margin-bottom: 5px;
}

.linksTitle {
    font-weight: bold;
    color: #00518d;
    position: absolute;
    font-size: 16px;
    top: 2px;
    left: 12px;
    /*background-color: #77c34f;*/
    width: 100px;
    margin: 0 auto;
    /*box-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
    background-image: url(images/searchtitle.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 12px;
    height: 34px;
    line-height: 34px;
}

.linksLeft {
    background-image: url(images/left.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

.linksRight {
    background-image: url(images/right.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

.linksItem {
    float: left;
    width: 160px;
    height: 90px;
    margin-left: 17px;
    margin-top: 20px;
    line-height: 90px;
    text-align: center;
}

    .linksItem img {
        vertical-align: middle;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    }

        .linksItem img:hover {
            transform: scale(1.01);
            box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
        }

.contactContainer {
    height: 100px;
    margin-bottom: 5px;
    background-color: #5e8579;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.button {
    border: 1px solid #347999;
    background-color: #347999;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

    .button[disabled] {
        background-color: #9dbed5;
        border: 1px solid #9dbed5;
        cursor: default;
    }

.morenotice {
    float: right;
    padding-right: 5px;
    color: black;
    font-weight: normal;
    font-size: 14px;
}

    .morenotice :hover {
        color: yellow;
    }



.scrollup {
    cursor: pointer;
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 38px;
    height: 38px;
    display: none;
    background-image: url("images/top.png");
    background-repeat: no-repeat;
    background-position: center center;
}



/***查看公告界面***/
.htmlContentContainer {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    border: 1px solid #e1e2e3;
    min-height: 500px;
    margin-bottom: 2px;
}

.htmlContent {
    padding: 20px;
}

.htmlContentTitle {
    padding-bottom: 5px;
    text-align: center;
    font-family: "宋体";
    color: #2268b3;
    padding: 20px 0 10px;
    position: relative;
}

.htmlContentSubTitle {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "宋体";
}

.fjContent {
    padding: 20px;
}

.fjContentTitle {
    font-weight: bold;
    color: red;
}

.fjContent ul {
    list-style-type: none;
    padding: 5px;
}

    .fjContent ul li {
        padding: 2px;
    }

        .fjContent ul li a {
            text-decoration: none;
            color: black;
        }

            .fjContent ul li a:hover {
                color: red;
            }

.content {
    border-top: 1px #d1d1d1 dashed;
    padding: 30px 0px;
    border-bottom: 1px #d1d1d1 dashed;
}

    .content p, .content span {
        font: normal 18px/1.5em 宋体;
        margin-bottom: 1em;
    }

    .content img {
        max-width: 100%;
    }
    .content table{
        border-collapse:collapse;
    }
/*******查看项目时目录树*********/
.viewProjectTitle {
    font-weight: bold;
    color: #00518d;
    font-size: 16px;
}

.point {
    /*
    background-image: url("images/point.png");
    background-position-y: center;
    background-repeat: no-repeat;*/
}

.down {
    background-image: url("images/down.png");
    background-position-y: center;
    background-repeat: no-repeat;
}

.up {
    background-image: url("images/up.png");
    background-position-y: center;
    background-repeat: no-repeat;
}

#tree .unselected {
    border-left: 4px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#tree .selected {
    background-color: #e6ecf2;
    border-left: 4px solid #00518d;
}

.one {
    font-weight: bold;
    font-size: 16px;
    padding-left: 18px;
}

.two {
    font-size: 15px;
    margin-left: 15px;
    padding-left: 10px;
}

.three {
    margin-left: 30px;
    padding-left: 10px;
}

#tree div {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

[data-projno], [data-fid], [data-url] {
    height: 37px;
    line-height: 27px;
}
