/* 导航下划线 - 头部背景图*/
.bottomLine {
  left: 376px;
}

.about_banner {
  width: 100%;
  height: 192px;
  background: url(../img/career_banner.png) no-repeat center center;
  background-size: 100% 100%;
  ;
  position: relative;
}

.about_banner .about_content {
  width: 100%;

}

.about_banner .about_content .textdesc {
  width: 300px;
  height: 120px;
  position: absolute;
  left: 21%;
  top: 30%
}

.about_banner .about_content .textdesc p {
  font-size: 43px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 13px;
}

.about_banner .about_content .textdesc .poline {
  width: 400px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 15px;
  position: relative;
}

.about_banner .about_content .textdesc .poline div {
  width: 200px;
  height: 12px;
  background: #ffffff;
  box-shadow: rgb(0, 204, 0) 0px 0px 3px inset;
  position: absolute;
  left: 0;
  top: -6px;
}

.about_banner .about_content .textdesc .poline p {
  font-size: 21px;
  font-style: italic;
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  bottom: -30px;
}

/* 主要内容 */
main {
  width: 100%;
  height: auto;
  padding-top: 76px;
  background: url("../img/career_bg.png") repeat-y center center;
  /* background-size: 130% 134%; */
}

main .container1 {
  width: 712px;
  min-height: 295px;
  margin: 0 auto;

}

/* 第一个描述块-小块1 */
main .container1 .des-top {
  width: 100%;
  min-height: 120px;
  margin-bottom: 43px;
}

main .container1 .des-top .top-fs {
  margin-bottom: 60px;
}

main .container1 .des-top .top-fs .title p {
  margin-bottom: 15px;
  height: 18px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #348DCC;
  line-height: 16px;
  text-align: center;
}

main .container1 .des-top .top-fs .title p::before {
  content: url(../img/title-left.png);
  margin-right: 6px;
}

main .container1 .des-top .top-fs .title p::after {
  content: url(../img/title-right.png);
  margin-left: 6px;
}

main .container1 .des-top .top-fs .text {
  width: 712px;
  height: 255px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
}

main .container1 .des-top .top-fs .text .text-in {
  width: 664px;
  height: 174px;
  text-align: justify;
  margin: 20px 25px 16px 23px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

/* 第一个描述块-小块2 */
main .container1 .des-top .top-ts .title p {
  margin-bottom: 14px;
  height: 18px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #348DCC;
  line-height: 16px;
  text-align: center;
}

main .container1 .des-top .top-ts .title p::before {
  content: url(../img/title-left.png);
  margin-right: 6px;
}

main .container1 .des-top .top-ts .title p::after {
  content: url(../img/title-right.png);
  margin-left: 6px;
}

main .container1 .des-top .top-ts .text {
  width: 712px;
  height: 160px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
}

main .container1 .des-top .top-ts .text .text-in {
  width: 662px;
  height: 81px;
  text-align: justify;
  margin: 16px 26px 16px 23px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

/* 第二个描述块-小块1 */
main .container1 .des-middle {
  width: 100%;
  min-height: 120px;
  margin-bottom: 42px;
}

main .container1 .des-middle .middle-fisrt {
  width: 654px;
  height: 175px;
  border: 1px solid #348DCC;
}

main .container1 .des-middle .middle-first {
  margin-bottom: 14px;
}

main .container1 .des-middle .middle-first .title p {
  margin-bottom: 15px;
  height: 18px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #348DCC;
  line-height: 16px;
  text-align: center;
}

main .container1 .des-middle .middle-first .title p::before {
  content: url(../img/title-left.png);
  margin-right: 6px;
}

main .container1 .des-middle .middle-first .title p::after {
  content: url(../img/title-right.png);
  margin-left: 6px;
}

main .container1 .des-middle .middle-first .text {
  width: 100%;
  height: 175px;
  background-color: #FFFFFF;
}

main .container1 .des-middle .middle-first .text .left {
  width: 626px;
  height: 100%;
  float: left;
  transition: all .4s;
}

/* 移入单条详情样式 */
main .container1 .des-middle .middle-first .text:hover .left {
  box-shadow: 0 0 9px 0px #0f83d6;
  background-color: #348DCC;
}

main .container1 .des-middle .middle-first .text:hover .left .top p {
  color: #FFFFFF;
}

main .container1 .des-middle .middle-first .text:hover .left .bottom p {
  color: #FFFFFF;
}

main .container1 .des-middle .middle-first .text:hover .left .top {
  border: none;
  background-color: #1A70AC;
}

main .container1 .des-middle .middle-first .text:hover .left .bottom {
  border: none;
  background-color: #348DCC;
  color: #FFFFFF;
}

main .container1 .des-middle .middle-first .text:hover .right {
  background-color: #348DCC;
  border: none;
  box-shadow: 0 0 9px 0px #0f83d6;
}

main .container1 .des-middle .middle-first .text:hover .right img {
  content: url("../img/zhuanfa-w.png");
}

/* 左侧移入样式 */
/* main .container .des-middle .middle-first .text .left:hover{
    box-shadow: 0 0 9px 0px #0f83d6;
    background-color: #348DCC;
}

main .container .des-middle .middle-first .text .left:hover .top p{
    color: #FFFFFF;
}

main .container .des-middle .middle-first .text .left:hover .bottom p{
    color: #FFFFFF; 
}

main .container .des-middle .middle-first .text .left:hover .top{
    border: none;
    background-color: #1A70AC;
}

main .container .des-middle .middle-first .text .left:hover .bottom {
    border: none; 
    background-color: #348DCC;
    color: #FFFFFF; 
} */

main .container1 .des-middle .middle-first .text .left .top {
  width: 100%;
  height: 39px;
  border: 1px solid #348DCC;
}

main .container1 .des-middle .middle-first .text .left .top p {
  padding-top: 14px;
  font-size: 19px;
  font-family: Arial;
  font-weight: 400;
  color: #348DCC;
  line-height: 20px;
  text-align: center;
}

main .container1 .des-middle .middle-first .text .left .bottom {
  width: 100%;
  height: 136px;
  border: 1px solid #348DCC;
  border-top: none;
}

main .container1 .des-middle .middle-first .text .left .bottom p {
  width: 576px;
  height: 88px;
  padding-top: 19px;
  margin-left: 28px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #348DCC;
  line-height: 22px;
  text-align: justify;
  display: -webkit-box;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

main .container1 .des-middle .middle-first .text .right {
  width: 75px;
  height: 100%;
  float: right;
  background-color: #FFFFFF;
  position: relative;
  border: 1px solid #348DCC;
  transition: all .4s;

}

/* 右侧移入样式 */
/* main .container .des-middle .middle-first .text .right:hover{
    background-color: #348DCC;
    border: none;
    box-shadow: 0 0 9px 0px #0f83d6;
}

main .container .des-middle .middle-first .text .right:hover img{
   content: url("../img/zhuanfa-w.png");
} */

main .container1 .des-middle .middle-first .text .right img {
  width: 46px;
  height: 47px;
  position: absolute;
  left: 15px;
  right: 14px;
  bottom: 64px;
  top: 64px;
}

/* 第三个描述块 */
main .container1 .des-bottom {
  width: 100%;
  min-height: 120px;
  padding-bottom: 62px;
}

main .container1 .des-bottom .bottom-fs .title p {
  margin-bottom: 14px;
  height: 18px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #348DCC;
  line-height: 16px;
  text-align: center;
}

main .container1 .des-bottom .bottom-fs .title p::before {
  content: url(../img/title-left.png);
  margin-right: 6px;
}

main .container1 .des-bottom .bottom-fs .title p::after {
  content: url(../img/title-right.png);
  margin-left: 6px;
}

main .container1 .des-bottom .bottom-fs .text {
  width: 712px;
  height: 205px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
}

main .container1 .des-bottom .bottom-fs .text .text-in {
  width: 663px;
  height: 144px;
  text-align: justify;
  margin: 14px 24px 16px 25px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}