/* 新闻样式 */
.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:580px; 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;}

/* 公司团队 */
.gstd{width:700px; margin-top:-1px;}
/* 团队逐个样式 */
.gstd li{width:700px; border-bottom:1px #e2e2e2 dotted;}
.gstd li:hover{border-bottom:1px #e2e2e2 solid;}
/* 团队标题 */
.gstdTitle{width:700px; height:35px;}
/* 新闻下标 */
.newsDian{width:35px; height:35px; float:left; position:relative;}
.newsDian span{width:3px; height:3px; position:absolute; top:16px; left:16px;}
/* 团队名字 */
.gstdName{width:109px; height:35px; line-height:35px; float:left;cursor:pointer;}
/* 团队职位 */
.gstdJob{height:35px; line-height:35px; float:left; cursor:pointer;}
/* 团队展开 */
.gstdZk{width:35px; height:35px; float:right; position:relative; cursor:pointer;}
.gstdZkH{width:17px; height:1px; background-color:#f58232; position:absolute; top:17px; right:9px;}
.gstdZkS{width:1px; height:17px; background-color:#f58232; position:absolute; top:9px; right:17px;}

/* 团队内容 */
.gstdContent{width:700px;}
/* 团队图片 */
.gstdPhotoBack{width:144px; height:100%; min-height:161px; float:left;}
.gstdPhotoBack img{width:144px; height:144px;}
/* 团队信息 */
.gstdIntroduction{width:530px; float:left; margin-left:17px;
font-size:12px; line-height:28px; color:#5A5A5A; padding-bottom:12px;}






