body {
    min-width: 1000px;
    background-color: #fff;
}


/**************footer**************/

.footer {
    border-top: 8px solid #024EA7;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.footer img {
    margin-top: 10px;
}

.footer .icp {
    margin-left: 10px;
    color: #0631a8;
}


/************************header*******************/

.header {
    background: -webkit-gradient(linear, left top, right top, from(#d5e7f1), to(#c6cfde));
    background: -webkit-linear-gradient(left, #d5e7f1, #c6cfde);
    background: -o-linear-gradient(left, #d5e7f1, #c6cfde);
    background: linear-gradient(to right, #d5e7f1, #c6cfde);
    background: #ffffff;
    padding-top: 34px;
    padding-bottom: 27px;
}

.header .header-content {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .header-content .login {
    background-color: #D5E7F1;
    padding: 10px;
    line-height: 24px;
    margin-top: 16px;
    font-size: 16px;
    color: #024EA7;
    border-radius: 10px;
}

.header .header-content .login img {
    padding-right: 8px;
}


/**********************n鎼滅储妗�******************/

.sear-block {
    /* border: 1px solid red; */
    height: 34px;
    width: 270px;
    position: absolute;
    left: 50%;
    margin-left: 220px;
    top: 50px;
    padding-left: 203px;
}

.sear-block .input {
    position: absolute;
    text-align: left;
    left: 0;
    top: 0;
    padding: 8px 15px;
    height: 35px;
    width: 200px;
    background: #fff;
    border: 1px solid #999;
    margin: auto;
}

.sear-block .sear-btn {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #174f92;
}

.sear-block .sear-btn:hover {
    cursor: pointer;
    background: #024EA7;
}


/**********************nav******************/

.nav {
    position: relative;
}

.nav .nav-bg {
    background-color: #024EA7;
    height: 48px;
    margin-bottom: -68px;
}

.nav .nav-body {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    padding: 14px 0;
    height: 68px;
}

.nav .nav-item {
    margin-left: 40px;
    margin-right: 35px;
    margin-top: 19px;
    margin-bottom: 15px;
    position: relative;
}

.nav .nav-item a {
    color: #fff;
    padding-bottom: 5px;
    position: relative;
}

.nav .nav-item a:hover {
    border-bottom: 3px solid #FFBD00;
}

.nav .nav-item.active {
    padding-bottom: 7px;
    /* border-bottom: 3px solid #FFBD00; */
}

.navbg {
    margin-right: -88px;
    margin-top: -19px;
    margin-left: -44px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
}


/**********************bor-title******************/

.bor-title {
    /* height: 40px; */
    /* border: 1px solid red; */
    position: relative;
    text-align: center;
    height: 50px;
    padding: 7px 0;
    background-color: #d5e7f1;
    border: 1px solid #d5e7f1;
}

.bor-title>h1 {
    display: inline-block;
    padding: 0 10px;
    margin: auto;
    background: #d5e7f1;
    top: 0;
    line-height: 40px;
    color: #024EA7;
    position: relative;
    top: -21px;
    font-size: 16px;
}

.bor-title::before {
    content: "";
    display: block;
    border-top: 1px solid #024EA7;
    width: 200px;
    margin: auto;
    margin-top: 18px;
}


/**********************鎶ヨ�冨伐绉�******************/

.work-block {
    padding-left: 130px;
}

.work-block a {
    display: inline-block;
    width: 180px;
    margin-bottom: 10px;
    color: #397db7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.work-block a:hover {
    color: #1e68a7 !important;
    text-decoration: underline;
}

.work-block a.block {
    display: block;
    width: auto
}

.work-block a span {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
}

.work-block a:hover span {
    background: #397db7;
    color: #fff;
}

.indexwork-block {
    padding-left:0px;
}

.indexwork-block a {
    display: inline-block;
    width: 80px;
    margin-bottom: 10px;
    color: #397db7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexwork-block a:hover {
    color: #1e68a7 !important;
    text-decoration: underline;
}

.indexwork-block a.block {
    display: block;
    width: auto
}

.indexwork-block a span {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
}

.indexwork-block a:hover span {
    background: #397db7;
    color: #fff;
}


.work-table table {
    width: 100%;
}

.work-table table th {
    background-color: #d5e7f1;
}

.work-table table th,
.work-table table td {
    padding: 15px 5px;
    text-align: center;
    border: 1px solid #397db7
}

.work-table table td a {
    color: #1e68a7;
    text-decoration: underline;
    display: block;
    margin-top: 10px
}

.work-table table td a:hover {
    transform: scale(1.1)
}


/**********************layout-top-Crumbs******************/

.layout-top-crumbs {
    height: 50px;
    position: relative;
    padding: 0 40px;
    border: 1px solid #CCD8E5;
    margin: 10px 0 20px 0;
    background: #f5f5f5;
    /* border: 1px solid red; */
}

.layout-top-crumbs.crumbs-sm {
    height: 43px;
}

.layout-top-crumbs>div {
    position: absolute;
    left: 40px;
    top: 10px;
}

.layout-top-crumbs.crumbs-sm>div {
    top: 6px;
}

.layout-top-crumbs a {
    /* font-weight: bold; */
    font-size: 15px;
    color: #666;
}

.layout-top-crumbs a:hover {
    color: #333;
}

.layout-top-crumbs .button-back {
    position: absolute;
    right: 30px;
    top: 5px;
    background: none;
    color: #024EA7 !important
}

.layout-top-crumbs.crumbs-sm .button-back {
    top: 8px;
}


/* ****************layout-top-bor****************** */

.layout-top-bor {
    height: 35px;
    position: relative;
    margin: 10px 0;
    background: #f5f5f5;
    /* border: 1px solid red; */
}

.layout-top-bor>div {
    position: absolute;
    top: 4px;
}

.layout-top-bor a {
    /* font-weight: bold; */
    font-size: 15px;
    color: #666;
}

.layout-top-bor a:hover {
    color: #333;
}

.layout-top-bor .button-back {
    position: absolute;
    right: 30px;
    top: 5px;
}


/* ***************琛ㄥ崟**************** */

.form-view {
    padding-left: 150px;
    position: relative;
    /* border: 1px solid #ccc; */
    margin-bottom: 20px;
}

.form-view label {
    position: absolute;
    width: 150px;
    left: 0;
    top: 0;
    line-height: 1.25;
    padding: 9px 0;
    text-align: right;
}

.form-view.short {
    padding-left: 70px;
}

.form-view.short label {
    width: 70px;
}

.form-view label i {
    color: red;
    padding-right: 5px;
}

.form-view .input,
.form-view .select,
.form-view textarea {
    border: 1px solid #ddd;
    padding: 9px;
    width: 300px;
    margin-left: 10px;
}

.form-view.label-long textarea {
    min-height: 250px;
}

.form-view .button {
    margin-left: 10px;
}


/* **************鎸夐挳*************** */

.btn-block {
    text-align: center;
    padding: 10px;
}

.button {
    cursor: pointer;
    width: auto;
    height: 30px;
    background: #1A7FF6;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}

.button.button-sm {
    height: 25px;
    padding: 0 8px;
}

.button.button-wa {
    background: #eea236;
}

.button.button-sc {
    background: #5cb85c;
}

.button.button-dan {
    background: #d43f3a;
}

.button.button-lg {
    width: 100px;
    height: 45px;
    line-height: 45px;
}


/* 璇︽儏椤� */

.detailpage .dp-hd2 {
    text-align: left;
    margin: 30px 0px;
}


/*猫炉娄忙茠鈥γ┞÷�*/

.detailpage .dp-hd {
    text-align: center;
    margin: 30px 0px;
}

.detailpage .dp-hd>.btitle {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 35px;
}

.detailpage .dp-hd>.stitle {
    color: #666;
}

.detailpage .dp-desc {
    padding-bottom: 40px;
    min-height: 350px;
}

.detailpage .dp-desc p {
    font-size: 15px;
    line-height: 30px;
    text-indent: 30px;
}

.detailpage .dp-tools {
    text-align: center;
    margin: 20px 0px;
}

.detailpage .dp-tools a {
    display: inline-block;
    margin-left: 10px;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    border: 1px solid #5CA6F3;
    padding: 5px;
    border-radius: 5px;
    color: #5CA6F3;
}

.detailpage .dp-tools a:hover,
.detailpage .dp-tools a:active,
.detailpage .dp-tools a:focus {
    background: #5CA6F3;
    color: #fff;
}

.detailpage .dp-tools i {
    margin-right: 5px;
}


/* **************鍥炬爣******************** */

.icon-home {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/home.png) no-repeat;
    position: relative;
    top: 4px;
}

.icon-sea {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/sea.png) no-repeat;
    position: relative;
    top: 3px;
}


/* table-list */

.table-list table thead th {
    background: #d5dff9;
    padding: 8px;
}

.table-list table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center
}

.colorGe {
    color: green
}

.colorRed {
    color: red
}


/* summary-view */

.summary-view>div {
    padding: 10px;
    font-size: 16px;
}

.summary-view>div::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #024EA7;
    border-radius: 3px;
    position: relative;
    top: -2px;
}

.summary-view>div span {
    font-weight: bold
}