123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529 |
- @charset "UTF-8";
- /*主色调*/
- /*文字文本*/
- /*单行省略号*/
- /*多行省略号*/
- /*箭头*/
- /**a标签hoverboder效果**/
- /**使用vw适配**/
- .container.detail-box {
- padding-top: 20px;
- padding-bottom: 60px;
- max-width: 940px;
- }
- @media (min-width: 768px) {
- .container.detail-box {
- padding-top: 60px;
- padding-bottom: 100px;
- }
- }
- .detail {
- position: relative;
- }
- .back-tip {
- color: #666;
- }
- @media (min-width: 768px) {
- .left {
- margin-right: 150px;
- }
- }
- .left h2 {
- color: #333;
- font-size: 24px;
- line-height: 1.4;
- padding: 25px 0;
- }
- @media (min-width: 768px) {
- .left h2 {
- font-size: 32px;
- padding: 40px 0;
- }
- }
- @media (min-width: 992px) {
- .left h2 {
- font-size: 36px;
- }
- }
- @media (min-width: 1200px) {
- .left h2 {
- padding: 50px 0;
- font-size: 40px;
- }
- }
- .left .time {
- color: #666;
- font-size: 14px;
- margin-bottom: 30px;
- }
- @media (min-width: 768px) {
- .left .time {
- margin-bottom: 50px;
- }
- }
- .right:after {
- content: '';
- display: block;
- clear: both;
- }
- @media (min-width: 768px) {
- .right {
- position: absolute;
- width: 150px;
- top: 0;
- right: 0;
- }
- }
- .html-main {
- color: #333;
- font-size: 16px;
- line-height: 2;
- padding-bottom: 0px;
- max-width: 100%;
- overflow: auto;
- }
- @media (min-width: 768px) {
- .html-main {
- padding-bottom: 0px;
- }
- }
- @media (min-width: 1200px) {
- .html-main {
- padding-bottom: 20px;
- }
- }
- .share {
- float: left;
- position: relative;
- text-align: right;
- margin-top: 40px;
- }
- @media (max-width: 767px) {
- .share {
- display: none !important;
- }
- }
- @media (min-width: 768px) {
- .share {
- position: fixed;
- margin-left: 40px;
- margin-top: 60px;
- float: right;
- z-index:9999;
- }
- }
- @media (min-width: 1200px) {
- .share {
- margin-top: 78px;
- }
- }
- .share > span {
- display: inline-block;
- vertical-align: middle;
- color: #fff;
- background: #ed4747;
- text-align: center;
- width: 110px;
- height: 54px;
- line-height: 54px;
- font-size: 16px;
- cursor: pointer;
- overflow: hidden;
- position: relative;
- z-index: 1;
- }
- .share > span:after {
- content: '';
- position: absolute;
- z-index: -1;
- -webkit-transition: width 0.3s, opacity 0.3s;
- transition: width 0.3s, opacity 0.3s;
- width: 0;
- height: 530px;
- top: 50%;
- left: 50%;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- opacity: 0;
- background: #f13232;
- -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
- transform: translate3d(-50%, -50%, 0) rotate(45deg);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .share > span:hover:after, .share > span:active:after {
- width: 100%;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
- }
- .share .share-box {
- position: relative;
- display: none;
- vertical-align: middle;
- }
- .share .share-box.showIn {
- display: inline-block;
- }
- @media (min-width: 768px) {
- .share .share-box {
- top: 5px;
- display: block;
- background: #fee7e7;
- }
- }
- .share .share-box > div {
- display: inline-block;
- position: relative;
- }
- @media (min-width: 768px) {
- .share .share-box > div {
- display: block;
- padding-bottom: 14px;
- }
- }
- .share .share-box > div span {
- color: #fff;
- font-size: 16px;
- display: none;
- height: 54px;
- line-height: 54px;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- opacity: 0;
- position: absolute;
- -webkit-transition: width .5s ease;
- transition: width .5s ease;
- top: 0;
- left: 12px;
- z-index: 1;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- }
- @media (min-width: 768px) {
- .share .share-box > div span {
- display: inline-block;
- }
- }
- .share .share-box > div:hover span {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
- }
- .social-share .social-share-icon {
- display: inline-block;
- margin: 0;
- font-size: 24px;
- height: 54px;
- line-height: 54px;
- width: 100%;
- border: 0;
- border-radius: 0;
- background: #ffbdbd;
- color: #ed4747;
- text-align: center;
- padding: 0 13px;
- -webkit-transition: width .5s ease;
- transition: width .5s ease;
- }
- @media (min-width: 768px) {
- .social-share .social-share-icon {
- text-align: right;
- width: 54px;
- }
- }
- .social-share .social-share-icon:hover {
- width: 100%;
- background: #ed4747;
- }
- .recurit-con .title h2 {
- color: #111;
- margin: 25px 0;
- line-height: 1.4;
- font-size: 24px;
- }
- @media (min-width: 768px) {
- .recurit-con .title h2 {
- font-size: 32px;
- margin: 40px 0;
- }
- }
- @media (min-width: 1200px) {
- .recurit-con .title h2 {
- font-size: 40px;
- margin: 50px 0;
- }
- }
- .recurit-con .title p {
- color: #999;
- margin-top: 10px;
- font-size: 14px;
- }
- .recurit-con .title p span {
- color: #111;
- }
- .recurit-con .recurit-html .job-detail {
- line-height: 2;
- font-size: 16px;
- }
- .recurit-con .recurit-html .job-detail h4 {
- color: #111;
- margin: 30px 0 15px;
- font-size: 18px;
- }
- @media (min-width: 768px) {
- .recurit-con .recurit-html .job-detail h4 {
- margin: 40px 0 20px;
- font-size: 20px;
- }
- }
- @media (min-width: 1200px) {
- .recurit-con .recurit-html .job-detail h4 {
- margin: 50px 0 26px;
- font-size: 22px;
- }
- }
- .recommend {
- background: #eee;
- }
- .recommend .container {
- max-width: 1170px;
- position: relative;
- }
- .recommend .index-tit {
- margin-top: 10px;
- text-align: center;
- color: #111;
- }
- @media (min-width: 768px) {
- .recommend .index-tit {
- margin-bottom: 30px;
- }
- }
- .recommend .index-tit h2 {
- line-height: 1.4;
- font-size: 24px;
- margin-bottom: 10px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- @media (min-width: 768px) {
- .recommend .index-tit h2 {
- font-size: 32px;
- }
- }
- @media (min-width: 1200px) {
- .recommend .index-tit h2 {
- font-size: 40px;
- margin-bottom: 20px;
- }
- }
- .recommend .index-tit p {
- font-size: 14px;
- }
- @media (min-width: 768px) {
- .recommend .index-tit p {
- font-size: 20px;
- }
- }
- .recommend .arrow {
- cursor: pointer;
- position: absolute;
- top: 55%;
- display: inline-block;
- width: 20px;
- height: 35px;
- background-repeat: no-repeat;
- background-position: center;
- }
- .recommend .arrow.arrow-left {
- background-image: url("/assets/image/arrow-left.png");
- left: -20px;
- }
- .recommend .arrow.arrow-left:hover, .recommend .arrow.arrow-left:active {
- background-image: url("/assets/image/arrow-left-on.png");
- }
- .recommend .arrow.arrow-right {
- background-image: url("/assets/image/arrow-right.png");
- right: -20px;
- }
- .recommend .arrow.arrow-right:hover, .recommend .arrow.arrow-right:active {
- background-image: url("/assets/image/arrow-right-on.png");
- }
- .recommend .arrow.disabled {
- pointer-events: none;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
- opacity: .8;
- cursor: default;
- }
- #job {
- margin: 0 auto;
- position: relative;
- height: 250px;
- }
- #job .swiper-wrapper {
- padding-bottom: 50px;
- padding-top: 20px;
- }
- #job .swiper-slide {
- height: 180px !important;
- }
- #job .swiper-slide a {
- width: 94%;
- height: 100%;
- margin: 0 auto;
- padding: 20px;
- background: #fff;
- display: block;
- position: relative;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- }
- #job .swiper-slide a:hover {
- -webkit-box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.2);
- box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.2);
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px);
- }
- #job .swiper-slide a .txt {
- text-align: left;
- }
- #job .swiper-slide a .txt h2 {
- color: #ed4747;
- line-height: 1.4;
- margin-bottom: 16px;
- font-size: 16px;
- }
- @media (min-width: 1200px) {
- #job .swiper-slide a .txt h2 {
- font-size: 20px;
- }
- }
- #job .swiper-slide a .txt p {
- color: #999;
- font-size: 14px;
- }
- #job .swiper-slide a span {
- float: right;
- color: #ed4747;
- font-size: 14px;
- position: absolute;
- bottom: 20px;
- right: 20px;
- }
- #job .swiper-slide a span i {
- display: inline-block;
- vertical-align: middle;
- width: 13px;
- height: 13px;
- background: url("/assets/image/arrow-color.png") no-repeat center;
- }
- #job .swiper-pagination {
- display: block;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- text-align: center;
- }
- #job .swiper-pagination span {
- display: inline-block;
- width: 8px;
- height: 8px;
- background: #000000;
- background: rgba(0, 0, 0, 0.3);
- border-radius: 50%;
- margin: 0 6px;
- }
- #job .swiper-pagination span.swiper-visible-switch {
- background: #ed4747;
- background: rgba(237, 71, 71, 0.5);
- }
- #job .swiper-pagination span.swiper-active-switch {
- background: #ed4747;
- }
- .html-main img {
- max-width: 100% !important;
- }
- .recurit-mail {
- margin-top: 40px;
- font-size: 16px;
- }
- .recurit-mail a {
- color: #ed4747;
- }
|