/* 新闻样式 */
.news{width:700px; margin-top:-1px;}
/* 新闻逐个样式 */
.news li{width:700px; height:35px; line-height:35px; border-bottom:1px #e2e2e2 dotted;}
.news li:hover{border-bottom:1px #e2e2e2 solid;}
.news li a{color:#000; cursor:pointer;}
/* 新闻下标 */
.newsDian{width:35px; height:35px; float:left; position:relative;}
.newsDian span{width:3px; height:3px; background-color:#f58232; position:absolute; top:16px; left:16px;}
/* 新闻正文 */
.newsText{width:550px; height:35px; float:left; overflow:hidden;}
/* 新闻时间 */
.newsTime{float:right;}

/* 新闻内页 */
.newsPageTitle{width:700px; height:16px; font-size:15px; line-height:15px; color:#000000; text-align:center; overflow:hidden;}
.newsPageTime{width:700px; height:36px; font-size:14px; line-height:36px; color:#f58232; text-align:center; overflow:hidden; display:block;}
.newsPageText{width:700px; font-size:13px; line-height:28px; color:#5a5a5a; margin-top:22px;}

/* 简历按钮 */
.resumeButton{width:102px; height:30px; background-color:#f3833b; position:absolute; bottom:0px; right:0px; font-size:13px; line-height:30px; color:#FFF; text-align:center; transition: background-color 600ms ease 0s;}
.resumeButton:hover{background-color:#e2582a; cursor:pointer;}


