/* leader */
.crumb {
    font-size: 16px;
    padding-top: 18px;
    color: #121212;
    width: 1120px;
    margin-left: 40px;
    margin-bottom: 15px;
}

.crumb a {
    color: #121212;
}

.crumb span {
    margin: 0 5px;
}

.leader_resume {
    width: 1120px;
    margin-left: 40px;
    height: 328px;
    background: url(../images/leader_resume.png) center top no-repeat;
    background-size: contain;
    padding-top: 1px;
}

.leader_resumeBox {
    width: 380px;
    margin: 65px auto 0;
}

.leader_resumeBox img {
    width: 160px;
    height: 212px;
    float: left;
}

.leader_resumeInfo {
    width: 190px;
    float: left;
    margin-left: 30px;
}

.leader_resumeName {
    margin-top: 50px;
    font-size: 26px;
    color: #0f5293;
    font-weight: 600;
}

.leader_resumeName span {
    font-size: 20px;
    margin-left: 10px;
}

.leader_resumeInfo a {
    margin-top: 20px;
    width: 134px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #0F5293;
    display: block;
}

.swiper_focus {
    width: 640px;
    height: 370px;
}

.swiper_focus .swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper_focus .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_focus .swiper-slide p {
    width: 100%;
    height: 56px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(23, 23, 33, 0.9) 100%);
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}

.swiper_focus .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 20%;
    left: auto;
    right: 20px;
    text-align: right;
    bottom: 16px;
}

.swiper_focus .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper_focus .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.import_activity {
    width: 455px;
}

.column_title {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #0F5293;
    position: relative;
}

.column_title span {
    font-size: 22px;
    font-weight: bold;
    color: #0F5293;
    border-bottom: 3px solid #0F5293;
    display: inline-block;
    height: 43px;
    line-height: 43px;
}

.import_news {
    width: 100%;
    border-bottom: 1px dashed #0F5293;
    margin-top: 20px;
    padding-bottom: 20px;
}

.import_news h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.import_news h3 a {
    color: #0f5293;
}

.import_news p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #0f5293;
}

.import_activity ul {
    margin-top: 5px;
}

.import_activity ul li {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.import_activity ul li a {
    color: #121212;
}

.column_title .more {
    font-size: 16px;
    float: right;
    color: #0F5293;
    margin-right: 5px;
    margin-top: 12px;
}

.imports_list ul {
    margin-top: 20px;
}

.imports_list ul li {
    font-size: 16px;
    text-indent: 20px;
    background: url(../images/blue_dian.png) left center no-repeat;
    height: 35px;
    line-height: 35px;
}

.imports_list ul li span {
    color: #818181;
    font-size: 16px;
    float: right;
}

.leader_con {
    width: 750px;
}

.leader_con img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.leader_con p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

.con_right {
    width: 310px;
}

.photo_report {
    padding: 20px;
    background: #F0F7FC;
}

.photo_title {
    font-size: 22px;
    font-weight: 600;
    color: #0f5293;
}

.photo_imgList ul li {
    width: 130px;
    height: 140px;
    float: left;
    margin-top: 15px;
}

.photo_imgList ul li:nth-child(2n) {
    float: right;
}

.photo_imgList ul li img {
    width: 130px;
    height: 90px;
}

.photo_imgList ul li div {
    height: 50px;
    width: 129px;
    color: #0f5293;
    background: #fff;
    padding-top: 1px;
}

.photo_imgList ul li div p {
    width: 90%;
    margin: 8px auto 0;
    font-size: 14px;
    line-height: 1.2;
}

.photo_imgList ul li:hover div {
    color: #fff;
    background: #0F5293;
}

.enter_list ul li {
    width: 128px;
    height: 46px;
    margin-top: 15px;
    color: #fff;
    background: #57A1D0;
    text-align: center;
    line-height: 46px;
    float: left;
    font-size: 16px;
}

.enter_list ul li:nth-child(2n) {
    float: right;
}

.enter_list ul li a {
    color: #fff;
    display: block;
}

.code_box {
    width: 175px;
    margin: 20px auto 0;
}

.code_box img {
    width: 175px;
}

.code_box p {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}

.jigou_img {
    width: 1120px;
}

.list_ul {
    width: 770px;
}

.child_title {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #0f5293;
}

.child_title a {
    float: left;
    display: block;
    font-size: 22px;
    color: #1667B6;
    height: 43px;
    line-height: 43px;
    margin-right: 25px;
}

.child_title a:last-child {
    margin-right: 0;
}

.child_title a.on {
    color: #0f5293;
    border-bottom: 3px solid #0F5293;
    font-weight: bold;
}

.child_title a.zxhfMore {
    float: right;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #0F5293;
}

.list_ul ul {
    margin-top: 20px;
}

.list_ul ul li {
    font-size: 17px;
    text-indent: 20px;
    background: url(../images/blue_dian.png) left center no-repeat;
    height: 46px;
    line-height: 46px;
}

.list_ul ul li span {
    color: #818181;
    font-size: 16px;
    float: right;
}

.tl_list {
    width: 1120px !important;
}

.chairman_box {}

.chairman_title {
    width: 100%;
    height: 54px;
    background: #F0F7FC;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 54px;
    color: #0f5293;
}

.chairman_list a {
    display: block;
    margin: 20px auto;
    width: 160px;
}

.chairman_list a img {
    width: 160px;
    height: 212px;
}

.chairman_list a p {
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    color: #121212;
    text-align: center;
}

.vicechairman_list,
.vicechairman_pt {
    width: 770px;
    margin: 0 auto;
}

.vicechairman_list a {
    display: block;
    float: left;
    margin-right: 145px;
    /* width: 130px; */
    margin-top: 25px;
}

.vicechairman_list a img {
    width: 160px;
    height: 212px;
}

.vicechairman_list a p {
    /* color: #121212; */
    /* font-size: 16px; */
    /* text-align: center; */
    /* line-height: 2; */
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    color: #121212;
    text-align: center;
}

.vicechairman_list a:nth-child(3n) {
    margin-right: 0;
}

.vicechairman_left {
    width: 360px;
    /* margin-top: 25px; */
    margin: 0 auto;
}

.vicechairman_ptitem a {
    display: block;
    width: 160px;
    margin: 25px auto 0;
}

.vicechairman_ptitem img {
    /* width: 130px; */
    width: 160px;
    height: 212px;
}

.vicechairman_ptitem p {
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    color: #121212;
    text-align: center;
}

.swiper_box {
    position: relative;
    overflow: hidden;
}

.company_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs {
    height: 35px;
    box-sizing: border-box;
    border-bottom: 2px solid #0F5293;
}

.gallery-thumbs .swiper-slide {
    width: 75px;
    height: 35px;
    text-align: center;
    color: #999999;
    font-size: 17px;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    color: #0F5293;
    font-weight: bold;
    position: relative;
}

.gallery-thumbs .swiper-slide-thumb-active::after {
    position: absolute;
    left: 39px;
    width: 0;
    border: 8px solid #0F5293;
    bottom: 0;
    height: 0;
    z-index: 10;
    display: block;
    content: '';
    border-color: transparent transparent #0F5293 transparent;
}

.swiper-button-prev {
    left: 0px !important;
    width: 42px !important;
    height: 42px !important;
    opacity: 1 !important;
    top: 27px !important;
    background: url(../images/lt_left.png) no-repeat !important;
}

.swiper-button-prev::after {
    border: none !important;
    content: '' !important;
}

.swiper-button-next {
    right: -30px !important;
    width: 42px !important;
    height: 42px !important;
    opacity: 1 !important;
    top: 27px !important;
    background: url(../images/lt_right.png) no-repeat !important;
}

.swiper-button-next::after {
    border: none !important;
    content: '' !important;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none !important;
}

.gallery-top {
    width: 1120px;
    margin-top: 20px;
}

.gallery-top h3 {
    font-size: 35px;
    line-height: 40px;
}

.gallery-top ul {
    overflow: hidden;
}

.gallery-top ul li {
    font-size: 18px;
    width: 200px;
    margin-bottom: 35px;
    float: left;
    margin-right: 30px;
}

.gallery-top ul li:nth-child(5n) {
    margin-right: 0;
}

.gallery-top ul li img {
    width: 200px;
    height: 250px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.20);
}

.gallery-top ul li p {
    margin-top: 20px;
    text-align: center;
}

.gallery-top ul li a {
    color: #000;
}

.memory_item {
    width: 510px;
    height: 240px;
    float: left;
    margin-bottom: 30px;
}

.memory_item:nth-child(2n) {
    margin-left: 30px;
}

.memory_img {
    display: block;
    width: 200px;
    height: 240px;
    float: left;
    background: #f5f5f5;
}

.memory_img img {
    width: 144px;
    height: 200px;
    margin: 20px auto 0;
    display: block;
}

.memory_right {
    width: 280px;
    margin-left: 30px;
}

.memory_title {
    text-align: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
    font-weight: 600;
}

.memory_sum {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.subject_left {
    width: 770px;
}

.subject_left ul {
    margin-top: 1px;
}

.subject_left ul li {
    width: 370px;
    height: 180px;
    float: left;
    margin-top: 25px;
}

.subject_left ul li:nth-child(2n) {
    margin-left: 30px;
}

.subject_left ul li img {
    width: 370px;
    height: 180px;
}

.subject_right {
    width: 310px;
}

.subject_item {
    padding: 20px;
    background: #F0F7FC;
}

.subject_itemtitle {
    color: #0F5293;
    font-size: 20px;
    font-weight: 600;
}

.subject_itemtitle a {
    color: #0F5293;
}

.subject_item ul {
    margin-top: 15px;
}

.subject_item ul li {
    font-size: 16px;
    text-indent: 20px;
    background: url(../images/blue_dian.png) left center no-repeat;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.zt_banner {
    width: 100%;
}

.zt_banner img {
    width: 100%;
}

.zt_nav {
    width: 100%;
    height: 60px;
    background: url(../images/zt_nav.png) center top no-repeat;
}

.zt_nav ul {
    /* width: 1200px; */
    margin: 0 auto;
    width: max-content;
}

.zt_nav ul li {
    float: left;
    width: 160px;
    height: 60px;
    line-height: 60px;
}

.zt_nav ul li a {
    width: 160px;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
}

.zt_nav ul li:hover {
    background: #E01414;
}

.zt_topnews {
    width: 1198px;
    height: 78px;
    border: 1px solid rgba(233, 141, 141, 0.24);
    background: rgba(248, 204, 202, 0.2);
    line-height: 78px;
    text-align: center;
}

.zt_topnews h3 {
    font-size: 32px;
}

.zt_topnews h3 a {
    color: #B4090C;
    font-weight: bold;
}

.swiper_focus {
    width: 690px;
    height: 390px;
}

.swiper_focus .swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper_focus .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_focus .swiper-slide p {
    width: 100%;
    height: 56px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(23, 23, 33, 0.9) 100%);
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}

.swiper_focus .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 20%;
    left: auto;
    right: 20px;
    text-align: right;
    bottom: 16px;
}

.swiper_focus .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper_focus .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.zt_crumb {
    width: 1200px !important;
    margin-left: 0 !important;
}

.tab_news {
    width: 490px;
    height: 390px;
}

.tab_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(../images/date_title.png) left center no-repeat;
}

.tab_title a {
    display: block;
    float: left;
    margin-left: 20px;
    margin-right: 50px;
    font-size: 24px;
    color: #121212;
}

.tab_title a:last-child {
    margin-right: 0;
    margin-left: 0;
}

.tab_title a.on {
    font-weight: 600;
    color: #B4090C;
}

.tab_content {
    height: 330px;
    margin-top: 10px;
}

.tab_content ul {
    display: none;
}

.tab_content ul.on {
    display: block;
}

.tab_content ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    background: url(../images/dian_red.png) left center no-repeat;
    text-indent: 20px;
}

.tab_content ul li span {
    float: right;
    font-size: 14px;
    color: #818181;
}

.tab_subject {
    background: #FFF8F6;
}

.tab_subjecttitle {
    width: 232px;
    position: relative;
}

.tab_subjecttitle:after {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    height: 4px;
    width: 222px;
    background-color: #B4090C;
}

.tab_subjecttitle ul li {
    width: 222px;
    height: 79px;
    background: #fff;
    text-align: center;
    line-height: 79px;
    font-size: 22px;
}


.tab_subjecttitle ul li a {
    color: #121212;
    display: block;
}


.tab_subjecttitle ul li.on {
    width: 232px;
    text-indent: -10px;
    background: url(../images/tab_subject.png) left center no-repeat;
}

.tab_subjecttitle ul li.on a {
    color: #fff;
}

.tab_subjectcon {
    width: 968px;
}

.tab_subjectcon ul {
    display: none;
    width: 935px;
    margin-left: 10px;
    margin-top: 10px;
}

.tab_subjectcon ul.selected {
    display: block;
}

.tab_subjectcon ul li {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-indent: 20px;
    background: url(../images/dian_red.png) left center no-repeat;
    border-bottom: 1px dashed rgba(180, 9, 12, 0.3);
    overflow: hidden;
}

.tab_subjectcon ul li:last-child {
    border-bottom: none;
}

.tab_subjectcon ul li a {
    color: #333;
}

.tab_subjectcon ul li span {
    float: right;
    color: #666;
}

.zt_list ul li {
    background: url(../images/dian_red.png) left center no-repeat !important;
}

.zt_list #pageArea .btn2 {
    background: #B4090C;
}

.zt_list #pageArea #pageJump {
    border: #B4090C solid 1px !important;
}

.history_box {
    width: 712px;
}

.history_box ul li {
    width: 222px;
    height: 267px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.history_box ul li img {
    width: 222px;
    height: 227px;
    object-fit: contain;
    border: 1px solid #E6E6E6;
}

.history_box ul li:nth-child(3n) {
    margin-right: 0;
}

.history_box ul li p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.history_right {
    width: 377px;
    background: #F0F7FC;
    padding-top: 72px;
    position: relative;
}

.history_title {
    width: 180px;
    height: 57px;
    position: absolute;
    left: -6px;
    top: 14px;
    background: url(../images/history_title.png) left center no-repeat;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 62px;
}

.history_sum {
    width: 329px;
    margin: 23px 24px;
    font-size: 18px;
    color: #121212;
    text-align: justify;
    line-height: 34px;
}

.history_sum p:first-child {
    margin-bottom: 60px;
}

.history_sum p {
    font-size: 18px;
    color: #121212;
    text-align: justify;
    line-height: 34px;
    margin-bottom: 5px;
}

.child_title a.more {
    float: right;
    font-size: 16px;
    color: #999;
    display: inline-block;
    height: auto;
    line-height: normal;
    margin-top: 14px;
}

.feature_list {
    margin-top: 25px;
}

.feature_list ul li {
    width: 354px;
    height: 230px;
    float: left;
    margin-right: 29px;
    background: #f5f6f9;
}

.feature_list ul li img {
    width: 354px;
    height: 179px;
}

.feature_list ul li p {
    height: 52px;
    width: 98%;
    background: #f5f6f9;
    font-size: 18px;
    text-align: center;
    color: #111;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 1%;
    text-indent: 6px;
}

.feature_list ul li:nth-child(3n) {
    margin-right: 0;
}

.public_report {
    width: 344px;
    height: 168px;
    border: 1px solid #E1E7EC;
    background: #F3F9FD;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
}

.public_report:nth-child(3n) {
    margin-right: 0;
}

.public_report a {
    display: block;
    width: 100%;
    height: 100%;
}

.public_report p {
    color: #0F5293;
    margin-top: 10px;
    font-weight: 600;
}

.public_report img {
    margin-top: 35px;
}

.online_box {
    width: 100%;
    height: 451px;
    padding-top: 1px;
    background: url(../images/online_bg.png) center left no-repeat;
    text-align: center;
}

.online_box h3 {
    margin-top: 35px;
    font-size: 22px;
    color: #0F5293;
    text-align: center;
    font-weight: 600;
}

.online_sum {
    margin: 20px auto 0;
    width: 1055px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-align: left;
}

.online_sum p {
    font-size: 16px;
    line-height: 2;
}

.online_box a {
    display: inline-block;
    text-align: center;
    margin: 75px 20px 0;
    width: 140px;
    height: 46px;
    line-height: 48px;
    font-size: 17px;
    text-indent: 25px;
    border: 1px solid #0F5293;
}

.my_online {
    background: url(../images/write_white.png) 25px 15px no-repeat #0F5293;
    color: #fff;
}

.search_online {
    background: url(../images/search_jd.png) 25px 15px no-repeat;
    color: #0F5293;
}

.online_list {
    width: 100%;
}

.online_list ul {
    margin-top: 10px;
}

.online_list ul li {
    font-size: 17px;
    text-indent: 20px;
    background: url(../images/blue_dian.png) left center no-repeat;
    height: 46px;
    line-height: 46px;
}

.online_list ul li span {
    color: #818181;
    font-size: 16px;
    float: right;
}

/* 进度查询 */
.yinyingbg {
    background: rgba(0, 0, 0, 0.3);
    ;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.yinyingbg2 {
    background: rgba(0, 0, 0, 0.3);
    ;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.yinyingbg3 {
    background: rgba(0, 0, 0, 0.3);
    ;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.yinyingbg3 .numbox {
    width: 495px;
    height: 80px;
    background: #F0F7FC;
    margin: 0 auto;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    margin-top: 20px;
}

.jdcxbox {
    width: 617px;
    height: 382px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -141px 0 0 -308px;
    z-index: 99;
}

.jdcxnav {
    line-height: 65px;
    font-size: 18px;
    padding: 0 23px 0 40px;
    border-bottom: 1px #DEE9F0 solid;
    color: #333
}

.jdcxbox>p {
    font-size: 18px;
    line-height: 2;
    color: #333;
    text-align: center;
    margin-top: 40px;
    padding: 0 56px;
}

#searchnum {
    width: 375px;
    line-height: 64px;
    height: 64px;
    text-indent: 10px;
    margin: 0 auto;
    display: block;
    border: 1px solid #D9E4EB;
    margin-top: 30px;
    font-size: 20px
}

.buttonbox {
    width: 270px;
    height: 48px;
    line-height: 48px;
    margin: 40px auto 0;
}

.buttonbox input[type="button"] {
    width: 120px;
    height: 48px;
    display: block;
    border: none;
    font-size: 17px;
}

#cancel_search {
    width: 120px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #0F5293;
    color: #0F5293;
}

#find_search {
    width: 120px;
    height: 48px;
    background: #0F5293;
    color: #FFFFFF;
}

.jdcxbox>img {
    display: block;
    margin: 28px auto 0;
}

#callbackmsg {
    padding: 0 40px;
    font-size: 18px;
    color: #121212;
}

.cancel_chaxun {
    cursor: pointer;
}

.wyzx_box {
    padding-top: 30px
}

/* 提案工作 */
.img_list{
    width: 770px;
}

.img_list ul{
    margin-top: 20px;
}

.img_list ul li{
    height: 188px;
    width: 243px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.img_list ul li:nth-child(3n){
    margin-right: 0;
}

.img_list ul li .img_player{
    position: absolute;
    top: 0;
    left: 0;
}

.img_list ul li img{
    width: 243px;
    height: 138px;
}

.img_list ul li div{
    padding-top: 1px;
    height: 49px;
    background: #F0F7FC;
    color: #09427A;
}

.img_list ul li div p{
    text-align: center;
    line-height: 49px;
    font-size: 17px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}




/* ---------------------------------------------适老化----------------------------------------------------------- */
.oldModel .crumb {
    font-size: 22px;
}

.oldModel .child_title{
    min-height: 44px;
    height: auto;
}
.oldModel .child_title a {
    font-size: 28px;
    box-sizing: border-box;
}

.oldModel .child_title a.on{
    /* margin-top: -3px; */
}

.oldModel .list_ul ul li {
    font-size: 30px;
    height: 65px;
    line-height: 65px;
    text-indent: 10px;
}

.oldModel .list_ul ul li a {
    width: 78%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.oldModel .list_ul ul li span {
    font-size: 22px;
}

.oldModel .photo_imgList ul li div p {
    margin-top: 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.oldModel .enter_list ul li {
    font-size: 18px;
}

.oldModel .chairman_title {
    font-size: 28px;
}

.oldModel .vicechairman_list a p {
    font-size: 30px;
}

.oldModel .vicechairman_ptitem p,
.oldModel .chairman_list a p {
    font-size: 30px;
}

.oldModel .leader_resumeName {
    font-size: 32px;
}

.oldModel .leader_resumeName span {
    font-size: 26px;
}

.oldModel .leader_resumeInfo a {
    font-size: 20px;
}

.oldModel .swiper_focus .swiper-slide p {
    font-size: 30px;
}

.oldModel .swiper_focus {
    width: 100%;
    height: 600px;
}

.oldModel .import_activity {
    width: 100%;
    margin-top: 30px;
}

.oldModel .column_title span {
    font-size: 28px;
}

.oldModel .import_news h3 {
    font-size: 30px;
}

.oldModel .import_news p {
    font-size: 24px;
}

.oldModel .import_activity ul li {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
}

.oldModel .imports_list ul li {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
}

.oldModel .imports_list ul li a {
    width: 78%;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.oldModel .imports_list ul li span {
    font-size: 20px;
}

.oldModel .gallery-thumbs {
    height: 50px;
}

.oldModel .gallery-thumbs .swiper-slide {
    height: 50px;
    font-size: 28px;
}

.oldModel .gallery-thumbs .swiper-slide:first-child {
    margin-left: 20px;
}

.oldModel .swiper-button-next,
.oldModel .swiper-button-prev {
    top: 37px !important;
}

.oldModel .gallery-top ul li p {
    font-size: 25px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.oldModel .subject_itemtitle {
    font-size: 28px;
}

.oldModel .subject_item ul li {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    text-indent: 8px;
}

.oldModel .subject_item ul li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.oldModel .zt_nav ul li a {
    font-size: 26px;
}

.oldModel .zt_topnews h3 {
    font-size: 42px;
}

.oldModel .tab_news {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.oldModel .tab_title {
    background: url(../images/date_title.png) left center no-repeat #f5f5f5;
}

.oldModel .tab_title a {
    font-size: 28px;
}

.oldModel .tab_content {
    height: auto;
}

.oldModel .tab_content ul li {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
}

.oldModel .tab_subjecttitle ul li {
    font-size: 28px;
}

.oldModel .tab_subjectcon ul li {
    font-size: 28px;
}

.oldModel .leader_con p {
    font-size: 28px;
}