/*初始化类*/
@charset "UTF-8";
html {
    font-family: Microsoft YaHei;
    font-size: 100px;
    overflow-x: hidden;
}
html,
body {
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
    background: #F4F4F4;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
    outline: none;
    font-size: 0.15rem;
}

ul,
li {
    list-style: none;
}
a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    display: block;
}

/*自动隐藏文字*/
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/* // 清除浮动 */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.w1600{
    width: 16rem;
    margin: 0 auto;
}

/* 顶部图片 */
.common-bg{
    width: 100%;
}
.common-bg img{width: 100%;}

/* 顶部标题和面包屑 */
.breadcrumb-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.4rem 0 0.3rem 0;
}
.breadcrumb-title{
    display: flex;
    align-items: flex-end;
}
.breadcrumb-cn{
    /* width: 1.04rem; */
    height: 0.35rem;
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #202020;
}
.breadcrumb-en {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C7C7C7;
    margin-left: 0.13rem;
}
.breadcrumb{
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #202020;
}
.breadcrumb-a{
    color: #202020;
}
.breadcrumb-a:hover {
    color: #E5000B;
}
.breadcrumb-p{
    margin: 0 0.05rem;
}
.breadcrumb-p:last-of-type{margin: 0;}
.breadcrumb-home{
    display: flex;
    align-items: center;
}
.breadcrumb-home-img{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}

.clearfix{
    display: flex;
}
/* 左侧切换标签 */
.toggletag-box {
    /* width: 3.5rem; */
    width: 2.5rem;
    position: relative;
    padding: 0.14rem 0;
    float: left;
    background: #fff;
    margin-bottom: 0.5rem;
}
.toggletag-box::after {
    content: '';
    width: 100%;
    height: 0.06rem;
    background: linear-gradient(90deg, #E5000B 0%, #B7040D 100%, #000000 100%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.toggletag {
    width: 100%;
    height: 0.5rem;
    margin-top: 0.1rem;
    border-bottom: 1px dashed #B2B2B2;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.5rem;
    color: #202020;
    position: relative;
    text-align: center;
}
.toggletag img{
    width: 0.12rem;
    height: 0.15rem;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.toggletag:last-of-type{
    border-bottom: 0;
}
.toggletag-box .active{
    /* background: #F4F4F4; */
    font-size: 0.2rem;
    font-weight: bold;
    /* color: #BC030D; */
    background: #b49f80;
    color: #fff;
}
.toggletag-box .active img{
    opacity: 1;
}




.news-page{
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-page-left,
.news-page-right{
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A9A9A9;
    margin: 0 0.075rem;
    cursor: pointer;
}
.news-page-p{
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A9A9A9;
    margin: 0 0.075rem;
    cursor: pointer;
}
.news-page .active{
    background: #C6030C;
    color: #fff;
}

.brief img{
    height: auto;
    display: inline-block;
}
