/*内页新闻列表*/
/*news*/
.lanmuc-ab{width: 100%; height: auto;}
.lanmuc-ab .abxd{width: 1200px; height: auto; margin: 0 auto;}
/*公共题目*/
.lanmuc-ab .dao{width:100%; height:30px; background: #f7f8fc; border-bottom: 1px solid #ccc;}
.lanmuc-ab .daod{width: 1150px; height: 30px; margin: 0 auto; padding-left: 40px; background: url("../img/abhome.png") no-repeat left; line-height: 30px;}
.lanmuc-ab .daod a{padding: 4px 10px; color: #666; font-size: 12px;}
.lanmuc-ab .daod a:hover{color:#0082d0;}
.lanmuc-ab .abdt{width:1150px; height: 40px; line-height: 40px; padding-left: 50px; background: url("../img/daoh.png") no-repeat left; margin: 20px 0 10px 0; position: relative;}
.lanmuc-ab .abdt dt{text-align: left;}
.lanmuc-ab .abdt span{font-size: 26px;}

.lanmuc-ab .abdt .xuanx{width: auto; height: 40px; line-height: 40px; text-align: center; margin-left: 100px; position: absolute; left: 80px; top: 2px;}
.lanmuc-ab .abdt .xuanx a{padding: 6px 20px; margin:0 10px;}
.lanmuc-ab .abdt .xuanx a:hover{border: 1px solid #0082d0; color: #333; background: none;}
/*内页新闻列表*/

.lanmuc-ab .news_list {overflow:hidden; width:80%; margin:20px auto;}
.lanmuc-ab .news_list ul {overflow:hidden; margin-bottom:20px; }
.lanmuc-ab .news_list ul li {overflow:hidden; position:relative; padding:10px 0 4px 0; border-bottom:1px solid #d5d5d5; margin-bottom: 20px}
.lanmuc-ab .news_list ul li .ti {overflow:hidden; float:left; width:90%; text-align: left;}
.lanmuc-ab .news_list ul li .ti span{font-size: 18px;}
.lanmuc-ab .news_list ul li .ti a {display:block; width:100%; color:#333333; margin-bottom:4px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.lanmuc-ab .news_list ul li .ti a:hover {color:#0065ce;}
.lanmuc-ab .news_list ul li .ti p {overflow:hidden; color:#666666; line-height:24px; height:auto; font-size:14px;}
.lanmuc-ab .news_list ul li .time {display:block; position:absolute; right:0; top:20px;  padding:10px;}

.lanmuc-ab .news_list ul li .x {position:absolute; left:0; bottom:0; width:0%; height:1px; background:#0065ce; transition:.5s all linear;}
.lanmuc-ab .news_list ul li:hover .x {width:100%;}
.lanmuc-ab .news_list ul li:hover .pic img {-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}

/*==========分页样式===========*/
 .paging {width:100%;height:24px;text-align:center; padding:10px 0; margin:20px 0; background:#f6f6f6}
 .paging a{font:12px/22px "microsoft yahei";color:#666666;padding:1px 8px;border:solid 1px #c9c9c9;display:inline-block;white-space:nowrap;margin:0 3px; border-radius:3px; background:#f4f4f4; box-shadow: inset 0 0 30px rgba(239,239,239,0.7)}
 .paging a:hover {background:#0082d0;color:#fff; border:1px solid #fff;box-shadow: inset 0 0 30px rgba(80,80,80,0.7)}	