        @import url(//at.alicdn.com/t/c/font_4257038_llfvfmxrijb.css);
        @import url(swiper.css);
        @import url(bootstrap.min.css);
        @import url(animate.min.css);
        body {
            font-family: "微软雅黑";
            font-weight: 300;
            color: #333;
            margin: auto;
        }
        
        img {
            max-width: 100%;
            border-radius: 5px;
            display: block;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            transition: 0.4s;
            margin: 5px 0;
        }
        
        h2 {
            font-size: 20px;
            font-weight: bold;
            border-left: 5px solid cornflowerblue;
            padding-left: 5px;
        }
        
        i {
            transition: 0.4s;
            padding-right: 2px;
        }
        
        a {
            transition: 0.3s;
            font-size: 14px;
            color: #000;
            text-decoration: none;
            font-weight: 400;
            transition: all .3s;
        }
        
        p {
            margin: 5px 0;
            font-size: 14px;
        }
        
        ul,
        ol,
        li {
            padding: 0;
            list-style: none;
        }
        
        .content {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .row_title {
            padding: 5px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .row_title a:hover,
        .list_association_title a:hover,
        .supply_conter_box a:hover,
        .list_news_row_conter a:hover,
        .list_news_row_fishery_conter a:hover {
            color: #7276d1a0;
        }
        
        .font-size-10 {
            font-size: 10px;
        }
        
        .font-size-12 {
            font-size: 12px;
        }
        
        .font-size-14 {
            font-size: 14px;
        }
        
        .font-size-16 {
            font-size: 16px;
        }
        
        .font-size-18 {
            font-size: 18px;
        }
        
        .font-size-20 {
            font-size: 20px;
        }
        
        .font-bold {
            font-weight: bold;
        }
        
        .text-overflow-1 {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }
        
        .text-overflow-2 {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        
        .text-overflow-3 {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }
        
        .hide_picture {
            display: flex;
            align-items: center;
        }
        
        .hide_picture i {
            margin-left: 30px;
            font-size: 26px;
            color: #000;
        }
        
        .hide {
            display: none;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 999999;
            margin-right: auto;
        }
        
        .hide::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 0;
            right: 0;
            background-color: rgba(179, 182, 182, 0.7);
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .hide_head {
            max-width: 320px;
            position: relative;
            height: 100%;
            z-index: 2;
            background: #fff;
            color: #ffffff;
            box-sizing: border-box;
        }
        
        .hide_head li a{
            display: block;
            color: #000;
            padding: 10px 0 10px 20px;
        }
        
        .hide_picture {
            padding: 8px 5px;
        }
        
        .hide_head img {
            width: 240px;
        }
        
        .about_head {
            background-image: url(/skin/images/banner_five.jpg);
            background-size: cover;
            background-position: center;
            /* background-attachment: fixed; */
            overflow: auto;
        }
        
        .list_association_head {
            background-image: url(/skin/img/banner_two.jpg);
            background-size: cover;
            background-position: center;
            /* background-attachment: fixed; */
            overflow: auto;
        }
        
        .list_news_head {
            background-image: url(/skin/img/banner_three.jpg);
            background-size: cover;
            background-position: center;
            /* background-attachment: fixed; */
            overflow: auto;
        }
        
        .list_fishery_head {
            background-image: url(/skin/img/banner_four.jpg);
            background-size: cover;
            background-position: center;
            overflow: auto;
        }
        
        .list_notice_head {
            background-image: url(/skin/img/banner_five.jpg);
            background-size: cover;
            background-position: center;
            overflow: auto;
        }
        
        .list_political_head {
            background-image: url(/skin/img/banner_six.jpg);
            background-size: cover;
            background-position: center;
            overflow: auto;
        }
        
        .list_supply_head {
            background-image: url(/skin/img/banner_seven.jpg);
            background-size: cover;
            background-position: center;
            overflow: auto;
        }
        
        .list_vip_head {
            background-image: url(/skin/img/banner_eight.jpg);
            background-size: cover;
            background-position: center;
            overflow: auto;
        }
        
        .list_video_head {
            background-image: url(/skin/img/banner_ten.jpg);
            background-size: cover;
            background-position: center;
            overflow: auto;
        }
        
        .list_association_head {
            background-image: url(/skin/img/banner_one.jpg);
            background-size: cover;
            background-position: center;
            overflow: auto;
        }
        
        .top_banner {
            position: relative;
        }
        
        .top_banner::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background-color: #333;
            opacity: 0.5;
            z-index: 1;
        }
        
        .xhdh-ul {
            padding: 0 5px;
        }
        
        .xhdh-ul a {
            font-weight: bold;
            color: #ffffff;
            padding: 15px;
            background-color: #719cce;
            border: 1px solid #719cce;
        }
        
        .xhdh-ul a:hover {
            color: #719cce;
            background-color: #fff;
        }
        
        .xhdh-ul li {
            text-align: center;
            padding: 0 5px;
        }
        
        .about_box {
            position: relative;
            z-index: 99;
        }
        
        .about_box ul {
            align-items: center;
        }
        
        .about_box ul a:hover {
            color: #719cce;
        }
        
        .about_introduction h2,
        .about_leader h2 {
            padding-left: 5px;
        }
        
        .about_leader {
            padding: 40px 0;
        }
        
        .about_framework {
            padding: 40px 0;
            background: #f3f8fb;
        }
        
        .about_head .about_row,
        .about_row_box {
            color: #ffffff;
            justify-content: center;
            text-align: center;
            margin: 0 auto;
            padding: 100px 0;
        }
        
        .about_head h2 {
            font-size: 35px;
            margin: auto;
        }
        
        .about_row_box ul {
            list-style: none;
            justify-content: center;
            display: flex;
            padding: 15px 0;
            margin: auto;
        }
        
        .about_box a {
            display: flex;
            color: #ffffff;
        }
        
        .about_introduction_conter {
            padding: 5px 0;
        }
        
        .about_introduction_conter p,
        .about_conter p {
            font-size: 16px;
            line-height: 25px;
            text-indent: 2rem;
            font-weight: 500;
        }
        
        .about_conter h2 {
            margin-bottom: 15px;
        }
        
        .header {
            padding: 5px 0;
            background: #222222;
            color: #ffffff;
        }
        
        .header_row {
            justify-content: space-between;
            display: flex;
        }
        
        .header_row_cleafix {
            display: flex;
        }
        
        .header_row_cleafix .header_row_phone {
            padding: 0 10px;
        }
        
        .head_row {
            justify-content: space-between;
            display: flex;
            padding: 10px 0;
        }
        
        .head_button {
            text-align: right;
            width: 70%;
            display: none;
        }
        
        .head_button i {
            color: #000000;
            font-size: 40px;
        }
        
        .head_ul {
            display: flex;
            justify-content: flex-end;
        }
        
        .head_ul ul {
            margin: 0;
            display: flex;
        }
        
        .head_ul a:hover {
            color: #7276d1a0;
        }
        
        .head_ul a {
            display: flex;
            align-items: center;
            transition: 0.4s;
            font-size: 14px;
            font-weight: 500;
        }
        
        .head_ul ul li {
            padding-left: 20px;
        }
        
        .head_logo img {
            width: 300px;
        }
        
        .foot {
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
            color: #000000;
            background-color: #ffffff;
            margin: 0 auto;
            font-weight: 500;
        }
        
        .foot-phone {
            display: none;
            text-align: center;
            z-index: 1000;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: -webkit-linear-gradient(left, #91aaab, #719cce, #c9d2fc);
        }
        
        .foot-phone-box {
            color: #ffffff;
            text-align: center;
        }
        
        .foot_row {
            padding: 20px 0;
            display: flex;
            flex-wrap: wrap;
        }
        
        .foot_box {
            width: 25%;
            padding: 15px;
            box-sizing: border-box;
        }
        
        .foot_link a {
            padding: 5px 0;
        }
        
        .foot_link_lm ul {
            padding: 0 10px;
        }
        
        .foot_box a {
            display: block;
            color: #000000;
        }
        
        .foot_box p {
            margin: 10px 0;
        }
        
        .foot_link h3 {
            margin-bottom: 10px;
        }
        
        .foot_link {
            justify-content: center;
            text-align: center;
        }
        
        .bottom_p p {
            font-size: 12px;
            margin: 0;
            color: #fff;
        }
        
        .bottom_p {
            color: #ffffff;
            background: #010e2e;
            padding: 10px;
        }
        
        .copyright_p {
            justify-content: center;
            padding-bottom: 5px;
        }
        
        .color_fff {
            font-size: 12px;
            color: #fff;
        }
        
        .bottom_p .copyright_p {
            display: flex;
            align-items: center;
        }
        
        .copyright_p a:hover {
            color: #7276d1a0;
        }
        
        .bottom_p .copyright_p a {
            margin: 0 3px;
        }
        
        .banner_swiper img {
            display: block;
            width: 100%;
        }
        
        .contact_us {
            background: #f3f8fb;
            padding: 30px 0;
        }
        
        .contact_us h2 {
            padding-left: 5px;
        }
        
        .contact_us_row {
            padding: 20px 0;
            flex-wrap: wrap;
        }
        
        .map {
            padding-right: 5px;
            box-sizing: border-box;
        }
        
        .contact_us_conter {
            padding: 5px;
            box-sizing: border-box;
        }
        
        .about_row {
            padding: 40px 0;
            display: flex;
            flex-wrap: wrap;
        }
        
        .about_conter {
            padding-right: 10px;
            box-sizing: border-box;
        }
        
        .about_conter_img {
            box-sizing: border-box;
            padding:5px;
        }
        
        .about_conter_img img {
            width: 100%;
            border-radius: 5px;
        }
        
        .list_association_frame {
            flex-wrap: wrap;
            display: flex;
        }
        
        .list_association_title {
            padding: 10px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .list_association_row_two {
            box-sizing: border-box;
            width: 80%;
            padding: 0 5px;
            display: flex;
            flex-wrap: wrap;
        }
        
        .list_association_box {
            display: flex;
            flex-wrap: wrap;
        }
        
        .list_association_box_two {
            box-sizing: border-box;
            padding: 5px;
            width: 33%;
        }
        
        .list_association_bd {
            box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.04);
            background: #fff;
            padding: 5px;
            border-radius: 8px;
        }
        
        .association_box_text {
            padding: 0 20px;
        }
        
        .association_box_time {
            display: flex;
            align-items: center;
        }
        
        .association_box_time a {
            padding-right: 10px;
        }
        
        .association_box_time p {
            margin: 0;
        }
        
        .association_box_time p,
        .association_box_time i {
            font-size: 14px;
        }
        
        .association_box_bd:hover .text_row h3 {
            color: #7276d1a0;
        }
        
        .text_row h3 {
            transition: 0.4s;
        }
        
        .association_box_bd:hover .text_row {
            bottom: 60px;
        }
        
        .text_row {
            box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            bottom: 80px;
            position: relative;
            padding: 15px;
            background: #fff;
            transition: 0.4s;
        }
        
        .pos_a a {
            color: #fff;
        }
        
        .pos_a a:hover {
            color: #ff7681;
            transition: all .3s;
        }
        
        .text_row h3 {
            margin-bottom: 10px;
        }
        
        .association_box_bd img {
            border-radius: 5px;
        }
        
        .association_box_bd {
            padding: 0 10px;
            border-radius: 5px;
        }
        
        .list_news {
            padding: 40px 0;
        }
        
        .list_news_bg {
            background: #f3f8fb;
            padding: 40px 0;
        }
        
        .list_news_row {
            display: flex;
            /* padding: 40px 0; */
            flex-wrap: wrap;
        }
        
        .list_news_row_conter {
            margin-bottom: 15px;
            box-sizing: border-box;
            padding: 0 5px;
            display: flex;
            align-items: center;
        }
        
        .list_news_row_conter h2 {
            text-align: left;
            width: 50%;
        }
        
        .list_news_row_conter a {
            text-align: right;
            width: 50%;
        }
        
        .list_news_row_fishery_conter {
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .list_news_row_information {
            width: 70%;
            flex-wrap: wrap;
            box-sizing: border-box;
        }
        
        .list_association {
            padding: 40px 0;
        }
        
        .list_association_news {
            box-sizing: border-box;
            width: 20%;
            padding: 5px;
        }
        
        .list_association_bg {
            padding: 40px 0;
            padding-bottom: 0;
            background: #f3f8fb;
        }
        
        .list_association_news_bd {
            padding: 5px;
            border-radius: 8px;
        }
        
        .list_association_news_box div,
        .list_association_news_bd h2 {
            margin-bottom: 10px;
            box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.04);
            padding: 5px;
            border-bottom: 1px solid rgba(88, 88, 88, 0.267);
        }
        
        .fishery_content {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }
        
        .list_supply_row {
            padding: 40px 0;
        }
        
        .list_association_news_bd p,
        .list_association_box_two p,
        .association_box_bd p,
        .row_information_box p,
        .box_bg p,
        .row_box_bg p,
        .list_news_fishery_bd_one p,
        .list_news_fishery_bd_two p,
        .list_news_box_one_bg p,
        .list_notice_bg p,
        .list_political_box p,
        .association_box_bd h3,
        .vip_bd p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        
        .showlineone {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }
        
        .showlinetwo {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        
        .video_audio h3,
        .association_box_bd h3 {
            -webkit-line-clamp: 1;
        }
        
        .list_news_row_fishery_conter h5,
        .row_information_box h3,
        .row_fishery_center h5,
        .list_association_news_bd h2,
        .list_association_box_two h2,
        .notice_row_conter h3,
        .box_bg h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        
        .notice_row_conter h3 {
            transition: 0.3s;
        }
        
        .row_information_box h3 {
            -webkit-line-clamp: 1;
        }
        
        .information {
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
        }
        
        .row_information_one {
            margin-bottom: 10px;
            color: #fff;
            box-sizing: border-box;
        }
        
        .pos_a h3 {
            margin: 10px 0;
            font-size: 20px;
            font-weight: bold;
            transition: 0.4s;
        }
        
        .row_information_one:hover .pos_a h3,
        .row_information_two:hover .pos_a h3 {
            color: #f16f6f;
        }
        
        .row_information_two {
            margin-bottom: 10px;
            color: #fff;
            box-sizing: border-box;
            width: 33%;
        }
        
        .row_information_box {
            padding: 5px;
            border-radius: 8px;
        }
        
        .list_news_row_fishery {
            padding: 0 10px;
            border-radius: 8px;
            box-sizing: border-box;
            width: 30%;
        }
        
        .row_fishery {
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
            background: #fff;
            padding: 5px;
            margin-top: 10px;
            border-radius: 8px;
        }
        
        .row_fishery {
            display: flex;
        }
        
        .row_fishery:hover h5 {
            color: #7276d1a0;
        }
        
        .row_fishery_img {
            width: 34%;
        }
        
        .row_fishery_img img {
            display: block;
            width: 100%;
            border-radius: 4px;
        }
        
        .row_fishery_center {
            width: 66%;
            padding-left: 5px;
        }
        
        .row_fishery_center p {
            margin-bottom: 0;
        }
        
        .row_fishery_center h5 {
            transition: 0.4s;
            font-weight: bold;
            font-size: 14px;
            -webkit-line-clamp: 1;
        }
        
        .notice_political {
            background: #f3f8fb;
        }
        
        .notice_political_row {
            width: 30%;
            box-sizing: border-box;
        }
        
        .political_row_box {
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
            margin-top: 20px;
            padding: 5px;
            align-items: center;
            display: flex;
            background: #fff;
            border-radius: 4px;
        }
        
        .political_row_box h3 {
            transition: 0.4s;
        }
        
        .political_row_box:hover h3 {
            color: #7276d1a0;
        }
        
        .political_row_box_img {
            padding-right: 10px;
            width: 40%;
        }
        
        .political_row_box img {
            border-radius: 4px;
        }
        
        .political_time {
            width: 60%;
        }
        
        .notice_row {
            box-sizing: border-box;
            padding: 0 5px;
        }
        
        .political_row {
            box-sizing: border-box;
            padding: 0 5px;
        }
        
        .pos_r {
            position: relative;
            overflow: hidden;
            border-radius: 6px;
        }
        
        .pos_r img {
            border-radius: 6px;
        }
        
        .row_information_box:hover .pos_a {
            bottom: 0;
        }
        
        .pos_a {
            transition: 0.4s;
            color: #fff;
            border-radius: 6px;
            position: absolute;
            bottom: -60px;
            left: 0;
            right: 0;
            padding: 10px 10px;
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 100%);
        }
        
        .notice_box_img {
            padding-right: 10px;
            width: 40%;
        }
        
        .notice_row_conter {
            width: 60%;
        }
        
        .notice_row_box {
            padding: 5px;
            align-items: center;
            display: flex;
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
            background: #fff;
            margin: 10px 0 20px 0;
            border-radius: 8px;
        }
        
        .notice_row_box:hover h3 {
            color: #7276d1a0;
        }
        
        .time {
            font-size: 14px;
            font-weight: 400;
        }
        
        .time a:hover {
            color: #7276d1a0;
        }
        
        .supply_bg {
            padding: 40px 0;
        }
        
        .supply_row {
            display: flex;
            flex-wrap: wrap;
            padding: 40px 0;
        }
        
        .supply_conter {
            width: 70%;
            box-sizing: border-box;
        }
        
        .supply_conter_box {
            padding: 0 10px;
            align-items: center;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        
        .supply_box {
            display: flex;
            flex-wrap: wrap;
        }
        
        .list_fishery_news_bd {
            border-radius: 5px;
            box-shadow: 5px 5px 10px 0px rgba(102, 102, 102, 0.2);
        }
        
        .list_fishery_news_bd:hover h3 {
            color: #7276d1a0;
        }
        
        .supply_box_bg {
            padding: 0 7px;
            width: 50%;
            box-sizing: border-box;
            margin-bottom: 15px;
        }
        
        .supply_box_bg h3 {
            transition: 0.4s;
        }
        
        .supply_box_bg:hover h3 {
            color: #7276d1a0;
        }
        
        .supply_box_two_bg {
            margin-bottom: 15px;
        }
        
        .supply_box_two_bg:hover .box_bg {
            box-shadow: 10px 10px 10px 0 rgba(104, 104, 104, 0.2);
        }
        
        .supply_box_two_bg:hover h3 {
            color: #7276d1a0;
        }
        
        .box_bg {
            transition: 0.4s;
            box-shadow: 0px 4px 10px 0 rgba(139, 139, 139, 0.2);
            background: #fff;
            border-radius: 4px;
        }
        
        .box_bg_row {
            padding: 10px;
        }
        
        .box_bg_row a:hover {
            color: #7276d1a0;
        }
        
        .box_bg img {
            border-radius: 4px;
        }
        
        .video {
            padding: 80px 10px;
        }
        
        .video_audio {
            background: #010e2e;
            padding: 80px 5px;
        }
        
        .video_audio h2,
        .video_audio h3,
        .video_audio h3 a,
        .video_audio_conter_title p {
            color: #fff;
        }
        
        .video_audio_conter_title a:hover {
            color: #d83030;
        }
        
        .video_audio h3 a {
            font-size: 16px;
            display: block;
            margin-bottom: 4px;
        }
        
        .video_audio_conter_icon {
            margin-top: 15px;
            text-align: right;
        }
        
        .video_audio_conter_icon_two {
            text-align: center;
            padding-top: 170px;
        }
        
        .video_audio_conter_icon i,
        .video_audio_conter_icon_two i {
            font-size: 35px;
            color: #fff;
            padding: 7px;
            border-radius: 50%;
            border: 2px solid #fff;
        }
        
        .video_audio_title {
            border-bottom: 1px solid #fff;
            margin-bottom: 10px;
            align-items: center;
            padding: 20px 0;
            justify-content: space-between;
            display: flex;
        }
        
        .video h3,
        .video a {
            font-size: 16px;
            color: #fff;
        }
        
        .video a:hover {
            color: #ff2f00;
            transition: all .3s;
        }
        
        .video_audio_title a {
            color: #ffffff;
        }
        
        .video_audio_box,
        .video_audio_row {
            display: flex;
            flex-wrap: wrap;
        }
        
        .video_audio_row_box {
            display: flex;
            flex-wrap: wrap;
            box-sizing: border-box;
        }
        
        .video_audio_conter_a {
            border-radius: 4px;
            overflow: hidden;
            position: relative;
        }
        
        .video_audio_conter_txt {
            position: absolute;
            padding: 10px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0) linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(1, 14, 46, 0.63)) repeat scroll 0 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .video_audio_row_box_tow {
            box-sizing: border-box;
            padding: 10px;
            width: 70%;
        }
        
        .video_audio_row_box_tow div {
            padding: 5px;
            background: #eaeaea;
            height: 100%;
        }
        
        .video_audio_row_bd {
            box-sizing: border-box;
            padding: 10px 0;
        }
        
        .video_audio_row_bd:hover h3 {
            color: #ec6d6d;
        }
        
        .video_audio_row_bd:hover .video_audio_conter_icon i {
            font-size: 45px;
        }
        
        .vip_title {
            border-bottom: 1px solid #e3e3e3;
            margin-bottom: 15px;
            padding: 0 5px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .vip {
            padding: 40px 0;
        }
        
        .vip_bg {
            display: none;
            padding: 40px 0;
        }
        /* .vip_row {
            display: flex;
            flex-wrap: wrap;
        } */
        
        .vip_row_one
        /* ,.vip_row_two */
        
        {
            display: flex;
            flex-wrap: wrap;
            padding: 5px;
            box-sizing: border-box;
        }
        
        .vip_row_one_img {
            width: 40%;
        }
        
        .vip_row_two_box {
            box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.04);
            display: flex;
            padding: 15px;
            margin-bottom: 20px;
        }
        
        .vip_row_two_box h3 {
            padding: 10px 5px;
        }
        
        .vip_row_two_img {
            padding: 10px;
            width: 40%;
        }
        
        .vip_row_two_img img,
        .vip_row_one_img img {
            border-radius: 8px;
        }
        
        .vip_row_box_conter {
            width: 60%;
            padding: 0 20px;
        }
        
        .vip_box_time {
            width: 60%;
            align-items: center;
        }
        
        .vip_box_time a {
            width: 50%;
        }
        
        .row_box_bg {
            box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.04);
            display: flex;
            padding: 5px;
            border-radius: 8px;
            align-items: center;
        }
        
        .vip_row_box {
            width: 50%;
            box-sizing: border-box;
            padding: 5px;
        }
        
        .leader_row {
            display: flex;
            flex-wrap: wrap;
            box-sizing: border-box;
        }
        
        .leader_row_box {
            width: 25%;
            box-sizing: border-box;
            padding: 5px;
        }
        
        .leader_row_bg {
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
            background: #fff;
            border-radius: 5px;
        }
        
        .list_news_box_one {
            box-sizing: border-box;
            width: 60%;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .list_news_box_one_bg {
            width: 50%;
            box-sizing: border-box;
            padding: 5px;
        }
        
        .list_news_box_one_bd {
            box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.04);
            border-radius: 8px;
            padding: 5px;
        }
        
        .list_news_fishery {
            box-sizing: border-box;
            padding: 5px;
            flex-wrap: wrap;
            width: 40%;
        }
        
        .list_news_fishery_img {
            padding: 0 10px;
            box-sizing: border-box;
            width: 30%;
        }
        
        .list_news_fishery_conter {
            box-sizing: border-box;
            width: 70%;
        }
        
        .list_news_fishery_bd_one h2,
        .list_news_fishery_bd_two h2 {
            margin-bottom: 40px;
        }
        
        .fishery_bd_two {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
            padding: 10px 0;
            display: flex;
            box-sizing: border-box;
            border-radius: 8px;
            padding: 5px;
        }
        
        .fishery_bd_two_img {
            padding: 0 10px;
            width: 30%;
            box-sizing: border-box;
        }
        
        .fishery_bd_two_conter {
            box-sizing: border-box;
            width: 70%;
        }
        
        .list_news_fishery_row {
            align-items: center;
            margin-bottom: 20px;
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
            padding: 10px 0;
            display: flex;
            box-sizing: border-box;
            border-radius: 8px;
            padding: 5px;
        }
        
        .list_fishery {
            padding: 40px 0;
        }
        
        .list_fishery_ul {
            display: none;
            padding: 10px 0;
        }
        
        .list_fishery_ul ul {
            justify-content: center;
            display: flex;
        }
        
        .list_fishery_ul li {
            padding: 10px 20px;
        }
        
        .list_fishery_ul li:hover {
            box-sizing: border-box;
            border-top: 2px solid rgba(81, 94, 237, 0.886);
            border-bottom: 2px solid rgba(81, 94, 237, 0.886);
            height: 39.46px;
        }
        
        .list_fishery_row {
            display: flex;
            flex-wrap: wrap;
        }
        
        .list_fishery_box {
            width: 50%;
            padding: 5px;
            box-sizing: border-box;
        }
        
        .list_fishery_border {
            box-sizing: border-box;
            border-radius: 6px;
        }
        
        .list_fishery_conter {
            box-sizing: border-box;
        }
        
        .list_fishery_bg:hover h3 {
            color: #7276d1a0;
        }
        
        .list_fishery_bg {
            padding-bottom: 10px;
            border-bottom: 1px solid #dbdbdb;
        }
        
        .list_notice {
            padding: 40px 0;
        }
        
        .list_notice_row {
            padding: 20px 0;
            display: flex;
            flex-wrap: wrap;
        }
        
        .list_notice_conter {
            width: 60%;
        }
        
        .list_notice_box {
            width: 50%;
            padding: 5px;
            box-sizing: border-box;
        }
        
        .list_notice_box:hover h3 {
            color: #7276d1a0;
        }
        
        .list_notice_row_img {
            box-sizing: border-box;
            width: 40%;
        }
        
        .list_notice_bg {
            display: flex;
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            padding: 5px;
        }
        
        .list_political {
            padding: 40px 0;
        }
        
        .list_political_row {
            display: flex;
            flex-wrap: wrap;
        }
        
        .list_political_box {
            border-top: 5px solid rgb(210, 30, 30);
            box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.04);
            background: #fff;
            padding: 5px;
            box-sizing: border-box;
            border-radius: 8px;
        }
        
        .list_political_bd {
            box-sizing: border-box;
            width: 25%;
            padding: 8px;
        }
        
        .list_political_box:hover {
            background: rgb(210, 30, 30);
            color: #ffffff;
            transition: all 1.0s;
        }
        
        .list_supply_conter {
            width: 70%;
            padding-left: 10px;
        }
        
        .list_supply_conter h3 {
            margin-bottom: 20px;
        }
        
        .list_supply_img {
            width: 30%;
        }
        
        .list_supply_border {
            box-sizing: border-box;
            margin-bottom: 15px;
            box-shadow: 5px 5px 12px 0 rgb(101 101 101 / 18%);
            padding: 5px;
        }
        
        .list_supply_border:hover h3 {
            color: #7276d1a0;
        }
        
        .vip_row_conter {
            padding: 40px 0;
            display: flex;
            flex-wrap: wrap;
        }
        
        .vip_box {
            width: 25%;
            padding: 5px;
            box-sizing: border-box;
        }
        
        .vip_bd {
            text-align: center;
            box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.04);
            padding: 5px;
        }
        
        .video_box {
            display: flex;
            flex-wrap: wrap;
        }
        
        .video_box_conter {
            box-sizing: border-box;
            width: 50%;
            padding: 5px;
        }
        
        .video_box_border {
            border: 1px solid rgba(88, 88, 88, 0.267);
            border-radius: 8px;
            padding: 5px
        }
        
        .mySwiper_rwjj {
            padding: 10px 0;
        }
        
        .page-nav-container {
            margin: 20px 0 40px 0;
            text-align: center;
        }
        
        .pagination {
            justify-content: center;
        }
        
        .page-nav-container a {
            transition: 0.4s;
            padding: 10px 15px;
            color: #000 !important;
            margin-right: 10px;
            border-radius: 8px !important;
            background-color: #ffffff !important;
            border: 1px solid #cccccc !important;
        }
        
        .active-one {
            color: #ffffff !important;
            background-color: #7276d1a0;
        }
        
        .page-nav-container a:hover {
            color: #ffffff !important;
            background-color: #cccccc !important;
            box-shadow: 0px 3px 5px 0px #dfdfdf;
        }
        
        .page-nav-container a:active {
            color: #ffffff !important;
            background-color: #cccccc !important;
        }
        
        .page-nav-container .active a {
            color: #ffffff !important;
            background-color: #cccccc !important;
        }
        
        .fishery_townews:hover h3 {
            color: #7276d1a0;
        }
        
        .list_fishery_townews {
            transition: 0.4s;
            justify-content: space-between;
        }
        
        .list_fishery_townews a {
            align-items: center;
            position: relative;
            transition: 0.4s;
            left: 0;
        }
        
        .list_fishery_townews:hover a {
            left: 10px;
            color: #7276d1a0;
        }
        
        .list_fishery_townews span {
            text-align: right;
            color: #a8a8a8;
            font-weight: bold;
        }
        
        .fishery_townews {
            border-bottom: 1px solid #b6b6b6;
        }
        
        .fishery_news_txt div {
            margin-top: 10px;
        }
        
        .fishery_news_txt span {
            color: #a8a8a8;
        }
        
        .vip_row_conter h4 {
            font-size: 18px;
            font-weight: bold;
        }
        
        .vip_row_conter td {
            font-size: 14px;
            padding: 10px 5px;
            border-bottom: 1px solid #a8a8a8;
        }
        
        .list_association_subpage {
            padding: 40px 0;
        }
        
        .list_association_subpage_row img {
            margin: 0 auto;
        }
        .list_association_subpage_row  p{
            max-width: 100%;
        }
        .list_association_subpage_row video {
            max-width: 800px;
            width: 100%;
        }
        
        .yyxh-box {
            right: 0;
            bottom: 0;
            position: absolute;
            color: #ffffff;
            background-color: #87ade1;
        }
        
        .mbt-15 {
            margin-bottom: 18px;
        }
        
        .next {
            margin-top: 20px;
            border-top: 1px solid #a0a0a0bf;
            justify-content: space-between;
            flex-wrap: wrap;
            font-size: 14px;
        }
        
        .next a {
            font-size: 14px;
            transition: 0.4s;
        }
        
        .next a:hover {
            color: #7276d1a0;
        }
        
        .next_title {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-weight: bold
        }
        
        .xhzc-txt p {
            font-size: 16px;
        }
        
        .contact_us_conter i {
            font-size: 25px;
            font-weight: bold;
            padding-right: 10px;
        }
        
        .contact_us_conter h3 {
            display: flex;
            align-items: center;
        }
        
        .index_banner img {
            border-radius: 0;
        }
        
        .foot_news_content a:hover,
        .foot_link a:hover {
            color: #7276d1a0;
        }
        
        .foot-dh-box {
            flex: 1;
        }
        
        .f-d-c {
            flex-wrap: wrap;
            flex-direction: column;
        }
        
        .list_association_subpage_row span {
            text-wrap: wrap !important;
        }
        
        .index_banner_row button {
            background-color: #ffffff00;
            border: none;
            color: #ffffff;
        }
        .bhld-bg p{
            font-size: 16px;
            font-weight: 500;
        }
        .about_introduction_conter img{
            display: inline;
        }
        .ljgd:hover{
            background-color: #7276d1a0;
            color: #fff;
        }
        .ljgd{
            border-radius: 6px;
            width: 200px;
            display: block;
            border: 1px solid #7276d1a0;
            color: #7276d1a0;
            padding: 5px;
            text-align: center;
            margin: 10px 0;
        }
        .ljgd-box{
            display: flex;
            justify-content: center;
        }
        @media(max-width:900px) {
            .association_box,
            .list_association_box_two {
                width: 50%;
            }
        }
        
        @media(max-width:768px) {
            .about_conter_img {
                padding:5px 0;
            }
            .list_news_row {
                margin-bottom: 30px;
            }
            .list_association_row {
                margin-bottom: 40px;
            }
            .swiper-button-next:after,
            .swiper-button-prev:after {
                font-size: 25px;
            }
            .list_fishery {
                margin-bottom: 40px;
            }
            .about_conter {
                padding: 0;
            }
            .vip_row_conter h4 {
                font-size: 15px;
            }
            .list_supply_conter h3 {
                margin-bottom: 15px;
            }
            .yyxh-box {
                display: none;
            }
            .list_news,
            .list_supply_row,
            .list_association_subpage,
            .about_framework {
                margin-bottom: 40px;
            }
            .foot-phone {
                display: block;
            }
            .association_box_time,
            .time {
                margin: 0px;
            }
            .pos_a {
                bottom: 0;
            }
            .contact_us_conter {
                padding: 10px 0;
            }
            .map {
                padding-right: 0;
            }
            .contact_us {
                margin-bottom: 40px;
                padding: 30px 0;
            }
            .about_leader_box {
                padding: 0 10px;
            }
            .notice_row,
            .political_row {
                padding: 0 10px;
            }
            .list_news_row_conter {
                padding: 0 10px;
            }
            .association_box,
            .about_conter,
            .about_conter_img,
            .information,
            .list_news_row_fishery,
            .row_information,
            .notice_row,
            .political_row,
            .list_news_row_conter,
            .supply_box_bg,
            .vip_row_box,
            .list_association_box_two,
            .list_association_news,
            .list_association_row_two,
            .list_news_box_one_bg,
            .list_news_fishery_bd_one,
            .list_news_fishery_bd_two,
            .list_notice_box,
            .list_political_bd,
            .vip_box,
            .leader_row_box,
            .list_news_row_information,
            .video_audio_row_box,
            .video_audio_row_box_tow,
            .supply_conter,
            .notice_political_row,
            .vip_row_one,
            .vip_row_two,
            .map,
            .contact_us_conter,
            .list_news_box_one,
            .list_news_fishery,
            .list_fishery_box,
            .row_information_one,
            .row_information_two,
            .list_supply_img,
            .list_supply_conter,
            .video_audio_row_bd {
                width: 100%;
            }
            .row_information,
            .information,
            .supply_box_bg,
            .vip_row_one,
            .vip_row_two,
            .vip_row_two_box,
            .list_supply_conter {
                padding: 0 10px;
            }
            .supply_row,
            .row_information_box {
                padding: 0;
            }
            .head_ul,
            .header,
            .pc_cover {
                display: none;
            }
            /* .index_banner_row {
                padding: 100px 0;
            } */
            .vip_bg {
                margin-bottom: 80px;
            }
            /* .hide, */
            .head_button {
                display: block;
            }
            .list_supply_border {
                flex-wrap: wrap;
            }
            .list_political {
                margin-bottom: 40px;
            }
            .about_row_box {
                padding: 40px 0;
            }
        }