/* By Mangold Url:https://www.yuanmazhi.com 2022.05.21*/

/* 菜单 */

/*SVG样式 2022523添加 */
/*.nav-top ul li img ._svg {*/
/*    width: 1em;*/
/*    height: 1em;*/
/*    vertical-align: middle;*/
/*    margin-right: .5em;*/
/*}*/

/* 菜单FA图标 */

/*.nav .fa, */
/*.nav-m .fa,*/
/*.nav .far, */
/*.nav-m .far,*/
/*.nav .fas,*/
/*.nav-m .fas {*/
/*    margin-right: .5em;*/
/*}*/

/* 菜单N+7隐藏 */

/*.nav-top .nav {*/
/*    padding-right: 0;*/
/*}*/

/*.nav-top .nav>li {*/
/*    padding: 0 13px;*/
/*}*/

/*.nav-top .nav>li:nth-of-type(n+7){*/
	/* display: inline-block; */
/*}*/

/*.nav-top .nav>li:nth-of-type(n+9) {*/
	/* display: none */
/*}*/

/*@media (max-width: 1366px) {*/
/*    .nav-top .nav>li:nth-of-type(n+6) {*/
/*        display: inline-block;*/
/*    }*/
/*}*/

/* 20221028 调整一二级菜单字体大小 */
/*.nav-top .nav>li>a {*/
/*	font-size: 15px;*/
/*}*/

/*.sub-menu a {*/
/*	font-size: 13px;*/
/*}*/

/* 20221028 调整一二级菜单字体大小 */


/*20240904*/

/* 列表页标题-通用 */

.articles-list .post-title {
    height: 72px;
    -webkit-line-clamp: 4;
    margin-bottom: 10px;
	font-size: 13px;
}

/* 列表页标题-移动端 */
/*@media (max-width: 768px) {*/
/*    .articles-list .post-title {*/
/*        height: 36px;*/
/*        -webkit-line-clamp: 2;*/
/*    }*/
/*}*/


/* 底部高于右侧内容区块 */
.footer {
    /*margin-top: 90px;*/
}


/* 登录注册页面背景 */

.new-login {
    background-image: url(https://www.midivst.com/wp-content/uploads/2022/04/vania-shows-N1I6IgDOGJs-unsplash-scaled-2.jpg);
}

.login-bg-cover {
    background-position: center;
    background-size: cover;
    background-color: #343a40;
    position: absolute;
    width: 100%;
    height: 100%;
}

.login-bg-cover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44.79%, rgba(0, 0, 0, 0)), color-stop(63.54%, rgba(0, 0, 0, 0.35)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.new-login .link {
    color: #FFFFFF;
}

.new-login .tipinfo .link {
    color: #6aa788;
}

.new-login .tab-conts .link {
    color: #6aa788;
}

.new-login .sb-ft a:hover {
    color: #6aa788;
}

/* 左侧栏 */

.aside {
    border-right:0;
}

.aside .sb-cate {
    max-height: unset;
}

/* 230602 */
.cate-list .cate-item {
    font-size: 15px !important;
}

.aside .post-list .title {
    font-size: 14px !important;
}

.widget-hot {
    background-color: #FFFFFF;
}

/* 顶部告示 */

@media (max-width: 768px) {
    #smallads a.close {
        top: 42px;
    }
}

/*.nav-top .nav>li:nth-of-type(n+7) {*/
/*    display: inline-block !important*/
/*}*/

/*.header .menu-top {*/
/*	-webkit-box-flex: 1;*/
/*	-ms-flex: 1;*/
/*	flex: 1;*/
/*	text-align: center*/
/*}*/

/*.wb-is-mobile .menu-top .nav>li:last-child {*/
/*	display: inline-block !important*/
/*}*/

/*.menu-top {*/
/*	position: relative;*/
/*	white-space: nowrap;*/
/*	z-index: 2*/
/*}*/

/*.menu-top .nav {*/
/*	display: inline-block;*/
/*	font-size: 0;*/
/*	padding-right: 60px;*/
/*	vertical-align: middle*/
/*}*/

/*.menu-top .nav.has-more-items {*/
/*	padding-right: 0*/
/*}*/

/*.menu-top .nav>li {*/
/*	display: inline-block;*/
/*	font-size: 0;*/
/*	line-height: 68px;*/
/*	padding: 0 15px;*/
/*	position: relative*/
/*}*/

/*.menu-top .nav>li:nth-of-type(n+7) {*/
	/*display: none*/
/*}*/

/*.menu-top .nav>li.menu-item-has-children:after {*/
/*	border-bottom: 1px solid hsla(0, 0%, 100%, .4);*/
/*	border-left: 1px solid hsla(0, 0%, 100%, .4);*/
/*	content: "";*/
/*	display: inline-block;*/
/*	height: 8px;*/
/*	margin-left: 6px;*/
/*	-webkit-transform: rotate(-45deg);*/
/*	transform: rotate(-45deg);*/
/*	-webkit-transition: all .3s cubic-bezier(.31, 1, .34, 1);*/
/*	transition: all .3s cubic-bezier(.31, 1, .34, 1);*/
/*	vertical-align: middle;*/
/*	width: 8px;*/
/*	z-index: 5*/
/*}*/

/*.menu-top .nav>li:hover {*/
/*	background-color: var(--wb-theme-hover-color, #26346d)*/
/*}*/

/*.menu-top .nav>li:hover .sub-menu.lv-0 {*/
/*	display: block;*/
/*	opacity: 1;*/
/*	-webkit-transform: translateZ(0);*/
/*	transform: translateZ(0);*/
/*	-webkit-transform-origin: 50% 0;*/
/*	transform-origin: 50% 0;*/
/*	-webkit-transition: all .3s cubic-bezier(.31, 1, .34, 1);*/
/*	transition: all .3s cubic-bezier(.31, 1, .34, 1);*/
/*	visibility: visible*/
/*}*/

/*.menu-top .nav>li:hover:after {*/
/*	margin-top: 3px;*/
/*	-webkit-transform: rotate(135deg);*/
/*	transform: rotate(135deg)*/
/*}*/

/*.menu-top .more-items {*/
/*	-webkit-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*	display: inline-block !important;*/
/*	text-align: center;*/
/*	width: 60px*/
/*}*/

/*.menu-top .more-items em {*/
/*	background: hsla(0, 0%, 100%, .5);*/
/*	border-radius: 50%;*/
/*	display: inline-block;*/
/*	height: 5px;*/
/*	margin: 0 5px 0 0;*/
/*	width: 5px*/
/*}*/

.d-none {
    display: none !important;
}

/* 20230926 post-5-list */

/*@media (min-width: 1920px) {*/
/*    .list-mode-a .post {*/
/*        width: 20% !important;*/
/*    }*/
/*}*/


@media (max-width: 768px) {
    .list-ymz {
        margin: 0; 
    }
}

.ymz-tuijian .list-mode-a .media-body {
    padding: 15px 0px 23px;
}
