

html, body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/bodyBg.jpg) no-repeat top center #f7f9fd;
}

* {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

ul, dl, dd {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #3d3c3c;
    cursor: pointer;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

input, select, textarea {
    box-sizing: border-box;
    padding: 3px 5px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.all {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    margin-top: 15px;
    float: left;
}

.box {
    background-color: #fff;
}

.box-body {
    padding: 10px;
}

.marginRight {
    margin-right: 15px;
}

.marginBottom {
    margin-bottom: 10px;
}

.blueButon, .blueButon:visited, .blueButon:link {
    background-color: #35A6D2;
    color: #fff;
    border: 1px solid #35A6D2;
    padding: 2px 25px;
}

    .blueButon:hover, .blueButon:active {
        background-color: #1a96c6;
        border: 1px solid #1a96c6;
    }

.header {
    min-width: 1200px;
    max-width: 1200px;
    height: 150px;
    margin: 0 auto;
}

    .header .systemSub {
        width: 825px;
        height: 107px;
        background: url(../images/systemSub.png);
        float: left;
        margin-top: 25px;
    }

.oper {
    height: 50px;
}

.timeBox {
    float: left;
    margin-top: 14px;
}

    .timeBox span {
        display: block;
        width: 23px;
        height: 25px;
        background: url(../images/rili.png);
        float: left;
        margin: 0 10px;
    }

    .timeBox label {
        line-height: 25px;
    }

.systemSearch {
    float: right;
    margin-left: 50px;
    margin-top: 10px;
    margin-right: 10px;
}

    .systemSearch label {
        float: left;
        line-height: 30px;
    }

    .systemSearch input {
        width: 200px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        border: 0;
        border: 1px solid #e6e7e8;
        background-color: #fafafa;
        float: left;
    }

    .systemSearch select {
        width: 200px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        border: 0;
        border: 1px solid #e6e7e8;
        background-color: #fafafa;
        float: left;
        margin-right: 5px;
    }

    .systemSearch .searchIcon {
        height: 30px;
        width: 30px;
        background-color: #0272c3;
        border: 1px solid #0272c3;
        float: left;
        background: url(../images/searchIcon.png) #0272c3 2px 2px;
        cursor: pointer;
    }

    .systemSearch span button {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        background-color: #1489dc;
        color: #fff;
        border: 0;
    }

.mainmenu {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;
    height: 50px;
    background-color: #0272c3;
}

.menu {
}

    .menu ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .menu li {
        float: left;
        height: 45px;
    }

    .menu a, .menu a:link, .menu a:visited {
        display: block;
        text-decoration: none;
        font-family: "Microsoft YaHei";
        color: #fff;
        padding: 0px 45px 0 30px;
        font-size: 18px;
        line-height: 50px;
        border-left: 1px solid #2188D2;
        border-right: 1px solid #095994;
    }

        .menu a:hover, .menu a:active {
            background-color: #0364aa;
        }

.oper {
}

/*图片新闻*/
.imgNews {
    width: 880px;
    height: 510px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .imgNews ul li a img {
    }

    .imgNews ul li {
        left: 880px;
        top: 0px;
        width: 880px;
        height: 510px;
        position: absolute;
    }

        .imgNews ul li span {
            left: 0px;
            width: 880px;
            bottom: 0px;
            position: absolute;
            z-index: 111;
            display: block;
            font-weight: 400;
            background-color: rgba(0,0,0,0.8);
            height: 33px;
            line-height: 33px;
        }

            .imgNews ul li span a {
                display: block;
                color: #fff;
                width: 300px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-left: 10px;
            }

    .imgNews .pages {
        width: 880px;
        height: 510px;
    }

    .imgNews .controler {
        right: 5px;
        bottom: 10px;
        position: absolute;
        z-index: 112;
    }

        .imgNews .controler b {
            width: 30px;
            height: 6px;
            display: inline-block;
            background: #a5a2a2;
            color: #fff;
            text-align: center;
            cursor: pointer;
            margin-left: 3px;
            font-weight: 400;
        }

            .imgNews .controler b.down {
                background: #1489dc;
            }

.GovernmentNews {
    float: left;
    width: 520px;
    height: 400px;
}

.userLoadBox {
    margin: 0 auto;
    width: 305px;
    height: 300px;
    background: #f1f4f7;
}

.userLoad {
}

.load-header {
    height: 40px;
    /*background-color: #0272c3;*/
    color: #0272c3;
    text-align:center;
}

    .load-header p {
        line-height: 40px;
        /*margin-left: 12px;*/
        font-size: 18px;
    }

.load-box {
    margin-top: 10px;
    margin-left: 12px;
}

    .load-box select {
        border: 1px solid #e6e7e8;
        background-color: #fafafa;
        height: 30px;
        width: 280px;
        margin-bottom: 12px;
        color: #899e9e;
    }

    .load-box input {
        border: 1px solid #e6e7e8;
        background-color: #fafafa;
        height: 36px;
        line-height: 36px;
        width: 280px;
        margin-bottom: 18px;
        padding-left: 5px;
    }

.load-button {
    margin-left: 12px;
}

.loadButton {
    background-color: #ff641a;
    border: 0;
    color: #fff;
    padding: 8px 30px;
}

.downButton {
    background-color: #aea8a5;
    border: 0;
    color: #fff;
    padding: 8px 30px;
}

.systemLoad {
    margin-left: 12px;
    border-top: 1px dashed #d7d7d7;
    width: 280px;
    margin-top: 10px;
}

    .systemLoad img {
        margin-top: 6px;
    }

.messageTitle {
    border-bottom: 1px solid #c5c5c5;
    height: 38px;
    background-color: #ebeff6;
}

    .messageTitle span {
        font-size: 16px;
        color: #03578d;
        font-weight: 600;
        border-bottom: 3px solid #0272c3;
        display: inline-block;
        padding: 5px 30px 5px 10px;
        line-height: 26px;
        letter-spacing: 2px;
    }

.messageTitles {
    border-bottom: 1px solid #c5c5c5;
    height: 38px;
    background-color: #ebeff6;
}

    .messageTitles span {
        font-size: 16px;
        color: #03578d;
        font-weight: 600;
        display: inline-block;
        padding: 5px 30px 5px 10px;
        line-height: 26px;
        letter-spacing: 2px;
        cursor: pointer;
    }

.infoContent li {
    margin: 8px 0;
    float: left;
    width: 100%;
}

.infoContent2 li {
    margin: 8px;
    float: left;
}

.infoContent .content {
    /*width:70%;*/
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: keep-all;
    float: left;
    color: #03578d;
}

    .infoContent .content:hover {
        color: #bb0000;
    }

.infoContent .time {
    float: right;
    font-size: 12px;
}

.moreButton {
    float: right;
    color: #015f96;
    font-size: 15px;
    line-height: 38px;
    margin-right: 10px;
    cursor: pointer;
}

    .moreButton:hover {
        color: #d14000;
    }

.Laws {
    float: left;
    width: 592px;
    /*height: 265px;*/
}

.workCon {
    float: right;
    margin-right: 20px;
}

    .workCon li {
        float: left;
    }

        .workCon li a {
            display: block;
            padding: 3px 10px;
            background-color: #fff;
            color: #858585;
            margin-left: 10px;
            margin-top: 7px;
        }

            .workCon li a.active {
                background-color: #0272c3;
                color: #fff;
            }

.webLink {
    width: 1200px;
}

.webLinkCon {
    margin-top: 10px;
    margin-left: 10px;
    height: 190px;
    overflow: hidden;
    position: relative;
}

    .webLinkCon ul {
        /*list-style: none;
        width: 10000px;
        position: absolute;*/
    }

        .webLinkCon ul li {
            float: left;
            margin-right: 15px;
        }

            .webLinkCon ul li a {
                display: block;
                width: 282px;
                height: 38px;
                margin-bottom: 10px;
                background-color: #cecece;
            }

.allLink {
    width: 1200px;
}

.allLinkCon {
    height: 150px;
    overflow-y: auto;
    padding: 10px;
}

    .allLinkCon li {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
    }

        .allLinkCon li a {
            display: block;
            width: 277px;
            height: 34px;
            background: url(../images/allLinkBg.png);
        }

            .allLinkCon li a span {
                float: left;
                margin-left: 40px;
                margin-top: 6px;
            }

.footer {
    width: 100%;
    border-top: 4px solid #1489dc;
    text-align: center;
    float: left;
    padding: 20px 0;
    color: #666;
    bottom: 0;
    margin-top: 10px;
    background-color: #fff;
}

    .footer p {
        color: #999;
        line-height: 1.8em;
    }

    .footer a:hover {
        color: #0089cd;
    }

.leftCon {
    float: left;
    width: 200px;
    height: 544px;
    margin-bottom: 20px;
}

    .leftCon li a {
        padding: 12px 0 12px 12px;
        display: block;
        font-size: 16px;
    }

        .leftCon li a.active {
            background-color: #0272C3;
            color: #fff;
            border-left: 3px solid #7CBBE8;
        }

.allContent {
    float: right;
    width: 100%;
    min-height: 500px;
    margin-bottom: 20px;
}

.rightCon {
    float: right;
    width: 990px;
    min-height: 544px;
    margin-bottom: 20px;
}

.profileCon p {
    line-height: 35px;
}

.leaderImg {
    float: left;
}

.leaderCon {
    float: left;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 15px;
    margin-top: 15px;
}

.leaderInfo {
    width: 820px;
    float: left;
    margin-left: 25px;
    line-height: 25px;
}

    .leaderInfo span {
        font-size: 18px;
        color: #03578C;
        font-weight: 600;
    }

.zhiziTitle {
    font-size: 20px;
    color: #03578C;
}

.zhiziInfo {
    line-height: 30px;
}

.zhizeCon {
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 15px;
    margin-top: 15px;
}

.NewsContent {
    width: 1200px;
    margin-bottom: 20px;
}

.NewsContentTitle {
    color: #3B8DD1;
    font-size: 28px;
    margin-top: 10px;
    text-align: center;
}

.content-source {
    text-align: center;
    margin-top: 10px;
}

    .content-source span {
        margin: 0px 20px;
    }

.NewsContentCon {
    padding: 0px 20px 10px 20px;
    font-size: 16px;
    line-height: 30px;
}

    .NewsContentCon p {
        font-family: "Microsoft YaHei";
        font-size: 16px;
    }

.publishHead dd {
    color: #7BAB2E;
}

.publishHead {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    .publishHead dt {
        float: left;
        color: #fff;
        font: bold 14px "Microsoft Yahei";
        width: 80px;
        padding: 3px 0 4px;
        background: #FF641A;
        text-align: center;
        margin-right: 10px;
    }

.multi-radiotj {
}

    .multi-radiotj a {
        display: inline-block;
        margin-right: -1px;
        float: left;
        padding: 3px 15px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: 1px solid #eee;
        vertical-align: middle;
        color: #333;
        font-size: 100%;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .multi-radiotj a.selected {
            background: #16a0d3;
            border-color: #1096c7;
            color: #fff;
        }

.boxwrap {
    margin-top: 15px;
    min-height: 500px;
    /*overflow-y: hidden;*/
}

.daohang {
    background-color: #eff3f9;
    font-size: 15px;
    padding: 3px;
}

    .daohang * {
        font-size: 15px;
    }

    .daohang a {
        color: #0272c3;
    }

        .daohang a:hover {
            color: #ef0000;
        }

.n-list li h2 a {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    color: #3b8dd1;
    text-decoration: none;
}

.ntitle h2 a {
    position: relative;
    padding-right: 25px;
    color: #888;
}

.ntitle i {
    display: block;
    padding-top: 10px;
    color: #999;
    font-size: 14px;
    font-style: normal;
    line-height: 1em;
}

.blue:hover {
    color: #F60;
}

.blue {
    color: #1E7BB3;
}

.red {
    color: #F00;
}

div.digg span {
    display: block;
    float: left;
    padding: 5px 0;
    line-height: 20px;
    height: 20px;
}

.n-list li h2 a:hover {
    color: #8CAC52;
}

.entry table td, .entry table th {
    border-bottom: 0px solid #EEE;
    padding: 5px 10px;
}

input.btn, button.btn {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    cursor: pointer;
}

.btn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #16a0d3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    margin-left: 0;
    margin-right: 1px;
    margin-top: 0;
}

.btn {
    text-shadow: 0 -1px 0 #1E7BB3;
}

    .btn:hover {
        background: #117ea6;
    }

fieldset, img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

.NewsContentCon a {
    text-decoration: underline;
}

    .NewsContentCon a:hover {
        color: #0089cd;
    }

.base-tit span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #3b8dd1;
}

.base-tit {
    border-bottom: 1px solid #f0f0f0;
    color: #3b8dd1;
    line-height: 1em;
    font-size: 18px;
    font-weight: normal;
}

.entry table td, .entry table th {
    border-bottom: 0px solid #EEE;
    padding: 5px 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.NewsContentCon p {
    margin: 15px 0;
}

.attach-list li {
    margin: 0;
    padding: 0 0 0 25px;
    color: #555;
    font-size: 12px;
    line-height: 36px;
    background: url(../templates/hsnn/images/sprite.gif) no-repeat 0 -108px;
}

    .attach-list li span {
        float: right;
        margin-right: 10px;
    }

        .attach-list li span a:hover {
            color: #0089cd;
        }

.main_box .searchTable {
    margin: 10px;
}


/*列表样式*/
.tableStyle {
    margin-top: 10px;
}

    .tableStyle th {
        border: 1px solid #e4e4e4;
        padding: 6px;
        background-color: #fdfbfb;
        text-align: right;
        width: 16%;
        color: #464646;
    }

    .tableStyle td {
        border: 1px solid #e4e4e4;
        padding: 6px;
        background-color: #fff;
        width: 33%;
        color: #666666;
        word-wrap: break-word;
        word-break: break-all;
    }

        .tableStyle td input {
            width: 70%;
            background-color: #fdfcfc;
            margin-right: 5px;
        }

        .tableStyle td textarea {
            width: 70%;
            margin-right: 5px;
        }

        .tableStyle td input[type="radio"] {
            width: 20px;
            border: 0;
            background-color: none;
        }

        .tableStyle td input[type="checkbox"] {
            width: 20px;
            border: 0;
            background-color: none;
        }

        .tableStyle td select {
            width: 70%;
            background-color: #fdfcfc;
            margin-right: 5px;
        }

    .tableStyle .selectArea3 select {
        float: left;
        width: 23.3%;
        margin-right: 1px;
    }

    .tableStyle .selectArea2 select {
        float: left;
        width: 34.8%;
        margin-right: 1px;
    }

    .tableStyle .tableStyleTh {
        font-weight: 600;
        text-align: left;
        background-color: #fff;
    }

    .tableStyle td table {
        width: 70%;
    }

        .tableStyle td table td {
            border: 0;
            padding: 0;
            width: auto;
        }

            .tableStyle td table td input {
                width: 100%;
            }

        .tableStyle td table .selectButonTd {
            width: 50px;
        }

    .tableStyle td.colspan input {
        width: 88%;
    }

    .tableStyle td.colspan textarea {
        width: 88%;
        word-wrap: break-word;
        word-break: normal;
    }

    .tableStyle td.colspan select {
        width: 88%;
    }
/*表单只有一行*/
.oneline th {
    width: 6%;
}
/*///////////////////////////*/
.entry {
    margin-top: 10px;
}

.complaint {
    margin-top: 10px;
}

.complaintImg {
    float: left;
    width: 310px;
    height: 450px;
    background: url(../images/complaintBg.jpg) center no-repeat;
}

.complaintBox {
    line-height: 30px;
}

.complaintTitle {
    font-size: 30px;
    color: #0767ab;
    line-height: 40px;
}

.complaintBox span {
    display: block;
    color: #444;
    font-weight: 400;
}

.contentBanner {
    margin-top: 10px;
}

.loadImg {
    width: 380px;
    height: 303px;
    background: url(../images/loadImg.png);
    float: left;
    margin-top: 100px;
    margin-left: 150px;
}

.loadCon {
    float: left;
    margin-top: 170px;
    letter-spacing: 1px;
    font-size: 35px;
    color: #196895;
    line-height: 60px;
}

.meta {
    margin-top: 10px;
}

.mainmenu .menu ul li:last-child a {
    border-right: 0;
}

.RemarkSpan {
    color: red;
}

.fixedWindowLeft {
    position: absolute;
    width: 60px;
    height: 150px;
    margin-left: -60px;
    margin-top: -100px;
}

.fixedWindowRight {
    position: absolute;
    width: 60px;
    height: 150px;
    margin-left: 1200px;
    margin-top: -100px;
}

.closeLeft {
    margin-left: -60px;
    margin-top: 50px;
    position: absolute;
    cursor: pointer;
}

.closeRight {
    margin-left: 1200px;
    margin-top: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
}
