* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
}

.a-hover:hover {
    color: #096 !important;
    text-decoration: underline;
}

.b-hover:hover {
    color: #fff !important;
    text-decoration: underline;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans", "WenQuanYi Micro Hei", sans-serif;
    min-width: 1100px;
    background: url(https://cdn.zhuwang.com.cn/ad/bg.jpg) no-repeat center 30px / auto 955px;
}

/* 头部 START */

.header {
    background: #f4f4f4;
    margin-bottom: 139px;
}

.header .center {
    width: 1100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
}

.header .left {
    float: left;
    height: 100%;
}

.header .right {
    float: right;
    height: 100%;
}

.header .left a,
.header .right a,
.header .right span {
    font-size: 12px;
    color: #777;
}

.header .right span {
    margin: 0 4px;
}

.header a:hover {
    color: #FF6931;
}

.ad_top {
    display: none;
    padding-top: 17px;
    box-sizing: content-box;
}

/* 头部 END */

/* 搜索 START */

.search {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
}

.search::after {
    content: "";
    display: block;
    clear: both;
}

.search .logo {
    float: left;
    margin: 22px 72px 0 0;
}

.search .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.search .form {
    position: relative;
    float: left;
    margin-top: 27px;
}

.search .form input {
    width: 288px;
    height: 36px;
    border: 1px solid #093;
    border-radius: 36px;
    padding-left: 24px;
}

.search .form input::-moz-placeholder {
    font-size: 12px;
    color: #ccc;
}

.search .form input::-webkit-input-placeholder {
    font-size: 12px;
    color: #ccc;
}

.search .form input:-ms-input-placeholder {
    font-size: 12px;
    color: #ccc;
}

.search .form img {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.search .form .local_search {
    cursor: pointer;
}

.search .list {
    float: right;
    margin-top: 17px;
}

.search .list li {
    float: left;
    width: 64px;
    text-align: center;
    margin: 0 4px;
}

.search .list li:nth-child(4) {
    position: relative;
}

.search .list li:nth-child(4):hover .hover {
    display: block;
}

.search .list li:nth-child(4) .hover {
    position: absolute;
    top: 66px;
    right: 8px;
    width: 100px;
    height: 90px;
    background: #fff;
    padding-top: 12px;
    border: 1px dashed #22ac38;
    border-radius: 10px;
    display: none;
}

.search .list li:nth-child(4) .hover img {
    width: 64px;
    height: 64px;
}

.search .list li:nth-child(4) .hover span {
    display: inline-block;
    width: 12px;
    font-size: 12px;
    color: #000;
    vertical-align: middle;
}

.search .list li:nth-child(4) .hover i {
    width: 0;
    height: 0;
    border-width: 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent #25ac5d;
    position: absolute;
    top: -10px;
    right: 5px;
}

.search .list a {
    display: block;
    width: 100%;
    height: 100%;
}

.search .list .p1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.search .list a:hover .p1 {
    background: rgba(0, 153, 102, 0.2);
}

.search .list a:hover .p2 {
    color: #096;
}

.search .list img {
    vertical-align: middle;
}

.search .list .p2 {
    font-size: 12px;
    color: #777;
}

/* 搜索 END */

/* 导航栏 START */

.nav {
    background: #25ac5d;
}

.nav .center {
    width: 1100px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}

.nav .list {
    height: 100%;
    float: left;
    padding-left: 44px;
}

.nav .list:nth-child(1) {
    padding-left: 32px;
}

.nav .list:nth-child(1) {
    background: url(../images/real-time-info.png) no-repeat 6px center;
}

.nav .list:nth-child(2) {
    background: url(../images/quotation.png) no-repeat 14px center;
}

.nav .list:nth-child(3) {
    background: url(../images/technology.png) no-repeat 14px center;
}

.nav .list:nth-child(4) {
    background: url(../images/audio-visual.png) no-repeat 14px center;
}

.nav .list:nth-child(5) {
    padding-left: 12px;
}

.nav .list a {
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 14px;
}

.nav .list .live {
    margin-right: 0;
    margin-top: 8px;
}

.nav .list .live a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav .list .class-name {
    float: left;
}

.nav .list .classify {
    float: left;
    width: 134px;
    border-right: 1px solid #178b47;
    line-height: 22px;
    margin-top: 13px;
    padding-right: 12px;
}

.nav .list:nth-child(4) .classify {
    width: 92px;
}

.nav .list .class-name a {
    font-size: 20px;
    font-weight: bold;
    width: 26px;
    text-align: center;
    margin-top: 9px;
}

.nav .list .classify a:nth-child(3n + 3) {
    margin-right: 0;
}

.nav .list:nth-child(4) .classify a:nth-child(3n + 3) {
    margin-right: 14px;
}

.nav .list:nth-child(4) .classify a:nth-child(2n + 2) {
    margin-right: 0;
}

/* 导航栏 END */

/* 走势图 START */

.zhujia {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 20px;
}



.zhujia .overview-cards .die {
    color: #096;
    font-family: Arial;
}

.zhujia .overview-cards .zhang {
    color: #e90f0f;
    font-family: Arial;
}


/*猪价板块*/
.overview-cards {
    display: flex;
    /* Changed to flex for single row */
    gap: 10px;
    flex-wrap: nowrap;
    margin: 20px 0 15px;
    /* Prevent wrapping */
}

.overview-cards .card:nth-child(6) .card-header {
    padding-bottom: 10px;
}


.card {
    background: linear-gradient(to top, #ffffff, #F6F6F8);
    /* Green gradient */
    /*color: #fff;*/
    /* White text for better contrast on gradient */
    padding: 15px 15px;
    /* Adjusted padding */
    border-radius: 15px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);*/
    /*display: flex;
    flex-direction: column;
     Ensure header and content stack vertically 
    justify-content: space-between;
    flex: 1 1 auto;*/
    width: 20%;
}


.card .card-header {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;*/
    line-height: 11px;
    padding: 5px 0px 15px;
    white-space: nowrap;
    /* Adjusted margin */
}



.card .card-header .title {
    font-size: 13px;
    font-weight: bold;
    /*color: #fff;*/
    margin-bottom: 0;
}

.card .card-header img {
    margin-left: 10px;
}

.card .card-header .dropdown-arrow {
    font-size: 12px;
    color: #fff;
}

.card .card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .main-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*color: #3261FA;*/
    white-space: nowrap;
}

.card .value {
    font-size: 20px;
    font-weight: bold;
    /*color: #00A178;*/
    /* Adjust text color for gradient */
    margin-bottom: 1px;
}

.card:last-child .value {
    color: #3261FA;
}

.card .value {}

.card .unit {
    font-size: 12px;
    /*color: rgba(255, 255, 255, 0.8);*/
    /* Lighter white for unit */
}

.overview-cards .card:last-child .unit {
    white-space: normal;
}

.card .change-details {
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
    padding-left: 11px;
    /* Align change values to the right */
}

.card .change {
    font-size: 12px;
    /*color: rgba(255, 255, 255, 0.8);*/
    /* Lighter white for change text */
    margin-bottom: 2px;
}

.entry-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 54px;
    padding: 0 32px 0 28px;
    box-sizing: border-box;
    background: rgba(61, 176, 96, 1);
    border-radius: 20px 20px 0 0;
}

.entry-box .xuantian-box {
    width: 115px;
    height: 32px;
    background: url(https://www.zhuwang.com.cn/statics/new_sy/images/xuantian.png) no-repeat center center / 100% 100%;
}

.entry-box .line-box {
    width: 1px;
    height: 20px;
    background: #ffffff;
}

.entry-box .piggpt-box {
    width: 84px;
    height: 27px;
    background: url(https://www.zhuwang.com.cn/statics/new_sy/images/piggpt.png) no-repeat center center / 100% 100%;
}

.entry-box:hover {
    background: rgba(61, 176, 96, 0.9);
}

.outBox {
    width: 1100px;
    height: 340px;
}

.outBox::after {
    content: "";
    display: block;
    clear: both;
}

.outBox .bd {
    float: right;
    width: 788px;
    height: 100%;
    box-shadow: 0.3px 2px 29px rgb(217 232 251 / 97%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.pricetabhd {
    width: 300px;
    height: 100%;
    float: left;
    background: #fff;
    box-shadow: 0.3px 2px 29px rgba(217, 232, 251, 0.97);
    border-radius: 20px;
}

.pricetabhd ul {
    padding: 16px 20px;
    overflow: hidden;
}

.pricetabhd ul li {
    width: 126px;
    height: 28px;
    border-radius: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    background: #f3f6fd;
    color: #4a5a7f;
    margin: 16px 8px 0 0;
    float: left;
    cursor: pointer;
}

.pricetabhd ul li:nth-child(1),
.pricetabhd ul li:nth-child(2) {
    margin-top: 0;
}

.pricetabhd ul li:nth-child(2n + 2) {
    margin-right: 0;
}

.pricetabhd ul li.on {
    background: #3e81d3;
    color: #fff;
}

.pricetabhd ul li:hover {
    background: #3e81d3;
    color: #fff;
}

.inBox {
    width: 100%;
    height: 100%;
}

.inBox .dt_div {
    overflow: hidden;
    padding: 16px 0 0 32px;
}

.inBox .dt_div a {
    width: 48px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    float: left;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    color: #4a5a7f;
}

.inBox .dt_div a.on {
    background: #73a4df;
    color: #fff;
}

.inBox .inBd {
    width: 100%;
    height: 294px;
}

/* 走势图 END */

/* 头条 START */

.toutiao {
    width: 1100px;
    margin: 0 auto;
}

.toutiao .head {
    text-align: center;
    padding-bottom: 12px;
}

.toutiao .head h2 {
    margin-bottom: 12px;
}

.toutiao .head h2 a {
    font-size: 28px;
    font-weight: bold;
    color: #096;
    width: 800px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toutiao .head ul {
    overflow: hidden;
    font-size: 0;
    display: inline-block;
}

.toutiao .head li {
    float: left;
}

.toutiao .head li:nth-child(1) {
    margin-right: 24px;
}

.toutiao .head a,
.toutiao .head span {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.toutiao .head .patch {
    display: inline-block;
    max-width: 400px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toutiao .head .green {
    color: #096;
}

.toutiao .content {
    /*overflow: hidden;*/
    padding-bottom: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.toutiao .left {
    float: left;
    width: 356px;
}

.toutiao .right {
    float: right;
    width: 305px;
    /*padding-top: 8px;*/
}

.toutiao .content>.right:nth-child(3) {
    width: 373px;
}

.toutiao .content>.right:nth-child(2) {
    margin-left: 35px;
}

.toutiao .video-top-swiper {
    overflow: hidden;
    height: 235px;
    position: relative;
    margin-bottom: 27px;
    border-radius: 12px;
}

.toutiao .video-top-swiper .picture {
    display: block;
    width: 100%;
    height: 100%;
}

.toutiao .video-top-swiper .desc {
    padding: 0 95px 0 20px;
    width: 100%;
    height: 55px;
    /* line-height: 100px; */
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0;
}

.toutiao .video-top-swiper .desc span {
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
    /* font-weight: bold; */
    color: #fff;
    max-height: 42px;
    overflow: hidden;
    line-height: 18px;
    padding-top: 9px;
    padding-right: 24px;
}

.toutiao .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 15px;
    right: 15px;
}

.toutiao .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #8b8382;
    opacity: 0.45;
}

.toutiao .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.toutiao .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}



.toutiao .right .list {
    margin-top: 10px;
}

.toutiao .right .list:nth-child(1) {
    margin-top: 0;
}

.toutiao .right .list h2 {
    margin-bottom: 5px;
    padding-left: 28px;
    background: url(../images/toutiao-title-icon.png) no-repeat left center;
}

.toutiao .right .list h2 a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toutiao .right .list ul {
    line-height: 30px;
}

.toutiao .right .list ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toutiao .right .list ul a,
.toutiao .right .list ul span {
    font-size: 14px;
    color: #333;
}

.toutiao .right .list .green {
    color: #096;
}

.toutiao .right .ad {
    background: #fff;
    width: 305px;
    height: 415px;
    box-shadow: 0.3px 2px 29px rgba(217, 232, 251, 0.97);
    padding-top: 23px;
    border-radius: 20px;
    /*float: left;*/
    /*margin-right: 30px;*/
    margin-top: 10px;
}

.toutiao .right .ad a {
    display: block;
    width: 250px;
    height: 62px;
    margin: 14px auto 0;
    position: relative;
}

.toutiao .right .ad a:nth-of-type(1) {
    margin-top: 0;
}

.toutiao .right .ad img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.toutiao .right .quotation {
    float: left;
    width: 360px;
    padding-top: 20px;
}

.toutiao .right .quotation .content {
    margin-top: 0px;
}

.toutiao .right .head {
    /*border-bottom: 1px solid #e4e3e3;*/
    margin-bottom: 10px;
}

.toutiao .right .head::after {
    content: "";
    display: block;
    clear: both;
}

.toutiao .right .head .title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-left: 4px solid #25ac5d;
    padding-left: 8px;
}

.toutiao .right .head .border {
    height: 1px;
    background: #0099664a;
    width: 207px;
    float: left;
    margin: 11px 10px 11px 10px;
}


.toutiao .right .head a {
    float: right;
    font-size: 12px;
    padding: 0 16px 0 0;
    color: #999;
    line-height: 24px;
}

.toutiao .right .content {
    padding: 0 12px;
}

.toutiao .right .content .list {
    line-height: 28px;
}

.toutiao .right .content .list a {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    position: relative;
    display: block;
}

.toutiao .right .content .list a::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
}

.toutiao .left .hot-list {
    margin-bottom: 27px;
}

.toutiao .left .hot-list .hd {
    margin-bottom: 12px;
}

.toutiao .left .hot-list .hd .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-left: 4px solid #25ac5d;
    padding-left: 8px;
}

.toutiao .left .hot-list .bd {
    line-height: 30px;
    /*padding: 0 12px;*/
}

.toutiao .left .hot-list .bd a {
    font-size: 14px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toutiao .left .hot-list .bd a span {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    border-radius: 4px;
    background: #25ac5d;
    color: #999;
    margin-right: 8px;
}

.toutiao .left .hot-list .bd a:nth-child(1) span {
    background: #d71425;
    color: #fff;
}

.toutiao .left .hot-list .bd a:nth-child(2) span {
    background: #e06a00;
    color: #fff;
}

.toutiao .left .hot-list .bd a:nth-child(3) span {
    background: #ffc140;
    color: #fff;
}

/* 头条 END */

/* 猪价行情 猪业热榜 START */

.quotation-hot-list {
    width: 1100px;
    margin: 0 auto 40px;
}

.quotation-hot-list::after {
    content: "";
    display: block;
    clear: both;
}

.quotation-hot-list .ad {
    background: #fff;
    width: 286px;
    height: 402px;
    box-shadow: 0.3px 2px 29px rgba(217, 232, 251, 0.97);
    padding-top: 18px;
    border-radius: 8px;
    float: left;
    margin-right: 30px;
}

.quotation-hot-list .ad a {
    display: block;
    width: 250px;
    height: 62px;
    margin: 14px auto 0;
    position: relative;
}

.quotation-hot-list .ad a:nth-of-type(1) {
    margin-top: 0;
}

.quotation-hot-list .ad img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.quotation-hot-list .quotation {
    float: left;
    width: 360px;
    padding-top: 8px;
}

.quotation-hot-list .head {
    border-bottom: 1px solid #e4e3e3;
    margin-bottom: 18px;
}

.quotation-hot-list .head::after {
    content: "";
    display: block;
    clear: both;
}

.quotation-hot-list .head .title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 16px;
    color: #096;
    position: relative;
    height: 44px;
    line-height: 44px;
}

.quotation-hot-list .head .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #096;
}

.quotation-hot-list .head a {
    float: right;
    font-size: 12px;
    padding: 0 16px;
    color: #999;
    height: 44px;
    line-height: 44px;
}

.quotation-hot-list .content {
    padding: 0 12px;
}

.quotation-hot-list .content .list {
    line-height: 33px;
}

.quotation-hot-list .content .list a {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 18px;
    position: relative;
    display: block;
}

.quotation-hot-list .content .list a::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
}

.quotation-hot-list .right {
    width: 394px;
    float: right;
    margin-top: -18px;
}

.quotation-hot-list .right .hot-list .hd {
    margin-bottom: 12px;
}

.quotation-hot-list .right .hot-list .hd .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-left: 4px solid #25ac5d;
    padding-left: 8px;
}

.quotation-hot-list .right .hot-list .bd {
    line-height: 30px;
    padding: 0 12px;
}

.quotation-hot-list .right .hot-list .bd a {
    font-size: 14px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quotation-hot-list .right .hot-list .bd a span {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    border-radius: 4px;
    background: #eeedeb;
    color: #999;
    margin-right: 8px;
}

.quotation-hot-list .right .hot-list .bd a:nth-child(1) span {
    background: #d71425;
    color: #fff;
}

.quotation-hot-list .right .hot-list .bd a:nth-child(2) span {
    background: #e06a00;
    color: #fff;
}

.quotation-hot-list .right .hot-list .bd a:nth-child(3) span {
    background: #ffc140;
    color: #fff;
}

/* 猪价行情 猪业热榜 END */

/* 直播专区 START */

.live-broadcast {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.live-broadcast .head {
    border-bottom: 1px solid #e4e3e3;
    margin-bottom: 20px;
}

.live-broadcast .head::after {
    content: "";
    display: block;
    clear: both;
}

.live-broadcast .head .title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 16px;
    color: #096;
    position: relative;
    height: 44px;
    line-height: 44px;
}

.live-broadcast .head .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #096;
}

.live-broadcast .head a {
    float: right;
    font-size: 12px;
    padding: 0 16px;
    color: #999;
    height: 44px;
    line-height: 44px;
}

.live-broadcast .content {
    position: relative;
    overflow: hidden;
    height: 304px;
}

.live-broadcast .content li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 139px;
    height: 100%;
    cursor: pointer;
}

.live-broadcast .content a {
    display: block;
    width: 100%;
    height: 100%;
}

.live-broadcast .content img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 540px;
    height: 100%;
}

.live-broadcast .content li.curr img {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}

.live-broadcast .content .layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

.live-broadcast .content .p1 {
    position: absolute;
    top: 50%;
    left: 50%;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    height: 200px;
    text-align: left;
    font-size: 18px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: justify;
    text-justify: inter-ideograph;
    max-width: 72px;
    overflow: hidden;
}

.live-broadcast .content .p2 {
    position: absolute;
    bottom: 0;
    right: 200%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 24px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 直播专区 END */

/* 热点专题 START */

.hot-special {
    width: 1100px;
    margin: 0 auto;
}

.hot-special .head {
    border-bottom: 1px solid #e4e3e3;
    margin-bottom: 20px;
}

.hot-special .head::after {
    content: "";
    display: block;
    clear: both;
}

.hot-special .head .title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 16px;
    color: #096;
    position: relative;
    height: 44px;
    line-height: 44px;
}

.hot-special .head .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #096;
}

.hot-special .head .control {
    float: right;
    height: 44px;
    line-height: 44px;
    padding-right: 4px;
}

.hot-special .head .control .prev {
    width: 25px;
    height: 11px;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;
    margin-right: 8px;
}

.hot-special .head .control .next {
    width: 25px;
    height: 11px;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;
}

.hot-special .head a {
    float: right;
    font-size: 12px;
    padding: 0 16px;
    color: #999;
    height: 44px;
    line-height: 44px;
}

.hot-special .content {
    padding-bottom: 24px;
}

.hot-special .special-swiper {
    overflow: hidden;
    width: 1100px;
    height: 183px;
}

.hot-special .special-swiper a {
    display: block;
    width: 100%;
    height: 100%;
}

.hot-special .special-swiper .picture-contain {
    width: 230px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 8px;
}

.hot-special .special-swiper img {
    border-radius: 12px;
    display: block;
    width: 100%;
    height: 100%;
}

.hot-special .special-swiper p {
    font-size: 14px;
    color: #333;
    padding: 0 24px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 热点专题 END */

/* 饲养管理 繁育技术 猪场建设 START */

.article {
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 12px;
}

.articleleft {
    box-shadow: 0 0 10px 20px rgb(217 232 251 / 29%);
    background: rgb(217 232 251 / 29%);
    margin-bottom: 20px;
    padding-bottom: 0;
    border-radius: 20px;
}

.article li {
    float: left;
    width: 356px;
    margin-left: 16px;
}

.articleleft li {
    width: 350px;
    /* 左右各留5px空间给阴影 */
    border-radius: 20px;
    background-color: #fff;
}

.article li:nth-child(1) {
    margin-left: 0;
}

.article .head {
    border-bottom: 1px solid #0099664f;
    margin-bottom: 20px;
    width: 335px;
    margin-left: 15px;
}

.article .head.blue-ear {
    border-bottom: 1px solid #ea55054d;
}

.article .headleft {
    margin-bottom: 43px;
    padding: 20px 20px 0;
}

.article .head::after {
    content: "";
    display: block;
    clear: both;
}

.article .head .title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    /*padding: 0 16px;*/
    color: #096;
    position: relative;
    height: 44px;
    line-height: 44px;
}

.article .headleft .titleleft {
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    margin-left: 8px;
    color: #096;
    position: relative;
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #25ac5d;
}

.article .head .title::after {
    /*content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #096;*/
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #096;
}

.article .head a {
    float: right;
    font-size: 12px;
    padding: 0 16px;
    color: #999;
    height: 44px;
    line-height: 44px;
}

.article .headleft a {
    float: right;
    font-size: 12px;
    /*padding: 0 16px;*/
    color: #999;
    height: 30px;
    line-height: 30px;
    padding-right: 7px;
}

.article .blue-ear .title {
    color: #ea5505;
}

.article .blue-ear .title::after {
    background: #ea5505;
}

.article .content {
    padding: 0 12px;
}

.article .content .image-text {
    background: #f8f8f8;
    height: 100px;
    font-size: 0;
    display: block;
    border-radius: 10px;
    margin-left: 5px;
}

.article .content .image-text1 {
    height: 80px;
    margin-top: 20px;
}

.article .content .image-text p {
    display: inline-block;
    width: 165px;
    height: 100%;
    margin-right: 25px;
    vertical-align: middle;
    overflow: hidden;
}

.article .content .image-text img {
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 100%;
}

.article .content .image-text span {
    width: 114px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
    text-justify: inter-ideograph;
    max-height: 40px;
    line-height: 22px;
    overflow: hidden;
}

.article .content .list {
    line-height: 31px;
    padding: 20px 0;
}

.article.articleleft .content .list {
    padding: 20px 18px;
}

.article .content .list a {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 18px;
    position: relative;
    display: block;
}

.article.articleleft .content .list a {
    padding-left: 0;
}

.article .content .list a::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
}

.article.articleleft .content .list a::before {
    /* 核心：清空伪元素内容，直接隐藏 */
    content: none;
}

.article .content .list a span {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    border-radius: 9px;
    background: #096;
    color: #999;
    margin-right: 8px;
    padding-left: 2px;
}


.article .content .contenttop {
    display: block;
    width: 100%;
    height: 100%;
}

.article .content .contenttop .muster {
    position: relative;
    height: 160px;
    width: 295px;
    overflow: hidden;
    margin-left: 14px;
}

.article .content .contenttop .picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.article .content .contenttop .play {
    width: 50px;
    height: 35px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.article .content .contenttop p {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 8px 20px;
    height: 36px;
    line-height: 39px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article .contentzt .contenttopzt:nth-child(2) {
    margin-left: 7px;
}

.article .contentzt .contenttopzt:nth-child(1) {
    margin-left: 19px;
}

.article .contentzt .contenttopzt {
    display: inline-block;
    width: 148px;
    height: 100%;
    margin-bottom: 22px;

}

.article .contentzt .contenttopzt .muster {
    height: 88px;
    width: 134px;
    overflow: hidden;
    margin: 0 auto 12px;
}

.article .contentzt .contenttopzt .picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}



.article .contentzt .contenttopzt p {
    font-size: 14px;
    color: #333;
    padding: 8px 12px;
    height: 47px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*width: 170px;*/
}

/* 饲养管理 繁育技术 猪场建设 END */

/* 可轮播的广告 START */

.rotation-chart {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.rotation-chart .hd {
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 1;
}

.rotation-chart .hd ul {
    overflow: hidden;
}

.rotation-chart .hd ul li {
    float: left;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 10px;
}

.rotation-chart .hd ul li:nth-child(1) {
    margin-left: 0;
}

.rotation-chart .hd ul li.on {
    background: rgba(255, 255, 255, 0.8);
}

.rotation-chart .bd {
    z-index: 0;
}

.rotation-chart .bd,
.rotation-chart .bd ul,
.rotation-chart .bd li {
    width: 100%;
    height: 100%;
    position: relative;
}

.rotation-chart .bd a,
.rotation-chart .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 可轮播的广告 END */

/* 企业广告 START */

.corporat-advert {
    width: 1100px;
    margin: 0 auto;
}

.corporat-advert ul {
    overflow: hidden;
}

.corporat-advert li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.corporat-advert li:nth-child(1) {
    margin-left: 0;
    width: 290px;
    height: 80px;
}

.corporat-advert li:nth-child(2) {
    width: 380px;
    height: 80px;
}

.corporat-advert li:nth-child(3) {
    width: 390px;
    height: 80px;
}

.corporat-advert a {
    display: block;
    width: 100%;
    height: 100%;
}

.corporat-advert img {
    display: block;
    width: 100%;
    height: 100%;
}

.nav-below li {
    margin-left: 15px;
}

.nav-below li:nth-child(1) {
    width: 200px;
}

.nav-below li:nth-child(2) {
    width: 670px;
}

.nav-below li:nth-child(3) {
    width: 200px;
}

.two-advert {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.two-advert .rotation-chart {
    float: right;
}

.two-advert .banner {
    float: left;
}

.two-advert .banner ul {
    overflow: hidden;
}

.two-advert .banner li {
    margin-left: 20px;
    float: left;
    position: relative;
}

.two-advert .banner li:nth-child(1) {
    width: 290px;
    height: 80px;
    margin-left: 0;
}

.two-advert .banner li:nth-child(2) {
    width: 380px;
    height: 80px;
}

.two-advert .banner a,
.two-advert .banner img {
    display: block;
    width: 100%;
    height: 100%;
}

.vessel-390-80 {
    width: 390px;
    height: 80px;
}

/* 企业广告 END */

/* 视频专区 START */

.video-zone {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.video-zone .head {
    border-bottom: 1px solid #e4e3e3;
    margin-bottom: 20px;
}

.video-zone .head::after {
    content: "";
    display: block;
    clear: both;
}

.video-zone .head .title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 16px;
    color: #096;
    position: relative;
    height: 44px;
    line-height: 44px;
}

.video-zone .head .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #096;
}

.video-zone .head a {
    float: right;
    font-size: 12px;
    padding: 0 16px;
    color: #999;
    height: 44px;
    line-height: 44px;
}

.video-zone .content {
    overflow: hidden;
}

.video-zone .video-list {
    overflow: hidden;
}

.video-zone .video-list li {
    width: 260px;
    float: left;
    margin-right: 20px;
}

.video-zone .video-list li:nth-child(4n + 4) {
    margin-right: 0;
}

.video-zone .video-list li:nth-child(1),
.video-zone .video-list li:nth-child(2),
.video-zone .video-list li:nth-child(3),
.video-zone .video-list li:nth-child(4) {
    padding-bottom: 16px;
}

.video-zone .video-list .muster {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.video-zone .video-list .picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.video-zone .video-list .play {
    width: 50px;
    height: 35px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.video-zone .video-list p {
    font-size: 14px;
    color: #333;
    text-align: justify;
    width: 240px;
    margin: 0 auto;
    padding-top: 18px;
    height: 62px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 视频专区 END */

.nowrap {
    white-space: nowrap;
}

.multipleColumn {
    /*margin-top: 40px;*/
    /*width: 300px;*/
}

.multipleColumn .hd {
    height: 32px;
    /*margin-bottom: 8px;*/
}

.multipleColumn .hd .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-left: 4px solid #25ac5d;
    padding-left: 8px;
    /*margin-top: 4px;*/
    float: left;
}

.multipleColumn .hd .prev,
.multipleColumn .hd .next {
    width: 16px;
    height: 17px;
    float: right;
    cursor: pointer;
    background: url(../images/enterprise-zone-prevs.png) no-repeat;
    /*margin-top: 7px;*/
}

.multipleColumn .hd .next {
    background: url(../images/enterprise-zone-nexts.png) no-repeat;
}

.multipleColumn .hd .pageState {
    float: right;
    font-size: 14px;
    color: #cdcbcc;
    /*font-style: italic;*/
    margin: 0 4px;
}

.multipleColumn .bd {
    overflow: hidden;
    height: 135px;
}

.multipleColumn .bd ul {
    overflow: hidden;
    float: left;
    line-height: 32px;
}

.multipleColumn .bd ul li {
    position: relative;
}

.multipleColumn .bd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border: 2px solid #25ac5d;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
}

.multipleColumn .bd ul li:first-child::before {
    border: 2px solid #d71425;
}

.multipleColumn .bd ul li:nth-child(2)::before {
    border: 2px solid #e06a00;
}

.multipleColumn .bd ul li:nth-child(3)::before {
    border: 2px solid #ffc140;
}

.multipleColumn .bd ul li::after {
    content: "";
    position: absolute;
    left: 4.5px;
    width: 1px;
    /*height: calc(100% - 10px);
	top: calc(7px - 50%);*/
    height: calc(100% - 12px);
    top: calc(9px - 56%);
    background: #e4e3e3;
}

.multipleColumn .bd ul li:nth-child(1)::after {
    content: "";
    height: 0;
}

.multipleColumn .bd a {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 305px;
    padding-left: 22px;
    display: block;
}

/* 图集专区 START */

.atlas-area {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.atlas-area .head {
    border-bottom: 1px solid #e4e3e3;
    margin-bottom: 20px;
}

.atlas-area .head::after {
    content: "";
    display: block;
    clear: both;
}

.atlas-area .head .title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 16px;
    color: #096;
    position: relative;
    height: 44px;
    line-height: 44px;
}

.atlas-area .head .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #096;
}

.atlas-area .head a {
    float: right;
    font-size: 12px;
    padding: 0 16px;
    color: #999;
    height: 44px;
    line-height: 44px;
}

.atlas-area .content {
    overflow: hidden;
}

.atlas-area .content ul {
    position: relative;
    height: 260px;
}

.atlas-area .content li {
    width: 160px;
    height: 125px;
    position: absolute;
}

.atlas-area .content li:nth-child(1) {
    left: 0;
    top: 0;
}

.atlas-area .content li:nth-child(2) {
    left: 170px;
    top: 0;
}

.atlas-area .content li:nth-child(3) {
    width: 420px;
    height: 260px;
    left: 340px;
    top: 0;
}

.atlas-area .content li:nth-child(4) {
    right: 170px;
    top: 0;
}

.atlas-area .content li:nth-child(5) {
    right: 0;
    top: 0;
}

.atlas-area .content li:nth-child(6) {
    left: 0;
    bottom: 0;
}

.atlas-area .content li:nth-child(7) {
    left: 170px;
    bottom: 0;
}

.atlas-area .content li:nth-child(8) {
    right: 170px;
    bottom: 0;
}

.atlas-area .content li:nth-child(9) {
    right: 0;
    bottom: 0;
}

.atlas-area .content a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.atlas-area .content .picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.atlas-area .content .desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    border-radius: 5px;
}

.atlas-area .content .desc .center {
    display: inline-block;
    width: 120px;
    text-align: center;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: relative;
    left: 50%;
    top: 50%;
}

.atlas-area .content li:nth-child(3) a {
    font-size: 18px;
}

.atlas-area .content li:nth-child(3) .center {
    width: 320px;
}

.atlas-area .content .desc .center p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.atlas-area .content li:hover .desc {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

/* 图集专区 END */

/* 融媒矩阵 START */

.matrix {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.matrix .head {
    border-bottom: 1px solid #e4e3e3;
    margin-bottom: 20px;
}

.matrix .head::after {
    content: "";
    display: block;
    clear: both;
}

.matrix .head .title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 16px;
    color: #096;
    position: relative;
    height: 44px;
    line-height: 44px;
}

.matrix .head .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #096;
}

.matrix .head a {
    float: right;
    font-size: 12px;
    padding: 0 16px;
    color: #999;
    height: 44px;
    line-height: 44px;
}

.matrix .content {
    overflow: hidden;
}

.matrix .content ul {
    float: left;
    margin-left: 20px;
}

.matrix .content ul:nth-child(1) {
    margin-left: 0;
}

.matrix .content .weixin {
    width: 260px;
    height: 320px;
    background: #e7f0ff;
    border-radius: 12px;
    padding-top: 23px;
}

.matrix .content .weixin li:nth-child(1) {
    width: 224px;
    height: 55px;
    margin: 0 auto 23px;
}

.matrix .content .weixin li:nth-child(1) img {
    display: block;
    width: 100%;
    height: 100%;
}

.matrix .content .weixin li:nth-child(2) {
    position: relative;
    width: 226px;
    height: 96px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
}

.matrix .content .weixin li:nth-child(2) a,
.matrix .content .weixin li:nth-child(2) .picture-contain,
.matrix .content .weixin li:nth-child(2) img {
    display: block;
    width: 100%;
    height: 100%;
}

.matrix .content .weixin li:nth-child(2) p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 14px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.matrix .content .weixin li:nth-child(3) {
    background: #fff;
    width: 226px;
    height: 88px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0 auto;
}

.matrix .content .weixin li:nth-child(3) a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 17px 13px;
}

.matrix .content .weixin li:nth-child(3) p {
    width: 120px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    padding-top: 11px;
    line-height: 16px;
}

.matrix .content .weixin li:nth-child(3) .picture-contain {
    width: 54px;
    height: 54px;
    float: right;
    overflow: hidden;
}

.matrix .content .weixin li:nth-child(3) img {
    width: 100%;
    height: 100%;
    display: block;
}

.matrix .content .weibo {
    width: 260px;
    height: 320px;
    background: #e7f0ff;
    border-radius: 12px;
    padding-top: 23px;
}

.matrix .content .weibo li {
    position: relative;
}

.matrix .content .weibo li:nth-child(1) {
    width: 224px;
    height: 55px;
    margin: 0 auto 23px;
}

.matrix .content .weibo li:nth-child(1) img {
    display: block;
    width: 100%;
    height: 100%;
}

.matrix .content .weibo li:nth-child(2),
.matrix .content .weibo li:nth-child(3) {
    background: #fff;
    width: 226px;
    height: 82px;
    margin: 0 auto;
    border-radius: 6px;
}

.matrix .content .weibo li:nth-child(2) {
    margin-bottom: 20px;
}

.matrix .content .weibo li:nth-child(2) a,
.matrix .content .weibo li:nth-child(3) a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.matrix .content .weibo li:nth-child(2) img,
.matrix .content .weibo li:nth-child(3) img {
    width: 112px;
    height: 82px;
    float: left;
    border-radius: 6px;
}

.matrix .content .weibo li:nth-child(2) .picture,
.matrix .content .weibo li:nth-child(3) .picture {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.matrix .content .weibo li:nth-child(2) .play,
.matrix .content .weibo li:nth-child(3) .play {
    width: 40px;
    height: 28px;
    position: absolute;
    left: 36px;
    top: 27px;
}

.matrix .content .weibo li:nth-child(2) p,
.matrix .content .weibo li:nth-child(3) p {
    width: 90px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: right;
    line-height: 16px;
    padding: 17px 22px 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.matrix .content .douyin {
    width: 260px;
    height: 320px;
    background: #e7f0ff;
    border-radius: 12px;
    padding-top: 23px;
}

.matrix .content .weibo .picture-contain {
    width: 112px;
    height: 82px;
    float: left;
    position: relative;
    overflow: hidden;
}

.matrix .content .douyin li:nth-child(1) {
    width: 224px;
    height: 55px;
    margin: 0 auto 23px;
}

.matrix .content .douyin li:nth-child(1) img {
    display: block;
    width: 100%;
    height: 100%;
}

.matrix .content .douyin li:nth-child(2) {
    width: 226px;
    margin: 0 auto;
}

.matrix .content .douyin li:nth-child(2) a {
    display: block;
    width: 100%;
    height: 100%;
}

.matrix .content .douyin li:nth-child(2) img {
    display: block;
    width: 120px;
    height: 160px;
}

.matrix .content .douyin li:nth-child(2) p {
    width: 90px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: right;
    line-height: 16px;
    padding: 17px 22px 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.matrix .content .douyin li:nth-child(2) .swiper-container .swiper-slide {
    padding: 12px;
    background: #fff;
    border-radius: 6px;
    width: 144px;
    height: 184px;
}

/* 融媒矩阵 END */

/* 合作 START */

.cooperation {
    background: #25ac5d;
    position: relative;
    z-index: 999;
}

.cooperation .center {
    width: 1100px;
    height: 76px;
    margin: 0 auto;
    position: relative;
}

.cooperation .left {
    float: left;
    padding-top: 27px;
    margin-right: 48px;
}

.cooperation .right {
    float: right;
    padding-top: 27px;
}

.cooperation .left a,
.cooperation .right a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.cooperation .right span {
    display: none;
    position: absolute;
    right: 0;
    bottom: 30px;
    background: #ffffff;
    color: #22ac38;
    padding: 20px;
    white-space: nowrap;
    border: 1px dashed #22ac38;
    border-radius: 10px;
}

.cooperation .right i {
    display: none;
    width: 0;
    height: 0;
    border-width: 10px 6px 0;
    border-style: solid;
    border-color: #ffffff transparent transparent;
    position: absolute;
    top: -10px;
    right: 25px;
}

.cooperation .right:hover a span,
.cooperation .right:hover a i {
    display: block;
}

.cooperation .right:hover a {
    color: #FF6931 !important;
}

.cooperation .subject {
    float: left;
    padding-top: 23px;
}

.cooperation .subject li {
    float: left;
    width: 275px;
    height: 30px;
    line-height: 30px;
    margin-left: 25px;
    color: #494545;
    text-align: center;
    background: #ffffff url(../images/up-down.png) no-repeat 230px center;
    cursor: pointer;
    font-size: 12px;
}

.cooperation .center ul li:nth-child(1) {
    margin-left: 0;
}

.cooperation .subject li:hover .list {
    display: block;
}

.cooperation .subject .list {
    width: 100%;
    padding: 32px 48px;
    border-top: 8px #25ac5d solid;
    background: #f5f5f5;
    position: absolute;
    bottom: 53px;
    left: 0;
    display: none;
}

.cooperation .subject .list a {
    width: 150px;
    height: 36px;
    float: left;
    text-align: left;
    line-height: 36px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
    padding-left: 20px;
    color: #494545;
}

.cooperation .subject .list a:hover {
    color: #FF6931;
}

.cooperation .subject .list a:nth-child(6n + 1) {
    margin-left: 0;
}

/* 合作 END */

/* 底部导航 START */

.bottom-navigation {
    background: #f4f4f4;
}

.bottom-navigation .center {
    width: 1100px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
}

.bottom-navigation a,
.bottom-navigation span {
    font-size: 14px;
    color: #333;
    margin: 0 2px;
}

.bottom-navigation a:hover {
    color: #FF6931;
}

/* 底部导航 END */

/* 底部 START */

.foot {
    width: 1100px;
    margin: 0 auto;
    padding: 32px 0;
}

.beian_img {
    text-align: center;
    margin-bottom: 12px;
}

.beian_img img {
    padding: 0 4px;
}

.beian_txt {
    text-align: center;
    color: #999;
    font-size: 12px;
}

.beian_txt span {
    padding: 0 6px;
}

.beian_txt p {
    margin-bottom: 4px;
}

.beian_txt a {
    color: #494545;
}

.beian_txt a:hover {
    color: #FF6931;
}

/* 底部 END */

/* 公共弹窗 START */

.mask_new {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999999;
    display: none;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #E9E9E9;
    width: 410px;
    height: 240px;
    color: #030303;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.popup_top h2 {
    text-align: center;
    font-size: 18px;
    padding: 18px 20px;
}

.popup_top .description {
    overflow: hidden;
    height: 98px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.description p {
    font-size: 15px;
    text-align: left;
    color: #666;
    line-height: 25px;
    padding: 0 32px;
}

.desc_title {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    padding: 0 32px;
}

.popup_bottom {
    overflow: hidden;
    border-top: 1px solid #B9B9B9;
}

.popup_bottom p {
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    color: #027AFF;
    font-size: 16px;
}

.popup_bottom .popup_bottom_right {
    width: calc(50% - 1px);
    border-left: 1px solid #B9B9B9;
}

.popup_bottom_right a {
    color: #027AFF;
}

/* 公共弹窗 END */

/* OTHER START */

.vessel-290-80 {
    width: 290px;
    height: 80px;
}

.vessel-390-160 {
    width: 390px;
    height: 160px;
    margin: 0 auto;
    border-radius: 10px;
}

.vessel-356-160 {
    width: 356px;
    height: 152px;
    margin: 0 auto;
    border-radius: 10px;
}

.vessel-1100-80 {
    width: 1100px;
    height: 80px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-36 {
    margin-bottom: 36px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.padding-top-15 {
    padding-top: 15px;
}

.border-radius-10 .bd img {
    border-radius: 10px;
}

.border-radius-6 img {
    border-radius: 6px;
}

.scale {
    transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}

.scale:hover {
    transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
}

.god-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    height: 20px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0 8px 0 0;
    z-index: 1000;
    font-size: 12px;
}

/* OTHER END */