@charset "utf-8";

/* 频道导航 */
.index_channel_menu{
    width:100%;
    height: 50px;
    margin: 50px auto 25px;
    background: #f6f6f6;
}
.index_channel_menu ul{
    display: block;
    max-width: 1100px;
    margin: 0 auto;
}
.index_channel_menu ul li{
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 24px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.index_channel_menu ul li:hover{
    color: #009CFF;
    font-weight: 700;
}
.index_channel_menu ul li:nth-child(1){
    padding: 0 24px 0 0;
}
.index_channel_menu ul li.active{
    color: #009CFF;
    font-weight: 700;
}

/* 首页置顶图文banner---仅用于index */
.newspic_banner_zone{
    height: 300px;
}
/* 少于等于3个图位 */
.newspic_bannerlist_less3{
    display: block;
    width: 100%;
    height: 300px;
}
.newspic_bannerlist_less3 li{
    position: relative;
    display: block;
    float: left;
    width: 240px;
    height: 145px;
    overflow: hidden;
}
.newspic_bannerlist_less3 li a img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.newspic_bannerlist_less3 li a:hover img{
    transform: scale(1.2); 
    -ms-transform:scale(1.2); 	/* IE 9 */
    -moz-transform:scale(1.2); 	/* Firefox */
    -webkit-transform:scale(1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2); 	/* Opera */
}
.newspic_bannerlist_less3 li a h1{
    position: absolute;
    z-index: 90;
    left: 8%;
    bottom:20px;
    width: 84%;
    max-height: 44px;
    min-height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: -moz-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.newspic_bannerlist_less3 li a .meng_bg{
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 70%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* 标准的语法 */
}
.newspic_bannerlist_less3 li:nth-child(1){
    width: 480px;
    height:300px;
    margin:0 10px 0 0;
}
.newspic_bannerlist_less3 li:nth-child(2){
    margin:0 0 10px 0;
}
.newspic_bannerlist_less3 li:nth-child(1) a h1{
    max-height: 68px;
    min-height: 34px;
    line-height: 34px;
    font-size: 22px;
}

/* 大于3个图位 */
.newspic_more_banner_left{
    float: left;
    width:480px;
    height: 300px;
    margin-right: 10px;
    overflow: hidden;
}
.morepic_banner{
    width: 480px;
    height: 300px;
}
.morepic_banner .swiper-slide a{
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
}
.morepic_banner .swiper-slide a img{
    display: block;
    width: 100%;
    height: 300px;
}
.morepic_banner .swiper-slide a h1{
    position: absolute;
    z-index: 90;
    left: 5%;
    bottom:30px;
    width: 90%;
    max-height: 70px;
    min-height: 35px;
    line-height: 35px;
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: -moz-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}
.morepic_banner .swiper-slide a .meng_bg{
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 70%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* 标准的语法 */
}
.morepic_banner .swiper-pagination{
    z-index: 90;
}
.morepic_banner .swiper-pagination-bullet{
    margin: 0!important;
    width: 20px;
    height: 3px;
    border-radius: 0!important;
    margin: 0;
    background: rgba(255,255,255,0.3)!important;
    opacity: 1;
}
.morepic_banner .swiper-pagination-bullet-active{
    margin: 0!important;
    width: 20px;
    height: 3px;
    border-radius: 0!important;
    background: rgba(255,255,255,1)!important;
    opacity: 1;
}
.morepic_banner .swiper-container-horizontal >.swiper-pagination-bullets,.morepic_banner .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15px;
}
.newspic_more_banner_right{
    float: right;
    width:240px;
    height: 300px;
    overflow: hidden;
}
.newspic_more_banner_right ul{
    display: block;
}
.newspic_more_banner_right ul li{
    position: relative;
    display: block;
    float: left;
    width: 240px;
    height: 145px;
    overflow: hidden;
}
.newspic_more_banner_right ul li a img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.newspic_more_banner_right ul li a:hover img{
    transform: scale(1.2); 
    -ms-transform:scale(1.2); 	/* IE 9 */
    -moz-transform:scale(1.2); 	/* Firefox */
    -webkit-transform:scale(1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2); 	/* Opera */
}
.newspic_more_banner_right ul li a h1{
    position: absolute;
    z-index: 90;
    left: 8%;
    bottom:20px;
    width: 84%;
    max-height: 44px;
    min-height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: -moz-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.newspic_more_banner_right ul li a .meng_bg{
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 70%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* 标准的语法 */
}
.newspic_more_banner_right ul li:nth-child(1){
    margin:0 0 10px 0;
}




/* 轮播区banner---仅用于各个频道首页 */
.index_banner_zone{
    width: 730px;
    height: 300px;
}
.index_banner_zone .swiper-slide a{
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
}
.index_banner_zone .swiper-slide a img{
    display: block;
    width: 100%;
    height: 300px;
}
.index_banner_zone .swiper-slide a h1{
    position: absolute;
    z-index: 90;
    left: 5%;
    bottom:30px;
    width: 90%;
    max-height: 70px;
    min-height: 35px;
    line-height: 35px;
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: -moz-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}
.index_banner_zone .swiper-slide a .meng_bg{
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 70%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* 标准的语法 */
}
.swiper-pagination{
    z-index: 90;
}
.index_banner_zone .swiper-pagination-bullet{
    margin: 0!important;
    width: 20px;
    height: 3px;
    border-radius: 0!important;
    margin: 0;
    background: rgba(255,255,255,0.3)!important;
    opacity: 1;
}
.index_banner_zone .swiper-pagination-bullet-active{
    margin: 0!important;
    width: 20px;
    height: 3px;
    border-radius: 0!important;
    background: rgba(255,255,255,1)!important;
    opacity: 1;
}
.index_banner_zone .swiper-container-horizontal >.swiper-pagination-bullets,.index_banner_zone .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15px;
}


