@CHARSET "UTF-8";

/*** -------- 专栏 --------- ***/

/* 专栏通用 */
.col-nav {
	padding: 20px 20px 0;
	background-color: #fff;
	display: none;
}

.col-nav a {
	position: relative;
	margin: 0 15px 20px;
	padding: 0 10px;
	min-width: 70px;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #1a9ff3;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #1a9ff3;
	border-radius: 30px;
	behavior: url(res/lib/ie8/PIE.htc);
	z-index: 2;
	white-space:nowrap;
}

.col-nav a:active, .col-nav a.topOpt {
	color: #fff;
	background-color: #1a9ff3;
}

/* 移动端<3居中 */
.col-center {
	text-align: center;
}

/* 宽屏 */
@media only screen and (min-width: 767px) {
	.col-nav {
		text-align: center;
	}
}

/* 移动端 */
@media only screen and (max-width: 1024px) {
	.col-nav {
		display: block;
	}
}

/* ipad */
@media only screen and (min-width: 414px) and (max-width: 768px) {
	.col-nav a {
		margin: 0 14px 20px;
	}
}

/* iphone6 */
@media only screen and (min-width: 359px) and (max-width: 413px) {
	.col-nav a {
		margin: 0 8px 20px;
		min-width: 65px ! important;
	}
}

/* iphone5 */
@media only screen and (max-width: 350px) {
	.col-nav a {
		margin: 0 5px 20px;
		min-width: 58px ! important;
	}
}

.col-container {
/* 	margin: 20px auto 30px; */
	margin: 5px auto 30px;
}

.col-container .sidebar {
	width: 230px;
	height: 100%;
	float: left;
}

.col-container .sidebar a {
	color: #333;
	display: block;
}

.col-container .sidebar .list {
	margin-bottom: 30px;
	background-color: #f4fdff;/*#fff;*/
}

.col-container .list li {
	padding: 0 10px;
	line-height: 60px;
	font-size: 16px;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #c3e3ea;/*#d4d4d4;*/
}

.col-container .list li:hover, .col-container .list li.leftOpt {
	color: #1a9ff4;
	border-left: 4px solid #18b6da;/*#1a9ff4;
}

.col-container .card {
	padding-bottom: 30px;
	color: #333;
	background-color: #fff;
}

.col-container .card h1 {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #1a9ff4;
}

.col-container .card p {
	padding: 20px 0 30px 15px;
	font-size: 14px;
	line-height: 20px;
}

.col-container  .card i {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.col-container  .card .focus {
	padding-top: 12px;
	font-size: 14px;
	display: block;
	text-align: center;
}

.col-container .wrap {
	padding: 0 40px;
	margin-left: 270px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
}

.col-container .wrap .h1, .col-container .wrap .h2, .col-container .title h3 {
	font-size: 24px;
	color: #1a9ff4;
}

.col-container .wrap .h1 {
	padding: 20px 0;
	border-bottom: 1px solid #d4d4d4;
}

.col-container .wrap .h2 {
	padding: 20px 0 20px 25px;
	border-bottom: 1px solid #d4d4d4;
	background: url(images/decorate.png) no-repeat left center;
	background-size: 14px 12px;
}

.col-container .title h3 {
	padding: 30px 0 20px 0;
}

.col-container .wrap .h4 {
	margin: 0;
	padding: 40px 0 24px;
	font-size: 18px;
}

.col-container .content .job-remarks {
  margin-bottom: 24px;
}
/* pc */
@media only screen and (min-width:980px) {
	.col-container .wrap .h2 {
		background: none;
		padding-left: 0;
	}
}

/* 专栏通用end */

/* 行业动态 */
.col-container .news-list {
	padding: 10px 0 20px;
}

/* 加入我们 */

/* 加入我们-零幺生活 */
.col-container .wrap .pic {
	overflow: hidden;
}

.col-container  .pic li {
	margin: 0 80px 30px 0;
	width: 100%;
	max-width: 380px;
	max-height: 280px;
	display: inline-block;
}

/* 清除生活图片margin */
.col-container  .pic .m-clear {
	margin-right: 0;
}

.col-container  .pic img {
	max-width: 100%;
	height: auto;
}

/* 加入我们-诚聘英才 */
.col-container .content .table {
	position: relative;
	max-width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	behavior: url(res/lib/ie8/PIE.htc);
}

.col-container .table li:first-child {
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #1a9ff3;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	behavior: url(res/lib/ie8/PIE.htc);
}

.col-container .table span {
	width: 20%;
	height: 100%;
	text-align: center;
	display: inline-block;
}

.col-container .table a {
	padding: 30px 0 30px 6px;
	display: block;
	color: #333;
	border-bottom: 1px dashed #d4d4d4;
}

.col-container .table a:hover {
	color: #1a9ff3;
}

.col-container .table li:last-child>a {
	border: 0;
}

/* 移动端 */
@media only screen and (max-width:1100px) {
	.col-container .content article {
		padding: 0;
	}
	.col-container  .pic li {
		max-width: 100%;
		text-align: center;
	}
}
/* 专栏首页 end */

/* 软件外包 */
.col-container .content p {
	line-height: 20px;
	font-size: 14px;
}

.col-container .content span {
	display: inline-block;
	font-size: 14px;
}

.col-container .content article {
	padding-bottom: 30px;
}

.col-container .wrap .top {
	padding-bottom: 40px;
	border-bottom: 1px solid #d4d4d4;
}

.col-container .top i {
	padding: 40px 0;
	max-width: 830px;
	display: block;
}

.col-container .top img {
	max-width: 100%;
	height: auto;
	display: block;
}

.col-container .wrap .bottom {
	padding-top: 10px;
	color: #333;
}

/*** -------- 详情页内容 --------- ***/
.col-container .wrap .title {
	border-bottom: 1px solid #d4d4d4;
}

.col-container .title p {
	padding-bottom: 20px;
}

.col-container .title span {
	padding: 0 20px;
	font-size: 14px;
	color: #949494;
}

.col-container .title .label {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	width: 80px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 20px;
	background-color: #1a9ff3;
	behavior: url(res/lib/ie8/PIE.htc);
}

.col-container .title .time {
	background: url(images/time.png) no-repeat 0 center;
}

.col-container .title .read {
	background: url(images/read.png) no-repeat 0 center;
}

.col-container .title .share {
	background: url(images/share.png) no-repeat 0 center;
}

.col-container .wrap .content {
	padding-bottom: 20px;
}


/* 行业动态详情分享 */
.col-container .share a {
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
}

.col-container .share a:nth-child(3) {
	background: url(images/qzone.png) no-repeat center;
}

.col-container .share a:nth-child(4) {
	background: url(images/xinlang.png) no-repeat center;
}

.col-container .share a:nth-child(5) {
	background: url(images/qq.png) no-repeat center;
}

.col-container .share span {
	position: relative;
	bottom: 7px;
	right: 7px;
}

@media only screen and (max-width: 769px) {
	.col-container .sidebar, .col-container .wrap .h1 {
		display: none;
	}
	.col-container .wrap {
		padding: 0 12px;
		margin: 0;
	}
}

/* 诚聘英才 */
.col-container .content .demand {
	margin-top: 30px;
	width: 92%;
	height: auto;
	display: table;
	font-size: 14px;
}

.col-container .demand div {
	margin: 0 -1px -1px 0;
	float: left;
	width: 128px;
	height: 58px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #1a9ff3;
}

.col-container .demand .name {
	color: #1a9ff4;
}

.col-container .content .duty {
	border-bottom: 1px dashed #d4d4d4;
}

.col-container .content .pad {
	padding-bottom: 30px;
}

.col-container .content .tips {
	margin: 30px 110px;
	color: #1a9ff4;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

/* 移动端 */
@media only screen and (max-width: 980px) {
	.col-container .content .tips {
		margin: 30px 0;
	}
	.col-container .content .demand {
		width: 100%;
	}
}

/* iphone6 */
@media only screen and (max-width: 420px) {
	.col-container .demand div {
		width: 24.7%;
	}
}
/* iphone5 */
@media only screen and (max-width: 374px) {
	.col-container .demand div {
		width: 49.6%;
	}
}
/* 详情页end */