.fl {
    float: left;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.btn {
    cursor: pointer;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.head {
    padding-top: 0 !important;
}

.head .head_main {
    min-height: 280px;
    padding: 0 0 20px 0;
    background: url(/index/img/head_main_bg.png) no-repeat center center;
    background-size: 100% 100%;
    /* box-shadow: 0px 0px 10px 0px rgb(90 90 90 / 0.24); */
    border-radius: 26px;
    margin-bottom: 20px;
}

.head .head_main .personal_pic {
    width: 140px;
    margin: 66px 40px 0 50px;
}

.head .head_main .personal_pic .personal_img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgb(72 128 100 / 72%);
}

.head .head_main .personal_pic .personal_img img {
    width: 100%;
}

.head .head_main .personal_pic h3 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}

.head .head_main .adviser {
    width: 695px;
    margin: 86px 0 0;
}

.head .head_main .adviser .adviserTop {
    margin-bottom: 24px;
}

.head .head_main .adviser .adviserTop .city {
    color: #2660ac;
    font-size: 14px;
    border: 1px solid #2660ac;
    border-radius: 40px;
    line-height: 14px;
    padding: 2px 10px;
    float: left;
}

.head .head_main .adviser .adviserTop .consult i {
    font-style: normal;
    color: #ea9526;
    
}

.head .head_main .adviser .adviserTop .consult {
    font-size: 16px;
    color: #333333;
    margin-left: 12px;
    height: 20px;
    line-height: 20px;
    float: left;
}

.head .head_main .adviser .adviserTop .consult span {
    padding-right: 10px;
    border-right: 1px solid #333333;
    margin-right: 10px;
}

.head .head_main .adviser .adviserTop .consult span.span1 {
    max-width: 256px;
    float: left;
}

.head .head_main .adviser .adviserTop .consult span.noBorder {
    border: 0;
}

.head .head_main .adviser ul li {
    width: 100%;
    font-size: 14px;
    color: #333333;
    float: left;
    line-height: 18px;
    margin-bottom: 14px;
}

.head .head_main .adviser ul li b {
    color: #2660ac;
    font-weight: normal;
}

.head .head_main .adviser ul li:nth-child(2n) {
    width: 336px;
}

.head .head_main .adviser .btn_wrap {
    padding: 10px 0 0 0;
}

.head .head_main .adviser .btn {
    width: 130px;
    height: 40px;
    border: 1px solid #2660ac;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    float: left;
    border-radius: 40px;
    margin-right: 20px;
    position: relative;
}

.head .head_main .adviser .btn span {
    position: absolute;
    width: auto;
    height: 18px;
    padding: 0 8px;
    right: -16px;
    top: -10px;
    background: #ff4956;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px 10px 10px 0;
}

.head .head_main .adviser .zxzx_btn {
    width: 260px;
    color: #ffffff;
    background: #2660ac;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;
    animation: ball-scale-multiple 1s 0s linear infinite alternate;
}

.head .head_main .adviser .zxzx_btn:hover {
    color: #ffffff;
    background: #2660ac;
}

.head .head_main .adviser .btn_wrap .swiper-container {
    width: 260px;
    height: 20px;
    margin: 10px 0 0 0;
    text-align: center;
}

.head .head_main .adviser .btn_wrap .swiper-container .swiper-slide {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
}

.head .head_main .adviser .btn_wrap .swiper-container .swiper-slide img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 6px 0 0;
    border-radius: 50%;
    vertical-align: bottom;
}

.head .head_main .lxSc {
    width: 208px;
    height: 208px;
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.head .head_main .lxSc img {
    width: 170px;
    margin-left: -6px;
    border-radius: 10px;
}

.head .head_main .lxSc p {
    font-size: 16px;
    color: #6e4e2a;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 40px;
    width: 180px;
    height: 40px;
}

@keyframes ball-scale-multiple {
    from {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.user-select {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qt_title_big {
    border-bottom: 1px solid #dddddd;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.qt_title_big .tit {
    line-height: 50px;
    vertical-align: middle;
    font-size: 24px;
}
.main .sidebar_l {
    width: 850px;
    margin-top: 6px;
    /* padding: 26px 30px 40px 30px; */
    background: #ffffff;
    border-radius: 20px;
    /* box-shadow: 0 0 10px 5px #e8e8e8; */
    float: left;
    box-sizing: border-box;
}

.main .sidebar_r {
    width: 270px;
    float: right;
}

.main .sidebar_r .m_b_15 {
    margin-bottom: 15px;
}

.main .sidebar_r .m_b_40.blog_toolbar {
    margin-bottom: 15px;
}

.main .sidebar_r .qt_title_big {
    margin: 0;
    height: 42px;
    line-height: 42px;
    padding-bottom: 4px;
    background-position: -495px -62px;
}

.main .sidebar_r .qt_title_big .tit {
    line-height: 42px;
    font-size: 20px;
}

.sidebar_l {
    width: 910px;
    /* padding: 25px 50px; */
    background: #ffffff;
    border-radius: 20px;
    /* box-shadow: 0 0 10px 5px #e8e8e8; */
    float: left;
    box-sizing: border-box;
}

.sidebar_l .tit {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.sidebar_l .original {
    float: left;
    margin: 4px 10px 0 0;
}

.sidebar_l .original li {
    font-size: 12px;
    line-height: 16px;
    color: #ffff;
    background: #2660ac;
    padding: 0 6px;
    border-radius: 4px;
}

.sidebar_l .blog_info {
    font-size: 12px;
    line-height: 24px;
    float: left;
    color: #999999;
}

.sidebar_l .blog_info dl {
    float: left;
    margin-right: 10px;
}

.sidebar_l .blog_info dl:nth-of-type(2) {
    display: none;
}

.sidebar_l .blog_info dl dt,
.sidebar_l .blog_info dl dd {
    float: left;
}

.sidebar_l .blog_info a,
.sidebar_l .blog_info span {
    color: #2660ac;
}

.sidebar_l .TRS_Editor_wrap {
    border-top: 1px solid #dddddd;
    padding: 20px 0;
    margin-top: 10px;
}

.sidebar_l .TRS_Editor_wrap a {
    color: #ff8916;
    
}

.sidebar_r {
    width: 270px;
    float: right;
}

.sidebar_r .m_b_40 {
    margin-bottom: 20px;
}

.sidebar_r .qt_title_big {
    margin: 0;
    height: 42px;
    line-height: 42px;
    padding-bottom: 4px;
    background-position: -495px -62px;
}

.sidebar_r .qt_title_big .tit {
    line-height: 42px;
    font-size: 20px;
}

.sidebar_r .blog_gwtj .con {
    padding: 0 22px;
}

.sidebar_r .blog_gwtj .list {
    height: 110px;
    border-bottom: 1px solid #dddddd;
}

.sidebar_r .blog_gwtj .list:nth-last-of-type(1) {
    border: none;
}

.sidebar_r .blog_gwtj .img_wrap {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    margin: 18px 8px 0 0;
}

.sidebar_r .blog_gwtj .img_wrap img {
    width: 100%;
    height: auto;
}

.sidebar_r .blog_gwtj .dec_wrap {
    width: 148px;
    margin: 18px 0 0 0;
}

.sidebar_r .blog_gwtj .dec_wrap dl {
    /* height: 66px; */
    padding: 0 0 4px 0;
}

.sidebar_r .blog_gwtj .dec_wrap dt {
    margin-bottom: 5px;
}

.sidebar_r .blog_gwtj .dec_wrap dt b {
    max-width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    margin-right: 6px;
    overflow: hidden;
}

.sidebar_r .blog_gwtj .dec_wrap dt span {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #f39800;
    background: #fff4e1;
    border: 1px solid #f39800;
    padding: 0 6px;
    border-radius: 0 5px 0 5px;
}

.sidebar_r .blog_gwtj .dec_wrap dd {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
}

.sidebar_r .blog_gwtj .dec_wrap .btn {
    width: 100px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #2660ac;
    border: 1px solid #2660ac;
    text-align: center;
    border-radius: 9px;
}

.sidebar_r .blog_gwtj .dec_wrap .btn:hover {
    background: #2660ac;
    color: #ffffff;
}

.sidebar_r .blog_tj_article {
    display: none;
}

.sidebar_r .blog_tj_article .qt_title_big span b {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    margin-left: 12px;
    display: inline-block;
    cursor: pointer;
}

.sidebar_r .blog_tj_article .qt_title_big span b.active {
    color: #2660ac;
    
}

.sidebar_r .blog_tj_article .con {
    padding: 10px 0 16px;
}

.sidebar_r .blog_tj_article .lists {
    padding: 0 0 0 10px;
}

.sidebar_r .blog_tj_article .lists li {
    padding: 0 0 0 8px;
    position: relative;
    line-height: 18px;
}

.sidebar_r .blog_tj_article .lists li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #2660ac;
    position: absolute;
    left: 0;
    top: 17px;
}

.sidebar_r .blog_tj_article .lists li a {
    /* display: block; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.sidebar_r .blog_tj_article .lists li span {
    height: 18px;
    width: 48px;
    font-size: 12px;
    color: #2660ac;
    line-height: 16px;
    padding: 0 5px;
    border: 1px solid #2660ac;
    border-radius: 0 8px 8px;
    float: left;
    margin: 0 8px 0 0;
    text-align: center;
}

.sidebar_r .blog_tj_article .lists li p {
    float: left;
    color: #333333;
}

.sidebar_r .blog_tj_article .lists li:hover p {
    color: #2660ac;
}


.sidebar_l .tit_wrap {
    position: relative;
}

.sidebar_l .tit_wrap .fl_tit {
    width: 600px;
}
 b{
    font-weight: 500;
 }