@charset "UTF-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}
body{
min-width:1400px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: 'Circular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #00529b;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 18px;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.index-tit {
  margin: 50px 0;
  line-height: 40px;
  text-align:center;
}

.index-tit h6 {
  font-size: 32px;
  font-weight: bold;
  color: #00529b;
}

.index-tit .more {
  width: 100%;
  font-size: 38px;
  color: #951272;
  font-weight: bold;
  display: table;
}

.index-tit .more:before {
    border-top: 2px solid #951272;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 300px;
    left: 300px;
}

.index-tit .more:after {
    border-top: 2px solid #951272;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 300px;
    left: -300px;
}

.header {

    left: 0;
    top: 0;
    width: 100%;
    min-width: 1300px;
    z-index: 9;
    height: 173px;
    padding: 22px 0;
    background: #594C92;
}

.header .logo {
  float: left;
}

.header .right {
  float: right;
  text-align: right;
  width: 1000px;
  margin-top: 35px;
}

.header .right .links {
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  line-height: 36px;
  vertical-align: middle;
}

.header .right .links a {
  color: #fff;
}

.header .right .links span {
  margin: 0 5px;
}

.search-box {
  display: inline-block;
  text-align: left;
  position: relative;
  height: 36px;
  min-width: 36px;
  vertical-align: middle;
}

.search-box .text {
  border: none;
  background: #ededed;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 66%;
  padding: 6px 10px;
  display: none;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 5px;
  vertical-align: middle;
}

.search-box:hover .text {
  display: block;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 60px;
  margin-top: 10px;
  width: 1400px;
  float: left;
}

.main-nav li {
  position: relative;
  float: left;
  text-align: center;
  z-index: 10;
  font-size: 20px;
  padding: 0 17px;
  border-bottom: 2px solid transparent;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  width: 260px;
  left: 50%;
  margin-left: -130px;
  top: 99%;
  overflow: hidden;
  padding-top: 10px;
}

.main-nav li .dropdown ul {
  padding: 10px 0;
  background: #fff;
  position: relative;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 50px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  border: none;
}

.main-nav li .dropdown li a {
  color: #333;
}

.main-nav li .dropdown li:hover {
  background: #951272;
}

.main-nav li .dropdown li:hover a {
  color: #fff;
}

.main-nav li.on {
  border-bottom: 5px solid #951272;
}

.main-nav li:hover {
  border-bottom: 5px solid #951272;
}

.main-nav li:hover a {
  color: #fff;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  display: block;
  transition: all ease .3s;
}

.banner {
  min-width: 1400px;
  max-width: 100%;
  overflow: hidden;
}

.banner .slide {
  position: relative;
}

.banner .prev, .banner .next {
  position: absolute;
  z-index: 12;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -700px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 600px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.banner .hd {
    position: absolute;
    bottom: 52px;
    left: 80%;
    /* width: 100%; */
    z-index: 2;
    text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 5px;
  background: url(../images/dote.png) center center no-repeat;
}

.banner .hd li.on {
  background: url(../images/dote-on.png) center center no-repeat;
}


.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .bd ul li .pic img {
  width: 100%;
}

.banner .bd ul li .text {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  bottom: 50px;
  z-index: 9;
  background: url(../images/opacity2.png);
  width: auto;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .bd ul li .text a {
  color: #fff;
}

.index-row1 .c1 {
  float: left;
  width: 440px;
}

.index-row1 .c1 .pic {
  position: relative;
  height: 275px;
  overflow: hidden;
}

.index-row1 .c1 .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .pic .date {
  position: absolute;
  left: 15px;
  bottom: 25px;
  background: #f36e0c;
  width: 140px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  z-index: 2;
}

.index-row1 .c1 .text {
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    height: 100px;
    padding: 5px 10px;
    overflow: hidden;
    background: #00529b;
}

.index-row1 .c2 {
    float: left;
    width: 920px;
    margin-left: 40px;
}

.index-row1 .c2 dl {
  float: left;
  display: table;
  width: 440px;
  margin-bottom: 34px;
  border-bottom: 1px solid #ccc;
}

.index-row1 .c2 dl dt {
  display: table-cell;
  width: 135px;
  height: 105px;
  vertical-align: middle;
  overflow: hidden;
}

.index-row1 .c2 dl dt img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c2 dl dt:hover img {
  transform: scale(1.1);
}

.index-row1 .c2 dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

.index-row1 .c2 dl dd h6 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight: bold;
}

.index-row1 .c2 dl dd .date {
  font-size: 14px;
  margin-top: 10px;
  color: #6f6f6f;
}

.index-row1 .eventslist {
    float: right;
    width: 440px;
}

.index-row1 .eventslist dl {
  float: left;
  display: table;
  width: 100%;
  margin-bottom: 34px;
}
.index-row1 .eventslist dl dt {
  display: table-cell;
  width: 135px;
  height: 105px;
  vertical-align: middle;
  overflow: hidden;
}
.index-row1 .eventslist dl dt img {
width: 135px;
    height: 105px;
  transform: scale(1.1);
}
.index-row1 .eventslist dl dt:hover img {
  transform: scale(1.1);
}

.index-row1 .eventslist dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

.index-row1 .eventslist dl dd h6 {
  font-size: 16px;
  overflow: hidden;
  font-weight: bold;
}

.index-row1 .eventslist dl dd .date {
  font-size: 14px;
  margin-top: 10px;
  color: #6f6f6f;
}

.index-row1 .eventslist dl dd .time {
    overflow: hidden;
    padding-left: 20px;
    background: url(../images/events-date-time.png) 1px no-repeat;
}
.index-row1 .eventslist dl dd .time span {
    font-size: 14px;
    color: #122c4c;
    line-height: 2em;
}
.index-row1 .eventslist dl dd .location {
color: #122c4c;
    font-size: 14px;
    font-weight: normal;
    background: url(../images/events-location.png) no-repeat;
    padding-left: 20px;
    overflow: hidden;
}

.index-row2 .c1 {
  float: left;
  width: 450px;
  position: relative;
}

.index-row2 .c1 .pic {
  height: 235px;
  overflow: hidden;
}

.index-row2 .c1 .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row2 .c1 .pic:hover img {
  transform: scale(1.1);
}

.index-row2 .c1 .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../images/opacity.png);
}

.index-row2 .c1 .text p {
  margin-top: 80px;
  color: #fff;
padding: 0 20px;
}

.index-row2 .c1 .text .date {
  margin-top: 40px;
  display: inline-block;
  width: 135px;
  line-height: 36px;
  background: #00529b;
  color: #fff;
}

.index-row2 .c2 {
  float: right;
  width: 920px;
}

.index-row2 .c2 dl {
  float: left;
  display: table;
  width: 50%;
  margin-bottom: 25px;
}

.index-row2 .c2 dl dt {
  display: table-cell;
  width: 105px;
  height: 105px;
  text-align: center;
}

.index-row2 .c2 dl dt .m {
  background: #951272;
  line-height: 40px;
  color: #fff;
font-size: 20px;
}

.index-row2 .c2 dl dt .d {
  line-height: 64px;
  border: 1px solid #cdcdcd;
  border-top: none;
  font-size: 36px;
  color: #951272;
}

.index-row2 .c2 dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

.index-row2 .c2 dl dd h6 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight: bold;
}

.index-row2 .c2 dl dd .date {
  font-size: 14px;
  margin-top: 10px;
  color: #6f6f6f;
}

.index-row2 .c3 {
    float: left;
    width: 1400px;
    position: relative;
}
.index-row2 .c3 .event {
    width: 438px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 40px;
    border: 1px solid #efefef;
}

.index-row2 .c3 .event:last-child {
    margin-right:0px;
}
.index-row2 .c3 .event img {
    width: 100%;
    max-width: 438px;
    height:305px;
}
.index-row2 .c3 .event .date {
    color: #122c4c;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 15px;
    background: url(../images/events-date.png) 2px no-repeat;
    background-size: 32px;
    margin-top: 30px;
}
.index-row2 .c3 .event .date span {
    margin-left: 40px;
    font-size: 24px;
    color: #333;
    line-height: 32px;
}
.index-row2 .c3 .event .text{
    font-size: 18px;
    height: 48px;
    overflow: hidden;
}
.index-row2 .c3 .event .time{
    overflow: hidden;
    margin-top: 10px;
    padding-left: 20px;
    background: url(../images/events-date-time.png) 1px no-repeat;
}

.index-row2 .c3 .event .time span {
    font-size: 14px;
    color: #122c4c;
    line-height: 2em;
}

.index-row2 .c3 .event .location {
    color: #122c4c;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 0;
    background: url(../images/events-location.png) no-repeat;
    line-height: 18px;
    height: 36px;
    padding-left: 20px;
    overflow: hidden;
}
.index-row3 .c2 {
    width: 100%;
    text-align:center;
}
.index-row3 .c2 .pv {
    width: 350px;
    height: 350px;
    display: inline-block;
    text-align: center;
    background: url(../images/sanjiao.png) right top no-repeat #eeeeee;
    margin: 0 60px;
}
.index-row3 .c2 .pv:hover {
    background: url(../images/sanjiao.png) right top no-repeat #ffcc33;
}
.index-row3 .c2 .pv a {
    padding-top: 100px;
    display: block;
}
.index-row3 .c2 .pv a .icon{
    width: 120px;
    height: 120px;
    display: inline-block;
}
.index-row3 .c2 .pv a p {
    color: #00529b;
    font-size: 24px;
    padding-top: 10px;
}
.index-row3 .c2 .pv:hover a p {
    color: #ffffff;
}
.index-row3 .c2 .pv a .icon1 {
    background: url(../images/icon1.png) center center no-repeat;
}
.index-row3 .c2 .pv a .icon2 {
    background: url(../images/icon2.png) center center no-repeat;
}
.index-row3 .c2 .pv:hover a .icon1 {
    background: url(../images/icon1-on.png) center center no-repeat;
}
.index-row3 .c2 .pv:hover a .icon2 {
    background: url(../images/icon2-on.png) center center no-repeat;
}





.footer {

  position: relative;
  padding: 20px 0;
  color: #fff;
  min-width: 1400px;
  font-size: 14px;
  background: #594C92;
}

.footer .tit {
  font-size: 22px;
  line-height: 66px;
  margin-bottom: 10px;
}

.footer .c1 {
  float: left;
  width: 580px;
}

.footer .c1 p {
  line-height: 26px;
  margin-bottom: 10px;
}

.footer .c1 img {
  float: left;
}

.footer .c1 span {
  display: block;
  margin-left: 40px;
}

.footer .c2 {
  float: left;
  width: 440px;
  margin-left: 30px;
}

.footer .c2 p {
  line-height: 44px;
}

.footer .c3 {
  float: right;
  padding-top: 80px;
}

.footer .c3 .qr {
  text-align: center;
  display: inline-block;
  margin-left: 40px;
}

.footer .c3 .qr p {
  margin-top: 15px;
}

.inner-banner {
  min-width: 1300px;
  max-width: 100%;
  overflow: hidden;
}

.inner-banner .slide {
  position: relative;
}

.inner-banner .hd {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: 500px;
  z-index: 2;
}

.inner-banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 5px;
  background: url(../images/dote.png) no-repeat;
}

.inner-banner .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.inner-banner .bd ul li {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.inner-banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.inner-banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}
.inner-banner ul li .pic img {width:100%;}

.inner-banner .bd ul li .text {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  bottom: 50px;
  z-index: 9;
  background: url(../images/opacity2.png);
  width: 400px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-banner .bd ul li .text a {
  color: #fff;
}

.inner-page {
  background: url(../images/inner-tit.png) left top no-repeat;
   margin-top: 20px;
}

.inner-page .leftbar {
margin-bottom: 50px;
  float: left;
  width: 300px;
}

.inner-page .leftbar .tit {
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}

.inner-page .leftbar .list li {
  font-size: 18px;
  margin-bottom: 3px;
  font-size: 18px;
}

.inner-page .leftbar .list li a {
  display: block;
}

.inner-page .leftbar .list li h6 {
  position: relative;
  padding: 20px 20px 20px 50px;
  background: #ededed;
  margin-bottom: 3px;
}

.inner-page .leftbar .list li h6 .line {
  position: absolute;
  left: 26px;
  height: 20px;
  width: 4px;
  background: #fff;
}

.inner-page .leftbar .list li h6:hover {
  background: #951272;
}

.inner-page .leftbar .list li h6:hover a {
  color: #fff;
}

.inner-page .leftbar .list .sub-nav h6 {
  padding-left: 65px;
}

.inner-page .leftbar .list .third-nav li {
  background: #f8f8f8;
  padding: 20px 20px 20px 100px;
  font-size: 16px;
}

.inner-page .right-con {
  float: right;
  width: 1050px;
}

.inner-page .right-con .tit {
  margin: 33px 0;
  line-height: 18px;
  color: #fff;
  border-left: 4px solid #951272;
  padding-left: 10px;
}

.inner-page .right-con .list {
  padding: 11px 0;
}

.inner-page .right-con .list dl {
  display: table;
  width: 100%;
  margin-bottom: 34px;
}

.inner-page .right-con .list dl dt {
  display: table-cell;
  width: 235px;
  height: 135px;
  vertical-align: middle;
  overflow: hidden;
}

.inner-page .right-con .list dl dt img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .list dl dt:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .list dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 32px;
}

.inner-page .right-con .list dl dd h6 {
  line-height: 32px;
  overflow: hidden;
  font-weight: bold;
}

.inner-page .right-con .list dl dd .date {
  margin-top: 10px;
  color: #6f6f6f;
}
.inner-page .right-con .guide-page .r1 {
  padding: 15px 0;
}

.inner-page .right-con .guide-page .r1 img {
  width: 100%;
}

.inner-page .right-con .guide-page .r2 .text {
  padding-top: 20px;
  padding-bottom: 10px;
  height: auto;
  line-height: 60px;
}
.inner-page .right-con .guide-page .r2 .text p {
    line-height: 30px;
    height: 60px;
}
.inner-page .right-con .main-pic-list {
  padding: 10px 0;
}

.inner-page .right-con .main-pic-list ul {
  margin: 0 -12px;
}

.inner-page .right-con .main-pic-list li {
  float: left;
  width: 33.3%;
}

.inner-page .right-con .main-pic-list li a {
  display: block;
  margin: 12px;
}

.inner-page .right-con .main-pic-list li a .pic {
  height: 180px;
  overflow: hidden;
}

.inner-page .right-con .main-pic-list li a .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-pic-list li a .pic:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .main-pic-list li a .text {
  height: 106px;
  line-height: 106px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.inner-page .right-con .main-pic-list li.li1 .text {
  background: #297abe;
}

.inner-page .right-con .main-pic-list li.li2 .text {
  background: #951272;
}

.inner-page .right-con .main-pic-list li.li3 .text {
  background: #00529b;
}
/* 老师列表页 */
.inner-page .right-con .teacher-list {
  margin: 0 -0.5%;
}

.inner-page .right-con .teacher-list dl {
  float: left;
  width: 48%;
  margin: 1.5% 1%;
}

.inner-page .right-con .teacher-list dl dt {
  float: left;
  width: 195px;
}

.inner-page .right-con .teacher-list dl dt .pic {
  height: 218px;
  overflow: hidden;
}

.inner-page .right-con .teacher-list dl dt .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .teacher-list dl dt .pic:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .teacher-list dl dt .text {
  padding: 10px 20px;
  background: #297abe;
  line-height: 26px;
  color: #fff;
}

.inner-page .right-con .teacher-list dl dd {
  margin-left: 210px;
  line-height: 44px;
  padding: 10px;
  height: 297px;
  overflow: hidden;
}

.inner-page .right-con .teacher-list dl:hover dd {
  background: #951272;
}

.inner-page .right-con .teacher-list dl:hover dd a {
  color: #fff;
}

.inner-page .right-con .teacher-list1 dl {
  line-height: 38px;
  font-size: 16px;
}

.inner-page .right-con .teacher-list1 dl dt {
  font-weight: bold;
  color: #00529b;
}

.inner-page .right-con .teacher-list1 dl dd a {
  margin: 0 5px;
}

/* 老师列表页 */
.inner-page .detail .tit {
  margin-top: 24px;
  text-align: center;
  line-height: 1.6;
  color: #00529b;
  font-size: 24px;
  margin-bottom: 20px;
   border: none;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  background: #ededed;
}

.inner-page .detail .infor span {
  margin: 0 10px;
}

.inner-page .detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.inner-page .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .detail .detail-pages a {
  display: block;
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages .next {
  float: right;
}
.index-row2 .c3 .event .index_job {
    color: #122c4c;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    line-height: 40px;
}
.emp_h1 {
    font-size: 28px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.hot_hiring {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hot_hiring .title {
    float: left;
    width: 248px;
    height: 100px;
    text-align: center;
    padding-top: 70px;
    border: 1px solid #cdcdcd;
}
.hot_hiring .hot_list{
    float: left;
    width: 799px;
    height: 170px;
    border: 1px solid #cdcdcd;
    border-left: 0;
}
.hot_hiring .hot_list ul li {
height: 55px;
    line-height: 55px;
    padding-left: 20px;
    border-bottom: 1px dashed #cdcdcd;
}
.hot_hiring .hot_list ul li:nth-child(3) {
    border: 0px;
}
.emp_piclist {
    width:100%;
    margin: 50px 0;
}
.emp_piclist .emp_content {
    width: 320px;
    height: 300px;
    float: left;
    margin-right: 42px;
    border: 1px solid #cdcdcd;
}
.emp_piclist .emp_content:nth-child(3) {
    margin-right: 0px;
}
.emp_piclist .emp_content a img {
    width: 320px;
    height: 215px;
}
.emp_piclist .emp_content .emp_text {
    text-align: center;
    margin-top: 25px;
}