@charset "utf-8";
.header {
  height: 102px;
  overflow: hidden;
}
.header .logo {
  margin-top: 29px;
  float: left;
}
.header .home {
  display: block;
  width: 94px;
  height: 26px;
  margin-right: 20px;
  margin-top: 50px;
  border: 1px solid #e0e0e0;
  background: url("../images/head-home.png") 10px center #ffffff no-repeat;
  color: #4c4c4c;
  text-indent: 30px;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.header .home:hover {
  color: #4c4c4c;
}
.nav {
  position: relative;
  height: 46px;
  background: url("../images/nav-bg.png") center center repeat-x;
  z-index: 100;
}
.nav li {
  position: relative;
  width: 110px;
  height: 46px;
  text-align: center;
  float: left;
}
.nav li .nav-sub-box {
  position: absolute;
  left: 0;
  top: 46px;
  display: none;
  width: 412px;
  padding: 14px 18px;
  border: 1px solid #0273bf;
  background-color: #fff;
}
.nav li .nav-sub-list {
  position: relative;
  margin-bottom: 12px;
}
.nav li .nav-sub-list .nav-sub-list-l,
.nav li .nav-sub-list .nav-sub-list-r {
  width: 50%;
}
.nav li .nav-sub-list .line {
  position: absolute;
  left: 49%;
  top: 15%;
  height: 70%;
  width: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #dcdcdc;
}
.nav li .nav-sub-list dl {
  width: 206px;
  line-height: 26px;
  text-align: left;
  float: left;
}
.nav li .nav-sub-list dl dt {
  position: relative;
  height: 26px;
  float: left;
}
.nav li .nav-sub-list dl dt span {
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -2px;
  display: block;
  width: 4px;
  height: 4px;
  background: #cfddf1;
  vertical-align: middle;
}
.nav li .nav-sub-list dl dd {
  padding: 0 10px 0 18px;
}
.nav li .nav-sub-list a {
  display: inline;
  color: #666666;
}
.nav li .nav-sub-list a:hover {
  color: #fe3f3f;
}
.nav li .nav-sub-content {
  border-top: 1px solid #dcdcdc;
  padding-top: 12px;
}
.nav li .nav-sub-content .fl {
  width: 180px;
}
.nav li .nav-sub-content .nav-sub-img img {
  width: 100%;
}
.nav li .nav-sub-content .nav-sub-text {
  width: 220px;
  padding: 4px 0;
  text-indent: 2em;
  line-height: 22px;
  color: #999999;
}
.nav li .top-line {
  position: absolute;
  display: none;
  width: 104px;
  height: 0;
  font-size: 0;
  top: -6px;
  left: 0;
  border-width: 3px;
  border-color: transparent transparent #0577c3 transparent;
  border-style: solid;
}
.nav li .triangle {
  position: absolute;
  left: 50%;
  top: 47px;
  display: none;
  width: 0;
  height: 0;
  margin-left: -5px;
  font-size: 0;
  line-height: 0;
  border-width: 5px;
  border-color: #0273bf transparent transparent transparent;
  border-style: solid;
}
.nav li.active {
  background: url("../images/nav-active-bg.png") left center repeat-x;
}
.nav li.active .top-line {
  display: block;
}
.nav li.hover {
  background: url("../images/nav-active-bg.png") left center repeat-x;
}
.nav li.hover .top-line,
.nav li.hover .triangle,
.nav li.hover .nav-sub-box {
  display: block;
}
.nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.nav li a p {
  height: 28px;
  font-size: 16px;
  line-height: 46px;
}
.nav li a p.en {
  display: none;
  width: 115%;
  margin-left: -7.5%;
  font-family: Kalinga, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 8px;
  line-height: 14px;
  color: #7fa8d3;
  -webkit-transform: scale(0.67);
}
.nav .split {
  height: 26px;
  width: 0;
  margin-top: 10px;
  border-right: 1px solid #0a65ce;
  font-size: 0;
  line-height: 0;
}
.footer {
  padding: 46px 0 90px;
  line-height: 28px;
  text-align: center;
  color: #b7b7b7;
  background-color: #5f5f5f;
}
.footer a {
  color: #b7b7b7;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .friend {
  width: 884px;
  margin: 0 auto 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #575151;
}
.footer .friend dt {
  width: 80px;
  text-align: right;
  float: left;
}
.footer .friend dd {
  padding-left: 90px;
  text-align: left;
}
.footer .friend a {
  margin-right: 14px;
}
.footer .foot-link span {
  padding: 0 16px;
}
.subject {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding-top: 148px;
  background: url("../images/subject-bg.jpg") left top no-repeat;
}
.subject .content {
  background-color: #fff;
}
.border-content {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.sub-location {
  height: 53px;
  padding-left: 44px;
  background: url("../images/location-bg.jpg") left center repeat-x;
}
.sub-location .sub-location-warp {
  float: left;
  padding-top: 26px;
  padding-left: 18px;
  background: url("../images/head-home.png") left 29px no-repeat;
}
.sub-location .sub-location-warp a {
  color: #666;
}
.sub-location .sub-location-warp a:hover {
  text-decoration: underline;
}
.sub-location .sub-location-warp span {
  margin: 0 6px;
}
.sub-location .sub-location-detail {
  margin-right: 22px;
  padding-top: 30px;
  color: #808080;
  float: right;
}
.sub-location .sub-location-detail span {
  margin-left: 18px;
}
.sub-location .sub-location-detail .date {
  padding-left: 18px;
  background: url("../images/time.png") left center no-repeat;
}
.sub-location .sub-location-detail .visit {
  padding-left: 20px;
  background: url("../images/eye.png") left center no-repeat;
}
.sub-asid {
  padding-left: 22px;
}
.sub-asid-list {
  width: 180px;
  margin-bottom: 34px;
}
.sub-asid-list li {
  height: 41px;
  width: 180px;
  border-bottom: 1px solid #e6e6e6;
  background: url("../images/asid-list-icon.png") 24px center no-repeat;
  text-indent: 52px;
  color: #252525;
  font-size: 14px;
  line-height: 41px;
}
.sub-asid-list li.active {
  background-image: url("../images/asid-list-icon-active.png");
}
.sub-asid-list li.active a {
  color: #0874bd;
}
.sub-asid-list a {
  width: 100%;
  height: 100;
  text-indent: 52px;
  color: #252525;
}
.sub-asid-exce {
  margin-bottom: 78px;
}
.sub-asid-exce h2 {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #0874bd;
  text-align: center;
}
.sub-asid-exce .asid-exce-prj a {
  color: #262626;
}
.sub-asid-exce .asid-exce-prj img {
  width: 180px;
  height: 124px;
}
.sub-asid-exce .asid-exce-prj p {
  text-align: center;
  line-height: 28px;
}
.sub-list-title {
  height: 38px;
  margin-bottom: 4px;
  background: url("../images/sub-title-bg.jpg") left center no-repeat;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
}
.sub-list-title h1 {
  text-indent: 58px;
  float: left;
}
.sub-list-title span {
  margin-left: 18px;
  font-size: 12px;
  color: #808080;
  float: right;
}
.sub-list-title .date {
  padding-left: 18px;
  background: url("../images/time.png") left center no-repeat;
}
.sub-list-title .visit {
  padding-left: 20px;
  background: url("../images/eye.png") left center no-repeat;
}
.aside-slider {
  position: relative;
  width: 180px;
  height: 312px;
  overflow: hidden;
}
.aside-slider ul {
  position: absolute;
  left: 0;
  top: 0;
}
.aside-slider li {
  position: relative;
  width: 100%;
  height: 156px;
}
.aside-slider .asid-btn {
  position: absolute;
  left: 50%;
  margin-left: -26px;
  display: none;
  width: 52px;
  height: 32px;
}
.aside-slider .prev {
  background: url("../images/asid-top.png") center center no-repeat;
  top: 0;
}
.aside-slider .next {
  background: url("../images/asid-bottom.png") center center no-repeat;
  bottom: 0;
}
.sub-list {
  width: 764px;
  margin-left: 11px;
  margin-bottom: 40px;
  padding-top: 12px;
}
.sub-list .hover {
  border-color: #0079ca !important;
}
.sub-list .sub-list-desc {
  width: 702px;
  padding-bottom: 26px;
  margin: 22px 0 24px 33px;
  margin-left: 33px;
  margin-bottom: 24px;
  background: url("../images/sub-desc-bg.png") left bottom no-repeat;
}
.sub-list .sub-list-desc .sub-list-desc-head {
  width: 95px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #3e61a5;
}
.sub-list .sub-list-desc .sub-list-desc-content {
  width: 566px;
  font-size: 14px;
  line-height: 24px;
  color: #3e61a5;
  min-height: 48px;
  overflow: hidden;
}
.sub-list .sub-list-item {
  /* width: 700px;
		height: 168px;
		margin-left: 33px;
		margin-bottom: 12px;
		border: 1px solid #ccc;
		.border-radius(4px);
		.sub-list-head,.sub-list-content-box{
			padding: 0 26px;
		}
		.sub-list-content-box .fl{
			width: 510px;
		}
		.sub-list-head{
			height: 46px;
			margin-bottom: 12px;
			line-height: 46px;
			border-bottom: 1px solid #e5e5e5;
			h2{
				font-size: 18px;
				color: #0874bd;
				float: left;
			}
			span{
				margin-left: 12px;
				font-size: 12px;
				color: #808080;
				float: right;
			}
			.date{
				padding-left: 18px;
				background: url("@{imgDir}/time.png") left center no-repeat;
			}
			.visit{
				padding-left: 20px;
				background: url("@{imgDir}/eye.png") left center no-repeat;
			}
		}
		.sub-list-img{
			position: relative;
			width: 130px;
			height: 88px;
			float: left;
			.sub-list-img-video{
				position: absolute;
				display: block;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
				background: url("@{imgDir}/play-cover.png") center center no-repeat;
			}
		}
		.sub-list-content{
			height: 98px;
			margin-left: 8px;
			font-size: 14px;
			overflow: hidden;
			p{
				line-height: 24px;
				text-indent: 2em;
				a{
					color: #0861a7;
					float: right;
				}
			}
		} */
  /* .detail{
			display: block;
			width: 102px;
			height: 28px;
			margin: auto;
			.border-radius(3px);
			background: url("@{imgDir}/sublist-btn-bg.png") center center repeat-x;
			line-height: 28px;
			text-align: center;
			text-decoration: none;
			color: #fff;
			font-size: 14px;
		} */
  height: 36px;
  width: 686px;
  margin-left: 34px;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  color: #252525;
  line-height: 36px;
}
.sub-list .sub-list-item .sub-list-content {
  width: 610px;
  overflow: hidden;
}
.sub-list .sub-list-item .sub-list-content a {
  color: #252525;
}
.sub-list .sub-list-item .sub-list-content a:hover {
  color: #0874bd;
}
.sub-list .sub-list-item .sub-list-content span {
  margin-right: 6px;
  font-weight: bold;
}
.sub-list .sub-list-item .sub-list-content .new {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 27px;
  height: 11px;
  margin-left: 6px;
  background: url("../images/new.png") center center no-repeat;
}
.sub-list .sub-list-item .date {
  font-size: 12px;
}
.sub-article {
  margin-left: 42px;
  padding-top: 28px;
  padding-bottom: 50px;
  width: 710px;
}
.sub-article strong{
  font-weight: bold !important;
}
.sub-article .sub-article-title {
  margin-bottom: 4px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #252525;
}
.sub-article img {
  display: block;
  margin: auto;
}
.sub-article p {
  /*margin-bottom: 25px;
  font-size: 14px;
  text-indent: 2em;
  color: #252525;
  line-height: 24px;*/
}
.sub-single{
	margin: auto;
	width: 784px;
}
.big-thing {
  border: 1px solid #d6d6d6;
  background-color: #fff;
}
.big-thing-warp {
  margin: 10px 10px 0 10px;
  background-color: #f0f0f0;
}
.big-thing-slide {
  position: relative;
  width: 978px;
  height: 317px;
  z-index: 10;
}
.big-thing-slide .big-thing-slide-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.big-thing-slide .big-thing-slide-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.big-thing-slide .big-thing-slide-item .big-thing-slide-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.big-thing-slide .big-thing-slide-item-content .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.big-thing-slide .big-thing-slide-item-content p {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 36px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.big-thing-slide .big-thing-slide-control {
  position: absolute;
  height: 68px;
  bottom: -34px;
  right: 34px;
}
.big-thing-slide .big-thing-slide-control .big-thing-slide-control-item {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 12px;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  float: left;
}
.big-thing-slide .big-thing-slide-control .big-thing-slide-control-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.big-thing-slide .big-thing-slide-control .big-thing-slide-control-item .mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url("../images/cycle-mask.png") center center no-repeat;
}
.big-thing-time-line {
  position: relative;
  /* 	padding: 30px 0; */
  min-height: 650px;
  z-index: 5;
}
.big-thing-time-line .line {
  position: absolute;
  left: 237px;
  width: 4px;
  height: 100%;
  background-color: #ddd;
}
.big-thing-time-line .big-thing-time-year {
  position: absolute;
  top: 64px;
  left: 50px;
}
.big-thing-time-line .big-thing-time-year li {
  position: relative;
  margin-bottom: 1px;
  width: 83px;
  height: 60px;
  background-color: #297ec0;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.big-thing-time-line .big-thing-time-year li span {
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -6px;
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #0861a7;
}
.big-thing-time-line .big-thing-time-year li.first {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.big-thing-time-line .big-thing-time-year li.last {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.big-thing-time-line .big-thing-time-year li.active {
  background-color: #0861a7;
}
.big-thing-time-line .big-thing-time-year li.active span {
  display: block;
}
.big-thing-time-line .big-thing-time-things {
  position: relative;
  margin-left: 170px;
  padding: 30px 0;
  /* top: 30px; */
  /* left: 170px; */
}
.big-thing-time-line .big-thing-time-things li {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
}
.big-thing-time-line .big-thing-time-things li h1 {
  margin-bottom: 18px;
  text-indent: 44px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  color: #0874bd;
  text-shadow: 0 0 0 #f0f0f0, -2px 0 0 #f0f0f0, -2px -2px 0 #f0f0f0, 2px -2px 0 #f0f0f0, 2px 0 0 #f0f0f0, 2px 2px 0 #f0f0f0, 0 2px 0 #f0f0f0, -2px 2px 0 #f0f0f0;
}
.big-thing-time-line .big-thing-time-things li .time-line-box {
  margin-bottom: 8px;
  background: url("../images/time-line-dot.png") 62px center no-repeat;
}
.big-thing-time-line .big-thing-time-things li .time-line-box .time-line-date {
  display: inline-block;
  width: 54px;
  vertical-align: middle;
  text-align: right;
  color: #252525;
  *display: inline;
  zoom: 1;
}
.big-thing-time-line .big-thing-time-things li .time-line-box .time-line-content {
  position: relative;
  display: inline-block;
  margin-left: 34px;
  width: 618px;
  padding: 10px 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.big-thing-time-line .big-thing-time-things li .time-line-box .time-line-content .triangle {
  position: absolute;
  left: -12px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -6px;
  line-height: 0;
  font-size: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
}
.big-thing-time-line .big-thing-time-things li .time-line-box .time-line-content .triangle i {
  position: absolute;
  left: -5px;
  top: -6px;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.big-thing-time-line .big-thing-time-things li .time-line-box .time-line-content .honor-list-warp {
  margin-bottom: -6px;
}
.big-thing-time-line .big-thing-time-things li .time-line-box .time-line-content .honor-box {
  margin: 0 2px;
  width: 202px;
  height: 156px;
  text-align: center;
  float: left;
}
.big-thing-time-line .big-thing-time-things li .time-line-box .time-line-content .honor-box img {
  display: block;
  width: 202px;
  height: 127px;
}
.big-thing-time-line .big-thing-time-things li .time-line-box .time-line-content .honor-box .honor-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
}
.big-thing-time-line .big-thing-time-things li .time-line-box .time-line-content .honor-box .honor-list-img {
  font-size: 0;
}
.recommend-box {
  background: url("../images/keybord-bg.jpg") #ffffff left top no-repeat;
}
.recommend-box .recommend-content {
  width: 732px;
  margin: 0 auto;
  padding-top: 44px;
  overflow: hidden;
}
.recommend-box .recommend-content .recomment-desc {
  margin-bottom: 38px;
}
.recommend-box .recommend-content .recomment-desc strong,
.recommend-box .recommend-content .recomment-desc b{
  font-weight: bold;
}
.recommend-box .recommend-content .recomment-desc p {
  /* text-indent: 2em; */
}
.recommend-box .recommend-content .recommend-title {
  margin-bottom: 18px;
}
.recommend-box .recommend-content img {
  display: block;
  /* margin-bottom: 20px; */
  /*width: 100%;*/
}
.recommend-box .recommend-content p img {
  margin: 20px;
}
.recommend-box .recommend-content p {
/*
  margin-bottom: 24px;
  font-size: 14px;
  color: #252525;
*/
}
.recommend-title {
  height: 37px;
  line-height: 37px;
  border-bottom: 2px solid #f5f5f5;
}
.recommend-title h1 {
  position: relative;
  border-bottom: 2px solid #0874bd;
  color: #0874bd;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.recommend-title h1 span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -5px;
  font-size: 0;
  line-height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #0874bd transparent;
}
.honor-warp {
  padding: 10px;
  background-color: #fff;
}
.honor-warp .honor-img {
  width: 978px;
  height: 149px;
  margin-bottom: 25px;
}
.honor-warp .sub-list-title {
  margin-bottom: 8px;
}
.honor-warp .qualification {
  width: 954px;
  height: 290px;
  margin-left: 12px;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.honor-warp .qualification .qualification-warp {
  position: relative;
  width: 928px;
  height: 250px;
  margin: 28px auto 0;
  overflow: hidden;
}
.honor-warp .qualification .qualification-warp ul {
  position: absolute;
  top: 0;
  margin-right: -8px;
}
.honor-warp .qualification .qualification-warp li {
  width: 304px;
  height: 250px;
  margin-right: 8px;
  text-align: center;
  float: left;
}
.honor-warp .qualification .qualification-warp li img {
  display: block;
  width: 300px;
  height: 195px;
  border: 2px solid #0874bd;
}
.honor-warp .qualification .qualification-warp li .qualification-content {
  font-size: 14px;
  line-height: 52px;
  color: #434343;
}
.honor-warp .honor-grid {
  width: 990px;
  margin-left: 12px;
}
.honor-warp .honor-grid .honor-box {
  width: 288px;
  height: 240px;
  padding: 6px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0 26px 26px 0;
  float: left;
}
.honor-warp .honor-grid .honor-box img {
  width: 288px;
  height: 182px;
}
.honor-warp .honor-grid .honor-box .honor-content {
  color: #434343;
  text-align: center;
  line-height: 58px;
  font-size: 14px;
  overflow: hidden;
}
.contact-us {
  padding-bottom: 20px;
  background-color: #fff;
}
.contact-us .group-map {
  height: 420px;
  margin-bottom: 10px;
}
.contact-us .contact-box {
  position: relative;
  width: 870px;
  height: 94px;
  margin: auto;
}
.contact-us .contact-box .line {
  position: absolute;
  left: 50%;
  height: 96%;
  top: 2%;
  width: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #b9b9b9;
}
.contact-us .contact-box .address {
  width: 430px;
  padding-top: 8px;
  text-indent: 88px;
  line-height: 24px;
  font-size: 14px;
  color: #252525;
}
.contact-us .contact-box .send-email {
  display: block;
  width: 260px;
  height: 88px;
  margin-left: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: url("../images/contact.png") #0874bd center center no-repeat;
}
.contact-us .contact-box .send-email:active {
  background-color: #0a5ca2;
}
.video-box {
  background-color: #fff;
}
.video-box .video-content {
  padding-bottom: 20px;
}
.video-box .video-head {
  font-size: 16px;
  color: #0874bd;
  line-height: 40px;
  font-weight: bold;
}
.video-box .video-warp {
  padding: 60px 0 0 110px;
  width: 590px;
}
.video-box .video-list {
  width: 150px;
  margin-top: 70px;
  padding: 0 15px;
  border: 1px solid #a0a0a0;
}
.video-box .video-list .video-list-box {
  width: 150px;
  height: 102px;
  position: relative;
  margin-bottom: 16px;
}
.video-box .video-list .video-list-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.video-box .video-list .video-list-box .content {
  position: absolute;
  height: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.video-box .video-list .video-list-box .content .mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  line-height: 0;
  font-size: 0;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.video-box .video-list .video-list-box .content p {
  position: relative;
  line-height: 20px;
  color: #fff;
  padding: 0 10px;
  overflow: hidden;
}
.recruit-warp {
  min-height: 360px;
  padding-left: 250px;
  padding-bottom: 20px;
  padding-right: 20px;
  background: url("../images/recruit-bg.jpg") #ffffff left top no-repeat;
}
.recruit-warp .sub-list-title {
  margin-bottom: 20px;
}
.recruit-warp .sub-list {
  margin-left: 32px;
}
.recruit-warp .sub-list-item {
  margin: 0;
  text-indent: 18px;
}
.recruit-warp .sub-list-item .sub-list-content {
  width: 530px;
}
.recruit-warp .recruit-table {
  width: 650px;
  margin-bottom: 76px;
  margin-left: 40px;
  font-size: 14px;
  color: #252525;
}
.recruit-warp .recruit-table thead {
  background-color: #fdefdf;
}
.recruit-warp .recruit-table tbody tr:nth-child(even) {
  background-color: #e8f2f8;
}
.recruit-warp .recruit-table tr.qualification {
  border-bottom: 1px solid #d2d2d2;
}
.recruit-warp .recruit-table td {
  vertical-align: initial;
  line-height: 32px;
}
.recruit-warp .recruit-table td.column {
  width: 84px;
  text-align: center;
}
.recruit-warp .recruit-table td.column-1 {
  width: 280px;
}
.recruit-warp .recruit-table td.content {
  padding-bottom: 70px;
  color: #0874bd;
}
.recruit-warp .last .qualification {
  border: none !important;
}
