.home-page {
    /* height: 100vh; */
    /* scroll-snap-type: y mandatory; */
    /* overflow-y: scroll; */
    overflow-x: hidden;
}

.home-page::-webkit-scrollbar {
    width: 0;
}

.screen1-head {
    padding-bottom: 40px;
    background-image: linear-gradient(180deg, rgba(32, 52, 105, 0.73) 0%, rgba(34, 32, 32, 0.00) 100%);
}

.screen1 {
    /* scroll-snap-align: start; */
    width: 100%;
    height: 100vh;
    background-size: cover;
    /* background-image: url(../imgs/home-bg.jpg); */
    background-repeat: no-repeat;

}

.screen2 {
    /* scroll-snap-align: start; */
    width: 100%;

}

.home-page .head {
    width: 100%;
    max-width: 1620px;
    min-width: 1230px;
    position: relative;
}

.home-page .homepage-menus {
    width: 100%;
    max-width: 1620px;
    min-width: 1230px;
    margin: 0 auto;
    padding: 0 110px;
    box-sizing: border-box;
    overflow: hidden;
}

.homepage-menus>div {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.homepage-menus>div::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.homepage-menus .menuItem {
    height: 40px;
    cursor: pointer;
    width: 9.55%;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
}

.homepage-menus .firstItem {
    width: 4.5%;
}

.secItem {
    width: 6%;

}

.home-page .logo {
    margin: 16px 0 0 120px;

}

.home-page .rightHead2 {
    position: absolute;
    top: 30px;
    right: 110px;
    height: auto;
    white-space: nowrap;
}

.home-page .headLink {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    line-height: 40px;
    margin-right: 37px;
    cursor: pointer;
}

.home-page .searchInput {
    background: rgba(255, 255, 255, 0.40);
}


.contact {
    width: 800px;
    height: 300px;
    position: fixed;
    top: 240px;
    left: calc(50vw - 400px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 12px 0px rgba(130, 150, 172, 0.48);
    border-radius: 3px;
}

.con-title {
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.close1 {
    float: right;
    font-weight: 400;
    font-size: 25px;
    cursor: pointer;
}

.con1 {
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    font-weight: 700;
    margin: 37px 0 40px 38px;
}

.con2 {
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0;
    font-weight: 700;
    padding-left: 58px;
}

.con2>div {
    display: inline-block;
    width: 35%;
}

.con2>div>div {
    margin-bottom: 10px;
}

.con2 .tips1 {
    font-size: 11px;
    color: #838383;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    width: 85px;
    margin: 0;
    position: relative;
}

.con2>.ee {
    width: 25%;
    position: absolute;
    right: 0;
}

.ee>img {
    display: inline-block;
    height: 80px;
    width: 80px;
}

.screen2 {
    padding-top: 60px;

}

.screen2 .menus {
    width: 100%;
    height: 60px;
    background: #CC0F19;
    z-index: 99;
}

.screen2 .menus>div {
    margin: 0 auto;
    width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    height: 60px;
}

.screen2 .fixedMenu {
    position: fixed;
    top: 0;
    left: 0;
}

.screen2 .menuItem {
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 22px;
    display: inline-block;
    cursor: pointer;
}

.screen2-content {
    width: 1240px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.current-article {
    /* display: inline-block; */
    width: 484px;
    height: auto;
    vertical-align: top;
    padding: 20px 0 0;
    margin: 0 10px;
}

.current-article>div {
    margin-top: 28px;
}

.h2 {
    cursor: pointer;
}

.current-article>h2 {
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 0 10px;
}

.redTip {
    font-size: 16px;
    color: #CC0F19;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    vertical-align: top;
}

.art-title {
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
    font-weight: 700;
    width: 380px;
    display: inline-block;
    /* allow multi-line wrapping with newlines */
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 56px;
    overflow: hidden;
}

.art-content {
    padding: 5px 10px;
    font-size: 14px;
    color: #838383;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    height: 48px;
    text-overflow: ellipsis;
    /* 超出部分省略号 */
    word-break: break-all;
    /* break-all(允许在单词内换行。) */
    display: -webkit-box;
    /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2;
}

.detailPage {
    box-sizing: border-box;
    padding: 0 200px;
}

.detailPage .htmlCon {
    text-align: left;
}

.detailPage .htmlCon p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.1em;
    text-align: justify;
    line-height: 26px;
    font-weight: 500;
    /* margin-bottom: 20px; */
    text-indent: 32px;
}

.detailPage .articleInfos {
    display: inline-block;
    font-size: 14px;
    color: #838383;
    letter-spacing: 0;
    text-align: right;
    font-weight: 500;
    margin: 20px;
}

.introduct {
    /* display: inline-block; */
    background: #daeeeb;
    /* background: #F9F9F9; */

    border-radius: 3px;
    width: 293px;
    height: auto;
    box-sizing: border-box;
    padding: 15px 20px 10px;
    margin-top: 10px;
    vertical-align: top;
    overflow-y: auto;
}

.intro-title {
    height: 32px;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    color: #CC0F19;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #CC0F19;
}

.intro-content {
    height: auto;
}

.intro-content::-webkit-scrollbar {
    width: 0;
}

.introduct p {
    text-indent: 2em;
    font-size: 15px;
    color: #666666;
    text-align: justify;
    line-height: 28px;
    font-weight: 500;
}

.hot-article {
    display: inline-block;
    width: 904px;
    height: 580px;
    background: #F9F9F9;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px;
}

.hot-article>h2 {
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    font-weight: 700;
}

.hot-item {
    display: inline-block;
    width: 400px;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hot-item>img {
    position: relative;
    top: 2px;
    left: 10px;
}

.hot-content {
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
    color: #838383;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分省略号 */
    word-break: break-all;
    /* break-all(允许在单词内换行。) */
    display: -webkit-box;
    /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2;
}

.hot-item:nth-child(odd) {
    margin-left: 40px;
}

.baseOrg {
    height: 480px;
    overflow: auto;
}

.home-page .baseOrg {
    height: 430px;
}

.baseOrg::-webkit-scrollbar {
    width: 0;
}

.org {
    display: inline-block;
    background: #daeeeb;
    /* background: #F9F9F9; */
    border-radius: 3px;
    width: 293px;
    height: 702px;
    box-sizing: border-box;
    padding: 15px 20px 10px;
    margin-top: 10px;
    vertical-align: top;
}

.org>.org-title {
    height: 32px;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    color: #CC0F19;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #CC0F19;
}

.lable {
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 700;
    margin-top: 5px;
}

.value {
    text-indent: 2em;

    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
}

.line1 {
    margin-top: 5px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(102, 102, 102, 1);
}

.addInfo {
    padding: 20px 10px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
}

.addInfo>div {
    margin-bottom: 3px;
}

.redFoot {
    color: #CC0F19;
}

.previous-article {
    display: inline-block;
    width: 904px;
    height: 272px;
    background: #F9F9F9;
    border-radius: 3px;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    margin: 0 10px;
    position: relative;
    top: -112px;
    margin-bottom: -49px;

}

.previous-article>h2 {
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    font-weight: 700;
}

.year {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.year>span {
    margin: 10px;
    cursor: pointer;
}

.year>.yearActive {
    color: #CC0F19;
    border-bottom: 1px solid #CC0F19;
}

.scroll-imgs {
    position: relative;
    height: 170px;
    width: 830px;
    box-sizing: border-box;
    margin: 20px 20px 20px 16px;
    overflow: hidden;
    margin-bottom: -230px;
}

.goLeft {
    position: absolute;
    top: 150px;
    left: 5px;
    cursor: pointer;
}

.goRight {
    position: absolute;
    top: 150px;
    right: 5px;
    cursor: pointer;

}

.img-area {
    padding-left: 5px;
    height: 170px;
    width: 1680px;
    position: relative;
}

.scroll-imgs .scroll-item {
    display: inline-block;
    width: 120px;
    height: 170px;
    margin-right: 20px;
}

.detailPage h2 {
    white-space: pre-wrap;
    word-break: break-word;
}

.hot-title {
    white-space: pre-wrap;
    word-break: break-word;
}