@charset "utf-8";
/* 首页面 左边 电子报订阅 手机订阅 CSS */
.newsletter{ margin-top:10px; color:#685838; font-size:13px;}
.newsletter h6{
	border: 1px solid #dad389;background:#eddca9;color:#4f3f2b;height:34px; width:204px; font:700 14px/34px "微软雅黑";Letter-spacing:2px;
	border-width:1px;border-style: solid;-moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f0e1b8),to(#e7d593)); 
	background-image: -webkit-linear-gradient(top,#f0e1b8,#e7d593); 
	background-image: -moz-linear-gradient(top,#f0e1b8,#e7d593); 
	background-image: -ms-linear-gradient(top,#f0e1b8,#e7d593); 
	background-image:-o-linear-gradient(top,#f0e1b8,#e7d593); 
	background-image:linear-gradient(top,#f0e1b8,#e7d593);
}
.newsletter h6 i{ width:20px; height:20px; margin:0 13px;}
.newsletter .email{ background:url(../images/weekcoursebg.gif) no-repeat bottom center; padding-bottom:20px; margin-bottom:10px;}
.newsletter .email .emailInput{width:162px;height:28px;border:1px solid #c2b9a8; background:#fff; padding:0 5px; line-height:28px;}
.newsletter .email .btn{ color:#685838;border:1px solid #c2b9a8; background:#fff; height:22px; padding:0 5px; margin-top:10px;}
.newsletter .mailIco{ background-position:-30px 3px;}
*html .newsletter .mailIco{ background-position:-30px 10px;}
.newsletter .phoneIco{background-position:-55px 0;width:22px;}
*html .newsletter .phoneIco{background-position:-55px 7px;}
.newsletter .info{background:#efeccf; border:1px solid #e7e3b9; width:174px; padding:20px 15px; margin-top:1px;}
.newsletter .info .weixinBox{ position:relative; margin-bottom:15px; height:114px;}
.newsletter .info .weixinBig{ position:absolute; bottom:114px; left:-123px; background:url(../images/weixinbig.png) no-repeat top left; width:423px; height:440px;z-index: 10;}
*html .newsletter .info .weixinBig{background:url(../images/weixinbig.gif) no-repeat top left;}
.newsletter .info p{ line-height:30px; margin-bottom:10px; font-size:12px;}