/*
Theme Name: module Child
Description: Child theme for the module theme
Author: sandyxw
Template: module
*/
 
@import url("../module/css/style.css");
@import url("../editor.min.css");

.abs .header {border-bottom: 1px solid rgba(255,255,255,0.1);}
.footer .bookmarks {padding: 25px 10px; background: #222; }
.footer .copyright {line-height: 28px;}
.entry .entry-content h2 {font-size: 20px;font-size: 2rem;font-weight: 700;}
.entry .entry-content h3 {margin: 0 0 10px;padding-left: 2px; font-weight: 700;font-size: 1.8rem; line-height: 1.2; }
.entry-tag {margin-bottom: 15px;}
.entry-content p {text-indent: 0;}
.entry .entry-footer {margin-top: 5px;}
.entry .entry-meta span {font-size: 12px;float: left;}
.entry .entry-title {text-align: left;}
.entry .entry-meta {margin-bottom: 20px;height: 24px;}
.service-item p {line-height: 26px; margin: 12px 10px;}

.header .navbar-action {padding-top: 27px;}
.q-content .topic-header {padding: 0 15px 10px;}
.s-item-wrap .title, .s-list .p-item-wrap .title {font-weight: 300;}

/*jujing css 2020-02-14 sandyxiong*/
.q-content .topic-header {padding: 0 15px 10px;}
.entry .entry-content h3 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #f3832d;
    margin: 25px 0;
    padding: 0 0 0 15px;
    background-repeat: no-repeat;
    background-position: left 7px;
	border-left: 5px solid #f3832d;
}
.entry .entry-content h4 {
    margin: 26px 0 20px;
    color: #479ac1;
    background: #f1f7fd;
    border: 1px solid #d2e8fa;
    padding: 10px;
    font-size: 17px;
}
table {margin-bottom: 25px;}
.entry .entry-tag a {margin-bottom: 8px;}

/*jujing head-logo*/
.header .logo img {
    max-height: 50px;
}
.header.fixed .logo img {
    max-height: 50px;
}
/**logo扫光效果CSS**/
.logo{
  position: relative;
  overflow: hidden;
  float:left;
  max-height: 50px;
}
.logo:before {
    content: "";
    position: absolute;
    width: 190px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: blink 1.5s ease-in 1.5s infinite;
    animation: blink 1.5s ease-in 1.5s infinite;
}
 
@-webkit-keyframes blink {
    from {left: 10px;top: 0;}
    to {left: 320px;top: 0;}
}
@-o-keyframes blink {
    from {left: 10px;top: 0;}
    to {left: 320px;top: 0;}
}
@-moz-keyframes blink {
    from {left: 10px;top: 0;}
    to {left: 320px;top: 0;}
}
@keyframes blink {
    from {left: -100px;top: 0;}
    to {left: 320px;top: 0;}
}

/*jujing jobs*/
.job-manager-form fieldset input.input-text, .job-manager-form fieldset select, .job-manager-form fieldset textarea {padding: 5px;}
.job-manager-form fieldset label {width: 20%;}
.job-manager-form fieldset div.field {width: 80%;}
.mce-panel {border: 0 solid #fff;background-color: #fff;}
.entry .entry-content ol, .entry .entry-content ul {padding: 0;}
.entry .entry-content h3 {border-left: 5px;}
.job_filters .search_jobs input, .job_filters .search_jobs select {padding: 5px;}
.single_job_listing .company {border: 0px solid #eee;box-shadow:0 0px 0px rgba(0,0,0,.1)}
.single_job_listing .company .name {margin: 0 0 0 4em;}
.single_job_listing .company .tagline {margin: 0 0 0 4em;}
.position h3 {letter-spacing: -1px;font-weight: bold;color: #f3832d;background-repeat: no-repeat;background-position: left 7px;border-left: 0;}

/*jujing ticket-form*/
.aiosc-cholder label {margin-top: 10px;}
input#user_pass {
    margin-left: 35px;
}
input#user_login {
    margin-left: 20px;
}

.form-group input#user_pass {
    margin-left: 0;
}

.form-group input#user_login {
    margin-left: 0;
}

/*自助申请友链*/
.content-link-application{background-color:#fff;border-radius:5px;width:100%;-webkit-box-shadow:0 7px 8px 0 rgba(0,0,0,.11);box-shadow:0 7px 8px 0 rgba(0,0,0,.11);max-width: 1200px;margin-left: auto;margin-right: auto;}
.content-link-application .form-header{max-width:600px;margin-left:auto;margin-right:auto;padding-top: 20px;padding-bottom:40px}
 a.ctrl-apply{border: 1px solid #c3c3c3; border-radius: 3px; font-size: 12px; color: #999; text-align: center; padding-left: 5px; padding-right: 5px; margin-left: 10px; display: inline-block; line-height: 22px; padding: 0 9px;}
 a.ctrl-apply svg{fill: #999; display: inline-block; vertical-align: middle;}
 a.ctrl-apply:hover{color: #2778ff;border-color:var(--mainColor,#2778ff)}
 a.ctrl-apply:hover svg{fill:var(--mainColor,#2778ff)}
/*自助申请友链 end*/

/*jujing wap css 2020-02-14 sandyxiong*/
@media (max-width: 767px){
.page .breadcrumb, .single-post .breadcrumb {display:inline;}
.foot-beian {display:none;}
  }

