body {
    width: 100%;
    background-color: #f5f5f5;
}
section {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.article {
    width: 820px;
}
.aside {
    width: 340px;
}
/* 鉴定医院 */
.jdyy {
    width: 820px;
    height: 160px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    padding: 22px 30px 25px;
}
.jdyy>h1 {
    color: rgba(41, 138, 253, 100);
    margin-bottom: 20px;
}
.jdyy>h1::after {
    position: absolute;
    left: 20px;
    top: 0px;
    width: 46px;
    height: 6px;
    background-color: #0057ff;
    content: '';
}
.jdyy>p {
    display: block;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 其他内容 */
.nr {
    width: 780px;
    height: 150px;
    padding: 30px 20px;
    display: flex;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 15px;
        border: 1px solid #eee;
}
.nr>a {
    margin-right: 25px;
}
.nr>a>img {
    width: 240px;
    height: 150px;
    /* margin-left: 10px; */
    flex-shrink: 0;
}
.nrwz>a {
    display: block;
    margin-bottom: 15px;
    color: rgba(16, 16, 16, 100);
    font-size: 17px;
    font-weight: normal;
    width: 460px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nrwz>a:hover {
    color: #5082ff;
}
.nrwz>i {
    font-style: normal;
    font-size: 12px;
    color: #bbb;
}
.nrwz>i:nth-of-type(1) {
    margin-right: 30px;
}
.nrwz>i:nth-of-type(2) {
    color: #ec3b3b;
}
.nrwz>i:nth-of-type(2)::before {
    content: "\e66c";
    color: #ec3b3b;
}
.nrwz>p {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dht {
    /* width: 100%; */
    width: 820px;
    /* height: 92px; */
    line-height: 88px;
    text-align: center;
}
.dht>.num >li,.page-num{
    display: inline-block;
    width: 38px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f8f8f8;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 12px;
    padding: 0;
    text-decoration: none;
}
.dht>.num>li:hover,.page-num:hover{
    background-color: #4c6cfb;
    color:#fff;
}

.dht>.num>.click,.page-num-current{
    background-color: #4c6cfb;
    color:#fff;
}
.page-num-current{
    background-color: #4c6cfb;
    color:#fff;
}
/*亲子鉴定医院相关话题  */
.xght  {
    width: 304px;
    height: auto;
    padding: 16px 22px 33px 14px;
    background-color: #fff;
    margin-bottom: 35px;
    border-radius: 6px;
}
.xght>h3 {
    color: rgba(16, 16, 16, 100);
    font-size: 20px;
    display: block;
    position: relative;
    margin-bottom: 17px;
}
.xght>h3::before {
    position: absolute;
    left: -15px;
    top: 5px;
    width: 6px;
    height: 20px;
    background-color: #0057ff;
    content: '';
}
.xght_nr {
    display: flex;
    flex-wrap: wrap;
}
.xght_nr>a {
    padding: 11px 12px 10px 14px;
    border-radius: 4px 4px 4px 4px;
    background-color: rgba(245, 245, 245, 100);     
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.xght_nr>a:hover {
    color: #fff;
    background-color: #5082ff;
}
/* 亲子鉴定医院热门阅读 */
.rmyd {
    width: 340px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 35px;
}
.rmyd>h3 {
    width: 340px;
    height: 68px;
    background-image: url(../image/bg-one.png);
    line-height: 68px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 30px;
}
.rmyd>h3::first-letter {
    margin-left: 9px;
}
.rmyd_ul {
    display: block;
    margin-left: 20px;
}
.rmyd_ul>li {
    width: 240px;
    margin-left: 15px;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.rmyd_ul>li>a {
    display: block;
    color: #333;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rmyd_ul>li>a:hover {
    color: #5082ff;
}
/* 亲子鉴定医院相关专题 */
.xgzt {
    width: 302px;
    height: auto;
    padding: 20px 18px 25px 20px;
    background-color: #fff;
    margin-bottom:35px ;
    border-radius: 6px;
}
.xgzt>h3 {
    color: rgba(16, 16, 16, 100);
    font-size: 20px;
    margin-bottom: 16px;
}
.xgzt>a {
    display: block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background-color: rgba(56, 148, 255, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid rgba(56, 148, 255, 100);
}
.xgzt_nr {
    width: 302px;
    height: 80px;
    margin-bottom: 22px;
}
.xgzt_nr>a:nth-of-type(1)>img {
    width: 120px;
    height: 80px;
    float: left;
    margin-right: 14px;
}
.xgzt_nr>a:nth-of-type(2) {
    display: inline-block;
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    width: 168px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xgzt_nr>a:nth-of-type(2):hover {
    color: #5082ff;
}
.xgzt_nr>b {
    color: rgba(153, 153, 153, 100);
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: 16px;
}

@media screen and (max-width:768px) {
    .xght {
        box-sizing: border-box;
        width: 100%;
    }
}



















