﻿﻿@charset "utf-8";
/* CSS Document */

.wrap{ background:#fff} 
.banner{width:100%; position: relative;}
.SiteWidth{ width:1200px; margin:0 auto; overflow:hidden;}
.banner .logo{display:block;text-align: left;}
.logo{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.logo img{width: 45%; height: auto;}
/*头条新闻*/
.boxTtxw{margin: 10px 0px;}

.boxTtxw a:hover{text-decoration: none;}
.boxTtxw li{text-align: center;  overflow: hidden; margin-bottom:30px}
.boxTtxw li .title{margin-top: 8px;line-height: 26px;font-size: 24px;}
.boxTtxw li a{font-size: 20px;font-weight: bold;}
.boxTtxw li a:hover{color: #013d83;}
.boxTtxw li .intro{font-size: 12px;color: #909090;line-height: 25px;margin-top:20px;}
.mainBox .mHd h3{margin-top: 20px;}


/* 图文列表 */
.twList li{overflow:hidden;padding:3% 0; border-bottom:1px solid #eee; }
.twList li > a{display:block; overflow:hidden;}
.twList .pic{float:left; width:32%;margin-right:4%; }
.twList .pic img{width:100%;height:auto; }
.twList .con{overflow:hidden; zoom:1;}
.twList .title{font-size: .92rem; line-height: 1.4; overflow:hidden;margin-bottom:5px; }
.twList .intro{font-size:.82rem;line-height:24px; overflow:hidden; max-height:48px; color:#777; }
.twList .title a:hover{text-decoration:none;}
.twList .intro .more{display:none;}
.twList .others{font-size:.82rem; color:#bbb;}
.twList .others span{margin-right:15px;}
.twList .date,.twList .node
{margin-right:15px;color:#aaa; }
.twList .last{margin-bottom:0;border-bottom:0; }




