* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    /* position: relative; */
    max-width: 720px;
    margin: 0 auto;
	
}
body {
	opacity:0;
}
a {
    text-decoration: none;
}

.tabs {
    margin-left: 0.3rem;
}





/* 尾页 */
.top_menu2 {
    width: 7.5rem;
    height: 1rem;
    background-color: #CB2122;
    padding: 0.16rem 0.31rem 0.2rem 0.3rem;
    display: flex;
    justify-content: left;
    align-items: center;
    position: fixed;
    left: 1;
    top: 0;
}

.top_menu2_l {
    margin-left: 0.36rem;
}

.top_menu2 span {
    font-size: 0.32rem;
    color: #fff;
}

.top_logo2 {
    width: 0.73rem;
    height: 0.64rem;
}

.top_menu_r2 {
    width: 2.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xiaochengxu2,
.kehuduan2 {
    height: 0.4rem;
    display: flex;
}

.nav_img12 {
    width: 0.44rem;
    height: 0.44rem;
}

.nav_img22 {
    width: 0.42rem;
    height: 0.39rem;
}

/* 

*/
.content2 {
    margin: 0 0.4rem;
    margin-top: 1.4rem;
}

.content_title2 {
    margin-bottom: 0.2rem;
    font-size: 0.46rem;
    font-weight: 800;
    color: #404040;
    
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content_time2 {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    font-weight: 500;
    color: #ABB3BA;
}

.content_time2 p:last-child {
    margin-left: 0.21rem;
}

.content_text2 {
    line-height: 0.56rem;
    font-size: 0.42rem;
    font-weight: 500;
    color: #404040;
    text-indent: 2em;
    margin: 0.4rem 0;
}

.content_img2 {
    width: 6.7rem;
    height: 4.46rem;
    border-radius: 0.06rem;
}

.content_img2 img {
    width: 6.7rem;
    height: 4.46rem;
}

.content_author2 {
    font-size: 0.24rem;
    font-weight: 500;
    color: #989CA5;
    text-align: right;
    margin-bottom: 0.7rem;
}

/* 底部 */
.footer_m {
    width: 7.5rem;
    height: 1.4rem;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.footer_m img {
    width: 3.2rem;
    height: 1.1rem;
}


/* PC版调整 */

.top_menu2 {
    display: flex;
}

.m_hide,
.content_r,
.footer,
.menu_link,
.laiyuan,
.old_title,
.content_p1_author,
.content_p1_bianji {
    display: none;
}

.content_l {
    padding: 0 0.4rem;
    padding-top: 1.5rem;
}

.content_p1_m {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    font-size: .28rem;
    color: #888;
    font-weight: 400;
}

.content_p1_time {
    margin-right: 0.3rem;
}
.content_p1_time a{
    color: #888;
}

.content_text_img_m {
    width: 6.9rem;
    height: 5rem;
}

.content_p2 {
    font-size: .42rem;
    color: #404040;
    text-align: justify;
    line-height: 1.7em;
    padding: 0.3rem 0;
    text-indent: 2em;
}

.content_p1_author2,
.content_p1_bianji2 {
    margin: 0 0.1rem;
    font-size: .24rem;
    color: #888;
    font-weight: 400;
}
.content_p1_author2 p {
	margin:0;
	font-size:0.24rem;
    color: #888;
}
.content_m_author2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	margin:0.4rem 0;
}
.content_text img {
	width:100% !important;
	height:auto !important;
}
.content_text p img {
	width:100% !important;
	height:auto !important;
}

.content_text {
	line-height:1.7em;
	border-top:1px solid #ddd;
}
.content_text p{
	font-size:0.42rem;
	line-height:1.7em;
	color:#404040;
	text-align:justify;
	margin:0.4rem 0;
}
.top_menu2 span a {
	color:#FFF;
}
.content_p1_author2 p {
	margin:0;
	font-size:0.24rem;
    color: #888;
}