body {
    background-color: #fff;
}

#LRdiv2,
.kf-chat {
    display: none !important;
}

.an-main {
    width: 1190px;
    margin: 10px auto 30px auto;
}

.p_t_div {
    text-align: left;
    display: block;
    margin: 20px auto 0px;
    clear: both;
    border-bottom: 1px #e2e2e2 solid;
    color: #dddddd;
}

.p_t_type1 {
    position: relative;
    font-size: 14px;
    display: block;
    margin: 5px auto;
}

.p_t_type2_a {
    color: #666666;
    display: inline-block;
    padding: 0px 5px;
    line-height: 30px;
}

.p_t_type1 a {
    font-size: 16px;
    color: #274b7b;
    font-weight: bold;
    line-height: 40px;
}

.hot-key {
    margin: 30px 0;
}

.hot-key a {
    background-color: #0052D9;
    color: #FFF;
    padding: 5px 10px;
}

.hot-key a span {
    margin-left: 10px;
}

.a1 {
    border-radius: 4px 0 0 4px;
}

.a2 {
    border-radius: 0 4px 4px 0;
}

.nodata {
    width: 100%;
    text-align: center;
    color: #696969;
    margin: 20px 0 30px 0;
    font-size: 20px;
}

.nodata span {
    color: #2b6df3;
    cursor: pointer;
    margin: 0 4px;
}

.tab_tagsItemBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tab_tagsItemBox .needItemBox {
    width: 23%;
    /* height: 90px; */
    border: 1px solid #EBE9E9;
    box-shadow: 0px 2px 6px 0px rgba(168, 170, 179, 0.2);
    border-radius: 10px;
    margin-right: 13px;
    margin-bottom: 13px;
    padding: 13px;
    box-sizing: border-box;
}

/* 需求 服务  */
.needItemBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.n_textBox {
    width: 180px;
    text-overflow: ellipsis;
    /* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
    white-space: nowrap;
    /* nowrap:规定段落中的文本不进行换行   */
    overflow: hidden;
}

.n_title {
    font-size: 16px;
    font-weight: bold;
    color: #434547;

    text-overflow: ellipsis;
    /* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
    white-space: nowrap;
    /* nowrap:规定段落中的文本不进行换行   */
    overflow: hidden;
}

.n_city {
    font-size: 12px;
    font-weight: 400;
    color: #434547;
    margin-top: 8px;
}

.n_bz {
    font-size: 12px;
    font-weight: 400;
    color: #909090;
}

.n_pic {
    font-size: 16px;
    font-weight: bold;
    color: #FF6A00;
    height: 71px;
}

/* 店铺  继承前两个*/
.s_oneStr {
    width: 64px;
    height: 64px;
    background: linear-gradient(156deg, #6BADFF 0%, #6F9BFF 100%);
    border-radius: 10px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 6px rgba(7, 7, 7, 0.1);
    margin-right: 10px;
}
/* 第二种情况 */
.s_oneStrImg{
    width: 64px;
    height: 64px;
    border-radius: 10px;
   
    text-shadow: 0px 4px 6px rgba(7, 7, 7, 0.1);
    margin-right: 10px;
}
.s_oneStrImg img{
    width: 64px;
    height: 64px;
    border-radius: 10px;
}
.s_oneStr1 {
    background: linear-gradient(156deg, #FFC26B 0%, #F2A36A 100%);
}

/* 资讯样式 */
.z_img {
    width: 144px;
    height: 96px;
    border-radius: 2px;
    margin-right: 24px;
}

.z_box {
    min-width: 1170px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #EBE9E9;
    cursor: pointer;
}

.z_img+div {
    width: 100%;
}

.z_right_head_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.z_right_head_title div {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.z_right_head_title span {
    font-size: 12px;
    color: #999;
}

.z_main_text {
    min-height: 44px;
    font-size: 14px;
    color: #828282;

}

/* 问答视频 */
.w_box {
    width: 48%;
    display: flex;
    align-items: center;
}

.w_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
}

.w_item {
    width: 100%;
    padding: 15px 13px;
    border: 1px solid #EBE9E9;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.w_title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;

    text-overflow: ellipsis;
    /* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
    white-space: nowrap;
    /* nowrap:规定段落中的文本不进行换行   */
    overflow: hidden;
}

.w_title+div {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.w_between {
    justify-content: space-between;
}

.goMove {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: #f6f7fb;
    text-align: center;
    line-height: 40px;
    margin: 20px auto;
}

.goMove a {
    color: #3377ff;
}
.relation{
    font-size: 20px;
    word-wrap:break-word;
}
.relation a{
    font-size: 14px;
    word-wrap:break-word;
    line-height: 40px;
}
.relation span{
    /*margin-left: 5px;*/
    /*margin-top: 10px;*/
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.relation span:hover{
    border: 1px solid #0084c7;;
}
.layui-tab-title li{
    font-size: 18px;
    font-weight: 700;
}