/* CSS Document */
/*----------轨迹查询--------*/
.track{ width:100%; background:#1f4a6d; padding:20px 0;}
.track .track_nir{ width:750px; margin:0 auto; border-radius:10px;}
.track h3{ float:left; padding-top:15px; font-size:18px; padding-right:10px; color:#fff;}
.track textarea{ float:left; width:510px; padding:10px; height:30px; border:1px solid #CCC; font:14px "微软雅黑"; color:#999999; background:#fafafa; border-radius:5px;}
.track  button{ margin-left:10px; float:left;width:100px; font-size:22px; height:51px; line-height:45px; background:#f35525; border:0px; color:#FFF; border-radius:5px;}

/*----------工具列表--------*/
.tool{ width:1200px; margin:0 auto;}
.tool ul { margin-top:30px;}
.tool ul li{ width:126px; text-align:center; float:left; margin:0 80px;}
.tool ul li a{ color:#f35525;}
.tool ul li img{ padding-bottom:5px;}


/*----------新闻资讯--------*/
.news { width:1200px; margin:0 auto; padding-top:20px;}
.news .title{ text-align:center; padding:10px 0; margin-bottom:20px; background:url(../images/new_tit.jpg) center bottom no-repeat;}
.news .title h3{ font-size:20px; color:#333; overflow:hidden;}
.news .n_left{ float:left; width:565px;}
.news .n_right{ float:right; width:564px; color:#666;}
.news ul li{ float:left; width:565px; margin-bottom:20px;}
.news ul li img{ float:left; width:160px; height:120px; padding:3px; border:2px solid #e1e1e1; margin-right:20px;}
.news h2{ font-size:18px; font-weight:normal; line-height:30px; padding-top:10px;}
.news span{ font-size:14px; color:#a7a7a7; line-height:25px;}
.news p{ color:#6f6e6e; height:60px; font-size:14px; line-height:20px;}
.news p a{ color:#6f6e6e;}
