.main-contain {
  margin-top: 15px;
}
a{
  color:rgb(79, 129, 189);
}
.main-contain .contact {
  width: 291px;
  border: 1px solid #f2f2f2;
  margin-bottom: 22px;
}

.main-contain .contact .title {
  background: rgba(243, 243, 243, 0.53);
  height: 40px;
  font-weight: 400;
  color: black;
  line-height: 40px;
  text-align: center;
}

.main-contain .contact .c_content {
  padding: 21px 16px 16px 20px;
}

.main-contain .contact .c_content ul li {
  overflow: hidden;
  margin-bottom: 24px;
}

.main-contain .contact .c_content ul li p {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
}

.main-contain .contact .c_content ul li .right-text {
  width: 57%;
  margin-left: 10px;
  padding-top: 35px;
}

.main-contain .contact .c_content ul li .right-text span {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
}

.main-contain .contact .c_content ul li .left-img-new {
  padding-left: 10px;
}

.main-contain .contact .c_content ul li .right-text-new {
  margin-left: 25px;
}

.main-contain .contact .c_content ul li .right-text-new span {
  font-size: 12px;
}

.main-contain .inRight {
  padding: 10px 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f2f2f2;
  margin-bottom: 32px;
}

.main-contain .inRight .breadCrumb {
  float: right;
  color: rgba(0, 0, 0, 0.25);
}

.main-contain .inRight .breadCrumb a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.main-contain .inRight .article .art-title {
  font-size: 28px;
  color: #404040;
  text-align: center;
  padding: 10px 0;
}

.main-contain .inRight .article .newsInfo {
  border-bottom: 1px solid #007bbb;
}

.main-contain .inRight .article .newsInfo .pubDate {
  font-size: 14px;
  padding: 5px 0;
  width: 85%;
  color: #515151;
}

.main-contain .inRight .article .newsInfo .toolbar {
  display:none;
  position: relative;
  width: 110px;
  top: 6px;
}

.main-contain .inRight .article .newsInfo .toolbar a {
  position: absolute;
  top: 2px;
  display: block;
  width: 18px;
  height: 15px;
  background: url(../images/detail_ico.gif) no-repeat 0 0;
  left: 40px;
}

.main-contain .inRight .article .newsInfo .toolbar .mail {
  left: 65px;
  background-position: 0 -17px;
}

.main-contain .inRight .article .newsInfo .toolbar .fav {
  left: 90px;
  background-position: 0 -38px;
}

.main-contain .inRight .article .article-content {
  margin-top: 32px;
}

.main-contain .inRight .article .article-content p {
  color: #515151;
  font-size: 16px;
  text-indent: 2em;
  line-height: 26px;
  padding-bottom: 10px;
}

.main-contain .inRight .article .article-content p img{
  max-width:100%;
}

.main-contain .line {
  width: 32px;
  height: 4px;
  background: #ff6668;
  border-radius: 2px;
  display: block;
  margin-bottom: 12px;
}

.main-contain .business-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  margin-bottom: 20px;
}

.main-contain .top-content .img-info {
  width: 430px;
  height: 243px;
  overflow: hidden;
}

.main-contain .top-content .img-info-meet{
  width: 755px;
   height: 243px;
}

.main-contain .top-content .img-info img {
  width: 100%;
  
}

.main-contain .top-content .right-info {
  margin-left: 47px;
}

.main-contain .top-content .right-info .talk-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  margin: 10px 0 32px 0;
}

.main-contain .top-content .right-info .bottom-cotent .info-details p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 16px;
}

.main-contain .top-content .right-info .bottom-cotent .info-details p .icon {
  margin-right: 10px;
}

.main-contain .top-content .right-info .bottom-cotent .info-details p .info {
  vertical-align: middle;
  display: inline-block;
    width: 355px;
}

.main-contain .top-content .right-info .bottom-cotent .info-details .sign-in {
  display:inline-block;
  margin-top: 26px;
  margin-right: 15px;
 
}

.main-contain .top-content .right-info .bottom-cotent .info-details .sign-in a {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 40px;
  display: inline-block;
  width: 128px;
  height: 40px;
  background: #ff6668;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 102, 104, 0.4);
          box-shadow: 0px 2px 8px 0px rgba(255, 102, 104, 0.4);
  border-radius: 22px;
  text-align: center;
}

.business-sign{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 40px;
    display: inline-block;
    width: 128px;
    height: 40px;
    background:#ff6668;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 102, 104, 0.4);
    box-shadow: 0px 2px 8px 0px rgba(255, 102, 104, 0.4);
    border-radius: 22px;
    text-align: center;
    position: relative;
    top: 2px;
}


.business-sign:hover{
   opacity: 0.9;
}
.business-sign a{
  color:#fff;
}
.business-sign a:hover{
    text-decoration: inherit;
}

.main-contain .top-content .right-info .bottom-cotent .info-details .sign-in span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-left: 24px;
}

.main-contain .top-content .right-info .bottom-cotent .scene {
  margin-left: 100px;
  width: 193px;
  height: 176px;
  background: url(../images/Scene.png) no-repeat;
  background-size: contain;
}

.main-contain .business {
  padding-bottom: 20px;
  background: #fafafa;
  padding-top: 22px;
  margin-top: 24px;
  box-sizing: border-box;
}

.main-contain .business .business-info {
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-contain .business .business-info .business-logo{
     width: 165px;
     height: 99px;
     border: 1px solid rgba(0, 0, 0, 0.08);
     box-sizing: border-box;
    /*overflow: hidden;*/
}
.main-contain .business .business-info .business-logo img{
     width:100%;
     max-height:140px;
}
.main-contain .business .business-info .business-info-detail {
  margin-left: 30px;
  overflow: hidden;
}

.main-contain .business .business-info .business-info-detail .name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin: 9px 0 17px 0;
}

.main-contain .business .business-info .business-info-detail ul {
  float: left;
  margin-left: 30px;
  overflow: hidden;
}

.main-contain .content .business .business-info .business-info-detail ul {
  margin-left: 24px;
}

.main-contain .business .business-info .business-info-detail ul:nth-of-type(1) {
  max-width:212px;
}
.main-contain .business .business-info .business-info-detail ul:nth-of-type(2) {
  max-width:212px;
}
.main-contain .business .business-info .business-info-detail ul:nth-of-type(3) {
  max-width:495px;
}

.main-contain .content .business .business-info .business-info-detail ul:nth-of-type(1) {
  max-width:213px;
}
.main-contain .content .business .business-info .business-info-detail ul:nth-of-type(2) {
  /*max-width:192px;*/
  max-width:200px;
}

.main-contain .content .business .business-info .business-info-detail ul:nth-of-type(3) {
 /* max-width:466px;*/
 max-width:450px;
}

.main-contain  .business .business-info .business-info-detail ul:nth-of-type(1) li span{
  max-width:105px;
}
.main-contain  .business .business-info .business-info-detail ul:nth-of-type(2) li span{
  /*max-width:85px;*/
  max-width:94px;
}
.main-contain  .business .business-info .business-info-detail ul:nth-of-type(3) li span{
 /* max-width:350px;*/
 max-width:344px;
}

.main-contain .business .business-info .business-info-detail ul li {
  font-weight: 400;
  color: rgba(51, 51, 51, 0.75);
  line-height: 18px;
  padding-bottom: 10px;
}

.main-contain .business .business-info .business-info-detail ul li .icon {
  margin-right: 8px;
  vertical-align: top;
}
/*.main-contain .business .business-info .business-info-detail ul li .icon.telphone {
  margin-right: 3px;
  position: relative;
  top: 2px;
}*/

.main-contain .business .business-info .business-info-detail ul li .icon.tel-talk , .main-contain .business .business-info .business-info-detail ul li .icon.telphone{
  /*margin-right: 3px;*/
  position: relative;
  top: -1px;
}

.main-contain .business .business-info .business-info-detail ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-left: 16px;
 
  display: inline-block;
  vertical-align: middle;
  
}

.main-contain .business .business-info .business-info-detail ul li div{
  display: inline-block;
  vertical-align: top;
}

.main-contain .business .business-info .business-info-detail ul li .num {
  font-size: 16px;
  font-weight: 600;
  color: #45a5f2;
  line-height: 20px;
}

.main-contain .business .business-info .business-info-detail ul:nth-of-type(1) {
  margin-left: 0;
}

.main-contain .content {
  padding-top: 22px;
}

.main-contain .content .intro {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 20px;
}

.main-contain .content .intro::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF6668;
  left: 0;
  position: absolute;
  top: 5px;
}

.main-contain .content .introduction {
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  padding: 20px 25px;
  margin-bottom: 12px;
}

.main-contain .content .business {
    padding: 20px 25px;
    margin-bottom: 12px;
    margin-top: 12px;
    
}

.main-contain .content .introduction p {
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.main-contain .content .job {
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  padding: 20px 25px;
  margin-bottom: 48px;
}

.main-contain .content .job .table {
  width: 1136px;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  border-radius: 4px;
  margin-bottom:0;
}

.main-contain .content .job .table thead {
  background: #45a5f2;
}

.main-contain .content .job .table thead td {
  border-top: 1px solid #F2F2F2;
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 20px;
  border-left: 1px solid #fff;
  min-width: 100px;
}

.main-contain .content .job .table tbody td:first-child {
  font-weight: 600;
  color: #45a5f2;
  line-height: 18px;
}
.main-contain .content .job .table tbody td:first-child a{
  color: #45a5f2;
}

.main-contain .content .job .table tbody td {
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  padding: 24px 12px;
  text-align: center;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  vertical-align: middle;
}
.main-contain .content .job .table tbody .pl05 {
                        color: #fff !important;
                    }
.main-contain .content .job .table tbody td:nth-of-type(3) {
  font-weight: 600;
}

.main-contain .content .job .table tbody td:last-child {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  width: 320px;
  text-align: justify;
}

.main-contain .top-content .img-info-meet {
  width: 755px;
  height: 240px;
}

.main-contain .top-content .talk-title-meet {
  margin-bottom: 25px !important;
}

.main-contain .top-content .right-info-meet {
  width: 397px;
}

.main-contain .top-content .right-info-meet .sign-in {
  margin-top: 18px !important;
}

.main-contain .top-content .right-info-meet .end-time {
  font-weight: 400;
  color: rgba(51, 51, 51, 0.75);
  line-height: 20px;
}

.main-contain .meet-content {
  margin-top: 32px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  padding:32px;
  margin-bottom: 12px;
}

.main-contain .meet-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  margin-bottom: 24px;
  text-align: center;
}

.main-contain .meet-content p {
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-indent: 2em;
}
.modal {
    
    top: 15%;
    right: -15%;
    }
.modal-content{
  width:375px;
}
.modal-body{
  padding: 0px;
    text-align: center;
}
.modal-body p{
  font-size:14px !important;
  margin-top:15px;
  margin-bottom:0 !important;
}
.btn{
    font-size: 16px;
    font-weight: 600;
    color: white;
     line-height: 20px; 
    display: inline-block;
    width: 128px;
    height: 40px;
    background: #ff6668;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 102, 104, 0.4);
    box-shadow: 0px 2px 8px 0px rgba(255, 102, 104, 0.4);
    border-radius: 22px;
    text-align: center;
}
.btn-1{
    border: none;
    height: 30px;
    width: 50px;
    font-size: 14px;
    background: #FF6668;
    color: #fff;
    outline:none;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
  color:#fff;
  background-color:#FF6668;
}
.btn-default:hover{
    color:#fff;
  background-color:rgba(255, 102, 104, 0.8);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
     outline: none;
    outline-offset: 0; 
    box-shadow:none;
}
.btn.focus, .btn:focus, .btn:hover {
     color: #fff; 
    /* text-decoration: none; */
    opacity: 0.9;
}

.modal-title {
    text-align: center;
    font-size: 16px;
}
.business-list{
  border-radius: 4px;
    border: 1px solid #f2f2f2;
    padding: 32px 32px 34px 32px;
    margin-bottom: 32px;
    background: #fafafa40;
}
.business-list h2{
  text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
}

.business-list .search-box{
  padding: 16px 44px;
}

.business-list .search-box .sousuo {
  height: 59px;
  background: #F5F5F5;
  margin-top: 10px;
  line-height: 59px;
  padding-left: 24px;
}

.business-list .search-box .sousuo input {
  width: 213px;
  height: 25px;
  background: white;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  text-indent: 1em;
  font-size: 12px;
  margin-right: 16px;
  margin-left: 8px;
}

.business-list .search-box .sousuo select {
  width: 140px;
  height: 25px;
  background: white;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  outline: none;
  margin-left: 8px;
}

.business-list .search-box .sousuo .button {
  width: 85px;
  text-indent: inherit;
  text-align: center;
  background: #47C87E;
  color: #fff;
  margin-left: 16px;
  vertical-align: middle;
  line-height: 25px;
}

.business-list .search-box .result {
  display: none;
}

.business-list ul{
    padding: 20px 32px 34px 0;
    overflow: hidden;
}

.business-list ul li{
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  float: left;
    width: 45%;
    margin-left: 48px;
    padding-left: 16px;
}



.business-list ul li a{
  color:#333;
  font-size:16px;
  display: inline-block;
    width: 81%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.business-list ul li p{
font-size:12px;
font-weight:400;
color:rgba(0,0,0,0.5);
line-height:17px;
text-align: left;
}

.business-list ul li a:hover{
  color:#46a2fd;
  text-decoration: none;
}

.page{
  width: 1015px;
}
.pageNav a{
  color:#333;
}

.main-contain .content .job .table tbody td:nth-of-type(7){
  width:350px !important;
  font-size: 12px;
}
.main-contain .content .job .table tbody td:nth-of-type(7) span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height:180px;
    text-align: justify;
}
.main-contain .content .job .table tbody td:last-child a{
    color: #45a5f2;
    text-decoration: underline;
    display: block;
    margin-top: 40%;
}
.main-contain .content .job .table tbody td:nth-of-type(4){
  width:250px !important;
  font-size: 12px;    
}
.main-contain .content .job .table tbody td:nth-of-type(4) span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height:180px;
    text-align: justify;
    
}

/*# sourceMappingURL=display_info.css.map */