*{
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}
html{
	background-color: #e7e6e3;
}
body{
	background-color: #e7e6e3;
}
*::selection {
  background-color: #d1363a;
  color: #ffffff;
}
.article-title-and-banner-element{
	width: 100%;
	float: left;	
}
.article-title-and-banner-background-color{
	height: 700px;
	width: 100%;
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	z-index: 0;
	background-color: #d9d8d4;
}
.article-title-and-banner-main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
.article-title{
	width: 100%;
	float: left;
	padding: 20px 0;
	word-break: break-all; /* 强制所有字符都可断行 */
}
.article-title h1{
	color: #2b2a29;
	font-size: 4em;
	line-height: 1.6;
	text-align: center;
}
.article-banner img{
	user-select: none;
	width: 100%;
	position: relative;
	margin-top: -3px;
	margin-left: -3px;
	border: 3px solid transparent;
	overflow: hidden;
}
.article-banner img:hover{
	/*border: 3px solid #2b2a29;*/
}
.article-datetime{
	text-align: center;
	font-weight: bold;
	color: #2b2a29;
	padding: 30px 0 50px;
}
.header-element{
	width: 100%;
	float: left;
	height: 80px;
	background-color: #111111;
}
figcaption{
	opacity: 0;
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	user-select: none;
}
.tag-block{
	background-color: #d1363a;
	color: #fff;
	padding: 3px 9px 5px;
	font-size: 13px;
}
.article-type-tag-element{
	text-align: center;
	padding: 50px 0 0px 0;
}
.article-type-tag{
	position: relative;
	top: -2px;
}
.article-type-tag-element .article-type-tag{
	margin: 0 10px 0 0;
}
.article-main-and-other-articles{
	width: 1200px;
	margin: 0 auto;
}
.article-main{
	width: 760px;
	float: left;
}
.article-other-articles{
	width: 360px;
	float: right;
}
.article-main-and-other-articles-element{
	width: 100%;
	float: left;
	padding: 20px 0 150px 0;
}
.article-other-articles-title{
	font-size: 3em;
	font-weight: bold;
	color: #2b2a29;
	padding: 0 0 12px 0;
}
.article-other-articles-title a{
	color: #2b2a29;
	border-bottom: 3px solid transparent;
	text-decoration: none;
}
.article-other-articles-title a:hover{
	border-bottom: 3px solid #2b2a29;
}
.article-main p{
	font-size: 1.2em;
	line-height: 1.68;
	padding: 15px 0;
	color: #2b2a29;
	word-break: break-all; /* 强制所有字符都可断行 */
}
.article-main p img{
	border: 3px solid transparent;
	position: relative;
	margin-top: -3px;
	margin-left: -3px;
}
.article-main p img:hover{
	/*border: 3px solid #2b2a29;*/
}
.article-main h2{
	font-size: 2em;
	line-height: 1.6;
	padding: 10px 0;
	color: #2b2a29;
}
.article-main img{
	max-width: 100%;
}
.article-main p a{
	color: #d1363a;
	text-decoration: underline;
	text-decoration-color: #d1363a;       /* 颜色 */
	text-decoration-thickness: 1px;    /* 粗细 */
	text-underline-offset: 5px;        /* 距离文字的垂直间距 */
	/*border-bottom: 1px solid #d1363a;*/
	/*text-decoration: none;*/
}
.footer-element{
	height: 200px;
	width: 100%;
	float: left;
	background-color: #252423;
}
.article-news-post-items{
	width: 100%;
	float: left;
}
.article-news-post-item{
	width: 100%;
	padding: 10px 0 20px 0;
	float: left;
}
.article-news-post-item img{
	width: calc(100% - 0px);
	position: relative;
	margin-top: -3px;
	margin-left: -3px;
	border: 3px solid transparent;
	transition: filter 0.3s ease;
}
.article-news-post-item img:hover{
	/*
	border: 3px solid #2b2a29;
	filter: brightness(1.08); / * 亮度提高20% * /
	transition: filter 0.3s ease;
	*/
}
.article-news-post-item-banner{
	width: 100%;
	float: left;
}
.article-news-post-item-datetime{
	width: 100%;
	float: left;
	padding: 12px 0;
}
.rticle-news-post-item-datetime-span{
	padding: 0 0 0 10px;
	font-size: 16px;
	color: #656462;
}
.article-news-post-item-title{
	width: 100%;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #2b2a29;
	border-bottom: 2px solid transparent;

	/* 文本两行多出省略 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;

	word-break: break-all; /* 强制所有字符都可断行 */

}

.article-news-post-item-title a{
	border-bottom: 2px solid transparent;
	text-decoration: none;
	color: #2b2a29;
}
.article-news-post-item-title:hover a{
	border-bottom: 2px solid #2b2a29;
}
.article-news-post-item-title:hover{
	border-bottom: 2px solid #2b2a29;
}
.footer {
    width: 1200px;
    height: 100px;
    margin: 20px auto 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-nav {
    display: flex;
    gap: 20px;
    font-weight: bold;
}
.footer-nav a {
    color: white;

}
.footer-social {
    display: flex;
    gap: 20px;
    font-weight: bold;
}
.footer-social a {
    color: white;
}
.footer a {
    color: white;

	text-decoration-color: transparent;       /* 颜色 */
	text-decoration-thickness: 2px;    /* 粗细 */
	text-underline-offset: 8px;        /* 距离文字的垂直间距 */
}
.footer a:hover{

	text-decoration-color: #ffffff;       /* 颜色 */
	text-decoration-thickness: 2px;    /* 粗细 */
	text-underline-offset: 8px;        /* 距离文字的垂直间距 */
}
.footer-line {
    border-top: 1px solid #555;
    margin: 0px 0;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.footer-bottom a {
    color: white;
    text-decoration: none;
}
.footer-bottom{
	color: #fff;
	font-size: 0.9em;
}

.header-nav-element nav{

}
.header-nav-element {
	height: 80px;
	float: left;
}
.header-nav-element nav a{
	display: block;
	padding: 3px 15px;
	float: left;
	font-size: 1.05em;
	line-height: 2;
	border-radius: 9px;
	overflow: hidden;
	text-decoration: none;
	margin: 20px 10px 0 0;
}
.header-nav-element nav a:hover{
	background-color: #d1363a;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}


.header-element-main{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}

.nav-selected-index{
	
	background-color: #d1363a;
}

/* 顶部横幅 */
.hero {

	position: relative;
    height: calc(100vh - 280px);
    background: url(/images/home.banner.jpg) center / cover no-repeat;
    display: flex;
    align-items: center;
    padding-left: 1px;
    overflow: hidden;
    background-position: 0vw 0px;
    background-repeat: repeat-x;
    transition: 120s linear background-position; /* 和CSS一样 和JS一样 */
	background-color: #252423;

}

.hero-content {

    width: 1200px;
    margin: 0 auto;
    z-index: 999;

}
.hero h1 {

    font-size: 4em;
    margin-bottom: 10px;
    color: #fff;
    line-height: 2;

}
.hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
}
.hero .btn {
    display: inline-block;
    background-color: #ff3b3b;
    padding: 12px 30px 16px 25px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
}
.hero .btn::before {
    content: "➜ ";
}


.hero-mask{
	background-color: #00000067;
	position: absolute;
	width: 100vw;
	height: 100%;
	z-index: 0;
}
