.swiper_img_box .l_item {
    height: 366px;
    border-radius: 8px;
    background-color: #ddd;
}

.swiper_img_box .swiper_default {
    border-radius: 8px;
}

.swiper_img_box .swiper_default li {
    width: 100%;
    height: 366px;
    border-radius: 8px;
}

.swiper_img_box .swiper_default li a,
.swiper_img_box .swiper_default li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_img_box .swiper_default .swiper-pagination {
    text-align: left;
    padding-left: 20px;
}

.swiper_img_box .swiper_default .swiper-pagination .swiper-pagination-bullet {
    background-color: #ddd;
    opacity: 1;
}

.swiper_img_box .swiper_default .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px;
    background-color: #fff;
}


.swiper_img_box .r_item>a {
    display: block;
    width: 100%;
    height: 168px;
    border-radius: 8px;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}

.swiper_img_box .r_item>a:first-child {
    margin-bottom: 30px;
}

.swiper_img_box .r_item img {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all .5s;
    object-fit: cover;
}

.swiper_img_box .r_item span {
    position: absolute;
    font-size: 18px;
    height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 99;
    transition: all .5s;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 8px 8px 8px 8px;
}

.swiper_img_box .r_item>a:hover a {
    height: 168px;
    padding-top: 50px;
    background: rgba(0, 0, 0, .6);
}

.swiper_img_box .r_item>a:hover img {
    transform: scale(1.05);
}

/* 导航 */
.tab_box {
    background-color: #fff;
    height: 62px;
    margin: 30px 0;
    box-shadow: 0 5px 8px 1px rgba(191, 191, 191, 0.3);
}

.tab_box>div,
.tab_box .nav_item {
    height: 100%;
}

.tab_box .nav_item li {
    float: left;
    width: 16.666%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: 100%;
    line-height: 62px;
    text-align: center;
    cursor: pointer;
}

.tab_box .nav_item li.active {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #282828;
}

.content_box .content_list {
    display: none;
}

.content_box .content_list.active {
    display: block;
}

/* 热门标签 */
.link_tips li {
    margin-top: 20px;
    float: left;
    margin-right: 15px;
}

.link_tips li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EFEFEF;
    width: 86px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
}

.link_tips li.active a {
    display: inline-block;
    width: 144px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    color: #EF6060;
    line-height: 30px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EF7888;
}

.link_tips li.active a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 14px;
    margin-left: 5px;
    background: url(../images/hot_icon.png) no-repeat center center;
}



/* detail.html */
.detail_html .w12_box {
    background-color: transparent;
}

.detail_html .title_div {
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
}

.detail_html .title_div .title {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    padding: 15px 0;
}

.detail_html .title_div .text {
    color: #999;
    font-weight: 400;
    font-size: 14px;
}

.detail_html .title_div .text span {
    margin-right: 10px;
}

.detail_html .title_div .text .icon:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.detail_html .title_div .text .time:before {
    background: url(../images/time_icon.png) no-repeat center center/cover;
}

.detail_html .title_div .text .heart:before {
    background: url(../images/heart_icon.png) no-repeat center center/cover;
}

.detail_html .content_info {
    padding: 25px 0;
}

.detail_html .content_info p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.detail_html .content_info img {
    display: block;
    width: 100%;
    border-radius: 8px;
    margin: 20px auto;
}

.detail_html .content_btn_item span {
    display: inline-block;
    width: 130px;
    height: 40px;
    font-size: 14px;
    color: #FF6464;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF6464;
}

.detail_html .content_btn_item span:before,
.detail_html .content_btn_item a:before {
    content: "";
    display: inline-block;
    position: relative;
}

.detail_html .content_btn_item span:before {
    top: 3px;
    width: 18px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/heart_icon@.png) no-repeat center center/cover;
}

.detail_html .content_btn_item a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    text-align: center;
}

.detail_html .content_btn_item a:hover {
    background-color: #f2f2f2;
    border-color: #eee;
}

.detail_html .content_btn_item a:before {
    width: 18px;
    height: 18px;
    top: 12px;
    background: url(../images/share_icon.png) no-repeat center center/cover;
}

/*  */
.detail_html .swiper_page {
    width: 100%;
    height: 110px;
    margin: 40px auto 0;
    background: #FAFAFA;
    border-radius: 8px 8px 8px 8px;
}

.detail_html .swiper_page>div {
    width: 50%;
    height: 100%;
    padding-left: 160px;
    padding-right: 10px;
    position: relative;
}

.detail_html .swiper_page>div:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 80px;
    background-color: #EFEFEF;
    position: absolute;
    right: 0;
    top: 15px;
}

.detail_html .swiper_page a {
    display: block;
    height: 100%;
}

.detail_html .swiper_page .img_item {
    display: inline-block;
    width: 120px;
    height: 80px;
    border-radius: 8px;
    position: absolute;
    top: 15px;
    left: 20px;
    overflow: hidden;
}

.detail_html .swiper_page .img_item img {
    width: 100%;
    height: 100%;
}

.detail_html .swiper_page .text {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
}

.detail_html .swiper_page p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.detail_html .swiper_page>div:hover {
    background-color: #EAF5FE;
}

.detail_html .swiper_page>div:hover span,
.detail_html .swiper_page>div:hover p {
    color: #5EA9F8;
    font-weight: bold;
}

/* 猜你喜欢 */
.detail_html .like_box ul {
    margin-top: 10px;
}

.detail_html .like_box ul li {
    width: 220px;
    float: left;
    margin: 10px 32px 10px 0;
}

.detail_html .like_box ul li:nth-child(3n) {
    margin-right: 0;
}

.detail_html .like_box ul li:nth-child(n+4) {
    margin-bottom: 0;
}

.detail_html .like_box ul li div {
    width: 100%;
    height: 144px;
    border-radius: 8px;
    overflow: hidden;
}

.detail_html .like_box ul li img {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.detail_html .like_box ul li p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    margin: 5px 0;
    overflow: hidden;
}

.detail_html .like_box ul li:hover img {
    transform: scale(1.1);
}

.detail_html .like_box ul li:hover p {
    color: #5EA9F8;
}

/* search.html */
.search_html {
    height: 100%;
}

.search_html .w12_box {
    background-color: transparent;
}

.search_html .search_content {
    width: 600px;
    height: 42px;
    margin: 190px auto 0;
    background: #FFFFFF;
    box-shadow: 0 2px 6px 1px rgba(191, 191, 191, 0.3);
    border-radius: 21px 21px 21px 21px;
    position: relative;
}

.search_html .search_content input {
    display: block;
    height: 42px;
    width: 100%;
    line-height: 42px;
    padding: 0 20px;
}

.search_html .search_content button {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 26px;
    right: 20px;
    top: 8px;
    z-index: 10;
    background: url(../images/search.png) no-repeat center center/cover;
}

.search_html .title_item {
    margin-top: 30px;
}

.search_html .title_item>p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.search_html .title_item>p:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 21px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.search_html .title_item p.hot_search:before {
    background: url(../images/hot_search.png) no-repeat center center/cover;
}

.search_html .title_item p.hot_good:before {
    background: url(../images/hot_good.png) no-repeat center center/cover;
}

.search_html .hot_search .search_list {
    margin-top: 15px;
}

.search_html .hot_search .search_list a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    color: #000;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin-right: 15px;
    border: 1px solid transparent;
}

.search_html .hot_search .search_list a:hover {
    opacity: 0.8;
    color: #666;
    border-color: #CCCCCC;
}

/* 热门推荐 */
.search_html .hot_good_box ul li {
    width: 190px;
    float: left;
    margin: 10px 15px 10px 0;
}

.search_html .hot_good_box ul li:last-child {
    margin-right: 0;
}

.search_html .hot_good_box ul li div {
    width: 100%;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
}

.search_html .hot_good_box ul li img {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.search_html .hot_good_box ul li p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #666;
    margin: 5px 0;
    overflow: hidden;
}

.search_html .hot_good_box ul li:hover img {
    transform: scale(1.1);
}

.search_html .hot_good_box ul li:hover p {
    color: #5EA9F8;
}

/* search_result.html */
/* .search_result_html .w12_box{
    background-color: #fff;
} */
.search_result_html .search_result {
    padding-bottom: 50px;
}

.search_result_html .search_result>p {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 0 20px;
    background-color: #fff;
}

.search_result_html .search_result ul li {
    width: 276px;
    float: left;
    padding-bottom: 15px;
    margin: 10px 32px 10px 0;
    background-color: #fff;
}

.search_result_html .search_result ul li:nth-child(n+25) {
    display: none;
}

.search_result_html .search_result ul li:nth-child(4n) {
    margin-right: 0;
}

.search_result_html .search_result ul li div {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
}

.search_result_html .search_result ul li img {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.search_result_html .search_result ul li .info {
    padding: 0 12px;
    font-size: 16px;
    width: 100%;
    line-height: 21px;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}

.search_result_html .search_result ul li:hover {
    box-shadow: 0 2px 5px 2px #f2f2f2;
}

.search_result_html .search_result ul li:hover img {
    transform: scale(1.05);
}

.search_result_html .search_result ul li:hover .info {
    color: #5EA9F8;
}

.search_result_html .search_result ul li .time {
    font-size: 12px;
    color: #999;
    padding: 0 12px;
}

.search_result_html .search_result ul li .time:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    background: url(../images/time_icon.png) no-repeat center center/cover;
}

.search_result_html .search_result .show_more {
    width: 296px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background: #F6F6F6;
    color: #333;
    border: 1px solid #333333;
}

.search_result_html .news_list {
    margin-bottom: 50px;
    padding: 0 20px;
    background-color: #fff;
}

.search_result_html .news_list li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EFEFEF;
}

.search_result_html .news_list a {
    color: #333;
    display: block;
    height: 100%;
    font-size: 16px;
}

.search_result_html .news_list a .time {
    font-size: 12px;
    color: #999;
    padding: 0 12px;
}

.search_result_html .news_list a .time:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    background: url(../images/time_icon.png) no-repeat center center/cover;
}

.search_result_html .news_list a:hover,
.search_result_html .news_list a:hover span {
    color: #5EA9F8;
}
/*  */
#tagsList {
    position: relative;
}

#tagsList a {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Microsoft YaHei;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 6px;
}

#tagsList a:hover {
    color: #999;
    letter-spacing: 2px;
}

.detail_html .content_info ul, .detail_html .content_info ol {
padding: 0;
  margin-top: 15px;list-style-type: disc!important;
}
.detail_html .content_info ul li, .detail_html .content_info ol li {
  color:#666668;list-style-type: disc!important;margin-left: 15px;text-indent: 0;word-break: break-all;line-height: 1.8;
}
.detail_html .content_info table {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.detail_html .content_info table td, .detail_html .content_info table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.detail_html .content_info table td sup, .detail_html .content_info table th sup {
  color: #999;
}
.detail_html .content_info table thead td, .detail_html .content_info table thead th {
  color: #222;
  background-color: #eee;
}
.detail_html .content_info table tbody tr:nth-child(even) {
  background-color: #eee;
}
.detail_html .content_info table tbody tr td {
  color: #777;
  word-break: break-all;
}