@charset "utf-8";

/* CSS Document */


/* 头部样式 */

.page {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    width: 100%;
    overflow: hidden;
}

.outer1 {
    width: 100%;
}

.head_right {
    text-align: right;
}

.layer1 {
    height: 98px;
    background: url(../images/headbg.jpg) top center no-repeat;
}

.layer1 .w1200 {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.search_section {
    width: 304px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #3B83E9;
    overflow: hidden;
}

.search_section input {
    float: left;
    width: 268px;
    height: 34px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.search_section button {
    width: 34px;
    height: 34px;
    border: 0;
    background: #3B83E9;
}


/* 导航样式 */

.nav {
    width: 100%;
    height: 50px;
    background-color: #3a79cf;
}

.nav ul {
    padding: 0;
    list-style: none;
}

.nav>ul {
    display: flex;
    justify-content: center;
    height: 50px;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 200px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.nav>ul>li a {
    display: block;
}

.nav>ul>li .menu_nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #3a79cf;
    z-index: 999;
}

.nav>ul>li .menu_nav li {
    font-size: 14px;
    line-height: 24px;
}

.nav>ul>li .menu_nav li a {
    padding: 7px 5px;
}

.nav>ul>li .menu_nav li:hover {
    background: #2d6cc2;
}

.nav>ul>li:hover,
.nav>ul>li.active {
    background: #2D6CC2;
}


/* 导航样式结束 */

.content {
    position: relative;
    width: 100%;
    background-color: rgba(245, 246, 249, 1);
    z-index: 2;
}

.group1 {
    margin: 0 auto;
    width: 1200px;
    background-color: rgba(255, 255, 255, 1);
}

.group2 {
    margin: 20px;
    overflow: hidden;
}

.section1 {
    width: 100%;
    height: 60px;
}

.outer2 {
    float: left;
    margin-right: 15px;
    height: 60px;
    width: 220px;
    background-color: rgba(244, 244, 244, 1);
}

.section1 .outer2:last-child {
    margin-right: 0;
}

.outer2 a {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.outer2 img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.outer2 .txt4 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.section3 {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
    overflow: hidden;
}

.section3_left {
    float: left;
    width: 880px;
}

.member_section {
    width: 100%;
}

.section_title {
    width: 100%;
}

.section_title .group3 {
    width: 100%;
    align-items: center;
}

.section_title .txt6 {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.section_title .info5 {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.section_title .info5:hover {
    color: #3a79cf;
}

.group4 {
    background-color: rgba(238, 238, 238, 1);
    z-index: 132;
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 12px;
}

.main2 {
    background-color: rgba(39, 142, 231, 1);
    z-index: 133;
    height: 3px;
    width: 71px;
    position: absolute;
    left: 0;
    top: -2px;
}

.main2 img {
    width: 35px;
}

.label5 {
    width: 34px;
    height: 3px;
}

.group5 {
    margin-top: 20px;
    width: 880px;
}

.main3 {
    width: 205px;
    height: 159px;
    border: 1px solid rgba(223, 223, 223, 1);
    background-color: rgba(255, 255, 255, 1);
}

.main3 .section4,
.main3 .section4 a {
    width: 205px;
    height: 160px;
}

.main3 .section4 .mod4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 100px;
    background-color: rgba(233, 241, 255, 1);
}

.main3 .section4 .txt7 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    font-weight: bold;
}

.section3_bottom {
    margin-top: 24px;
    width: 100%;
    overflow: hidden;
}

.section3_right {
    float: right;
    width: 260px;
}

.mod5 {
    width: 100%;
    background-color: #EDF5FF;
    overflow: hidden;
}

.group8 {
    margin: 0 auto;
    margin-top: 13px;
    width: 240px;
}

.group8_title {
    width: 100%;
    overflow: hidden;
}

.txt8 {
    float: left;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.group8 .more {
    float: right;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.main9 {
    margin-top: 10px;
    width: 100%;
    border-bottom: 1px dashed rgba(204, 204, 204, 1);
}

.yearmeet_img {
    margin: 10px 0;
    overflow: hidden;
}

.yearmeet_img img {
    width: 100%;
    height: 248px;
    object-fit: cover;
}

.mod10 {
    float: left;
    width: 240px;
    overflow: hidden;
}

.quick_list {
    margin-top: 18px;
    width: 100%;
    overflow: hidden;
}

.quick_list .layer7 {
    margin-bottom: 11px;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    border: 1px solid rgba(223, 223, 223, 1);
}

.quick_list .layer7:last-child {
    margin-bottom: 0;
}

.quick_list .layer7 .outer9 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.quick_list .layer7 .outer9,
.quick_list .layer7 .outer9 a {
    display: flex;
    width: 100%;
    height: 58px;
    justify-content: center;
    align-items: center;
}

.quick_list .layer7 .outer9 img {
    margin-right: 10px;
}

.mod12 {
    float: left;
    margin-left: 20px;
    width: 620px;
    overflow: hidden;
}

.news_list {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    overflow: hidden;
}

.news_list li {
    margin-bottom: 19px;
    overflow: hidden;
}

.news_list li:last-child {
    margin-bottom: 0;
}

.news_list li .img_box {
    float: left;
    width: 130px;
    height: 78px;
    border-radius: 3px;
    overflow: hidden;
}

.news_list li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_list li .item_cont {
    margin-left: 150px;
    overflow: hidden;
}

.news_list li .item_cont h6 {
    height: 48px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news_list li .item_cont p {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    line-height: 20px;
}

.news_list li:hover .item_cont h6 {
    color: #3a79cf;
}

.mod13 {
    margin-top: 20px;
    width: 100%;
    height: 240px;
    background: #EDF6FF;
    overflow: hidden;
}

.group10 {
    margin: 15px 15px 0 20px;
    overflow: hidden;
}

.group10 .info14 {
    display: block;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.comp_slide .bd,
.comp_slide .bd .tempWrap {
    height: 270px;
}
.comp_slide .bd ul{
    padding: 0;
    list-style: none;
}

.group10 .infoBox1 {
    margin-top: 9px;
    width: 100%;
    font-size: 14px;
    height: 180px;
    overflow: hidden;
}

.group10 .infoBox1 li {
    height: 30px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group10 .infoBox1 li a:hover {
    color: #3a79cf;
}

.content_box {
    margin-bottom: 20px;
    padding: 30px;
    padding-left: 20px;
    padding-top: 0;
    min-height: calc(100vh - 278px);
    background: #fff;
}

.breadnav {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.breadnav img,
.breadnav span,
.breadnav a {
    float: left;
}

.breadnav img {
    margin-top: 5px;
    margin-right: 10px;
}

.breadnav span {
    margin: 0 5px;
}

.breadnav a:hover,
.breadnav a.active {
    color: #3687dd;
}

.sidenav {
    float: left;
    padding: 20px;
    width: 140px;
    background: #F6F6F6;
}

.sidenav_title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.sidenav ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.sidenav ul,
.sidenav ul li {
    width: 100%;
}

.sidenav ul li {
    margin-bottom: 10px;
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background: #3A79CF;
    border-radius: 2px;
}

.sidenav ul li:hover,
.sidenav ul li.active {
    background: #eb9a1e;
}

.sidenav ul li a {
    display: block;
}

.sidenav ul li:last-child {
    margin-bottom: 0;
}

.cont_right {
    float: right;
    width: 980px;
}

.page_title {
    padding-top: 5px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 18px;
    color: #3A79CF;
    border-bottom: 1px solid #DEE2E6;
}

.first_list {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.first_list li {
    margin-bottom: 20px;
    width: 480px;
    background: #F7F7F7;
}

.first_list li a {
    display: block;
    padding: 13px 20px;
    font-size: 15px;
    color: #333;
}

.first_list li:hover a {
    color: #fff;
    background: #3A79CF;
}

.two_list {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.two_list li {
    padding: 12px 15px;
    padding-right: 0;
    border-bottom: 1px dashed #DEE2E6;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background: url(../images/libg.png) left center no-repeat;
    overflow: hidden;
}

.two_list li a:hover {
    color: #3A79CF;
}

.two_list li a {
    display: block;
    float: left;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li a span {
    color: #3a79cf;
}

.two_list li .time {
    float: right;
    color: #999;
}

.three_list {
    padding: 0;
    list-style: none;
    margin-bottom: -10px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.three_list li {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 480px;
    height: 45px;
    font-size: 15px;
    color: #333;
    background: #F7F7F7;
}

.three_list li:hover a {
    color: #fff;
    background: #3A79CF;
}

.three_list li a {
    display: block;
    padding: 13px 20px;
}

.three_list li:nth-child(2n) {
    margin-right: 0;
}

.four_list {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.four_list li {
    padding: 20px 0;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.four_list li img {
    float: left;
    width: 200px;
    height: 123px;
    object-fit: cover;
}

.four_list li .item_cont {
    margin-left: 220px;
    overflow: hidden;
}

.four_list li .item_cont h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li a:hover .item_cont h6 {
    color: #3A79CF;
}

.four_list li .item_cont .item_text {
    height: 48px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.four_list li .item_cont .item_time {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.company_datasection {
    width: 100%;
    overflow: hidden;
}

.company_datasection p {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.company_datasection p span {
    color: #666;
}

.company_introduce {
    margin-top: 35px;
    width: 100%;
    overflow: hidden;
}

.company_introduce .company_inttitle {
    margin-bottom: 10px;
    font-size: 16px;
    color: #3A79CF;
}

.company_text {
    width: 100%;
    overflow: hidden;
}

.company_text,
.company_text p {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.guide_list {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.guide_list>li {
    margin-bottom: 10px;
    width: 600px;
}

.guide_list>li .guide_title {
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
    background-color: #F7F7F7;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    overflow: hidden;
    cursor: pointer;
}

.guide_list>li.active .guide_title {
    color: #3A79CF;
    background-image: url(../images/icon3_2.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}

.guide_list>li .guide_content {
    display: none;
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
}

.guide_list>li .guide_content ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.guide_list>li .guide_content li {
    font-size: 15px;
    line-height: 25px;
    color: #3A79CF;
}

.guide_list>li .guide_content li a {
    text-decoration: underline;
}

.rules_section {
    width: 100%;
    overflow: hidden;
}

.rules_section .rules_title {
    padding: 25px 0;
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.rules_section .rules_title h6 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.rulestext_section {
    width: 100%;
    overflow: hidden
}

.rulestext_section,
.rulestext_section * {
    font-size: 14px;
    color: #333;
    line-height: 2.2;
}

.unitsearch_section {
    margin: 30px 0;
    text-align: center;
    overflow: hidden;
}

.unitsearch_section * {
    display: inline-block;
}

.unitsearch_section label {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.unitsearch_section input {
    width: 480px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
}

.unitsearch_section button {
    margin-left: 10px;
    width: 80px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    border: 0;
    background: #3A79CF;
}

.unit_box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 840px;
}

.unit_boxitem {
    padding: 20px 30px;
    width: 400px;
    height: 552px;
    background: #EDF6FF;
}

.unit_boxitem .unit_boxitemtitle {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.unit_boxitemslide {
    padding: 0;
    list-style: none;
    width: 100%;
    height: 480px;
    overflow: auto;
}
.unit_boxitemslide::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.unit_boxitemslide::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(153, 142, 142, 0.699);
    background: #ffffffcb;
}
.unit_boxitemslide::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(153, 145, 145, 0.103);
    border-radius: 5px;
    background: transparent;
}
.unit_boxitemslide ul{
    padding: 0;
    list-style: none;
}

.unit_boxitemslide li {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unit_boxitemslide li:hover {
    color: #3A79CF;
}

.aboutmap {
    margin: 30px 10px;
    height: 280px;
    overflow: hidden;
}

.map_section {
    width: 100%;
    height: 280px;
}

.about_text {
    width: 100%;
    overflow: hidden;
}

.about_text h6 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.about_text h6 span {
    margin-left: 20px;
    font-size: 14px;
    color: #5B8CFF;
}

.about_text p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.introduction_text {
    margin: 10px 10px;
    overflow: hidden;
}

.introduction_text,
.introduction_text * {
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.special_list {
    padding: 0;
    list-style: none;
    margin: 20px;
    margin-bottom: 0;
    overflow: hidden;
}

.special_list li {
    float: left;
    margin-right: 39px;
    margin-bottom: 20px;
    width: 205px;
    height: 155px;
}

.special_list li:nth-child(4n) {
    margin-right: 0;
}

.special_list li .icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background: #E9F1FF;
}

.special_list li .item_cont {
    padding: 15px 0;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: bold;
    border: 1px solid #DFDFDF;
    border-top: 0;
    overflow: hidden;
}

.footprint_list {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.footprint_list li {
    float: left;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 480px;
}

.footprint_list li:nth-child(2n) {
    margin-right: 0;
}

.footprint_list li img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.footprint_list li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footprint_list li:hover p {
    color: #3687dd;
}

.five_list {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.five_list li {
    padding: 12px 0;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.five_list li span {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.five_list li span a {
    color: #333;
}

.five_list li span a:hover {
    color: #3A79CF;
}

.five_list li span:nth-child(1) {
    width: 26%;
}

.five_list li span:nth-child(2) {
    width: 66%;
}

.five_list li span:last-child {
    width: 65px;
}

.society_text {
    margin: 0 20px;
    overflow: hidden;
}

.society_text,
.society_text p {
    font-size: 16px;
    color: #666;
    line-height: 2.2;
}

.society_text p a {
    color: #3A79CF;
}

.six_list {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.six_list>li {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #DDDDDD;
    overflow: hidden;
}

.six_list>li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.six_list>li .periodical_item {
    width: 445px;
}

.six_list>li .periodical_item img {
    float: left;
    width: 185px;
    height: 245px;
    object-fit: cover;
}

.six_list>li .periodical_item .item_cont {
    float: right;
    width: 241px;
}

.six_list>li .periodical_item .item_cont h6 {
    margin-bottom: 15px;
    height: 48px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.six_list>li .periodical_item .item_cont .item_info {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*要显示的行数*/
    overflow: hidden;
}
.six_list>li .periodical_item .item_cont .item_info span {
    color: #999;
}

.six_list>li .periodical_item .item_cont .item_info span a {
    color: #386ABB;
}

.six_list>li .periodical_item .item_cont .item_more {
    margin-top: 40px;
    font-size: 14px;
    color: #3A79CF;
}

.member_section {
    width: 100%;
    overflow: hidden;
}

.member_section .member_title {
    padding: 30px 0;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.member_section .member_title h6 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.member_section .member_title p {
    font-size: 14px;
    color: #999;
}

.member_form {
    margin: 0 auto;
    width: 585px;
}

.member_form .el-form-item__label {
    float: left;
    display: block;
    padding-right: 0;
    width: 93px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: right;
}

.member_form .el-form-item__content {
    margin-left: 93px;
}

.member_form .el-form-item__content .el-select {
    display: block;
    width: 100%;
}

.member_form .el-form-item__content .img-box {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member_form .el-form-item__content .img-box img {
    max-height: 38px;
}

.member_form .el-button {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 150px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.member_form .el-button.el-button--primary {
    border-color: #3A79CF;
    background: #3A79CF;
}

.member_result {
    margin: 0 auto;
    margin-top: 40px;
    width: 800px;
    overflow: hidden;
}

.member_result table {
    width: 100%;
}

.member_result table thead th {
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    background: #3A79CF;
}

.member_result table tr td {
    padding: 10px 30px;
    font-size: 16px;
    color: #333;
    background: #F5F6F9;
}

.periodical_section {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
}

.periodical_section img {
    float: left;
    width: 185px;
    height: 245px;
}

.periodical_section .item_cont {
    float: right;
    width: 770px;
}

.periodical_section .item_cont h6 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.periodical_section .item_cont .item_info {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.periodical_section .item_cont .item_info li {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 243px;
    font-size: 14px;
    color: #999;
}

.periodical_section .item_cont .item_info li:nth-child(3n) {
    margin-right: 0;
}

.periodical_section .item_cont .item_info li span {
    color: #333;
}

.periodical_section .item_cont .item_info li a {
    color: #386ABB;
}

.periodical_section .item_cont .item_info li.tgyx_item span {
    display: block;
    float: left;
    width: 70px;
}

.periodical_section .item_cont .item_info li.tgyx_item .tgyx_cont {
    float: right;
    width: 173px;
}

.periodical_section .item_cont .item_info li.tgyx_item .tgyx_cont p {
    line-height: 19px;
    color: #999;
}

.periodical_section .item_cont .item_text {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
}

.periodical_section .item_cont .item_text,
.periodical_section .item_cont .item_text p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.periodical_slide {
    position: relative;
    margin: 0 auto;
    width: 860px;
}

.periodical_slide .gallery_bottom {
    position: relative;
    padding: 0 36px;
}

.periodical_slide .gallery_bottom .swiper-slide a {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 40px;
    border: 1px solid #DCDCDC;
}

.periodical_slide .gallery_bottom .swiper-slide-thumb-active a {
    color: #fff;
    background: #3A79CF;
    border-color: #3A79CF;
}

.periodical_slide .gallery_bottom .swiper-button-next,
.periodical_slide .gallery_bottom .swiper-button-prev {
    margin-top: -20px;
    width: 20px;
    height: 40px;
    outline: none;
}

.periodical_slide .gallery_bottom .swiper-button-next,
.periodical_slide .gallery_bottom .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: url(../images/next.png) no-repeat;
}

.periodical_slide .gallery_bottom .swiper-button-prev,
.periodical_slide .gallery_bottom .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: url(../images/prev.png) no-repeat;
}

.periodical_slide .gallery-top {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.periodical_list {
    padding: 0;
    list-style: none;
    margin-bottom: -25px;
    width: 100%;
    overflow: hidden;
}

.periodical_list li {
    float: left;
    margin-bottom: 25px;
    margin-right: 38px;
    width: 185px;
}

.periodical_list li:nth-child(4n) {
    margin-right: 0;
}

.periodical_list li img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.periodical_list li p {
    margin-top: 5px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nodata-section {
    margin: 10vh 0;
    text-align: center;
    overflow: hidden;
}

.nodata-section p {
    margin-top: 40px;
    font-size: 16px;
    color: #666;
}


/* 底部样式 */

.group11.footer {
    height: 110px;
    width: 100%;
    background-color: rgba(58, 121, 207, 1);
    z-index: 5;
}

.footer .outer17 {
    margin: 0 auto;
    padding: 15px 0;
    width: 1200px;
}

.footer .outer17 .box3 {
    margin-top: 10px;
}

.footer .outer17 .txt12 {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 30px;
}

.footer .outer17 .txt12 span {
    margin-right: 30px;
}

.footer .outer17 .ImageText6 {
    margin-top: 8px;
    line-height: 30px;
}

.footer .outer17 .ImageText6 .mod14 img {
    margin-right: 5px;
    width: 18px;
    height: 20px;
}

.footer .outer17 .ImageText6 .mod14 {
    align-items: center;
}

.footer .label11 {
    margin-top: 4px;
    width: 18px;
    height: 20px;
}

.footer .TextGroup6 {
    margin-left: 5px;
}

.footer .word14 {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}
.footer .word14 a{
    margin-right: 15px;
}

.footer .footer_right {
    width: 80px;
    height: 80px;
}

.footer .footer_right img {
    width: 100%;
    height: 100%;
}

.m-search-btn,
.m-nav-btn,
.m-nav-pop,
.submenu-bar,
.mobile-cover {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 1340px) {
    .w1200,
    .group1,
    .footer .outer17 {
        width: 90%;
    }
    .nav>ul>li {
        width: calc(100% / 6);
    }
    .outer2 {
        width: calc((100% - 60px) / 5);
    }
    .section3 {
        margin-bottom: 0;
    }
    .section3_left {
        width: 76%;
    }
    .section3_right {
        width: 22%;
    }
    .main3 {
        width: 23%;
    }
    .group5,
    .main3 .section4,
    .main3 .section4 a,
    .main3 .section4 .mod4 {
        width: 100%;
    }
    .mod12 {
        width: calc(100% - 260px);
    }
    .group8 {
        width: 90%;
    }
    .cont_right {
        width: calc(100% - 160px);
    }
    .six_list>li .periodical_item img {
        width: 115px;
        height: 152px;
    }
    .six_list>li .periodical_item .item_cont {
        width: calc(100% - 130px);
    }
    .six_list>li .periodical_item .item_cont h6 {
        margin-bottom: 10px;
        height: 40px;
        line-height: 20px;
    }
    .six_list>li .periodical_item .item_cont .item_info {
        line-height: 1.55;
    }
    .six_list>li .periodical_item .item_cont .item_more {
        margin-top: 10px;
        line-height: 1.55;
    }
    .periodical_section .item_cont {
        width: calc(100% - 200px);
    }
    .periodical_section .item_cont h6 {
        margin-bottom: 15px;
    }
    .periodical_section .item_cont .item_info li {
        margin-bottom: 10px;
        width: calc((100% - 40px) / 3);
    }
    .periodical_section .item_cont .item_info li.tgyx_item .tgyx_cont {
        width: calc(100% - 70px);
    }
    .periodical_slide {
        width: 100%;
    }
    .periodical_list li {
        width: calc((100% - 114px) / 4);
    }
    .periodical_list li img {
        height: 271px;
    }
    .three_list li,
    .footprint_list li {
        width: calc((100% - 20px) / 2);
    }
    .footprint_list li img {
        height: 218px;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .layer1 {
        position: relative;
        height: 75px;
    }
    .layer1 .logo img {
        height: 30px;
    }
    .search_section {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 10px;
        width: 100%;
        height: auto;
        background: #fff;
        border: 0;
        border-radius: 0;
        z-index: 99;
        box-shadow: 5px 0px 13px 0px rgba(0, 0, 0, 0.1);
    }
    .search_section input {
        width: calc(100% - 34px);
        border: 1px solid #dcdcdc;
    }
    .m-search-btn,
    .m-nav-btn {
        display: inline-block;
        margin-left: 10px;
    }
    .m-nav-btn {
        width: 20px;
        height: 20px;
    }
    .m-nav-btn {
        background: url(../images/icon9.png) center no-repeat;
        background-size: 20px;
    }
    .m-search-btn {
        width: 22px;
        height: 22px;
        background: url(../images/icon1_2.png) center no-repeat;
        background-size: 20px;
    }
    .nav {
        display: none;
    }
    .m-nav-pop {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 102;
        left: 100%;
        top: 0;
        display: block;
        transition: left 0.3s;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
    }
    .m-nav-pop .m-nav-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 18px;
    }
    .m-nav-pop .m-nav-close img {
        width: 100%;
    }
    .m-nav-pop .m-nav-list {
        padding: 0;
        list-style: none;
        position: relative;
        margin-top: 45px;
    }
    .m-nav-pop .m-nav-list ul {
        padding: 0;
        list-style: none;
    }
    .m-nav-pop .m-nav-list li {
        padding: 0 20px;
        font-size: 16px;
        color: #666;
        border-bottom: 1px solid #dcdcdc;
    }
    .m-nav-pop .m-nav-list li a {
        display: block;
        padding: 14px 0;
    }
    .m-nav-pop .m-nav-list li.more {
        background: url(../images/icon11.png) 95% 20px no-repeat;
        background-size: 16px;
    }
    .m-nav-pop .m-nav-list li.more.active {
        border-bottom: 0;
        background: url(../images/icon11_2.png) 95% 20px no-repeat;
        background-size: 16px;
    }
    .m-nav-pop .m-nav-list li .menu_nav {
        display: none;
    }
    .outer2 .txt4 {
        font-size: 16px;
    }
    .section3_left,
    .section3_right {
        float: none;
        width: 100%;
    }
    .main3 {
        height: 127px;
    }
    .main3 .section4,
    .main3 .section4 a {
        height: 125px;
    }
    .main3 .section4 .mod4 {
        height: 80px;
    }
    .main3 .section4 .txt7 {
        height: 45px;
        font-size: 16px;
    }
    .section3_right {
        margin-top: 20px;
    }
    .group8 {
        width: 95%;
    }
    .yearmeet_img img {
        height: auto;
    }
    .page_content .submenu-bar {
        display: block;
        padding-left: 30px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #333;
        background: url(../images/icon9_2.png) left center no-repeat;
        background-size: 20px;
    }
    .page_content .mobile-cover {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    .page_content .sidenav {
        position: fixed;
        z-index: 2000;
        top: 0;
        left: -60%;
        width: 60%;
        bottom: 0;
        overflow-y: auto;
        padding: 0;
        background-color: #fff;
        transition: left 0.6s;
    }
    .page_content .sidenav .sidenav_title {
        margin: 0;
        padding: 15px;
        height: auto;
        min-height: inherit;
        font-size: 18px;
        border-radius: 0;
        border: 0;
    }
    .page_content .sidenav>ul {
        padding: 0 15px;
        margin-top: 0;
    }
    .sidenav ul li {
        margin-bottom: 10px;
        height: auto;
        line-height: 1.4;
        border-radius: 0;
        background: #efefef;
    }
    .page_content .sidenav ul>li>a {
        padding: 10px 15px;
        font-size: 16px;
        text-align: center;
        color: #333;
    }
    .page_content .sidenav ul>li:hover>a,
    .page_content .sidenav ul>li.active>a {
        color: #fff;
    }
    .page_content .cont_right {
        float: none;
        width: 100%;
    }
    .unitsearch_section {
        margin-top: 15px;
        text-align: left;
    }
    .unitsearch_section * {
        display: block;
    }
    .unitsearch_section label {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 25px;
    }
    .unitsearch_section input {
        width: 100%;
        height: 35px;
        font-size: 14px;
        color: #666;
    }
    .unitsearch_section button {
        margin: 0 auto;
        margin-top: 15px;
    }
    .unit_box {
        width: 100%;
    }
    .unit_boxitem {
        margin: 0 10px;
    }
    .special_list {
        margin-left: 0;
        margin-right: 0;
    }
    .special_list li {
        margin-bottom: 15px;
        margin-right: 15px;
        width: calc((100% - 45px) / 4);
        height: 122px;
    }
    .special_list li .icon_box {
        height: 80px;
    }
    .special_list li .item_cont {
        padding: 10px 0;
        font-size: 16px;
    }
    .footprint_list li {
        width: calc((100% - 20px) / 2);
    }
    .footprint_list li img {
        height: 149px;
    }
    .periodical_section img {
        width: 130px;
        height: 172px;
    }
    .periodical_section .item_cont {
        width: calc(100% - 145px);
    }
    .periodical_section .item_cont .item_info li {
        width: auto;
    }
    .periodical_section .item_cont .item_text,
    .periodical_section .item_cont .item_text p {
        line-height: 1.85;
    }
    .periodical_list li img {
        height: 175px;
    }
    .five_list li span:nth-child(2) {
        width: 62%;
    }
    .guide_list>li {
        width: 100%;
    }
}

@media screen and (min-width: 0px) and (max-width: 640px) {
    .layer1 {
        height: 55px;
    }
    .layer1 .logo img {
        height: 25px;
    }
    .group2 {
        margin: 15px;
    }
    .section1 {
        height: auto;
        overflow: hidden;
    }
    .outer2 {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc((100% - 10px) / 2);
        height: 50px;
    }
    .outer2:nth-child(2n) {
        margin-right: 0;
    }
    .outer2 .txt4 {
        font-size: 14px;
    }
    .section3 {
        margin-top: 15px;
    }
    .section_title .txt6 {
        font-size: 16px;
    }
    .section_title .info5 {
        font-size: 12px;
        line-height: 20px;
    }
    .group5 {
        margin-top: 15px;
    }
    .main3 .section4 .mod4 {
        height: 50px;
    }
    .main3 .section4 .mod4 img {
        height: 24px;
    }
    .main3 {
        height: 80px;
    }
    .main3 .section4,
    .main3 .section4 a {
        height: 78px;
    }
    .main3 .section4 .txt7 {
        height: 28px;
        font-size: 12px;
    }
    .mod10,
    .mod12 {
        float: none;
        width: 100%;
    }
    .quick_list {
        margin-top: 15px;
    }
    .quick_list .layer7 {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc((100% - 10px) / 2);
        height: 45px;
    }
    .quick_list .layer7:nth-child(2n) {
        margin-right: 0;
    }
    .quick_list .layer7 .outer9,
    .quick_list .layer7 .outer9 a {
        height: 100%;
    }
    .quick_list .layer7 .outer9 {
        font-size: 14px;
    }
    .mod12 {
        margin-left: 0;
        margin-top: 15px;
    }
    .news_list {
        margin-top: 15px;
    }
    .news_list li .img_box {
        width: 110px;
        height: 66px;
    }
    .news_list li .item_cont {
        margin-left: 120px;
    }
    .news_list li .item_cont h6 {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .news_list li .item_cont p {
        font-size: 12px;
    }
    .txt8 {
        font-size: 16px;
    }
    .group8 {
        margin: 0 10px;
        margin-top: 13px;
        width: auto;
    }
    .group8 .more {
        font-size: 12px;
        line-height: 20px;
    }
    .group10 {
        margin: 0 10px;
        margin-top: 13px;
    }
    .group10 .info14 {
        font-size: 16px;
    }
    .group11.footer {
        display: block;
        height: auto;
    }
    .footer .outer17,
    .footer .outer17 .box3,
    .footer .outer17 .ImageText6,
    .footer .outer17 .ImageText6 .mod14,
    .footer .TextGroup6 {
        display: block;
    }
    .footer .outer17 .box3 {
        margin-top: 0;
    }
    .footer .outer17 .txt12 span {
        display: block;
        margin-right: 0;
    }
    .footer .outer17 .ImageText6 {
        margin-top:0;
        line-height: 1.5;
        overflow: hidden;
    }
    .footer .outer17 .txt12 {
        line-height: 1.5;
    }
    .footer .outer17 .ImageText6 .mod14 img {
        float: left;
        margin-top: 1px;
    }
    .footer .TextGroup6 {
        float: left;
        margin-left: 0;
        width: calc(100% - 25px);
    }
    .footer .footer_right {
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
    }
    .footer .word14 a{
        display: block;
        margin-right: 0;
    }
    .breadnav {
        display: none;
    }
    .content_box {
        padding: 15px;
    }
    .page_content .submenu-bar {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .page_title {
        padding-top: 0;
        font-size: 16px;
    }
    .unitsearch_section button {
        height: 30px;
        font-size: 14px;
    }
    .unit_box {
        display: block;
    }
    .unit_boxitem {
        margin: 0;
        margin-bottom: 20px;
        padding: 15px;
        width: 100%;
    }
    .unit_boxitem .unit_boxitemtitle {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .TextTitle {
        padding: 12px 0;
    }
    .TextTitle h5 {
        font-size: 16px;
        line-height: 1.5;
    }
    .TextTitle .shar {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5;
    }
    .NewsText,
    .NewsText *,
    .company_datasection p,
    .company_text,
    .company_text p,
    .rulestext_section,
    .rulestext_section *,
    .introduction_text,
    .introduction_text * {
        font-size: 14px;
        line-height: 1.85;
    }
    .company_introduce {
        margin-top: 20px;
    }
    .company_introduce .company_inttitle {
        margin-bottom: 5px;
        line-height: 1.45;
    }
    .rules_section .rules_title {
        padding: 15px 0;
    }
    .rules_section .rules_title h6 {
        font-size: 16px;
    }
    .rules_section .rules_title p {
        line-height: 1.45;
    }
    .member_section .member_title {
        padding: 15px 0;
    }
    .member_section .member_title h6 {
        font-size: 16px;
    }
    .member_form {
        width: 100%;
    }
    .member_form .el-form-item {
        margin-bottom: 15px;
    }
    .member_form .el-form-item__label {
        float: none;
        margin-bottom: 3px;
        width: 100%;
        font-size: 14px;
        text-align: left;
        line-height: 25px;
    }
    .member_form .el-form-item__content {
        margin-left: 0;
        line-height: 35px;
    }
    .member_form .el-input__inner {
        height: 35px;
        line-height: 35px;
    }
    .member_form .el-input__icon {
        line-height: 35px;
    }
    .member_form .el-form-item__content .img-box img {
        max-height: 32px;
    }
    .member_result {
        margin-top: 30px;
        width: 100%;
        overflow-x: auto;
    }
    .member_result table thead th,
    .member_result table tr td {
        padding: 8px 10px;
        font-size: 14px;
        white-space: nowrap;
    }
    .member_form .el-button {
        width: 80px;
        font-size: 14px;
    }
    .member_result {
        /* 显示滚动条 */
        -webkit-overflow-scrolling: touch;
        /* 启用平滑滚动 */
        overflow: auto !important;
        /* 强制显示滚动条 */
        /* 自定义滚动条样式 */
        scrollbar-width: thin;
        scrollbar-color: #909090 #f1f1f1;
        /* 防止滚动条闪烁 */
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
    }
    /* iOS滚动条样式 */
    .member_result::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 8px;
        height: 4px;
    }
    .member_result::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 2px;
    }
    .member_result::-webkit-scrollbar-thumb {
        background: #909090;
        border-radius: 4px;
        min-height: 40px;
        /* 确保滚动条滑块足够长 */
    }
    /* 确保在滚动时滚动条仍然可见 */
    .member_result:hover::-webkit-scrollbar-thumb,
    .member_result:active::-webkit-scrollbar-thumb,
    .member_result:hover::-webkit-scrollbar-track,
    .member_result:active::-webkit-scrollbar-track {
        display: block !important;
        opacity: 1;
        /* 确保在悬停或激活时滚动条可见 */
    }
    /* 确保在不同机型上滚动条都可见 */
    @supports (-webkit-overflow-scrolling: touch) {
        .member_result {
            overflow-x: auto !important;
            overflow-y: auto !important;
            /* 可以根据需要设置只显示水平或垂直滚动条 */
        }
    }
    /* 针对Android设备 */
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .member_result {
            overflow: overlay;
            /* 在某些Android设备上可以更好地显示滚动条 */
        }
    }
    .four_list li {
        padding: 15px 0;
    }
    .four_list li img {
        width: 120px;
        height: 74px;
    }
    .four_list li .item_cont {
        margin-left: 135px;
    }
    .four_list li .item_cont h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .four_list li .item_cont .item_text {
        height: 40px;
        font-size: 12px;
        line-height: 20px;
    }
    .four_list li .item_cont .item_time {
        display: none;
    }
    .pages {
        margin-top: 15px;
    }
    .pages .pagination li {
        font-size: 12px;
    }
    .pages .pagination li.first,
    .pages .pagination li.last {
        display: none;
    }
    .pages .pagination li.prev,
    .pages .pagination li.next {
        width: 60px;
    }
    .pages .pagination li.next {
        border-right: 1px solid #bfbfbf;
    }
    .special_list {
        margin-top: 15px;
    }
    .special_list li {
        margin-right: 10px;
        width: calc((100% - 30px) / 4);
        height: 80px;
    }
    .special_list li .icon_box {
        height: 50px;
    }
    .special_list li .icon_box img {
        height: 24px;
    }
    .special_list li .item_cont {
        padding: 7px 0;
        font-size: 12px;
    }
    .first_list {
        margin-top: 15px;
    }
    .first_list li {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }
    .first_list li a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .footprint_list {
        margin-top: 15px;
    }
    .footprint_list li {
        margin-right: 10px;
        margin-bottom: 15px;
        width: calc((100% - 10px) / 2);
    }
    .footprint_list li img {
        height: 71px;
    }
    .footprint_list li p {
        font-size: 14px;
        line-height: 20px;
    }
    .aboutmap {
        margin: 15px 0;
    }
    .about_text h6 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .about_text img{
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
    .about_text p {
        line-height: 1.85;
    }
    .two_list li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .six_list>li {
        padding: 15px 0;
        padding-bottom: 0;
        display: block;
    }
    .six_list>li .periodical_item {
        margin-bottom: 15px;
        width: 100%;
        overflow: hidden;
    }
    .six_list>li .periodical_item .item_cont h6 {
        margin-bottom: 2px;
        font-size: 14px;
    }
    .six_list>li .periodical_item .item_cont .item_more {
        margin-top: 2px;
    }
    .periodical_section {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .periodical_section img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .periodical_section .item_cont {
        margin-top: 20px;
        float: none;
        width: 100%;
    }
    .periodical_section .item_cont .item_info li {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .periodical_slide .gallery_bottom {
        padding: 0 30px;
    }
    .periodical_list {
        margin-bottom: -15px;
    }
    .periodical_list li {
        margin-right: 10px;
        margin-bottom: 15px;
        width: calc((100% - 20px) / 3);
    }
    .periodical_list li:nth-child(4n) {
        margin-right: 10px;
    }
    .periodical_list li:nth-child(3n) {
        margin-right: 0;
    }
    .periodical_list li img {
        height: 127px;
    }
    .periodical_list li p {
        font-size: 14px;
        line-height: 25px;
    }
    .five_list li {
        padding: 10px 0;
    }
    .five_list li span {
        padding-left: 0;
        display: block;
        float: none;
        width: 100%;
        white-space: inherit;
        white-space: initial;
    }
    .five_list li span:nth-child(1),
    .five_list li span:nth-child(2),
    .five_list li span:last-child {
        padding: 3px 0;
        width: 100%;
    }
    .guide_list {
        margin-top: 15px;
    }
    .guide_list>li .guide_title {
        padding: 10px;
        padding-right: 20px;
    }
    .guide_list>li .guide_content {
        padding: 10px;
        padding-bottom: 0;
    }
    .three_list {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .three_list li {
        float: none;
        margin-right: 0;
        width: 100%;
        height: auto;
        font-size: 14px;
    }
    .three_list li a {
        padding: 10px;
    }
    .nodata-section {
        margin: 60px 0;
    }
    .nodata-section img {
        max-width: 80%;
    }
    .nodata-section p {
        margin-top: 30px;
        font-size: 14px;
    }
}
