/* #region 基础 */
.module {
    margin-top: 20px;
}

.right .module .title {
    padding-bottom: 10px;
}

.right .module .title span {
    font-size: 20px;
}

.module .content {
    margin-top: 20px;
}

.banners .banner {
    height: 540px;
}

.demand .left {
    width: 850px;
}

.demand .right {
    width: 330px;
}

.article .dinfor {
    display: flex;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.article .dinfor li:nth-child(odd){
    border-left: 1px solid #e5e5e5;
    background: #f2f2f2;
    padding: 0 1rem;
    min-width: 5rem;
    text-align: center;
}

.article .dinfor li:nth-child(even){
    text-align: center;
    border-left: 1px solid #e5e5e5;

    padding: 0 1rem;
    flex: 1;
}

.article dl{
    border: 1px solid #e5e5e5;
    display: flex;
    overflow: hidden;
}

.article dt {
    background: #f2f2f2;
    text-align: center;
    width: 10%;
    border-left: 1px solid #e5e5e5;
    padding: .5rem 0;
    color: #666666;
    margin-left: -1px;
}
.article dd {
    text-indent: 15px;
    flex: 1;
    padding: .5rem 0;
    border-left: 1px solid #e5e5e5;
    margin-left: -1px;
}
.article table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: auto;
    margin: 20px 0;
    overflow: hidden;
    padding: 0!important;
    width: auto;
}

.article td {
    border: 1px solid #ddd;
    border-left: none;
    border-top: none;
    color: #888;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 10px;
    text-align: left;
    vertical-align: center;
    width: auto;
}

.advertise {
    height: 200px;
}

/* #endregion */

/* #region 关键字 */
.keyword {
    display: flex;
    align-items: start;
    gap: 20px;
}

.keyword .img {
    overflow: hidden;
    width: 250px;
    height: 150px;
    border-radius: 3px;
}

.keyword .info {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
}

.keyword .info div {
    color: #333;
    font-size: 30px;
    font-weight: 700;
}

.keyword .info span {
    display: inline-block;
    margin-top: auto;
    color: #999;
    font-size: 20px;
}

.keyword .info span:nth-child(3) {
    margin-left: auto;
    font-size: 14px;
}

.keyword .info span:nth-child(3) img {
    vertical-align: -2px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.keyword .info p {
    box-sizing: border-box;
    padding: 10px 15px;
    color: #4C4C4C;
    font-size: 16px;
    line-height: 153%;
    background: #eef4ff;
    border-radius: 5px;
}
/* #endregion */

/* #region 问答 */
.problem .nav {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.problem .nav li {
    box-sizing: border-box;
    padding: 15px 20px;
    color: #333;
    font-size: 20px;
    cursor: pointer;
}

.problem .nav li>a {
    color: #333;
}

.problem .nav .active {
    border-bottom: 5px solid #3375e2;
}

.problem .content>.hide {
    display: none;
}

.problem .content>.active {
    display: block;
}

.problem .article h3,.problem .article h2 {
    margin: 15px 0;
    padding-left: 5px;
    color: #3375e2;
    font-size: 20px;
    font-weight: 700;
    border-left: 6px solid #3375e2;
}

.problem .article p {
    margin: 15px 0;
    color: #333;
    font-size: 16px;
    line-height: 153%;
}

.problem .article p>strong {
    font-weight: bold;
}

.problem .article p>img {
    max-width: 100%;
}

.problem .quick {
    box-sizing: border-box;
    position: relative;
    padding: 20px 61px;
    border: 1px solid #3375e2;
}

.problem .quick::before {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    padding: 10px;
    content: "快捷导航";
    color: #fff;
    font-size: 16px;
    text-align: center;
    writing-mode: vertical-lr;
    letter-spacing: 10px;
    background: #3375e2;
}

.problem .quick .box:not(:first-child) {
    margin-top: 10px;
}

.problem .quick .box div {
    color: #999;
    font-size: 16px;
}

.problem .quick .links {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 10px;
}

.problem .quick .links li>a {
    display: inline-block;
    padding: 3px 10px;
    color: #3388ff;
    font-size: 16px;
    border: 1px solid #3388ff;
    border-radius: 15px;
}

.problem .quick .newest {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
    margin-top: 10px;
}

.problem .quick .newest li {
    width: 47.6%;
}

.problem .quick .newest li>a {
    display: block;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.problem .quick .newest li>a:hover {
    color: #3375e2;
    transition: .3s;
}

.problem .list {
    margin-top: 20px;
}

.problem .list li {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.problem .list li:first-child {
    padding-top: 0;
}

.problem .list li:not(:first-child) {
    padding-top: 20px;
}

.problem .list li:last-child {
    border: 0;
}

.problem .list .img {
    overflow: hidden;
    width: 250px;
    height: 150px;
    border-radius: 3px;
}

.problem .list .info,.problem .list .info2 {
    overflow: hidden;
    position: relative;
    flex: 1;
}

.problem .list .info::before {
    position: absolute;
    z-index: -1;
    width: 28px;
    height: 28px;
    content: "问";
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    background: #3375e2;
    border-radius: 5px;
}

.problem .list .info a{
    display: block;
    padding-left: 33px;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.problem .list .info2 a {
    display: block;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.problem .list .info a:hover,.problem .list .info2 a:hover {
    color: #3375e2;
    transition: .3s;
}

.problem .list .info p{
    margin-top: 15px;
    color: #999;
    font-size: 16px;
    line-height: 153%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.problem .list .info2 p {
    margin-top: 15px;
    color: #999;
    font-size: 16px;
    line-height: 153%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.problem .list .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.problem .list .tags span {
    display: inline-block;
    padding: 3px 10px;
    color: #3375e2;
    font-size: 12px;
    border: 1px solid #3375e2;
    border-radius: 5px;
}
.problem .list .tags span a {
    color: #3375e2;
    font-size: 12px;
    padding-left: 0;
}

.problem .list .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
}

.problem .list .doctor {
    display: flex;
    align-items: center;
    gap: 10px;
}

.problem .list .doctor .img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.problem .list .doctor .name h4 {
    color: #3375e2;
    font-size: 16px;
}

.problem .list .record {
    color: #999;
    font-size: 14px;
}

.problem .list .record img {
    vertical-align: -2.5px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.problem .list .record i {
    display: inline-block;
    vertical-align: 2.5px;
    width: 16px;
    height: 2px;
    margin: 0 5px;
    background: #3375e2;
    transform: rotate(105deg);
}
/* #endregion */
