.c-000 {
    color: #000 !important;
}
.nav {
    border-bottom: 1px solid #ececec;
}
.nav .nav-item:first-child {
    border-left: 1px solid #ececec;
}
.nav .nav-item {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    float: left;
    background: #fafafa;
    cursor: pointer;
}
.nav .nav-item.active {
    background: #fff;
    border-bottom: none;
    border-top: 2px solid #3f80e2;
    color: #333;
    margin-top: -2px;
    position: relative;
    top: 2px;
}
.list-left {
    width: 820px;
    margin-right: 50px;
}
.list-box-wrap .list-item {
    padding: 20px 0;
    padding-left: 20px;
    border-bottom: 1px dashed #e2e2e2;
}
.list-box-wrap .list-item:last-child {
    border-bottom: none;
}
.list-item .icon-dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #bbbbbb;
    float: left;
    margin-top: 10px;
}
.list-item .item-info {
    padding-left: 30px;
    border-bottom: 1px dashed #e2e2e2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.list-item .item-info:last-child{
    border-bottom: none;
}
.list-item .item-info .tit {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.list-item .item-info .tit .tips {
    color: #ff5400;
    border: 1px solid #ff5400;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 5px;
    margin-left: 15px;
}
.list-item .item-info .info {
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    -o-box-orient:vertical;
    -o-line-clamp:2; 
    -moz-box-orient:vertical;
    -moz-line-clamp:2; 
}
.list-item .item-info .info-bot .tips {
    color: #333;
    margin-right: 15px;
}
.list-item .item-info .info-bot .tips:hover {
    color: #1369c0;
}
.list-item .item-info .info-bot .last-tips {
    color: #999;
    margin-left: 15px;
}
.list-item .icon-dot.yellow{
    background: #fe902e;
}
.icon-eye {
    display: inline-block;
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/icon-eye.png) no-repeat;
    background-size: 18px 12px;
    width: 18px;
    height: 12px;
    margin-right: 5px;
}
.more-btn {
    display: block;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    padding: 13px 0;
    text-align: center;
    margin-top: 20px;
}
.list-right {
    width: 320px;
    display: inline-block;
}
.right-top .tit {
    border-left: 3px solid #ff6600;
    margin: 20px 0 15px;
    padding: 0 15px;
    font-size: 16px;
}
.list-right ul {
    padding: 0 15px 20px;
    border-bottom: 1px solid #eee;
}
.right-top ul li{
    border-top: 1px solid #eee;
    padding: 15px 0;
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/icon-lb.png) no-repeat center left;
    background-size: 18px 18px;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right-top ul li.cur{
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/icon-lb-cur.png) no-repeat center left;
    background-size: 18px 18px;
}
.right-box .title {
    background: #fafafa;
    border-top: 2px solid #2a92eb;
    text-align: center;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
}
.right-box ul li {
    border-top: 1px solid #eee;
    padding: 10px 5px;
}
.right-box ul li:hover {
    background: #fafafa;
}
.right-box ul li:hover a{
    color: #1369c0;
}
.right-box ul li:first-child {
    border-top: none;
}
.right-box ul li .num {
    display: inline-block;
    width: 10%;
    font-size: 22px;
    color: #b4b4b4;
    vertical-align: middle;
    text-align: center;
}
.right-box ul li p {
    display: inline-block;
    _zoom:1;
    *display:inline;
    width: 87%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tips-box {
    padding: 20px 10px 20px 20px;
    border-bottom: 1px solid #eee;
}
.tips-box .tips {
    display: inline-block;
    padding: 3px 14px;
    border-radius: 50px;
    background: #fafafa;
    border: 1px solid #eee;
    margin: 0 10px 20px 0;
}
.tips-box .tips:hover {
    background: #f5f5f5;
    color: #1369c0;
}
.list-tips-box .tips {
    display: inline-block;
    padding: 3px 14px;
    border-radius: 50px;
    background: #fafafa;
    border: 1px solid #eee;
    margin: 0 10px 10px 0;
    color: #666;
}
.top-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 30px;
}
.top-title .icon-border-l {
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #7191f9;
    margin-right: 20px;
}
.pro-box-wrap {
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
}
.pro-img-box {
    width: 280px;
    height: 315px;
    position: relative;
    margin-right: 10px;
}
.pro-img-box .pro-tips {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 18px;
    background: #7191f9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    background: rgba(113,145,249,0.5);
    width: 244px;
}
.pro-img-box .pro-tips.bg-org {
    background: #f7c147;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    background: rgba(247,193,71,0.9);
}
.pro-tips .tit span {
    display: inline-block;
    width: 190px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-tips .text {
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.icon-more {
    display: inline-block;
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/icon-more.png) no-repeat center center;
    background-size: 14px 14px;
    width: 40px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    float: right;
    cursor: pointer;
    margin-top: 5px;
}
.icon-more:hover {
    background-color: rgba(255,255,255,.15);
}
.pro-box {
    width: 219px;
    padding: 0 30px;
    margin-left: 15px;
}
.pro-box:first-child {
    margin-left: 0;
}
.pro-box .info-tit {
    font-size: 16px;
    color: #333;
    padding: 15px 0 25px;
}
.pro-box .info-text {
    color: #999;
    margin-bottom: 25px;
}
.pro-box .info-list {
    border-bottom: 1px solid #eee;
}
.pro-box .info-list p {
    color: #666;
    padding-bottom: 15px;
}
.pro-box .price {
    color: #fe902e;
    text-align: right;
    padding-bottom: 10px;
}
.pro-box .price span{
    font-size: 20px;
    font-weight: bold;
}
.pro-box:hover,.pro-box2:hover {
    transition: all .15s ease-in-out;
    transform: translate3d(0,-5px,0);
    -webkit-transition: all .15s ease-in-out;
    -webkit-transform: translate3d(0,-5px,0);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
   /* filter: progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=125, Strength=9); */
}
.pro-box2 {
    width: 518px;
    padding: 25px 30px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.pro-box2 .tit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-box2 img {
    width: 520px;
    height: 180px;
}
.pro-box2 .text {
    padding-top: 20px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
}
.bot-more-btn {
    padding: 30px;
    text-align: center;
}
.bot-more-btn a {
    padding: 15px 100px;
    text-align: center;
    border: 1px solid #eee;
    background: #fafafa;
    color: #2079d2;
}
.bot-more-btn a:hover {
    color: #1369c0;
}
.zx-content {
    background: #fff;
    padding: 30px;
    width: 1130px;
}
.zx-content .list-left {
    width: 750px;
}
.title {
    border-bottom: 1px solid #eee;
}
.title .zx-name {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 20px;
    color: #333;
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/border-bot.png) no-repeat bottom left;
}
.title .get-more {
    color: #333;
    margin-top: 10px;
}
.title .get-more:hover {
    color: #1369c0;
}
.zx-list {
    margin-bottom: 15px;
    width: 320px;
}
.zx-list ul {
    padding: 25px 0 5px;
    width: 320px;
}
.zx-list ul li {
    color: #333;
    padding-bottom: 25px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zx-list ul li:hover {
    color: #1369c0;
}
.icon-square {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #aaa;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.zx-tips {
    border-bottom: none;
    padding: 20px 0;
}
.h1-title {
    text-align: center;
    color: #333;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 20px;
}
.sub-title {
    text-align: center;
    margin-bottom: 40px;
}
.sub-title a {
    display: inline-block;
    margin: 0 10px;
    color: #333;
    line-height: 1;
}
.sub-title a:hover {
    color: #1369c0;
    border-bottom: 1px solid #1369c0;
}
.wrap {
    background: #fff;
    padding: 40px 0;
}
.pro-box-wrap .zx-list {
    width: 340px;
    margin-left: 50px;
    margin-bottom: 0px;
}
.pro-box-wrap .zx-list .zx-tips {
    border-top: 1px solid #eee;
}
.pro-box-wrap .zx-list:first-child {
    margin-left: 0px;
}
.topics-box {
    padding: 40px 0;
    width: 1130px;
}
.topics-box .topics-item {
    margin-left: 40px;
}
/* .topics-box .topics-item:hover {
    transition:all .15s ease-in-out;
    transform:translate3d(0,-5px,0);
    -webkit-transition:all .15s ease-in-out;
    -webkit-transform:translate3d(0,-5px,0);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=125, Strength=9);
} */
.topics-box .topics-item p {
    text-align: center;
    padding-top: 20px;
}
.topics-box .topics-item:first-child {
    margin-left: 0px;
}
.brand-wrap .list-right .zx-list ul {
    border-bottom: 0;
    padding: 0;
}
.brand-wrap .list-right .zx-list ul li {
    padding-bottom: 28px;
    line-height: 1;
}
.brand-wrap .list-left {
    width: 770px;
    margin-right: 20px;
}
.brand-wrap .list-left .logo-box .logo-item {
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 8px 10px;
    position: relative;
}
.brand-wrap .list-left .logo-box .logo-item img{
    width: 140px;
    height: 56px;
}
.brand-summary {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    padding: 30px 20px;
    text-align: left;
    line-height: 1.8;
    background: #fff;
    background: rgba(255,255,255,.95);
    border: 2px solid #f6ab1a;
    opacity: 0;
    filter: alpha(Opacity=0 );
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
    color: #333;
}
.logo-item:hover .brand-summary {
    opacity: .95;
    filter: alpha(Opacity=95 );
}
.brand-wrap .list-right .zx-list ul a:last-child li {
    padding-bottom: 0;
}

.content {
    overflow: hidden;
    position: relative;
    margin: 0 30px;
}
.cont-box {
    position: relative;
    width: 4520px;
    top: 0;
    left: 0;
}
.user-box {
    display: inline-block;
    margin-left: 50px;
    width:478px;
    height: 315px;
    float: left;
    background: #fafafa;
    padding: 30px;
    border: 1px solid #eee;
}
.user-box .user-info {
    padding-left: 130px;
}
.user-box .user-info .name {
    font-size: 24px;
    color: #333;
}
.user-box .user-info .info-tit {
    font-size: 16px;
    color: #333;
    padding-bottom: 25px;
}
.user-box .user-info .info-p {
    padding-bottom: 15px;
}
.user-box .userimg {
    position: relative;
}
.user-box .userimg img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.cont-box .user-box:first-child {
    margin-left: 0;
}
.nav-pre.end, .nav-next.end {
    
}
.nav-pre, .nav-next {
    display: inline-block;
    padding: 20px 10px;
    cursor: pointer;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 40%;
    z-index: 999;
}
.nav-pre:hover, .nav-next:hover {
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    background-color: rgba(0,0,0,.3);
}
.nav-pre {
    left: 5px;
}
.nav-next {
    right: 5px;
}
.nav-pre i, .nav-next i {
    display: inline-block;
    width: 11px;
    height: 23px;
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/icon-prev.png) no-repeat;
}
.nav-next i {
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/icon-next.png) no-repeat;
}
.circle-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.user-box .userimg:hover .circle-hover {
    display: inline-block;
}
.detail-tit {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-top: 35px;
    padding: 0 15px;
}
.detail-tit2 {
    text-align: center;
    padding: 15px 0;
}
.detail-tit2 span {
    display: inline-block;
    padding: 0 15px;
}
.detail-info {
    padding: 15px 20px;
    background: #f8f8f8;
}
.overflow-hid {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.detail-box {
    padding: 15px 0px;
    
}
.detail-box .info-p {
    padding: 15px 0px;
    text-indent: 30px;
    font-size: 16px;
}
.detail-box p {
    text-indent: 30px;
    font-size: 16px;
}
.btn-group {
    border-top: 1px solid #eee;
    padding: 20px 0 30px;
    font-size: 0;
}
.btn-group .nav-btn{
    display: inline-block;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.btn-group .nav-btn:first-child {
    text-align: right;
}
.btn-group .nav-btn:hover {
    border-bottom: 1px solid #1369c0;
    color: #1369c0;
}
.btn-group .nav-btn:hover {
    border-bottom: 1px solid #1369c0;
    color: #1369c0;
}
.detail-list-box .title,.topics-list-box .title {
    border-bottom: 1px solid #eee;
}
.detail-list-box .title .tit,.topics-list-box .title .tit {
    display: inline-block;
    padding: 5px 0;
    border-bottom: 3px solid #1369c0;
    position: relative;
    top: 1px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.detail-list-box .read-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #e2e2e2;
    cursor: pointer;
}
.detail-list-box ul li .icon-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #999999;
    margin: 0px 10px;
    position: relative;
    top: -3px;
}
.detail-list-box .read-list li a{
    display: block;
}
.detail-list-box .read-list li a:hover{
    color: #1369c0;
}
.detail-list-box ul li a:hover .icon-dot {
    background: #1369c0;
}
.detail-list-box .tips-p {
    padding: 25px 0;
}
.detail-list-box .tips-p span {
    display: inline-block;
    border: 1px solid #eee;
    background: #fafafa;
    padding: 3px 15px;
    border-radius: 25px;
    margin-left: 15px;
}
.detail-list-box .tips-p span:first-child {
    margin-left: 0px;
}
.detail-list-box .comment-list li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.detail-list-box .comment-list li .comment-box {
    padding-left: 50px;
}
.detail-list-box .comment-list li .comment-tit {
    color: #379be9;
}
.detail-list-box .comment-list li .comment-info {
    padding-right: 50px;
}
.alert-left {
    position: fixed;
    left: 0;
    bottom:10px;
}
.alert-bot {
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 999;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    background-color: rgba(0,0,0,.7);
    padding: 15px 0;
    display: none;
}
.alert-bot .bot-img {
    bottom: -15px;
    left: -90px;
}
.alert-bot .text {
    display: inline-block;
    padding-left: 220px;
    color: #fff;
}
.alert-bot .text .tit{
    font-size: 36px;
    font-weight: bold;
}
.alert-bot .form {
    display: inline-block;
    width: 325px;
    height: 150px;
    padding: 20px;
    background: #1d7ad9;
    top: -46px;
    left: 580px;
}
.alert-bot .form .left {
    height: 150px;
}
.alert-bot .form .left input{
    width: 182px;
    height: 30px;
    line-height: 30px;
    border: none;
    padding-left: 10px;
}
.pro-plan {
    display: inline-block;
    width: 182px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
    background: #fff;
    color: #999;
    z-index: 99;
}
.pro-plan .txt {
    display: inline-block;
    width: 155px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.date-count-icon {
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url(https://images.zhongmin.cn/zhongmin2017/list/images/list-icon10.png) no-repeat 0 -8px;
    vertical-align: middle;
    position: absolute;
    top: 14px;
    right: 10px;
}
.pro-plan-box {
    background: #fff;
    z-index: 15;
    cursor: auto;
    bottom: 32px;
    left: 0;
    color: #666;
    width: 100%;
    display: none;
    box-shadow: 0 2px 2px #eee;
}
.pro-plan-box .pro-plan-option {
    display: block;
    padding: 5px 10px;
    box-sizing: border-box;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.pro-plan-box .pro-plan-option:hover {
    color: #53a0e3;
    background: #f7f7f7;
}
.alert-bot .form .right {
    padding-left: 204px;
}
.alert-bot .form .sex span {
    display: inline-block;
    background: #fff;
    width: 51px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #fff;
}
.alert-bot .form .sex span.active {
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/icon-check.png) no-repeat top right;
    background-color: #fff;
    border: 2px solid #f5be3f;
}
.alert-bot .form .right .check-btn {
    background: #f5be3f;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 120px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.alert-bot .ewm-box {
    top: 0px;
    right: 50px;
    text-align: center;
    color: #fff;
}
.alert-bot .alert-close {
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.err-tips {
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/icon-err.png) no-repeat 2px center;
    background-size: 14px 14px;
    background-color: #fff1d7;
    padding-left: 15px;
    top: 145px;
    left: 220px;
    padding-right: 5px;
    color: #ff2200;
}
.err-tips.err-name {
    top: 24px;
}
.err-tips.err-time {
    top: 63px;
}
.err-tips .icon-ls {
    display: inline-block;
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/icon-ls.png) no-repeat;
    background-size: 5px 9px;
    width: 5px;
    height: 9px; 
    position: relative;
    left: -19px;
    top: -1px;
}

.pro-box .info-text{
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
}
#yuyueBirth {
    width: 180px;
}

/* 流量专题 */
.flowbanner {
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/topics-banner.jpg) no-repeat center center;
    height: 340px;
}
.flowbanner .location {
    padding-top: 20px;
}
.flowtxt-box {
    line-height: 2;
}
.flowtxt-box .info-p {
    margin-top: -6px;
}
.keyword {
    padding: 25px 0 40px;
    line-height: 1.2;
    color: #999;
}
.keyword span {
    color: #333;
}
.flowpro-listwrap .probox {
    padding: 20px 0px 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.probox .pro-title {
    margin-bottom: 18px;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 24px
}
.probox .pro-title img {
    width: 150px;
    height: 60px;
    margin-right: 15px;
}
.probox .pro-info .pro-tips {
    width: 500px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #333;
    border: 1px dashed #fe902e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-left .sub-title {
    margin: 0;
    margin-bottom: 25px;
    padding-left: 8px;
    line-height: 1;
    text-align: left;
}
.probox .info-left {
    width: 590px;
    padding-left: 10px;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.probox .info-left ul {
    font-size: 0;
}
.probox .info-left ul li {
    position: relative;
    display: inline-block;
    width: 50%;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 15px;
}
.probox .info-left ul li span {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.probox .info-left ul li:before {
    position: absolute;
    top: 6px;
    left: 0px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: "";
    background: #999;
}
.probox .pro-info .info-right {
    float: right;
    display: inline-block;
    width: 196px;
    text-align: center;
}
.info-right .price {
    color: #fe902e;
    padding-bottom: 10px;
}
.info-right .price span {
    font-size: 36px;
}
.info-right .toubao-btn {
    display: inline-block;
    background: #fe902e;
    color: white;
    padding: 0px 35px;
    line-height: 38px;
    border-radius: 3px;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
.info-right .toubao-btn:hover {
    background: #f6ab1a;
}
.topics-list-box {
    margin-bottom: 40px;
}
.topics-list-box .title .tit {
    color: #333;
    font-weight: normal;
    font-size: 18px;
}
.topics-list-box ul {
    padding-top: 30px;
    font-size: 0;
}
.list-3 {
    font-size: 0;
}
.topics-list-box ul li,.list-3 li {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 50%;
    line-height: 1;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
}
.topics-list-box ul li a,.list-3 li a {
    color: #333;
}
.topics-list-box ul li:before,.list-3 li:before  {
    position: absolute;
    top: 6px;
    left: 0px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: "";
    background: #999;
}
.topics-list-box ul li:hover:before,.list-3 li:hover:before {
    background: #1369c0;
}
.topics-list-box ul li a:hover,.list-3 li a:hover {
    color: #1369c0;
}
.r-flowinfo {
    padding: 30px 25px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.r-flowinfo .title {
    margin-bottom: 15px;
    line-height: 1;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.r-flowinfo .text {
    line-height: 2;
}
.mb20 {
    margin-bottom: 20px !important;
}
.bx-adbg {
    background: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/adbg.png) no-repeat center center;
    height: 200px;
    width: 850px;
    padding: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    line-height: 1;
    color: #333;
}
.bx-adbg .p1 {
    font-size: 18px;
    margin-bottom: 20px;
}
.bx-adbg .p2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.bx-adbg .p3 {
    color: #666;
}
.introduction-box{
    position: relative;
    border: 1px solid #eee;
    padding: 60px 30px 30px;
    margin-bottom: 20px;
}
.int-box {
    position: relative;
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 20px;
    min-height: 374px;
    box-sizing: border-box;
}
.int-box .text {
    line-height: 2;
}
.int-box .keyword {
    padding: 0 0 15px 0;
    line-height: 1;
}
.int-box .keyword p {
    width: 75%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.introduction-box .title{
    position: absolute;
    top: 0;
    left: -1px;
    border: none;
}
.introduction-box .title span {
    display: inline-block;
    height: 45px;
    padding: 0 25px;
    line-height: 45px;
    border-left: 3px solid #2a92eb;
    background: #f6f9fe;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.introduction-box .text {
    line-height: 2;
}
.introduction-box .keyword {
    padding-top: 30px;
    padding-bottom: 0;
}
.intr-box {
    padding-top: 15px;
    margin-bottom: 30px;
}
.intr-box p {
    padding-left: 225px;
    line-height: 2;
}
.introduction-box .flowpro-listwrap .probox {
    padding-left: 20px;
}
.introduction-box .probox .info-left {
    width: 560px;
}
.introduction-box .probox .info-right {
    width: 205px;
}
.intr-content .list-left {
    width: 850px;
    margin-right: 20px;
}
.introduction-box .morebtn {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #1369c0;
    background: #fafafa;
}
.intr-content .right-box {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.bot-tips {
    font-size: 13px;
    color: #999;
}
.nocomment-box {
    padding: 60px 0 40px;
    text-align: center;
}
.ewm-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    color: #1d7ad9;
}
.ewm-wrapper span {
    padding-left: 20px;
    background-image: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/ewm-lefticon.png);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
}
.ewm-wrapper .ewm-righticon {
    display: inline-block;
    height: 21px;
    width: 10px;
    vertical-align: bottom;
    background-image: url(https://images.zhongmin.cn/zhongmin2017/consultation/images/ewm-righticon.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.ewm-wrapper img{
    position: absolute;
    display: none;
    width: 236px;
    height: 270px;
    left: -48.5px;
    top: 30px;
}
.ewm-wrapper:hover img {
    display: inline-block;
}
.alertclose-btn {
    position: fixed;
    bottom: 300px;
    left: 250px;
    cursor: pointer;
    z-index: 999;
}
.comment-wrapper {
    padding-top: 20px;
}
.comwrap-title {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.comment-area {
    display: block;
    width: 820px;
    height: 150px;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fafafa;
    border: 1px solid #eee;
    font-size: 14px;
    resize: none;
    box-sizing: border-box;
    color: #666;
}
.commentbot {
    padding: 5px 10px;
    margin-bottom: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.commentbtn {
    float: right;
    display: inline-block;
    padding: 0px 10px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fe902e;
    color: #fff;
}
.commentbtn:hover {
    background: #fa8924;
    color: #fff;
}
textarea::-webkit-input-placeholder {
    color: #999;
}
textarea:-moz-placeholder {
    color:#999;
}
textarea::-moz-placeholder {
    color:#999;
}
textarea:-ms-input-placeholder {
    color:#999;
}

.comment-list > li > img {
    width: 40px;
    height: 40px;
}
.reply-con {
    padding: 16px 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 50px;
    border: 1px solid #d5e3f9;
    border-radius: 6px;
    background: #f6f9fe;
}
.rep-col {
    color: #3e6fc4;
}
.reply-icon {
    top: -9px;
    left: 24px;
}
.bannertext {
    position: absolute;
    top: 190px;
    background: rgba(255,255,255,.3);
    padding: 17px 20px;
    font-size: 18px;
    color: #333;
}
.bannertext .text2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3;
}

.list-right .seo-right ul {
    padding-bottom: 0;
}
.seo-right .right-box ul li p {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}
.seo-right .right-box ul li {
    padding: 15px 0px 15px 5px;
}