/* 轮播 */
.banner{
    position: relative;
    overflow: hidden;
    width:100%;
    height:550px;
    margin-bottom: 15px;
}
.banner .img-list li a img {
    width: 100%;
    height: 550px;
    position: relative;
}
.banner .prev, .banner .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 49px;
    opacity: 0.6;
}
.banner .prev{
    left: 10%;
    background: url("https://www.canciones-infantiles.net/2023/img/leftbtn.png") no-repeat;
    background-size: 100% 100%;
}
.banner .next {
    right: 10%;
    background: url("https://www.canciones-infantiles.net/2023/img/rightbtn.png") no-repeat;
    background-size: 100% 100%;
}
.banner .hd {
    position: relative;
    top: -40px;
    height: 30px;
}
.banner .hd ul{
    text-align: center;
}
.banner .hd ul li{
    font-size: 0;
    display: inline-block;
    height: 14px;
    width: 14px;
    background:rgba(255,255,255,.5);
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}
.banner .hd ul li.on{
    background: #fff;
}  
.contain{
    position: relative;
}
.centerBg{
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
}  
/* 通知公告 */
.notice,.xgdt{
    margin-right: 40px;
}
.common-box {
    background-size: 100% 100%;
    padding-top: 20px;
    min-height: 346px;
    width: 580px;
}
.main{
    width: 100%;
}
.main ul li img{
    width: 100%;
    height: 100%;
    display: block;
}
.main .common_title{
    width: 100%;
    border-bottom: 1px solid #E6E8EF;
    padding: 15px 0;
}
.main .common_title .tabName{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    padding-left: 8px;
    border-left: 4px solid #BF120A;
    line-height: 1;
}
.main .common_title .more{
    display: block;
    width: 60px;
    height: 28px;
    background: #BF120A;
    padding-left: 8px;
    box-sizing:border-box ;
}
.main .common_title .more span{
    display: inline-block;
    line-height: 28px;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 14px;
}
.main .common_title .more span::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://www.canciones-infantiles.net/2023/img/more.png") no-repeat;
	background-size: 100% 100%;
    vertical-align: -3px;
}
.news-box{
    padding: 40px 0 24px;
}
.news-list{
    width: 100%;
    margin-bottom: 24px;
}
.news-list span{
    display: inline-block;
    vertical-align: middle;
}
.news-list .icon{
    width: 16px;
    height: 16px;
    background: url("https://www.canciones-infantiles.net/2023/img/notice.png") no-repeat;
	background-size: 100% 100%;
    margin-right: 5px;
}
.news-list .news-title{
    font-size: 16px;
    /* 站群删掉 */
    width: calc(100% - 112px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list .date{
    color: #86909C;
}
.common-box .news-list:hover a,.common-box .news-list:hover .date{
    color: #BF120A;
}
/* 风采展示 */
.show .fengcai{
    width: 100%;
    min-height: 205px;
    margin: 40px 0;
    font-size: 0;
}
.show .fengcai .fclist{
    width: 290px;
    height: 205px;
    margin-right: 10px;
    float: left;
    position: relative;
}
.show .fengcai .fclist img{
    width: 100%;
    height: 100%;
}
.show .fengcai .fclist .fctext{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(146,146,146,0) 0%, #1B1B1B 100%);
}
/* 中间广告  */
.advertising{
    padding-bottom: 20px;
}
.advertising-list{
    float: left;
    height: 142px;
}
.advertising-list:nth-child(1){
    width: 568px;
}
.advertising-list:nth-child(2){
    width: 322px;
    margin:0 12px;
}
.advertising-list:nth-child(3){
    width: 286px;
}
.advertising-list img{
    width: 100%;
    height: 100%;
}
/* & 友情链接 */
.links{
    width: 100%;
    margin-bottom: 30px;
}
.links ul{
    padding: 22px 0;
    box-sizing: border-box;
}
.links ul li{
    width: 270px;
    float: left;
    font-size: 0;
    height: 62px;
    line-height: 62px;
    text-align: center;
    position: relative;
}
.links ul li{
    margin-right: 40px;
}
.links ul li:last-child{
    margin-right: 0;
}
.links ul li a{
    font-family: PingFangSC-Semibold, PingFang SC;
    display: block;
    color: #fff;
    font-size: 18px;
    position: relative;
    width: 100%;
    height: 100%
}
.links ul li a .link-name{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;   
}
.links ul li a img{
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width: 1200px){
    .w1200{
        width: 100%;
    }
    .banner{
        height: 170px;
        margin-bottom: 20px;
    }
    .banner .img-list li a img{
        height: 170px;
    }
    .notice, .xgdt{
        width: 100%;
        margin-right: 0;
    }
    .public, .xyzx{
        width: 100%;
    }
    .news-box{
        padding: 20px 0 0;
    }
    .common-box{
        padding-top: 0;
    }
    .advertising-list{
        float: none;
        height: 100px;
    }
    .advertising-list:nth-child(1){
        width: 100%;
    }
    .advertising-list:nth-child(2){
        width: 100%;
        margin:15px 0;
    }
    .advertising-list:nth-child(3){
        width: 100%;
    }
    .main .common_title{
        padding: 12px 0;
    }
    .main .common_title .tabName{
        font-size: 16px;
        padding-left: 6px;
        border-left: 2px solid #BF120A;
    }
    .main .common_title .more{
        width: 48px;
        height: 20px;
        line-height: 20px;
        font-size: 0;
    }
    .main .common_title .more span{
        line-height: 20px;
        font-size: 12px;
    }
    .main{
        padding: 0 12px;
    }
    .show .fengcai .fengcai-box{
        width: 100%;
        height: 100%;
    }
    .show .fengcai .fclist{
        width: 100%;
    }
    .news-list:nth-child(odd){
        margin-right: 0;
    }
    .news-list{
        width: 100%;
        float: none;
    }
    .news-list .news-title{
        width: calc(100% - 103px);
    }
    .links{
        float: none;
        width: 100%;
    }
    .links {
        margin-bottom: 15px;
    }
    .links ul li{
        width: 48%;
       margin-bottom: 10px;
       margin-right: 0;
    }
    .links ul li:nth-child(odd){
        margin-right: 4%;
    }
    .links ul li a .link-name{
        font-size:14px;
    }
    .show .fengcai .fclist .fctext{
        line-height: 18px;
        font-size: 12px;
        padding:0 10px;
    }
}    