.article_tip {
    height: 58px;
    background: #f6f6f6;
    position: relative
}

.article_tip img {
    float: left;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    margin: 10px
}

.article_tip .point {
    position: absolute;
    top: 10px;
    left: 56px;
    font-size: 14px;
    color: #333
}

.article_tip .time {
    position: absolute;
    top: 32px;
    left: 56px;
    font-size: 12px;
    color: #666
}

.article_tip .num {
    position: absolute;
    top: 15px;
    right: 100px;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    height: 28px
}

.article_tip .btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    width: 60px;
    height: 28px;
    background-color: #4a90e2;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    cursor: pointer
}

.article_recommond .title {
    font-size: 24px;
    line-height: 28px;
    color: #333
}

.article_recommond .search_result_list {
    padding: 0
}

.article_recommond .search_result_item_info {
    width: 580px
}

.knowledge_include {
    height: 178px;
    position: relative
}

.knowledge_include .title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #333;
    padding: 35px 0 15px
}

.knowledge_include .num {
    text-align: center
}

.knowledge_include .num span {
    height: 29px;
    width: 20px;
    line-height: 29px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px #eee;
    font-size: 24px;
    color: #1e5390;
    margin: 0 5px;
    font-weight: 600;
    background: url(../images/num-bg.png) no-repeat;
    background-position: center center
}

.knowledge_include .num i {
    font-size: 24px;
    color: #1e5390;
    font-weight: 600
}

.knowledge_include form {
    display: inline-block;
    width: 272px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    top: 24px;
    left: 3px
}

.knowledge_include form input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px
}

.knowledge_include form button {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    height: 18px
}

.knowledge_atlas {
    position: relative
}

.knowledge_atlas .category_menu_item_details {
    width: 270px
}

.knowledge_atlas .category_pop {
    display: none;
    position: absolute;
    top: 0;
    left: -680px;
    width: 680px;
    min-height: 400px;
    padding: 30px;
    background-color: #f5f5f5;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-right-color: transparent
}

.article_content {
    line-height: 1.8em;
    font-size: 16px;
    color: #333;
    text-align: justify;
    word-break: break-all;
    -webkit-text-align: justify;
    -webkit-word-break: break-all;
    background: #fff;
    padding-bottom: 20px
}

.article_content .article_brief {
    margin-top: 20px
}

.article_content img {
    display: block;
    max-width: 100%;
    margin: 0 auto 32px
}

.article_content p {
    line-height: 1.8em;
    font-size: 16px;
    color: #333;
    margin-bottom: 32px
}

.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
    margin-bottom: 32px
}

.article_content figure,
.article_content section,
.article_content span {
    font-size: 16px;
    line-height: 1.8em;
    color: #333;
    text-align: justify;
    word-break: break-all;
    -webkit-text-align: justify;
    -webkit-word-break: break-all;
    padding: 0;
    margin-bottom: 32px
}

.article_content span {
    display: inline
}

.article_content a {
    font-size: 16px;
    color: #337ab7;
    letter-spacing: 0;
    text-decoration: none
}

.article_content address {
    font-style: normal;
    text-align: justify;
    margin-bottom: 32px;
    text-align: center;
    display: block
}

.article_content b,
.article_content strong {
    font-weight: 700;
    display: inline
}

.article_content blockquote {
    padding: 10px 20px;
    margin-bottom: 32px;
    border-left: 5px solid #eee;
    font-size: 16px;
    color: #333;
    text-align: justify
}

.article_content pre {
    display: block;
    padding: 13px;
    margin: 0 0 32px 0;
    font-size: 13px;
    line-height: 1.8em;
    color: #333;
    white-space: normal;
    word-wrap: break-word;
    overflow: auto;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px
}

.article_content figure {
    width: 100%;
    padding: 0;
    margin: 0
}

.article_content figure p {
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%
}

.article_content figure img {
    margin: 0 auto 10px
}

.article_content figure p span {
    display: block;
    width: 100%;
    text-align: center
}

.article_content figure p span strong {
    font-weight: 500;
    text-align: center
}

.article_content figure p:nth-of-type(2) {
    display: none!important
}

.article_content blockquote {
    padding: 10px 20px;
    margin: 20px 0;
    border-left: 5px solid #eee
}

.article_content iframe {
    width: 650px;
    height: 365px;
    margin: 0 auto 32px;
    display: block;
    border: none
}

.article_content dl,
.article_content ol,
.article_content ul {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 16px;
    color: #333
}

.article_content ol ol,
.article_content ol ul,
.article_content ul ol,
.article_content ul ul {
    margin-bottom: 0;
    font-size: 16px;
    color: #333
}

.article_content ol {
    list-style: inside
}

.article_content ul li {
    font-size: 16px;
    line-height: 2em;
    margin: 0;
    padding: 0;
    list-style: inside
}

.article_content dt {
    font-weight: 600;
    font-size: 16px;
    color: #333
}

.article_content dd {
    margin-left: 0;
    font-size: 16px;
    color: #333
}

.article_content table {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 32px
}

.article_content table tr th {
    border: 1px solid #ddd;
    text-align: center;
    font-weight: 600;
    background: #eee
}

.article_content table tr td {
    border: 1px solid #ddd;
    text-align: center
}

.article_content .audio_player {
    position: relative
}

.article_content .audio_player .voice_bg {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.casebase_collection_details_item {
    height: 170px
}

.casebase_collection_details_item_img {
    width: 220px;
    height: 124px
}

.casebase_collection_details_item_info {
    width: 740px;
    height: 124px;
    position: relative
}

.casebase_collection_details_item_info .casebase_collection_details_item_title {
    color: #333;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.casebase_collection_details_item_info .casebase_collection_details_item_brief {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #666
}

.casebase_collection_details_item_info .casebase_collection_details_num {
    color: #999;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0
}

.casebase_collection_details_item_info .casebase_collection_details_item_time {
    color: #999;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 200px
}

.casebase_collection_banner {
    height: 350px
}

.icon-xinzhi-collection-text {
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 10
}

.casebase_collection_banner_title {
    height: 120px;
    font-size: 22px;
    text-align: center;
    line-height: 100px;
    color: #333
}

.casebase_collection_banner_subtitle {
    position: absolute;
    top: 62px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    width: 300px;
    left: 50%;
    margin-left: -150px
}

.casebase_collection_banner_subtitle span {
    width: 35px;
    height: 1px;
    background: #ddd;
    border-radius: 2px;
    position: relative;
    top: -5px;
    margin: 0 10px
}

.casebase_collection_item {
    height: 190px
}

.overlap {
    height: 140px;
    width: 140px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 5px #ccc
}

.overlap1 {
    top: 10px;
    right: 10px
}

.casebase_collection_item_img {
    width: 160px;
    height: 160px;
    position: relative
}

.casebase_collection_item_img #collection_img {
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0
}

.casebase_collection_item_info {
    width: 940px;
    height: 145px;
    position: relative
}

.casebase_collection_item_title {
    font-size: 18px;
    color: #333;
    position: relative;
    display: inline-block;
    width: 650px
}

.casebase_collection_num {
    font-size: 14px;
    color: #999
}

.open_casebase_collection {
    color: #fff;
    background: #4a90e2;
    height: 30px;
    width: 84px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin-left: 50px
}

.casebase_collection_item_brief {
    font-size: 14px;
    color: #666;
    line-height: 25px
}

.casebase_collection_item_time {
    position: absolute;
    bottom: 0;
    color: #999;
    font-size: 14px
}

.casebase_collection_item .picture_box .picture_nav_pop .picture_nav_item {
    background: #d8d8d8!important;
    opacity: 1!important
}

.casebase_collection_item .picture_box .picture_nav_pop .picture_nav_item_active {
    background: #4a90e2!important;
    opacity: 1!important
}

.casebase_collection_banner .search_tab {
    width: 480px;
    margin-left: -240px
}

.casebase_collection_banner .search_tab li {
    width: 100px;
    font-size: 18px
}

.icon-xinzhi-case-collection-text,
.icon-xinzhi-case-collection-video,
.icon-xinzhi-case-collection-voice {
    position: relative;
    top: 2px;
    margin-right: 8px
}

.case_package_item {
    height: 463px;
    width: 380px;
    background: #fff;
    position: relative
}

.case_package_item_1 {
    height: 275px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box
}

.case_package_item_1_title {
    line-height: 65px;
    color: #333;
    font-size: 18px
}

.case_package_item .case_package_item_1_img {
    height: 203px;
    border-radius: 2px
}

.case_package_item_1_info {
    font-size: 12px;
    color: #999;
    line-height: 50px
}

.case_package_item .case_package_item_2 {
    border-bottom: 1px solid #ddd;
    height: 139px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px
}

.case_package_item .case_package_item_2 i {
    margin-right: 5px;
    position: relative;
    top: 3px
}

.case_package_item .case_package_item_2 p {
    line-height: 38px;
    color: #666;
    height: 38px
}

.case_package_item .case_package_item_2 p:nth-of-type(4) {
    line-height: 20px;
    color: #666;
    height: 20px;
    font-size: 50px;
    font-size: 30px;
    letter-spacing: .3em;
    color: #ddd
}

.case_package_item .case_package_item_3 {
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    box-sizing: border-box;
    color: #4a90e2;
    font-size: 16px
}

.casebase_collection_details_banner .casebase_vip_details_item {
    height: 170px;
    width: 800px
}

.casebase_vip_details_item_img {
    height: 150px;
    width: 270px;
    border-radius: 2px;
    overflow: hidden
}

.casebase_vip_details_item_info {
    width: 510px;
    height: 150px;
    position: relative
}

.casebase_vip_details_item_info .casebase_vip_details_item_title {
    font-size: 18px;
    color: #666
}

.casebase_vip_details_item_time {
    position: absolute;
    bottom: 0;
    color: #999;
    width: 100%
}

.casebase_vip_details_item_time img {
    position: relative;
    top: 6px;
    margin-right: 10px
}

.casebase_vip_details_item_time span:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 0
}

.case_other_message {
    width: 800px;
    margin: 0 auto
}

.case_other_message .title {
    color: #666;
    font-size: 16px
}

.case_other_message .brief {
    color: #999;
    font-size: 14px;
    line-height: 1.8em
}

.price_info {
    height: 60px;
    color: #666;
    font-size: 18px;
    position: relative;
    width: 100%
}

.price_info p {
    position: absolute;
    bottom: 16px
}

.price_info .case_id {
    left: 10px
}

.price_info .case_price {
    right: 10px
}

.price_info .case_price_vip {
    right: 10px
}

.price_text {
    color: #ef6666
}

.price_val {
    color: #ef6666;
    font-size: 32px
}

.pay_method {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 18px
}

.pay_method_btn {
    border: 1px solid #ddd;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 2px
}

.pay_method_btn.active {
    border: 1px solid #4a90e2;
    color: #4a90e2
}

.pay_btn {
    width: 500px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    border-radius: 5px;
    color: #fff;
    background: #4a90e2
}

.casebase_Details_left {
    box-sizing: border-box;
    padding: 30px;
    width: 840px
}

.casebase_Details_left .article_title {
    padding: 0 0 20px
}

.article_information {
    width: 100%;
    box-sizing: border-box
}

.article_information .article_information_title {
    height: 28px;
    position: relative;
    padding-top: 22px
}

.article_information .article_information_title p span {
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 18px;
    line-height: 20px;
    width: 120px;
    text-align: center;
    border-left: 4px solid #4a90e2
}

.article_information .article_information_cont {
    padding: 5px 0 0
}

.article_information .article_information_cont p {
    box-sizing: border-box;
    width: 25%;
    color: #333;
    font-size: 12px;
    line-height: 25px
}

.article_information .article_information_cont p:nth-of-type(3) {
    width: 50%
}

.article_information .article_information_cont p span {
    font-size: 12px;
    line-height: 20px
}

.article_information .article_information_cont p span a {
    color: #4a90e2
}

.evaluate_case {
    color: #999;
    font-size: 14px;
    line-height: 16px
}

.score_num {
    padding-left: 10px;
    color: #f16e6e;
    font-size: 14px;
    line-height: 16px
}

.fav_box {
    color: #ef6666;
    height: 37px;
    width: 102px;
    border: 1px solid #ef6666;
    border-radius: 25px;
    line-height: 37px;
    box-sizing: border-box;
    padding: 0 15px
}

.fav_box .fav_text {
    width: 80px;
    line-height: 37px;
    font-weight: 600
}

.fav_box .fav_text i {
    position: relative;
    top: 3px
}

.fav_box .fav_number {
    width: 30px;
    text-align: center
}

.sanfang_share {
    height: 100px
}

.voice_control .voice_control_point {
    height: 50px;
    width: 50px;
    background: #f60;
    position: absolute
}

.file_type_box {
    height: 440px;
    border: 1px solid #eee;
    text-align: center
}

.file_type_box .file_type {
    margin-top: 50px
}

.file_type_box .file_type img {
    height: 120px;
    width: 120px;
    border-radius: 12px
}

.file_type_box .file_type p {
    margin-top: 15px;
    color: #666
}

.file_type_box .tips p {
    font-size: 18px;
    color: #666;
    margin: 25px
}

.file_type_box .tips a {
    height: 50px;
    width: 180px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background-color: rgba(92, 126, 211, 1);
    border-radius: 2px;
    margin-top: 20px;
    text-decoration: none
}

.casebase_Details_right {
    width: 320px;
    padding: 0 20px;
    box-sizing: border-box
}

.casebase_Details_right .casebase_Details_recommend {
    padding: 15px 0
}

.casebase_Details_right .casebase_Details_recommend h3 {
    padding-left: 15px;
    font-weight: 500;
    border-left: 4px solid #4a90e2
}

.casebase_Details_right .hot_article_img {
    width: 100px;
    height: 65px
}

.casebase_Details_right .hot_article_title {
    width: 170px;
    padding: 0;
    overflow: hidden;
    max-height: 65px
}

.casebase_Details_right .hot_article_title p {
    max-height: 40px;
    overflow: hidden;
    line-height: 20px
}

.casebase_Details_right .hot_article_title span {
    color: red;
    font-size: 14px;
    margin-top: 10px
}

.casebase_Details_right_list {
    min-height: 300px
}

.casebase_Details_right_list_item {
    height: 100px;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative
}

.casebase_Details_right_list_item .price {
    color: #ef6666;
    position: absolute;
    left: 110px;
    top: 67px
}

.casebase_member_banner {
    height: 300px;
    border-radius: 2px;
    overflow: hidden
}

.casebase_member_subtitle {
    height: 60px;
    padding: 0 10px
}

.casebase_member_subtitle p {
    line-height: 60px;
    font-size: 20px;
    color: #333
}

.casebase_member_subtitle p i {
    margin-right: 10px;
    position: relative;
    top: 4px
}

.member_privilege {
    height: 240px;
    background: #fff;
    padding: 25px 0;
    box-sizing: border-box
}

.member_privilege_item {
    width: 25%;
    text-align: center
}

.member_privilege_item_title {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    margin: 20px 0
}

.member_privilege_item_content {
    font-size: 16px;
    color: #333;
    line-height: 25px
}

.casebase_search_container {
    height: 180px;
    background: #fff
}

.casebase_search_top {
    height: 180px;
    border-bottom: 1px solid #eee
}

.casebase_search_top .home_search_form {
    width: 780px;
    position: relative;
    left: 200px
}

.casebase_search_top .home_search_form .home_search_form_input {
    width: 690px
}

.search_tab {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 370px;
    margin-left: -185px
}

.search_tab li {
    cursor: pointer;
    float: left;
    width: 70px;
    line-height: 50px;
    font-size: 20px;
    color: #333;
    box-sizing: border-box;
    text-align: center;
    margin: 0 10px
}

.search_tab li.active {
    border-bottom: 2px solid #4a90e2;
    color: #4a90e2;
    box-sizing: border-box
}

.search_condition {
    height: 45px;
    margin-bottom: 20px
}

.search_headtitle {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: 600
}

.search_result_left {
    width: 840px;
    box-sizing: border-box
}

.search_result_list {
    background: #fff;
    padding: 20px;
    min-height: 1000px!important
}

.search_result_right {
    width: 320px
}

.search_result_item {
    height: 160px;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    position: relative
}

.search_result_item_img {
    height: 120px;
    width: 180px;
    border-radius: 2px;
    overflow: hidden
}

.search_result_item_info {
    margin-left: 10px;
    height: 120px;
    width: 600px;
    position: relative
}

.search_result_item_title_box {
    height: 30px
}

.search_result_item_title {
    color: #111;
    line-height: 25px;
    font-size: 18px
}

.search_result_item_brief_box {
    font-size: 14px;
    color: #999
}

.search_result_item_price_box {
    position: absolute;
    bottom: 26px;
    color: #ef6666;
    font-size: 16px;
    left: 0;
    font-weight: 600
}

.search_result_item_tips {
    width: 100%;
    position: absolute;
    bottom: 0
}

.search_result_item_tips span {
    color: #999;
    line-height: 20px;
    font-size: 14px
}

.search_result_item_tips span:nth-of-type(1) {
    padding-left: 35px
}

.search_result_item_tips span:nth-of-type(2) {
    padding-left: 50px
}

.search_result_item_tips img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -3px
}

.relate_knowledge_cloud {
    height: 320px;
    width: 280px;
    padding: 20px;
    background: #fff
}

.relate_knowledge_cloud p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 600;
    color: #333
}

.relate_knowledge_cloud p span:nth-of-type(1) {
    font-size: 20px
}

.relate_knowledge_cloud p span:nth-of-type(2) {
    font-size: 14px;
    color: #666;
    font-weight: 500
}

.relate_knowledge_cloud_item {
    height: 90px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    width: 280px
}

.relate_knowledge_cloud_item img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 20px 10px 20px 5px
}

.relate_knowledge_cloud_item span:nth-of-type(1) {
    display: block;
    width: 215px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 25px
}

.relate_knowledge_cloud_item span:nth-of-type(2) {
    width: 120px;
    font-size: 14px;
    color: #666
}

.relate_knowledge_cloud_item span:nth-of-type(3) {
    height: 30px;
    width: 70px;
    background: #4a90e2;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 13px
}

.relate_manufacturer_recommend {
    padding: 20px;
    box-sizing: border-box;
    background: #fff
}

.relate_manufacturer_recommend .recommend_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 600;
    color: #333
}

.relate_manufacturer_recommend .recommend_title span:nth-of-type(1) {
    font-size: 20px
}

.relate_manufacturer_recommend .recommend_title span:nth-of-type(2) {
    font-size: 14px;
    color: #666;
    font-weight: 500
}

.relate_manufacturer_recommend_item {
    height: 140px;
    width: 280px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.relate_manufacturer_recommend_item_top {
    height: 90px;
    position: relative
}

.relate_manufacturer_recommend_item_top_img {
    height: 70px;
    width: 120px;
    margin: 20px 5px 0;
    overflow: hidden
}

.relate_manufacturer_recommend_item_top p {
    width: 145px;
    height: 65px;
    line-height: 22px
}

.relate_manufacturer_recommend_item_bottom {
    height: 50px
}

.relate_manufacturer_recommend_item_bottom img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 12px 5px
}

.relate_manufacturer_recommend_item_bottom span {
    line-height: 50px;
    height: 50px;
    width: 245px;
    font-size: 14px;
    color: #666
}

.load_more_search {
    width: 830px
}

.casebase_banner {
    height: 200px
}

.case_search_tips {
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
    font-size: 16px;
    color: #666
}

.case_search_tips a {
    padding: 0 10px;
    background-color: rgba(74, 144, 226, .2);
    color: #4a90e2;
    margin: 0 8px;
    font-size: 14px;
    cursor: pointer
}

.case_search_tips a:hover {
    opacity: .8;
    color: #4a90e2
}

.case_search_tips a:after {
    content: " ×"
}

.xz_select {
    display: inline-block;
    width: 180px;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #666;
    box-sizing: border-box;
    position: relative;
    background: #fff
}

.xz_select_placeholder {
    line-height: 44px;
    font-size: 16px;
    padding: 0 15px;
    cursor: pointer
}

.xz_select_placeholder i {
    position: absolute;
    right: 15px;
    top: 18px
}

.xz_select_option {
    background: #fff;
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 46px;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    z-index: 99
}

.xz_select_option span {
    padding: 0 15px;
    width: 100%;
    line-height: 40px
}

.two_level_classification {
    position: relative
}

.two_key {
    padding: 18px;
    box-sizing: border-box
}

.two_key_title {
    width: 75px;
    text-align: center;
    float: left;
    padding-top: 5px
}

.two_key_trig {
    width: 1060px
}

.two_key a {
    color: #888!important;
    margin: 5px 10px
}

.two_key a.active {
    color: #4a90e2!important
}

.two_key a:hover {
    color: #4a90e2
}

.two_cont {
    padding: 18px;
    box-sizing: border-box
}

.two_cont_item {
    padding-left: 80px
}

.two_cont .two_cont_item a {
    color: #999;
    margin: 5px 10px
}

.two_cont .two_cont_item a.active {
    color: #4a90e2
}

.two_cont .two_cont_item a:hover {
    color: #4a90e2
}

.three_level_tips {
    height: 80px;
    box-sizing: border-box;
    line-height: 50px;
    padding: 15px 15px 0 15px;
    background: #fff
}

.three_level_tips img {
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.three_level_tips .three_level_tips_title {
    font-size: 18px;
    color: #333
}

.three_level_tips .three_level_tips_brief {
    width: 360px;
    font-size: 14px;
    color: #999
}

.three_level_tips .subscribe_btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #4a90e2;
    text-align: center;
    border-radius: 2px
}

.classification {
    padding: 3px 18px
}

.s_warp {
    height: 50px;
    box-sizing: border-box;
    position: relative
}

.s_key {
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    width: 75px;
    text-align: center
}

.s_value {
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    width: 1060px
}

.s_value .s_v_tab a {
    padding: 0 10px;
    color: #888;
    box-sizing: border-box;
    position: relative
}

.s_value .s_v_tab a.active {
    position: relative;
    z-index: 10;
    border-bottom: none
}

.s_value .s_v_tab a.active:after {
    content: "";
    height: 14px;
    width: 18px;
    display: inline-block;
    background: url(../images/top_jiantou.png);
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -15px
}

.s_tab_cont {
    display: none;
    position: absolute;
    top: 50px;
    left: -20px;
    z-index: 9;
    background: #fff;
    width: 1180px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    box-sizing: border-box;
    padding: 20px
}

.s_tab_cont_item {
    display: none
}

.s_tab_cont_item .s_tab_cont_item_list a {
    color: #999;
    font-size: 15px;
    margin: 5px 10px;
    line-height: 20px
}

.search_result_item .icon-xinzhi-member-sign {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 999
}

.search_result_item .icon-xinzhi-charge-sign {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 999
}

.ztc_recommend {
    height: 90px!important
}

.ztc_recommend .hot_article_img {
    height: 52px!important;
    width: 60px!important
}

.ztc_recommend .hot_article_img a {
    height: 52px;
    width: 52px
}

.ztc_recommend .hot_article_img img {
    height: 52px;
    width: 52px;
    border-radius: 52px;
    box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 1px #000
}

.ztc_recommend .hot_article_title {
    height: 20px!important;
    overflow: hidden!important;
    position: relative!important;
    top: 17px!important;
    width: 210px!important
}

.ztc_recommend i {
    position: absolute;
    top: 53px;
    left: 33px
}

a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
strong,
textarea,
time,
ul,
var {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal
}

body,
html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    background: #f9f9f9;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif, PingFangSC-Medium, "微软雅黑"
}

body {
    padding-top: 50px;
    word-wrap: break-word
}

article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

a,
button,
cite,
code,
del,
em,
img,
label,
mark,
small,
strong,
textarea,
time,
var {
    display: inline-block
}

footer,
header,
section {
    position: relative
}

ol,
ul {
    list-style: none
}

button,
input,
textarea {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0)
}

span {
    display: inline-block
}

a:active,
a:hover {
    outline: 0;
    color: inherit
}

a,
a:visited {
    text-decoration: none;
    color: inherit
}

label {
    word-wrap: break-word;
    word-break: break-all
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

input::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

.ib {
    display: inline-block
}

.bl {
    display: block!important
}

.container {
    width: 1180px;
    margin: 0 auto;
    position: relative
}

.wd100 {
    width: 100%;
    position: relative
}

.ht100 {
    height: 100%
}

.wd1200 {
    width: 1200px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt34 {
    margin-top: 34px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.pr5 {
    padding-right: 5px
}

.ht30 {
    height: 30px
}

.ht58 {
    height: 58px
}

.ht90 {
    height: 90px
}

.lh30 {
    line-height: 30px
}

.fr {
    float: right
}

.fl {
    float: left
}

.show {
    display: block
}

.hide {
    display: none
}

.bgw {
    background: #fff
}

.bgf7 {
    background: #f7f7f7
}

.clearfix {
    clear: both
}

.rotate180 {
    transform: rotate(-180deg)
}

.animate-opa {
    opacity: 1
}

.p-hover:hover a {
    text-decoration: none;
    color: #4a90e2
}

.a-hover:hover {
    text-decoration: none;
    color: #4a90e2
}

.p-overflow-hidden {
    overflow: hidden;
    height: 100%
}

.img-hover {
    transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s
}

.color-hover:hover {
    color: #4a90e2;
    cursor: pointer
}

.opa-hover:hover {
    opacity: .8
}

.img-hover:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.text-onerow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-color-333 {
    color: #333
}

.cursor {
    cursor: pointer
}

.border {
    border: 1px solid #ddd;
    box-sizing: border-box
}

.border-bottom {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    box-sizing: border-box
}

.shadow {
    box-sizing: border-box
}

.sub-icon {
    height: 26px;
    width: 26px;
    border-radius: 50%
}

.center {
    text-align: center;
    margin: 0 auto
}

.min-ht600 {
    min-height: 600px
}

.title_bg {
    background: url(../images/title_bg.png) repeat-x;
    background-size: contain
}

.pr {
    position: relative
}

.article_price_tips {
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    color: #ffb100;
    letter-spacing: .26px;
    line-height: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 8px 3px 2px;
    text-align: center
}

.article_member {
    position: absolute;
    top: 5px;
    right: 5px
}

.subscribe_visited {
    background: 0 0!important;
    border: 1px solid #999!important;
    color: #666!important
}

.icon-xinzhi-weixin {
    cursor: pointer
}

.content_left {
    width: 840px;
    min-height: 600px;
    margin-right: 60px
}

.article_title {
    padding: 0 0 20px
}

.article_title h2 {
    font-size: 30px;
    color: #333;
    line-height: 1.5em;
    font-weight: 600
}

.article_title .art_info_box {
    height: 30px;
    width: 100%;
    position: relative;
    top: 10px
}

.article_title .art_info_box .point_img {
    height: 28px;
    width: 28px;
    float: left;
    border-radius: 50%
}

.article_title .art_info_box .point {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    float: left;
    margin-left: 10px
}

.article_title .art_info_box .time {
    font-size: 14px;
    color: #999;
    float: left;
    line-height: 30px;
    margin-left: 30px
}

.article_info .article_source {
    width: 100%;
    height: 140px;
    border-left: 10px solid #aaa;
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 20px
}

.article_info .article_source p {
    font-size: 16px;
    line-height: 25px;
    color: #333
}

.article_info .article_source p a {
    color: #4a90e2
}

.article_info .article_tag_item {
    padding: 10px 20px;
    border: 1px solid #4a90e2;
    border-radius: 2px;
    font-size: 14px;
    color: #4a90e2
}

.article_info .article_copyright_notice p {
    font-size: 14px;
    color: #999
}

.article_info .article_author {
    height: 88px;
    padding: 20px;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 2px;
    position: relative
}

.article_author_box {
    position: relative
}

.article_info .article_author .article_author_name {
    width: 640px;
    font-size: 16px;
    color: #333
}

.article_info .article_author .article_author_name span {
    font-size: 12px;
    color: #4a90e2;
    border: 1px solid #4a90e2;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 2px
}

.subcribe_author {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 90px;
    text-align: center;
    height: 40px;
    background: #4a90e2;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 2px
}

.subcribe_author span {
    font-size: 28px;
    line-height: 40px;
    float: left;
    position: relative;
    left: 17px
}

.article_info .article_author .article_author_info {
    font-size: 14px;
    line-height: 30px;
    color: #333
}

.article_info .article_author img {
    height: 48px;
    width: 48px;
    border-radius: 50%
}

.article_info .article_author i {
    position: absolute;
    top: 30px;
    left: 30px
}

.article_author_copyright {
    line-height: 45px;
    color: #969696;
    font-size: 14px
}

.content_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px
}

.hot_article_recommend {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0
}

.hot_article_recommend h3 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 500
}

.hot_article_item {
    max-height: 240px
}

.hot_article_img {
    height: 190px
}

.hot_article_img img {
    width: 100%;
    height: 100%
}

.hot_article_title {
    max-height: 50px;
    padding-top: 8px;
    box-sizing: border-box
}

.daily_menu_box {
    border-bottom: 1px solid #eee;
    box-sizing: border-box
}

.daily_two_level_menu li {
    float: left;
    line-height: 58px;
    color: #999;
    font-size: 16px;
    margin-right: 20px
}

.daily_two_level_menu li:hover {
    color: #4a90e2
}

.daily_two_level_menu li.active {
    color: #4a90e2
}

.daily_two_level_menu li.active a {
    border-bottom: 2px solid #4a90e2;
    height: 58px;
    box-sizing: border-box
}

.daily_search_form {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    top: 12px
}

.search_input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box
}

.search_input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px
}

.search_input:-moz-placeholder {
    color: #999;
    font-size: 14px
}

.search_input::-moz-placeholder {
    color: #999;
    font-size: 14px
}

.search_input:-ms-input-placeholder {
    color: #999;
    font-size: 14px
}

.search_btn {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    height: 18px
}

.hot_list {
    background: #f6f6f6
}

.hqx_article_list {
    height: 340px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px
}

.hqx_article_list_item_big {
    height: 340px;
    width: 610px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    overflow: hidden
}

.item_big_bg {
    position: absolute;
    bottom: 0;
    height: 130px;
    width: 100%;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .7));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, .7));
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, .7));
    background: linear-gradient(transparent, rgba(0, 0, 0, .7))
}

.hqx_article_list_item_big_img {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.hqx_article_list_item_big_img a {
    height: 100%;
    width: 100%
}

.hqx_article_list_item_big_img img {
    height: 100%;
    width: 100%;
    transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s
}

.hqx_article_list_item_big_img img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.hqx_article_list_item_big_info {
    display: inline-block;
    height: 105px;
    width: 100%;
    position: absolute;
    bottom: -35px;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer
}

.brief_one_row {
    bottom: -45px
}

.brief_one_row .hqx_article_list_item_big_subtitle p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hqx_article_list_item_big_title {
    font-size: 26px;
    color: #fff;
    line-height: 30px
}

.hqx_article_list_item_big_title p {
    position: relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px
}

.hqx_article_list_item_big_title p a {
    position: absolute;
    bottom: 0;
    padding-bottom: 5px
}

.hqx_article_list_item_big_subtitle {
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    box-sizing: border-box
}

.hqx_article_list_item_big_subtitle p {
    line-height: 25px;
    overflow: hidden
}

.hqx_article_list_middle {
    width: 287px;
    height: 340px;
    border-radius: 2px;
    overflow: hidden
}

.hqx_article_list_middle_top {
    height: 50px;
    line-height: 50px;
    background: #3b404b;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box
}

.hqx_article_list_middle img {
    width: 100%;
    height: 158px
}

.hqx_article_list_middle_bottom {
    background: #3b404b;
    color: #fff;
    padding: 0 10px;
    height: 132px;
    width: 100%;
    box-sizing: border-box
}

.hqx_article_list_middle_bottom p:nth-of-type(1) {
    color: #fff;
    font-size: 18px;
    line-height: 60px
}

.hqx_article_list_middle_bottom p:nth-of-type(2) {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    height: 50px
}

.hqx_article_list_right {
    width: 262px;
    height: 340px
}

.hqx_article_list_item {
    width: 262px;
    height: 165px;
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.hqx_article_list_item_img {
    width: 100%;
    height: 165px;
    overflow: hidden
}

.hqx_article_list_item_img a {
    width: 100%;
    height: 100%
}

.hqx_article_list_item_img img {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s
}

.hqx_article_list_item_img img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.hqx_article_list_item_title {
    width: 100%;
    height: 70px;
    padding: 12px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0
}

.hqx_article_list_item_title p {
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
    color: #fff
}

.article_list_item {
    width: 220px;
    height: 234px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 2px;
    overflow: hidden;
    background: #fff
}

.article_list_item_img {
    width: 100%;
    height: 124px;
    overflow: hidden
}

.article_list_item_img a {
    width: 100%;
    height: 100%
}

.article_list_item_img a img {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s
}

.article_list_item_img a img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.article_list_item_title {
    width: 100%;
    height: 72px;
    padding: 12px 10px;
    line-height: 20px;
    box-sizing: border-box
}

.article_list_item_title p {
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden
}

.article_list_item_info {
    padding: 0 10px;
    box-sizing: border-box;
    height: 44px;
    width: 100%;
    line-height: 35px
}

.article_list_item_info span {
    color: #909090;
    font-size: 14px
}

.article_list_item_info span:nth-of-type(2) {
    cursor: pointer
}

.icon-xinzhi-fav {
    position: relative;
    top: 3px;
    margin-right: 5px
}

.article_list_big_item {
    width: 580px;
    height: 274px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 2px;
    overflow: hidden
}

.article_list_big_item_img {
    width: 100%;
    height: 100%
}

.article_list_big_item_img a {
    width: 100%;
    height: 100%
}

.article_list_big_item_img a img {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s
}

.article_list_big_item_img a img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.article_list_big_item_title {
    position: absolute;
    bottom: 0;
    height: 110px;
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box
}

.article_list_big_item_title p {
    height: 50px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    color: #fff;
    overflow: hidden
}

#footer {
    width: 100%;
    clear: both;
    background: #333;
    height: 290px
}

.footer {
    height: 290px;
    width: 1180px;
    background: #333
}

.footer_nav {
    overflow: hidden
}

.footer_nav li {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-right: 20px;
    margin-top: 50px
}

.footer_nav li:hover a {
    text-decoration: underline
}

.footer_tel_box {
    padding-top: 30px
}

.footer_tel_text {
    font-size: 20px;
    color: #fff;
    line-height: 18px;
    position: relative;
    top: -6px;
    left: 10px;
    cursor: pointer
}

.footer_addr {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding-top: 10px
}

.footer_copyright {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    padding-top: 10px
}

.icon-xinzhi-qrcode {
    margin-top: 54px
}

.qrtext {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding-top: 10px
}

.you_link {
    margin-top: 30px;
    display: inline-block
}

.you_link .header {
    position: relative;
    height: 14px;
    line-height: 14px;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    background: #333;
    display: inline
}

.you_link .header:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background: #fff;
    left: 0;
    top: 0
}

.you_link ul {
    list-style: none;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0
}

.you_link ul li {
    float: left;
    margin-left: 30px
}

.you_link ul li:nth-of-type(1) {
    margin-left: 0
}

.you_link ul li a {
    text-decoration: none;
    line-height: 14px;
    color: #fff;
    font-size: 14px
}

.client {
    width: 1180px;
    margin-top: 15px;
    overflow: hidden
}

.client .client_header {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    color: #fff;
    padding-left: 10px
}

.client .client_header:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 2px;
    top: 0;
    left: 0;
    background: #fff
}

.client .client_con {
    overflow: hidden
}

.client_con span {
    width: 110px;
    height: 36px;
    border-radius: 4px;
    float: left;
    margin: 20px 0 0 40px
}

.client_con span:nth-of-type(1),
.client_con span:nth-of-type(9) {
    margin-left: 0
}

.client_con span img {
    width: 110px;
    height: 36px;
    border-radius: 4px;
    vertical-align: top
}

#footer .line {
    margin-top: 15px;
    width: 580px;
    height: 1px;
    background: #fff
}

#header {
    border-bottom: 1px solid #222;
    background: #333;
    box-sizing: border-box;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
}

.header {
    height: 50px;
    font-size: 14px;
    width: 1180px;
    margin: 0 auto;
    background: #131f33;
    box-sizing: border-box
}

.menu_nav {
    display: inline-block;
    margin-left: 40px
}

.menu_nav_ul li {
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 14px
}

.menu_nav_ul li a {
    padding: 0 20px
}

.menu_nav_ul li:hover {
    background: #222
}

.menu_nav_ul li.active {
    background: #222
}

.download_app {
    color: #fff;
    cursor: pointer;
    position: relative
}

.download_app i {
    margin-top: 5px
}

.download_app:hover .ewm_code {
    display: block
}

.ewm_code {
    display: none;
    width: 136px;
    height: 170px;
    position: absolute;
    top: 40px;
    left: -33px;
    z-index: 999;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff
}

.ewm_code .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #ddd;
    position: absolute;
    right: 53px;
    top: -23px
}

.ewm_code .triangle span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #fff;
    position: absolute;
    right: -10px;
    top: -8px
}

.ewm_code .code_img {
    width: 86px;
    height: 86px;
    vertical-align: top;
    display: block;
    margin-top: 20px;
    margin-left: 25px
}

.ewm_code .code_one,
.ewm_code .code_two {
    line-height: 12px;
    color: #333;
    font-size: 12px;
    text-align: center;
    margin-top: 10px
}

.history {
    cursor: pointer;
    margin-top: 15px;
    position: relative
}

.history .icon-xinzhi-header-drop-down {
    position: relative;
    top: -6px;
    left: 2px;
    transition: transform .3s linear
}

.icon-xinzhi-history1:hover {
    opacity: .8
}

.history:hover .recordTips {
    display: block
}

.recordTips {
    width: 320px;
    height: 216px;
    position: absolute;
    background: #fff;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    z-index: 99;
    top: 39px;
    left: -150px
}

.recordTips .recordTri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #ddd transparent;
    position: absolute;
    right: 150px;
    top: -24px
}

.recordTri span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: -10px;
    top: -8px
}

.recordTips .recordTipsItem {
    margin: 20px 0 0 20px
}

.recordTipsItem .recordTipsTitle {
    font-size: 14px;
    color: #999;
    line-height: 14px
}

.recordTipsItem .recordTipsContent {
    margin-top: 10px;
    overflow: hidden
}

.recordTipsContent span {
    float: left
}

.recordTipsContent span:nth-of-type(1) {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    margin-top: 5px
}

.recordTipsContent span:nth-of-type(2) {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    width: 188px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 6px
}

.recordTipsContent img {
    float: left;
    width: 12px;
    height: 12px;
    margin-left: 10px
}

.recordTipsContent img:nth-of-type(2) {
    float: right;
    margin-right: 20px
}

.recordTips .recordTipsBtn {
    width: 100%;
    height: 32px;
    border-radius: 0 0 2px 2px;
    font-size: 14px;
    color: #4a90e2;
    line-height: 32px;
    text-align: center;
    background: #f2f4f7;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer
}

.message {
    cursor: pointer;
}

.message .icon-xinzhi-header-drop-down {
    position: relative;
    top: -6px;
    left: 2px;
    transition: transform .3s linear
}

.message:hover {
    opacity: .8
}

.not_login span {
    height: 30px;
    width: 72px;
    background: #4a90e2;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer
}

.not_login span:hover {
    opacity: .8
}

.login img {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    margin-right: 5px
}

.login i {
    position: relative;
    top: -11px;
    transition: transform .3s linear
}

.login:hover .userMessage {
    display: block
}

.loginedImg {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 50%
}

.login .userMem {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 15px;
    right: 10px
}

.login {
    width: 48px;
    height: 60px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 25px;
    text-align: center;
    cursor: pointer;
    display: block;
    text-decoration: none;
    position: relative
}

.userMessage {
    display: none;
    width: 320px;
    height: 168px;
    position: absolute;
    right: -5px;
    top: 52px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
    border-radius: 4px
}

.userMessage .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #ddd transparent;
    position: absolute;
    right: 24px;
    top: -23px
}

.triangle span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #e3eefb transparent;
    position: absolute;
    right: -10px;
    top: -9px
}

.userMessage .userTop {
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
    background: #e3eefb
}

.userTop .topL,
.userTop .topR {
    width: 100%;
    height: 16px;
    margin: 20px 0 0;
    overflow: hidden
}

.topL .userId {
    float: left;
    margin-left: 20px;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.topL .userExit {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    cursor: pointer
}

.userTop .topR {
    height: 24px
}

.topR .noMem {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #333;
    line-height: 24px
}

.topR .openMem {
    width: 66px;
    height: 24px;
    background: #e5b445;
    border-radius: 100px;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    float: right;
    margin-right: 16px;
    cursor: pointer
}

.userMessage .userBottom {
    width: 100%;
    min-height: 36px;
    overflow: hidden;
    margin-top: 20px
}

.userBottom .userOperator {
    width: calc((100% - 120px)/ 4);
    width: -webkit-calc((100% - 120px)/ 4);
    float: left;
    overflow: hidden;
    margin-left: 24px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background: #fff!important
}

.userOperator .operatorLogo {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    display: block;
    border: none
}

.userOperator .operatorTitle {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
    line-height: 12px;
    text-align: center
}

.search {
    height: 150px;
    background: #fff
}

.home_search_form {
    width: 744px;
    height: 44px;
    border: 1px solid #4a90e2;
    border-radius: 2px;
    box-sizing: border-box
}

.home_search_engine {
    width: 96px;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box
}

.home_search_engine_select {
    display: none;
    height: 128px;
    width: 96px;
    position: absolute;
    top: 76px;
    left: 218px;
    z-index: 99;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 1px #ddd;
    box-sizing: border-box;
    padding-top: 25px
}

.home_search_engine_select span {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer
}

.icon-xinzhi-home-search-drop-down {
    transition: transform .3s
}

.home_search_engine_select span:hover {
    color: #4a90e2
}

.home_search_form_input {
    height: 42px;
    width: 558px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333
}

.home_search_engine_type {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-right: 3px
}

.home_search_form_submit_btn {
    height: 42px;
    width: 88px;
    background: #4a90e2;
    color: #fff
}

.hot_words {
    margin-top: 28px;
    height: 14px;
    width: 744px;
    position: relative
}

.hot_words ul li {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-right: 12px
}

.hot_words ul li.highlight {
    color: #4a90e2
}

.hot_words ul li:hover {
    color: red
}

.hot_words .total {
    position: absolute;
    top: 0;
    right: 0
}

.hot_words .total .title {
    font-size: 14px;
    color: #555;
    float: left;
    margin-right: 10px
}

.hot_words .total .num {
    text-align: center;
    float: right;
    position: relative;
    top: -6px
}

.hot_words .total .num span {
    height: 29px;
    width: 20px;
    line-height: 29px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px #eee;
    font-size: 24px;
    color: #1e5390;
    margin: 0;
    font-weight: 600;
    background: url(../images/num-bg.png) no-repeat;
    background-position: center center
}

.hot_words .total .num i {
    font-size: 24px;
    color: #1e5390;
    font-weight: 600
}

.ad_img {
    height: 71px;
    width: 261px;
    position: absolute;
    right: 0;
    top: 30px
}

#home_banner {
    background: #081124;
    height: 440px
}

.banner {
    width: 1180px;
    height: 400px;
    margin: 0 auto;
    position: relative
}

.banner_title {
    height: 40px;
    background: #5c7ed3
}

.banner_all_field {
    height: 40px;
    width: 260px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    background: #385aad
}

.banner_all_hotword a {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin: 0 20px
}

.banner_col1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    float: left;
    height: 100%;
    width: 260px;
    margin-right: 10px;
    box-sizing: border-box;
    background: #fff
}

.aside_nav_title {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #3a98ff;
    width: 100%;
    color: #fff;
    text-align: left
}

.icon-xinzhi-allfield {
    margin: 16px 10px 16px 20px
}

.category_menu {
    list-style: none;
    margin: 0;
    height: 400px;
    overflow: hidden
}

.category_menu_item {
    display: inline-block;
    width: 100%;
    height: 165px;
    cursor: pointer;
    color: #666;
    padding: 30px 20px 0;
    box-sizing: border-box
}

.category_menu_item p a:hover,
.category_menu_item span a:hover {
    text-decoration: none
}

.category_menu_item:hover p {
    color: #333
}

.category_menu_item_on {
    background: #f5f5f5
}

.category_menu_item_on p {
    color: #333
}

.category_menu_item_on span {
    color: #666
}

.category_menu_item_details {
    width: 210px;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.category_menu_item_details p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px
}

.category_menu_item_details span {
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 27%;
    text-align: left
}

.category_pop {
    display: none;
    position: absolute;
    top: 0;
    left: 260px;
    width: 680px;
    min-height: 400px;
    padding: 30px;
    background-color: #f5f5f5;
    box-shadow: 1px 0 1px rgba(0, 0, 0, .3);
    box-sizing: border-box
}

.category_pop_item {
    display: none;
    position: relative;
    min-height: 320px;
    width: 620px
}

.category_pop_item_menu {
    height: 60px
}

.category_pop_item_menu ul {
    float: left;
    min-height: 30px
}

.category_pop_item_menu ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 2px
}

.category_pop_item_menu ul li a {
    padding: 0
}

.category_pop_item_menu ul li:hover {
    color: #fff;
    background: #5c7ed3;
    border: 1px solid #ddd;
    border-radius: 2px
}

.category_pop_item_menu ul li.active {
    color: #fff;
    background: #5c7ed3;
    border: 1px solid #ddd;
    border-radius: 2px
}

.category_pop_item_menu ul li:last-child {
    margin: 0
}

.category_pop_item_pop {
    width: 100%
}

.category_pop_item_pop_content_1 {
    position: relative
}

.category_pop_item_pop_content_1 span {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    height: 20px;
    float: left;
    margin: 5px 0
}

.category_pop_item_pop_content_1 span a {
    border-right: 1px solid #ddd;
    line-height: 12px;
    padding: 0 11px
}

.category_pop_item_pop_content_1_title {
    width: 90px;
    float: left
}

.category_pop_item_pop_content_1_title span {
    font-size: 14px;
    color: #333;
    border-right: none
}

.category_pop_item_pop_content_1_title span a {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    border-right: none;
    padding-left: 0
}

.category_pop_item_pop_content_1_cont {
    float: left;
    width: 530px;
    margin-bottom: 10px
}

.category_pop_load_more {
    font-size: 14px;
    color: #5c7ed3
}

.category_pop_load_more a {
    font-weight: 600
}

.category_pop_load_more a i {
    position: relative;
    top: 2px
}

.category_pop_item_item {
    display: none
}

.banner_col2 {
    position: relative;
    float: left;
    height: 100%;
    width: 1180px;
    margin-right: 10px;
    box-sizing: border-box
}

.picture_box {
    position: relative;
    width: 100%;
    height: 100%
}

.picture_box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.picture_box .picture_pop {
    width: 100%;
    height: 100%;
    position: relative
}

.picture_box .picture_pop .picture_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

@keyframes fade {
    0% {
        opacity: .3
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: .3
    }
    100% {
        opacity: 1
    }
}

.picture_box .picture_pop .picture_item_active {
    display: block;
    animation: fade .2s linear
}

.picture_box .picture_pop .picture_item a {
    height: 100%;
    width: 100%
}

.picture_box .picture_pop .picture_item img {
    width: 100%;
    height: 100%
}

.picture_box .picture_nav_pop {
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0)
}

.picture_box .picture_nav_pop .picture_nav_item {
    float: left;
    height: 4px;
    width: 14px;
    background: #fff;
    cursor: pointer;
    margin: 0 5px;
    opacity: .5
}

.picture_box .picture_nav_pop .picture_nav_item_active {
    opacity: 1
}

.banner_col3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 340px;
    box-sizing: border-box;
    background: #fff
}

.daily_hot_article_title {
    letter-spacing: .05em;
    cursor: pointer;
    height: 50px;
    width: 100%;
    font-size: 18px;
    background: #5c7ed3;
    color: #fff;
    line-height: 50px;
    text-align: center
}

.daily_hot_article_item {
    height: 290px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #fff
}

.daily_hot_article_item p {
    cursor: pointer;
    margin: 15px 0;
    font-size: 14px;
    color: #333;
    line-height: 18px
}

.daily_hot_article_item p:hover {
    text-decoration: underline;
    color: red
}

.daily_hot_article_item p span {
    height: 14px;
    width: 14px;
    background: #ccc;
    text-align: center;
    line-height: 14px;
    margin-right: 5px;
    font-size: 14px;
    color: #fff
}

.daily_hot_article_item p:nth-of-type(1) span,
.daily_hot_article_item p:nth-of-type(2) span,
.daily_hot_article_item p:nth-of-type(3) span {
    background: #ffac22
}

.operate_position {
    height: 200px;
    width: 1200px;
    margin: 0 auto
}

.operate_position a {
    float: left;
    width: 220px;
    height: 124px;
    border-radius: 2px;
    margin: 40px 10px;
    cursor: pointer;
    overflow: hidden
}

.operate_position img {
    height: 100%;
    width: 100%
}

.operate_position img:hover {
    opacity: .8
}

.home_submenu_title {
    height: 35px
}

.home_submenu_title p {
    font-size: 24px;
    color: #333;
    line-height: 26px
}

.home_submenu_hot {
    height: auto
}

.hot_border_left {
    border-left: 4px solid #e94f3d;
    padding-left: 10px
}

.home_submenu_hot_box {
    height: 508px;
    width: 1180px;
    background: #fff;
    border-radius: 2px
}

.home_submenu_hot_item {
    border-radius: 2px;
    overflow: hidden
}

.home_submenu_hot_item_frist {
    height: 224px;
    width: 420px;
    position: relative;
    border-radius: 2px;
    overflow: hidden
}

.home_submenu_hot_item_frist img {
    width: 100%;
    height: 100%;
    border-radius: 2px
}

.home_submenu_hot_item_frist p {
    position: absolute;
    height: 70px;
    bottom: 0;
    width: 100%;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding: 10px
}

.home_submenu_hot_item_six {
    width: 220px;
    height: 224px;
    position: relative
}

.home_submenu_hot_item_six .home_submenu_hot_item_six_img {
    height: 124px;
    width: 220px;
    border-radius: 2px
}

.home_submenu_hot_item_six .home_submenu_hot_item_six_title {
    color: #111;
    line-height: 25px;
    height: 50px;
    overflow: hidden
}

.home_submenu_hot_item_six_info {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    color: #999
}

.home_submenu_hot_item_no_img {
    height: 224px;
    width: 420px
}

.home_submenu_hot_item i {
    position: relative;
    top: 3px;
    margin-right: 8px
}

.home_submenu_hot_item_no_img_item {
    height: 68px;
    line-height: 68px;
    background: #f9f9f9;
    border-radius: 2px
}

.home_submenu_xinzhibase_title {
    height: 35px
}

.xinzhibase_border_left {
    border-left: 4px solid #5c7ed3;
    padding-left: 10px
}

.home_submenu_xinzhibase {
    position: relative
}

.icon-xinzhi-xinzhibase {
    margin-right: 10px;
    position: relative
}

.home_submenu_title .look_more_xinzhibase {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 14px;
    cursor: pointer;
    position: relative
}

.icon-xinzhi-more {
    margin-left: 6px;
    position: relative;
    top: 5px
}

.home_submenu_xinzhibase_box {
    width: 1180px;
    height: 404px;
    background: #fff;
    border-radius: 2px
}

.home_submenu_xinzhibase_left {
    width: 880px;
    padding-left: 20px
}

.home_submenu_xinzhibase_left_item {
    height: 172px;
    width: 200px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 2px;
    overflow: hidden
}

.home_submenu_xinzhibase_left_item_img {
    height: 112px;
    width: 100%
}

.home_submenu_xinzhibase_left_item_info {
    height: 50px;
    width: 100%;
    line-height: 23px;
    padding: 8px 0;
    box-sizing: border-box
}

.home_submenu_xinzhibase_left_item_frist {
    height: 172px;
    width: 420px
}

.home_submenu_xinzhibase_right {
    width: 280px
}

.home_submenu_xinzhibase_right_item {
    margin-top: 20px;
    width: 260px;
    height: 172px;
    border-radius: 2px;
    overflow: hidden
}

.guess_you_like {
    width: 1200px;
    position: relative;
    left: -10px
}

.guess_you_like_title {
    height: 80px;
    text-align: center;
    position: relative
}

.guess_you_like_title .line {
    position: absolute;
    top: 50%;
    height: 1px;
    background: #ccc;
    width: 260px;
    left: 50%;
    margin-left: -130px
}

.guess_you_like_title span {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -87px;
    width: 174px;
    height: 26px;
    background: #f7f7f7;
    font-size: 20px;
    color: #666;
    line-height: 26px
}

.icon-xinzhi-like {
    position: relative;
    top: 3px;
    margin-right: 10px
}

.load_more {
    text-align: center
}

.load_more span {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    background: #fff;
    border-radius: 2px
}

.load_more span:hover {
    opacity: .8
}

.icon-xinzhi-activity-place {
    background-image: url(../images/spriteres.png);
    background-position: -428px -264px;
    width: 12px;
    height: 15px
}

.icon-xinzhi-allfield {
    background-image: url(../images/spriteres.png);
    background-position: -260px -225px;
    width: 20px;
    height: 17px
}

.icon-xinzhi-art-2 {
    background-image: url(../images/spriteres.png);
    background-position: -152px -372px;
    width: 15px;
    height: 13px
}

.icon-xinzhi-art-3 {
    background-image: url(../images/spriteres.png);
    background-position: -179px -354px;
    width: 17px;
    height: 12px
}

.icon-xinzhi-art-4 {
    background-image: url(../images/spriteres.png);
    background-position: -428px -279px;
    width: 12px;
    height: 14px
}

.icon-xinzhi-article-information {
    background-image: url(../images/spriteres.png);
    background-position: -165px -189px;
    width: 128px;
    height: 36px
}

.icon-xinzhi-article-member {
    background-image: url(../images/spriteres.png);
    background-position: -398px -370px;
    width: 36px;
    height: 18px
}

.icon-xinzhi-audio {
    background-image: url(../images/spriteres.png);
    background-position: -129px -115px;
    width: 26px;
    height: 22px
}

.icon-xinzhi-big-v {
    background-image: url(../images/spriteres.png);
    background-position: -256px -168px;
    width: 21px;
    height: 21px
}

.icon-xinzhi-case-class-down {
    background-image: url(../images/spriteres.png);
    background-position: -410px -388px;
    width: 12px;
    height: 7px
}

.icon-xinzhi-case-collection-text {
    background-image: url(../images/spriteres.png);
    background-position: -316px -189px;
    width: 14px;
    height: 16px
}

.icon-xinzhi-case-collection-video {
    background-image: url(../images/spriteres.png);
    background-position: -196px -354px;
    width: 16px;
    height: 12px
}

.icon-xinzhi-case-collection-voice {
    background-image: url(../images/spriteres.png);
    background-position: -106px -372px;
    width: 16px;
    height: 14px
}

.icon-xinzhi-case-package {
    background-image: url(../images/spriteres.png);
    background-position: -129px -159px;
    width: 25px;
    height: 22px
}

.icon-xinzhi-casebase {
    background-image: url(../images/spriteres.png);
    background-position: -398px -344px;
    width: 27px;
    height: 26px
}

.icon-xinzhi-category-pop-more {
    background-image: url(../images/spriteres.png);
    background-position: -430px -246px;
    width: 8px;
    height: 14px
}

.icon-xinzhi-charge-sign {
    background-image: url(../images/spriteres.png);
    background-position: -48px -354px;
    width: 58px;
    height: 34px
}

.icon-xinzhi-collection-text {
    background-image: url(../images/spriteres.png);
    background-position: -398px -232px;
    width: 32px;
    height: 32px
}

.icon-xinzhi-dialog-close {
    background-image: url(../images/spriteres.png);
    background-position: -398px -294px;
    width: 28px;
    height: 28px
}

.icon-xinzhi-dialog-tips {
    background-image: url(../images/spriteres.png);
    background-position: -296px -225px;
    width: 16px;
    height: 16px
}

.icon-xinzhi-fav-default {
    background-image: url(../images/spriteres.png);
    background-position: -222px -225px;
    width: 19px;
    height: 18px
}

.icon-xinzhi-fav-success {
    background-image: url(../images/spriteres.png);
    background-position: -241px -225px;
    width: 19px;
    height: 18px
}

.icon-xinzhi-fav {
    background-image: url(../images/spriteres.png);
    background-position: -312px -225px;
    width: 16px;
    height: 15px
}

.icon-xinzhi-fieldmore {
    background-image: url(../images/spriteres.png);
    background-position: -430px -232px;
    width: 8px;
    height: 14px
}

.icon-xinzhi-file-1 {
    background-image: url(../images/spriteres.png);
    background-position: -106px -354px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-file-2 {
    background-image: url(../images/spriteres.png);
    background-position: -374px -323px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-file-3 {
    background-image: url(../images/spriteres.png);
    background-position: -356px -323px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-file-4 {
    background-image: url(../images/spriteres.png);
    background-position: -338px -323px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-file-5 {
    background-image: url(../images/spriteres.png);
    background-position: -284px -323px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-file-6 {
    background-image: url(../images/spriteres.png);
    background-position: -147px -225px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-file-7 {
    background-image: url(../images/spriteres.png);
    background-position: -129px -225px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-file-8 {
    background-image: url(../images/spriteres.png);
    background-position: -124px -354px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-header-drop-down {
    background-image: url(../images/spriteres.png);
    background-position: -430px -330px;
    width: 10px;
    height: 6px
}

.icon-xinzhi-history {
    background-image: url(../images/spriteres.png);
    background-position: -184px -225px;
    width: 19px;
    height: 18px
}

.icon-xinzhi-history1 {
    background-image: url(../images/spriteres.png);
    background-position: -203px -225px;
    width: 19px;
    height: 18px
}

.icon-xinzhi-home-1 {
    background-image: url(../images/spriteres.png);
    background-position: -256px -100px;
    width: 68px;
    height: 68px
}

.icon-xinzhi-home-2 {
    background-image: url(../images/spriteres.png);
    background-position: -330px 0;
    width: 68px;
    height: 68px
}

.icon-xinzhi-home-3 {
    background-image: url(../images/spriteres.png);
    background-position: -215px -244px;
    width: 68px;
    height: 68px
}

.icon-xinzhi-home-4 {
    background-image: url(../images/spriteres.png);
    background-position: -147px -244px;
    width: 68px;
    height: 68px
}

.icon-xinzhi-home-5 {
    background-image: url(../images/spriteres.png);
    background-position: -330px -204px;
    width: 68px;
    height: 68px
}

.icon-xinzhi-home-6 {
    background-image: url(../images/spriteres.png);
    background-position: -330px -68px;
    width: 68px;
    height: 68px
}

.icon-xinzhi-home-7 {
    background-image: url(../images/spriteres.png);
    background-position: -79px -244px;
    width: 68px;
    height: 68px
}

.icon-xinzhi-home-8 {
    background-image: url(../images/spriteres.png);
    background-position: -330px -136px;
    width: 68px;
    height: 68px
}

.icon-xinzhi-home-search-drop-down {
    background-image: url(../images/spriteres.png);
    background-position: -398px -388px;
    width: 12px;
    height: 8px
}

.icon-xinzhi-hot-voice {
    background-image: url(../images/spriteres.png);
    background-position: -129px -181px;
    width: 24px;
    height: 22px
}

.icon-xinzhi-hotspot {
    background-image: url(../images/spriteres.png);
    background-position: -242px -323px;
    width: 22px;
    height: 22px
}

.icon-xinzhi-input-star {
    background-image: url(../images/spriteres.png);
    background-position: -430px -322px;
    width: 8px;
    height: 8px
}

.icon-xinzhi-like {
    background-image: url(../images/spriteres.png);
    background-position: -277px -168px;
    width: 22px;
    height: 20px
}

.icon-xinzhi-live-author {
    background-image: url(../images/spriteres.png);
    background-position: -319px -168px;
    width: 11px;
    height: 15px
}

.icon-xinzhi-live-qq {
    background-image: url(../images/spriteres.png);
    background-position: -129px -203px;
    width: 22px;
    height: 22px
}

.icon-xinzhi-live-time {
    background-image: url(../images/spriteres.png);
    background-position: -151px -203px;
    width: 14px;
    height: 14px
}

.icon-xinzhi-live-wb {
    background-image: url(../images/spriteres.png);
    background-position: -283px -286px;
    width: 22px;
    height: 22px
}

.icon-xinzhi-live-wx {
    background-image: url(../images/spriteres.png);
    background-position: -305px -286px;
    width: 22px;
    height: 22px
}

.icon-xinzhi-logo {
    background-image: url(../images/spriteres.png);
    background-position: 0 -323px;
    width: 121px;
    height: 31px
}

.icon-xinzhi-logo1 {
    background-image: url(../images/spriteres.png);
    background-position: -121px -323px;
    width: 121px;
    height: 30px
}

.icon-xinzhi-member {
    background-image: url(../images/spriteres.png);
    background-position: -129px -137px;
    width: 25px;
    height: 22px
}

.icon-xinzhi-message {
    background-image: url(../images/spriteres.png);
    background-position: -142px -354px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-message1 {
    background-image: url(../images/spriteres.png);
    background-position: -320px -323px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-more {
    background-image: url(../images/spriteres.png);
    background-position: -299px -168px;
    width: 20px;
    height: 20px
}

.icon-xinzhi-no-comment {
    background-image: url(../images/spriteres.png);
    background-position: -165px 0;
    width: 165px;
    height: 100px
}

.icon-xinzhi-no-sigal {
    background-image: url(../images/spriteres.png);
    background-position: -165px -100px;
    width: 91px;
    height: 89px
}

.icon-xinzhi-package_look {
    background-image: url(../images/spriteres.png);
    background-position: -160px -354px;
    width: 19px;
    height: 12px
}

.icon-xinzhi-phone {
    background-image: url(../images/spriteres.png);
    background-position: -425px -344px;
    width: 14px;
    height: 20px
}

.icon-xinzhi-phone1 {
    background-image: url(../images/spriteres.png);
    background-position: -426px -294px;
    width: 14px;
    height: 20px
}

.icon-xinzhi-play {
    background-image: url(../images/spriteres.png);
    background-position: -398px -124px;
    width: 36px;
    height: 36px
}

.icon-xinzhi-privilege-1 {
    background-image: url(../images/spriteres.png);
    background-position: 0 -354px;
    width: 48px;
    height: 42px
}

.icon-xinzhi-privilege-2 {
    background-image: url(../images/spriteres.png);
    background-position: -330px -272px;
    width: 61px;
    height: 42px
}

.icon-xinzhi-privilege-3 {
    background-image: url(../images/spriteres.png);
    background-position: -283px -244px;
    width: 46px;
    height: 42px
}

.icon-xinzhi-privilege-4 {
    background-image: url(../images/spriteres.png);
    background-position: -398px -46px;
    width: 41px;
    height: 42px
}

.icon-xinzhi-privilege {
    background-image: url(../images/spriteres.png);
    background-position: -264px -323px;
    width: 20px;
    height: 22px
}

.icon-xinzhi-qq {
    background-image: url(../images/spriteres.png);
    background-position: -398px -160px;
    width: 36px;
    height: 36px
}

.icon-xinzhi-qrcode {
    background-image: url(../images/spriteres.png);
    background-position: 0 -115px;
    width: 129px;
    height: 129px
}

.icon-xinzhi-score-success {
    background-image: url(../images/spriteres.png);
    background-position: -122px -372px;
    width: 15px;
    height: 14px
}

.icon-xinzhi-score {
    background-image: url(../images/spriteres.png);
    background-position: -137px -372px;
    width: 15px;
    height: 14px
}

.icon-xinzhi-search-not {
    background-image: url(../images/spriteres.png);
    background-position: 0 0;
    width: 165px;
    height: 115px
}

.icon-xinzhi-search {
    background-image: url(../images/spriteres.png);
    background-position: -302px -323px;
    width: 18px;
    height: 18px
}

.icon-xinzhi-subway-arrow-right {
    background-image: url(../images/spriteres.png);
    background-position: -426px -314px;
    width: 14px;
    height: 8px
}

.icon-xinzhi-subway-search {
    background-image: url(../images/spriteres.png);
    background-position: -280px -225px;
    width: 16px;
    height: 16px
}

.icon-xinzhi-tag-icon {
    background-image: url(../images/spriteres.png);
    background-position: -398px 0;
    width: 42px;
    height: 46px
}

.icon-xinzhi-tel {
    background-image: url(../images/spriteres.png);
    background-position: -398px -264px;
    width: 30px;
    height: 30px
}

.icon-xinzhi-tips {
    background-image: url(../images/spriteres.png);
    background-position: 0 -244px;
    width: 79px;
    height: 79px
}

.icon-xinzhi-video {
    background-image: url(../images/spriteres.png);
    background-position: -398px -322px;
    width: 32px;
    height: 22px
}

.icon-xinzhi-weibo {
    background-image: url(../images/spriteres.png);
    background-position: -398px -196px;
    width: 36px;
    height: 36px
}

.icon-xinzhi-weixin {
    background-image: url(../images/spriteres.png);
    background-position: -398px -88px;
    width: 36px;
    height: 36px
}

.icon-xinzhi-xinzhibase {
    background-image: url(../images/spriteres.png);
    background-position: -293px -189px;
    width: 23px;
    height: 26px
}

.icon-xinzhi-ztc-recommond-v {
    background-image: url(../images/spriteres.png);
    background-position: -165px -225px;
    width: 19px;
    height: 19px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .icon-xinzhi-activity-place {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-allfield {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-art-2 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-art-3 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-art-4 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-article-information {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-article-member {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-audio {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-big-v {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-case-class-down {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-case-collection-text {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-case-collection-video {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-case-collection-voice {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-case-package {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-casebase {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-category-pop-more {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-charge-sign {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-collection-text {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-dialog-close {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-dialog-tips {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-fav-default {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-fav-success {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-fav {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-fieldmore {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-file-1 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-file-2 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-file-3 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-file-4 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-file-5 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-file-6 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-file-7 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-file-8 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-header-drop-down {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-history {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-history1 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-home-1 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-home-2 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-home-3 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-home-4 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-home-5 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-home-6 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-home-7 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-home-8 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-home-search-drop-down {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-hot-voice {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-hotspot {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-input-star {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-like {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-live-author {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-live-qq {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-live-time {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-live-wb {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-live-wx {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-logo {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-logo1 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-member {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-message {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-message1 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-more {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-no-comment {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-no-sigal {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-package_look {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-phone {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-phone1 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-play {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-privilege-1 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-privilege-2 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-privilege-3 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-privilege-4 {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-privilege {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-qq {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-qrcode {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-score-success {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-score {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-search-not {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-search {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-subway-arrow-right {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-subway-search {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-tag-icon {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-tel {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-tips {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-video {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-weibo {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-weixin {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-xinzhibase {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
    .icon-xinzhi-ztc-recommond-v {
        background-image: url(../images/spriteres@2x.png);
        background-size: 440px 396px
    }
}

.subway_all form {
    float: right;
    width: 280px;
    height: 50px;
    position: relative
}

.subway_all form input {
    height: 26px;
    width: 268px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 14px
}

.subway_all form button {
    position: absolute;
    top: 13px;
    right: 4px;
    height: 26px;
    width: 26px;
    cursor: pointer
}

.subway_search_item {
    height: 100px;
    margin: 0 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 20px 0
}

.subway_search_item .item_img {
    width: 104px;
    height: 100px;
    float: left
}

.subway_search_item .item_img img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 10px;
    box-shadow: 0 0 6px #ccc
}

.subway_search_item .info {
    float: left;
    height: 90px;
    width: 686px;
    margin-left: 10px;
    margin-top: 5px;
    position: relative
}

.subway_search_item .info .title {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 600px
}

.subway_search_item .info .num {
    font-size: 12px;
    color: #999;
    margin: 10px 0
}

.subway_search_item .info .subway_subscribe {
    width: 44px;
    height: 18px;
    background-color: #4a90e2;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

.subway_search_item .info .brief {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden
}

.search_go_subway {
    background: #fff;
    width: 100%;
    text-align: center
}

.search_go_subway .go_subway {
    width: 140px;
    height: 110px;
    text-align: center;
    position: relative;
    display: inline-block
}

.search_go_subway .go_subway a {
    width: 120px;
    height: 36px;
    background-color: #4a90e2;
    box-shadow: 0 0 13px 0 rgba(121, 173, 232, .16);
    border-radius: 18px;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.search_go_subway .go_subway a i {
    margin-left: 6px;
    position: relative;
    top: -1px
}

.subway_banner_bg {
    width: 100%;
    height: 400px
}

.subway_banner {
    width: 1180px;
    height: 400px;
    margin: 0 auto
}

.subway_new {
    height: 240px;
    width: 100%;
    margin-top: 15px
}

.subway_new_con {
    height: 240px;
    width: 1180px;
    margin: 0 auto
}

.subway_new_con .top {
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding-bottom: 10px
}

.subway_new_con .top p {
    float: left;
    font-size: 24px;
    color: #111
}

.subway_new_con .top p a {
    font-size: 14px;
    color: #999;
    margin-left: 20px
}

.subway_new_con .top p a:hover {
    text-decoration: underline;
    color: #4a90e2
}

.subway_new_con form {
    float: right;
    width: 280px;
    height: 50px;
    position: relative
}

.subway_new_con form input {
    height: 26px;
    width: 268px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 14px
}

.subway_new_con form button {
    position: absolute;
    top: 13px;
    right: 4px;
    height: 26px;
    width: 26px;
    cursor: pointer
}

.subway_new_con form button:active,
.subway_new_con form button:focus,
.subway_new_con form button:link,
.subway_new_con form button:visited {
    border: none;
    background: 0 0;
    outline: 0
}

.subway_new_con .buttom {
    width: 100%;
    height: 180px;
    background: #fff;
    border-radius: 2px;
    clear: both
}

.subway_new_con .buttom .item {
    height: 180px;
    width: 16%;
    text-align: center;
    float: left
}

.subway_new_con .buttom .item:hover {
    background: rgba(0, 0, 0, .05)
}

.subway_new_con .buttom .item img {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    box-shadow: 0 0 6px #ccc;
    margin-top: 30px
}

.subway_new_con .buttom .item p {
    font-size: 14px;
    color: #333;
    float: none;
    width: 112px;
    margin: 10px auto;
    line-height: 18px
}

.subway_new_con .buttom .go_subway {
    float: left;
    width: 20%;
    height: 180px;
    text-align: center;
    position: relative
}

.subway_new_con .buttom .go_subway a {
    width: 120px;
    height: 36px;
    background-color: #4a90e2;
    box-shadow: 0 0 13px 0 rgba(121, 173, 232, .16);
    border-radius: 18px;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.subway_new_con .buttom .go_subway a i {
    margin-left: 6px;
    position: relative;
    top: -1px
}

.subway_knowledge_recommond {
    height: 180px;
    margin-top: 15px
}

.subway_knowledge_recommond_con {
    width: 100%;
    height: 180px
}

.subway_knowledge_recommond_con .top {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #111;
    padding-bottom: 10px
}

.subway_knowledge_recommond_con .buttom {
    height: 120px;
    position: relative
}

.subway_knowledge_recommond_con .buttom .item {
    height: 120px;
    width: 280px;
    background: #fff;
    float: left
}

.subway_knowledge_recommond_con .buttom .item a {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 15px;
    text-align: left;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    color: #333
}

.subway_knowledge_recommond_con .buttom .item a:hover {
    color: #4a90e2
}

.subway_knowledge_recommond_con .buttom .item p {
    height: 30px;
    line-height: 30px;
    padding: 0 15px
}

.subway_knowledge_recommond_con .buttom .item p img {
    height: 30px;
    width: 30px;
    float: left
}

.subway_knowledge_recommond_con .buttom .item p span:nth-of-type(1) {
    float: left;
    font-size: 12px;
    color: #666;
    margin-left: 10px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.subway_knowledge_recommond_con .buttom .item p span:nth-of-type(2) {
    float: right;
    font-size: 12px;
    color: #666
}

.ztc_container {
    width: 100%;
    min-height: 1000px;
    position: relative;
    background: #f1f1f1
}

.ztc_content {
    min-height: 600px;
    margin-top: 20px
}

.ztc_content .top {
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding-bottom: 10px
}

.ztc_content .top p {
    float: left;
    font-size: 24px;
    color: #111
}

.ztc_content_left {
    width: 840px;
    min-height: 600px;
    float: left;
    border-radius: 4px
}

.ztc_content_left_top {
    height: 68px;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-radius: 4px
}

.ztc_content_left_top ul {
    float: left;
    height: 68px
}

.ztc_content_left_top ul li {
    float: left;
    height: 66px;
    border-bottom: 2px solid #fff;
    line-height: 76px;
    margin: 0 20px
}

.ztc_content_left_top ul li.active {
    float: left;
    height: 66px;
    border-bottom: 2px solid #4a90e2;
    line-height: 76px;
    margin: 0 20px
}

.ztc_content_left_top form {
    float: right;
    width: 176px;
    height: 68px
}

.ztc_content_left_top form input {
    width: 146px;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 5px;
    position: relative;
    top: 20px
}

.ztc_content_left_middle {
    background: #fff;
    min-height: 600px
}

.ztc_content_left_middle .ztc_content_list_item {
    height: 118px;
    margin: 0 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 20px 0
}

.ztc_content_left_middle .ztc_content_list_item .item_img {
    height: 118px;
    width: 180px;
    float: left;
    margin-right: 10px
}

.ztc_content_left_middle .ztc_content_list_item .item_img img {
    height: 100%;
    width: 100%
}

.ztc_content_left_middle .ztc_content_list_item .info {
    float: left;
    width: 610px
}

.ztc_content_left_middle .ztc_content_list_item .info .title {
    font-size: 16px;
    line-height: 27px;
    color: #333;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ztc_content_left_middle .ztc_content_list_item .info .title a {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ztc_content_left_middle .ztc_content_list_item .info .title span {
    float: right;
    color: #999;
    font-size: 14px
}

.ztc_content_left_middle .ztc_content_list_item .info .title span i {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.ztc_content_left_middle .ztc_content_list_item .info .brief {
    font-size: 14px;
    line-height: 14px;
    color: #999;
    height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 9px;
    white-space: nowrap
}

.ztc_content_left_middle .ztc_content_list_item .info .details {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #999;
    margin-top: 54px
}

.ztc_content_left_middle .ztc_content_list_item .info .details .point {
    margin-right: 40px
}

.ztc_content_left_bottom {
    background: #fff;
    line-height: 50px;
    height: 50px;
    margin-top: 20px;
    color: #999
}

.ztc_content_right {
    width: 320px;
    float: right
}

.recently_subscribe {
    background: #fff;
    min-height: 100px;
    border-radius: 4px;
    padding-bottom: 20px
}

.recently_subscribe .recently_subscribe_title {
    color: #333;
    font-size: 18px;
    height: 58px;
    margin: 0 20px;
    border-bottom: 1px solid #eee
}

.recently_subscribe .recently_subscribe_title span {
    line-height: 20px;
    padding-left: 10px;
    height: 20px;
    border-left: 4px solid #4a90e2;
    margin-top: 20px
}

.recently_subscribe_con {
    position: relative
}

.recently_subscribe_con .recently_subscribe_con_item {
    height: 95px;
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
    width: 280px;
    overflow: hidden;
    position: relative
}

.recently_subscribe_con .recently_subscribe_con_item img {
    height: 52px;
    width: 52px;
    float: left;
    border-radius: 50%;
    margin-top: 22px;
    margin-right: 10px;
    box-shadow: 0 0 2px #000
}

.recently_subscribe_con .recently_subscribe_con_item i {
    position: absolute;
    top: 58px;
    left: 35px
}

.recently_subscribe_con .recently_subscribe_con_item .title {
    float: left;
    height: 96px;
    width: 170px
}

.recently_subscribe_con .recently_subscribe_con_item .title {
    float: left;
    height: 96px;
    width: 170px
}

.recently_subscribe_con .recently_subscribe_con_item .title span:nth-of-type(1) {
    color: #0a0204;
    margin-top: 25px;
    font-size: 16px;
    margin-left: 3px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px
}

.recently_subscribe_con .recently_subscribe_con_item .title span:nth-of-type(2) {
    font-size: 12px;
    color: #999;
    margin-left: 3px;
    margin-top: 5px
}

.recently_subscribe_con .recently_subscribe_con_item .subscribe_btn {
    width: 44px;
    height: 18px;
    background-color: #4a90e2;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 39px;
    cursor: pointer;
    float: right
}

.icon-xinzhi-tag-icon {
    position: relative;
    top: 10px;
    margin-right: 10px
}

.wx_modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: hsla(0, 0%, 100%, .7)
}

.wx_modal-dialog {
    width: 420px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 30px auto;
    transform: translate(-50%, -50%)
}

.wx_modal-content {
    width: 360px;
    border: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    background-color: #fff
}

.wx_modal-header {
    padding: 20px
}

.wx_modal-header .close {
    font-weight: 200;
    font-size: 26px;
    outline: 0;
    text-shadow: none;
    float: right;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.wx_modal-body {
    padding: 20px 60px 30px;
    text-align: center
}

.wx_modal-body #qrcode {
    height: 200px;
    width: 200px;
    border: 1px solid #ddd;
    margin: 0 auto;
    margin-top: 20px
}
