@charset "utf-8";
@media only screen and (min-width:1025px) {
    .jktj-top .am-u-lg-7 > .am-cf {
        padding: 0 0 0 2rem;
    }
    .jktj-top .am-u-lg-7 {
        padding-right: 0;
    }
    .tjjg {
        padding: 2rem 3rem 1.4rem 2rem;
    }
    .tjtc {
        padding: 0 3rem 0 2rem;
    }
}

@media only screen and (min-width:641px) and (max-width:1024px) {}

@media only screen and (max-width:640px) {
    .jktj-top .am-u-lg-7 > .am-cf {
        padding: 0 2rem;
    }
    .tjjg {
        padding: 2rem 2rem 1rem 2rem;
    }
    .tjtc {
        padding: 0 2rem 0 2rem;
    }
}
.jktj-top {
    padding-bottom: 3rem;
}
/* .jktj-top .am-u-lg-7 > .am-cf {
    padding: 0 2rem;
} */
.jktj-top .jk-com-item {
    margin-top: 3rem;
    padding-top: .8rem;
    padding-bottom: 1.56rem;
    background: #f7f7f5;
    border-left: 4px solid #b18355;
    border-radius: 4px;
}
.jktj-top .jk-com-item .am-list-news-hd {
    padding: 1rem 0;
}
.jktj-top .jk-com-item .am-list-news-hd h2,
.tjtc .am-list-news .am-list-news-hd h2 {
    color: #a6937c;
    font-size: 1.8rem;
}
.jktj-top .jk-com-item .am-list-news-hd span,
.tjtc .am-list-news .am-list-news-hd span {
    color: #999;
    font-size: 1.2rem;
}
.jktj-top .jk-com-item .am-list-news-hd span:hover,
.tjtc .am-list-news .am-list-news-hd span:hover {
    color: #a40000;
}
.jktj-top .jk-com-item .am-list-news-bd ul li {
    padding: 0;
    background: transparent;
}
.jktj-top .jk-com-item .am-list-news-bd ul li div {
    font-size: 1.5rem;
    line-height: 2rem;
    max-height: 4rem;
}
/* 体检结果查询 */
.tjjg .am-list-news {
   border: 1px solid #a6937c;
}
.tjjg .am-list-news .am-list-news-hd {
    background: #b18355;
    border-radius: 4px;
}
.tjjg .am-list-news .am-list-news-hd h2 {
    color: #fff;
    float: none;
    text-align: center;
}
.tjjg .am-list-news .am-list-news-bd fieldset {
    margin: 1rem 0 0 0;
    padding: 0 2rem;
}
.tjjg .am-list-news .am-list-news-bd fieldset .am-form-group {
    margin-bottom: .5rem;
}
.tjjg .am-list-news .am-list-news-bd fieldset label {
    font-size: 1.5rem;
    color: #666;
    font-weight: bold;
}
.tjjg .am-list-news .am-list-news-bd fieldset input {
    border-radius: 4px;
    
}
.tjjg .am-list-news .am-list-news-bd fieldset button {
    background: #92602e;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 4px;
    padding-bottom: 8px;
    box-shadow: 1px 1px 2px #ddd, -1px -1px 2px #ddd;
}
.tjjg .am-list-news .am-list-news-bd fieldset button:hover {
    background: #b18355;
}

/* 体检套餐 */
.tjtc {
    padding: 0 2rem;
}
.tjtc .am-list-news {
    padding: 1rem 2rem 1rem 2rem;
    background: #f7f7f5;
    border-top: 4px solid #b18355;
    border-radius: 4px;
} 
.tjtc .am-list-news .am-list-news-hd {
    padding-top: 0;
}
.tjtc .am-list-news .am-list-news-bd p {
    font-size: 1.5rem;
    margin: 0rem;
}