/* ----- 内容部分 ------ */
.tagContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* 左侧 */
.l-content {
    flex-shrink: 0;
    width: 840px;
}

.tag-title {
    padding: 15px 0 10px 0;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
}

.tag-info-box {
    margin-top: 30px;
}

.content-info {
    display: flex;
    margin-bottom: 40px;
}

.content-pic {
    flex-shrink: 0;
    margin-right: 19px;
    height: 120px;
}

.content-pic img {
    width: 120px;
    height: 120px;
}

.content-text-title{
    width: 699px;
    margin-top: -4px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-text-title em {
    font-style: unset;
    color: red;
}

.content-text-title a {
    width: 699px;
    color: #333;
}

.content-text-title a:hover {
    color: #00b1fb;
}

.content-text-info {
    width: 684px;
    height: 48px;
    margin-top: 10px;
    color: #999;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.release-data {
    display: flex;
    margin-top: 24px;
    color: #999;
}

.time span:first-child {
    margin-right: 10px;
    color: #ccc;
}

.time {
    display: flex;
    align-items: center;
    margin-right: 31px;
}

.time span:last-child {
    line-height: 16px;
}

.time .iconfont {
    font-size: 15px;
}
/* 右侧 */
.r-content {
    flex-shrink: 0;
    width: 258px;
}

/* ------ 分页 ------ */
.paging {
    width: 100%;
}

.paging-info {
    display: flex;
    width: 514px;
    height: 33px;
    margin-left: 155px;
    border: 1px solid #e6e6e6;
}

.page-btn {
    width: 65px;
}

.page-btn a {
    display: block;
    height: 100%;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}

.prev {
    border-right: 1px solid #e6e6e6;
}

.page-num {
    padding: 0 13px;
    border-right: 1px solid #e6e6e6;
    line-height: 36px;
}

.page-num a {
    color: #333;
    display: block;
    height: 100%;
    text-align: center;
    line-height: 36px;
}

.page-active,
.page-active a{
    background: #00B1FB;
    color: #fff;
}


/* 关于【移民内参】 */

.ym-exhibition-r {
    display: inline-block;
    width: 260px;
}

.ym-exhibition-r .ym-exhibition-r-title {
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin-bottom: 14px;
}

.ym-exhibition {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 33px;
    line-height: 26px;
}

.ym-exhibition .msg-info-title-p {
    font-size: 24px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.ym-exhibition .ym-exhibition-more {
    color: #999;
}

.ym-exhibition .ym-exhibition-img {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    cursor: pointer;
}

.ym-exhibition .ym-exhibition-hover:hover .ym-exhibition-more {
    color: #00B1FB;
}

.ym-exhibition .ym-exhibition-hover:hover .ym-exhibition-img {
    animation: rotateImg 2s linear infinite;
}

@keyframes rotateImg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ym-exhibition-r .ym-exhibition-r-main {
    background: #fff;
}

.ym-exhibition-r .ym-exhibition-r-main .ym-exhibition-r-main-item {
    width: 218px;
    height: 200px;
    padding: 14px 25px 0 15px;
    background: #fff;
    border: 1px solid rgba(230, 230, 230, 1);
}

.ym-exhibition-r .ym-exhibition-r-main .ym-exhibition-r-main-item .ym-exhibition-r-main-img {
    width: 167px;
}

.ym-exhibition-r .ym-exhibition-r-main .ym-exhibition-r-main-item .ym-exhibition-r-main-title {
    width: 213px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ym-exhibition-r .ym-exhibition-r-main .ym-exhibition-r-main-item .ym-exhibition-r-main-p {
    width: 213px;
    height: 72px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 19px;
    margin-top: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}


/* 轮播指示键 */

.layui-carousel[lay-indicator=outside] .layui-carousel-ind {
    top: 5px;
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
    background: #fff;
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul li {
    width: 8px;
    height: 8px;
    background: #E6E6E6;
    margin-right: 5px;
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul li.layui-this {
    background: rgba(0, 177, 251, 1);
    box-shadow: 0 5px 10px 0 rgba(0, 177, 251, 0.3);
}


/* 热门文章 */

.ym-headlines {
    display: inline-block;
    width: 260px;
    margin-top: 10px;
}

.ym-headlines .ym-headlines-r-modular {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    margin-bottom: 20px;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-title {
    width: 230px;
    height: 40px;
    background: rgba(242, 245, 247, 1);
    border-left: 6px solid #00B1FB;
    padding: 0 12px 0 10px;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-title .ym-headlines-r-title-p {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-title .ym-headlines-r-title-p>a:hover {
    color: #00B1FB;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-title .ym-headlines-r-title-more {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 40px;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-ul {
    width: 230px;
    padding: 12px 12px 0 16px;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-ul .ym-headlines-r-li {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    padding-bottom: 10px;
}

.ym-headlines-r-li span {
    color: #999;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-ul .ym-headlines-r-li:hover span {
    color: #00B1FB;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-ul .ym-headlines-r-li .ym-headlines-r-li-a {
    display: inline-block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-ul .ym-headlines-r-li .ym-headlines-r-li-i {
    margin-right: 7px;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-ul .ym-headlines-r-li:hover .ym-headlines-r-li-a {
    color: #00B1FB;
}

.ym-headlines .ym-headlines-r-modular .ym-headlines-r-ul .ym-headlines-r-li:hover .ym-headlines-r-li-i {
    color: #00B1FB;
}

.ym-exhibition-r .projectList-code {
    margin-bottom: 40px;
}
