
.index_container{
   
}
.topadvswiper{
    max-height: 400px;
}
.topadvswiper .swiper-slide img{
    width: 100%;
}
.newspart1{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.newspart1_1{
    width: 45%;
}
.newspart1_2{
    width: 53%;
    background: #FFFFFF;
}
.newsswiper{
    height: 350px;
}
.newsswiper .swiper-slide img{
    width: 100%;
	height:350px;
}
.newsswiper .swiper-slide>a{
    position: relative;
}
.newsswiper .swiper-slide>a>p{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
	margin:0;
}
.newsswiper .swiper-pagination{
    text-align: right;
}
/*.newsswiper .swiper-pagination-bullet{
    background: #FFFFFF;
}*/
.newspart1_2_nav{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #D2EBFD;
    border-bottom: 2px solid #145CA6;
    position: relative;
}
.newspart1_2_nav_item{
    width: 180px;
    font-size: 20px;
    color: #145CA6;
    text-align: center;
    font-weight: bolder;
    height: 50px;
    line-height: 50px;
}
.newspart1_2_nav_item.on{
    color: #FFFFFF;
    background: #145CA6;
}
.newspart1_2_nav_more{
    position: absolute;
    font-size: 12px;
    top:18px;
    right: 10px;
    color: #145CA6;
}
.newspart1_2_lists{
    box-sizing: border-box;
    padding: 20px;
}
.newspart1_2_lists.off{
    display: none;

}
.newspart1_2_newsitem{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #464646;
    font-size: 15px;
    height: 40px;
    position: relative;
}
.newspart1_2_newsitem a{
    color: #464646;
    padding-left: 10px;
    position: relative;
}
.newspart1_2_newsitem a.new::after{
    content: "";
    height: 13px;
    width: 28px;
    background: url("../img/new.png") no-repeat center/100% 100%;
    right: -35px;
    top:0;
    position: absolute;
}
.newspart1_2_newsitem::before{
    content: "";
    height: 8px;
    width: 5px;
    background: url("../img/ico4.png") no-repeat center/100% 100%;
    left: 0;
    top:15px;
    position: absolute;
}

.midnews{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 30px;
}
.midnews_left{
    box-sizing: border-box;
    width: 75%;
    padding: 30px 15px;
    background: #FFFFFF;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom:5px;
}
.midnews_part{
    width: 48%;
}
.midnews_title{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DADADA;
    position: relative;
    height: 30px;
}
.midnews_title span{
    font-size: 18px;
    font-weight: bolder;
    color: #145CA6;
    padding-left: 25px;
}
.midnews_title a{
    font-size: 12px;
    color: #145CA6;
}
.midnews_nav{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
}
.midnews_nav_item{
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100px;
    background: #D2EBFD;
    color: #145CA6;
    margin-right: 10px;
}
.midnews_nav_item.on{
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100px;
    background: #3787D7;
    color: #FFFFFF;
}
.midnews_list{
    box-sizing: border-box;
    margin-bottom: 15px;
}
.midnews_list.off{
    display: none;
}
.midnews_item{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #464646;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    border-bottom: 1px dashed #DADADA;
}
.midnews_item a{
    color: #464646;
    padding-left: 6px;
    position: relative;
}
.midnews_item a.new::after{
    content: "";
    height: 13px;
    width: 28px;
    background: url("../img/new.png") no-repeat center/100% 100%;
    right: -30px;
    top:0;
    position: absolute;
}
.midnews_item::before{
    content: "";
    height: 6px;
    width: 4px;
    background: url("../img/icon_right.gif") no-repeat center/100% 100%;
    left: 0;
    top:12px;
    position: absolute;
}
.midnews_part:first-child .midnews_title::before{
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/mid_icon_1.png") no-repeat center/100% 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
}
.midnews_part:nth-child(2) .midnews_title::before{
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/mid_icon_2.png") no-repeat center/100% 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
}
.midnews_part:nth-child(3) .midnews_title::before{
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/mid_icon_3.png") no-repeat center/100% 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
}
.midnews_part:nth-child(4) .midnews_title::before{
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/mid_icon_4.png") no-repeat center/100% 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
}
.midnews_part:nth-child(5) .midnews_title::before{
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/mid_icon_5.png") no-repeat center/100% 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
}
.midnews_part:nth-child(6) .midnews_title::before{
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/mid_icon_6.png") no-repeat center/100% 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
}
.midnews_right{
    width: 23%;

}
.mid_right_nav_top{
    border: 1px solid #145CA6;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    background: #DCEEFA;
    box-sizing: border-box;
}
.mid_right_nav_top img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.mid_right_nav_top a{
    color: #145CA6;
    font-size: 18px;
    font-weight: bolder;
}
.mid_right_song{
    border: 1px solid #145CA6;
    background: #FFFFFF;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.mid_right_song>p{
    margin: 0;
    padding: 0 20px;
    background: #145CA6;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bolder;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.mid_right_song>div{
    text-align: center;
}
.mid_right_song>div img{
    width: 50%;
}
.mid_right_notice{
    border: 1px solid #145CA6;
    background: #FFFFFF;
    width: 100%;
    margin-bottom: 10px;
}
.mid_right_notice>p{
    margin: 0;
    padding: 0 20px;
    background: #145CA6;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bolder;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;

}
.mid_right_notice>p>img{
    width: auto;
    height: 20px;
    margin-right: 5px;
}
.mid_right_notice>p>a{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 100;
    position: absolute;
    right: 20px;
    top: 16px;
}
.mid_right_notice_list{
    padding: 10px;
}
.mid_right_notice_item2{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.mid_right_notice_item2>a{
    width: 48%;
    text-align: center;
    padding:15px 0;
    box-sizing: border-box;
}
.mid_right_notice_item2>a>img{
    width: 30%;
}
.mid_right_notice_item2>a>span{
    font-size: 12px;
    color: #ffffff;
    display: block;
    margin-top: 5px;
}
.mid_right_notice_item2>a:first-child{
    background: #5684B2;
}
.mid_right_notice_item2>a:last-child{
    background: #64B694;
}
.mid_right_notice_item{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: space-between;
    color: #464646;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    border-bottom: 1px dashed #DADADA;
    word-break: break-all;
}
.mid_right_notice_item a{
    color: #464646;
    padding-left: 6px;
    width: 60%;
    position: relative;
}
.mid_right_notice_item a.new::after{
    content: "";
    height: 13px;
    width: 28px;
    background: url("../img/new.png") no-repeat center/100% 100%;
    right: -18px;
    top:6px;
    position: absolute;
}
.mid_right_notice_item:before{
    content: "";
    height: 6px;
    width: 4px;
    background: url("../img/icon_right.gif") no-repeat center/100% 100%;
    left: 0;
    top:12px;
    position: absolute;
}
.mid_right_zt{
    border: 1px solid #145CA6;
    background: #FFFFFF;
    width: 100%;
    margin-bottom: 10px;
}
.mid_right_zt>p{
    margin: 0;
    padding: 0 20px;
    background: #145CA6;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bolder;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;

}
.mid_right_zt>p>img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.mid_right_zt>p>a{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 100;
    position: absolute;
    right: 20px;
    top: 16px;
}
.mid_right_zt_list{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;

}
.mid_right_zt_list img{

    width: 100%;
}
.picpart{
    margin-top: 30px;
    width: 100%;
    background: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
}
.pic_title{
    display: flex;
    display: -webkit-flex;
    margin: 0;
    align-items: center;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 5px;
}
.pic_title img{
    width: auto;
    height: 20px;
}
.pic_title span{
    font-size: 18px;
    font-weight: bolder;
    color: #145CA6;
    padding-left: 5px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: "";
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: "";
}
.swiper-button-next:after, .swiper-button-prev:after{

}
.swiper-button-next:after, .swiper-button-prev:after{

}
.picprev, .picnext{
    width: 60px !important;
    height: 60px !important;
    top:75px;
}
.picnext{
    background: url("../img/icon_next.png") no-repeat center/100% 100%;
}
.picprev{
    background: url("../img/icon_prev.png") no-repeat center/100% 100%;
}
.flinkpart{
    margin-top: 30px;
    width: 100%;
    background: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
}
.flink_title{
    display: flex;
    display: -webkit-flex;
    margin: 0;
    align-items: center;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 5px;
}
.flink_title img{
    width: auto;
    height: 20px;
}
.flink_title span{
    font-size: 18px;
    font-weight: bolder;
    color: #145CA6;
    padding-left: 5px;
}
.flink_list{
    height: 100px;
    margin-top: 15px;
}
.flink_list .swiper-slide{
    width: 19%;
    display: flex;
    display: -webkit-flex;
    margin-right: 1%;
}
.flink_list .swiper-slide img{
    height: 80px;
    width: 100%;
    margin: 0 auto;
}
.flinkprev, .flinknext{
    width: 60px !important;
    height: 60px !important;
    top:35px;
}
.flinknext{
    background: url("../img/icon_next.png") no-repeat center/100% 100%;
}
.flinkprev{
    background: url("../img/icon_prev.png") no-repeat center/100% 100%;
}
.flinkpart2{
    display: flex;
    display: -webkit-flex;
    margin-top: 30px;
    height: 50px;
    background: #FFFFFF;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
}
.flinkpart2 select{
    height: 30px;
    width: 24%;
    text-align: center;
}
.midadv{
    margin-top: 30px;
}
.midadv>a>img{
    width: 100%;
}
.midadv2{
    margin-top: 30px;
}
.midswiper .swiper-slide{
    width: 300px !important;
}
.midswiper .swiper-slide img{
    width: 98%;
    display: block;
    margin: 0 auto;
}
.midswiper  .swiper-button-prev {
    left:0px;
    width: 45px;
    height: 45px;
    background: url(../img/wm_button_icon.png) no-repeat;
    background-position: 0 -46px;
    background-size: 100%;
}

.midswiper  .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.midswiper  .swiper-button-next {
    right: 0px;
    width: 45px;
    height: 45px;
    background: url(../img/wm_button_icon.png) no-repeat;
    background-position: 0 -139px;
    background-size: 100%;
}

.midswiper  .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}
.midswiper  .swiper-button-prev::after,.midswiper  .swiper-button-next::after{
    content: '';
}
.pic_list{
    height: 180px !important;
    margin-top: 15px;
    box-sizing: border-box;
    width: 100%;
}
.str_wrap{

}
.pic-item{
    width: 20%;

}
.pic_list img{
    height: 160px !important;
    width: 260px;
    padding-top: 10px;
    padding-left: 2px;
}

.clear{ clear:both}
/*
.pic_list .swiper-slide{
    width: 20%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.pic_list .swiper-slide img{
    height: 150px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.pic_list span{
    width: 100%;
    text-align: center;
    font-size: 14px;
*/
