html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #F2F4F6;
    color: #000;
    font-size: 20px;
}

div,
p,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #00A2F6;
}

button {
    border: none;
}

.clear {
    clear: both;
}

.ellS {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marginTop15 {
    margin-top: 15px;
}

.center-content {
    width: 1200px;
    margin: 0 auto;

}

body {
    overflow-x: hidden;
}

.banner {
    width: fit-content;
    z-index: 9;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.banner img {
    width: auto;
    height: auto;
}

.hearder {
    width: 100%;
    min-width: 1200px;
   

}

.hearder-bg {
    width: 100%;
    height: 142px;
  
    background: #FFFFFF;
    background: url(https://www.nbyznews.cn/material/redheader.png) top center;
    background-size: 1920px auto;
}

.logo-search {
    position: relative;
    height: 100%;
   
}

.logo-search .logo {
    width: 260px;
    margin-top: 30px;
}

.search-box {
    width: 200px;
    height: 30px;
    background: #F2F4F6;
    border-radius: 32px;
    position: absolute;
    right: 0px;
    top: 10px;

}

.search-box .keyword {
    height: 26px;
    width: 150px;
    margin-left: 5px;
    background: #F2F4F6;
    border: none;
    border-radius: 32px;
    outline: none;
    font-size: 16px;
}

.search_icon {
    position: relative;
    display: inline-block;
    top: 2px;
    width: 28px;
    cursor: pointer;
}

.hearder-nav {
    width: 100%;
    height: 50px;
    background: linear-gradient(217deg, #00B2FA 0%, #0097F2 100%);

}


.nav {
    height: 100%;
  
    position:relative;
}

.nav ul {
    width: 100%;
    height: 100%;

}

.nav ul li {
  line-height: 50px;
    width: 120px;
    float: left;
    color: #fff;

}

.nav ul li a {
    display: inline-block;
    height: 47px;
}

.nav ul li a:hover {
    color: #fff;
}

.nav ul li a.active {
    border-bottom: 2px solid #fff;
}

.footer {
    width: 100%;
    height: 195px;
    background: #3D3D3D;
    min-width: 1200px;
}

.content {
    margin-top: 32px;
}

.main {
    background-color: #fff;
    min-height: 100px;
    padding-bottom:16px;
    height: auto;
}

.main-content {
    padding: 16px 20px;
}

.toutiao p {
    font-weight: 600;
    font-size: 38px;
    text-align: center;
}

.toutiao-sub {
    margin-top: 16px;
    position: relative;
}

.toutiao-sub a {
    font-size: 20px;
    padding-left: 30px;
    line-height:35px;
}

.toutiao-sub a.more-toutiao {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #00A2F6;
}

.swiper-list {
    margin-top: 32px;
    width: 100%;
    height: 412px;
    background-color: #fff;
}

.swiper-content {
    width: 746px;
    height: 100%;
    float: left;
}

.swiper-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

}

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

}

.swiper-box .swiper-slide .news-title {
    width: 100%;
    height: 55px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    line-height: 55px;
}

.news-title p {
    width: 560px;
    padding: 0 16px;
}

.swiper-right-list {
    width: 454px;
    height: 100%;
    float: left;
    position:relative;
}

.swiper-box .swiper-pagination {
    position: absolute;
    bottom: 15px;
    z-index: 102;
    right: 10px;
}

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

.swiper-box .swiper-active-switch {
    width: 40px;
    background-color: #00A2F6;
}

.swiper-right-list .news-list {
    padding: 18px;
    height:340px;
}
.swiper-right-list .more-toutiao {
    display: block;
    text-align: right;
    color: #00A2F6;
    position:relative;
    top:-20px;
}
.news-list ul,
.news-list ul li {
    width: 100%;
    list-style: disc inside none;
    padding-bottom: 16px;
}

.news-list ul li:hover {
    color: #00A2F6;
}

.news-list ul li a:hover {
    color: #00A2F6;

}

.modal-news {
    margin: 28px 0;
    position: relative;

}

.modal-news h3 {
    font-weight: 500;
    font-size: 30px;
    position: relative;
    z-index: 9;
    width:200px;


}

.classIcon {
    display: block;
    width: 63px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: -1;

}

.morenews {
    position: absolute;
    width: 55px;
    height: 45px;
    top: 10px;
    right: 0px;
    color: #626262;
    font-size: 14px;
}

.item-modal {
    width: 100%;
    min-height: 330px;
    height: auto;
    overflow: hidden;
}
.zt-modal{
  width: 100%;
    height: 230px;
    overflow: hidden;
    margin-top: 20px;


}
.item-modal ul li:nth-child(3n) {
    margin-right: 0
}

.news-item {
    width: 384px;
    height: 311px;
    background: #FFFFFF;
    float: left;
    margin-right: 24px;
    margin-top: 24px;
}

.item-box {
    display: block;
    padding: 20px;

}

.item-box img {
    display: inline-block;
    width: 100%;
    height: 193px;
}
.zt-modal img{

    display: inline-block;
    width: 100%;
    height: 133px;

}
.zt-modal .swiper-slide{
background-color:#FFF;


}
.item-box .item-title {
    font-size: 16px;
    margin-top: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer-content {
    padding-top: 50px;
}

.footer-content p {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;

}

.marginTop60 {
    margin-top: 60px;
}

.curpageLink {
    padding: 10px 24px 0;
    font-size: 16px;
}
.code-div{
position:absolute;
width:180px;
top:45px;
right:0;
}
.code1{
    width: 68px;
    height: 68px;
    display: inline-block;
    position:relative;
    margin-right:10px;

  
}
  .code1 .hove-img{
    
   display:none;

    
    }
.code1:hover .hove-img{
   width:120px;
   display:block;
   position:absolute;
   top:68px;
   left:-50px;
   z-index:999;
}
.code2{
  width: 68px;
    height: 68px;
    display: inline-block;
}
   .code2 .hove-img{
     display:none;

    
    }
     .code-icon2 img{
      width: 68px;
    height: 68px;
    display: inline-block;
    }
.code2:hover .hove-img{
   width:120px;
   display:block;
   position:absolute;
   top:68px;
   right:20px;
   z-index:999;


}




