﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.top {
    width: 1200px;
    height: 106px;
    background: url("./img/top.jpg") no-repeat center;
    margin: 0 auto;
}

.nav {
    line-height: 50px;
    color: #ffffff;
    background-color: #1e50ae;
}

.nav p {
    width: 1200px;
    margin: 0 auto;
}

.nav span {
    display: inline-block;
    padding: 0 15px;
}

.banner {
    width: 100%;
    height: 350px;
    background: url("./img/banner.jpg") no-repeat center;
    background-size: cover;
}

.footer {
    padding: 20px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background-color: #212121;
}

.main {
    width: 1200px;
    margin: 30px auto;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.column-list > .column-item {
    float: left;
    width: 373px;
}

.column-list > .column-item:nth-child(2) {
    margin: 0 40px;
}

.column-list > .column-item .column-header {
    width: 100%;
    height: 140px;
    padding: 30px;
    background: url("./img/heading01.png") no-repeat 0 0;
    background-size: cover;
}

.column-list > .column-item:nth-child(2) .column-header {
    background-image: url("./img/heading02.png");
}

.column-list > .column-item:nth-child(3) .column-header {
    background-image: url("./img/heading03.png");
}

.column-list > .column-item .column-header .icon {
    width: 80px;
    height: 80px;
    background: url("./img/zj_icon.png") no-repeat center center;
}

.column-list > .column-item:nth-child(2) .column-header .icon {
    background-image: url("./img/jg_icon.png");
}

.column-list > .column-item:nth-child(3) .column-header .icon {
    background-image: url("./img/fl_icon.png");
}

.column-list > .column-item .heading h1 {
    line-height: 40px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #ffffff;
}

.column-list > .column-item:nth-child(3) .heading h1 {
    line-height: 80px;
}

.column-list > .column-item .heading a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 10px;
}

.function-btns {
    width: 100%;
}

.function-btns > li {
    float: left;
    width: 176px;
    height: 120px;
    font-size: 20px;
    font-weight: bold;
    background-color: #dee9ff;
    border-radius: 4px;
    margin-top: 20px;
    transition: all .3s;
}

.function-btns > li a {
    display: table-cell;
    width: 100%;
    height: 120px;
    padding: 20px 30px;
    text-align: center;
    vertical-align: middle;
}

.function-btns > li {
    width: 100%;
}

.function-btns > li:nth-of-type(1) a {
    color: #1e50ae;
}

.function-btns > li i,
.function-btns > li span {
    display: inline-block;
    vertical-align: middle;
}

.function-btns > li i {
    width: 74px;
    height: 74px;
    font-style: normal;
    background: url("./img/expert_icon.png") no-repeat center;
    transition: all .3s;
}

.function-btns > li:nth-of-type(3) i {
    background-image: url("./img/apply_icon.png");
}

.function-btns > li:nth-of-type(2) i {
    background-image: url("./img/progress_icon.png");
}

.function-btns > li span {
    line-height: 1;
    transition: all .3s;
    margin-top: 15px;
}

.function-btns > li  span {
    line-height: 1;
    margin-top: 0;
    margin-left: 15px;
}

.function-btns > li:nth-of-type(3) {
    color: #ba4632;
    background-color: #ffe5e0;
}

.function-btns > li:nth-of-type(3) a {
    color: #ba4632;
}

.function-btns > li:nth-of-type(2) {
    color: #587a09;
    background-color: #e9f4d2;
}

.function-btns > li:nth-of-type(2) a {
    color: #587a09;
}

.function-btns > li:hover a {
    color: #ffffff;
}

.function-btns > li:nth-of-type(1):hover {
    background-color: #1e50ae;
}

.function-btns > li:nth-of-type(1):hover .icon {
    background-image: url("./img/expert_active_icon.png");
}

.function-btns > li:nth-of-type(3):hover {
    background-color: #ba4632;
}

.function-btns > li:nth-of-type(3):hover .icon {
    background-image: url("./img/apply_active_icon.png");
}

.function-btns > li:nth-of-type(2):hover {
    background-color: #587a09;
}

.function-btns > li:nth-of-type(2):hover .icon {
    background-image: url("./img/progress_active_icon.png");
}

.org-list {
    margin-top: 20px;
}

.org-list > li {
    float: left;
    margin-bottom: 20px;
}

.org-list > li:nth-of-type(even) {
    margin-left: 20px;
}

.org-list > li a {
    display: table-cell;
    width: 176px;
    height: 120px;
    padding: 18px;
    border: 2px solid #eeeeee;
    background-color: #eeeeee;
    text-align: center;
    vertical-align: middle;
    color: #212121;
    border-radius: 4px;
    transition: all .3s;
}

.org-list > li a img,
.org-list > li a span {
    display: inline-block;
    vertical-align: middle;
}

.org-list > li span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.org-list > li:last-child a {
    color: #ba4632;
    background-color: #ffe5e0;
}

.org-list > li a img {
    margin-right: 10px;
}

.org-list > li a:hover {
    color: #ba4632;
    border-color: #ba4632;
    background-color: #ffffff;
}

.column-body-inner {
    width: 100%;
    padding: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin-top: 20px;
}

.body-heading a {
    display: block;
    width: 100%;
    height: 90px;
    padding: 15px 20px;
    vertical-align: middle;
    background-color: #e9f4d2;
    border-radius: 4px;
}

.body-heading img,
.body-heading span {
    display: inline-block;
    vertical-align: middle;
}

.body-heading span {
    font-size: 24px;
    font-weight: bold;
    color: #212121;
    margin-left: 10px;
}

.list-wrapper {
    margin-top: 20px;
    overflow: hidden;
}

.law-list > li::after {
    display: table;
    content: "";
    clear: both;
}

.law-list > li {
    line-height: 16px;
    font-size: 12px;
    color: #868686;
    margin-bottom: 10px;
}

.law-list > li a {
    display: inline-block;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #343434;
    overflow: hidden;
}

.law-list > li a::before {
    display: inline-block;
    width: 15px;
    font-size: 15px;
    font-weight: bold;
    content: "·";
}

.law-list > li span {
    float: right;
}

.law-list > li a:hover {
    color: #1e50ae;
    text-decoration: underline;
}

.law-list > li:last-child {
    margin-bottom: 0;
}


#contractinfo
{
	font-size:large;
	line-height:200%;
	margin-left: 10px;
}