/*
 * Author LXM
 */
body{overflow-y: scroll;*overflow-y:auto;}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea,pre{font:12px/1.5 arial,'宋体',tahoma,\5b8b\4f53;}
input,select,textarea{font-size:100%;}
/* IE bug fixed: th 不继承 text-align*/
th{text-align:inherit;}
fieldset,img{border:0;}
img{vertical-align:top;}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe{display:block;}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym{border:0;font-variant:normal;}
a:focus{outline:none;}
/* 一致的 del 样式 */
del {text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:500;}
/* 去掉列表前的标识, li 会继承 */
ol,ul {list-style:none;}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {text-align:left;}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:500;}
/* 清理浮动 */
.cf:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.cf {zoom:1; /* for IE6 IE7 */}
/* 隐藏, 通常用来与 JS 配合 */
.fn-hide {display:none;}
/* 设置内联, 减少浮动带来的bug */
.fl {float:left;}
.fr{float:right;}
/* 链接默认状态  */
a{color:#333;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}  /* 默认不显示下划线，保持页面简洁 */
a:hover{text-decoration:underline;}   /* 让链接在 hover 状态下显示下划线 */
i{font-style:normal;}
input:focus{outline:none;}
.mT10{margin-top:10px;}
.mT20{margin-top:20px;}

.w {
	width: 970px;
	margin: 0px auto;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.wrapper {
	min-width: 970px;
}
.top {
	height: 48px;
	background: url(https://www.chinadaily.com.cn/specials/14thchangchuan/i/top.png) repeat-x left top;
}
.top p {
	display: inline;
	float: left;
	width: 200px;
	line-height: 48px;
	color: #777;
}
.top p a {
	display: inline-block;
	color: #777;
	margin: 0px 12px;
}
.search_box {
	display: inline;
	float: right;
	width: 254px;
	padding-top: 13px;
}
.search_box .inp_txt {
	display: inline;
	float: left;
	width: 218px;
	height: 23px;
	border: 1px solid #cccccc;
	color: #666;
	text-indent: 2px;
}
.search_box .inp_subm {
	display: inline;
	float: left;
	width: 32px;
	height: 25px;
	text-align: left;
	text-indent: -999em;
	background: url(https://www.chinadaily.com.cn/specials/14thchangchuan/i/inp_subm.png) no-repeat;
}
.header {
}
.h_txt {
	padding: 30px 35px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: url(https://www.chinadaily.com.cn/specials/14thchangchuan/i/h_txt.png) repeat-y left top;
}
.h_txt a {
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
}
.main {
}
.mInner {
	padding: 15px;
	background: #fff;
}
/* photos */
.photosSlider {
}
.photosSlider .bannerInner, .photosSlider .bannerInner li, .photosSlider .bannerInner li img {
	width: 940px;
	height: 385px;
}
.photosSlider .bannerInner, .photosSlider .bannerInner li {
	overflow: hidden;
}
.photosSlider .bannerInner li {
	display: inline;
	float: left;
	overflow: hidden;
}
.photosSlider .smallImgBox {
	margin-top: 15px;
	width: 940px;
	height: 85px;
	background: #c9c4c9;
	overflow: hidden;
	position: relative;
}
.photosSlider .smallImgInner {
	width: 825px;
	height: 64px;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 10px;
}
.photosSlider .smallImgBox ul {
	width: 820px;
}
.photosSlider .smallImgBox li, .photosSlider .smallImgBox li img {
	width: 145px;
	height: 60px;
}
.photosSlider .smallImgBox li {
	display: inline;
	float: left;
	border: 2px solid #fff;
	margin-right: 20px;
}
.photosSlider .smallImgBox li.cur {
	border-color: #9a9597;
}
.photosSlider .sliderBtn {
	width: 9px;
	height: 16px;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
	position: absolute;
	top: 35px;
}
.photosSlider .btn_prev {
	background: url(https://www.chinadaily.com.cn/specials/14thchangchuan/i/btn_prev.png) no-repeat;
	left: 30px;
}
.photosSlider .btn_next {
	background: url(https://www.chinadaily.com.cn/specials/14thchangchuan/i/btn_next.png) no-repeat;
	right: 30px;
}
.crumb {
	font-size: 12px;
	line-height: 1.4em;
	padding: 5px 0px;
	margin: 0px 20px;
	border-bottom: 1px solid #cfc4da;
	color: #666;
}
.crumb a, .crumb span {
	display: inline-block;
	margin: 0px 5px;
	color: #666;
}
.art {
	padding: 20px;
}
.art_tit {
	font-size: 30px;
	line-height: 1.2em;
	color: #410005;
	font-family: Times;
}
.art_date {
	margin: 5px 0px;
	color: #999;
}
.art_txt {
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	padding: 15px 0px;
}
.art_txt p {
	margin-bottom: 20px;
}
.art_txt p.img_box {
	font-size: 15px;
	line-height: 1.4em;
}
.art_txt p.img_box span {
	display: block;
	width: 565px;
	margin: 0px auto;
}
.art_txt p.img_box img {
	display: block;
	margin-bottom: 5px;
}
.page {
	text-align: center;
	font-size: 0px;
	line-height: 0px;
	margin: 20px 0px;
}
.page a {
	display: inline-block;
	font-size: 14px;
	color: #777;
	height: 25px;
	line-height: 25px;
	padding: 0px 7px;
	border: 1px solid #e7ecef;
	margin: 0px 5px;
}
.page a.cur {
	background: #e7ecef;
}
.art_share {
	border-top: 1px solid #e3e3e5;
	overflow: hidden;
	zoom: 1;
	padding: 8px 0px;
}
.footer {
	text-align: center;
	padding: 40px 0px;
	line-height: 1.4em;
	background: #ede7e3;
	color: #666;
	font-family: Times;
}
.left {
	display: inline;
	float: left;
	width: 625px;
}
.right {
	display: inline;
	float: right;
	width: 310px;
}
.right2 {
	display: inline;
	float: right;
	width: 625px;
}
.img1_box, .img1_box img {
	width: 310px;
	height: 202px;
}
.img1_box h3, .img1_box p {
	color: #fff;
	padding: 5px 10px;
}
.img1_box h3 {
	padding-top: 10px;
	font-size: 24px;
	line-height: 1.2em;
	font-family: Times;
}
.img1_box h3 a {
	color: #fff;
}
.bg_1 {
	background: #c14206;
}
.bg_2 {
	background: #8a4a3b;
}
.img2_box, .img2_box img {
	width: 310px;
	height: 419px;
}
.img3_box, .img3_box img {
	width: 625px;
	height: 202px;
}

body {
	background: url(../i/banner.jpg) no-repeat center top #a3cee0;
}
.bg-top {
    margin-top: 580px;
}
.footer {
    background: #bdebff;
}
.right1 {
	width: 625px;
}