/* 项目详情 */

.ym-list {
    padding-top: 40px;
}

.ym-list .ym-list-l {
    display: inline-block;
    width: 840px;
    margin-bottom: 40px;
}


/* -------------文章内容------------ */

.ym-article {
    width: 760px;
    border: 1px solid #E6E6E6;
    padding: 30px;
    margin-bottom: 44px;
}

.ym-article .ym-article-title {
    font-size: 30px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 35px;
}

.ym-article .ym-article-tags {
    margin-top: 30px;
}

.ym-article .ym-article-tags .ym-article-tags-span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.ym-article .ym-article-tags .ym-article-tags-a {
    display: inline-block;
    color: #00B1FB;
    height: 24px;
    line-height: 24px;
    background: rgba(232, 248, 255, 1);
    border: 1px solid rgba(191, 236, 255, 1);
    border-radius: 12px;
    text-align: center;
    margin-right: 10px;
    padding: 0 12px;
}

.ym-article .ym-article-tags .ym-article-tags-a.change-green {
    background: #08D371;
}

.ym-article .ym-article-tags .ym-article-tags-a.change-orange {
    background: #F96E00;
}

.ym-article .ym-article-time {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6E6E6;
}

.ym-article .ym-article-time .ym-article-time-release {
    margin-right: 26px;
}

.ym-article .ym-article-time .ym-article-time-eye {
    font-size: 14px;
    color: #ccc;
    line-height: 20px;
    margin-right: 8px;
}

.ym-article .ym-article-paste {
    overflow: hidden;
    width: 762px;
    height: 222px;
    background: url("https://static-cdn.immiknow.com/site/v2.immiknow.com/static/images/nuantie_bg1.png") no-repeat -7px;
    margin-top: 40px;
}

.ym-article .ym-article-paste.change-green {
    overflow: hidden;
    width: 762px;
    height: 222px;
    background: url(../images/nuantie_bg2.png) no-repeat -7px;
    margin-top: 40px;
}

.ym-article .ym-article-paste.change-orange {
    overflow: hidden;
    width: 762px;
    height: 222px;
    background: url(../images/nuantie_bg3.png) no-repeat -7px;
    margin-top: 40px;
}

.ym-article .ym-article-paste .ym-article-paste-content {
    width: 705px;
    height: 150px;
    margin: 40px 0 0 30px;
    overflow: auto;
}

.ym-article-content a {
    color: #00B1FB;
    font-weight: bold;
    text-decoration: underline;
}

.ym-article-content > table {
    width: 100% !important;
}

.ym-article .ym-article-paste .ym-article-paste-content::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}


/*正常情况下滑块的样式*/

.ym-article .ym-article-paste .ym-article-paste-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 177, 251, 1);
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 177, 251, 1);
}


/*鼠标悬浮在该类指向的控件上时滑块的样式*/

.ym-article .ym-article-paste .ym-article-paste-content:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 177, 251, 1);
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 177, 251, 1);
}


/*鼠标悬浮在滑块上时滑块的样式*/

.ym-article .ym-article-paste .ym-article-paste-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 177, 251, 1);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 177, 251, 1);
}


/*正常时候的主干部分*/

.ym-article .ym-article-paste .ym-article-paste-content::-webkit-scrollbar-track {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(218, 218, 218, 1);
    background-color: rgba(218, 218, 218, 1);
}


/*鼠标悬浮在滚动条上的主干部分*/

.ym-article .ym-article-paste .ym-article-paste-content::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);
    background-color: rgba(0, 0, 0, .01);
}

.ym-article .ym-article-paste .ym-article-paste-title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 8px;
}

.ym-article .ym-article-paste .ym-article-paste-main {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    padding-right: 10px;
}

.ym-article .ym-article-content {
    font-size: 16px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    margin-top: 20px;
}


/* ---------并未在html中表现----------- */

.ym-article .ym-article-content table {
    width: 100% !important;
    background-color: #fff !important;
    color: rgba(51, 51, 51, 1) !important;
}

.ym-article .ym-article-content table th,
.ym-article .ym-article-content table td {
    padding: 9px;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6 !important;
}

.ym-article .ym-article-content table td {
    background-color: #fff !important;
    border: solid 1px #000 !important;
}

.ym-article .ym-article-content p {
    word-wrap: break-word;
}

.ym-article .ym-article-content a {
    color: #00B1FB;
    font-weight: bold;
    text-decoration: underline;
    word-wrap: break-word;
}

.ym-article .ym-article-content img {
    max-width: 100%;
}

/* ----------------------------------- */

.ym-list .ym-list-l-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6E6E6;
}

.ym-list .ym-list-l-title .ym-list-l-title-p {
    display: inline-block;
    height: 21px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.ym-problem-hover .ym-problem-hover-more {
    color: #999;
}

.ym-problem-hover .ym-problem-hover-img {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    cursor: pointer;
}

.ym-problem-hover:hover .ym-problem-hover-more {
    color: #00B1FB;
}

.ym-problem-hover:hover .ym-problem-hover-img {
    animation: rotateImg 2s linear infinite;
}

.ym-list .ym-list-l-ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 55px;
}

.ym-list .ym-list-l-ul .ym-list-industry-li {
    display: flex;
    align-items: center;
    width: 410px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    margin-right: 20px;
    padding-top: 22px;
}

.ym-list-l-ul .ym-list-industry-li:nth-child(2n) {
    margin-right: 0;
}

.ym-list-l-ul .ym-list-industry-li:hover .ym-list-industry-a {
    color: #00B1FB;
}

.ym-list-l-ul .ym-list-industry-li:hover .industry-li-dot {
    background: #00B1FB;
}

.ym-list .ym-list-l-ul .ym-list-industry-li a {
    display: inline-block;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ym-list-industry-li .industry-li-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(204, 204, 204, 1);
    border-radius: 50%;
    margin-right: 10px;
}


/* 常见问题 */

.ym-problem .layui-collapse {
    margin-top: 30px;
    border: none;
    margin-bottom: 60px;
}

.ym-problem .layui-collapse .layui-colla-item {
    border: none;
}

.ym-problem .layui-collapse .layui-colla-title {
    background: #fff;
    border: none;
    padding-left: 0;
}

.ym-problem .layui-collapse .layui-colla-title:hover {
    color: #00B1FB;
}

.ym-problem .layui-collapse .layui-colla-title .layui-colla-icon {
    position: absolute;
    left: 823px;
}

.ym-problem .layui-collapse .layui-colla-title .ym-colla-title {
    color: #00B1FB;
    margin-right: 10px;
}


.ym-problem .layui-collapse .layui-colla-content {
    border: none;
    background: #F4F6F7;
    padding: 6px 20px 6px 30px;
}


/* 右侧列表 */

.ym-list-r {
    flex: 1;
    width: 260px;
    margin-left: 40px;
}

.ym-list-r .ym-list-r-modular {
    background: rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(230, 230, 230, 1);
    border-left: 1px solid rgba(230, 230, 230, 1);
}

.ym-list-r .ym-list-r-modular:nth-last-child(2) {
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.ym-list-r .ym-list-r-modular .ym-list-r-title {
    width: 230px;
    height: 40px;
    border-left: 6px solid #00B1FB;
    line-height: 40px;
    cursor: pointer;
    margin-left: -1px;
}

.ym-list-r .ym-list-r-modular .ym-list-r-title:hover .ym-list-r-title-p {
    color: #fff;
}

.ym-list-r .ym-list-r-modular .ym-list-r-title .ym-list-r-title-p {
    display: inline-block;
    width: 243px;
    height: 38px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 10px;
}

.ym-list-r .ym-list-r-modular .ym-list-r-title .ym-list-r-title-p:hover {
    background: #00B1FB;
    border-top: 1px solid #00B1FB;
    border-bottom: 1px solid #00B1FB;
    color: #FFF;
}

.ym-list-r .ym-list-r-modular .ym-list-r-title .ym-list-r-title-more {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 40px;
}

.ym-list-r .ym-list-r-modular .ym-list-r-ul {
    width: 230px;
    padding: 12px 12px 12px 18px;
}

.show-none {
    max-height: 143px;
    overflow: hidden;
}

.ym-list-r .ym-list-r-modular .ym-list-r-ul .ym-list-r-li {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.ym-list-r .ym-list-r-modular .ym-list-r-ul .ym-list-r-li .ym-list-r-li-i {
    margin-right: 7px;
}

.ym-list-r .ym-list-r-modular .ym-list-r-ul .ym-list-r-li:hover .ym-list-r-li-a {
    color: #00B1FB;
}

.ym-list-r .ym-list-r-modular .ym-list-r-ul .ym-list-r-li:hover .ym-list-r-li-i {
    color: #00B1FB;
}

.ym-youcelan {
    margin-bottom: 60px;
}

.ym-list-r .ym-list-more-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ym-list-r .ym-list-more {
    color: #999;
    width: 131px;
    height: 30px;
    line-height: 30px;
    background: rgba(242, 245, 247, 1);
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.ym-list-more .ym-list-more-img {
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

.ym-list-r .ym-list-more-flex:hover .ym-list-more-img {
    animation: rotateImg 2s linear infinite;
}

.ym-list-r .ym-contact {
    margin: 20px 0;
}

.ym-problem {
    margin-top: -20px;
}
