@charset "utf-8";
/* CSS Document */

body{
/* 加载背景图 */


/* 背景图垂直、水平均居中 */
background-position: center center;

/* 背景图不平铺 */
background-repeat: no-repeat;

/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
background-attachment: fixed;

/* 让背景图基于容器大小伸缩 */
background-size: cover;

/* 设置背景颜色，背景图加载过程中会显示背景色 */
background-color: #464646;

/* 设置宽度 */
width:100%; 
}

/*article*/
article{margin-top:270px;width:100%;}
article section{ width:940px; min-height:700px;margin:0 auto;background:#FFF;opacity:0.9;-webkit-border-radius: 5px;-moz-border-radius: 5px; padding:20px;}
article section hgroup{border-bottom:1px dotted #999; padding-bottom:20px; padding-bottom:20px;}
article section hgroup h2{ font-size:18px;color:#999; font-weight:normal; margin:20px 0;border-left:15px solid #EF3823; padding-left:10px;}
article section hgroup p{ width:95%; margin:0 auto;font-size:14px;color:#666; line-height:25px;}

article section ul li{margin:20px 10px;padding:10px;}
article section ul li img{ width:300px; height:160px;padding:3px; border:1px solid #E7E7E7;float:left; margin-right:10px;}
article section ul li h2{ width:580px; float:left; color:#4EB5ED;}
article section ul li p{ width:580px; font-size:14px;float:left; color:#858585;}

article section ul li a.more{color: #747474;width: 110px;height: 30px;line-height: 30px;background: #CFCFCF;text-align: center;border-radius: 4px;float:right;}
article section ul li a.more:hover{ background: #4EB5EC; color:#fff; text-decoration: none;}