/* 鍏叡鏍峰紡 */
:root {
	--theme: #BD0001;
	--font_color: #666666;
	--font_click_color: #c50c11;
	--nav_title: #ffffff;
	
}

html {
	font-size: 16px;
}

body {
	height: 100%;
	/* background-image: linear-gradient(#FADFE1, #FFFFFF); */

}

.header {
	width: auto;
	/* height: 15vh; */
}


.header .layui-nav {
	background-color: var(--theme);
}
/*临时修改*/
#header_nav>li{
	margin-right:42px;
}

.header_nav_box {
	background-color: var(--theme);
}

.header .layui-nav li a {
	font-size: 1.2rem;
}

.header .layui-nav .layui-this:after,
.header .layui-nav-bar,
.header .layui-nav-tree .layui-nav-itemed:after {
	background-color: var(--theme);
}

.header .layui-nav li .layui-show a {
	font-size: 1rem;
}

.header .layui-nav .layui-nav-child a:hover {
	background-color: #d65858;
}

.header .layui-nav .layui-nav-child {
	border: 1px solid #BB0003;
	background-color: #BB0003;
}

.header .layui-nav .layui-nav-child a {
	color: #FFFFFF;
}

.header .query_input .query_btn {
	border: 0px;
	background-color: #910000;
	height: 1.1rem;
	width: 1.1rem;
}


.header_bg>img {
	/* height: 7.5rem; */
	/* width: 1200px; */
}




.content {
	min-height: 70vh;
	overflow: hidden;
}


.content .layui-carousel {
	margin-top: 0px;
}

.content .layui-nav {
	padding: 0 0px;
	background-color: #FFFFFF;
	color: var(--theme);
}

.content .layui-nav .layui-nav-item a {
	padding: 0px 0px 0px 10px;
	color: #000000;
}

.content .layui-nav .layui-nav-item a:hover,
.content .layui-nav .layui-this a {
	color: var(--theme);
}

.content .layui-nav .layui-this:after,
.content .layui-nav-bar,
.content .layui-nav-tree .layui-nav-itemed:after,
.layui-nav-child dd.layui-this{
	background-color: var(--theme);
}


.content .layui-nav .layui-this:after{
	background-color: var(--theme);
}


.content .newest .layui-col-md12+.layui-col-md12 {
	margin-top: 3vh;
}

.content .newest .news_content {
	color: var(--font_color);
}



.content .referral>div img {
	width: 100%;
	height: 5.9375rem;
}

.content .web_link span {
	display: inline-block;
	margin: 0px 1rem;
	line-height: 2rem;
	letter-spacing: 0.7px;
}



.content .news_box .news_list a {
	color: var(--font_color);
}

.content .news_box .news_list a:hover {
	color: var(--theme);
}

.content .news_box .content_left {
	padding-left: 0px;
}
.content .news_box .content_left .news_content a{
	color: #938a8a;
}

.content .news_box .content_left div {
	padding-left: 0px;
}



.content .news_box .content_right {
	padding-right: 0px;
}

.content .news_box .content_right div {
	padding-right: 0px;
}

.text_omit_1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}




.news_list a:hover,
.news_title li:hover {
	color: var(--theme);
}

.news_title a {
	font-size: 1rem;
	font-weight: 800;
	text-decoration: underline;
}

.news_list .news_date {
	float: right;
}




.content .layui-nav-tree {
	width: 100%;
}



.content .layui-nav-tree .layui-nav-item a:hover {
	background-color: #FFFFFF;
	color: #a7a7a7;
}

.content .layui-nav-tree .layui-nav-child dd.layui-this,
.content .layui-nav-tree .layui-nav-child dd.layui-this a,
.content .layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.content .layui-nav-tree .layui-this>a:hover {
	background-color: #FFFFFF;
	/* color: #ff0000; */
}
/*取消图片的大小*/
.news_content p img{
	/*width: 100%; */
	/*height: 100%; */
}
@media screen and (max-width: 500px){
	.news_content p img{
	width: 100%; 
	height: 100%; 
}
.news_content p video{
	width: 100%; 
	height: 100%; 
}
}
.end {
	width: 100%;
	background-color: var(--theme);
	/* position: fixed; */
	bottom: 0px;
	color: #f38585;
	background: linear-gradient(to right, #810707, #470404 50%, #810707 100%);

}

