/*导航条*/
.tec {
    background: #dedede;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tec_nei {
    width: 1300px;
    margin: 16px auto;
}

.tec_left {
    float: left;
    width: 1020px;
    overflow: hidden;
}

.tec_rig {
    float: right;
    width: 280px;
}

.tec_top {
    height: 40px;
    background: #fff;
}

.tec_top .my_que {
    float: right;
    border: 1px solid #ff6000;
    padding: 3px 6px;
    color: #ff6000;
    border-radius: 4px;
    margin-top: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 16px;
}

.tes_list_ui {
    width: 280px;
    height: 156px;
    float: left;
    position: relative;
    margin-right: 16px;
}

.tes_list_ui1 {
    position: absolute;
}

.tec_top div {
    float: left;
    padding: 14px 16px;
    line-height: 14px;
}

.tec_top a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: black;
}

.tec_xuan {
    background-color: #0066ff;
    color: #FFF;
}

.tec_top a .tec_xuan {
    color: white;
}

.tec_top a:hover div {
    color: white;
    background-color: #0066ff;
}


/*中部内容开始*/


.tec_bot {

    background: #dedede;
    margin-bottom: 16px;

    overflow: hidden;
}

.tec_bot > a:hover {
    text-decoration: none;

}

.tec_list {
    border-radius: 4px;
    background: white;
    margin: 10px 0;

    overflow: hidden;
    line-height: 24px;
}


.tec_list_nei {
    margin: 16px;
}

.tes_list_tit {
    margin-bottom: 14px;
}

.tes_list_tit span:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #434343;
    line-height: 18px;
}

.tes_list_tit span:nth-child(2) {
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #a2a2a2;
    line-height: 21px;
}

.quan span {
    display: inline-block;
    background: url("../img/xia.png");
    width: 11px;
    height: 11px;
    margin-left: 6px;
}

.quan a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 1px;
    color: #434343;
}

.tes_info {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1px;
    color: #737373;
    text-align: justify;
}

.quan {
    margin-bottom: 8px;
    text-align: right;
}

.tes_like {
    margin: 20px 0 0 0;
    display: flex;
    /*靠边对齐*/
    justify-content: flex-start;
    color: #666666;
}

.tes_like1 span {
    display: block;
    background: url("../img/like2.png");
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
    float: left;
    margin-right: 6px;
}

.tes_like2 span {
    display: block;
    background: url("../img/like4.png");
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
    float: left;
    margin-right: 6px;
}

.tes_hit span {
    display: block;
    background: url("../img/kan.png");
    width: 20px;
    height: 12px;
    background-size: 100% 100%;
    float: left;
    margin-right: 6px;
    margin-top: 5px;
}

.tes_like3 span {
    display: block;
    background: url("../img/like6.png");
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
    float: left;
    margin-right: 6px;
}

/*中部右边栏目*/
.tec_right {
    float: right;
    width: 260px;
}

.tes_yh {
    width: 260px;
    height: 100px;
    background-color: #ffffff;
    overflow: hidden;
}

.tes_yh_nei {
    margin: 16px;
}

.tes_tou {
    width: 67px;
    height: 67px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.tes_yh_nei img {
    border-radius: 50%;
}

.tes_yh_nei p {
    text-align: center;
    margin-bottom: 16px;
}

.tes_ab div {
    float: left;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    color: #b5b5b5;
    padding: 3px 5px;
    border-radius: 4px;
    border: solid 1px #b5b5b5;
    margin-right: 15px;
}

.tes_ab span {
    display: block;
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 3px;
    margin-right: 4px;
}

.tes_ab a:nth-child(1) span {
    background: url("../img/biji.png");
    background-size: 100% 100%;
}

.tes_ab a:nth-child(2) span {
    background: url("../img/xiaoxi.png");
    background-size: 100% 100%;
}

.tes_ab a:nth-child(3) span {
    background: url("../img/caogao.png");
    background-size: 100% 100%;
}

.tes_ab a:nth-child(3) div {
    margin: 0;
}

/*专家顾问*/

.tes_zj {
    background: #fff;
}

.tes_zj_tit {
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    line-height: 46px;
    background: #ff9000;
    border-bottom: 1px solid rgba(180, 180, 181, 0.4);
}

.tes_zj_x {
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    overflow: hidden;
}
#amUser-t ul li{
    width: 33%;
    text-align: center;
}
#amUser  ul li{
    width: 33%;
    text-align: center;

    /*margin-top: 16px;*/
}
.tes_zj_x a {
    color: #737373;
}

.tes_zj_x > div {
    margin: 16px;
}

.tes_zj_x a:hover {
    text-decoration: none;
    color: #ff6000;
}

.tes_zj_x div div {
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.tes_zj_x > div div {
    margin-top: 16px;
}

.tes_zj_x > div a:nth-child(odd) {

}


.tes_zj_x > div .tes_fd {
    display: block;
    width: 100%;
    height: 14px;
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1b1b1b;
    text-align: center;
    margin-bottom: 16px;
}

.tes_li {
    margin: 16px;
    overflow: hidden;
}

.tes_li a:hover {
    text-decoration: none;
}

.tes_li div {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #737373;
    margin-bottom: 16px;
    overflow: hidden;
    height: 20px;
}

.tes_li div:hover {
    color: #ff6000;
}


.zuozhe {
    display: none;
}

.tes_like > div {
    cursor: pointer;
}

.search-question {
    width: 100%;
    height: 60px;
    background-color: white;
    margin-top: 10px
}

.search-block {
    line-height: 40px;
    height: 40px;
    padding: 10px 10px;
    width: 500px
}

@media (max-width: 1024px) {
    .tec_bot {
        padding: 0 10px;
    }

}

@media (max-width: 800px) {
    .search-block{
        width: 100%;
    }
    .nav_offset {
        padding: 10px 10px;
    }

    .bianlan {
        display: none;
    }

    .tec_huanye {
        width: auto;
        margin: 16px auto;
        background-color: #dedede;

    }


    .tips {
        display: none;
    }

    .tec_right {
        width: 100%;
        float: none;
        padding: 0 10px;

    }

    .tes_yh {
        width: 100%;
    }

    .tec_nei {
        margin: 0;
        width: 100%;
    }

    .tec_left {
        width: 100%;
    }

    .tec_bot {
        background: #dedede;
        padding: 0 10px;
    }

    .tes_list_ui {
        width: 100%;
    }

    .tec_xuan {
        background-color: #0066ff;
        color: white;
    }

    .tec_top {
        display: flex;
        justify-content: space-around;
        height: auto;
        border-top: 1px solid rgba(149, 149, 149, 0.2);
        margin-top: 16px;
        font-size: 0.8em;
    }

    .tec_top a {
        font-size: 1.2em;
    }

    .tec_top div {
        padding: 20px 8px;
    }

    .tec_top .my_que {
        height: 14px;
        margin-top: 16px;
        margin-right: 10px;
    }

    .tec_list {
        background: #fff;
        height: auto;
    }

    .tes_info {
        /*display: none;*/
        height: auto;
        overflow: hidden;
    }

    .tes_list_tit span:nth-child(2) {
        display: none;
    }

    .tes_list_ui1 {
        border-radius: 5px;
    }

    .tes_span {
        width: 100%;
    }

    .tes_like {
        float: right;
        margin-top: 22px;
        margin-bottom: 16px;
        font-size: 0.8em;
    }

    .tes_like div {
        /*margin-left: 30px;*/
        margin-right: 0;
    }

    .tes_like3 {
        display: none;
    }

    .zuozhe {
        display: block;
        float: left;
        margin-top: 22px;
        margin-bottom: 16px;
        letter-spacing: 0px;
        color: #959595;
        font-size: 0.8em;
    }

    .tes_list_tit span:nth-child(1) {
        font-size: 18px;
        font-stretch: normal;
        letter-spacing: 3px;
    }

    .tes_like1 span {
        margin-top: 0.3em;
        width: 0.9em;
        height: 0.9em;
    }

    .tes_like2 span {
        margin-top: 0.3em;
        width: 0.9em;
        height: 0.9em;
    }


}
