@charset "UTF-8";
/* CSS Document */

body, html,div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, p, a, form, input,span,dl,dt,dd{
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
     }
body{ font:normal 14px "微软雅黑";  line-height:25px; color:#666;min-width: 1082px;margin: auto;}
a{ text-decoration:none;color: #000; }
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none; color:#333;}
ul, li{ list-style:none; margin:0; padding:0;}	
img{ border:0;}
.clear{ clear:both;}
.col{width: 100%;background-color: #eaeaea;}

.topnav{ width:100%; height:80px; background:#f1f1f1;}
.topnav .logo{width:1200px;height:80px; margin:0 auto;}
.topnav .loleft{ float:left;width: 15%;padding: 10px 0;}
.topnav .loleft img{height: 42px;margin-top: 5px;}
.topnav .loright{ float:right;text-align:right;width: 25%;}
.loright .rphone{font-size: 20px;color: #333;line-height: 80px;}
.loright .rphone img{width: 26px;margin: 0 10px -6px 0;}
#navi{ height:80px;overflow:hidden;float: left;width: 60%}
#navi ul{overflow:hidden;height: 80px;}
#navi ul li{ display:block; height:40px;float:left;}
#navi ul li a{display:block; color:#333; padding:0 26px;font-size: 16px;line-height: 80px;}
#navi ul li a:hover{background-image: url("../images/hongxian.jpg");background-repeat: no-repeat;background-position: center 72px;}


.title{
	text-align: center;
	margin-bottom: 60px;
}
.title .english{
	font-size: 24px;
	color: #999;
	margin-bottom: 8px;
}
.title .chinese{
	font-size: 24px;
	color: #333;
	line-height: 36px;
	position: relative;
}
.title .chinese:before{
	content:"";
	display: block;
	position: absolute;
	top: 18px;
	left: 470px;
	width: 50px;
	height: 3px;
	background: #fe0001;
}
.title .chinese:after{
	content:"";
	display: block;
	position: absolute;
	top: 18px;
	right: 470px;
	width: 50px;
	height: 3px;
	background: #fe0001;
}

.box{
	width: 100%;
	min-width: 1200px;
}
.fybanner img{
	width: 100%;
}

.box  .cname{
	width: 1200px;
	height: 40px;
	padding-top: 32px;
	font-size: 18px;
	text-indent: 12px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin: auto;
}
.box  .cname .lx{
	float: left;
	width: 2px;
	height: 24px;
	margin-top: 8px;
	background-color: #e6212a;
}
.box  .cname span{
	float: right;
	font-size: 14px;
}
.box .cname span a{
	color: #666;
}
.box .cname span a:hover{
	color: #e6212a;
}
/*新闻列表*/
.box .newsshow{
	width: 1200px;
	margin:40px auto;
	overflow: hidden;
}
.box .newsshow .news{
	width: 68%;
	float: left;
}
.box .newsshow .news .tit .bt{
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 40px;
	margin-bottom: 10px;
}
.box .newsshow .news .tit .infor span{
	margin-right: 16px;
}
.box .newsshow .news .tit .infor{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.box .newsshow .news .newsnr p{
	color: #333;
	margin: 4px 0;
}
.box .newsshow .news .newsnr img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.box .newsshow .newstj{
	width: 24%;
	float: right;
	padding: 0 1% 20px;
	background-color: #fafafa;
}
.box .newsshow .newstj .rmnews{
	display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0
}
.box .newsshow .newstj .rmnews h2{
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	display: inline-block;
    padding-bottom: 5px;
    margin: 0 0 -2px 0;
    border-bottom: 2px solid #e6212a;
    color: #e6212a;
}
.box .newsshow .newstj .RecomCenter>img{
	width: 100%;
}
.box .newsshow .newstj ul{
	padding: 0 10px;
}
.box .newsshow .newstj ul li{
	border-bottom: 1px #ccc dashed;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.box .newsshow .newstj ul li h6 a{
	color: #333;
	font-size: 16px;
	font-weight: normal;
}
.box .newsshow .newstj ul li span{
	display: block;
	color: #666;
	font-size: 14px;
}
.box .newsshow .newstj ul li em{
	font-style: normal;
	display: inline-block;
	width: 49%;
	margin-top: 6px;
	color: #333;
}
.box .newsshow .newstj ul li em a{
	text-align: right;
	display: block;
	color: #333;
}
.box .newsshow .newstj ul li em a:hover{
	color: #fe0001;
}
.down_show{
	margin-top: 20px;
}
.down_show a:hover{
	color: #fe0001;
}


