.top-bg {
    width: 100%;
    height: 160px;
    background: linear-gradient(90deg, #E87D83 0%, #F1BDC2 100%);
    position: absolute;
    top: 0;
    z-index: 1;

}

.line-color {
    margin-top: 38px;
    width: 100%;
    height: 124px;
    background: linear-gradient(180deg, rgba(255, 249, 249, 0) 0%, #FFF9F9 100%);

}

.positionTop {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}

.hearder {
    width: 100%;
    height: 158px;
    position: relative;
}

.logo-search {
    display: flex;
    justify-content: space-between;
}

.logo-search .logo {

    width: 183px;
    height: 56px;
    margin-top: 14px;

}

.logo-search .logo img {
    width: 100%;
    height: 100%;
}

.search {
    margin-top: 28px;
    display: flex;
}

.searchTxt {
    width: 300px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #DA4C51;
    padding-left: 10px;
}

.searchBn {
    display: inline-block;
    width: 88px;
    height: 40px;
    background: #DA4C51;
    border-radius: 0px 4px 4px 0px;
    position: relative;
    left: -7px;

}

.searchBn button {
    background: none;
    border: none;
    width: 76px;
    height: 40px;
    color: #fff;
}

.englishBtn {
    display: block;
    width: 104px;
    height: 42px;
    background: #D84C54;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

.zwwLink {
    display: block;
    width: 141px;
    height: 26px;
    margin-left: 10px;
    margin-top: 8px;


}

.nav {
    width: 100%;
    height: 48px;
    background: #FFE7E7;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.nav ul {
    width: 100%;



}

.nav ul li {
    float: left;
    width: 240px;
    height: 48px;
    color: #D07076;
    font-size: 0px;
    text-align: center;
    line-height: 48px;

}

.nav ul li.active {
    color: #fff;
    background: #D07076;
}

.nav ul li a {
    width: 100%;
    font-size: 16px;
    display: inline;

}

.nav li .navMore {
    width: 125px;
    padding: 0 10px;
    display: none;
    background-color: #fff;
    margin-top: -2px;
    margin-left: 44px;
}

.nav li .navMore dt {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #eee;
    text-align: left
}

.nav li .navMore dt a {
    font-size: 14px
}

.new-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.item-left {
    width: 850px;
}


.swiper-newsboxs {
    display: flex;
}

.swiper-box {
    width: 392px;
    height: 224px;
    position: relative;
    overflow: hidden;
}

.swiper-box .news-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #000000;
    opacity: 0.5;

}

.swiper-box .swiper-slide a,
.swiper-box .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.news-title p {
    width: 280px;
    padding: 8px 12px;
    font-size: 16px;
    color: #FFFFFF;
}

.swiper-box .swiper-pagination {
    width: 100px;
    position: absolute;
    bottom: 8px;
    z-index: 102;
    text-align: center;
    right: 0;

}

.swiper-box .swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 5px;
    background-color: #EAEAEA;
    cursor: pointer;
}

.swiper-box .swiper-active-switch {
    width: 18px;
    background: #F08B98;
}

.news-box {
    width: 392px;
    margin-left: 62px;
}

.news-box .channel-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    /* padding-bottom: 6px; */
    ;
}

.channel-nav li {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    padding-bottom: 8px;
    cursor: pointer;

}

.channel-nav li.on {
    font-weight: 600;
    font-size: 16px;
    color: #D07076;
    border-bottom: 2px solid #D07076;

}

.channel-nav li a {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}

.news-item {
    width: 100%;
}

.news-item ul {
    width: 100%;
}

.news-item li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #D8D8D8;
    display: flex;
    justify-content: space-between;
}

.news-item li:last-child {
    border: none;
}

.news-item li a {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
}

.news-item li .time {
    width: 75px;
    font-weight: 400;
    font-size: 10px;
    color: #666666;

}

.news-item li a i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #D07076;
    border-radius: 3px;
    position: relative;
    margin-right: 8px;
}

.item-right {
    width: 390px;
    height: 365px;
    background-color: #fff;
}

.box-content {
    padding: 0 12px;

}

.channel-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 6px;
    margin-top: 4px;
}

.channel-name {
    font-weight: 600;
    font-size: 16px;
    color: #D07076;

}

.more {
    font-weight: 400;
    font-size: 12px;
    color: #999999;

}

.more img {
    width: 9px;
    height: 8px;
    display: inline-block;
}

.first-news {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.first-news .picture {
    width: 206px;


}

.first-news .picture img {
    display: inline-block;
    width: 206px;
    height: 116px;
}

.news-info {
    width: 148px;
}

.news-title a {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #111111;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 6px;
}

.news-summary {
    font-weight: 400;
    font-size: 14px;
    color: #151A1D;

}

.more-info {
    width: 100%;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    color: #D07076;
}

.picture .line {
    width: 206px;
    height: 2px;
    background: #D07076;
    margin-top: 10px;

}

.mtop15 {
    margin-top: 15px;
}

.zt-box {
    width: 100%;
    margin-top: 30px;
    padding-right: 10px;
    position: relative;

}

.swiper-lists-box {
    width: 100%;
    height: 88px;
    overflow: hidden;

}

.swiper-lists-box .swiper-wrapper {
    position: relative;
}

.swiper-lists-box .swiper-wrapper .swiper-slide {
    height: 100px;


}

.zt-box .arrow-left {
    display: block;
    width: 28px;
    height: 28px;
    background: #D07076;
    position: absolute;
    border-radius: 14px;
    top: 30px;
    left: 0;
    cursor: pointer;
    text-align: center;

}

.zt-box .arrow-right {
    display: block;
    width: 28px;
    height: 28px;
    background: #D07076;
    position: absolute;
    border-radius: 14px;
    top: 30px;
    right: 30px;
    cursor: pointer;
    text-align: center;

}

.zt-box .arrow-left img,
.zt-box .arrow-right img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 7px;
}

.zt-item-box {
    display: flex;
    justify-content: space-between;

}

.zt-item {
    width: 150px;
}

.zt-title {
    font-weight: 600;
    font-size: 18px;
    color: #151A1D;
    text-align: center;

}

.zt-item a img {
    width: 150px;
    height: 86px;
    object-fit: cover;
    border-radius: 6px;
}

.zt-more {
    width: 72px;
    height: 94px;
    background: #F0838C;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.zt-more a {
    display: block;

}

.zt-more img {
    display: block;
    width: 26px;
    height: 26px;
    margin-top: 20px;
    margin-left: 24px;
}

.zt-more span {
    display: inline-block;
    padding-top: 6px;
}

.link-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.link-item {
    width: 228px;
    height: 186px;
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 0px rgba(208, 173, 175, 0.1);
    border-radius: 2px;
    display: flex;
    cursor: pointer;

    /* justify-content: space-between; */
}

.item-icon {
    width: 78px;
    height: 178px;
    background: #FFF9F9;
    margin-top: 4px;
    margin-left: 4px;
    text-align: center;

}

.item-icon img.icon1 {
    display: inline-block;
    width: 38px;
    height: 54px;
    margin-top: 55px;
}

.item-icon img.icon2 {
    display: inline-block;
    width: 55px;
    height: 44px;
    margin-top: 55px;
}

.item-icon img.icon3 {
    display: inline-block;
    width: 54px;
    height: 56px;
    margin-top: 55px;
}

.item-icon img.icon4 {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-top: 55px;
}

.item-icon img.icon5 {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-top: 55px;
}

.link-text {
    margin-left: 16px;

}

.link-text p {
    font-weight: 600;
    font-size: 18px;
    color: #151A1D;
    margin-top: 26px;
    margin-bottom: 5px;

}

.link-text span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.select-link-box {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}

.select-item {
    width: 390px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.select-item .select-btn {
    width: 42px;
    height: 42px;
    background: #EF878D;
    cursor: pointer;
    text-align: center;
}

.select-btn img {
    display: inline-block;
    width: 16px;
    height: 8px;
    margin-top: 18px;

}

.select-options {
    position: absolute;
    top: 42px;
    left: 0;
    width: 348px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    display: none;
}

.select-options a {
    display: block;
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #151A1D;
    padding-top: 10px;
}

.select-name {
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #151A1D;
    line-height: 42px;
}

.footer {
    margin-top: 36px;
    width: 100%;
    height: 80px;
    background: #C87378;
}

.footer-content {
    padding-top: 8px;
    overflow: hidden;
}

.footer-content p {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;

}