.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.top-right {
    display: flex;
}

.top-right a {
    font-size: 12px;
    font-weight: 700;
    color: #637b9f;
    width: 70px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    display: block;
    background: #ffffff;
    border-radius: 11px;
    margin-left: 32px;
}

.top-right a:first-child {
    margin-left: 0;
}

.header-text {
    display: inline-block;
    max-width: 100%;
    margin-top: 110px;
    margin-bottom: 70px;
}

.area1 {
    display: flex;
    justify-content: space-between;
}

.area1-left {
    width: calc(100% - 430px);
    height: 440px;
    box-sizing: border-box;
    padding: 60px;
}

.area1-left .left-title {
    font-size: 24px;
    font-weight: 700;
    color: #00afff;
    letter-spacing: 0.72px;
    padding-left: 13px;
    position: relative;
}

.area1-left .left-title::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 27px;
    background: #00afff;
    top: 3px;
    left: 0;
}

.area1-left .left-doc-title {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #00afff;
}

.area1-left .area1-left-con {
    margin-top: 20px;
    height: 170px;
    overflow: auto;
}

.area1-left .area1-left-con::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.area1-left .area1-left-con::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00B3FF;
}

.area1-left .area1-left-con::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #EFEFEF;
}

.area1-left .left-more {
    display: flex;
    justify-content: center;
    margin-top: 13px;
}

.area1-left .left-more a {
    font-size: 17px;
    color: #008FFF;
}

.area1-right {
    width: 400px;
    height: 440px;
    box-sizing: border-box;
}

.area1-right .sourceData {
    display: none;
}

#calendar,
#calendar .layui-laydate,
#calendar .layui-laydate .layui-laydate-main {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
}

#calendar .layui-laydate {
    background: none;
}

#calendar .layui-laydate .layui-laydate-main {
    padding-top: 34px;
    box-sizing: border-box;
}

#calendar .layui-laydate .layui-laydate-main .layui-laydate-header {
    border: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #008FFF;
    border-radius: 15px;
    width: auto;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 50px;
    padding: 0 10%;
}

#calendar .layui-laydate .layui-laydate-main .layui-laydate-header .laydate-set-ym {
    display: flex;
    justify-content: center;
    align-items: center;
}

#calendar .layui-laydate .layui-laydate-main .layui-laydate-header .laydate-set-ym span {
    padding: 0;
    line-height: 28px;
    font-size: 16px;
    color: #008FFF;
}

.layui-laydate-header i {
    top: 0 !important;
}

.layui-laydate-header i.laydate-prev-m,
.layui-laydate-header i.laydate-next-m {
    padding: 0;
    top: 0;
}

.layui-laydate-header i.laydate-prev-m {
    left: 10% !important;
}

.layui-laydate-header i.laydate-next-m {
    right: 10% !important;
}

#calendar .layui-laydate .layui-laydate-main .layui-laydate-header .laydate-prev-y,
#calendar .layui-laydate .layui-laydate-main .layui-laydate-header .laydate-next-y {
    display: none;
}

#calendar .layui-laydate .layui-laydate-main .layui-laydate-content {
    margin-top: 50px;
    padding: 35px 30px 15px 20px;
}

#calendar .layui-laydate .layui-laydate-main .layui-laydate-content table {
    width: 100%;
}

#calendar .layui-laydate .layui-laydate-main .layui-laydate-content table thead {
    height: 36px;
    background-color: #D9EEFF;
}

#calendar .layui-laydate .layui-laydate-main .layui-laydate-content table thead tr th {
    font-size: 18px;
    font-weight: 700;
    color: #008FFF;
}

.layui-laydate-content table tbody tr td {
    background-color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #00afff !important;
    padding: 10px !important;
}

.layui-laydate-content table tbody tr td.layui-this {
    background-color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #00afff !important;
}

.layui-laydate-content table tbody tr td.layui-this {
    color: #fff !important;
}

#calendar .layui-laydate .layui-laydate-footer {
    display: none;
}

.area-block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.area-block-title::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    top: 50%;
    left: 0;
}

.area-block-title p {
    font-size: 23px;
    font-weight: 700;
    color: #008FFF;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background-color: #fff;
    z-index: 9;
}

.area-block-title p::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 24px;
    background-color: #008FFF;
    top: 4px;
    left: 0;
}

.area-block-title a {
    font-size: 15px;
    color: #999999;
    padding-left: 20px;
    background-color: #fff;
    z-index: 9;
}

.area2 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.area2-left,
.area2-right {
    width: calc(50% - 20px);
}

.area2-left {}

.area2-left-con {
    margin-top: 25px;
    height: 353px;
    overflow: auto;
    padding-right: 15px;
}

.area2-left-con li {
    margin-top: 20px;
}

.area2-left-con li:first-child {
    margin-top: 0;
}

.area2-left-con::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.area2-left-con::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00B3FF;
}

.area2-left-con::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #EFEFEF;
}

.area2-left-con .area2-left-con-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.area2-left-con .area2-left-con-list {
    overflow-x: auto;
}

.area2-left-con .area2-left-con-list::-webkit-scrollbar {
    width: 4px;
    height: 8px;
	cursor: pointer;
}

.area2-left-con .area2-left-con-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00B3FF;
	cursor: pointer;
}

.area2-left-con .area2-left-con-list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #EFEFEF;
	cursor: pointer;
}

.area2-left-con .area2-left-con-list .area2-left-con-list-row {
    display: inline-flex;
}

.area2-left-con .area2-left-con-list .area2-left-con-list-row a {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #E5E5E5;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #666;
    cursor: not-allowed;
    margin-right: 12px;
    margin-bottom: 5px;
}

.area2-left-con .area2-left-con-list .area2-left-con-list-row a:last-child {
	margin-right: 0;
}

.area2-left-con .area2-left-con-list .area2-left-con-list-row a.active, .area2-left-con .area2-left-con-list .area2-left-con-list-row a.layui-this {
    color: #fff;
    background-color: #508DFF;
    cursor: pointer;
}

.area2-right {}

.area2-right-con {
    margin-top: 25px;
}

.area2-right-con a {
    display: block;
}

.area2-right-con a div {
    width: 100%;
    height: 305px;
    overflow: auto;
}

.area2-right-con a div::-webkit-scrollbar {
    width: 4px;
    height: 8px;
	cursor: pointer;
}

.area2-right-con a div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00B3FF;
	cursor: pointer;
}

.area2-right-con a div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #EFEFEF;
	cursor: pointer;
}

.area2-right-con a div img {
    display: inline-block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.area2-right-con a span {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #F4FAFF;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
}

.area3 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.area3-left,
.area3-right {
    width: calc(50% - 20px);
}

.area3-left {}

.area3-left-con {
    margin-top: 25px;
}

.area3-left-con a {
    display: block;
}

.area3-left-con a video {
    display: inline-block;
    width: 100%;
    height: 305px;
    object-fit: cover;
    object-position: top;
}

.area3-left-con a span {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #F4FAFF;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
}

.area3-right-list {
    margin-top: 30px;
}

.area3-right-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.area3-right-list li:last-child {
    margin-bottom: 0;
}

.area3-right-list li a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: calc(90% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.area3-right-list li span {
    font-size: 16px;
    color: #999999;
}

.area4-title {
    display: inline-block;
    max-width: 100%;
}

.area4 {
    margin-top: 50px;
    margin-bottom: 60px;
}

.area4-row {
    display: flex;
    justify-content: space-between;
}

.area4-left,
.area4-right {
    width: calc(50% - 20px);
    margin-top: 30px;
}

.area4-list {
    margin-top: 30px;
}

.area4-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.area4-list li:last-child {
    margin-bottom: 0;
}

.area4-list li a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: calc(90% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.area4-list li span {
    font-size: 16px;
    color: #999999;
}

.laydate-valid {
    position: relative;
}

.laydate-valid a {
    position: absolute;
    width: 400px;
    height: 32px;
    line-height: 32px;
    background-color: #00afff;
    top: -25px;
    left: -170px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}

.layui-laydate-list {
	left: 5% !important;
	top: 5% !important;
	width: 90% !important;
	height: 90% !important;
}

.laydate-set-ym span {
    /* pointer-events: none; */
}

.dbyj {
	display: block;
	width: 100%;
	margin-top: 40px;
}

.dbyj a {
	display: block;
	width: 100%;
}










