﻿body, html * {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #f6f6f6;
}

* {
    word-wrap: break-word
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

dd, dl, dt, h1, h2, h3, h4, h5, h6, img, li, p, table, td, th, ul {
    margin: 0;
    padding: 0;
    border: 0
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

.hzfl {
    float: left
}

.hzfr {
    float: right
}

input, textarea {
    margin: 0;
    padding: 0;
    resize: none;
    outline: 0;
    border: 0
}



ul, li, ol {
    list-style-type: none
}

a:active, a:hover, a:link, a:visited {
    text-decoration: none
}

a {
    color: #000
}

a:hover {
    color: #c00
}

.clear {
    *zoom: 1;
    overflow: hidden;
    clear: both;
}

.clear:after, .clear:before {
    display: table;
    line-height: 0;
    content: ""
}

.clear:after {
    clear: both
}

.width960 {
    width: 1200px;
    margin: 0 auto
}

.main {
    width: 1200px;
    margin: 0 auto
}

/*==========③公共类==========*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/*----------- 头部 -----------*/
.header {
    display: block;
    height: 66px;
    background: #1b1b1b;
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
    width: 100%;
}

.header .logo {
    float: left;
    overflow: hidden;
    height: 66px;
}

.header .logo h1, .header .logo div {
    height: 100%;
    display: block;
    margin-right: 66px;
}

.header .logo a {
    width: 150px;
    height: 100%;
    display: block;
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.header .logo a img {
    width: auto;
    height: 56px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.header .nav-bar {
    float: left;
}

.header .nav-bar li {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    position: relative;
    vertical-align: top;
}

.header .nav-bar li a {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    position: relative;
    z-index: 2;
    min-width: 68px;
    text-align: center
}

.header .nav-bar li em[class*="dot"] {
    display: inline-block;
    position: relative;
    left: -10px;
    z-index: 1;
    width: 16px;
}

.header .nav-bar li em[class*="dot"] .fa {
    color: #fff;
    font-size: 16px;
    width: 16px;
    display: block;
}

.header .nav-bar li.active a, .header .nav-bar li a:hover {
    opacity: 1;
}

.header .nav-bar li a:hover {
    opacity: .8;
}

.header .nav-bar li.active {
    background-color: #ff4b4b;
}

.header .nav-bar li.active:before {
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%); /*background-color:#ff4b4b;*/
    content: '';
    border-radius: 50px;
}

/*二级高亮*/
.header .nav-bar ul li > ul {
    width: 100%;
    min-width: 110px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    background: #1b1b1b;
    z-index: 888;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header .nav-bar ul li > ul li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
}

.header .nav-bar ul li > ul li a {
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 1
}

.header .nav-bar ul li > ul li.on a, .header .nav-bar ul li > ul li.on a:hover {
    background-color: #ff4b4b;
}

.header .nav-bar ul li.on > ul {
    visibility: visible;
    opacity: 1;
}

.header .nav-bar ul li > ul li em[class*="dot"] {
    position: absolute;
    right: 5px;
    left: auto;
    top: 10px;
    z-index: 3;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header .nav-bar ul li.on > ul li em[class*="dot"] .fa {
    color: rgba(255, 255, 255, 0.8);
}

/*三级高亮*/
.header .nav-bar ul li > ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    display: none;
    left: -100%;
    transform: none;
}

.header .nav-bar ul li > ul li.on .sub-nav {
    right: -100%;
    left: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
    display: block;
}

.header .nav-bar ul li > ul li.on .sub-nav li a, .header .nav-bar ul li > ul li.on .sub-nav li a:hover {
    background: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.8);
}

.header .nav-bar ul li > ul li.on .sub-nav li.on a, .header .nav-bar ul li > ul li.on .sub-nav li.on a:hover {
    background-color: #ff4b4b;
    color: rgba(255, 255, 255, 0.8);
}

/*移动端*/
.m-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    padding: 0 15px;
    height: 100%;
    display: none;
    line-height: 48px;
    cursor: pointer;
}

.m-btn i {
    color: #fff;
    opacity: 0.7;
    font-size: 20px;
    line-height: 56px;
    font-size: 24px;
}

.m-btn:hover i {
    opacity: 1
}

.m-nav {
    width: 190px;
    background-color: #15161a;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -190px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999
}

.m-nav .m-btn {
    height: 48px;
    line-height: 48px;
    left: auto;
    right: -45px;
    display: none;
}

.m-nav ul {
    padding-top: 0px;
}

.m-nav li {
    width: 100%;
    position: relative;
}

.m-nav li a {
    padding: 0 25px;
    line-height: 48px;
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-nav li a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.m-nav ul li > ul {
    display: none;
}

.m-nav li em[class*="dot"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
}

.m-nav li em[class*="dot"] .fa {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 48px;
    line-height: 48px;
    top: 0;
    left: 0;
}

.m-nav li em[class*="dot"] .fa.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-nav ul li > ul li {
    background: rgba(0, 0, 0, 0.15);
}

.m-nav ul li > ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0.8;
    font-size: 12px;
    text-indent: 1em
}

/*list*/
.leftmain {
    width: 72%;
    padding-bottom: 30px;
}

.aside {
    width: 26%;
}

#aside_hot, #aside_ads, #aside_new, #aside_hot_comment, #divTags, #divComments, #divContorPanel, #divMisc, #divAuthors, #divPrevious, #divCatalog, #divFavorites, #divStatistics, #divSearchPanel, #divArchives, #divCalendar {
    background-color: #fff;
    margin-top: 24px;
}

/*推荐部分开始*/
.recommend {
    padding: 30px;
    background-color: #fff;
    margin-top: 24px;
    box-shadow: 2px 2px 10px #cfcde0;
    padding-bottom: 10px;
}

.box_title {
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
}

.box_title .icon {
    padding-right: 10px;
    color: #ff4b4b;
}

.box_title a {
    color: #666;
    font-size: 14px;
    padding-top: 8px;
}

.box_title a i {
    padding-left: 8px;
    font-size: 18px;
}

.box_title a:hover {
    color: #ff4b4b;
}

.recommend .rec_article {
    width: 32.3%;
    margin-right: 12px;
    position: relative;
    margin-bottom: 10px;
}

.recommend .rec_article:nth-child(3n+1) {
    margin-right: 0px;
}

.recommend .rec_article:hover .rec_detail header h3 a {
    color: #ff4b4b;
}

.recommend .rec_article:hover a img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.recommend .rec_article:last-child {
    margin-right: 0;
}

.rec_article a {
    display: block;
}

.rec_article a img {
    width: 266px;
    height: 200px;
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
}

.rec_detail {
    position: relative;
    background-color: #fff;
    margin: 0 10px;
    margin-top: 0px;
    padding: 14px;
    margin-top: -30px;
    z-index: 9;
}

.rec_detail header h3 {
    color: #333;
    font-weight: 700;
    font-size: 20px;
}

.rec_detail header h3 a {
    width: 222px;
    overflow: hidden;
    line-height: 24px;
    height: 46px;
}

.rec_detail .note {
    padding: 16px 2px 10px;
    font-size: 14px;
    line-height: 2em;
    color: #777;
}

.meta {
    font-size: 12px;
    color: #bbb;
}

.meta span {
    font-size: 14px;
    padding-right: 16px;
}

.meta span i {
    padding-right: 8px;
}

.meta a {
    display: inline-block;
    font-size: 14px;
    color: #bbb;
}

/*最新消息部分开始*/
.newlist, .stars, .lastnews, .morenews, .friendlink {
    padding: 30px;
    background-color: #fff;
    margin-top: 26px;
    box-shadow: 2px 2px 10px #cfcde0;
}

.newlist li {
    padding: 18px 0;
    border-bottom: 1px solid #f6f6f6;
}

.newlist li:hover .new_img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.newlist li:first-child {
    padding-top: 0;
}

.newlist li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.newlist .new_img {
    display: block;
    width: 270px;
    height: 162px;
    overflow: hidden;
    margin-right: 20px;
}

.newlist .new_img img {
    width: 270px;
    height: 162px;
}

.newlist .new_img img {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.newlist .main_news {
    width: 64%;
}

.main_news h3 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding-top: 5px;
    vertical-align: middle;
    width: 100%;
}

.main_news h3 a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.newlist ol li:hover .main_news header h3 a {
    color: #ff4b4b;
}

.newlist .l-img {
    position: relative;
    width: 32%;
}

.newlist .l-img .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    margin-left: 2px;
    margin-top: 3px;
    vertical-align: middle;
    display: inline-block;
}

.main_news .main_article {
    color: #777;
    font-size: 15px;
    line-height: 2em;
    padding: 5px 0;
    max-height: 95px;
    overflow: hidden;
    letter-spacing: 1.1px;
}

/*最新消息部分结束*/
/*热门文章*/
.side_title {
    padding: 16px;
}

#aside_hot ul {
    padding: 0 16px;
}

#aside_hot ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

#aside_hot ul li:first-child {
    padding-top: 0;
}

#aside_hot ul li:last-child {
    border-bottom: none;
    padding-bottom: 16px;
}

#aside_hot ul li i {
    display: block;
    margin: 6px 10px 0 0;
    width: 12%;
    width: 28px;
    height: 28px;
    border-radius: 14px 0;
    color: #ff4b4b;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background-color: #d5d5d5;
    color: #aaa;
}

#aside_hot ul li:nth-child(-n+3) i {
    color: #333;
}

#aside_hot ul a {
    display: block;
    width: 85%;
    font-size: 15px;
    color: #555;
    float: left;
}

#aside_hot ul a:hover {
    color: #ff4b4b;
}

/*热门文章结束*//*热评文章*/
#aside_hot_comment ul li, #aside_new .aside_new li {
    padding: 10px 16px;
}

#aside_hot_comment ul li:first-child, #aside_new .aside_new li:first-child {
    padding-top: 0;
}

#aside_hot_comment ul li:last-child, #aside_new .aside_new li:last-child {
    padding-bottom: 20px;
}

#aside_hot_comment .side_comment_img, #aside_new .side_comment_img {
    width: 43%;
    height: 66px;
    overflow: hidden;
}

#aside_hot_comment .side_comment_img img, #aside_new .side_comment_img img {
    width: 110px;
    height: 66px;
}

#aside_hot_comment .side_comment_text, #aside_new .side_comment_text {
    width: 55%;
}

#aside_hot_comment .side_comment_text p, #aside_new .side_comment_text p {
    font-size: 15px;
    line-height: 1.85em;
    color: #444;
    max-height: 54px;
    overflow: hidden;
}

#aside_hot_comment .side_comment_text .meta, #aside_new .side_comment_text .meta {
    color: #bbb;
}

#aside_hot_comment .side_comment_text .meta i, #aside_new .side_comment_text .meta i {
    font-size: 13px;
    padding-right: 16px;
}

#aside_hot_comment .side_comment_text .meta i:first-child, #aside_new .side_comment_text .meta i:first-child {
    padding-left: 0;
}

#aside_hot_comment ul li p:hover, #aside_new li p:hover {
    color: #ff4b4b;
}

/*热评文章结束*//*标签列表*/
#divTags .box_title {
    padding-bottom: 10px;
}

#divTags ul {
    padding: 0 16px 24px 16px;
}

#divTags ul li {
    display: inline-block;
}

#divTags ul li a {
    display: inline-block;
    padding: .1em .4em;
    border: 1px solid #eee;
    margin: 8px 4px 0 0;
    font-size: 14px;
    color: #888;
}

#divTags ul li a:hover {
    background-color: #ff4b4b;
    color: #fff;
}

/*标签列表结束*/
.breadcrumb {
    font-size: 14px;
    margin-top: 18px;
}

.breadcrumb a {
    color: #777;
    padding-left: 4px;
}

.breadcrumb .fa {
    padding: 0 8px;
}

.pagebar {
    text-align: center;
}

.nav-links {
    padding-top: 20px;
}

.nav-links a.page-numbers {
    background: #fff;
    color: #1a1a1a;
}

.nav-links .page-numbers {
    border-radius: 3px;
    padding: 0 1em;
    line-height: 34px;
    text-align: center;
    margin: 0 0 0 5px;
    display: inline-block;
    background-color: #ff4b4b;
    color: #fff;
}

.archive-head {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 30px;
    border-top: 1px solid #eee;
    background-color: #fff;
    box-shadow: 2px 2px 10px #cfcde0;
    margin-top: 24px;
}

.headline h1 {
    float: left
}

.headline span {
    float: left
}

.headline {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    height: 48px;
    border-bottom: 2px solid #f5f5f5;
    color: #2a363c;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px
}

i.fa.fa-clone {
    float: left;
    margin-right: 16px;
    width: 32px;
    height: 32px;
    background-color: #2a363c;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    border-radius: 32px;
}

.archive-description {
    color: #888;
    font-size: 15px;
    line-height: 2em;
}

i.fa-rss {
    float: right;
    margin: 6px 0 0 20px;
    color: #111
}

.headline:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: #2a363c;
    content: ""
}

/*list end*/
/*detail*/
.detail_main {
    background-color: #fff;
    margin-top: 24px;
    padding: 30px;
    text-align: center;
    box-shadow: 2px 2px 10px #cfcde0;
}

.detail_main h1 {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail_main .meta {
    font-size: 14px;
    margin-top: 18px;
}

.meta .edit, .meta .edit a {
    color: #333;
}

.detail_main .detail_article {
    margin-top: 16px;
    font-size: 16px;
    line-height: 2.2em;
    letter-spacing: 1.1px;
    text-align: left;
}

.detail_main img[src*=UEditor] {
    width: 19px;
    height: 21px;
}

.detail_article li, .detail_article ul {
    list-style: inherit;
}

.detail_article li {
    margin-left: 1.5em;
}

.detail_article h1, .detail_article h2, .detail_article h3, .detail_article h4, .detail_article h5, .detail_article h6 {
    margin: 10px 0
}

.detail_article h1 {
    font-size: 1.8em
}

.detail_article h2 {
    font-size: 1.6em
}

.detail_article h3 {
    font-size: 1.4em
}

.detail_article h4 {
    font-size: 1.2em
}

.detail_article h5 {
    font-size: 1em
}

.detail_article h6 {
    font-size: 0.8em
}

.detail_article a {
    color: #f60;
    text-decoration: underline;
}

.detail_article blockquote {
    color: #666;
    font-weight: 400;
    border-left: 4px solid #e7e7e7;
    padding: .5em 1em;
    background-color: #f9f9f9
}

.detail_article img {
    height: auto !important;
    max-width: 100% !important;
    display: block;
    text-align: center;
    margin: 5px auto;
}

.detail_article table {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0
}

.detail_article table tr.firstRow {
    font-weight: bold;
    background-color: #f8f8f8;
    text-align: left
}

.detail_article table th, .detail_article table td {
    padding: .3em .5em;
    margin: 0;
    vertical-align: top;
    border: 1px solid #ddd
}

.detail_article blockquote, .detail_article dl, .detail_article form, .detail_article hr, .detail_article ol, .detail_article p, .detail_article pre, .detail_article table, .detail_article ul {
    font-weight: 400;
    margin-bottom: 1rem
}

.detail_article blockquote p, .detail_article ul p {
    margin-bottom: 0
}

.article_footer .tag, .article_footer .share {
    width: 50%;
    margin-top: 16px;
}

.article_footer .tag {
    text-align: right;
    color: #999;
}

.article_footer .tag a {
    display: inline-block;
    color: #999;
    font-size: 12px;
    padding: 2px 6px;
    background-color: #eee;
    margin-right: 6px;
    border-radius: 3px;
}

.article_footer .tag a:hover {
    color: #fff;
    background-color: #ff4b4b;
}

.article_footer .tag a:last-child {
    margin-right: 0;
}

.article_footer .share {
    text-align: left;
}

.bdsharebuttonbox {
    float: left
}

.bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more {
    background-image: none !important;
}

.bdsharebuttonbox .fa {
    padding-left: 14px;
    font-size: 20px;
    color: #999
}

.bdsharebuttonbox .fa:first-child {
    padding-left: 0;
}

.bdsharebuttonbox .fa:hover {
    color: #666
}

.related_article {
    background-color: #fff;
    padding: 30px;
    margin-top: 24px;
    box-shadow: 2px 2px 10px #cfcde0;
}

.related_list article {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.related_list article:nth-child(3) {
    margin-right: 0px;
}

.related_list article:nth-child(6) {
    margin-right: 0px;
}

.related_list article:hover .related_img a img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.related_list article:hover .related_detail h3 a {
    color: #ff4b4b;
}

.related_list article:last-child {
    margin-right: 0;
}

.related_list article .related_img {
    width: 264px;
    height: 158px;
    overflow: hidden;
}

.related_img a img {
    width: 264px;
    height: 158px;
}

.related_img a img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.related_detail {
    padding-top: 10px;
}

.related_detail h3 a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 2em;
}

.related_detail .meta {
    margin-top: 6px;
}

.post-navigation {
    overflow: hidden;
    margin: 10px 0 0;
    padding: 20px 0;
}

.post-navigation div {
    position: relative;
    display: block;
    width: 42%;
    color: #999;
    font-size: 14px;
}

.post-navigation div span {
    display: block;
    color: #999;
    font-size: 90%;
}

.post-navigation .post-previous a, .post-navigation .post-next a {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.post-navigation .post-previous a:hover, .post-navigation .post-next a:hover {
    color: #ff4b4b;
}

.post-previous a::after {
    left: 0;
    content: '«';
    font-family: "Microsoft Yahei";
}

.post-next a::after {
    right: 0;
    content: '»';
    font-family: "Microsoft Yahei";
}

.post-navigation div a::after {
    position: absolute;
    top: 34%;
    margin-top: -11px;
    height: 22px;
    color: #EDEDED;
    font-size: 56px;
    line-height: 22px;
}

.post-previous {
    float: left;
    padding-left: 40px;
    text-align: left;
}

.post-next {
    float: right;
    padding-right: 40px;
    text-align: right;
}

/*detail end*/
/*footer*/
.footer {
    background-color: #1b1b1b;
}

.footer .footer_wrap {
    padding: 30px !important;
}

.footer_contact {
    width: 33.3%;
}

.follow_us {
    width: 25%;
}

.footer_about {
    width: 70%;
}

.footer_title {
    font-size: 18px;
    color: #888;
    padding-bottom: 16px;
}

.footer_contact li {
    line-height: 28px;
}

.follow_us img {
    width: 100px;
    height: 100px;
}

.footer_contact {
    font-size: 15px;
    color: #888;
}

.footer_about p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
}

.footer_about .copyright {
    color: #888;
    font-size: 13px;
    padding-top: 8px;
}

.footer_about .copyright a {
    color: #999;
}

/*broker_show*/
.width1200 {
    width: 1200px;
    margin: 0 auto;
}

#hzw_dingbu {
    background: #3a3533;
    color: #f7f7f7;
    padding-top: 12px;
}

.hzw_dingbu_midd {
    margin-left: 20px;
}

.hzw_dingbu_right {
    border-radius: 4px;
    padding: 0px 10px;
    height: 34px;
    line-height: 34px;
}

.hzw_dingbu_right a {
    color: #f7f7f7;
    margin-right: 5px;
    margin-left: 5px;
}

.hzw_dingbu_right a:hover {
    color: #f58b0e;
    margin-right: 5px;
    margin-left: 5px;
}

.hzw_dingbu_left02 a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #e07822;
}

.hzw_dingbu_left02 a:hover {
    color: #f60;
}

.hzw_dingbu_right02 {
    height: 40px;
    line-height: 40px;
}

#hzw_type {
    width: 8px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_type.png) no-repeat left center;
}

#hzw_text {
    width: 245px;
    height: 33px;
    line-height: 33px;
    border: 0;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_text.png) repeat-x left center #1b3c71;;
    font-size: 14px;
    color: #f7f7f7 !important;
}

#hzw_submit {
    width: 29px;
    height: 33px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: 0;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_submit.png) no-repeat left center;
}

.hzw_top {
    text-align: right;
    height: 36px;
    color: #d2d2d2;
    line-height: 36px;
    margin: 5px auto;
}

.hzw_top span {
    margin: 0px 10px;
    color: #717171;
}

.hzw_top a {
    color: #717171;
}

.hzw_top a:hover {
    color: #f58b0e;
}

.hzw_top_ewm {
    margin-right: 4px;
}

.hzw_nav {
    padding-bottom: 22px;
}

.hzw_nav_left {
    width: 200px;
    letter-spacing: 8px;
    text-align: center;
}

.hzw_logo_jj {
    margin-top: 15px;
    color: #2c2c2c;
}

.hzw_nav_right {
    margin-top: 20px;
}

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

.hzw_nav_wjc {
    position: relative;
    z-index: 1;
}

.hzw_nav_wjc .nLi {
    float: left;
    position: relative;
    display: inline;
}

.hzw_nav_wjc .nLi a {
    font-size: 16px;
    color: #0c0c0c;
    width: 100px;
    display: block;
    text-align: center;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_nav_dot.png) no-repeat left center;
}

.hzw_nav_wjc .nLi a:hover {
    font-size: 16px;
    color: #f58b0e;
    width: 100px;
    display: block;
    text-align: center;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_nav_hover.png) no-repeat left center;
}

.hzw_nav_wjc .nav_hover a {
    font-size: 16px;
    color: #f58b0e;
    width: 100px;
    display: block;
    text-align: center;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_nav_hover.png) no-repeat left center;
}

.hzw_nav_wjc .nLi h3 {
    float: left;
}

.hzw_nav_wjc .nLi h3 a {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.hzw_nav_wjc .sub {
    display: none;
    left: 0;
    top: 26px;
    position: absolute;
}

.hzw_nav_wjc .sub li {
    zoom: 1;
    background: #c8a15f !important;
}

.hzw_nav_wjc .sub a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    background: #c8a15f !important;
    color: #fff;
    border-bottom: solid 1px #d6b987;
}

.hzw_nav_wjc .sub a:hover {
    background: #6d6d6d;
    color: #1b3c71;
    font-size: 14px;
}

#hzw_hot {
    border-top: solid 2px #f5f7fb;
}

.hzw_hot {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    zoom: 1;
}

.hzw_hot_left {
    width: 180px;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_hot.png) no-repeat 35px center;
    font-size: 18px;
    font-weight: bold;
    text-indent: 65px;
    height: 20px;
    line-height: 20px;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    margin: 14px 0px 10px 0px;
}

.hzw_hot_right {
    width: 1000px;
}

.hzw_hot_right {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.hzw_hot_right ul {
    overflow: hidden;
    zoom: 1;
}

.hzw_hot_right ul li {
    float: left;
    width: 333px;
    overflow: hidden;
    display: inline;
}

#hzw_banner {
    background: url(../image/hzw_banner.jpg) no-repeat center center;
    padding-top: 9px;
    padding-bottom: 18px;
}

.hzw_banner_left {
    width: 323px;
    height: 515px;
    background: #f3f3f3;
}

.hzw_banner_left01 {
    width: 285px;
    margin: 15px auto 0px auto;
    box-shadow: 1px 1px 10px 0px #888888;
    border: #ccc 1px solid;
    padding: 25px 0px 35px 0px;
    background: #fff url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_bn_left03.png) no-repeat center bottom;
}

.hzw_banner_left01 img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.hzw_banner_left02 {
    background: url(../image/hzw_bn_left01.png) no-repeat center top;
    height: 352px;
    position: relative;
    top: -10px;
}

.hzw_banner_left02_con {
    width: 290px;
    margin: 0px auto;
    padding-top: 30px;
}

.hzw_banner_left02_con a {
    color: #fff;
}

.hzw_banner_left02_con a:hover {
    color: #f58b0e;
}

.hzw_bn_left01 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.hzw_bn_left02 {
    text-align: center;
    padding: 12px 0px 25px 0px;
    border-bottom: solid 1px #484848;
}

.hzw_bn_left03 {
    color: #fff;
    font-size: 15px;
    padding-top: 36px;
    margin-bottom: 23px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.hzw_bn_left04 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 23px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.hzw_bn_left05 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 23px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.hzw_bn_left06 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 23px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.hzw_bn_daili_text {
    color: #fff;
    font-size: 15px;
    padding: 30px 10px;
    line-height: 30px;
}

.hzw_bn_daili_dj {
    padding: 0px 10px;
}

.hzw_bn_daili_dj a {
    color: #f58b0e;
    font-size: 15px;
    letter-spacing: 1px;
}

.hzw_bn_daili_dj a:hover {
    color: #c00;
    font-size: 15px;
    letter-spacing: 1px;
}

.hzw_banner_right {
    width: 872px;
    height: 515px;
}

.hzw_banner_right_top {
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.hzw_banner_right_top01 {
    width: 600px;
}

/* 广告位 */
.adSlide {
    width: 100%;
    height: 360px;;
    overflow: hidden;
    position: relative;
    clear: both;
}

.adSlide .hd {
    position: absolute;
    z-index: 1;
    right: 8px;
    bottom: 8px;
}

.adSlide .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.adSlide .hd ul li {
    float: left;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.adSlide .hd ul li.on {
    background: #f60;
    font-weight: bold;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #fff;
}

.adSlide .bd {
    position: relative;
    z-index: 0;
}

.adSlide .bd img {
    width: 600px;
    height: 360px;
}

/* 本例子css */
.slideBox {
    width: 600px;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 600px;
    height: 360px;
    display: block;
}

.hzw_banner_right_top02 {
    background: #fff;
    width: 266px;
    height: 360px;
    text-align: center;
}

.hzw_bn_right01 {
    font-size: 32px;
    color: #3c3c3c;
    letter-spacing: 6px;
    font-weight: bold;
    padding-top: 25px;
}

.hzw_bn_right02 {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 4px;
}

.hzw_bn_right03 {
    color: #f58b0e;
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
    padding-top: 35px;
}

.hzw_bn_right04 {
    color: #c7c7c7;
    padding-top: 4px;
}

.hzw_bn_right05 {
    width: 188px;
    margin: 36px auto 6px auto;
    height: 42px;
    line-height: 42px;
    background: #f58b0e;
}

.hzw_bn_right05 a {
    color: #fff;
    font-size: 16px;
}

.hzw_bn_right05 a:hover {
    color: #ccc;
    font-size: 16px;
}

.hzw_bn_right06 {
    width: 188px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    border: solid 1px #909090;
}

.hzw_bn_right06 a {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: bold;
}

.hzw_bn_right06 a:hover {
    color: #f58b0e;
    font-size: 16px;
    font-weight: bold;
}

.hzw_banner_right_bottom {
    margin-top: 5px;
    background: #fff;
    overflow: hidden;
    zoom: 1;
    clear: both;
    padding: 5px;
}

.hzw_banner_right_bottom p {
    float: left;
    text-align: center;
}

.gain_bn_wjc01 {
    width: 284px;
    height: 145px;
    margin-right: 5px;
    position: relative;
}

.gain_bn_wjc02 {
    width: 284px;
    height: 145px;
    margin-right: 5px;
    position: relative;
}

.gain_bn_wjc03 {
    width: 284px;
    height: 145px;
    position: relative;
}

.gain_bn_wjc01 .ad_tips {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 5;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/adtip.png) no-repeat;
    height: 15px;
    width: 28px;
}

.gain_bn_wjc02 .ad_tips {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 5;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/adtip.png) no-repeat;
    height: 15px;
    width: 28px;
}

.gain_bn_wjc03 .ad_tips {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 5;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/adtip.png) no-repeat;
    height: 15px;
    width: 28px;
}

.gain_pt_wjc01 {
    float: left;
    text-align: center;
    width: 370px;
    height: 230px;
    margin-right: 14px;
}

.gain_pt_wjc02 {
    float: left;
    text-align: center;
    width: 370px;
    height: 230px;
    margin-right: 14px;
}

.gain_pt_wjc03 {
    float: left;
    text-align: center;
    width: 370px;
    height: 230px;
}

.hzw_bn_wjc01 {
    background: url(../image/hzw_bn_right03.jpg) no-repeat left center;
    width: 284px;
    height: 145px;
    margin-right: 5px;
}

.hzw_bn_wjc01 a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding-top: 28px;
    line-height: 30px;
}

.hzw_bn_wjc01 a:hover {
    color: #f58b0e;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding-top: 28px;
    line-height: 30px;
}

.hzw_bn_wjc02 {
    background: url(../image/hzw_bn_right04.jpg) no-repeat left center;
    width: 284px;
    height: 145px;
    margin-right: 5px;
}

.hzw_bn_wjc02 a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding-top: 28px;
    line-height: 30px;
}

.hzw_bn_wjc02 a:hover {
    color: #f58b0e;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding-top: 28px;
    line-height: 30px;
}

.hzw_bn_wjc03 {
    background: url(../image/hzw_bn_right05.jpg) no-repeat left center;
    width: 284px;
    height: 145px;
}

.hzw_bn_wjc03 a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding-top: 28px;
    line-height: 30px;
}

.hzw_bn_wjc03 a:hover {
    color: #f58b0e;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding-top: 28px;
    line-height: 30px;
}

#hzw_con {
    background: #f2f5fa;
    padding-bottom: 40px;
}

.hzw_con01 {
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.hzw_con01_left {
    width: 525px;
    height: 522px;
}

.snBrand {
    position: relative;
    height: 600px;
}

.snBrand .tempWrap {
    float: left;
    background: #fff !important;
    padding: 0px 5px 0px 5px;
    margin-top: 0px;;
    height: 600px !important;
}

.snBrand ol {
    float: left;
    width: 155px;
    background: #fff;
    height: 522px;
    padding: 20px 10px 7px 10px;
}

.snBrand ol li {
    width: 155px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    margin-top: 7px;
}

.snBrand ol li.on {
    background: #fff;
    border-right: #fff;
}

.snBrand ul {
    float: left;
    position: absolute;
    right: 0;
    height: 600px;
    width: 265px;
    padding: 0 35px;
    background: #fff;
    overflow: hidden;
    background: #fff;
    margin-left: 15px;
}

.snBrand .prev {
    position: absolute;
    left: 8px;
    top: 0px;
    display: block;
    width: 158px;
    height: 36px;
    overflow: hidden;
    background: url(../image/hzw_con01_prev.png) no-repeat center top;
    cursor: pointer;
}

.snBrand .next {
    position: absolute;
    left: 8px;
    bottom: 0px;
    display: block;
    width: 158px;
    height: 36px;
    overflow: hidden;
    background: url(../image/hzw_con01_next.png) no-repeat center bottom;
    cursor: pointer;
}

.hzw_jg_show_top {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con01_pic.png) no-repeat left center;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    font-weight: normal;
    padding-left: 32px;
    border-bottom: solid 1px #f0f0f0;
}

.hzw_jg_show_pic {
    width: 265px;
    height: 100px;
    background: #f7f7f7;
}

.hzw_jg_show_pic img {
    width: 150px;
    margin: 18px auto;
    display: block;
    text-align: center;
}

.hzw_jg_show_p {
    margin-top: 14px;
}

.hzw_con01_right {
    width: 660px;
    height: 522px;
    background: #fff;
}

.hzw_con01_right01 {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con01_right01.png) no-repeat 28px 23px;
    font-size: 22px;
    padding: 22px 0px 20px 65px;
    height: 22px;
    line-height: 20px;
}

.hzw_con01_right02 {
    background: #f58c0f;
    height: 44px;
    line-height: 44px;
    padding-left: 36px;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.hzw_xinxi01 {
    float: left;
    width: 200px;
}

.hzw_xinxi02 {
    float: left;
    width: 200px;
}

.hzw_xinxi03 {
    float: left;
    width: 200px;
}

.hzw_con01_right03 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right04 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right05 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right06 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right07 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right08 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right09 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right10 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right11 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right12 {
    padding: 13px 0px 0px 36px;
}

.hzw_con01_right13 {
    padding: 13px 0px 0px 36px;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.hzw_con01_right14 {
    padding: 13px 0px 13px 36px;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.hzw_xinxi_black {
    font-size: 15px;
    color: #000;
}

.hzw_xinxi_gray {
    font-size: 15px;
    color: #767676;
}

.hzw_con02 {
    margin-top: 30px;
}

.hzw_con02_nav {
    height: 60px;
    line-height: 57px;
    font-size: 22px;
    color: #fff;
    background: #222 url(../image/hzw_con02_pic01.png) no-repeat 32px center;
    padding-left: 66px;
}

.hzw_con02_con {
    padding: 30px 30px 60px 30px;
    background: #fff;
}

.hzw_con02_con01 {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #222;
    overflow: hidden;
    zoom: 1;
    clear: both;
    padding: 2px 0px 24px 0px;
    border-bottom: solid 1px #a1a1a1;
}

.hzw_con02_con01 .hzw_chanpin {
    float: left;
    width: 225px;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    font-weight: bold;
    text-align: center;
}

.hzw_con02_common {
    padding: 22px 0px;
    border-bottom: solid 1px #a1a1a1;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.hzw_con02_common .hzw_youshi {
    float: left;
    width: 227px;
    text-align: center;
    color: #666;
    margin-bottom: 0;
}

.hzw_con02_common .hzw_wx4 {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con02_wx4.png) no-repeat 60px center;
    height: 16px;
}

.hzw_con02_common .hzw_wx5 {
    background: url(../image/hzw_con02_wx5.png) no-repeat 60px center;
    height: 16px;
}

.hzw_con03 {
    margin-top: 35px;
    background: #fff;
    padding: 30px 30px 60px 30px;
}

.hzw_con03_nav01 {
    height: 32px;
}

.hzw_con03_nav01 span {
    font-size: 24px;
    font-weight: bold;
    color: #171717;
}

.hzw_con03_nav01 font {
    display: inline-block;
    background: url(../image/hzw_con03_pic01.png) no-repeat left top;
    width: 136px;
    line-height: 24px;
    text-indent: 10px;
    color: #fff;
    font-size: 15px;
    margin-left: 20px;
}

.hzw_con03_nav02 {
    color: #8c8c8c;
    padding: 12px 0px 36px 0px;
    font-size: 15px;
}

.hzw_con03_banner {
    overflow: hidden;
    zoom: 1;
    clear: both;
    text-align: center;
}

.hzw_con03_banner .hzw_xiaokuang {
    background: url(../image/hzw_con03_pic02.png) no-repeat 45px 52px;
    height: 154px;
    padding-top: 78px;
}

.hzw_con03_banner h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 27px;
    letter-spacing: 2px;
}

.hzw_con03_banner p {
    font-size: 12px;
    color: #d1d1d1;
}

.hzw_con03_banner01 {
    width: 370px;
    height: 226px;
    float: left;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con03_banner01.jpg) no-repeat left center;
    margin-right: 14px;
}

.hzw_con03_banner02 {
    width: 370px;
    height: 226px;
    float: left;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con03_banner02.jpg) no-repeat left center;
    margin-right: 14px
}

.hzw_con03_banner03 {
    width: 370px;
    height: 226px;
    float: left;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con03_banner03.jpg) no-repeat left center;
}

.hzw_con04 {
    margin-top: 35px;
}

.hzw_con04_nav {
    height: 67px;
    line-height: 67px;
    background: url(../image/hzw_con04_pic02.png) no-repeat left center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
}

.hzw_con04_nav p {
    background: url(../image/hzw_con04_pic01.png) no-repeat 36px center;
    padding-left: 75px;
}

.hzw_con04_con {
    background: #fff url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con04_pic03.png) no-repeat 950px center;
    padding: 50px 36px 70px 36px;
    font-size: 16px;
    line-height: 32px;
}

.hzw_con04_con p {
    width: 760px;
    line-height: 32px;
    font-size: 16px;
    color: #242424;
}

.hzw_con_text {
    background: #fff;
    padding: 30px 32px 10px 36px;
}

.hzw_con05_nav {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con05_pic01.png) no-repeat left 4px;
    padding: 0px 0px 20px 55px;
    color: #171717;
    font-size: 24px;
    border-bottom: solid 1px #d2d2d2;
}

.hzw_con05_con {
    padding: 30px 0px;
    overflow: hidden;
    zoom: 1;
    clear: both;
    width: 1200px;
}

.hzw_con05_con ul li {
    float: left;
    width: 500px;
    height: 210px;
    border: solid 1px #e5e5e5;
    margin-bottom: 28px;
    padding: 15px 25px;
}

.hzw_con05_con ul .hzw_con05_li01 {
    margin-right: 28px;
}

.hzw_con05_con ul .hzw_con05_li03 {
    margin-right: 28px;
}

.hzw_con05_li_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hzw_con05_li_title a {
    font-size: 22px;
}

.hzw_con05_li_time {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con05_pic02.png) no-repeat left center;
    padding: 12px 0px 12px 22px;
    color: #4d4d4d;
    border-bottom: solid 1px #eeeeee;
}

.hzw_con05_li_text {
    margin: 15px 0px;
    line-height: 28px;
    color: #7b7b7b;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hzw_con05_li_more {
    float: right;
}

.hzw_con05_li_more a {
    display: block;
    width: 135px;
    height: 36px;
    line-height: 36px;
    color: #fdf0e0;
    text-align: center;
    background: #f18e19;
    border-radius: 3px;
    font-size: 15px;
}

.hzw_con05_li_more a:hover {
    display: block;
    width: 135px;
    height: 36px;
    line-height: 36px;
    color: #fdf0e0;
    text-align: center;
    background: #f60;
    border-radius: 3px;
    font-size: 15px;
}

.hzw_con06_nav {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con06_pic01.png) no-repeat left center;
    padding: 25px 0px 25px 50px;
    color: #171717;
    font-size: 24px;
    border-top: dashed 1px #e5e5e5;
    border-bottom: dashed 1px #e5e5e5;
}

.hzw_con06_con {
    padding: 30px 0px 0px 0px;
}

.hzw_con06_common {
    margin-bottom: 50px;
}

.hzw_con06_common_left {
    width: 680px;
    float: left;
}

.hzw_con06_common_right {
    width: 435px;
    height: 304px;
    float: right;
    border: solid 3px #f5f5f5;
}

.hzw_con06_common_right01 {
    height: 52px;
    line-height: 52px;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con06_pic02.png) no-repeat 18px center;
    font-size: 18px;
    font-weight: bold;
    color: #171717;
    padding-left: 44px;
    border-bottom: solid 3px #f5f5f5;
}

.hzw_con06_common_right02 {
    padding: 2px 20px 0px 20px;
}

.hzw_con06_common_right02 ul li {
    padding: 10px 0px;
    border-bottom: dashed 1px #e5e5e5;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.hzw_con06_common_right02 ul li:last-child {
    border-bottom: none;
}

.hzw_con06_common_right02 ul li span {
    float: left;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con06_pic03.png) no-repeat left center;
    padding-left: 15px;
}

.hzw_con06_common_right02 ul li a {
    color: #5d5d5d;
}

.hzw_con06_common_right02 ul li a:hover {
    color: #f58b0e;
}

.hzw_con06_common_right02 ul li font {
    float: right;
    color: #858585;
}

.hzw_con07_nav {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con07_pic01.png) no-repeat left center;
    height: 50px;
    line-height: 44px;
    font-size: 24px;
    padding-left: 55px;
    padding: 10px 0px 10px 50px;
}

.hzw_con07_line {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con07_pic02.png) no-repeat left center;
    height: 15px;
}

.hzw_con07_con {
    padding: 55px 0px;
}

.hzw_con07_con_left {
    float: left;
    width: 490px;
    height: 260px;
    position: relative;
}

.hzw_con07_left_text {
    width: 200px;
    height: 260px;
    text-align: center;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
}

.hzw_con07_left_title {
    width: 145px;
    margin: 0 auto;
    padding: 12px 0px;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con07_line.png) no-repeat center 70px;
    padding-top: 85px;
}

.hzw_con07_left_title a {
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #f1f1f1;
    font-size: 16px;
}

.hzw_con07_left_title a:hover {
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #f58b0e;
    font-size: 16px;
}

.hzw_con07_left_more {
    width: 145px;
    margin: 0 auto;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con07_line.png) no-repeat center top;
    padding-top: 45px;
}

.hzw_con07_left_more a {
    display: block;
    border: solid 2px #e4e4e4;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #f1f1f1;
    font-size: 15px;
}

.hzw_con07_left_more a:hover {
    display: block;
    border: solid 2px #e4e4e4;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #f58b0e;
    font-size: 15px;
}

.hzw_con07_con_right {
    float: right;
    width: 590px;
    height: 258px;
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}

.hzw_con07_con_right ul li {
    padding: 11px 0px;
    border-bottom: dashed 1px #e5e5e5;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.hzw_con07_con_right ul li:last-child {
    border-bottom: none;
}

.hzw_con07_con_right ul li span {
    float: left;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_con06_pic03.png) no-repeat left center;
    padding-left: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 495px;
}

.hzw_con07_con_right ul li a {
    color: #5d5d5d;
}

.hzw_con07_con_right ul li a:hover {
    color: #f58b0e;
}

.hzw_con07_con_right ul li font {
    float: right;
    color: #858585;
}

.hzw_jg_tips {
    background: #22447a;
    padding: 10px 20px 12px 20px;
    width: 1160px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.hzw_jg_tips_text {
    color: #d0d5e0;
    line-height: 26px;
    float: left;
    width: 1130px;
}

.hzw_jg_tips_text font {
    color: #ff2e2e;
}

#hzw_broker_hd {
    background: #f2f5fa;
    padding-bottom: 30px;
    clear: both;
    overflow: hidden;
    zoom: 1;
}

.hzw_broker_hd_left {
    float: left;
    width: 300px;
    height: 315px;
    background: #fff;
    padding: 10px;
}

.hzw_broker_hd_left01 {
    height: 60px;
    line-height: 60px;
    background: #295499 url(../image/hzw_broker_hd_left.png) no-repeat 22px center;
    font-size: 24px;
    color: #fff;
    padding-left: 62px;
}

.hzw_broker_hd_left02 ul li {
    border-bottom: dashed 1px #d9d9d9;
    padding: 15px 0px;
}

.hzw_broker_hd_left02 ul li font {
    color: #000;
}

.hzw_broker_hd_left02 ul li a {
    color: #5e5e5e;
    font-size: 14px;
}

.hzw_broker_hd_left02 ul li a:hover {
    color: #c00;
    font-size: 14px;
}

.hzw_broker_hd_right {
    float: right;
    width: 845px;
    height: 315px;
    background: #fff;
    padding: 10px;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    background: #295499 url(../image/hzw_broker_hd_right.png) no-repeat 22px center;
    font-size: 24px;
    color: #fff;
    padding-left: 62px;
}

.picScroll-left .hd .prev {
    display: block;
    width: 11px;
    height: 12px;
    float: right;
    margin-right: 6px;
    margin-top: 22px;
    overflow: hidden;
    cursor: pointer;
    background: url("../image/pt_prev.png") no-repeat !important;
}

.picScroll-left .hd .next {
    display: block;
    width: 11px;
    height: 12px;
    float: right;
    margin-right: 15px;
    margin-top: 22px;
    overflow: hidden;
    cursor: pointer;
    background: url("../image/pt_next.png") no-repeat !important;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 22px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-right: 6px;
    text-indent: -999px;
    cursor: pointer;
    background: #ccc;
    border-radius: 12px;
}

.picScroll-left .hd ul li.on {
    background: #ff6600;
}

.picScroll-left .bd {
    padding-top: 15px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
}

.picScroll-left .bd ul li a {
    display: block;
    width: 170px;
    height: 180px;
    border: solid 1px #e8e8e8;
    padding: 25px 14px;
    margin-right: 15px;
}

.picScroll-left .bd ul li a h3 {
    font-size: 16px;
    color: #000;
    padding-bottom: 15px;
    height: 42px;
    border-bottom: dashed 1px #ccc;
    font-weight: bold;
}

.picScroll-left .bd ul li a div {
    color: #a3a3a3;
    padding-top: 15px;
    line-height: 22px;
}

.picScroll-left .bd ul li a p {
    border: solid 1px #f58b0e;
    background: #fff;
    border-radius: 10px;
    height: 24px;
    line-height: 22px;
    width: 80px;
    margin: 20px auto 0px auto;
    text-align: center;
    color: #f58b0e;
    font-size: 15px;
    font-weight: bold;
}

.picScroll-left .bd ul li a:hover {
    display: block;
    width: 170px;
    height: 180px;
    border: solid 1px #7590bd;
    padding: 25px 14px;
    margin-right: 15px;
}

.picScroll-left .bd ul li a:hover h3 {
    font-size: 16px;
    color: #7590bd;
    padding-bottom: 15px;
    height: 42px;
    border-bottom: dashed 1px #ccc;
    font-weight: bold;
}

.picScroll-left .bd ul li a:hover p {
    border: solid 1px #f58b0e;
    background: #f58b0e;
    border-radius: 10px;
    height: 24px;
    line-height: 22px;
    width: 80px;
    margin: 20px auto 0px auto;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.hzw_zbd_right01 {
    overflow: hidden;
    clear: both;
    zoom: 1;
}

.hzw_zbd_right01 .hzw_bzd01 {
    float: left;
    font-size: 20px;
    color: #171717;
    font-weight: bold;
}

.hzw_zbd_right01 .hzw_bzd02 {
    float: right;
    color: #97989a;
    font-size: 16px;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/hzw_user_pl02.png) no-repeat left center;
    padding-left: 20px;
}

.hzw_zbd_right01 .hzw_bzd02 font {
    margin-right: 10px;
}

.hzw_zbd_right02 {
    background: #f2f5fa;
    line-height: 28px;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 10px;
}

/*broker_jjs*/
.broker_jjs01 {
    clear: both;
    overflow: hidden;
    zoom: 1;
    padding: 15px 0px 20px 0px;
}

.broker_jjs01_left {
    width: 296px;
    position: relative;
}

.broker_jjs01_left .rz span {
    position: absolute;
    background: #41b141;
    color: #fff;
    font-weight: normal;
    padding: 2px 4px 4px 4px;
    border-top-left-radius: 4px;
    font-size: 14px;
}

.broker_jjs01_left .rz font {
    display: block;
    border: solid 3px #fff;
    border-radius: 3px;
    background: #fff;
}

.broker_jjs01_left h3 span {
    position: absolute;
    background: #f00;
    color: #fff;
    font-weight: normal;
    padding: 2px 4px 4px 4px;
    border-top-left-radius: 4px;
    font-size: 14px;
}

.broker_jjs01_left h3 font {
    display: block;
    border: solid 3px #ff0b0b;
    border-radius: 3px;
    background: #fff;
}

.broker_jjs01_left h3 i {
    position: absolute;
    top: 20px;
    right: -50px;
}

.broker_jjs_wrz02 img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.broker_jjs01_left p {
    border: solid 1px #fff;
    clear: both;
    overflow: hidden;
    zoom: 1;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    border-radius: 3px;
}

.broker_jjs01_left p span {
    display: block;
    float: left;
    width: 115px;
    text-align: center;
    background: #000;
    color: #fff;
}

.broker_jjs01_left p font {
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 170px;
    text-align: center;
}

.broker_jjs01_midd_fxtm {
    width: 490px;
    margin-left: 30px;
}

.broker_jjs01_midd_fxtm01 i {
    display: inline-block;
    width: 103px;
    height: 24px;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/broker_jjs01_yzjjs.jpg) no-repeat left center;
    margin-left: 15px;
    vertical-align: -3px;
}

.broker_jjs01_midd_fxtm01 a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
}

.broker_jjs01_midd_fxtm02 {
    color: #dcdcdc;
    line-height: 24px;
    height: 100px;
    margin-top: 10px;
    font-size: 15px;
}

.broker_jjs01_midd_fxtm03 font {
    position: relative;
}

.broker_jjs01_midd_fxtm03 font i {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/broker_jjs01_hot.png) no-repeat right top;
    width: 37px;
    height: 24px;
    position: absolute;
    top: -30px;
    left: 125px;
}

.broker_jjs01_midd_fxtm03 font a {
    display: inline-block;
    width: 150px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border: solid 1px #e97d35;
    background: #e97d35;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    margin-right: 10px;
}

.broker_jjs01_midd_fxtm03 font a:hover {
    color: #ccc;
}

.broker_jjs01_midd_fxtm03 span a {
    display: inline-block;
    height: 38px;
    padding: 0px 20px;
    line-height: 36px;
    text-align: center;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

.broker_jjs01_midd_fxtm03 span a:hover {
    color: #ccc;
}

.broker_jjs01_midd_other {
    width: 520px;
    margin-left: 30px;
}

.broker_jjs01_midd_other01 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}

.broker_jjs01_midd_other01 span {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.broker_jjs01_midd_other02 {
    color: #dcdcdc;
    line-height: 24px;
    height: 108px;
    margin-top: 8px;
    font-size: 15px;
}

.broker_jjs01_midd_other03 font {
    position: relative;
}

.broker_jjs01_midd_other03 font i {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/broker_jjs01_hot.png) no-repeat right top;
    width: 37px;
    height: 24px;
    position: absolute;
    top: -30px;
    left: 125px;
}

.broker_jjs01_midd_other03 font a {
    display: inline-block;
    padding: 0px 15px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border: solid 1px #e97d35;
    background: #e97d35;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    margin-right: 10px;
}

.broker_jjs01_midd_other03 font a:hover {
    color: #ccc;
}

.broker_jjs01_midd_other03 span a {
    display: inline-block;
    padding: 0px 15px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

.broker_jjs01_midd_other03 span a:hover {
    color: #ccc;
}

.broker_jjs01_right_fxtm {
    width: 340px;
    height: 190px;
    border: solid 1px #fff;
}

.broker_jjs01_right_fxtm .focus .hd ul {
    display: inline-block;
    height: 7px;
    font-size: 0;
    vertical-align: top;
}

.broker_jjs01_right_fxtm .focus .hd ul li {
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #6b2817;
    margin: 0 2px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}

.broker_jjs01_right_fxtm .focus .hd ul .on {
    background: #e97d35;
}

.broker_jjs01_right {
    width: 860px;
}

.broker_jjs01_right01 {
    font-size: 20px;
    color: #fff
}

.broker_jjs01_right01 span {
    font-size: 18px;
    margin-left: 20px;
}

.broker_jjs01_right01 em {
    font-size: 13px;
    font-style: normal;
}

.broker_jjs01_right02 {
    color: #dcdcdc;
    line-height: 26px;
    height: 78px;
    margin-top: 6px;
    font-size: 15px;
}

.broker_jjs01_right03 span {
    color: #fff;
    margin-right: 25px;
}

.broker_jjs01_right03 a {
    color: #fff;
    font-size: 15px;
}

.broker_jjs01_right03 a:hover {
    color: #f00;
}

.broker_jjs01_right04 {
    clear: both;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
}

.broker_jjs01_right04 p {
    float: left;
    width: 285px;
}

.broker_jjs01_right04 p a {
    display: block;
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #fff;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    margin-right: 12px;
    margin-bottom: 6px;
}

.broker_jjs01_right04 p a:hover {
    color: #f00;
}

.broker_jjs02 {
    background: #fff;
}

.broker_jjs02_nav {
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #e97d35;
}

.broker_jjs02_nav p {
    width: 256px;
    background: #e97d35 url(http://www.pytl.cn/wp-content/themes/xm/images/broker_jjs02.png) no-repeat 28px center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.broker_jjs02_con {
    padding: 30px;
    clear: both;
    overflow: hidden;
    zoom: 1;
}

.broker_jjs02_con p font {
    color: #767676;
    letter-spacing: 1px;
}

.broker_jjs02_con_left {
    float: left;
    width: 530px;
    padding-right: 30px;
    border-right: solid 1px #e1e1e1;
}

.broker_jjs02_con_left p {
    float: left;
    width: 260px;
    font-size: 15px;
    line-height: 32px;
}

.broker_jjs02_con_right {
    float: left;
    width: 530px;
    padding-left: 30px;
}

.broker_jjs02_con_right p {
    line-height: 32px;
    font-size: 15px;
    line-height: 32px;
}

.broker_jjs03 {
    clear: both;
    overflow: hidden;
    zoom: 1;
    margin-top: 16px;
}

.broker_jjs03_left {
    float: left;
    width: 592px;
}

.broker_jjs03_right {
    float: right;
    width: 592px;
}

.broker_jjs03_common_nav {
    height: 50px;
    line-height: 50px;
    background: #e97d35;
    clear: both;
    overflow: hidden;
    zoom: 1;
}

.broker_jjs03_common_nav span {
    float: left;
    display: block;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/broker_jjs03.png) no-repeat 28px center;
    width: 400px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-left: 75px;
    letter-spacing: 1px;
}

.broker_jjs03_common_nav font {
    float: right;
    padding-right: 20px;
}

.broker_jjs03_common_nav a {
    color: #fff;
    font-size: 15px;
}

.broker_jjs03_common_nav a:hover {
    color: #f00;
    font-size: 15px;
}

.broker_jjs03_common_nav2 {
    height: 50px;
    line-height: 50px;
    background: #e97d35;
    clear: both;
    overflow: hidden;
    zoom: 1;
}

.broker_jjs03_common_nav2 span {
    float: left;
    display: block;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/broker_jjs04.png) no-repeat 28px center;
    width: 400px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-left: 70px;
    letter-spacing: 1px;
}

.broker_jjs03_common_nav2 font {
    float: right;
    padding-right: 20px;
}

.broker_jjs03_common_nav2 a {
    color: #fff;
    font-size: 15px;
}

.broker_jjs03_common_nav2 a:hover {
    color: #f00;
    font-size: 15px;
}

.broker_jjs03_common_con {
    background: #fff;
}

.broker_jjs03_common_con ul {
    padding: 10px 30px 25px 30px;
}

.broker_jjs03_common_con .broker_jjs_wrz02 {
    padding: 30px;
}

.broker_jjs03_common_con ul li {
    clear: both;
    overflow: hidden;
    zoom: 1;
    border-bottom: dashed 1px #e5e5e5;
    line-height: 40px;
    background: url(../image/broker_jjs05.png) no-repeat left center;
    padding-left: 20px;
}

.broker_jjs03_common_con ul li span {
    float: left;
}

.broker_jjs03_common_con ul li span a {
    font-size: 15px;
}

.broker_jjs03_common_con ul li span a:hover {
    font-size: 15px;
}

.broker_jjs03_common_con ul li font {
    float: right;
    color: #999;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/times.png) no-repeat left center;
    padding-left: 25px;
}

.broker_jjs04 {
    clear: both;
    overflow: hidden;
    zoom: 1;
    margin-top: 16px;
}

.broker_jjs04_left {
    float: left;
    width: 830px;
    background: #fff;
}

.broker_jjs04_right {
    float: right;
    width: 354px;
    background: #fff;
}

.broker_jjs04_left_nav {
    height: 62px;
    line-height: 62px;
    clear: both;
    overflow: hidden;
    zoom: 1;
    border-bottom: solid 1px #a7a7a7;
}

.broker_jjs04_left_nav span {
    float: left;
    display: block;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/broker_jjs06.png) no-repeat 28px center;
    width: 400px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-left: 75px;
}

.broker_jjs04_left_nav font {
    float: right;
    padding-right: 20px;
}

.broker_jjs04_left_nav a {
    color: #a3a3a3;
    font-size: 15px;
}

.broker_jjs04_left_nav a:hover {
    color: #f00;
    font-size: 15px;
}

.broker_jjs04_left_con {
    background: #fff;
}

.broker_jjs04_left_con ul {
    padding: 12px 30px 26px 30px;
}

.broker_jjs04_left_con .broker_jjs_wrz02 {
    padding: 30px;
}

.broker_jjs04_left_con ul li {
    clear: both;
    overflow: hidden;
    zoom: 1;
    border-bottom: dashed 1px #e0e0e0;
    line-height: 44px;
    background: url(../image/broker_jjs05.png) no-repeat left center;
    padding-left: 20px;
}

.broker_jjs04_left_con ul li span {
    float: left;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 640px;
}

.broker_jjs04_left_con ul li span a {
    font-size: 15px;
}

.broker_jjs04_left_con ul li span a:hover {
    font-size: 15px;
}

.broker_jjs04_left_con ul li font {
    float: right;
    color: #999;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/times.png) no-repeat left center;
    padding-left: 25px;
}

.broker_jjs04_right_nav {
    height: 62px;
    line-height: 62px;
    clear: both;
    overflow: hidden;
    zoom: 1;
    border-bottom: solid 1px #a7a7a7;
}

.broker_jjs04_right_nav span {
    float: left;
    display: block;
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/broker_jjs07.png) no-repeat 28px center;
    width: 200px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-left: 75px;
}

.broker_jjs04_right_nav font {
    float: right;
    padding-right: 20px;
}

.broker_jjs04_right_nav a {
    color: #a3a3a3;
    font-size: 15px;
}

.broker_jjs04_right_nav a:hover {
    color: #f00;
    font-size: 15px;
}

.broker_jjs04_right_con .broker_jjs_wrz02 {
    padding: 30px 0px;
}

.broker_jjs04_right_con ul {
    padding: 12px 0px 26px 0px;
}

.broker_jjs04_right_con li {
    background: url(http://www.pytl.cn/wp-content/themes/xm/images/broker_jjs04.png) no-repeat 28px center;
    line-height: 24px;
    border-bottom: solid 1px #e0e0e0;
}

.broker_jjs04_right_con li a {
    display: block;
    padding: 10px 35px;
    font-size: 15px;
    background: url(../image/broker_jjs05.png) no-repeat 20px 20px;
}

.broker_jjs04_right_con li a:hover {
    display: block;
    padding: 10px 35px;
    font-size: 15px;
    background: #2e589b url(../image/broker_jjs05.png) no-repeat 20px 20px;
    color: #fff;
}

.broker_jjs05 {
    margin-top: 16px;
    background: #fff;
}

.broker_jjs05_nav {
    height: 66px;
    line-height: 61px;
    clear: both;
    overflow: hidden;
    zoom: 1;
    border-bottom: solid 1px #a7a7a7;
}

.broker_jjs05_nav span {
    float: left;
    display: block;
    background: url(../image/broker_jjs08.png) no-repeat 28px center;
    padding-right: 30px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-left: 75px;
    border-top: solid 5px #2e589b;
}

.broker_jjs05_nav font {
    float: right;
    padding-right: 20px;
}

.broker_jjs05_nav a {
    color: #a3a3a3;
    font-size: 15px;
}

.broker_jjs05_nav a:hover {
    color: #f00;
    font-size: 15px;
}

.broker_jjs05_con {
    padding: 25px 0px 25px 15px;
    clear: both;
    overflow: hidden;
    zoom: 1;
    line-height: 32px;
    font-size: 16px;
}

.broker_jjs05_con p {
    margin: 5px 0px;
}

.broker_jjs05_con ul li {
    float: left;
    width: 350px;
    padding-left: 35px;
    padding-right: 5px;
    background: url(../image/broker_jjs05.png) no-repeat 15px 8px;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.broker_jjs05_con ul li a {
    font-size: 15px;
}

.broker_jjs05_con ul li a:hover {
    font-size: 15px;
}

/*----------- 响应式 -----------*/
@media screen and (max-width: 768px) {
    body {
        position: relative;
        left: 0;
        overflow-x: hidden;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header, .header .logo {
        height: 48px;
        text-align: center;
        display: inline-block;
        float: none;
        margin: 0 auto;
        font-size: 0;
    }

    .header .logo h1, .header .logo div {
        margin-right: 0px;
    }

    .nav-bar {
        display: none;
    }

    .container {
        width: 100%;
        max-width: 100% !important;
    }

    #hzw_banner {
        background: url(../image/hzw_banner.jpg) no-repeat center top;
    }

    .hzw_jg_tips {
        display: none;
    }

    .width1200 {
        width: 100% !important;
    }

    .hzfl {
        float: none;
    }

    .hzfr {
        float: none;
    }

    .hzw_banner_left {
        width: 100%;
        height: auto;
        background: none;
    }

    .hzw_banner_right {
        display: none;
    }

    .hzw_broker_hd_left {
        width: 96%;
        padding: 2%;
    }

    .hzw_broker_hd_right {
        width: 96%;
        padding: 2%;
    }

    .hzw_con01_left {
        display: none;
    }

    .hzw_con01_right {
        width: 100%;
        height: auto;
    }

    .broker_jjs05 {
        width: 100%;
        overflow: hidden;
    }

    .broker_jjs05_con {
        padding: 10px 0px;
    }

    .broker_jjs05_con ul li {
        width: 90%;
    }

    .hzw_footer {
        width: 94%;
        padding: 4% 3%;
    }

    .hzw_footer03 .hzw_sj_lj_text {
        float: none;
    }

    .hzw_footer03 .hzw_sj_lj_banquan {
        float: none;
    }

    .leftmain {
        float: none;
        width: 100%;
    }

    .archive-head {
        padding: 15px;
        margin-top: 0px;
    }

    .detail_main {
        padding: 15px;
        margin-top: 0px;
    }

    .aside {
        float: none;
        width: 100%;
    }

    .newlist, .stars, .lastnews, .morenews, .friendlink {
        padding: 15px;
    }

    .newlist .new_img img {
        width: 45%;
        height: auto;
    }

    .main_news h3 {
        font-size: 18px;
    }

    .related_article {
        padding: 15px;
    }

    .related_list article {
        width: 49%;
    }

    .related_list article:nth-child(odd) {
        margin-right: 2%;
    }

    .related_list article:nth-child(even) {
        margin-right: 0;
    }

    .related_list article .related_img {
        width: 100%;
        height: auto;
    }

    .related_img a img {
        width: 100%;
        height: auto;
    }
}