body {
    font-family: "微软雅黑";
    font-size: 17px;
    color: #2f2f2f;
    margin: 0;
    padding: 0;
}

a {
    color: #2f2f2f;
    text-decoration: none;
}

a:hover {
    color: #448eec;
}

.head {
    background: url(../images/head_bac.png);
    position: relative;
    background-size: 100% 100%;
}

.head_logo {
    position: absolute;
    top: -200px;
}
.head_logo img {
    width: 800px;
    height: auto;
}

.search {
    position: absolute;
    left: 0;
    top: 270px;
    width: 100%;
}

.search .box {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.search .box .s1 {
    background: transparent;
    height: 35px;
    outline: none;
    border: none;
    line-height: 35px;
    margin: 0;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
}

.search .box .s2 {
    color: white;
    height: 38px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 39px;
    vertical-align: middle;
    background: #4c8ad5;
    border: none;
    margin: 0;
}

.search .box .s2 img {
    margin-top: 5px;
}

.search .box .bb {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.search-input {
    padding-left: 10px;
    border: 1px solid #4c8ad5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
}

.search-input img {
    width: 30px;
    height: auto;
}

.wp {
    width: 1200px;
    margin: 0 auto;
}

.top {
    line-height: 40px;
    font-size: 16px;
    color: white;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.top div:nth-child(2) span:nth-child(1) {
    margin-right: 30px;
}

.nav {
    /* background-image: linear-gradient(#c5d6f2, #f1f2f9); */
    /* height: 58px;
    line-height: 58px; */
    margin-top: 290px;
    font-size: 22px;
}

.nav-plan {
    border-radius: 20px 20px 0 0;
    background-color: #c4dff4;
    background-image: linear-gradient(180deg, #c4dff4 0%, #ffffff 55%);
    padding-top: 20px;
    box-sizing: border-box;
}

.nav-toutiao {
    display: flex;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.nav-toutiao a {
    flex: 1;
    width: 0;
}
.nav-toutiao img {
    height: 80px;
    margin: 0 20px;
}

.nav-toutiao a h3 {
    font-size: 36px;
    color: #2f5484;
    margin: 0;
}

.nav-tf img {
    width: 100%;
    height: auto;
}

.nav-toutiao a p {
    font-size: 14px;
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navs {
    position: relative;
    line-height: 58px;
    height: 58px;
    background: #2a60ab;
    display: flex;
}

.navs-item {
    position: relative;
    /* width: 14.28%; */
    flex: 1;
    width: 0;
    /* background: #668fe7; */
}

.navs-left {
    position: absolute;
    top: 0;
    left: -20px;
    background: #2a60ab;
    height: 100%;
    width: 20px;
}
.navs-left::after {
    content: "";
    position: absolute;
    bottom: 0; /* 三角形在 .navs-left 右侧 */
    transform: translateY(100%);
    left: 0;
    border-top: 10px solid #172c54;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent; /* 黑色三角形 */
    border-right: 10px solid #172c54;
}
.navs-right {
    position: absolute;
    top: 0;
    right: -20px;
    background: #2a60ab;
    height: 100%;
    width: 20px;
}
.navs-right::after {
    content: "";
    position: absolute;
    bottom: 0; /* 三角形在 .navs-left 右侧 */
    transform: translateY(100%);
    right: 0; /* 三角形在 .navs-right 左侧 */
    border-top: 10px solid #172c54;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #172c54; /* 黑色三角形 */
    border-right: 10px solid transparent;
}

.navs-item img {
    margin-right: 5px;
    width: 18px;
    height: auto;
}

.navs-item a {
    width: 100%;
    font-size: 18px;
    color: #fff;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navs a:hover {
    /* background: #578ce5; */
}

.navs-item a:hover {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    position: absolute;
    background: #4d88de;
    padding: 10px 0;
}

.mt20 {
    margin-top: 0px;
}

.tt {
    border: 1px solid #d0cece;
    padding: 10px;
}

.tt a {
    color: #b40000;
    margin-left: 15px;
    font-size: 35px;
    overflow: hidden;
    font-family: 宋体, Simsun;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.vtop {
    align-items: flex-start;
}

.news-table {
    width: 560px;
}

ul,
li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.tab {
    width: 560px;
    margin-right: 50px;
    margin-top: 30px;
}

.tab_list {
    height: 40px;
    border-bottom: 3px solid #d6e4f8;
}

.tab_list ul {
    display: flex;
}

.tab_list li {
    font-size: 18px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    flex: 1;
    text-align: center;
    color: #818181;
    cursor: pointer;
}

.nt {
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

/* .zwgk .nt {
  width: 250px !important;
} */
.item a span:nth-child(1) {
    color: #d0d0d0;
    margin-right: 5px;
}

.tab_list .current {
    border-bottom: 3px solid #437eb8;
    color: #437eb8;
}

.tab_list .current a {
    /* border-bottom: 3px solid #7ba5cf; */
    color: #437eb8;
    font-weight: bold;
}

.item_info {
}

.item {
    display: none;
    font-size: 17px;
    padding-top: 10px;
}

.time {
    color: #999999;
    text-align: center;
    font-size: 14px;
}

.i-1 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.blue {
    /* background: #eff3f8; */
    padding: 0px 20px;
    margin-top: 30px; /*padding-bottom:40px*/
}

.w32 {
    width: 32%;
}

/* .zwgk {
  -moz-box-shadow: 3px 3px 5px #dddddd;
  -webkit-box-shadow: 3px 3px 5px #dddddd;
  box-shadow: 3px 3px 5px #dddddd;
  background: #fff;
  height: 520px;
} */
.i-3 {
    height: 520px !important;
}

.i-4 {
    height: 270px !important;
    margin-top: 10px;
}

.blue-1 {
    height: 8px;
    background: #578ce5;
}

.blue-2 {
    background-color: #578ce5;
    width: 160px;
    height: 41px;
    font-size: 22px;
    color: #fff;
    margin-top: -5px;
    padding-bottom: 5px;
}

.blue-3 {
    width: 0px;
    height: 0px;
    border: 21px solid #fff;
    border-top-color: #578ce5;
    border-bottom-color: transparent;
    border-left-color: #578ce5;
    border-right-color: transparent;
}

.more {
    line-height: 40px;
    font-size: 15px;
    color: #999999;
    margin-right: 10px;
}

.more a {
    color: #999999;
}

.blue-2 img {
    margin: 0px 10px 0px 15px;
}

.info {
}

.info a {
    display: block;
    font-size: 16px;
    text-align: center;
    width: 33%;
    margin: 0 auto;
    margin-top: 15px;
}

.i-2 a {
    display: block;
    font-size: 16px;
    text-align: center;
    width: 50% !important;
    margin: 0 auto;
    margin-top: 15px;
}

.info img {
    width: 32px;
    height: 32px;
    padding: 12px;
    text-align: center;
}

.info a div:nth-child(1) {
    background-color: #ecf4fd;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.new-title {
    font-size: 18px;
    color: #448eec;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}

.new-title em {
    margin-right: 5px;
    font-style: normal;
}

.new-info {
    padding: 15px 10px 10px 10px;
}

.new-tt {
    padding-left: 15px;
    line-height: 28px;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.zxgg {
    padding: 10px;
}

.zxgg a span:nth-child(1) {
    color: #578ce5;
    margin-right: 5px;
}

.wshd a {
    color: #fff;
}

.wshd div {
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    background: #5a9fee;
    margin: 10px auto;
}

.wshd div img {
    margin: 0px 30px 0px 40px;
}

.i-5 {
    background: #6d90f3 !important;
}

.tv {
    margin-top: 25px;
    -moz-box-shadow: 3px 3px 5px #dddddd;
    -webkit-box-shadow: 3px 3px 5px #dddddd;
    box-shadow: 3px 3px 5px #dddddd;
    background: #fff;
}

.tv-info {
    font-size: 15px;
}

.tv-info div {
    margin: 15px 8px;
    width: 200px;
}

.tv-info img {
    width: 200px;
    height: 150px;
}

.tv-info span {
    display: block;
    text-align: center;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.link {
    height: 88px;
    background-image: linear-gradient(#fff, #e8effd);
    padding-left: 60px;
    line-height: 88px;
    font-size: 17px;
}

.link span {
    margin-right: 10px;
}

.footer {
    background: #3573ae;
    height: 180px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.f-1 {
    padding-left: 20px;
}

.f-3 {
    padding-right: 20px;
}

.f-2 img {
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.pos {
    padding-left: 10px;
    margin-bottom: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.left {
    width: 230px;
}

.classname {
    background: #749fe9;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    margin-bottom: 2px;
    color: #fff;
    text-align: center;
}

.classlist {
}

.classlist div {
    background: #ecf4fd;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    color: #3179eb;
    text-align: center;
}

.right {
    width: 880px;
    margin-top: -10px;
}

.r-1 {
    height: 52px;
    border-bottom: 3px solid #eee;
    line-height: 52px;
    margin-bottom: 10px;
}

.r-1 div {
    /*max-width:130px;*/
    display: inline-block;
    padding: 0 10px;
    border-bottom: 3px solid #3179eb;
    color: #3179eb;
    font-size: 22px;
    text-align: center;
}

.nlist .i-1 div {
    width: 740px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.nlist .i-1 {
    border-bottom: 1px solid #def;
}

.nlist .i-1 span:nth-child(1) {
    color: #3179eb;
    margin-right: 5px;
}

.content {
    padding-top: 20px;
}

.con-1 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 10px;
    text-align: center;
}

.date {
    font-size: 16px;
    padding-right: 10px;
    color: #777;
    text-align: right;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.con-2 {
    padding: 15px 0px;
    line-height: 35px;
}

.page {
    display: inline-block;
}

.page a,
.page li {
    display: inline-block;
    border: 1px solid #5b9fd6;
    background-color: #fff;
    color: #698ca9;
    padding: 1px 9px;
    margin: 2px;
}

.page li {
    border: none;
}

.webtxt {
    color: #698ca9;
    border: 1px solid #5b9fd6;
    margin: 2px;
    padding: 0px;
    height: 26px;
    outline: none;
    text-align: center;
    width: 60px;
    vertical-align: bottom;
}

.left-act {
    color: #fc933b;
}

.item-gb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #111;
    text-decoration: none;
    font-size: 17px;
    font-family: AliRegular, "微软雅黑", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    padding: 10px 0px 10px 5px;
    border-bottom: 1px solid #def;
}

.gb-title {
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.letterinfo {
    border: 1px solid #ececec;
    /*table_layout: fixed;*/
    border-collapse: collapse;
}

.letterinfo td {
    border: 1px solid #ececec;
    padding: 4px 0 4px 5px;
    line-height: 23px;
}

/* //2025-03-18 */
.tab_con-title {
    box-sizing: border-box;
    padding: 0 40px;
}

.tab_con-title a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tab_con-title a h3 {
    width: 100%;
    margin: 0;
    color: #437eb8;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.tab_con-title a p {
    width: 100%;
    font-size: 14px;
    font-family: 200;
    color: #437eb8;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.zwgk {
    display: flex;
    flex-direction: column;
}

.zwgk-title {
    display: flex;
    background: #e8e8e8;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.zwgk-title h3 {
    font-size: 16px;
    margin: 0;
    padding: 10px 50px;
    background: #3573ae;
    color: white;
}

.zwgk-title img {
    width: 20px;
    height: auto;
}

.zwgk-cot {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.zwgk-cot a img {
    width: 34px;
    height: auto;
}

.zwgk-cot a {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8e8e8;
    padding: 20px 0;
    width: 120px;
}

.zwgk-cot span {
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
}

.zfxxgk {
    margin-top: 20px;
    display: flex;
}

.zfxxgk-left {
    display: flex;
}

.zfxxgk-title {
    padding: 10px;
    color: white;
    background: #3573ae;
    font-size: 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
}

.zfxxgk-zcfg-cot,
.zfxxgk-zcjd-cot {
    display: none;
}

.zfxxgk-show {
    display: block;
}

.zfxxgk-icon {
    background: #e8e8e8;
    box-sizing: border-box;
    width: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
    padding: 10px 20px;
}

.zfxxgk-icon a {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px;
}

.zfxxgk-icon a img {
    width: 34px;
    height: auto;
}

.zfxxgk-icon a span {
    margin-top: 20px;
    color: #5287b6;
    font-size: 14px;
}

.zfxxgk-right {
    display: flex;
    flex: 1;
    width: 0;
}

.zfxxgk-right > div {
    flex: 1;
    margin-left: 20px;
}

.zfxxgk-right ul {
    width: 100%;
    margin-top: 10px;
}

.zfxxgk-right ul li {
    width: 100%;
    padding: 10px 0;
    font-family: 200;
    display: flex;
}

.zfxxgk-right ul li > span {
    font-size: 14px;
    color: #9a9899;
}

.zfxxgk-right ul li a {
    flex: 1;
    width: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
    color: #d1d0d0;
}

.zfxxgk-item {
    color: black;
    font-weight: 200;
    flex: 1;
    width: 0;
    margin-left: 10px;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.zfxxgk-item:hover {
    color: #448eef;
}

.zfxxgk-right_title {
    font-size: 18px;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #3573ae;
}

.zfxxgk-right_title > span {
    padding: 0 20px;
}

.zfxxgk-right_title > b {
    color: #d7d5d6;
}

.zfxxgk-current {
    font-weight: bold;
}

.cgfc {
    margin-top: 20px;
    display: flex;
}

.cgfc-left {
    flex: 1;
    width: 0;
    /*margin-right: 20px;*/
}

.cgfc-title {
    display: flex;
    background: #e8e8e8;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.cgfc-zxts-cot,
.cgfc-zxft-cot {
    display: none;
}

.cgfc-show {
    display: block;
}
.cgfc-current {
    font-weight: bold;
}
.cgfc-title h3 {
    font-size: 16px;
    margin: 0;
    padding: 10px 50px;
    background: #3573ae;
    color: white;
}

.cgfc-title a {
    font-size: 14px;
    cursor: pointer;
}

.cgfc-nr {
    display: flex;
    justify-content: space-around;
}

.cgfc-nr a {
    padding-top: 20px;
    width: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cgfc-nr a img {
    width: 210px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cgfc-nr a span {
    text-align: center;
    width: 150px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
}

.cgfc-right {
    width: 370px;
}

.cgfc-right_cot {
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.cgfc-right_cot ul li {
    width: 100%;
    padding: 10px 0;
    font-family: 200;
    display: flex;
}

.cgfc-right_cot ul li > span {
    font-size: 14px;
    color: #9a9899;
}

.cgfc-right_cot ul li a {
    flex: 1;
    width: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
    color: #d1d0d0;
}

.cgfc-right_title {
    font-size: 18px;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #3573ae;
}

.cgfc-right_title > span {
    padding: 0 20px;
}

.cgfc-right_title > b {
    color: #d7d5d6;
}

.cgfc-item {
    color: black;
    font-weight: 200;
    flex: 1;
    width: 0;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cgfc-item:hover {
    color: #448eef;
}

.cgfc-right_cot img {
    width: 100%;
}

.external-link {
    border-top: 3px solid #407ab1;
    margin-top: 20px;
    box-sizing: border-box;
    background: #e8e8e8;
    width: 100%;
    padding: 20px 0 30px 0;
}

.external-link-cot {
    padding-right: 200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.external-link-cot > div > h3 {
    font-size: 16px;
    font-weight: bold;
    color: #111;
}

.external-link-a {
    display: flex;
    flex-direction: column;
}

.external-link-a1 {
    display: flex;
}

.external-link-a1 > div {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.external-link-a a,
.external-link-a1 a {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 15px;
}
