
*{
	padding:0px;
	margin:0px;
	/*font-family: sans-serif;*/
    font-family: 'Microsoft YaHei',"微软雅黑";
}
b,strong{font-weight:bold;}
h1,h2,h3,h4{
    font-family: 'Microsoft YaHei',"微软雅黑";
    margin:0px;
}
ul,li{
	list-style: none;
}
ul{
    margin-bottom: 0px;
}
a img, img { 
	border:0;
}
p{
    margin-bottom: 0px;
}
a,a:hover{
	text-decoration:none
}
.clear {
    clear: both;
}
.red{
    border:1px red solid;
}
.ccc{
    border:1px #ccc solid;
}
dl,dd,dt{
    margin:0px;
}
input,select{
    outline: none;
}
.srela{
    position: relative;
    margin-top: 20px;
}

/*边距属性控制*/

.p1{padding:0px;}
.pr{padding-right: 0px;}
.pl{padding-left: 0px;}
.pl1{
    padding-left:70px;
}
.pl2{
    padding-left:20px;
}
.pl4{
    padding-left:30px;
}
.pl3{
    padding-left:40px;
}
.mt{
    margin-top: 30px;
}


/*头部分类*/
.top_class{
    height: 40px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.12);
}
.top_class_eleven a{
    padding:0px 16.6px;
    font: 14px/37px 'PingFang SC','微软雅黑',arial,Regular;
    margin:0px 10px;
    color:#fe6a00;
}
.top_class_eleven a.active,.top_class_eleven a:hover{
    border-bottom: 4px #fe6a00 solid;
}

.index_main{
    margin-top: 20px;
}
.main_left{
    padding-left: 0px;
    padding-right: 20px;
    position: relative;
}
.bannerWrap{
    border: 1px solid #e6e6e6;
    background: #fff;
    padding:20px 20px 41px 20px;
    margin-bottom: 20px;
}
.carousel-control.left,.carousel-control.right{
    background-image: none;
}
.item div{
    overflow: hidden;
}
.item div p{
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height: 80px;
    line-height: 80px;
    padding:0px 20px;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    background-image: linear-gradient(to top,rgba(0,0,0,0.9) 0,rgba(0,0,0,0.01) 100%);
    background-repeat: repeat-y;
}
.item img{
    transition: all 1s;
}

.item img:hover{
transform:scale(1.1,1.1);
}
.carousel-indicators .active{
    background-color: #fe6a00;
    border:1px #fe6a00 solid;
}
.carousel-indicators li{
    background-color: #DDE9F6;
    border:1px #DDE9F6 solid;
    height: 10px;
    width: 10px;
}
.carousel-indicators{
    bottom:-40px;
    width: auto;
    right: 0;
    left:auto;
}
.carousel-indicators .active{
    width: 24px;
    height: 10px;
}

.introduce{
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.thinkTankTag{
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
    position: relative;
}


.thinkTankTag h4{
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.thinkTankTag p{
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0px;
    height: 44px;
    overflow:hidden;
    
}   
.thinkTankTag h4 a{
    color: #191919;    
}
.thinkTankTag h4 a:hover{
    color:#fe6a00;
}
.three_list{
    width: 25%;
    overflow: hidden;
}
.three_list img{
    transition: all 1s;
}

.three_list img:hover{
    transform:scale(1.1,1.1);
}
.three_tit{
    width: 73%;
}


.keywords{
    position: absolute;
    bottom:6px;
    right: 20px;
    left:28%;
}
.keywords_label{
    
    padding: 1px 7px;
    margin-right: 10px;
    color: #f99;
    border: 1px solid #f99;
    line-height: 20px;
    font-size: 12px;
        border-radius: 2px;
    
}
.keywords_label:hover{
    color: #f33;
    border: 1px solid #f33;
}
.keywords span{
    color: #bbb;
    font-size: 12px;
    line-height: 20px;
    
}

.ask_take{
    color: #bbb;
    font-size: 12px;
    
    line-height: 24px;
    margin-left: 20px;
}
.ask_take span{
    color: #f99;
    margin-right: 2px;
}
.ask_take:hover{
    color: #f99;
    text-decoration: underline;
    
}
.keywords .user{
   color: #888;
    margin-top:3px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px #eee solid;
    font-size: 12px;
    
    line-height: 20px;
}
.keywords .user:hover{
    color: #f99;
}
.keywords .user img{
    border-radius: 50%;
    margin-right: 5px;
}
.pagination{
    width: 100%;
    text-align: center;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
    background-color: #fe6a00;
    color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #fe6a00;
    color: #fff;
}
.pagination li{
    display: inline-block;
}
.pagination li .current, .pagination li .num{
    margin:0px 6px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0px;
}

/*热门话题*/
.hotList_index{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    overflow: hidden;
}

.functionTitle{
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #F4F4F4;
    padding: 0 14px;

}
.functionTitle:before {
        content: '';
    position: absolute;
    background: #fe6a00;
    width: 4px;
    height: 20px;
    border-top-right-radius: 4px;
    top: 10px;
    left: 0;
}
.functionTitle a{
    color: #333;
}
.functionTitle a.fr {
    font-size: 12px;
    color: rgb(178, 178, 178);
    line-height: 42px;
    font-weight: 400;
}
.functionTitle a.fr:hover{
    color: #333;
}
.hotList{
    border-bottom: 1px solid #e6e6e6;
    padding: 13px 15px;
    overflow: hidden;
    width: 100%;
}
.hotList_index .hotList:last-child{
    border:none;
}
.rankingLabel {
    width: 18px;
    text-align: center;
    font-size: 14px;
    color: #1D9ED2;
    position: relative;
    font-weight: 700;
    margin-right: 15px;
    margin-top: 1px;
}
.rankingLabel:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 6px;
    bottom: 2px;
    left: 0;
    opacity: .1;
    background: #1d9dd1;
}
.hotList .title {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    width: 87%;

}
.hotList a,.hot_zl{
    width: 100%;
}
.hotList .title:hover,.hot_label a:hover{
    color: #fe6a00;
}
.hot_label{
    overflow: hidden;
    padding:15px;
}
.hot_label a{
    padding: 4px 15px;
    border: 1px solid #68727d;
    border-radius: 15px;
    color: #68727d;
    margin: .25rem .25rem .6rem .25rem;

}

.hot_zl dl {
    border-bottom: 1px solid #F5F8FC;
    padding: 15px;
}
.hot_zl dl dt {
    width: 24%;
    height: 24%;
    border-radius: 50%;
    overflow: hidden;
}
.hot_zl dl dd{
    width: 70%;
}
.hot_zl dl dd .name {
    font-size: 16px;
    color: #333;
}
.hot_zl dl dd .desc {
    font-size: 14px;
    color: #B2B2B2;
    margin-top: 4px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.hot_zl dl dd .name:hover,.hot_zl dl dd .desc:hover{
    color: #fe6a00;
}

/*互动*/
.interactionWrap {
    padding: 20px 0px 10px 0px;
}
.interactionWrap ul {   
    padding: 0 13px 0 20px;
    overflow: hidden;
}
.interactionWrap ul li {
    margin-bottom: 24px;
    position: relative;
}
.interactionWrap ul li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 14px;
    background: url(../img/service.png);
}
.interactionWrap ul li p {
    max-height: 40px;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 4px;
    padding-left: 30px;
    overflow: hidden;
        -webkit-line-clamp: 2;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.interactionWrap ul li .soundWave_1 {
    position: absolute;
    width: 6px;
    height: 14px;
    background: url(../img/service2.png) -3px 0;
    left: 8px;
    top: 4px;

}
.interactionWrap ul li .soundWave_2 {
    position: absolute;
    width: 6px;
    height: 14px;
    background: url(../img/service2.png) -12px 0;
    left: 15px;
    top: 4px;

}
.interactionWrap ul li a{
    color: #1d9ed1;
    font-size: 14px;
    line-height: 20px;
}
.interactionWrap ul li a:hover{
    text-decoration: underline;
}

.logo .col-md-8 li a{padding: 18px 15px;}


@media (max-width: 1200px) and (min-width: 990px){
    .logo .col-md-8 li a {
        padding: 18px 8px;
    }
    .top_class_eleven a {
        padding: 0px 7px;
    }
    .thinkTankTag p{
        margin:3px 0px;
    }

    .hotList .title{
        width: 84%;
    }
    .hotList{
        padding:7.3px 15px;
    }
}


/*内容页*/
.introduce,.post_description{
    overflow: hidden;   
}
.breadcrumbs{
    height: 40px;
    line-height: 40px;
    padding:0px 20px;
    background: #F6FAFF;
}
.breadcrumbs a{
    color: #666;
}
.breadcrumbs span{
    font-family: serif;
    color: #ccc;
    margin:0px 2px;
}
.breadcrumbs a:hover{
    color: #fe6a00;
}
.post_content{
    padding:20px;
}
.post_content h2{
    font-size: 28px;
  line-height: 45px;
}
.post_content_info{
    color: #b5b5b5;
    margin: 20px 0px;
    font-size: 14px;
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
    width: 100%;
    line-height: 24px;
}

.post_content_info span{
    margin-left: 30px;
}
.post_description{
    width: 100%;
}
.post_description p {
    font-size: 15px;
    line-height: 32px;
    /*overflow: hidden;*/
    margin-bottom: 20px;
    color: #666;

}
.post_description img{
    margin:0 auto;
    display: block;
    margin-bottom: 20px;

}

.related strong{
    font-size: 16px;
    margin:30px 0px;
    display: block;
}
.related li{
    margin-bottom: 30px;
}
.related li a{
    font-size: 16px;
    color: #1d9dd1;
    border-bottom: 1px dashed #1d9dd1;
}

#reply_md{
    padding:20px;
}



/*个人用户信息*/
.atrPic{
    width: 100%;
    text-align: center;
}
.atrPic p{
    font-size: 16px;
    color: #666;
    margin:10px 0px 30px 0px;
}
.authorName_getInfo{
    width: 100%;
  
    
}
.authorName_getInfo li{
    width: 33.333%;
    border-right:1px #eee solid;
    text-align: center;
}
.authorName_getInfo li:nth-last-child(1){
    border-right:none;
}
.authorName_getInfo li p{
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
}
.authorName_getInfo li span{
    color: #666;
    font-size: 18px;
}
.concern,.concern:hover{
   width: 50%;
   background-color: #fe6a00;
   color: #fff;
   font-size: 16px;
       border-radius: 20px;
       text-align: center;
       line-height: 40px;
    position: absolute;left:50%;margin-left:-25%; 
}
.atr_name{
    width: 100%;position: relative;height: 60px;padding-bottom: 20px;border-bottom: 1px solid rgba(155,155,155,.1);margin-top: 30px;
}
.atr_title{
    font-size: 14px;
    color: #ccc;
    height: 40px;
    line-height: 60px;
    padding: 0 15px;

    width: 100%;
}
.scrollbar {
    padding: 14px 20px 20px 30px;
    overflow: auto;
    text-align: left;
}
.scrollbar li {
    margin-bottom: 12px;
    position: relative;
}
.scrollbar li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #fe6a00;
    border-radius: 50%;
}
.scrollbar li a{
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
   
}
.scrollbar li a:hover{
    color: #fe6a00;
}






/*列表页begin*/
.secondLevelWrap{
    width: 14%;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding-bottom: 50px;
    z-index: 9
}

.secondLevelWrap li {
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}

.secondLevelWrap li>a.active, .secondLevelWrap li>a:hover {
    background: #fe6a00;
    color: #fff;
}

.secondLevelWrap li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
}
/*列表页end*/



/*内容页评论begin*/
.c-line{
    float: left;
    margin-top: 8px;
    width: 4px;
    height: 19px;
    background: #fe6a00;
    border-radius: 2px;
    margin-right: 12px;
}
.c-opinion{
    font-size: 18px;
    color: #191919;
    line-height: 34px;
}
.c-comment-header{
    overflow: hidden;
}
.c-num-red {
    font-size: 24px;
    font-family: "Georgia Regular",Georgia;
    color: #d92227;
}
.c-comment-box{
    margin:15px 0px;

}
.c-comment-box textarea{
    padding: 7px 10px 0 15px;
    line-height: 25px;
    width: 100%;
    border: 1px solid #e8e8e8;
    overflow-x: hidden;
    overflow-y: auto;
    background-attachment: scroll;
    height: 100px;
        resize: none;
        outline: none;
}
.c-comment-box textarea:focus{
    border: 1px #fe6a00 solid;
}

.login_bbs,.login_register,.login_sumit{
    color: #666;
    font-size: 16px;
}
.login_bbs,.login_register{
    margin-right: 25px;
}
.login_bbs:hover,.login_register:hover{
    color: #fe6a00;
    text-decoration: underline;
}
.login_sumit{
    background: #999;
    cursor: not-allowed;
    color: #fff;
     height: 40px;
   line-height: 40px;
   display: inline-block;
   width: 90px;
   text-align: center;
}
.login_sumit:hover{
   background: #999;
   color: #fff;

}
/*内容页评论end*/


.tuijian_list{
    margin: 15px;
    padding-bottom: 10px;
    border-bottom: 1px #e2e2e2 dashed;
}
.tuijian_list:nth-last-child(1){
    border:none;
}
.tuijian_list h3 {
    font-size: 16px;
    width: 100%;
}
.tuijian_list a {
    color: #333;
    width: 100%;
}
.tuijian_list_tit {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.tuijian_list_exsch, .tuijian_list_exsch a {
    color: #ababab;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}
.tuijian_list_exsch {
    line-height: 20px;
}
.tuijian_list_price {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}
.col3 {
    color: #ff7300;
}
.colum_dy {
    margin-top: 25px;
    text-align: center;
    width: 100%;
}
.colum_dy div {
   
    width: 33.333%;
    height: 55px;

    color: #b8b8b8;
    font-size: 14px;
}
.colum_dy div:nth-child(1),.colum_dy div:nth-child(2){
    border-right: 1px solid #ddd;
}
.colum_dy div .num {
    margin: 0 6px;
    font-size: 18px;
    color: #666;
    line-height: 25px;
}


.ta_pl_list{

    margin:0px;
    padding:0px 20px;
    width: 100%;

}
.ta_pl_list .row{
    border-bottom:1px #eee solid;
    padding:25px 0px;
}
.ta_pl_list .row:nth-last-child(2){
    border:none;
    padding-bottom:0px;
}
.ta_pl_tx{
    padding-left:0px;
    padding-right:10px;
}
.ta_pl_tx img{
    border-radius: 50%;
}
.ta_pl_tx span{
    text-align: center;
    width: 100%;
    float: left;
    margin-top:10px;
    color: #868686;
    font-size: 12px;
}
.ta_pl_list p{
    line-height: 25px;
    color: #666;
    font-size: 14px;
}   
.tb_pl_zch{
    width: 100%;
    font-size:12px;
    color: #999a9f;
    margin-top: 15px;
    margin-bottom: 15px;
}
.c-comment-nomore {
    margin-top: 22px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    color: #7e7e7e;
    background: #f8f8f8;
    border-radius: 20px;
}
.reply{
    width:100%;padding:0px 0px 20px 0px;
}
.reply_div{
    width:100%;border-bottom:1px #ddd dashed;
}



/*专栏列表页*/
.author_list{
    padding: 30px;
    overflow: hidden;
        border-bottom: 1px solid #f4f4f4;
}
.author_list:nth-last-child(1){
    border:none;
}
.author_img{
    width: 10%;
   
}
.author_img img{
    border-radius: 50%; 
}
.author_info{
    width: 70%;
    margin-left: 4%;
    margin-top: 5px;
}
.author_info h2{
    overflow: hidden;
    width: 100%;
}
.author_info h2 div{
    font-size: 14px;
    color: #ccc;
    line-height: 20px;
    margin-left: 40px;
}
.author_info h2 div span{
    margin-right: 20px;
}
.author_info h2 a{
    color: #333;
     font-weight: 700;
     font-size: 18px;
}
.author_info p{
    color: #999;
    line-height: 25px;
    height: 50px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
}
.author_gz,.author_gz:hover{
    width: 10%;
    background-color: #fe6a00;
   color: #fff;
   font-size: 14px;
       border-radius: 20px;
       text-align: center;
       line-height: 30px;
       margin-top: 20px;
}
/*翻页*/
.previous{width:100%;}
.pageNav{padding: 20px 0px;text-align: center;line-height: 25px; clear: both;}
.page-numbers{color: #333;}
.pageNav span,.pageNav a{border: 1px solid #ccc;padding: 0px 10px;display: inline-block;margin:0px 5px; font-size:12px; }
.pageNav a{background-color: #fff;}
.current{background-color: #fe6a00;color: #fff;}
.pageNav .pageDisable{ background-color:#fff;color: #ccc; }
.pageNav .pageThis{ background:#cc0033; border: 1px solid #ccc;color:#fff; line-height:24px;}
.pageNav .pageBypass{ border:0;  line-height:25px; }
.pageNav span.pageSkip{  border:0; line-height:25px; overflow:hidden; padding:0 3px}
.pageNav .pageTxt{line-height:18px;margin:0 6px; text-align:center; border:1px solid #7e9db9; overflow:hidden; #vertical-align:-3px; font-family:'Lucida Grande',Arial,'\5b8b\4f53'; }
.pageNav .pageBtn{ background-color:#418bd6; border:none; color:#fff; cursor:pointer; font-family:'Lucida Grande',Arial,'\5b8b\4f53'; font-size:12px; height:24px; line-height:21px; margin-left:5px; padding:0 5px; #padding:0 1px; vertical-align:top; _overflow:hidden; }
.pageNav a:hover{text-decoration:none; background: #fe6a00; color: #fff; }

@media (min-width: 1200px){
    .container_1 {
        width: 1170px;
    }
}
@media (min-width: 992px){
    .container_1 {
        width: 970px;
    }
}
@media (min-width: 768px){
    .container_1 {
        width: 750px;
    }
}