.global {
    /*width: ;*/
    margin: 0 auto;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

/* .header {
  overflow: hidden;
} */

.header-top {
    height: 120px;
}

.header-top .logo {
    padding-left: 57px;
    width: 120px;
    height: 120px;
    /*background-color: gray;*/
}

.header-top .logo img {
    width: 100%;
    height: 100%;
    /*background-color: gray;*/
}

.header-top .font .title {
    font-size: 48px;
    font-family: "HYDaSongJ";
    padding-top: 12px;
    color: #4e80b9;
}

.header-top .font .title-en {
    font-size: 14px;
    font-family: "Source Han Sans SC";
    padding-left: 44px;
    color: #4e80b9;
}

.header-top .search  {
    /*font-size: 24px;*/
    /*padding-right: 100px;*/
    /*color: #4e80b9;*/
    margin-top: 60px;
    margin-right: 120px;
}

.header-main .header-menu {
    height: 64px;
    background-color: #006bd5;
}

.header-main .header-menu .header-menu-list {
    /*margin-left: 320px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    display: table;
    margin: 0 auto; /* 自动左右外边距 */
}

.header-main .header-menu li {
    float: left;
    font-size: 24px;
    color: white;
    line-height: 64px;
    position: relative;
}

.header-main .header-menu .img {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 10px;
}

.header-main .header-menu a {
    float: left;
    color: white;
    width: 210px;
    font-size: 0;
}

.header-main .header-menu .header-menu-list a svg {
    margin-left: 24px;
    margin-right: 12px;
    vertical-align: middle;
}

.header-main .header-menu .header-menu-list a span {
    font-size: 24px;
    vertical-align: middle;
}

.header-main .header-menu .header-menu-list li:hover > a {
    background-color: #0162c3;
}

.header-main .header-menu .header-menu-list li:hover > .second {
    display: block;
}

.header-main .header-menu .header-menu-list li:hover > .second a {
    color: white;
}

.header-main .header-menu .header-menu-list .second {
    display: none;
    /* display: block; */
    /*background-color: rgba(255, 255, 255, 0.7);*/
    width: 210px;
    position: absolute;
    top: 64px;
    text-align: center;
    /*background-color: #0162c3;*/
    background-color: rgba(1, 98, 195, 0.8);
    z-index: 1000;
}

.header-main .header-menu .header-menu-list .second a {
    color: white;
    font-size: 24px;
}

.header-pic .header-content {
    height: 380px;
    background-image: url(../images/image1.png);
    background-repeat: no-repeat;
}

.header-pic .header-content-list {
    line-height: 380px;
    width: 1320px;
    margin: 0 auto;
}

.header-pic .header-content-list li {
    float: left;
    font-size: 64px;
    font-family: "HYDaSongJ";
    color: white;
    width: 330px;
}

.main1 {
    height: 424px;
}

.main1 .header {
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main1 .header .label {
    font-weight: bold;
    color: #006bd5;
}

.main1 .header .more a {
    font-size: 16px;
    color: #006bd5;
    opacity: 60%;
}

.main1 .header svg {
    line-height: 35px;
}

.main1 .content .pic {
    width: 650px;
    height: 370px;
    /*background-image: url(../images/image2.png);*/
    float: left;
}

.main1 .content .list {
    width: 620px;
    height: 370px;
    float: right;
}

.main1 .content .list ul {
    list-style: circle;
}

.main1 .content .list .top {
    height: 38px;
    font-weight: bold;
    font-size: 18px;
}

.main1 .content .list .top div {
    float: left;
    width: 108px;
    text-align: center;
    line-height: 38px;
    background-color: rgba(1, 98, 195, 0.2);
    margin-right: 2px;
}

.main1 .content .list .top .active {
    background-color: #006BD5;
    border-left: solid 3px red;
    width: 105px;
}

.main1 .content .list .top .active a {
    color: white;
}

.main1 .content .list .top div a {
    color: #171a1d;
    display: block;
    cursor: pointer;
}

.main1 .content .list .center {
    height: 292px;
    padding: 20px 20px;
}

.main1 .content .list .center .center_ul {
    display: none;
}

.main1 .content .list .center .center_ul span {
    /*display: none;*/
    display: inline-block; /* 可选：根据布局需要添加 */
    height: 38px;          /* 设置高度 */
    line-height: 38px;     /* 垂直居中（可选） */
    margin: auto 0;
}

.main1 .content .list .center .center_ul a {
    /*display: none;*/
    display: inline-block; /* 可选：根据布局需要添加 */
    height: 38px;          /* 设置高度 */
    margin: auto 0;
    line-height: 38px;     /* 垂直居中（可选） */
    max-width: 500px;  /* 设置最大宽度 */
    white-space: nowrap;  /* 禁止换行 */
    overflow: hidden;  /* 隐藏溢出内容 */
    text-overflow: ellipsis;  /* 显示省略号 */
}

.main1 .content .list .center .active {
    display: block;
}

.main1 .content .list .center li {
    line-height: 38px;
}

.main1 .content .list .center .title {
    font-size: 14px;
    float: left;
    width: 420px;
}

.main1 .content .list .center .date {
    font-size: 14px;
    float: right;
    color: #171a1d;
}

.main2 {
    height: 330px;
}

.main2 .left .header {
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main2 .left .header .label {
    font-weight: bold;
    color: #006bd5;
}

.main2 .left .header .more a {
    font-size: 16px;
    color: #006bd5;
    opacity: 60%;
}

.main2 .left .header svg {
    line-height: 35px;
}

.main2 .left {
    width: 1000px;
    float: left;
}

.main2 .left .first-center {
    overflow: hidden;
    text-overflow: ellipsis;
}

.main2 .right {
    width: 250px;
    height: 290px;
    float: right;
    line-height: 48px;
    font-size: 0;
    margin-right: 10px;

    /*float: right;*/
    /*font-size: 0;*/
    text-align: center;
}


.main2 .right .b0{
    height: 90px;
}

.main2 .right .b1,
.main2 .right .b2 {
    width: 230px;
    height: 100px;
    /*background-color: aqua;*/
    margin: 10px 10px;
    background: linear-gradient(90deg, #5d9de0 0%, #315ec8 100%);
    border-radius: 8px;
    cursor: pointer;
}

.main2 .right span {
    line-height: 100px;
    font-size: 24px;
    color: white;
    vertical-align: middle;
}

.main2 .right svg {
    line-height: 100px;
    vertical-align: middle;
    margin-right: 10px;
}

.main2 .content .first-left {
    width: 200px;
    height: 112px;
    float: left;
}

.main2 .content .first-left img {
    width: 100%;
    height: 100%;
}

.main2 .content .first-center {
    width: 770px;
    height: 112px;
    /*background-color: rgba(126, 134, 142, 12%);*/
    padding: 0 10px;
    float: left;
}

.main2 .content .first-center .title {

    font-size: 16px;
    font-weight: bold;
    /*text-align: center;*/
    line-height: 32px;
    margin-top: 5px;
}

.main2 .content .first-center .nr {
    opacity: 0.6;
    font-size: 14px;
    line-height: 24px;
}

.main2 .content .list {
    margin-top: 20px;
}

.main2 .content .list ul {
    list-style: circle;
}

.main2 .content .list li {
    font-size: 14px;
    line-height: 31px;
    margin-left: 20px;
    margin-right: 20px;
}

.main2 .content .list li .tt {
    float: left;
}

.main2 .content .list li .dd {
    float: right;
    color: rgba(23, 26, 29, 0.6);
}

.main3 {
    height: 330px;
}

.main3 .left .header {
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main3 .left .header .label {
    font-weight: bold;
    color: #006bd5;
}

.main3 .left .header .more a {
    font-size: 16px;
    color: #006bd5;
    opacity: 60%;
}

.main3 .left .header svg {
    line-height: 35px;
}

.main3 .left {
    width: 1000px;
    float: left;
}

.main3 .left .first-center {
    overflow: hidden;
    text-overflow: ellipsis;
}

.main3 .right {
    width: 250px;
    height: 290px;
    float: right;
    line-height: 48px;
    font-size: 0;
    margin-right: 10px;
}

.main3 .right div {
    border-left: 1px solid rgba(126, 134, 142, 0.5);
    border-right: 1px solid rgba(126, 134, 142, 0.5);
    border-bottom: 1px solid rgba(126, 134, 142, 0.5);
    cursor: pointer;
}

.main3 .right div:first-child {
    border-top: 1px solid rgba(126, 134, 142, 0.5);
}

.main3 .right div svg {
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;
}

.main3 .right div span {
    font-size: 16px;
    line-height: 48px;
    vertical-align: middle;
}

.main3 .content .first-left {
    width: 200px;
    height: 112px;
    float: left;
}

.main3 .content .first-left img {
    width: 100%;
    height: 100%;
}

.main3 .content .first-center {
    width: 770px;
    height: 112px;
    /*background-color: rgba(126, 134, 142, 12%);*/
    padding: 0 10px;
    float: left;
}

.main3 .content .first-center .title {

    font-size: 16px;
    font-weight: bold;
    /*text-align: center;*/
    line-height: 32px;
    margin-top: 5px;
}

.main3 .content .first-center .nr {
    opacity: 0.6;
    font-size: 14px;
    line-height: 24px;
}

.main3 .content .list {
    margin-top: 20px;
}

.main3 .content .list ul {
    list-style: circle;
}

.main3 .content .list li {
    font-size: 14px;
    line-height: 31px;
    margin-left: 20px;
    margin-right: 20px;
}

.main3 .content .list li .tt {
    float: left;
}

.main3 .content .list li .dd {
    float: right;
    color: rgba(23, 26, 29, 0.6);
}

.main4 .item {
    width: 630px;
    height: 300px;
}

.main4 .item1 {
    float: left;
}

.main4 .item2 {
    float: right;
}

.main4 .header {
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main4 .header .label {
    font-weight: bold;
    color: #006bd5;
}

.main4 .header .more a {
    font-size: 16px;
    color: #006bd5;
    opacity: 60%;
}

.main4 .header svg {
    line-height: 35px;
}

.main4 .content .list {
    list-style: circle;
}

.main4 .content .list li {
    font-size: 14px;
    line-height: 32px;
    margin-left: 20px;
    margin-right: 20px;
}

.main4 .content li .tt {
    float: left;
}

.main4 .content li .dd {
    float: right;
}

.main5 {
    height: 300px;
}

.main5 .header {
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main5 .header .label {
    font-weight: bold;
    color: #006bd5;
}

.main5 .header .more a {
    font-size: 16px;
    color: #006bd5;
    opacity: 60%;
}

.main5 .header svg {
    line-height: 35px;
}

.main5 .content .pic {
    width: 280px;
    height: 200px;
    float: left;
    margin: 0 10px;
    position: relative;

}

.main5 .content .pic img {
    width: 100%;
    height: 100%;
}

.main5 .content .pic div {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    background-color: rgba(119, 119, 119, 0.5);
    bottom: 0;
    color: #fff;
}

.main5 .content .pic:first-child {
    margin-left: 20px;
}

.main6 {
    height: 180px;
}

.main6 .header {
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main6 .header .label {
    font-weight: bold;
    color: #006bd5;
}

.main6 .header .more a {
    font-size: 16px;
    color: #006bd5;
    opacity: 60%;
}

.main6 .header svg {
    line-height: 35px;
}

.main6 .content .link {
    width: 250px;
    height: 45px;
    float: left;
}

.main6 .content img:first-child {
    margin-left: 50px;
}

.footer .items {
    height: 350px;
    background-color: #1e3d78;
}

.footer .item1 {
    width: 1280px;
    height: 238px;
    border-bottom: 1px solid #2a5285;
    margin: 0 auto;
}

.footer .item2 {
    line-height: 50px;
    color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

.footer .item2 .ff {
    font-size: 0;
}

.footer .item2 .ff svg {
    vertical-align: middle;
    margin-right: 10px;
}

.footer .item2 .ff span {
    vertical-align: middle;
    font-size: 14px;
}

.footer .content {
    width: 640px;
    height: 230px;
    color: white;
}

.footer .content .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    margin-left: 50px;
    margin-top: 20px;
}

.footer .content .ll {
    font-size: 0;
    margin-left: 50px;
}

.footer .content .ll svg {
    vertical-align: middle;
    margin-right: 20px;
}

.footer .content .ll span {
    vertical-align: middle;
    font-size: 16px;
    line-height: 50px;
}

.footer .content .code {
    margin-right: 80px;
    margin-top: 80px;
    text-align: center;
}

.footer .content .code img {
    width: 90px;
    height: 90px;
}


.second-list {
    /* height: 500px; */
    /* background-color: grey; */
    padding: 20px 20px;

}

.second-list .tip {
    font-size: 16px;
    color: #171A1D;
    line-height: 48px;
}

.second-list .side-nav {
    width: 216px;
    height: 510px;
    float: left;
    /* background-color: paleturquoise; */
}

.second-list .side-nav .channel {
    border-radius: 5px;
    font-size: 0;
    height: 43px;
    text-align: center;
    background: linear-gradient(to right, #006BD5, #62A0DE);
}

.second-list .side-nav .channel svg {
    line-height: 43px;
    vertical-align: middle;
    margin-right: 10px;
}

/*.second-list .side-nav .item {*/
/*    margin-top: 16px;*/
/*    background-color: rgba(23, 26, 29, 0.2);*/
/*}*/

/*.second-list .side-nav .item li {*/
/*    line-height: 43px;*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*}*/


.second-list .side-nav .channel span {
    line-height: 43px;
    font-size: 20px;
    vertical-align: middle;
    color: white;
}

.second-list .side-nav .item {
    margin-top: 16px;
    background-color: rgba(23, 26, 29, 0.1);
}

.second-list .side-nav .item li {
    line-height: 43px;
    font-size: 16px;
    padding-left: 40px;
}

.second-list .side-nav .item a {
    width: 216px;
    font-size: 16px;
    color: black;
    display: block;
}

.second-list .side-nav .item li:hover {
    background-color: rgba(23, 143, 255, 0.20);
}

.second-list .side-nav .item .active {
    background-color: rgba(23, 143, 255, 0.20);
    border-left: 10px solid #248CFF;
    padding-left: 30px;
}

.second-list .list-content {
    width: 1000px;
    /* height: 1280px; */
    float: right;
    /* background-color: goldenrod; */
    margin-right: 32px;
    border: 1px solid #7E868E;
    border-radius: 5px;
    box-shadow: 5px 5px rgba(126, 134, 142, 0.2);

}

.second-list .list-content .it .it_left {
    width: 160px;
    height: 100px;
    /*background-color: red;*/
    float: left;
    margin: 25px 25px;
    background-color: rgba(126, 134, 142, 0.1);
    /*border: solid #777 1px;*/
}

.second-list .list-content .it .it_left img {
    margin: 10px 10px;
    width: 140px;
    height: 80px;

}

.second-list .list-content .it .it_right {
    width: 740px;
    /*background-color: skyblue;*/
    font-size: 16px;
    margin: 5px 5px;
    padding: 16px 16px;
    border-bottom: 1px solid rgba(126, 134, 142, 0.2);
    height: 90px;
    /*background-color: #0b4a75;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    float: left;
}

.second-list .list-content .it .it_right .it-title {
    line-height: 32px;
    font-size: 20px;
    /* text-align: center; */
}

.second-list .list-content .it .it_right .it-title a {
    /*line-height: 32px;*/
    /*font-size: 18px;*/
    /*white-space: nowrap;*/
    /*display: inline-block; !* 可选：根据布局需要添加 *!*/
    display: inline-block; /* 可选：根据布局需要添加 */
    height: 24px;          /* 设置高度 */
    line-height: 24px;     /* 垂直居中（可选） */
    max-width: 740px;  /* 设置最大宽度 */
    white-space: nowrap;  /* 禁止换行 */
    overflow: hidden;  /* 隐藏溢出内容 */
    text-overflow: ellipsis;  /* 显示省略号 */
}

.second-list .list-content .it .it_right .it-title a:hover {
    color: #006bd5;
}

.second-list .list-content .it .it_right .it-nr {
    opacity: 0.6;
    /*font-size: 14px;*/
}


.second-list .list-content .page {
    height: 100px;
}

.article .article-title {
    font-size: 24px;
    line-height: 64px;
    height: 64px;
    font-weight: bold;
    text-align: center;
}


.article .article-header .article-info {
    font-size: 16px;
    color: #909090;
}

.article .article-header .article-info .item {
    width: 615px;
}

.article .article-header .left {
    float: left;
    text-align: right;
    padding-right: 25px;
}

.article .article-header .right {
    float: right;
    text-align: center;
    padding-left: 25px;
}

.article-content{
    margin: 50px 0;
}

.article-content p[style="text-align: center;"] img {
    margin: 0 auto;
    display: block;
}

.article-content div[data-w-e-type="video"] video {
    margin: 0 auto;
    display: block;
}
