/* 文章列表组件样式 */
/* 整体 */
.al1-list1,
.al1-list2,
.al1-list3,
.al1-list4 {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

/* 文章列表组件头部 -- 公用样式 */
.al1-title {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    line-height: 16px;
    /* border-bottom: 1px solid #eee; */
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: MicrosoftYaHei;
    margin: 0 0 0 10px;
    position: relative;
    overflow: inherit;
}

.al1-title::after {
    content: "";
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0px;
    left: -20px;
}

/* 文章列表组件头部标题 -- 公用样式 */
.al1-title-item {
    width: auto;
    padding: 12px 0px 12px 0px;
    margin: 0 12px 0px 0;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 600;
    color: #1E1E1E;
}

/* 文章列表组件头部更多 -- 公用样式 */
.al1-title .more-link {
    font-size: 13px;
    color: #8e8e8e;
    padding: 12px 8px 12px 12px;
    font-weight: 400;
    float: right;
    cursor: pointer;
}

/* 文章列表组件头部状态条 -- 公用样式 */
.al1-title .curs-tab::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #012964;
}



/* 文章列表组件 内容 文章列表样式 */
/* 内容盒子 */
.al1-list-content {
    /* padding: 0 0px 0 10px; */
    flex-wrap: wrap;
}
.al1-list-content .no-content-li{
    margin-top: 0px;
}
.al1-list-content .no-content-li img{
    width: 100px;
}

.al1-list2 .al1-list-content ul li {
    padding: 0 0 0 10px;
}

/* ul */
.al1-list1 .al1-list-content ul {
    padding: 14px 0px 10px 4px;
    /* display: none; */
}

/* 第一个ul 显示 */
.al1-list1 .al1-list-content ul:first-child {
    display: block;
}

/* ul - li */
.al1-list1 .al1-list-content li {
    padding-left: 16px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #1E1E1E;
}

/* ul - li - 伪元素 */
.al1-list1 .al1-list-content li::before {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #cccccc;
    border-radius: 50%;
}

/* ul - li - a #字体样式 */
.al1-list1 .al1-list-content li a {
    display: flex;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #1E1E1E;
    cursor: pointer;
}

/* ul - li - a #字体样式 #鼠标悬停状态 */
.al1-list1 .al1-list-content li a div:nth-child(1):hover {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #012964;
}

/* ul - li - a - div （1） */
.al1-list1 .al1-list-main li a div:nth-child(1) {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}

/* ul - li - a - div （2） */
.al1-list1 .al1-list-main li a div:nth-child(2) {
    width: 80px;
    text-align: right;
    padding: 0 10px 0 0;
}

/* 文章列表组件样式2  --- 2  ---上图下文 */
.al1-list2 .al2-left {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0px 10px 0px;
}

/* 文章列表组件 图 样式 */
.al1-list2 .al1-top-img {
    /* width: 100%;
    height: auto;
    background-color: #f8f8f8;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0; */
}

.al1-list2 .al1-top-img img {
    /* width: 100%;
    height: 100%; */
}

/* 文章标题行样式 */

.al1-list2 .al2-left li a {
    /* display: flex; */
}


.al1-list2 .al2-left li:first-child a {
    position: relative;
}

.al1-list2 .al2-left div:first-child a {
    position: relative;
}


.al1-list2 .image-title {
    height: 65px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #1E1E1E;
    width: 100%;
}

.al1-list2 .image-title .image-title-time {
    background: #012964;
    color: white;
    display: flex;
    width: 155px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.al1-list2 .image-title .image-title-time .top {
    height: 28px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    margin-right: 2px;
    margin-bottom: 3px;
}

.al1-list2 .image-title .image-title-time .bottom {
    height: 16px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    margin-right: 8px;
}


.al1-list2 .image-title .image-title-content {
    background: #f6f7fe;
    font-weight: bold;
    height: 65px;
    line-height: 27px;
    padding: 5px 0px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}

/* 首文简要样式 */
.al1-list2 .image-content {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin: 9px 0px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
}

.al1-list3 .image-content {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin: 9px 0px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
}

/* 文章标题列表样式 */

.al1-list2 .al1-item-content {
    display: flex;
    line-height: 20px;
    margin: 12px 0px;
    font-size: 14px;
}

.al1-list2 .al1-item-content div:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-right: 20px;
    padding: 0 0 0 20px;
    width: 100%;
}

.al1-list2 .al1-item-content div:nth-child(2) {
    width: 80px;
    text-align: right;
    padding: 0 10px 0 0;
}

/* 文章标题选中状态 */
.al1-item-content div:first-child:hover {
    /* font-size: 14px; */
    font-weight: bold;
    color: #012964;
}

/* 文章标题 前置样式 */
.al1-list2 .al1-item-content div:first-child:before {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #cccccc;
    border-radius: 50%;
}

/* 文章列表样式 3 左图右文 */
/* 头部样式与第一种相同  */

/* 文章列表组件3 -- li样式 */

/* 文章列表3 整体盒子样式 */
.al1-list3 .al1-list-content {
    margin: 8px 0px 0px 0px;

}

.al1-list3 .al1-list-content>.article-list {
    padding: 0 0 0 10px;
}

/* 文章列表三左图右文 右文列表样式 */
.al1-list3 .al1-item-content {
    /* width: 51%; */
    flex: 1;
    padding: 0 0 0 10px;
    width: 0px;
}

.al1-list3 .al1-list-content li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    position: relative;
    /* padding-right: 10px; */
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #1E1E1E;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}

/* 文章列表组件3 li 前置样式 */
.al1-list3 .al1-list-content li::before {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #cccccc;
    border-radius: 50%;
}

/* 文章标题选中状态 */
.al1-list3 .al1-list-content li:hover {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #012964;
}

/* 文章列表3 左图 */
.al1-list3 .al1-left {
    margin: 6px 0 0 0;
    width: 50%;
    height: auto;
}

/* 
.al1-list3 .al1-left .al1-top-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 30px;
    position: relative;
} */

/* .al1-list3 .al1-left .al1-top-img:last-child {
    margin-bottom: 0;
} */

/* .al1-list4 .al1-left .al1-top-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ccc;
} */


/* 文章列表组件样式4  --- 4  ---上图下文 */
.al1-list4 .al1-list-content {
    margin: 14px 0px 32px 20px;
}

/* 文章列表4左图右文 右文列表样式 */
.al1-list4 .al1-item-content {
    width: 60%;
    padding: 0 0 0 10px;
}

.al1-list4 .al1-list-content li {
    /* height: auto; */
    line-height: 24px;
    margin: 0px 0px 0px 0px;
    position: relative;
    /* padding-right: 10px; */
    font-size: 14px;
    padding-left: 20px;
}

/* 文章列表组件3 li 前置样式 */
/* .al1-list3 .al1-list-content li::before {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #cccccc;
    border-radius: 50%;
} */

/* 文章标题选中状态 */
.al1-list4 .al1-list-content li:hover {
    /* font-size: 14px; */
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #012964;
}

/* 文章列表3 左图 */
.al1-list4 .al1-left {
    margin: 6px 0 0 0;
    width: 40%;
    height: auto;
}

/* .al1-list4 .al1-left .al1-top-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 30px;
    position: relative;
} */

/* .al1-list3 .al1-left .al1-top-img:last-child {
    margin-bottom: 0;
} */

/* .al1-list4 .al1-left .al1-top-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ccc;
} */

.al1-list4 .content {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    /* -webkit-text-stroke: 1px #979797; */
}

.al1-list4 .title {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 24px;
    /* -webkit-text-stroke: 1px #979797; */
}

.al1-list4 .al1-item-content li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.al1-item-content li a {
    display: flex;
}

.al1-item-content li a div:nth-child(1) {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}

.al1-item-content li a div:nth-child(2) {
    width: 80px;
    text-align: right;
    padding: 0 10px 0 0;
}

.al1-list4 .al1-item-content li a div:nth-child(2) {
    width: auto;
    text-align: right;
    padding: 0 10px 0 0;
    text-align: left;
}

.al1-list3 .article-list1-top,
.al1-list3 .article-list2-top,
.al1-list3 .article-list3-top,
.al1-list4 .article-list4-top {
    margin: 14px 0 32px 20px;
}

.article_img_container {
    /* display: block; */
    width: 100%;
    /* 父级宽优先 */
    height: 0;
    /* 设为0 */
    padding-bottom: 56.25%;
    /*  16:9  比例 */
    position: relative;
}

.article_img_container>img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: black;
}

.no-content-li {
    text-align: center;
    margin-top: 15px;
    color: #999;
}