@charset "utf-8";/* CSS Document */
.banner{width:100%;overflow:hidden;}
.banner img{max-width:100%;}

.pos-top{width:100%;height:40px;line-height:40px;border-bottom:#eee 1px solid;position:relative;}
.pos-top .title{float:left;font-size:20px; line-height:39px;position:relative;border-bottom:#ff4400 1px solid;}
.pos-top .position{float:right;padding-right:20px;}
.position{height:40px;line-height:40px;font-family:"NSimSun";}
.position i{font-size:18px;color:#888; padding-right:5px;line-height:40px;}
.position a{color:#666;font-family:"Microsoft Yahei";}
.position span{font-family:"NSimSun";margin:0px 5px;}


/*分页*/
.paging{width:100%;text-align:center;padding-top:20px; margin-bottom:20px; overflow:hidden;}
.paging span{padding:5px 10px;margin:0px 3px;background:#ff4400;color:#ffffff;border-radius:2px;}
.paging a{display:inline-block;padding:5px 10px;margin:0px 3px;box-shadow:0px 0px 2px 1px #E0E0E0;background-color:#FFF;border-radius:2px;}
.paging a:hover{background:#ff4400;color:#ffffff;border-radius:2px;}


.content-top{width:100%;}
.content-top h1{width:100%; text-align:center;font-size:24px; padding:10px 0;border-bottom:#eee 1px solid;position:relative;}
.content-top .time{width:100%;text-align:center;line-height:30px;line-height:30px;font-size:12px;color:#999;}
.content-top .time span{color:#ff4400;padding:0 3px;}
.content{padding:10px;font-family:"NSimSun";color:#333;font-size:16px;line-height:32px;}
.m-right{margin-bottom:20px;}

.p-list-a{width:100%;padding:10px;box-sizing:border-box; overflow:hidden;}
.p-list-a li{background:url(/static/images/i_arrow.gif) 0px 12px no-repeat; no-repeat;padding-left:15px;height:28px;line-height:28px;border-bottom:#eee 1px dotted;}
.p-list-a li .title{float:left;width:80%;white-space:nowrap;word-break:keep-all;text-overflow:ellipsis;overflow:hidden;}
.p-list-a li .time{float:right;font-size:12px;padding-right:20px;}
.p-list-a li a{font-size:14px;}
