body{
	background-color: #F5F5F5;
}
/* .banner{
	width: 100%;
	height: 286px;
	background: url(../image/ny-04-banner1.jpg) no-repeat center center;
	background-size: 100% 100%;
} */
.banner .adText{
	color: #fff;
	font-size: 36px;
	padding-left: 450px;
	padding-top: 100px;
}
.content{
	width: 1200px;
    margin: 0 auto;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    -webkit-box-shadow: 0 4px 10px #eee;
            box-shadow: 0 4px 10px #eee;
}
.content .header{
	background-color: rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 30px;
	height: 70px;
	color: #fff;
}
.content .header .en-text{
	font-size: 14px;
}
.content .header .zh-text{
	font-size: 26px;
}
/* .news-con{
	padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
	background-color: #fff;
} */
 .articleH{
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}
 .articleH .lgt{
    font-size: 30px;
    color: #4D4D4D;
}
 .articleH .smt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
 .articleH .fabsj{
    font-size: 12px;
    color: #999;
    padding-top: 5px;
    padding-bottom: 10px;
}
 .articleH .fanhlb{
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
 .articleC{
    font-size: 16px;
    line-height: 26px;
    color: #888;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
 .articleC p.img{
    text-align: center;
    margin-top:60px;
    margin-bottom: 60px; 
}
 .articleC p.img img{
    width: 650px;
}
 .articleC p{
    line-height: 30px;
    margin: 30px 0;
    font-size: 14px;
}
 .footernav{
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
 .footernav .navl{
    color: #B9B9B9;
    margin-right: 6px;
}
 .footernav .navcon{
    color: #4D4D4D;
}
.footernav .navcon:hover {
    color: #EC6C00;
}