/*咨询列表*/
.informaList{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top:20px;
}
.leftList ,.rightList{
    float:left;
    width: 860px;
    height: auto;
    background:#fff;
    margin-bottom: 10px;
}
.informaLists .leftList{
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.rightList{
    height: 457px;
    width: 330px;
     border:1px solid #ebe8e8;
    float:right;
}
.leftList_img{
    width: 860px;
    height: 260px;
    position: relative;
    margin-bottom: 13px;
    cursor: pointer;
    overflow:hidden;

}
.leftList_imgList{
    width: 860px;
    height: 175px;
    background:none;
    margin-top: 22px;
}
.leftList_imgList a{
    width: 275px;
    height: 175px;
    float:left;
    margin-right: 17px;
    /*background:url(../images/List_img.jpg) no-repeat center center;*/
    position: relative;
}
.leftList_imgList a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*.leftList_imgList li:nth-of-type(2) a{
    background:url(../images/List_img1.jpg) no-repeat center center;
}*/
.leftList_imgList li:last-of-type a{
    margin-right: 0;
    
}
.leftList_imgList li h4{
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom:0;
    font-weight: normal;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    padding-bottom: 12px;
}
.leftList_img h5{
    width: 100%;
    font-size: 28px;
    color: #fff;
    padding: 0 45px;
    line-height: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    position: absolute;
    left: 0;
    bottom:0;
    padding-bottom: 15px;
    font-weight: normal;
    
}
.pageList ,.pageList_All .pageList{
    width: 100%;
    height:160px;
    padding:30px 0;
    border-bottom:1px solid #f2f2f2;  
}
.ifu_tab .pageList{
   width: 100%;
    height:160px;
    padding:30px 0;
    border-top:1px solid #f2f2f2;
    border-bottom:none; 
}
.pageList_All .pageList .counsel_intro{
    height: auto;
}
.pageList_All .pageList img{
    width: 260px;
    height: 160px;
}
.pageList img{
    width: 200px;
    height: 135px;
    float:left;
}
.pageList .counsel_intro{
    height: 160px;
    width: 570px;
}
.pageList .counsel_module_r_e{
    font-size: 18px;
    color: #3a3a3a;
}
.pageList .indicator_icon li{
    padding-bottom: 20px;
}
.pageList .alibaba{

}
.rightList_top{
    width: 330px;
   
    height: auto;
    padding: 0 24px 40px 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 10px;
}
.rightList_top:first-of-type{
    margin-top: 0;
}
.rightList_top h4{
    height: 56px;
    line-height: 56px;
    color: #383838;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.rightList_top h4::before{
    content:"";
    width: 2px;
    height: 25px;
    background:#095eaf;
    position: absolute;
    left:-25px;
    top: 16px;}
.rightList_top ul{
    overflow: hidden;
}
.rightList_top li{
    float:left;
    width: 80px;
    line-height: 38px;
    height:38px;
    overflow:hidden;
    color: #989898;
    border:1px solid #ededed;
    margin-right: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    margin-top: 14px;
    cursor:pointer;
}
.rightList_top li:hover{
    border:1px solid #f35151;
}
.rightList_top li>a{
    width: 100%;
    color: #989898;
    font-size: 14px;
    line-height: 38px;
    display:block;
}
.rightList_top li:nth-child(3n+0){
    margin-right: 0;
}
.uicon ,.show_more{
    float:left;
    width: 258px;
    height: 40px;
    overflow: hidden;
    line-height: normal;
    color: #333;
    font-size: 16px;
    margin-top: 20px;
}
.uicon{
    height: auto;
    cursor: pointer;
}
.uicon:hover{
        color: #708fc1;
}
.uicon .uicon_ap{
    display:none;
}
.show_more{
    float: right;

}
.show_more:first-of-type{
    margin-top: 0;
}
.uicon:first-of-type{
    margin-top: 0;
}
.show_more{
    width: 14px;
    height: 14px;
    position: relative;
    cursor:pointer;
}
.show_more::before{
    content:"";
    width: 11px;
    height: 7px;
    background:url(../images/login.fw.png) no-repeat center center;
    position: absolute;
    left:1px;
    top: 4px;
    background-position: 0 0;
}

.show_more.cur::before{
    background-position: -193px -1px;
}
.dataTime{
    color: #999;
    font-size: 14px;
    margin-top:25px;
    display:block;
    padding-bottom: 20px;
    border-bottom:1px dashed #c5c5c5;
}
.dataTime:last-of-type{
    border-bottom:none;
    padding-bottom: 0;
}
.uicon p{
    margin: 25px 0 20px 0;
    color: #a4a4a4;
    font-size: 14px;
    line-height: normal;
}
.uicon a{
    font-size: 14px;
    color: #95a8c7;
}
.uicon a:hover{
    color: #708fc1;
}
.pageList:hover  .counsel_module_r_e{
    color: #0b4ebd;
}
.rightList_top li.cur{
    background:#f7f7f7;
    border:none;
    color: #7dacfa;
    width: 80px;
    line-height: 40px;
}
.uicon.cur{
    height: auto;
}
/*资讯详情页*/
.story{
    width: 100%;
    font-size: 28px;
    color: #4e4e4e;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.print img{
    width: 810px;
    height: 453px;
    overflow: hidden;
    margin-bottom: 28px;
}
.papi{
    font-size: 16px;
    color: #5e5e5e;
    line-height: 22px;
    padding:0 50px 25px 0;
}
.fields{
    margin-bottom: 80px;
    overflow: hidden;
}
.fields p{
    font-size: 16px;
    color: #5e5e5e;
    line-height: 22px;
    padding:0 50px 25px 0;
    overflow: hidden;
}
.fields p>img{
    width: 100%;

}
.Thumb_up{
    display:block;
    width: 132px;
    height: 44px;
    border:1px solid #ededed;
    color: #b7b7b7;
    font-size: 14px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}
.Thumb_up::before{
    content:"";
    width: 20px;
    height:20px;
    background:url(../images/like.png) no-repeat center center;
    position: absolute;
    left:35px;
    top:10px;
}
.Thumb_up.cur::before{
   background:url(../images/like_y.png) no-repeat center center; 
}
.labels li{
    float:left;
    width: 90px;
    height: 36px;
    line-height: 36px;
    color: #b7b7b7;
    background:#f1f1f1;
    text-align: center;
    margin:0  0 35px 10px;
    font-size: 14px;
}
.join_title{
    clear:both;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 15px;
}
.login_area{
    width: 810px;
    height: 140px;
    border:1px solid #e4e4e4;
    padding: 15px 0 0 22px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 27px;
}
.login_areas{
    width: 862px;
}
.login_area a{
    color: #2e6eb6;
}
.details_d{
    width: 140px;
    height: 36px;
    background:#3cc35c;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    float:left;
    font-family: Microsoft YaHei;
}
.discuss_after{
    float:left;
    line-height: 36px;
    color: #d5d4d4;
    font-size: 14px;
    margin-left: 15px;
}
.discuss_after a{
    color: #4379bb;
}
.join_titles{
    margin:40px 0;
}
.action_say{
    width:810px;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom:1px solid #e9e8e8;
    overflow: hidden;
    margin-bottom: 40px;

}
.action_say_one{
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}
.action_say_one img ,.action_person ,.action_time ,.switch{
    float:left;
    line-height: 50px;
    color: #0f91a4;
    font-size: 14px;
}
.action_say_one img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 21px;
}
