﻿html{
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	background:  #fff;
	color: #333333;
	font-family: "微软雅黑";
	position: relative;
}
@media screen and (min-width: 640px){
	html { font-size: 75%; background: #999; }
	body { max-width: 640px; margin: 0 auto !important; }
}
body {
	margin: 0 auto;
	padding: 0;
	background:  #fff;
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	position: relative;
}
html.noscroll {
	overflow: hidden;
}
img{
	display: block;
}
p, div, ul, li, dl, dd, dt, h1, h2, h3, h4, h5, table, td, tr {
    padding: 0;
    margin: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
dl:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
dd:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clc {
	clear: both;
}
/*头部*/
.iphone{
	height: 4.6rem!important;
}
.iphone li{
	height: 4.6rem!important;
	line-height: 4.6rem!important;
	font-size: 1.6rem!important;
}
.iphone li.iphone_one img{
	height: 4.6rem;
}
.iphone .iphone_nav{
	font-size: 1.5rem!important;
	height: 4.6rem!important;
	line-height: 4.6rem!important;
}
/*文章*/
.essay-header{
    position: relative;
	overflow: hidden;
    margin-top: 4.6rem;
}
.essay-header .bg {
	position: absolute;
    left: -3rem;
    right: -3rem;
    top: -3rem;
    bottom: -3rem;
    overflow: hidden;
}
.essay-header .bg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fafafa;
    opacity: .85;
}
.essay-header .bg .thumb {
    display: block;
	width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 100%;
    -webkit-filter: blur(2rem);
    filter: blur(2rem);
	background-image: url(http://news.china-ef.com/2022/images/nav_bg.jpg);
}
.essay-header .essay-title { 
	position: relative;
    padding: 1.5rem;
}
.essay-header .essay-title .path {
	font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #8a8a8a;
    line-height: 2rem;
}
.essay-header .essay-title .path a{
    color: #8a8a8a;
}
.essay-header .essay-title .path font{    
	float: right;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    background: #dd001a;
    border-radius: 0.3rem;
    padding: 0 0.5rem;
	margin-top: -0.1rem;
}
.essay-header .essay-title .path font a{
	color: #fff;
}
.essay-header .essay-title h2 {
	font-size: 2.5rem;
    line-height: 3.2rem;
	font-weight: bold;
    word-break: break-all;
    text-align: justify;
}
.essay-header .essay-title p{
	font-size: 1.3rem;
	text-align: center;
	color: #666;
	margin-top: 1.5rem;
	border-top: 1px dashed #ccc;
	padding-top: 1.5rem;
}
.essay-header .essay-title p span {
	position: relative;
	display: inline-block;
	padding: 0 1rem;
}
.essay-header .essay-title p span:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5rem;
    height: 1rem;
    width: 0;
    border-right: 1px solid #8a8a8a;
    opacity: .59;
}
.essay-header .essay-title p span:last-child:after{
	content: none;
}

.essay-table{    
    width: 100%;
    border-top: .1rem solid #eee;
    border-left: .1rem solid #eee;
    border-right: .1rem solid #eee;
    margin-top: 2rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 2rem;
}
.essay-table ul{
    
}
.essay-table ul li{
    border-bottom: .1rem solid #eee;
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.essay-table ul li span{
    padding: 1rem 1rem;
    display: block;
}
.essay-table ul li p{
    margin: 0;
    padding: 1rem;
    border-left:  .1rem solid #eee;
    flex: 1;
}

.essay-container {
	padding: 0 1.5rem;
	font-size: 1.6rem;
    color: #333;
    line-height: 3rem;
    text-align: justify;
}
.essay-container p {
	margin-top: 2rem;
}
.essay-container p img{
	width: 100%;
}
.essay-entrance{
	padding: 0 1.5rem;
}
.essay-entrance a{
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background: #31b2ea;
    display: block;
    text-align: center;
    border-radius: 0.5rem;
    line-height: 2.6rem;
    padding: 0.6rem 1rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
}
.essay-entrance a:visited { 
	color: #fff;
}
.essay-entrance a i { 
	color: #ffeb3b;
    font-style: normal;
}
.essay-brand {
    box-sizing: border-box;
	margin: 2rem 1.5rem 0 1.5rem;
	background: #f3f4f5;
    border: 1px solid #f3f4f5;
	border-radius: 0.5rem;
    overflow: hidden;
    padding-bottom: 1.5rem;
}
.essay-brand:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.essay-brand img{
	width: 100%;
}
.essay-brand .logo{    
	float: left;
    height: auto;
    margin: 1.5rem 1.5rem 0 1.5rem;
}
.essay-brand .logo img{
	display: block;
	width: auto;
	height: 7.3rem;
	border-radius: 0.3rem;
}
.essay-brand .text{
	margin: 1.5rem 1.5rem 0 1.5rem;
}
.essay-brand .text a{
    display: block;
    height: 7.3rem;
}
.essay-brand .text h2{
	font-size: 1.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2.9rem;
}
.essay-brand .text p{
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.essay-copyright {
	margin: 2rem 1.5rem 0 1.5rem;
    background: #f6f9ff;
    border-radius: 0.5rem;
    padding: 1.5rem;
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #666;
}
.essay-copyright strong{
	display: block;
    color: #1d52ab;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}
.essay-related{
    margin: 2rem 1.5rem;
}
.essay-related p{
	position:relative;
	color: #666;
    margin-bottom: 0.5rem;
}
.essay-related p:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 50%;
}
.essay-related p span{
	font-size: 1.4rem;
	line-height: 1.4rem;
	background: #fff;
	padding-right: 1rem;
    position: relative;
    z-index: 1;
}
.essay-related a{
	display: inline-block;
    background: #f3f4f5;
    padding: 0.5rem 1.2rem;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    margin-right: 1rem;
    color: #666;
	cursor: pointer;
    font-size: 1.4rem;
}
.essay-related a span{
	display: inline-block;
    background: #bbb;
    color: #ffffff;
    padding: 0 0.4rem;
    border-radius: 0.8rem 0.8rem 0 0.8rem;
    line-height: 1.6rem;
    margin-right: 0.5rem;
}

@media screen and (min-width: 750px) {
	.essay-related a:hover{
		background: #dd001a;
		color: #fff;
	}
	.essay-related a:hover span { 
		background: #fff;
		color: #dd001a;
	}
}

.fgx{
	width: 100%;
	height: 1.5rem;
	background: #f3f5f7;
}

.recTlt {
    background: #f3f4f5;
    padding: 0 1.5rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    padding-bottom: 1rem;
}


#msg_tk {
    padding: 1rem 1.5rem !important;
}

.recNews { 
    padding: 2rem 1.5rem;
}
.recNews ul li {
    margin-bottom: 2rem;
}
.recNews ul li .news_Img{
    float: right;
    height: 9.6rem;
    margin-left: 1rem;
}
.recNews ul li .news_Img img{
    height: 100%;
    border-radius: .5rem;
}
.recNews ul li .news_txt h1{    
    font-size: 1.6rem;
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.recNews ul li .news_txt h2{    
    font-size: 1.6rem;
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.recNews ul li .news_txt p{
    font-size: 1.4rem;
    line-height: 2rem;
    height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
    color: #666;
}
.recNews ul li .news_txt dd{    
    font-size: 1.3rem;
    color: #999;
    margin-top: 1rem;
    line-height: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recNews .more{
    width: 100%;
    line-height: 3.8rem;
    background: #31b2ea;
    border-radius: .5rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}
.recNews .more a{
    display: block;
}