.header {
	width: 100%;
	height: 650px;
	position: relative;
}
.header img {
	width: 100%;
	height: 650px;
}
.Carousel {
	width: 100%;
	height: 610px;
}
.content {
	width: 100%;
	height: auto;
	background-image: url(../images/bigbg.png);
}
.video {
	width: 1200px;
	height: 560px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.video-play {
	width: 60%;
	height: 460px;
	float: left;
	margin-top: 60px;
}
.video-text {
	width: 40%;
	height: 460px;
	float: left;
	margin-top: 60px;
}
.txtScroll-top{width: 100%;position: relative;}
.txtScroll-top .hd .prev{ 
	display:block;  
	width:43px; 
	height:23px; 
	cursor:pointer; 
	background-image: url(../images/b.png);
	position: absolute;
	left: 200px;
	top: -35px;
}
.txtScroll-top .hd .next{ 
	display:block;  
	width:43px; 
	height:23px; 
	cursor:pointer; 
	background-image: url(../images/a.png);
	position: absolute;
	left: 200px;
	bottom: -35px;
}
.txtScroll-top .infoList {
	height: 460px;
	width: 100%;
	margin-top: 60px;
}
.txtScroll-top .infoList li{ 
	height:152px; 
	width: 96%;
	padding: 0 3%;
	border-bottom: dotted 1px #ccc;
}
.txtScroll-top .infoList li:hover{
	background-color: #f0d6a1;
}
.txtScroll-top .infoList li h1 {
	font-size: 24px;
	line-height: 48px;
}
.txtScroll-top .infoList li h1 a {
	color: #333;
}
.txtScroll-top .infoList li p {
	font-size: 14px;
	line-height: 28px;
	color: #444;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 3; /** 显示的行数 **/
	overflow: hidden;  /** 隐藏超出的内容 **/
    text-indent: 28px;
}
.txtScroll-top .infoList li p a {
	color: #444;
}
.dynamicAnalysis {
	width: 1200px;
	height: 380px;
	margin: 0 auto;
}
.dynamic {
	width: 48%;
	height: 380px;
	float: left;
	margin-right: 4%;
}
.dynamic h1 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tit1.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	-webkit-background-size: 90%;
	background-size: 90%;
}

.analysis h1 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tit2.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	-webkit-background-size: 90%;
	background-size: 90%;
}
.dynamic h4 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tit1c1.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	-webkit-background-size: 90%;
	background-size: 90%;
}

.analysis h4 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tit1c2.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	-webkit-background-size: 90%;
	background-size: 90%;
}

.dynamic h1 a,.analysis h1 a {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-size: 14px;
	color: #888;
}
.dynamic h1 a:hover,.analysis h1 a:hover {
	color: #ff0000;
}
.dynamic h4 a,.analysis h4 a {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-size: 14px;
	color: #888;
}
.dynamic h4 a:hover,.analysis h4 a:hover {
	color: #ff0000;
}

.dynamic-img {
	width: 310px;
	height: 174px;
	float: left;
	margin-right: 16px;
	margin-top: 20px;
}
.dynamic-img img {
	width: 310px;
	height: 174px;

}
.dynamic-list {
	width: 250px;
	height: 174px;
	float: left;
	margin-top: 20px;
}
.dynamic-list h2 a{
	font-size: 20px;
	color: #555;
}
.dynamic-list p a{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 10px;
}
.dynamic ul {
	width: 100%;
	height: 130px;
	float: left;
	margin-top: 15px;
}
.dynamic ul li {
	width: 99%;
	height: 30px;
	position: relative;
	padding-left: 15px;
	margin-left: 1%
}
.dynamic ul li:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #555;
    display: block;
    position: absolute;
    left: -5px;
    top: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.dynamic ul li a {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.analysis {
	float: left;
	width: 48%;
	height: 380px;
}
.analysis-list {
	width: 100%;
	height: 100px;
	float: left;
	margin-top: 20px;
}
.analysis-list h2 a {
	font-size: 20px;
	color: #555;
}
.analysis-list p a {
	font-size: 14px;
	line-height: 28px;
	color: #999;
	margin-top: 10px;
}
.analysis ul {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.analysis ul li {
	width: 98%;
	height: 30px;
	position: relative;
	padding-left: 15px;
	margin-left: 2%
}
.analysis ul li:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #555;
    display: block;
    position: absolute;
    left: -5px;
    top: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.analysis ul li a {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.lawChina {
	width: 1200px;
	margin: 0 auto;
	height: 510px;
	background-image: url(../images/law-China.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 140px;
}
.law {
	width: 48%;
	height: 500px;
	float: left;
}
.China {
	margin-right: 4%;
}
.law h1 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tit3.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	-webkit-background-size: 90%;
	background-size: 90%;
}
.Chinas h1 {
	background-image: url(../images/tit4.png);
}
.comprehensive h1 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tit5.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	-webkit-background-size: 90%;
	background-size: 90%;
}
.law h1 a,.comprehensive h1 a {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-size: 14px;
	color: #888;
}
.law h1 a:hover,.comprehensive h1 a:hover {
	color: #ff0000;
}
.law-img {
	width: 40%;
	height: 174px;
	float: left;
	margin-right: 16px;
	margin-top: 20px;
}
.law-img img {
	width: 100%;
}
.law-list {
	width: 57%;
	height: 174px;
	float: left;
	margin-top: 20px;
}
.law-list h2 a {
	font-size: 20px;
	color: #555;
}
.law-list p a {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 10px;
}
.law-list p a i {
	color: #ff0000;
	font-style: normal;
}
.law ul {
	width: 100%;
	height: 130px;
	float: left;
	margin-top: 15px;
}
.law ul li {
	position: relative;
	padding-left: 15px;
	margin-left: 1%
}
.law ul li:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #555;
    display: block;
    position: absolute;
    left: -5px;
    top: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.law ul li a {
	width: 99%;
	height: 32px;
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	position: relative;
}
.law ul li a i {
	position: absolute;
	right: 0;
}
.comprehensive-control {
	width: 1200px;
	height: 728px;
	margin: 0 auto;
	background-image: url(../images/comprehensive-control.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 140px;
}
.comprehensive {
	width: 48%;
	height: 718px;
	float: left;
	margin-right: 4%;
}
.comprehensive ul {
	width: 100%;
	height: 130px;
	float: left;
	margin-top: 15px;
}
.comprehensive ul li {
	position: relative;
	padding-left: 15px;
	margin-left: 1%
}
.comprehensive ul li:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #555;
    display: block;
    position: absolute;
    left: -5px;
    top: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.comprehensive ul li a {
	width: 99%;
	height: 32px;
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	position: relative;
}
.comprehensive ul li a i {
	position: absolute;
	right: 0;
}
.accurate {
	width: 100%;
	height: 300px;
	float: left;
	margin-top: 30px;
}
.accurate-list p {
	border-bottom: dashed 1px #e1e2e2;
	margin: 10px 0;
	height: 70px;
}
.accurate h1 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tit6.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	-webkit-background-size: 90%;
	background-size: 90%;
}
.accurate-list p a i {
	color: #ff0000;
	font-style: normal;
	margin-left: 10px;
}
.control {
	width: 48%;
	height: 718px;
	float: left;
}
.control h1 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tit7.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	-webkit-background-size: 90%;
	background-size: 90%;
}
.control h1 a {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-size: 14px;
	color: #888;
}
.control h1 a:hover {
	color: #ff0000;
}
.experience {
	width: 100%;
	height: 290px;
	margin-top: 20px;
}
.experiencess {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.experiencess  li {
	position: relative;
	padding-left: 15px;
	margin-left: 1%
}
.experiencess  li:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #555;
    display: block;
    position: absolute;
    left: -5px;
    top: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.experiencess  li a {
	width: 99%;
	height: 32px;
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	position: relative;
}
.picScroll-left{width:100%;  overflow:hidden; position:relative; }
.picScroll-left .hd{position:absolute; width: 100%; top:50%; margin-top:-35px; left: 0; height:1px; z-index:200;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:40px; height:70px; cursor:pointer;}
.picScroll-left .hd ul{float:right; overflow:hidden; zoom:1; position:absolute; right:20px; top:160px;}
.picScroll-left .hd ul li{ float:left;display: block;width:9px; height:9px; overflow:hidden; margin-right:5px;cursor:pointer;background-color: #ccc;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px; text-indent:-999px;}
.picScroll-left .hd ul li.on{ background-color: #ff0000; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{width: 100%;float:left; _display:inline; overflow:hidden; text-align:center;  position:relative;}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:100%; height:290px; display:block;}
.picScroll-left .bd ul li .title{line-height:40px; position:absolute; bottom:0; left:0; padding:0 10px; z-index:100; font-size:16px;}
.picScroll-left .bd ul li .title a{color:#fff;}
.picScroll-left .bd ul li i{height:40px; background:#000; opacity:.5; filter:alpha(opacity=50); width:100%; position:absolute; bottom:0; left:0; }
.SafeConstruction {
	width: 1200px;
	height: 1000px;
	margin: 0 auto;
	background-image: url(../images/Safe-construction.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 140px;
}
.video1 {
	width: 48%;
	height: 550px;
	float: left;
	margin-right: 4%;
}
.video1>h1,.Essay>h1,.picture>h1 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tit8.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
/*	-webkit-background-size: 90%;
	background-size: 90%;*/
}
.Essay>h1 {
	background-image: url(../images/tit9.png);
}
.picture>h1 {
	background-image: url(../images/tit10.png);
}
.video1>h1 a,.Essay>h1 a,.picture>h1 a {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-size: 14px;
	color: #888;
}
.video1>h1 a:hover,.Essay>h1 a:hover,.picture>h1 a:hover {
	color: #ff0000;
}
.video-conter {
	width: 100%;
	height: 430px;
	margin-top: 50px;
	background-color: #fdf;
	position: relative;
}
.video-conter img{
	display: block;
	width:100%;
	height: 100%;
}
.play {
	width: 68px;
	height: 68px;
	display: block;
	background-image: url(../images/play.png);
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.Essay {
	width: 48%;
	height: 550px;
	float: left;
}
.infoList1 {
	height: 430px;
	width: 100%;
	margin-top: 50px;
}
.infoList1 li{ 
	height:110px; 
	width: 93%;
	padding: 10px 3% 10px 3%;
	margin-bottom: 25px;
	border-bottom: dotted 1px #e1e2e2;
}
.infoList1 li h1 a {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	overflow: hidden;

}
.infoList1 li p {
	font-size: 14px;
	line-height: 28px;
	color: #444;
	height: 84px;
	margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden; 
	text-indent: 28px;
}
.infoList1 li p a {
	color: #ff0000;
}
.picture {
	width: 100%;
	height: 360px;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}
.picture-list {
	width: 100%;
	height: 280px;
	margin-top: 50px;
}
.picture-list li {
	width: 20%;
	margin-right: 5%;
	position: relative;
	float: left;
}
.picture-list li img {
	width: 100%;
}
.picture-list li h2 {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	text-align:center;
	min-height:48px;
}
.picture-list li h2 a {
	color: #444;
}
.picture-list li i {
	position: absolute;
	bottom: 0;
	right: 0;
}
.Special-recommendation {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	background-image: url(../images/Special-recommendation.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 140px;
}
.Special {
	width: 100%;
	height: 150px;
}
/*.picScroll-left1 {width:100%;  overflow:hidden; position:relative; }*/
.picScroll-left1 .hd{position:absolute; width: 100%; top:50%; margin-top:-35px; left: 0; height:1px; z-index:200;}
.picScroll-left1 .hd .prev,.picScroll-left1 .hd .next{ display:block;  width:40px; height:70px; cursor:pointer;}
.picScroll-left1 .hd .prev{background:url(../images/c.png) no-repeat; float:left;background-position: left center;margin-left: 30px;}
.picScroll-left1 .hd .next{background:url(../images/d.png) no-repeat; float:right;background-position: right center;margin-right: 20px;}
.footer {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.footer p {
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #999;
}


.main_banner{width:100%; height:610px;}
.main_banner_wrap{
	width:100%; height:610px; position:relative; background:#e3f5f9; 
	margin:0 auto; overflow:hidden;  box-shadow: 0px 1px 2px #c5c5c5;
}
#myCanvas {
	position: absolute;
	z-index: -13;
	opacity: 0;
	cursor: pointer;
	-webkit-animation: roll 3s;
	animation: roll 3s;
}
@-webkit-keyframes roll {
	from{-webkit-transform:rotate(120deg);opacity:0;}
	to{-webkit-transform:rotate(0deg);opacity:0.8;}		
}
@keyframes roll {
	from{transform:rotate(120deg);opacity:0;}
	to{transform:rotate(0deg);opacity:0.8;}		
}
.banner_btn{ 	/*a 标签 按钮*/
		width:255px; height:240px; position:absolute; 
		display:block; z-index:9; top:20px;
}
.btn_next{right:20px;}

.banner_btn span{width:50px; height:100px; display:block; position:absolute;
		left:110px; top:200px; opacity:0; transition:0.5s;
		background:url(../images/bannerBtn.png) no-repeat 0 0;}
.btn_next span{background-position:-50px 0;}
.main_banner_box:hover .banner_btn_arrow{opacity:0.6;}
.banner_btn span i{width:50px; height:100px; display:block;
		background:url(../images/bannerBtn.png) no-repeat 0 0;}
.btn_next span i{background-position:-50px 0;}
.banner_btn:hover i{
		-webkit-animation:arrow 0.5s infinite alternate ease-in-out;
		-moz-animation:arrow 0.5s infinite alternate ease-in-out;
}
@-webkit-keyframes arrow{
	from{-webkit-transform:scale(1); opacity:1;}
	to{-webkit-transform:scale(1.5); opacity:0.2;}
}
@-moz-keyframes arrow{
	from{-moz-transform:scale(1); opacity:1;}
	to{-moz-transform:scale(1.5); opacity:0.2;}
}

.main_banner_box{
	width:1200px; height:610px; margin:40px auto 0; position:relative; z-index:0;
	/*-webkit-倒影样式*/
	-webkit-box-reflect:below 0 -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
	overflow:hidden;
}
/*火狐倒影图层样式*/
.main_banner_box p#rflt{width:1200px; height:280px; position:absolute; left:0; top:280px;
		background:-moz-element(#m_box) no-repeat; -moz-transform:scaleY(-1); opacity:0.2;
}/*火狐倒影图层样式*/
.main_banner li{
		position:absolute; background:#000; overflow:hidden;
		box-shadow:0 4px 8px rgba(0, 0, 0, 0.15);		
}
/*给每张图片初始设置不同宽高，层级，位置*/
.main_banner li#imgCard0{
		width:840px; height:500px; z-index:5;
		left:180px; top:0px; opacity:1; background:#333d46;
}
.main_banner li#imgCard1{
		width:720px; height:500px; z-index:1; 
		right:0px; top:0px; opacity:1; background:#333d46;
}
.main_banner li#imgCard2{/*初始在背后，透明度为0*/
		width:600px; height:500px; z-index:1;
		left:0px; top:0px; opacity:0; background:#333d46;
}
.main_banner li#imgCard3{/*初始在背后，透明度为0*/
		width:600px; height:500px; z-index:1;
		left:0px; top:0px; opacity:0; background:#333d46;
}
.main_banner li#imgCard4{
		width:720px; height:500px; z-index:2; 
		left:0px; top:0px; opacity:1; background:#333d46;
}
.main_banner li img{ width:100%; height:100%;}
.main_banner li span{/*遮罩层*/
		width:100%; height:100%; position:absolute; text-outline: -50px; left:0; 
		z-index:1; background:#000; opacity:0; filter:alpha(opacity=0);
		color:#fff; font-size:30px; line-height:120px; text-align:center;
}
.main_banner li p{width:100%; height:50px; position:absolute;
		left:0; bottom:-50px; background:rgba(0,0,0,0.7); color:#fff;
		text-indent:38px; line-height:50px; font-size:25px;
}

/*指示器按钮*/
.btn_list {text-align:center; position:relative; left:0; top:6px; z-index:10;}
.btn_list span {
		width:15px; height:15px; display:inline-block; margin:15px 5px;
		background:#787d82; border-radius:50%; cursor:pointer;
}
.btn_list span.curr {background:#FFAE00;}
/*轮播图 结束*/
.WindowMenu {
	position: fixed;
	left: 0;
	top: 100px;
	width: 100px;
	height: 554px;
	background-color: #5194ff;
	opacity: 0.4;
	z-index: 999;
}
.WindowMenu1 {
	position: fixed;
	left: 0;
	top: 100px;
	width: 100px;
	height: 554px;
	z-index: 1000;
}
.menu{ overflow: hidden;}
		/*第一层*/
.menu>li>a{ 
	display:block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 15px;	
	font-size: 16px;
	position: relative;
	transition:all .5s ease 0s;
}
.menu li ul a:hover{ text-decoration: none;}
.menu li ul a.current{ background: #0f4679; }
.menu li i{ width: 20px; height: 10px; background-image:url(../images/arrow.png); background-repeat: no-repeat; display: block; position: absolute; right: 0; top: 20px; }
.menu li i.down{ background-position: 0 -10px; }
.menu li ul{ overflow: hidden; }
.menu li ul { display: none;}
.menu .level2 {display: block;}
.menu li ul li a{
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	transition:all 1s ease 0s;
}
.share {
	width: 100px;
	height: 120px;
	display: block;
	position: fixed;
	left: 0;
	top: 420px;
	background-image: url(../images/share.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.share a {
	width: 100%;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	display: block;
	margin-top: 65px;
	color: #0066cc;
}
.Back-top {
	width: 100px;
	height: 120px;
	display: block;
	position: fixed;
	left: 0;
	top: 530px;
	background-image: url(../images/Back-top.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.Back-top a {
	width: 100%;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	display: block;
	margin-top: 65px;
	color: #0066cc;
}
.picScroll-left1{ width:100%;  position:relative; }
/*.picScroll-left1 .hd{ overflow:hidden;  height:30px; padding:0 10px;  }
.picScroll-left1 .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("images/arrow.png") no-repeat;}
.picScroll-left1 .hd .next{ background-position:0 -50px;  }*/
.picScroll-left1 .bd{}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left1 .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center;margin-right: 30px; }
.picScroll-left1 .bd ul li img {
	width: 220px;
}
.picScroll-left1 .bd ul li .title{ line-height:24px;}
.share-div {
	width: 250px;
	height: 50px;
	background-color:rgba(255,255,255,.8);
	position: fixed;
	left: 100px;
	top: 427px;
	padding-left:20px;
}
.share-div span {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}
.renrne {
	background-image: url(../images/q.png);
}
.weibo {
	background-image: url(../images/q-02.png.png);
}
.weixin {
	background-image: url(../images/q-03.png.png);
}
.kongjian {
	background-image: url(../images/q-04.png.png);
}
.shouji {
	background-image: url(../images/q-05.png.png);
}




.headline{text-align: center; position: absolute; bottom: 40px; left: 0; width: 100%;}
.headline h1{font-size: 35px; font-weight: normal;}
.headline h1 a{color:#e3000c;}
.headline .summary{font-size: 14px; color:#999;}