  .pic {    width: 100%;    height: 450px;    background-image: url(../img/img_19.jpg);    background-size: 100% 100%;  }  .ourworld {    width: 100%;       background-color: #f6f5fa;     position: relative;          padding: 100px 0;  }   .ourworld_center {    width: 1012px;    padding:66px;    position: relative;     margin: 0 auto;    background-color: #fff;  }  .ourworld_card {  position: relative;     width: 1008px;    display: flex;    flex-wrap: wrap;     justify-content: space-around;  }  .card {    width: 316px;    height: 410px;    background-color: #fff; box-shadow: 0 0 15px rgb(0 0 0 / 5%); margin-bottom: 30px; border-radius: 5px; border: 1px solid #f1f1f1; text-align: center;}  .card img{ border-radius: 5px  5px 0 0;}.default-btn{ margin: 10px auto; border-radius: 10px; display: inline-block; padding: 12px 32px;  color: #1e1e1e; text-align: center; position: relative; overflow: hidden; z-index: 1; border: 2px solid #000;}  .button_1:hover {    background-color: #d72828;    color: #ffffff;  }    .default-btn::before {	content: "";	position: absolute;	z-index: -1;	height: 100%;	left: -36%;	top: 0;	-webkit-transform: skew(50deg);	transform: skew(50deg);	-webkit-transition-duration: .6s;	transition-duration: .6s;	-webkit-transform-origin: top left;	transform-origin: top left;	width: 0}.default-btn:hover {	color: #fff !important;		 border:none;}.default-btn:hover:before {	height: 100%;	width: 135%;	background-color:  #d72828;	border:none;	}  .paging{      display: flex;      width: 285px;      height: 30px;      justify-content: space-between;      margin: 0 auto;      margin-top: 100px;      text-align: center;      line-height: 30px;  }  .paging-li{      list-style: none;      border: 2px solid black;      border-radius: 2px;  }  .paging-li:hover{    background-color: #d72828;    color: #ffffff;  }    .fooder{    width: 100%;    height: 68px;    background-color: #d72828;    text-align: center;    line-height: 68px;    color: white;}    	/***·ÖÒ³***/#PagerJobPost_Panel_Pager { background:#EEE; margin:10px 0 0 0; overflow:hidden; *zoom:1; text-align:center; clear:both; }#PagerJobPost_Panel_Pager ul { padding:10px 0; }#PagerJobPost_Panel_Pager li { height:22px; padding-top:2px; display:inline; }#PagerJobPost_Panel_Pager li strong { color:#F00; }.PagerContainerTable { background:transparent url(/Images/Header.gif) repeat-x top left; border-top: dotted 1px #bbc7cd; border-bottom: dotted 1px #bbc7cd; font-size:.8em; }span.PagerCurrentIndex { border:solid 1px #bbc7cd; height:18px; background-color:#F2F2F2; padding:0px 5px; }td.PagerCell { padding:6px; }a.PagerHyperlinkStyle { padding:6px; text-decoration:none; white-space:nowrap; }a.PagerHyperlinkStyle { color:#525252; }a.PagerHyperlinkStyle:hover { height:17px; overflow:hidden; border:solid 1px #bbc7cd; background-color: #FFFFFF; padding:0 5px; text-decoration:none; }a.PagerDisabled { border:none; color:Gray; background: transparent; padding:6px; }td.PagerCellSeperator { border-right:solid 1px #c0c0c0; padding-left:1px; padding-right:1px;}