@charset "gb2312";
/* CSS Document */

/*头条样式一*/
.toutiao-1{height:110px; border:1px solid #C00; text-align:center; position:relative}
.toutiao-1 h1{ font-size:28px; width:100%; height:50px; line-height:50px; text-align:center; float:left; padding-top:10px;}
.toutiao-1 h1 a{ color:#C00}
.toutiao-1 .toutiao-li{ width:100%;overflow:hidden; float:left}
.toutiao-1 .toutiao-li a{ margin-left:10px;}
.toutiao-1 .fa{ position:absolute; width:20px; height:15px; right:0px; bottom:0px; color:#fff}
.toutiao-1 .more{position:absolute;width:20px; right:0px; bottom:0px; background-color:#C00; color:#fff; height:100px; padding-top:20px;}

/*列表样式一*/
.article-list-1{}
.article-list-1 li{ height:140px; width:100%;}
.article-list-1 .tt{ font-size:22px; font-weight:900; border-left:4px solid #C00; padding-left:10px; height:30px; margin-bottom:10px}
.article-list-1 a{ display: block;text-overflow: ellipsis;white-space: nowrap;width:372px; height:30px;font-size:18px; overflow: hidden; color:#333; line-height:30px; font-weight:600}
.article-list-1 a:hover{ color:#C00}
.article-list-1 p{font-size:14px; color:#555; height:75px; line-height:27px; display: block; overflow: hidden}

/*列表样式二*/
.article-list-2{}
	.article-list-2 .tt{ width:100%; height:30px; overflow:hidden; background-color:#ddd;border-left:4px solid #C00;}
		.article-list-2 .name{ font-size:16px; height:30px; padding-left:10px; padding-right:5px; line-height:30px}
		.article-list-2 .more{ float:right; font-size:12px; line-height:30px; padding-right:10px}
	.article-list-2 .img{width:40%; padding:1%; float:left; overflow:hidden; height:85px}
		.article-list-2 img{ width:100%;}
	.article-list-2 h3{ width:58%;  float:left; font-size:14px; line-height:25px; display: block; max-height: 50px!important; overflow: hidden;}
	.article-list-2 p{ width:58%; height:50px; float:left; line-height:25px; overflow:hidden}
	.article-list-2 ul{ width:372px; height:75px; overflow:hidden}
		.article-list-2 li{ width:372px; text-overflow: ellipsis;white-space: nowrap;line-height:25px; height:25px; overflow: hidden;}
		
/*列表样式三*/
.article-list-3{}
.article-list-3 ul{ width:100%; overflow:hidden}
.article-list-3 li{ width:100%; overflow:hidden; line-height:25px; height:25px}

/*列表样式四*/
.article-list-4{ width:100%; height:140px; padding:10px 0; border:1px solid #CCC; margin-bottom:10px; position:relative}
	.article-list-4 .img{ width:26%; height:140px; float:left; margin-left:2%; overflow:hidden}
		.article-list-4 img{ width:100%;}
	.article-list-4-right{ width:70%; float:right; height:140px; overflow:hidden} 
		.article-list-4-right h3{ width:100%; line-height:30px;overflow:hidden; font-size:18px}
		.article-list-4-right p{width:100%; line-height:25px; height:75px; overflow:hidden;}
			.article-list-4-right p.mark{ margin-top:10px}   
				p.mark .source{}
				p.mark .time{ margin-left:20px}
	.article-list-4 .skip{ background:url(imagesskip.png); width:31px; height:27px; position:absolute; color:#fff; right:-10px; bottom:0px; padding-left:3px}
/*列表样式五*/
.article-list-5{ width:100%}
	.article-list-5 li{width:95%; height:25px; line-height:25px; overflow:hidden; list-style-type:disc ; padding-left:5%}
	.article-list-5 .tt{ font-size:22px; font-weight:900; border-left:4px solid #C00; padding-left:10px; height:30px; margin-bottom:10px}
	.article-list-5 a:hover{ color:#C00}

