﻿.edit {
    min-width: 1200px;
    margin: 0 auto;
    padding: 50px 90px 0 90px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: 1s;
}

.edit_l {
    padding: 30px 100px 0 100px;
    margin-right: 40px;
    width: 70%;
    background-color: white;
    display: inline-table;
}

.edit_r {
    flex-grow: 1;
    padding-left: 30px;
}

.edit_title {
    font-size: 30px;
    text-align: center;
    color: #2b2b2b;
    line-height: 1.6;
    margin: 20px 0 30px;
}

.edit_time {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.edit_time span:first-of-type {
    margin-right: 30px;
}

.edit_cont {
    padding: 40px 0;
}

.edit_cont p {
   font-size:14px;  text-indent:2em;
}

.edit_cont img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.edit_href {
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit_href a {
    display: flex;
}

.edit_href div {
    flex-grow: 1;
    height: 1px;
    background-color: #efefef;
}

.edit_href img {
    margin: 0 5px;
}

.edit_tb {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.edit_tb a {
    color: #2b2b2b;
}

.edit_tb_l, .edit_tb_r {
    margin-right: 10px;
    vertical-align: middle;
}

.edit_tb a:hover {
    color: #ff4229;
}

/* 相关推荐 */

.edit_about {
    padding-bottom: 10px;
}

.edit_tj {
    font-size: 22px;
    color: #000000;
    border-left: 4px solid #ff4229;
    padding-left: 10px;
    margin: 18px 3%;
    line-height: 1;
}

/* 标签 */

.edit_tags {
    display: flex;
    flex-wrap: wrap;
    max-width: 426px;
    padding-left: 3%;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
}

.edit_tags div {
    padding: 10px 15px;
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: 1s;
}

.edit_tags div:hover {
    background-color: #ff4229;
}

.edit_tags div:hover a {
    color: white;
}

.edit_tags a {
    transition: 1s;
    color: #606060;
    display: block;
    width: 100%;
    height: 100%;
}

.edit_ul {
    padding: 0 3%;
    border-top: 1px solid #eeeeee;
}

.edit_li {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.edit_li span {
    display: inline-block;
    margin-right: 14px;
    min-width: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    background-color: #c4c4c4;
    border-radius: 2px;
}

.edit_li:nth-of-type(-n+3) span {
    background-color: red;
}

.edit_li p {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

/*  */

.edit_hot {
    overflow: hidden;
}

.edit_new {
    width: 373px;
    background-image: url('../images/trendphone.jpg');
    background-size: cover;
    color: white;
    text-align: center;
    padding: 0 15px;
    margin-top: 20px;
    border: 1px solid transparent;
}

.edit_new_title {
    font-size: 22px;
    padding: 15px 0;
    letter-spacing: 4px;
}

.edit_new_tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}

.edit_new_tags span {
    font-size: 12px;
    position: relative;
}

.edit_new_tags span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #fa8e9d;
}

.edit_new_tags span:last-of-type::after {
    display: none;
}

.edit_new_phone {
    font-size: 30px;
    letter-spacing: 1px;
}

.edit_new_btn {
    font-size: 14px;
    border: 1px solid white;
    display: inline-block;
    padding: 5px 60px;
    margin: 15px 0;
}

.edit_new_btn a {
    color: white;
}

.edit_new_btn:hover {
    background-color: #ff4229;
}

/*  */

.edit_re {
    margin-top: 20px;
    padding: 50px 100px 0 100px;
}

.edit_re_list {
    display: flex;
    border-top: 1px solid #eeeeee;
    padding: 1.7% 0;
}

.edit_re_list a {
    display: block;
    width: 25%;
    margin-right: 1%;
}

.edit_re_list img {
    width: 100%;
    object-fit: contain;
}

.edit_re_list a:last-of-type {
    margin-right: 0;
}

.edit_re .edit_tj {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
}

.cont_banner img {
    height: 340px;
}

.sharewx {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 296px;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
    border: solid 1px #d8d8d8;
    padding: 20px;
    z-index: 8;
}

.sharewx #qrcode {
    width: 256px;
    height: 256px;
    margin: 10px 0;
}

.sharewx .sharewx_title {
    font-size: 14px;
    color: black;
}

/*  */

.trendEdit_tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
}

.trendEdit_tags div {
    padding: 8px 12px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    font-size: 12px;
    margin-right: 18px;
    transition: 1s;
}

.trendEdit_tags div:hover {
    border: 1px solid #ff3333;
}

.trendEdit_tags div:hover a {
    color: #ff3333;
}

.trendEdit_tags a {
    transition: 1s;
    color: #999999;
}