.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
    resize: vertical;
}
input[type="search"] {
    -webkit-appearance: none;
}

.h-panel {
    padding-top: 50px;
}
.hl-header {
    background-image: url(../img/h_b.jpg);
    background-color: #52b678;
}
.hl-banner {
    text-align: center;
    padding: 50px 15px;
}
.hl-banner > h1 {
    margin: 0;
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
    padding-bottom: 15px;
}
.h-search-box {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.h-search-group {
    padding-right: 41px;
}
.h-search-input {
    height: 40px;
    border-radius: 0px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
}
.h-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    outline: none;
    border: none;
}
.h-search-btn-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../img/b_i.png);
    background-position: -3px -3px;
    vertical-align: middle;
}
.h-page2 {
    padding: 70px 15px;
    min-height: 420px;
}
.h-home-page {
    max-width: 960px;
    margin: 0 auto;
}
.h-home-ist {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.h-col-4 {
    width: 33.3333333%;
    float: left;
    padding: 0 10px;
}
.h-home-item {
    height: 220px;
    padding-bottom: 60px;
}
.h-iocc-conten {
    height: 110px;
    line-height: 0;
    text-align: center;
}
.h-home-icon {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.h-home-label {
    margin-top: 20px;
    text-align: center; 
}
.h-home-label > a {
    color: #00aeef;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
}
.h-home-label > a:hover {
    text-decoration: underline;
}

.h-page {
    padding: 38px 0px 70px;
    min-height: 420px;
}

.h-term-left {
    border: solid 1px #e4e4e4;
    margin-bottom: 24px;
    position: relative;
    width: 200px;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 90;
    visibility: visible;
    float: left;
}
.h-tl-m {
    border-bottom: #eee thin solid;
    background: #f2f2f2;
}
.h-tl-m > a {
    display: block;
    line-height: 40px;
    padding-left: 28px;
    color: #333;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
}
.h-tl-m > a:hover {

}
.h-tl-list {

}
.h-tl-item {
    border-bottom: #eee thin solid;
    color: #333;
}
.h-tl-item.active {
    color: #fff;
    background-color: #52b678;
}
.h-tl-item:last-child {
    border: none;
}
.h-tl-item:not(.active):hover {
    background-color: #f8f8f8;
}
.h-tl-item > a {
    line-height: 38px;
    padding-left: 28px;
    display: block;
    color: inherit;
    font-size: 14px;
    font-size: 1.4rem;
}
.h-tl-item > a:hover {
    text-decoration: none;
}
.h-term-right {
    padding-left: 230px;
    padding-right: 0;
    position: relative;
    margin: 0 auto;
}
.h-term-content {
    position: relative;
    min-height: 400px;
    padding-bottom: 40px;
}
.h-breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "microsoft yahei";
    color: #666;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    line-height: 22px;
    /*height: 34px;*/
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 7px;
}
.h-breadcrumb > span {
    background-image: url(../img/help_icon.png);
    width: 20px;
    height: 24px;
    line-height: 0;
    float: left;
    background-position: -76px -6px;
    margin-top: 0px;
    font-size: 0;
}
.h-breadcrumb > a {
    color: inherit;
    float: left;
}
.h-breadcrumb > a:hover {
    text-decoration: underline;
}
.h-term-table {
    position: relative;
}
.h-term-list {
    position: relative;
}
.h-term-list > h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 22px;
    color: #333;
}
.h-term-item {
    /*border-bottom: #ebeef5 thin solid;
    padding: 15px 5px;*/
    border-bottom: dotted 1px #e4e4e4;
    line-height: 36px;
    list-style: decimal inside;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    padding: 2px 0;
}
.h-term-item > h5 {
    /*padding-bottom: 3px;
    line-height: 24px;*/
    display: inline-block;
    font-weight: normal;
}
.h-term-item a {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
}
.h-term-item > p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #666;
    line-height: 20px;
    display: none;
}
.h-term-item > span {
    float: right;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
}
.h-each-article {
    position: relative;
    background-color: #fff;
    margin: 4px 20px 40px;
    min-height: 400px;
}
.h-each-header {

}
.h-each-title {
    margin: 0;
    line-height: 36px;
    padding: 16px 0;
    color: #333;
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
    word-break: break-word;
}
.h-each-content {
    font-size: 14px;
    font-size: 1.4rem;
    color: #444;
    line-height: 26px;
    text-align: left;
    padding: 0 0 24px 0;
    letter-spacing: 0.01em;
}
.h-each-content img {
    max-width: 100%;
    height: auto;
}


@media(max-width: 700px) {
    .h-term-left {
        display: none;
    }
    .h-term-right {
        padding-left: 0;
    }
}