.little_headline {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.little_headline a {
    color: #333333;
}
.news_word{
    width: 380px;
    height: 443px;
    background: #ffffff;
    border-radius: 4px;
    padding: 30px 20px;
}
.news_word li{
    margin-bottom: 11.5px;
}
.news_word li:nth-of-type(5n+1) a{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.news_word li a{
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_word p{
    padding-bottom: 11.5px;
    border-bottom: 1px solid #eeeeee;
}
.news_word p:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}
.mySwiper1{
    width: 790px;
    height: 443px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.mySwiper1 img{
    width: 100%;
    height: 100%;
}
.swiper1-button-next{
    top: auto !important;
    right: 20px!important;
    bottom: 23px!important;
    width: 16px!important;
    height: 30px!important;  
    background: url(../images/next.png?v=20230526094134?v=20230817161242) no-repeat; 
    background-size: 16px 30px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: ''!important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: ''!important;
}
.swiper1-button-prev{
    top: auto!important;
    left: 20px!important;
    bottom: 23px!important;
    width: 16px!important;
    height: 30px!important;  
    background: url(../images/next.png?v=20230526094134?v=20230817161242) no-repeat; 
    background-size: 16px 30px;
    transform: rotate(180deg);
}
.swiper1-pagination .swiper-pagination-bullet{
    width: 10px!important;
    height: 3px!important;
    border-radius: 1px!important;
    background: #fff;
    opacity: .2;
}
.swiper1-pagination .swiper-pagination-bullet-active{
    width: 16px!important;
    opacity: 1;
}
.mySwiper1 .stitle_sha{
    width: 100%;
    height: 76px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
    border-radius: 0px 0px 4px 4px;
    margin-top: -78px;
    position: relative;
}
.mySwiper1 .stitle_sha p{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    width: 660px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.m_title{
    width: fit-content;
    margin: 30px auto;
}
.m_title a{
    display: block;
}
.m_title a p{
    font-size: 30px;
    color: #333333;
    font-weight: 700;
}
.m_title a p:first-child{
    color: #e50012;
}
.video_list {
    width: 790px;
}
.video_list li{
    width: 175px;
    margin-right: 30px;
    margin-bottom: 25px;
}
.video_list li .indexpic_box{
    width: 100%;
    height: 100px;
    position: relative;
}
.video_list li .indexpic_box img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.video_list li .indexpic_box .video_duration{
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    padding-right: 10px;
    line-height: 30px;
}
.video_list li p{
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-top: 10px;
}
.video_list li:nth-child(4n){
    margin-right: 0;
}
.big_video{
    width: 380px;
    height: 322px;
    border-radius: 4px;
}
.big_video .indexpic_box{
    width: 100%;
    height: 214px;
    position: relative;
}
.big_video .indexpic_box img{
    width: 100%;
    height: 100%;
}
.big_video .indexpic_box .video_duration {
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    padding-right: 10px;
    line-height: 50px;
}
.big_video .indexpic_box .play_icon{
    width: 42px;
    height: 42px;
    position: absolute;
    background: url(../images/play_icon.png?v=20230526094134?v=20230817161242) no-repeat;
    background-size: 100%;
    left: 46%;
    top: 40%;
}
.big_video .desc{
    width: 100%;
    height: 108px;
    padding: 20px 15px;
    background-color: #ffffff;
    border-radius: 4px;
}
.big_video .desc p{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
.big_video .desc .pub_time{
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
}
.list_matrix{
    /* margin-bottom: 40px; */
    margin-top: 30px;
}
.normal-box {
    width: 380px;
    float: left;
    margin-right: 30px;
    /* margin-bottom: 50px; */
}
.normal-box:nth-child(3n){
    margin-right: 0;
}
.normal-box:nth-child(4),.normal-box:nth-child(5),.normal-box:nth-child(6){
    margin-bottom: 0;
}
.normal-box .matrix_header{
    margin-bottom: 30px;
}
.normal-box .matrix_header .column_name{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    float: left;
}
.normal-box .matrix_header .more{
    display: block;
    font-size: 14px;
    color: #999999;
    float: right;
    line-height: 33px;
}
.normal-box_list{
    background: #ffffff;
    border-radius: 4px;
}
.normal-box_list li{
    width: 380px;
}
.normal-box_list li.has_img{
    height: 214px;
    position: relative;
    margin-bottom: 22px;
}
.normal-box_list li.has_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.normal-box_list li.has_img .sha_mask{
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
    position: absolute;
    bottom: 0;
}
.normal-box_list li.has_img .sha_mask p{
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.normal-box_list li.words{
   padding: 0 15px;
}
.normal-box_list li.words p::before{
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #e5e5e5;
    border-radius: 50%;
    margin-right: 10px;
 }
 .normal-box_list li.words p{
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 16px;
 }
 .two_pic_box{
    margin-bottom: 20px;
 }
 .two_pic_box img{
    width: 175px;
    height: 100px;
    border-radius: 4px;
 }
 .two_pic_box .two_pic_li{
    width: 175px;
    height: 180px;
    background: #ffffff;
    border-radius: 4px;
 }
 .two_pic_box .p_box{
    width: 175px;
    height: 80px;
    padding: 20px 15px;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    background: #ffffff;
 }
 .words_list{
    width: 380px;
    background: #ffffff;
    border-radius: 4px;
    padding: 23px 0 5px 0;
 }
.words_list li {
    padding: 0 15px;
}

.words_list li {
    width: 380px;
}
.words_list li p {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 18px;
}
.words_list li p::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #e5e5e5;
    border-radius: 50%;
    margin-right: 10px;
}
.hasimg_list li{
    margin-bottom: 20px;
}
.hasimg_list li img{
    /* display: block; */
    width: 142px;
    height: 80px;
    border-radius: 4px;
}
.hasimg_list li .title_box{
    width: 238px;
    height: 80px;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    color: #333333;
    line-height: 21px;  
}
.img_matrix_list li{
    width: 175px;
    height: 180px;
    background: #ffffff;
    border-radius: 4px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.img_matrix_list li img{
    display: block;
    width: 175px;
    height: 100px;
    border-radius: 4px;
}
.img_matrix_list li .title_box{
    padding: 20px 15px;
    color: #333333;
    line-height: 21px;
    font-size: 14px;
}
.img_matrix_list li:nth-child(2n){
    margin-right: 0;
}
.news_word .more {
    padding-bottom: 2px;
    font-size: 12px;
    text-align: right;
    color: #666;
}
.news_word .more a {
    color: #666;
}