body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
	margin: 0px;
	padding: 0px;
}

li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
button,
th,
tr,
td,
span {
	line-height: 1;
}

body {
	font-family:"微软雅黑";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	color: #333;
	transition: .5s;
}

a:link,
a:active,
a:visited,
.hgpt a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
	border: 1px solid white;
}

input,
textarea {
	outline: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	/*不用有内容也可以*/
}

.clearfix:after {
	clear: both;
}

.clearfix {
	/* *zoom: 1; */
}

/* 专题样式 */
.hgpt {
    /* overflow: hidden; */
    min-width: 1480px;
    margin: 0 auto;
}

.hgpt_container {
    width: 1440px;
    margin: auto;
}

.hgpt_header {
    text-align: center;
    position: relative;
    height: 496px;
    background: url(/ggzy/hg002.jpg) center no-repeat;
}

.hgpt_header>img {
    width: 100%;
}

.hgpt_header>.hgpt_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}

.hgpt_header_box {
    overflow: hidden;
}

.hgpt_header_logo {
    overflow: hidden;
    max-width: 338px;
    float: left;
}

.hgpt_header_logo a {
    display: block;
}

.hgpt_header_sfLogo {
    float: left;
    max-width: 74px;
}

.hgpt_header_sfTitle {
    float: right;
    padding-top: 13px;
}

.hgpt_header_link {
    float: right;
    display: inline;
    margin-top: 20px;
}

.hgpt_header_link a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    display: block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.hgpt_title {
    overflow: hidden;
    line-height: 1;
    margin-top: 116px;
}

.hgpt_title h1 {
    font-family: FZLTTHK;
    font-weight: normal;
    font-size: 90px;
    color: #FFFFFF;
}

.hgpt_part {
    overflow: hidden;
    padding-top: 49px;
}

.hgpt_part_title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.hgpt_part_title span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 38px;
    color: #222222;
    line-height: 1;
    display: inline-block;
    margin: 0 30px;
}

.hgpt_part_content {
    overflow: hidden;
}

.hgpt_part_tab {
    display: block;
    text-align: center;
    overflow: hidden;
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; */
    margin-bottom: 40px;
}

.hgpt_part_tab span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    width: 280px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #A6CDF5;
    display: inline-block;
}

.hgpt_part_tab span:first-child {
    border-radius: 30px 0 0 30px;
}

.hgpt_part_tab span:last-child {
    border-radius: 0 30px 30px 0;
}

.hgpt_part_tab .active {
    background: linear-gradient(90deg, #055BFA 0%, #26B1FB 100%);
    position: relative;
}

.hgpt_part_tab .active::after {
    position: absolute;
    left: 0;
    content: '';
    width: 36%;
    height: 100%;
    background: url(/ggzy/hg004.png);
    background-position: bottom right;
}

.hgpt_part_body {
    overflow: hidden;
}

.hgpt_zxkc_itemBox {
    display: none;
    overflow: hidden;
    margin: 0 -20px;
}

.hgpt_zxkc_itemBox.active {
    display: block;
}

.hgpt_zxkc_item {
    padding: 0 20px 40px;
    float: left;
    width: 25%;
}

.hgpt_zxkc_item a {
    display: block;
    width: 100%;
    position: relative;
}

.hgpt_zxkc_item a>img {
    width: 100%;
    height: 185px;
}

.hgpt_item_bf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.hgpt_part_link {
    text-align: center;
}

.hgpt_part_link a {
    width: 127px;
    height: 36px;
    line-height: 34px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.hgpt_part_link a i {
    color: #818181;
    font-style: normal;
    font-size: 18px;
}

.hgpt_zxkc .hgpt_part_link a {
    display: none;
}

.hgpt_zxkc .hgpt_part_link a.active {
    display: inline-block;
}

.hgpt_zxkc {
    padding-bottom: 50px;
}

.hgpt_yjxx {
    background: url(/ggzy/hg007.jpg) #ecf4ff;
    background-position: bottom;
    background-size: cover;
    padding-bottom: 32px;
}

.hgpt_yjxx_tab span:first-child {
    border-radius: 30px;
}

.hgpt_part_viceTab {
    overflow: hidden;
}

.hgpt_part_tabBox {
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
    display: none;
}

.hgpt_part_tabBox.active {
    display: flex;
}

.hgpt_part_viceTab span {
    padding: 14px 28px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 0 20px 10px 0;
}

.hgpt_part_viceTab span.active {
    border: 1px solid #2062D5;
    color: #2062D5;
}

.hgpt_zd_itemBox {
    display: none;
}

.hgpt_zd_link a {
    display: none;
}

.hgpt_zd_link a.active {
    display: inline-block;
}

.hgpt_zd_itemBox.active {
    display: block;
}

.hgpt_part_viceBox {
    background: #FFFFFF;
    padding: 40px 30px 0;
    overflow: hidden;
    margin-bottom: 40px;
    margin: 0 -20px 30px;
    padding-bottom: 30px;
}

.hgpt_zxxx_viceBox, 
.hgpt_zdly_viceBox,
.hgpt_zdhy_viceBox {
    display: none;
}

.hgpt_zxxx_viceBox.active, 
.hgpt_zdly_viceBox.active,
.hgpt_zdhy_viceBox.active {
    display: block;
}

.hgpt_yjxx_item {
    width: 50%;
    float: left;
    margin-bottom: 40px;
    padding: 0 20px;
}

.hgpt_yjxx_item a {
    display: block;
    overflow: hidden;
}

.hgpt_item_img {
    width: 21%;
    height: 72px;
    position: relative;
    float: left;
}

.hgpt_item_img img {
    width: 100%;
}

.hgpt_item_img p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: auto;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #1879E7;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hgpt_item_text {
    float: right;
    width: 79%;
    padding-left: 20px;
}

.hgpt_item_text h4 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.hgpt_item_text i {
    font-style: normal;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}

.hgpt_hggl_itemBox,
.hgpt_fwpt_itemBox {
    overflow: hidden;
    margin: 0 -15px;
}

.hgpt_hggl_item {
    float: left;
    padding: 0 15px;
}

.hgpt_hggl_item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.hgpt_hggl_item a img {
    width: 100%;
}

.hgpt_hggl_item a span {
    position: absolute;
    left: 38px;
    top: 31px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
}

.hgpt_fnhd_itemBox {
    overflow: hidden;
    display: none;
}

.hgpt_fnhd_itemBox.active {
    display: block;
}

.hgpt_fnhd_calendar {
    display: flex;
    margin: 0 -20px;
}

.hgpt_fnhd_left {
    width: 50%;
    padding: 0 20px;
}

#calendar {
    width: 100%;
    background: url(/ggzy/hg011.png) #E6F4FF;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 0 30px 40px;
}

.calendar-header {
    text-align: center;
    height: 100px;
    line-height: 100px;
    padding: 36px 0;
    position: relative;
}

.calendar-header button {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    width: 84px;
    text-align: center;
}

.calendar-header #prev-month {
    left: 0;
}

.calendar-header #next-month {
    right: 0;
}

.calendar-header h2 {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 28px;
    color: #333333;
}

.calendar-grid {
    width: 100%;
}

.calendar-grid tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
} 

.calendar-grid th,
.calendar-grid td {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    width: 14.28571%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 48px;
}

.calendar-grid td.selected,
.calendar-grid td.today {
    width: 90px;
    height: 48px;
    background: #4279DE;
    border-radius: 8px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
}

.calendar-grid td.selected {
    background: #A6CDF5;
}

.calendar-grid th.weekend,
.calendar-grid td.weekend {
    color: #E11118;
}

.calendar-grid td.other-month {
    color: #D6D6D6;
}

.calendar-grid td.has-event {
    position: relative;
}

.calendar-grid td.has-event::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #055BFA;
    border-radius: 50%;
    opacity: 0.8;
}

.hgpt_fnhd_right {
    width: 50%;
    padding: 0 20px;
}

.hgpt_fnhd_title {
    background: url(/ggzy/hg012.png) #1072E0;
    background-position: top 8px right 27px;
    background-repeat: no-repeat;
    border: 1px solid #EAEAEA;
    border-bottom: none;
    padding: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.hgpt_fnhd_title h3 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    float: left;
    margin-right: 18px;
    vertical-align: middle;
}

.hgpt_fnhd_date {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    float: left;
    line-height: 1;
}

.hgpt_fnhd_list {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-top: none;
    padding: 20px;
}

.hgpt_fnhd_item {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.hgpt_fnhd_item a {
    display: block;
    padding: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
}

.hgpt_fnhd_item a h4 {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.hgpt_fnhd_item a i {
    float: right;
    width: 30%;
    text-align: right;
    font-style: normal;
}

.hgpt_fnhd_item a:hover {
    background: #E5F0FF;
}

.hgpt_fnhd_more {
    padding: 3px 0;
}

.hgpt_hdhg_itemBox .hgpt_part_viceBox {
    background: linear-gradient(-90deg, #EEF4FD 0%, #D5E7FC 100%);
}

.hgpt_hdhg_list {
    overflow: hidden;
}

.hgpt_hdhg_item {
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 30px;
}

.hgpt_hdhg_item a {
    display: block;
    background: linear-gradient(-90deg, #EEF4FD 0%, #D5E7FC 100%);
    padding: 20px;
}

.hgpt_hdhg_item a h4 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hgpt_hdhg_item a p,
.hgpt_hdhg_item a i {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hgpt_hdhg_item a i {
    font-style: normal;
    text-align: right;
}

.hgpt_fwzy_itemBox {
    overflow: hidden;
    margin: 0 -20px;
    display: none;
}

.hgpt_fwzy_itemBox.active {
    display: block;
}

.hgpt_zyjg_item {
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 30px;
}

.hgpt_zyjg_item a {
    display: block;
    background: linear-gradient(-90deg, #EEF4FD 0%, #D5E7FC 100%);
    padding: 50px;
    overflow: hidden;
}

.hgpt_zyjg_item a>img {
    float: left;
}

.hgpt_zyjg_text {
    float: left;
    padding-left: 57px;
}

.hgpt_zyjg_text h3 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
}

.hgpt_zyjg_text p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hgpt_fwzy .hgpt_part_link a {
    display: none;
}

.hgpt_fwzy .hgpt_part_link a.active {
    display: inline-block;
}

.hgpt_fwpt {
    padding-bottom: 50px;
}

.hgpt_fwpt_itemBox {
    display: none;
}

.hgpt_fwpt_itemBox.active {
    display: block;
}

.hgpt_zyjl {
    background: #ecf4ff;
    padding-bottom: 44px;
}

.hgpt_zyjl_itemBox {
    overflow: hidden;
    margin: 0 -20px;
    display: none;
}

.hgpt_zyjl_itemBox.active {
    display: block;
}

.hgpt_zyjl_itemBox .hgpt_zyjg_item a {
    background: #FFFFFF;
}

.hgpt_zyjl .hgpt_part_link a {
    display: none;
}

.hgpt_zyjl .hgpt_part_link a.active {
    display: inline-block;
}

.hgpt_fwpt_left {
    width: 50%;
    height: 390px;
    float: left;
    padding: 30px 20px;
    position: relative;
}

.hgpt_fwpt_swiper {
    height: 330px;
}

.hgpt_fwpt_swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-color: #a6cdf559;
    cursor: pointer;
}

.hgpt_fwpt_swiper .swiper-slide a>img {
    width: 150px;
    height: 100%;
    float: left;
}

.hgpt_fwpt_left .swiper-button-prev, 
.hgpt_fwpt_left .swiper-button-next {
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 20px 44px;
    width: 20px;
    height: 44px;
}

.hgpt_fwpt_left .swiper-button-prev {
    top: -10px;
    transform: rotateZ(90deg);
}

.hgpt_fwpt_left .swiper-button-next {
    top: calc(100% - 40px);
    transform: rotateZ(90deg);
}

.hgpt_fwpt_text {
    float: left;
    width: calc(100% - 150px);
    height: 100%;
    padding: 20px;
}

.hgpt_fwpt_text h3 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
}

.hgpt_fwpt_text p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hgpt_fwpt_swiper .swiper-slide.active a {
    background-color: #007aff80;
}

.hgpt_fwpt_swiper .swiper-slide.active a h3,
.hgpt_fwpt_swiper .swiper-slide.active a p {
    color: #FFFFFF;
}

.hgpt_fwpt_right {
    width: 50%;
    float: right;
    padding: 30px 20px;
}

.hgpt_fwpt_rightBox {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
}

.hgpt_fwpt_rightTitle span {
    display: inline-block;
    position: relative;
    background-color: #A6CDF5;
    border-radius: 0 0 20px 0;
    padding: 10px 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: -10px;
}

.hgpt_fwpt_rightTitle span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    border-top: 10px solid #1072E0;
    border-left: 10px solid transparent;
}

.hgpt_fwpt_rightCon {
    overflow: hidden;
    width: 100%;
    padding: 20px;
}

.hgpt_fwpt_rightText {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.hgpt_fwpt_rightText h4 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.hgpt_fwpt_rightText p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.hgpt_fwpt_rightText a {
    display: block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.hgpt_fwpt_rightTextBox {
    display: none;
}

.hgpt_fwpt_rightTextBox.active {
    display: block;
}

.hgpt_fwpt_rightMap {
    float: right;
    width: 50%;
    height: 200px;
}

.hgpt_fwpt_right .hgpt_part_link {
    margin-top: 10px;
}

.hgpt_zyjl_item {
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.hgpt_zyjl_item a {
    display: block;
    overflow: hidden;
    background: #FFFFFF;
    padding: 42px 37px 31px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.05);
}

.hgpt_zyjl_time {
    float: left;
    width: 14%;
    position: relative;
}

.hgpt_zyjl_time span {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 48px;
    color: #757575;
}

.hgpt_zyjl_time i {
    font-style: normal;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 20px;
    color: #757575;
    position: absolute;
    right: 0;
    bottom: -5px;
}

.hgpt_zyjl_text {
    float: left;
    width: 86%;
    padding-left: 58px;
}

.hgpt_zyjl_text h3 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hgpt_zyjl_item a:hover .hgpt_zyjl_time span,
.hgpt_zyjl_item a:hover .hgpt_zyjl_time i,
.hgpt_zyjl_item a:hover .hgpt_zyjl_text h3 {
    color: #00499B
}

.hgpt_zyjl .hgpt_part_link {
    margin-top: 20px;
}

.hgpt_znwd {
    padding-bottom: 55px;
}

/* 260311OA修改 */
.hgpt_zxkc_item p {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 21px;
    text-align: center;
}

.hgpt_zxxx_link {
    margin-bottom: 31px;
}

.hgpt_title h1 {
    font-weight: bold;
    letter-spacing: 8px;
    padding-left: 12px;
}

.hgpt_nav {
    width: 100%;
    background: #2C68DE;
    position: absolute;
    bottom: 0;
}

.hgpt_nav_box {
    width: 1440px;
    margin: auto;
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    line-height: 80px;
}

.hgpt_nav_box a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    height: 80px;
    line-height: 80px;
    padding: 0 16px;
}

.hgpt_nav_box a:hover {
    background-color: #295FCC;
}

.hgpt_fnhd2_left {
    float: left;
    width: 42%;
}

.hgpt_fnhd2_swiper {
    border-radius: 10px;
}

.hgpt_fnhd2_swiper a {
    display: block;
}

.hgpt_fnhd2_swiper img {
    width: 100%;
    height: 340px;
}

.hgpt_fnhd2_right {
    float: right;
    width: 58%;
    padding-left: 74px;
}

.hgpt_fnhd2_right ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    overflow: hidden;
}

.hgpt_fnhd2_right ul li a:hover {
    color: #2C68DE;
}

.hgpt_fnhd2_right ul li a font {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hgpt_fnhd2_right ul li a span {
    width: 20%;
    text-align: right;
}

.hgpt_fnhd2_right .hgpt_part_link {
    text-align: left;
    margin-top: 15px;
}

.hgpt_fnhd2_right .hgpt_part_link a {
    text-align: center;
}

.hgpt_fwzyk .hgpt_part_content {
    margin: 0 -12.5px;
}

.hgpt_fwzyk_item {
    float: left;
    text-align: center;
    padding: 25px 12.5px 0;
}

.hgpt_fwzyk_item a {
    display: block;
    position: relative;
}

.hgpt_fwzyk_item a img {
    width: 100%;
}

.hgpt_fwzyk_item a span {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-table;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

.hgpt_col_4 {
    width: 33.333333333%;
}

.hgpt_col_6 {
    width: 50%;
}

.hgpt_part_tab {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.hgpt_part_tab span {
    cursor: pointer;
}

.hgpt_part_tab span a {
    color: #FFFFFF;
    display: block;
    line-height: 60px;
}

/* 0316专题修改 */
.hgpt_fwzyk {
    padding-bottom: 44px;
}

.hgpt_fwpt {
    background: #ecf4ff;
}

.hgpt_fwpt .hgpt_part_link {
    overflow: hidden;
    width: 100%;
}

/* 0324修改 */
.hgpt_zxkc {
    padding-bottom: 0px;
}

.hgpt_fnhd {
    padding-bottom: 50px;
}

.hgpt_fnhd .hgpt_part_body {
    margin: 0 -40px;
}

.hgpt_fnhd2_right {
    width: 50%;
    padding: 0 40px;
}

.hgpt_fnhd2_right .hgpt_part_link {
    text-align: center;
}

/* 0325修改 */
.hgpt_fnhd2_title  {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}

.hgpt_fnhd2_title span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    display: inline-block;
    position: relative;
}

.hgpt_fnhd2_title span::after {
    content: '';
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    background: #055BFA;
    bottom: -20px;
}

.hgpt_fnhd2_title a {
    font-family: Microsoft YaHei;
    font-size: 18px;
}

.hgpt_fnhd2_right ul li {
    padding-left: 20px;
    position: relative;
}

.hgpt_fnhd2_right ul li::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #055BFA;
    border-radius: 50%;
}

.public-footer{
    min-width: 1480px !important;
}