﻿@charset "UTF-8";

.icon {
    background-repeat: no-repeat;
    overflow: hidden;
    border: none;
    background: url("../../images/web/default//icon.png?v=u47fb3633");
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-style: normal;
}

.icon_section1_01 {
    background-position: -48px -106px;
    width: 20px;
    height: 20px;
}

.icon_section1_02 {
    background-position: -142px 0px;
    width: 20px;
    height: 18px;
}

.icon_section1_03 {
    background-position: -142px -68px;
    width: 20px;
    height: 17px;
}

.icon_section1_04 {
    background-position: -142px -44px;
    width: 17px;
    height: 20px;
}

.icon_section1_05 {
    background-position: -109px -33px;
    width: 23px;
    height: 23px;
}

.icon_section1_06 {
    background-position: -24px -106px;
    width: 20px;
    height: 20px;
}

.icon_section1_07 {
    background-position: -142px -22px;
    width: 20px;
    height: 18px;
}

.icon_section1_08 {
    background-position: -109px -86px;
    width: 22px;
    height: 15px;
}

.icon_section1_09 {
    background-position: 0px -106px;
    width: 20px;
    height: 22px;
}

.icon_section1_10 {
    background-position: -109px -60px;
    width: 22px;
    height: 22px;
}

.icon_section1_11 {
    background-position: -76px -74px;
    width: 20px;
    height: 22px;
}

.icon_section1_12 {
    background-position: -72px -106px;
    width: 22px;
    height: 17px;
}

.icon_section2_01 {
    background-position: 0px -38px;
    width: 34px;
    height: 32px;
}

.icon_section2_02 {
    background-position: 0px 0px;
    width: 34px;
    height: 34px;
}

.icon_section2_03 {
    background-position: -76px -37px;
    width: 26px;
    height: 33px;
}

.icon_section2_04 {
    background-position: 0px -74px;
    width: 34px;
    height: 28px;
}

.icon_section2_05 {
    background-position: -38px -74px;
    width: 34px;
    height: 27px;
}

.icon_section2_06 {
    background-position: -109px 0px;
    width: 29px;
    height: 29px;
}

.icon_section2_07 {
    background-position: -76px 0px;
    width: 29px;
    height: 33px;
}

.icon_section2_08 {
    background-position: -38px 0px;
    width: 34px;
    height: 34px;
}

.icon_section2_09 {
    background-position: -38px -38px;
    width: 30px;
    height: 32px;
}

.font_primary {
    color: #cea654;
}

.foont_gray {
    color: #666666;
}

.phcolor {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-input-placeholder {
    color: #999;
}

input::-moz-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    color: #666666;
    margin: 0;
    min-width: 1200px;
    background-color: #fff;
    height: 100%;
    min-height: 100%;
    position: relative;
}

body,
input,
textarea,
keygen,
select,
button {
    font-family: Arial, MicrosoftYaHei, '微软雅黑';
    list-style: none;
    outline: none;
}

textarea {
    resize: none;
    list-style: none;
    outline: none;
    border: 1px solid #ccc;
}

p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    outline: none;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    display: block;
    border: none;
}

a {
    text-decoration: none;
    color: #212121;
    outline: none;
    display: inline-block;
}

a:hover {
    text-decoration: underline;
    color: #df0201 !important;
}

input,
button {
    list-style: none;
    border: none;
}

i {
    font-style: normal;
    display: inline-block;
}

table {
    border-collapse: collapse;
}

table,
td,
th {
    border: 1px solid #977131;
}

.pointer {
    cursor: pointer !important;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.text-c {
    text-align: center;
}

.text-through {
    text-decoration: line-through;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.marginTop {
    margin-top: -155px
}

.no-border-r {
    border-right: none !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.clearfix:after {
    content: "";
    height: 0px;
    visibility: hidden;
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.icon {
    position: relative;
}

.hide {
    display: none;
}

.wrapper {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: block;
}

.text-primary {
    color: #c19c5e;
}

.text-third {
    color: #d5161d;
}

.text-success {
    color: #3c3c3c;
}

.text-info {
    color: #8b5e3f;
}

.text-lesser {
    color: #9c9c9c;
}

.text-warning {
    color: #b52b01;
    text-align: left;
}

.text-danger {
    color: #c33;
}

.text-red {
    color: #df0201;
}

.icon {
    position: relative;
}

.split {
    border-left: 2px solid #dadada;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    vertical-align: middle;
}

body {
    background: #edf6ff url("../../images/web/default//bg.png?v=u47fb3633") no-repeat top center;
}

.header {
    height: 90px;
    line-height: 90px;
}

.header img {
    display: inline-block;
    vertical-align: middle;
}

.header .item_huangli,
.header .item_date {
    color: #fff;
    font-size: 12px;
    margin-right: 60px;
    margin-top: 25px;
}

.header .item_huangli p,
.header .item_date p {
    height: 22px;
    line-height: 22px;
}

.header .item_collect {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 34px;
}

.header .item_collect div {
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

.header .item_collect .btn {
    height: 25px;
    width: 90px;
    line-height: 25px;
    background: #d7e8ff;
    color: #333;
    font-size: 14px;
    border-radius: 25px;
}

.baidu {
    height: 128px;
    background: #fff;
}

.baidu .content {
    width: 792px;
    margin: 0 auto;
    padding-left: 130px;
    position: relative;
}

.baidu .content img {
    position: absolute;
    left: -2px;
    bottom: 0px;
}

.baidu .content .keyword {
    color: #666666;
    font-size: 16px;
    padding: 26px 0 10px;
}

.baidu .content .keyword li {
    float: left;
    width: 65px;
    cursor: pointer;
}

.baidu .content .keyword li.active {
    color: #6c9575;
    font-weight: bold;
}

.baidu .content .keyword li:hover {
    color: #6c9575;
    font-weight: bold;
}

.baidu .content .search_box input {
    display: inline-block;
    padding: 9px 10px;
    width: 650px;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 16px;
}

.baidu .content .search_box .btn {
    height: 38px;
    width: 120px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    background: #2c85ff;
    display: inline-block;
}

ul.ul_text_link li {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: left;
}

ul.ul_text_link li .icon_box {
    margin: 0 5px;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

ul.ul_text_link li .icon {
    vertical-align: top;
}

ul.ul_text_link li a:hover {
    text-decoration: underline;
    color: #df0201;
}

.content .section1 {
    margin-top: 10px;
}

.content .section1 .part_left,
.content .section1 .part_right {
    background: #fff;
}

.content .section1 .part_left {
    width: 350px;
}

.content .section1 .part_left .ul_text_link {
    padding: 5px 0 5px 24px;
}

.content .section1 .part_left li {
    width: 157px;
}

.content .section1 .part_right {
    width: 840px;
}

.content .section1 .part_right .ul_text_link {
    padding: 5px 0 5px 40px;
}

.content .section1 .part_right li {
    width: 114px;
}

.content .section2 .part_left .item {
    width: 350px;
    background: #fff;
    margin-top: 10px;
    padding-top: 40px;
    position: relative;
}

.content .section2 .part_left .item .tags {
    height: 40px;
    width: 104px;
    background: url("../../images/web/default//tags_bg.png?v=u47fb3633") no-repeat center;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: -10px;
}

.content .section2 .part_left .item1 li {
    float: left;
    width: 33.333%;
}

.content .section2 .part_left .item1 li a {
    display: block;
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    height: 80px;
    text-align: center;
}

.content .section2 .part_left .item1 li a .icon_box {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    margin-top: 10px;
}

.content .section2 .part_left .item1 li a p {
    margin-top: 5px;
}

.content .section2 .part_left .item3 ul,
.content .section2 .part_left .item4 ul {
    padding-left: 24px;
}

.content .section2 .part_left .item3 ul li,
.content .section2 .part_left .item4 ul li {
    width: 80px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.content .section2 .part_left .item2 {
    height: 360px;
    text-align: center;
}

.content .section2 .part_left .item3 {
    height: 242px;
}

.content .section2 .part_left .item4 {
    height: 252px;
}

.content .section2 .part_right {
    width: 840px;
    margin-top: 10px;
    background: #fff;
}

.content .section2 .part_right .item {
    padding-bottom: 10px;
}

.content .section2 .part_right .item .item_header {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 40px;
}

.content .section2 .part_right .item .item_header a {
    color: #4ca6ff;
    width: 75px;
}

.content .section2 .part_right .item .item_content .ul_box {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
}

.content .section2 .part_right .item .item_content .name {
    color: #2887e6;
    vertical-align: middle;
}

.content .section2 .part_right .item .item_content .split {
    margin: 0 20px;
}

.content .section2 .part_right .item .item_content ul {
    display: inline-block;
    vertical-align: middle;
}

.content .section2 .part_right .item .item_content ul li {
    float: left;
    width: 105px;
}

.content .section2 .part_right .item .item_content .more {
    color: #999999;
    vertical-align: middle;
}

.content .section2 .part_right .item1 .item_header {
    border-top: none;
}

.footer {
    height: 60px;
    line-height: 60px;
    background: #393d49;
    color: #afb0b3;
    text-align: center;
}

.location {
    height: 33px;
    line-height: 33px;
    color: #333;
}

.inside_page .section {
    padding: 5px 0px 5px 20px;
    background: #fff;
    margin-bottom: 10px;
}

.inside_page .section .header {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eeeeee;
}

.inside_page .section .header .split {
    border-color: #4ca6ff;
    height: 18px;
}

.inside_page .section ul {
    padding-left: 10px;
}

.inside_page .section ul li {
    float: left;
    width: 166px;
}

.inside_page .section ul li a {
    color: #666666;
    height: 40px;
    line-height: 40px;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -60px;
    margin-bottom: 0\9;
}

:root .page-wrap {
    margin-bottom: -60px;
}

.page-wrap::after {
    content: '';
    display: block;
    height: 60px;
}
