@charset "UTF-8";

* {
    margin: 0;
    padding: 0
}

body {
    font: 14px/100% "Hiragino Sans GB", "Hiragino Sans GB W3", \5b8b\4f53;
    font-family: FontAwesome, Microsoft YaHei, '微软雅黑', '宋体', Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #fcfcfc
}

ul {
    list-style: none
}

ol {
    list-style: none
}

img {
    border: 0
}

a {
    text-decoration: none;
    color: #000
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

input[type=button],
input[type=flie],
input[type=submit] {
    cursor: pointer
}

input {
    font-size: inherit;
    font-family: inherit
}

.content {
    width: 1200px;
    margin: 0 auto
}

.top-logo {
    height: 100px
}

.top-logo .logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
}

.top-logo .logo img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
}

.seek {
    float: right
}

.seek form {
    width: 400px;
    height: 43px;
    background: #f7f7f7;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-left: 350px;
    position: relative;
    top: 30px;
    border: 1px solid #e6e6e6
}

.seek-case {
    float: left;
    background: 0 0;
    border: none;
    font-size: 14px;
    height: 44px;
    position: absolute;
    top: 0;
    margin-left: 18px;
    color: #a9a9a9;
    width: 330px;
    outline: 0
}

.seek-sub {
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(../images/search.png);
    border: none;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 20px;
    outline: 0
}

nav {
    height: 50px;
    background-color: #333
}

.phb-columns {
    float: left;
    width: 100px;
    height: 50px;
    line-height: 50px;
    padding-left: 63px;
    font-size: 20px;
    background: url(../images/classify.png) 15% 50% no-repeat #e91839;
    color: #fff;
    padding-right: 20px;
    position: relative
}

.phb-columns-content {
    display: block;
    width: 100px;
    padding-left: 10px;
    background: url(../images/triangle.png) right 55% no-repeat
}

.phb-columns:hover .phb-columns-content {
    background: url(../images/retriangle.png) right 55% no-repeat
}

.phb-columns-list {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    color: red;
    background: #fff;
    width: 180px;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 2px #666;
    display: none
}

.phb-columns-list .tn {
    font-size: 16px;
    font-weight: 600;
}

.phb-columns-list .sn {
    font-size: 14px;
}

.phb-columns-list a {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 15px
}

.phb-columns-list a:hover {
    background: red;
    color: #fff;
}

.phb-nav-list {
    float: left
}

.phb-nav-list li {
    float: left;
    margin: 0 15px;
}

.phb-nav-list li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
}

.phb-nav-list li:hover a {
    color: #e60012
}

.phb-index-banner {
    margin-top: 15px
}

.phb-index-carousel {
    float: left;
    width: 633px;
    height: 330px
}

.banner {
    position: relative;
}

.swiper-container1 {
    position: relative;
}

.swiper-container1 .swiper-slide img {
    width: 633px;
    height: 330px;
    object-fit: cover;
}

.swiper-container1 .swiper-slide {
    position: relative
}

.swiper-container1 .swiper-pagination {
    position: absolute;
    text-align: right;
    right: 5px;
    bottom: 10px
}

.swiper-container1 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin-right: 6px
}

.swiper-container1 .swiper-button-prev {
    position: absolute;
    display: flex;
    top: 40%;
    right: auto;
    left: 10px;
    color: unset;
    background: url(../images/ad_ctr.png) 0 0 no-repeat;
    width: 60px;
    height: 90px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.swiper-container1 .swiper-button-next {
    position: absolute;
    display: flex;
    top: 40%;
    right: 10px;
    left: auto;
    color: unset;
    background: url(../images/ad_ctr.png) -33px 0 no-repeat;
    opacity: 0;
    z-index: 999;
    background-position: 0 -90px;
    width: 60px;
    height: 90px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.banner:hover .swiper-container1 .swiper-button-prev {
    opacity: .5
}

.banner:hover .swiper-container1 .swiper-button-next {
    opacity: .5
}

.swiper-container1 .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1;
    width: 13px;
    height: 13px
}

.swiper-container1 .swiper-pagination-bullet-active {
    background-color: #e91839 !important;
    border-radius: 4px !important;
    width: 26px !important
}

.phb-index-carousel p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 0px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    width: 100%
}

.phb-index-cl-ct {
    float: left;
    margin-left: 10px
}

.phb-index-cl-ct li a img {
    width: 203px;
    height: 103px
}

.phb-index-cl-ct li {
    width: 203px;
    height: 103px;
    margin-bottom: 10px;
    position: relative
}

.phb-index-cl-ct li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.phb-index-cl-rt {
    float: left;
    margin-left: 15px
}

.phb-index-cl-rt li {
    width: 335px;
    height: 101px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    margin-bottom: 10px
}

.phb-index-cl-rt p {
    height: 70px;
    line-height: 70px;
    padding: 0 18px;
    font-size: 18px;
    overflow: hidden;
    font-weight: 600;
    color: #333
}

.phb-index-cl-rt span {
    padding-left: 18px;
    margin-left: 20px;
    color: #666;
    background: url(../images/time.png) left 50% no-repeat
}

.phb-index-cl-rt li:hover {
    background-color: #333
}

.phb-index-cl-rt li:hover a p {
    color: #fff
}

.phb-index-cl-rt li:hover a span {
    color: #ddd
}

.phb-index-yule-nav li {
    float: left
}

.phb-index-yule-nav {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e6e6e6;
    margin-top: 20px
}

.phb-index-yule-nav-title {
    float: left;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-right: 70px;
    border-bottom: 2px solid #e91839
}

.phb-index-yule-nav ul li a {
    color: #666
}

.phb-index-yule-nav ul span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #666
}

.phb-index-yule-nav-move {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
    color: #666
}

.phb-index-yule-cnt {
    margin-top: 20px
}

.phb-index-yule-cnt1 {
    width: 360px;
    float: left
}

.phb-index-yule-cnt1 ul {
    margin-top: 13px
}

.phb-index-yule-cnt1-c1 {
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px
}

.yule-cnt1-c1-img {
    width: 150px;
    height: 110px;
    float: left
}

.yule-cnt1-c1-img img {
    width: 150px;
    height: 110px
}

.yule-cnt1-c1-div {
    width: 190px;
    float: right;
    overflow: hidden
}

.yule-cnt1-c1-div h3 a {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 190px
}

.yule-cnt1-c1-div .yule-cnt1-c1-p1 {
    line-height: 25px;
    width: 190px;
    color: #666;
    height: 50px;
    overflow: hidden;
    margin-bottom: 5px
}

.yule-cnt1-c1-div .yule-cnt1-c1-p2 span {
    display: block;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left 50%;
    font-size: 12px;
    color: #999;
    margin-top: 3px
}

.phb-index-yule-cnt1 li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: url(../images/list.png) left 50% no-repeat;
    padding-left: 20px
}

.phb-index-yule-cnt1 li a {
    color: #666
}

.yule-cnt1-c1-div h3:hover a {
    color: #e60012
}

.phb-index-yule-cnt1 li a:hover {
    color: #e60012
}

.phb-index-yule-cnt2 {
    float: left;
    width: 470px;
    margin-left: 35px
}

.phb-index-yule-cnt2-gsz a {
    float: left
}

.phb-index-yule-cnt2-gsz a img {
    width: 225px;
    height: 130px
}

.phb-index-yule-cnt2-gsz a h3 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 218px;
    font-size: 16px;
    color: #333
}

.phb-index-yule-cnt2-gsz a:hover h3 {
    color: #e60012
}

.phb-index-yule-cnt2-gsz p span {
    display: block;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left 50%;
    font-size: 12px;
    color: #999;
    margin-top: 3px
}

.phb-index-yule-cnt2-gsz a:nth-child(2n) {
    margin-left: 20px
}

.phb-index-yule-cnt2 ul li span {
    color: #999;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left 50%;
    font-size: 12px;
    float: right
}

.phb-index-yule-cnt2 ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: url(../images/list.png) left 50% no-repeat;
    padding-left: 20px
}

.phb-index-yule-cnt2 ul {
    margin-top: 15px
}

.phb-index-yule-cnt2 ul li a {
    height: 30px;
    line-height: 30px;
    color: #666;
    width: 300px;
    float: left
}

.phb-index-yule-cnt2 ul li a:hover {
    color: #e60012
}

.phb-index-yule-cnt3 a {
    position: relative;
    margin-bottom: 15px;
    display: block
}

.phb-index-yule-cnt3 a img {
    width: 300px;
    height: 150px
}

.phb-index-yule-cnt3 {
    float: right
}

.phb-index-yule-cnt3 a p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 37px;
    line-height: 37px;
    padding: 0 30px;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.phb-index-yule-cnt3 a:hover p {
    background: rgba(0, 0, 0, .7)
}

footer {
    margin-top: 40px;
    text-align: center;
    background: #2c2c30;
    padding-bottom: 20px;
    border-top: 3px solid #e91839;
    line-height: 20px
}

.footer-top {
    overflow: hidden;
    padding-top: 20px;
    border-bottom: 1px solid #333;
    color: #999
}

.footer-top a {
    color: #999;
}

.footer-bottom {
    color: #ccc;
    font-size: 12px
}

.phb-showClass-cl-rt {
    width: 550px;
    margin-left: 17px;
    float: left
}

.phb-showClass-cl-rt li {
    width: 265px;
    height: 155px;
    overflow: hidden;
    position: relative;
    margin: 0 15px 20px 0;
    float: left
}

.phb-showClass-cl-rt li:nth-child(2n) {
    margin-right: 0
}

.phb-showClass-cl-rt li img {
    width: 265px;
    height: 155px
}

.phb-showClass-cl-rt li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box
}

.phb-showClass-content-box {
    margin-top: 30px;
}

.phb-showClass-list-box {
    width: 870px;
    float: left
}

.phb-showClass-list-nav {
    width: 100%;
    line-height: 45px;
    background: #f7f7f7;
    border-top: 2px solid #e91839;
    color: #333
}

.phb-showClass-list-nav li {
    float: left
}

.phb-showClass-list-nav li a {
    display: block;
    padding: 0 25px;
    font-size: 20px;
    color: #333
}

.phb-showClass-list-nav .phb-showClass-list-nav-on a {
    background: #e91839;
    color: #fff
}

.phb-showClass-newlist-img {
    float: left
}

.phb-showClass-newlist-img img {
    width: 254px;
    height: 145px
}

.phb-showClass-newlist div {
    float: left;
    width: 590px;
    padding-left: 10px
}

.phb-showClass-newlist div h2 a {
    display: block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 550px;
    font-weight: 400
}

.phb-showClass-newlist div h2:hover a {
    color: #e91839
}

.phb-showClass-newlist div .phb-showClass-newlist-cnt {
    color: #666;
    margin-top: 13px;
    width: 590px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-indent: 2em
}

.phb-showClass-newlist li {
    margin-top: 20px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px
}

.phb-showClass-newlist-actions {
    width: 100%;
    margin-top: 20px
}

.phb-showClass-newlist-actions .phb-list-read {
    display: inline-block;
    float: right;
    margin-right: 25px;
    color: #999;
    padding-left: 25px;
    position: relative
}

.phb-showClass-newlist-actions .phb-list-read i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/yuedu2.png) no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px
}

.phb-showClass-newlist-time {
    float: right;
    color: #999;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left 50%
}

.phb-showClass-newlist-more {
    display: block;
    width: 235px;
    height: 58px;
    margin: 25px auto;
    font-size: 22px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
    line-height: 59px;
    color: #999
}

.phb-showClass-newlist {
    display: none
}

.phb-showClass-newlist-on {
    display: block
}

.phb-showClass-sdc-box {
    width: 300px;
    float: right;
    border-top: 2px solid #e91839;
}

.phb-showClass-sdc-hot.hot-item {
    margin-top: 25px;
}

.phb-showClass-sdc-hot h3 {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    padding-left: 10px;
    border-left: 4px solid #e60012
}

.phb-showClass-sdc-hot-list {
    margin-top: 12px
}

.phb-showClass-sdc-hot-list li {
    margin-bottom: 12px
}

.phb-showClass-sdc-hot-list li h6 span {
    float: left;
    font-weight: 400;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    color: #666;
    font-size: 15px
}

.phb-showClass-sdc-hot-list li h6 .phb-hot-title {
    width: 273px;
    margin-left: 5px
}

.phb-showClass-sdc-hot-list li h6 .phb-hot-ranking {
    color: #e60012
}

.phb-showClass-sdc-hot-list dl dt {
    position: relative;
    float: left
}

.phb-showClass-sdc-hot-list dl dt img {
    width: 107px;
    height: 60px
}

.phb-showClass-sdc-hot-list dl dt span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #e60012;
    text-align: center
}

.phb-showClass-sdc-hot-list .col1 {
    width: 180px;
    float: right;
    height: 50px;
    line-height: 25px;
    color: #333;
    font-size: 15px;
    margin-top: -5px;
    overflow: hidden
}

.phb-showClass-sdc-hot-list .col2 span {
    float: right;
    padding-left: 15px;
    background: url(../images/time.png) no-repeat left 50%;
    color: #999;
    font-size: 12px
}

.phb-sdc-hot-details {
    display: none
}

.phb-sdc-hot-details-on {
    display: block
}

.phd-sdc-h {
    display: block
}

.phd-sdc-h-on {
    display: none
}

.phb-a-list-of-hot h3,
.phb-showClass-sdc-rmd h3 {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    padding-left: 10px;
    border-left: 4px solid #e60012;
    margin-top: 30px
}

.phb-showClass-sdc-rmd ul {
    margin-top: 20px
}

.phb-showClass-sdc-rmd li {
    width: 140px;
    float: left
}

.phb-showClass-sdc-rmd li:nth-child(2n) {
    margin-left: 15px
}

.phb-showClass-sdc-rmd li img {
    width: 140px;
    height: 103px
}

.phb-showClass-sdc-rmd li p {
    width: 140px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    overflow: hidden
}

.phb-a-list-of-hot a {
    float: left
}

.phb-a-list-of-hot .phb-a-list-of-hot-img {
    width: 110px;
    height: 60px
}

.phb-a-list-of-hot .phb-a-list-of-hot-img img {
    width: 110px;
    height: 60px
}

.phb-a-list-of-hot ul {
    margin-top: 15px
}

.phb-a-list-of-hot div {
    float: right;
    width: 180px;
    overflow: hidden
}

.phb-a-list-of-hot li {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden
}

.phb-a-list-of-hot div h6 a {
    width: 180px;
    height: 50px;
    line-height: 25px;
    font-size: 15px;
    margin-top: -5px;
    overflow: hidden;
    font-weight: 400
}

.phb-a-list-of-hot div p span {
    margin-top: 5px;
    padding-left: 20px;
    color: #999;
    background: url(../images/time.png) no-repeat left 50%;
    font-size: 12px
}

.phb-a-list-of-hot div h6 a:hover {
    color: #e60012
}

.crumbs {
    height: 42px;
    overflow: hidden;
    width: 100%
}

.crumbs li {
    float: left
}

.crumbs .home {
    display: inline-block;
    background: url(../images/local.png) no-repeat left 50%;
    padding-left: 20px
}

.crumbs a,
.crumbs span {
    color: #666;
    height: 42px;
    line-height: 42px
}

.crumbs a span {
    font-family: '宋体';
    display: inline-block;
    padding: 0 8px
}

.phb-list-lf-cnt {
    width: 870px;
    float: left;
    border-top: 2px solid #e91839;
}

.phb-list-lf-cnt li .phb-list-lf-cnt-img {
    float: left
}

.phb-list-lf-cnt .phb-list-lf-cnt-list a img {
    width: 254px;
    height: 145px
}

.phb-list-lf-cnt-div {
    float: right;
    width: 603px
}

.phb-list-lf-cnt-div h3 a {
    display: block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 550px;
    font-weight: 400
}

.phb-list-lf-cnt-div .phb-list-lf-cnt-p1 {
    margin-top: 13px;
    width: 600px;
    height: 56px;
    color: #666;
    line-height: 28px;
    text-indent: 2em
}

.phb-list-lf-cnt-div .phb-list-lf-cnt-p2 {
    margin-top: 20px;
    display: block;
    overflow: hidden;
    line-height: 30px;
    width: 600px
}

.phb-list-lf-cnt-p2 .phb-list-lf-cnt-time {
    float: right;
    color: #999;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left 50%
}

.phb-list-lf-cnt .phb-list-lf-cnt-list {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slot {
    text-align: center;
    clear: both;
    margin-top: 15px;
    margin-bottom: 5px;
}

.feed {
    margin-top: -23px;
}

.qrcode p {
    line-height: 30px;
    color: #333;
    font-size: 18px;
}

.qrcode b {
    color: #e91839;
}

.page {
    text-align: center;
    clear: both;
    margin-top: 15px;
}

.page ul {
    display: inline-block;
}

.page ul li {
    float: left;
}

.page ul li span {
    width: 30px;
    height: 30px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #E91839;
    font-weight: 700;
    border-radius: 3px;
    margin-left: 10px;
    transition: all .5s;
}

.page ul li a {
    width: 30px;
    height: 30px;
    display: block;
    color: #666;
    text-align: center;
    line-height: 30px;
    background: #eee;
    font-weight: 700;
    border-radius: 3px;
    margin-left: 10px;
    transition: all .5s;
}

.phb-dtls-ctn-left {
    width: 870px;
    float: left
}

.phb-dtls-ctn-left-box {
    width: 830px;
    margin: 15px auto 0
}

.phb-dtls-ctn-left .phb-dtls-ctn-left-h1 {
    font-size: 26px;
    color: #333;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px
}

.phb-dtls-ctn-left-cnt .phb-tags {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

.phb-dtls-ctn-left-cnt .phb-tags a {
    color: #e91839;
    border: none;
    margin-left: 5px;
}

.dtls-msg {
    color: #999;
    text-align: center;
    margin-top: 20px
}

.dtls-msg .phb-list-read {
    display: inline-block;
    color: #999;
    padding-left: 25px;
    position: relative
}

.dtls-msg .phb-list-read i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/yuedu2.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 4px;
    top: -1px
}

.dtls-msg-time {
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left 50%
}

.dtls-msg-p1 {
    margin: 0 20px
}

.phb-dtls-ctn-left-cnt {
    margin-top: 30px;
    clear: both
}

.phb-dtls-ctn-left-cnt p {
    text-indent: 2em;
    color: #333;
    font-size: 16px;
    line-height: 30px
}

.phb-dtls-ctn-left-cnt img {
    display: block;
    max-width: 90%;
    margin: 20px auto
}

.phb-dtls-ctn-left-cnt table {
    color: #333;
    font-size: 16px;
}

.phb-dtls-ctn-left-cn {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    overflow: hidden;
    margin-top: 20px
}

.phb-dtls-ctn-left-cn a {
    font-size: 14px;
    color: #666;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    line-height: 20px;
    padding: 3px 5px
}

.phb-dtls-ctn-left-cn a:hover {
    color: #e60012
}

.phb-dtls-ctn-left-cn1 {
    margin-top: 0
}

.phb-dtls-ctn-left-next {
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    width: 750px;
    margin: 30px auto 0
}

.phb-dtls-ctn-left-next span {
    display: block;
    width: 312px;
    overflow: hidden;
    height: 30px
}

.dtls-next-prevpage {
    float: left;
    margin-left: 40px
}

.dtls-next-nextpage {
    float: right;
    margin-right: 40px
}

.phb-dtls-ctn-left-next span a:hover {
    color: #e60012
}

.dtls-ctn-left-relation .dtls-ctn-left-rel-tit {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    padding-left: 10px;
    border-left: 4px solid #e60012;
    margin-top: 10px
}

.dtls-ctn-left-relation ul .dtls-ctn-left-rel-img {
    width: 254px;
    height: 145px;
    overflow: hidden;
    float: left
}

.dtls-ctn-left-rel-img img {
    width: 254px;
    height: 145px
}

.dtls-ctn-left-relation li div {
    width: 603px;
    float: right
}

.dtls-ctn-left-relation li div h3 a {
    display: block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 550px;
    font-weight: 400
}

.dtls-ctn-left-relation ul {
    margin-top: 20px
}

.dtls-ctn-left-rel-p1 {
    margin-top: 13px;
    width: 600px;
    color: #666;
    line-height: 28px
}

.dtls-ctn-left-rel-time {
    margin-top: 20px;
    display: block;
    overflow: hidden;
    line-height: 30px
}

.dtls-ctn-left-rel-time span {
    float: right;
    color: #999;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left 50%
}

.dtls-ctn-left-relation ul li {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-top: 20px
}

.dtls-ctn-left-relation li div h3:hover a {
    color: #e60012
}

.seek-cnt-left-box {
    width: 724px;
    float: left
}

.seek-list-box ul {
    padding: 20px;
    padding-top: 0
}

.seek-list-box h3 a {
    display: block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 550px;
    font-weight: 400
}

.seek-list-box div {
    margin-top: 15px
}

.seek-list-box div a img {
    width: 190px;
    height: 110px
}

.seek-list-box div a {
    float: left;
    width: 190px;
    height: 110px
}

.seek-list-box div p {
    float: left;
    margin-left: 13px;
    width: 480px;
    color: #666;
    line-height: 25px
}

.seek-list-box li {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px dotted #ccc
}

.seek-row {
    color: #666;
    margin-top: 30px;
    padding-left: 20px
}

.brt-seek {
    margin: 6px 0 0 20px;
    width: 600px
}

.brt-seek div {
    line-height: 30px;
    font-weight: 700;
    font-size: 16px
}

.brt-seek ul {
    padding-top: 5px
}

.brt-seek li {
    width: 30%;
    margin: 0 1%;
    float: left;
    height: 25px;
    line-height: 25px;
    overflow: hidden
}

.brt-seek li a {
    color: -webkit-link;
    cursor: auto;
    text-decoration: underline
}

.content_none em {
    color: red;
    font-style: normal
}

.content_none_p {
    font-size: 18px;
    color: #000;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 20px
}

.warm-prompt {
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px
}

.warm-prompt strong {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 10px
}

.warm-prompt ul {
    font-family: 宋体;
    margin-left: 40px
}

.warm-prompt ul li {
    font-size: 12px;
    line-height: 22px;
    list-style: inside disc
}

.phb-dtls-ctn-left-cnt h2 span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.phb-dtls-ctn-left-cnt h2 {
    font-size: 18px;
    line-height: 100%;
    padding: 5px 0;
}

.phb-list-lf-cnt-div .phb-list-lf-cnt-p2 .phb-list-read {
    display: inline-block;
    float: right;
    margin-right: 25px;
    color: #999;
    padding-left: 25px;
    position: relative
}

.phb-list-lf-cnt-div .phb-list-lf-cnt-p2 .phb-list-read i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/yuedu2.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 7px
}

.link {
    margin-top: 30px;
    width: 100%;
    border: 1px solid #eee;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.link-tit span {
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #e91839;
    color: #555;
    padding: 0 10px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px
}

.link-tit {
    line-height: 35px;
    height: 35px;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px
}

.link-list a {
    font-size: 14px;
    color: #555;
    margin-right: 10px
}

.link-list a:hover {
    color: #f16c01
}


.footer365jz {
    width: 100%;
    margin: 15px auto;
}

.footer365jz .linkslist {
    margin-bottom: 15px;
}

.footer365jz .linkslist li {
    display: inline-block;
    margin: 5px 10px;
    color: #15141c;
    font-size: 14px;
    line-height: 18px;
}

.footer365jz .linkslist li a {
    color: #15141c;
}

.go-back-top {
    width: 55px;
    height: 87px;
    background: url(../images/rocked.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: fixed;
    right: 0;
    bottom: 20px;
    display: none
}

.more-ranking-list div {
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.more-ranking-list div a {
    display: inline-block;
    padding: 6px 7px;
    border: 1px solid #adadad;
    margin-bottom: 5px;
    border-radius: 5px
}

.more-ranking-list div a:hover {
    color: #e60012;
    border: 1px solid #e60012
}

.phb-list-lf-cnt-div em {
    font-style: normal;
    color: #e91839
}

.phb-dtls-ctn-left-cnt a {
    color: #e91839;
    border-bottom: 1px dashed;
    margin: 0 2px
}

.phb-dtls-ctn-left-cnt a:hover {
    text-decoration: underline;
    border-bottom: none;
    color: #1bacf0
}

.brand-header {
    margin-bottom: 20px;
    text-align: center;
}

.brand-header h1 {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: #e91839;
}

.brand-header .brand-left,
.brand-header .brand-right {
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    line-height: 40px;
}

.brand-header .brand-left {
    background-image: url(../images/brand-left.png);
    margin-bottom: -12px;
    margin-right: -15px;
}

.brand-header .brand-right {
    background-image: url(../images/brand-right.png);
    margin-bottom: -12px;
    margin-left: -4px;
}

.item-list {
    width: 1000px;
    margin: 0 auto;
    padding-top: 12px;
    border-top: 6px solid #e91839;
}

.phb-header {
    margin-bottom: 20px;
    color: #333;
}

.phb-header .rank,
.phb-header .product,
.phb-header .shop {
    display: inline-block;
    text-align: center;
}

.phb-header .rank,
.phb-item .rank {
    width: 100px;
}

.phb-header .product,
.phb-item .product {
    width: 650px;
}

.phb-header .shop,
.phb-item .shop {
    width: 200px;
}

.phb-item {
    clear: both;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.phb-item a {
    color: #4a4a4a;
}

.phb-item a:hover {
    color: #e60012;
}

.phb-item .rank,
.phb-item .product,
.phb-item .shop {
    float: left;
    height: 100px;
}

.phb-item .rank {
    background-image: url(../images/rank-icon.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 10px;
    font-weight: 700;
    text-align: center;
    padding-top: 25px;
}

.phb-item .rank span {
    display: block;
    margin-top: 10px;
}

.phb-item .product {
    margin-left: 50px;
    margin-right: 50px;
    width: 550px;
}

.phb-item .product-image,
.phb-item .product-title,
.phb-item .product-sale {
    float: left;
}

.phb-item .product-image img {
    width: 100px;
    height: 100px;
}

.phb-item .product-title {
    margin-left: 15px;
    width: 430px;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

.phb-item .product-sale {
    margin-top: 30px;
    margin-left: 15px;
    width: 430px;
    text-align: right;
}

.product-sale .price {
    margin-right: 100px;
    color: #e91839;
    font-size: 16px
}

.product-sale .price em {
    margin-left: 3px;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
}

.product-sale .sales {
    margin-right: 30px;
    color: #999;
}

.product-sale .sales em {
    font-style: normal;
    color: #ac835d;
}

.phb-item .shop {
    padding-left: 50px;
    line-height: 60px;
}

.shop span {
    display: inline-block;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    position: relative;
    top: 4px;
    left: -3px;
}

.shop .taobao {
    background-image: url(../images/taobao.png);
}

.shop .tmall {
    background-image: url(../images/tmall.png);
}

.phb-recommend {
    margin-top: 30px;
    overflow: hidden;
}

.phb-recommend .recommend-title {
    float: left;
    width: 100px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.phb-recommend .recommend-item {
    float: left;
    width: 900px;
}

.phb-recommend .recommend-item a {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #888;
}

.phb-footer {
    clear: both;
    color: #777;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.link-tit span {
    border-bottom: 2px solid #eee
}

.link-tit .link-tit-on {
    border-bottom: 2px solid #e91839
}

.link-content {
    display: none
}

.link-content-on {
    display: block
}

.link-collaborate img {
    width: 130px;
    height: 56px
}

.link-collaborate a {
    display: inline-block;
    margin: 10px 16px
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 300px;
}

.box {
    margin-top: 5px;
    margin-bottom: 10px;
}

hr {
    display: none
}

table {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
    background-color: transparent;
}

table,
th,
tr,
td {
    border: 1px solid #ccc;
}

td {
    padding: 10px 5px;
    text-align: center;
}

.jz_pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.jz_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.jz_pages ul li {
    float: left;
    font-family: 'microsoft yahei';
    margin: 0 2px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #d8dadf
}

.jz_pages ul li:nth-child(1) {
    padding: 0 10px
}

.jz_pages ul li:nth-child(1) a {
    padding: 0
}

.jz_pages ul li a {
    color: #555;
    display: block;
    padding: 0 10px;
}

.jz_pages ul li:hover {
    text-decoration: none;
    color: #fff;
    border: 1px #333 solid;
    background-color: #333
}

.jz_pages ul li:hover a {
    color: #fff
}

.jz_pages ul li:hover a:hover {
    color: #fff;
    text-decoration: none
}

.jz_pages ul li.thisclass {
    background-color: #333;
    color: #fff;
    border: 1px #333 solid;
    padding: 0 10px
}

.jz_pages ul li:last-child {
    padding: 0 10px
}

.jz_pages ul li:last-child a {
    padding: 0
}

.jz_pages ul li.thisclass a {
    color: #fff;
    padding: 0
}

.jz_pages .pageinfo {
    line-height: 30px;
    padding-left: 5px
}

.jz_pages strong {
    font-weight: 400
}