

    .dingbu {
        width: 98%;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        display: none;
    }
    



    .dingbu p {
        color: #999;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }



    .top {
        width: 100%;
        height: 120px;
        background-color: #333;
        position: fixed;
        z-index: 100;
    }
    .top_z {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    



    .top_l {
        width: 350px;
        height: 120px;
        background-color: #bf0614;
    }
    .top_l a {
        width: 100%;
        display: block;
        line-height: 80px;
        text-align: center;
        height: 80px;
    }
    .top_l a img {
        width: 88%;
        margin-top: 30px;
        margin-left: 10px;
    }


.dh li a:hover {
    color: #bf0614;
}
.dh li.hover {
    color: #bf0614;
}
.ta {
    color: #bf0614 !important;
}
.at {
    color: #bf0614 !important;
}
.hover {
    color: #bf0614;
}

    .dh {
        background: #333;
        z-index: 100;
        position: fixed;
        height: auto;
        top: 0px;
        left: -50%;
        bottom: 0;
        width: 50%;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
    }
    .dh ul {
        padding: 85px 0;
        text-align: left;
        display: flex;
        flex-direction: column;
    }
    .dh ul li {
        width: 87%;
        display: block;
        margin-left: 0px;
        line-height: 110px;
        height: 110px;
        padding: 0 0px 0px 65px;
        border-bottom: solid 1px rgb(255 255 255 / 37%);
        text-align: inherit;
    }
    .dh li a {
        
        height: auto;
        border-bottom: solid 0 #bf0614;
        font-size: 40px;
        color: #fff;
    }


    .me {
        position: absolute;
        right: 25px;
        top: 2px;
        width: 10%;
        height: 100%;
        background: url(/UploadFiles/pic/menu.png) no-repeat center center;
        background-size: 100%;
    }
    .menu_left {
        left: 0%;
    }
    


    .nav_bg {
        display: none;
    position: fixed;
    overflow: hidden;
    height: 100%;
    top: 0px;
    left: 0%;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
    }
    .on {
        display: block;
    }



    .content {
        width: 94%;
        margin: 0px 30px 30px 30px;
        height: auto;
    }



    .cont_z {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: space-between;
    }
    
    .cont_l {
        width: 99%;
        height: auto;
    }
    
    .contl_t {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .contl_tt {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 35px;
        margin-top: 155px;
    }




/* ---------------------------------------------------------------------------------------------------央视新闻 */


    .container {
        position: relative;
        width: 960px;
        height: 632px;
        margin: 0 auto;
        background-color: rgb(253, 252, 252);
        overflow: hidden;
    }
 


    .ul-img {
        position: absolute;
        display: flex;
        width: 2850px;
        height: 632px;
        left: 0;
        padding: 0;
        margin: 0;
    }


    .li-img {
        list-style: none;
        width: 960px;
        height: 632px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        font-weight: 800;
        position: relative;
    }
  


    .li-img a img {
        width: 960px;
        height: 632px;
 

}

    .li-img  p {
        font-size: 45px;
        color: #fff;
        height: 100px;
        line-height: 40px;
        padding: 30px 50px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 500;
    }
    
/* 上一张、下一张 */
.prev1,
.next1 {
    position: absolute;
    height: 232px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
  
.prev1 {
    left: 0;
}
  
.next1 {
    right: 0;
}
  
.prev1 span,
.next1 span {
    display: block;
    height: 65px;
    
} 
.container .prev1 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
    width: 30px;
    height: 65px;
    background: url(/UploadFiles/pic/slide_btn.png) no-repeat left -100px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.container .next1 {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    width: 30px;
    height: 65px;
    background: url(/UploadFiles/pic/slide_btn.png) no-repeat left -170px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.container:hover .prev1{
    opacity: 1;
}
.container:hover .next1{
    opacity: 1;
}
  /* 数字切换按钮 */
.num-box {
    position: absolute;
    left: 7%;
    bottom: 25px;
    transform: translate(-50%, 0);
    z-index: 2;
}
  
.num-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
  


    .num-ul li {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 9px;
        color: #fff;
        margin: 0 4px;
        cursor: pointer;
        user-select: none;
    }

.num-ul li:nth-child(2) {
    margin-left: -24px;
}
.num-ul li:nth-child(3) {
    margin-left: -24px;
}







    .contl_d {
        width: 100%;
        margin-top: 35px;
    }
    .contl_d ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .contl_d ul li {
        width: 49%;
    }
    .cont_d ul li a {
        width: 100%;
        display: block;
    }
    .contl_d li img {
        width: 100%;
        height: 312px;
    }
       
    .contl_d a p {
        
        font-size: 42px;
        color: #333;
        height: 112px;
        line-height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 600;
    }
    
    .contl_d li:hover p{
        color:#bf0614;
    }
    .contl_r {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
       
    .contl_rt {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 60px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    
    .contl_rt h2 {
        font-size: 47px;
        height: 60px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }
     
    .contl_rt a {
        color: #bf0614;
        font-size: 40px;
    }
    
    .contl_rt a:hover {
        color: #bf0614;
    }
    .contl_rn {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .contl_rn ul {
        width: 100%;
        height: auto;
    }
    .contl_rn ul li {
        width: 90%;
        padding: 40px 45px;
        overflow: hidden;
        background-color: #f5f5f5;
    }
    
    .contl_rn h2 {
        margin-bottom: 6px;
        height: 65px;
        line-height: 65px;
        font-size: 45px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: bold;
    }
    
    .contl_rn h2 a {
        color: #333;
        font-size: 45px;
    }
    .contl_rn li p {
        font-size: 40px;
        color: rgb(100, 100, 100);
        height: 95px;
        line-height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .contl_rn a:hover {
        color: #bf0614;
    }
    .contl_rn1 {
        width: 100%;
        height: auto;
    }
    .contl_rn1 ul {
        width: 100%;
    }
    .contl_rn1 ul li {
        
        height: 75px;
        line-height: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contl_rn1 li a {
        color: #333;
        font-size: 42px;
    }
    
    .contl_rn1 li a:hover {
        color: #bf0614;
    }

/* ---------------------------------------------------------------------------------------------------央视财经 */


    .contl_t1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .contl_tt1 {
        width: 99%;
        margin-bottom: 20px;
    }
    .contl_rt1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 60px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    
    .contl_rt1 h2 {
        font-size: 47px;
        height: 60px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }
     
    .contl_rt1 a {
        color: #bf0614;
        font-size: 40px;
    }
    .contl_rt1 a:hover {
        color: #bf0614;
    }
    .contl_yscj {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .contl_yscj ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .contl_yscj ul li {
        width: 48%;
        
    }
    .contl_yscj ul li a {
        width: 100%;
        display: block;
    }
    .contl_yscj li img {
        width: 100%;
        height: 312px;
    }
    .contl_yscj a p {
        font-size: 42px;
        color: #333;
        height: 100px;
        line-height: 53px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 600;
    }
    
    .contl_yscj li:hover p{
        color:#bf0614;
    }
    .contl_yscj a:hover {
        color: #bf0614;
    }
    .contl_yscj1 {
        width: 100%;
        height: auto;
    }
    .contl_yscj1 ul {
        width: 100%;
    }
    .contl_yscj1 ul li {
        height: 80px;
        line-height: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contl_yscj1 li a {
        color: #333;
        font-size: 42px;
    }
    
    .contl_yscj1 li a:hover {
        color: #bf0614;
    }

/* ----------------------------------------------------------------------------------------央视科技 */

.contl_rr1 {
    width: 48%;

}

    .contl_t1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contl_rr1 {
        width: 99%;
        margin-bottom: 20px;
    }
    .contl_rrt1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 60px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    
    .contl_rrt1 h2 {
        font-size: 47px;
        height: 60px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }
     
    .contl_rrt1 a {
        color: #bf0614;
        font-size: 40px;
    }
    .contl_rrt1 a:hover {
        color: #bf0614;
    }
    .contl_yskj {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .contl_yskj ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .contl_yskj ul li {
        width: 48%;
        
    }
    .contl_yskj ul li a {
        width: 100%;
        display: block;
    }
    .contl_yskj li img {
        width: 100%;
        height: 312px;
    }
    .contl_yskj a p {
        font-size: 42px;
        color: #333;
        height: 100px;
        line-height: 53px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 600;
    }
    
    .contl_yskj li:hover p{
        color:#bf0614;
    }
    .contl_yskj a:hover {
        color: #bf0614;
    }
    .contl_yskj1 {
        width: 100%;
        height: auto;
    }
    .contl_yskj1 ul {
        width: 100%;
    }
    .contl_yskj1 ul li {
        text-align: justify;
        height: 80px;
        line-height: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contl_yskj1 li a {
        color: #333;
        font-size: 42px;
    }
    
    .contl_yskj1 li a:hover {
        color: #bf0614;
    }

/* ---------------------------------------------------------------------------------------------------央视体育 */


    .contl_t2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .contl_tt2 {
        width: 99%;
        margin-bottom: 20px;
    }
    .contl_rt2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 60px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    
    .contl_rt2 h2 {
        font-size: 47px;
        height: 60px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }
     
    .contl_rt2 a {
        color: #bf0614;
        font-size: 40px;
    }
    .contl_rt2 a:hover {
        color: #bf0614;
    }
    .contl_ysty {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .contl_ysty ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .contl_ysty ul li {
        width: 48%;
        
    }
    .contl_ysty ul li a {
        width: 100%;
        display: block;
    }
    .contl_ysty li img {
        width: 100%;
        height: 312px;
    }
    .contl_ysty a p {
        font-size: 42px;
        color: #333;
        height: 100px;
        line-height: 53px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 600;
    }
    
    .contl_ysty li:hover p{
        color:#bf0614;
    }
    .contl_ysty a:hover {
        color: #bf0614;
    }
    .contl_ysty1 {
        width: 100%;
        height: auto;
    }
    .contl_ysty1 ul {
        width: 100%;
    }
    .contl_ysty1 ul li {
        text-align: justify;
        height: 80px;
        line-height: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contl_ysty1 li a {
        color: #333;
        font-size: 42px;
    }
    
    .contl_ysty1 li a:hover {
        color: #bf0614;
    }

/* ----------------------------------------------------------------------------------------央视综艺 */



    
    .contl_rr2 {
        width: 99%;
        margin-bottom: 20px;
    }
    .contl_rrt2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 60px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    
    .contl_rrt2 h2 {
        font-size: 47px;
        height: 60px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }
     
    .contl_rrt2 a {
        color: #bf0614;
        font-size: 40px;
    }
    .contl_rrt2 a:hover {
        color: #bf0614;
    }
    .contl_yszy {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .contl_yszy ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .contl_yszy ul li {
        width: 48%;
        
    }
    .contl_yszy ul li a {
        width: 100%;
        display: block;
    }
    .contl_yszy li img {
        width: 100%;
        height: 312px;
    }
    .contl_yszy a p {
        font-size: 42px;
        color: #333;
        height: 100px;
        line-height: 53px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 600;
    }
    
    .contl_yszy li:hover p{
        color:#bf0614;
    }
    .contl_yszy a:hover {
        color: #bf0614;
    }
    .contl_yszy1 {
        width: 100%;
        height: auto;
    }
    .contl_yszy1 ul {
        width: 100%;
    }
    .contl_yszy1 ul li {
        text-align: justify;
        height: 80px;
        line-height: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contl_yszy1 li a {
        color: #333;
        font-size: 42px;
    }
    
    .contl_yszy1 li a:hover {
        color: #bf0614;
    }

/* ---------------------------------------------------------------------------------------------------央视健康 */


    .contl_t3 {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .contl_tt3 {
        width: 99%;
        margin-bottom: 20px;
    }
    .contl_rt3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 60px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    
    .contl_rt3 h2 {
        font-size: 47px;
        height: 60px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }
     
    .contl_rt3 a {
        color: #bf0614;
        font-size: 40px;
    }
    .contl_rt3 a:hover {
        color: #bf0614;
    }
    .contl_ysjk {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .contl_ysjk ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .contl_ysjk ul li {
        width: 100%;
        height: 212px;
    display: flex;
    background: #f5f5f5
    }
    .ysjk_n {
        width: 100%;
        height: auto;
        padding: 34px 20px 6px 20px;
    }
    .ysjk_n p:nth-child(1) {
        margin-bottom: 26px;
        height: 100px;
        line-height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ysjk_n p:nth-child(1) a {
        display: block;
        width: 100%;
        color: #333;
        font-size: 42px;
        font-weight: bold;
    }
    .ysjk_n p:nth-child(1) a:hover {
        color:#bf0614;
    }
    .ysjk_n p:nth-child(2) {
        font-size: 25px;
        line-height: 20px;
        color: rgb(107, 107, 107);
    }
    .contl_ysjk ul li a {
        width: 100%;
        display: block;
    }
    .contl_ysjk li img {
        width: 100%;
        height: 212px;
    }
    .contl_ysjk a p {
        font-size: 35px;
        color: #333;
        height: 83px;
        line-height: 41px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .contl_ysjk li:hover p{
        color:#bf0614;
    }
    .contl_ysjk a:hover {
        color: #bf0614;
    }
    .contl_ysjk1 {
        width: 100%;
        height: auto;
    }
    .contl_ysjk1 ul {
        width: 100%;
    }
    .contl_ysjk1 ul li {
        text-align: justify;
        height: 70px;
        line-height: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contl_ysjk1 li a {
        color: #333;
        font-size: 42px;
    }
    
    .contl_ysjk1 li a:hover {
        color: #bf0614;
    }

/* ----------------------------------------------------------------------------------------------央视娱乐 */


    
    .contl_rr3 {
        width: 99%;
        margin-bottom: 20px;
    }
    .contl_rrt3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 60px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 40px;
    }
    
    .contl_rrt3 h2 {
        font-size: 47px;
        height: 60px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }
     
    .contl_rrt3 a {
        color: #bf0614;
        font-size: 40px;
    }
    .contl_rrt3 a:hover {
        color: #bf0614;
    }
    .contl_ysyl {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .contl_ysyl ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .contl_ysyl ul li {
        width: 100%;
        height: 212px;
    display: flex;
    background: #f5f5f5
    }
    .ysyl_n {
        width: 100%;
        height: auto;
        padding: 34px 20px 6px 20px;
    }
    .ysyl_n p:nth-child(1) {
        margin-bottom: 26px;
        height: 100px;
        line-height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ysyl_n p:nth-child(1) a {
        display: block;
        width: 100%;
        color: #333;
        font-size: 42px;
        font-weight: bold;
    }
    .ysyl_n p:nth-child(1) a:hover {
        color:#bf0614;
    }
    .ysyl_n p:nth-child(2) {
        font-size: 25px;
        line-height: 20px;
        color: #999;
    }
    .contl_ysyl ul li a {
        width: 100%;
        display: block;
    }
    .contl_ysyl li img {
        width: 100%;
        height: 212px;
    }
    .contl_ysyl a p {

        font-size: 35px;
        color: #333;
        height: 83px;
        line-height: 41px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .contl_ysyl li:hover p{
        color:#bf0614;
    }
    .contl_ysyl a:hover {
        color: #bf0614;
    }
    .contl_ysyl1 {
        width: 100%;
        height: auto;
    }
    .contl_ysyl1 ul {
        width: 100%;
    }
    .contl_ysyl1 ul li {
        text-align: justify;
        height: 70px;
        line-height: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contl_ysyl1 li a {
        color: #333;
        font-size: 42px;
    }
    
    .contl_ysyl1 li a:hover {
        color: #bf0614;
    }

/* ----------------------------------------------------------------------------------------------本月热门 */


    .cont_r {
        width: 99%;
        height: auto;
    }
    .contr_t {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .contr_tt {
        width: 100%;
        height: 50px;
        line-height: 38px;
        border-bottom: solid 1px #ddd;
        margin-bottom: 20px;
    }
    .contr_tt h2 {
        width: 21%;
        font-size: 47px;
        height: 50px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }
    
    .contr_byrm {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .contr_byrm ul {
        width: 100%;
        height: auto;
    } 
    .contr_byrm ul li {
        width: 100%;
        height: 530px;
    }
    .contr_byrm li a {
        width: 100%;
        display: block;
        position: relative;
    }
    .contr_byrm a img {
        width: 100%;
        height: 530px;
    }
    .contr_byrm a p {
        Position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.6);
        padding: 0 100px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 35px;
    }
    .contr_byrm1 {
        width: 100%;
        height: auto;
    }
    .contr_byrm1 ul {
        width: 100%;
    }
    .contr_byrm1 ul li {
        height: 80px;
        line-height: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contr_byrm1 li a {
        color: #333;
        font-size: 42px;
    }
    
    .contr_byrm1 li a:hover {
        color: #bf0614;
    }

/* ------------------------------------------------------------------------------------------------随便看看 */


    .contr_t1 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .contr_tt1 {
        width: 100%;
        height: 50px;
        line-height: 38px;
        border-bottom: solid 1px #ddd;
        margin-bottom: 20px;
    }
    .contr_tt1 h2 {
        width: 21%;
        font-size: 47px;
        height: 50px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }
    
    .contr_skk {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .contr_skk ul {
        width: 100%;
        height: auto;
    }
    .contr_skk ul li {
        position: relative;
        padding: 0px 20px 55px 80px;
    }
    .contr_skk ul li::before {
        content: "";
        position: absolute;
        left: 29px;
        top: 0;
        bottom: 0;
        width: 1;
        border-left: 4px dashed #eee;
    }
    .contr_skk li p:nth-child(1) {
        position: relative;
        z-index: 2;
        font-size: 42px;
        line-height: 55px;
        font-weight: 500;
    }
    
    .contr_skk li p:nth-child(1)::before {
        content: "";
        position: absolute;
        left: -60px;
        top: 7px;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        background-color: #fff;
        border: 3px solid #ff9933;
    }
    .contr_skk li p:nth-child(1) a { 
        color: #333;
    }
    .contr_skk li p:nth-child(1) a:hover { 
        color: #bf0614;
    }
    .contr_skk li p:nth-child(2) {
        margin-top: 6px;
        display: inline-block;
        padding: 0 8px;
        background-color: #f5f5f5;
        font-size: 36px;
        line-height: 25px;
        color: rgb(119, 118, 118);
        margin-top: 30px;
    }
    
    .contr_skk li p:nth-child(2) a { 
        color: rgb(80, 79, 79);
    }
    .contr_skk li p:nth-child(2) a:hover { 
        color: #bf0614;
    }

/* ------------------------------------------------------------------------------------------------网站简介 */
.contr_t2 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.contr_tt2 {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}


    .contr_tt2 h2 {
        width: 20%;
        font-size: 20px;
        height: 37px;
        border-bottom: 3px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }

.contr_wzjj {
    overflow: hidden;
    background-color: #fafafa;
    padding: 10px 20px;
    border-radius: 0px;
}


    .contr_wzjj p {
        line-height: 72px;
        font-size: 42px;
        padding: 6px 0;
        color: #999;
    }

.contr_wzjj a {
    color:#333;
}
.contr_wzjj a:hover {
    color:#bf0614;
}


/* -------------------------------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background-color: #bf0614;
    overflow: hidden;
}
.dibu_nt {
    text-align: center;
    color: rgba(255,255,255,0.2);
    line-height: 28px;
}


    .dibu_nt a {
        color:rgba(255,255,255,1);
        font-size: 36px;
        line-height: 46px;
    }

.dibu_nt a:hover {
    color:rgba(255,255,255,1);
}
.dibu_nt span {
    padding: 0 10px;
}


    .dibu_nx {
        text-align: center;
        font-size: 18px;
    }



    .dibu_nx p {
        line-height: 40px;
        color: rgba(255,255,255,0.6);
        font-size: 35px;
        margin-top: 20px;
    }

.dibu_nx a {
    color: rgba(255,255,255,0.6);
}
.dibu_nx a:hover {
    color: rgba(255,255,255,0.6);
}



/* ---------------------------------------------------------------------------------栏目页  央视新闻 */

    .qaz {
        height: 130px;
    }

.ysxww {
    width: 100%;
    overflow: hidden;
    height: auto;
}
.ysxww ul {
    width: 100%;
}


    .ysxww ul li {
        height: 180px;
        padding-bottom: 35px;
        margin-bottom: 20px;
        border-bottom: solid 1px #eee;
        display: flex;
        margin-top: 30px;
    }



    .ysxww .img {
        width: 45%;
        border-radius: 4px;
        overflow: hidden;
    }

.img a {
    display: block;
} 


    .img img {
        width: 100%;
        height: 180px;
    }



    .ysxw_n {
        width: 100%;
        padding: 0px 1px 33px 33px;
    }
    .ysxw_n p:nth-child(1) {
        margin-bottom: 20px;
        font-weight: 500;
        line-height: 63px;
        height: 120px;
        font-size: 45px;
        text-align: justify;
        overflow: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    } 

.ysxw_n p:nth-child(1) a {
    color: #474e5d;
}


    .mess {
        margin-bottom: 10px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        
    }
    .mess span {
        color: #999;
        font-size: 42px;
        float: left;
        display: block;
        margin-right: 10px;
    }
    .mess span:nth-child(3) {
        display: none;
    }


    .ysxw_n p:nth-child(3) {
        line-height: 24px;
        height: 48px;
        color: #999;
        font-size: 16px;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: none;
    }

/* ---------------------------------------------------------------------------------------------栏目页 本月热文 */
.byrw {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


    .byrw_t {
        width: 100%;
        height: 50px;
        line-height: 38px;
        border-bottom: solid 1px rgb(141, 141, 141);
        margin-bottom: 40px;
        margin-top: 50px;
    }
    .byrw_t h2 {
        width: 21%;
        font-size: 47px;
        height: 50px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }

.byrw_n {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}
.byrw_n ul {
    width: 100%;
}
.byrw_n ul li {
    width: 100%;
    display: flex;
}
.byrw_n a:nth-child(1) {
    width: 65%;
    display: block;
}


    .byrw_n a img {
        width: 100%;
        height: 180px;
        border-radius: 10px;
    }
    .byrw_n .rwn {
        width: 100%;
        height: auto;
        margin-left: 20px;
    }
    .rwn p:nth-child(1) {
        font-weight: 500;
        height: 110px;
        line-height: 57px;
        font-size: 45px;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.rwn p a {
    width: 100%!important;
    color: #474e5d;
}
.rwn p a:hover {
    color: #bf0614;
}


    .rwn p:nth-child(2) {
        line-height: 20px;
        font-size: 35px;
        color: #ccc;
        margin-top: 30px;
    }

.byrw_n1 {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}
.byrw_n1 ul {
    width: 100%;
}


    .byrw_n1 ul li {
        width: 90%;
        display: flex;
        margin-bottom: 40px;
        Position: relative;
        padding-left: 77px;
    }
    .byrw_n1 li .nums {
        border-radius: 30px;
        background: #ddd;
        color: #fff;
        display: block;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        Position: absolute;
        left: 0;
        top: 2px;
    }

.byrw_n1 li:nth-child(1) {
    display: none;
}
.byrw_n1 li:nth-child(1) .nums {
    background: #ff5500;
    color: #fff;
}
.byrw_n1 li:nth-child(2) .nums {
    background: #ff5500;
    color: #fff;
}
.byrw_n1 li:nth-child(3) .nums {
    background: #ff9900;
    color: #fff;
}


    .byrw_n1 li p {
        font-weight: 500;
        line-height: 50px;
        font-size: 42px;
        text-align: justify;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.byrw_n1 li p a {
    color: #474e5d;
}
.byrw_n1 p a:hover {
    color: #bf0614;
}
/* ------------------------------------------------------------------------------------------栏目页 最新发布 */
.zxfb {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


    .zxfb_t {
        width: 100%;
        height: 50px;
        line-height: 38px;
        border-bottom: solid 1px rgb(150, 149, 149);
        margin-bottom: 40px;
        margin-top: 50px;
    }
    .zxfb_t h2 {
        width: 21%;
        font-size: 47px;
        height: 50px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }

.zxfb_n {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}
.zxfb_n ul {
    width: 100%;
    height: auto;
} 







    .zxfb_n ul li {
        width: 100%;
        height: 430px;
    }
    .zxfb_n li a {
        width: 100%;
        display: block;
        position: relative;
    }
    .zxfb_n a img {
        width: 100%;
        height: 430px;
    }
    .zxfb_n a p {
        Position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.6);
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 40px;
    }
    .zxfb_n1 {
        width: 100%;
        height: auto;
    }
    .zxfb_n1 ul {
        width: 100%;
    }
    .zxfb_n1 ul li {
        text-align: justify;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .zxfb_n1 li a {
        color: #474e5d;
        font-size: 18px;
    }  

.zxfb_n1 li a:hover {
    color: #bf0614;
}

    .zxfb_n1 ul li {
        text-align: justify;
        height: 82px;
        line-height: 82px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .zxfb_n1 li a {
        color: #474e5d;
        font-size: 42px;
    }  


/* ----------------------------------------------------------------------------------内页 */

.ly {
    width: 100%;
    color: #999;
    margin-bottom: 10px;
    font-size: 35px;
}
.ly a {
    font-size: 35px;
    color: #474e5d;
}
.ly a:hover {
    color: #bf0614;
}


.xgtj {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}



    .biaot {
        width: 96%;
        padding-top: 20px;
        padding-bottom: 4px;
        padding-left: 45px;
        margin-bottom: 40px;
        font-size: 50px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /*-webkit-line-clamp: 1;*/
        -webkit-box-orient: vertical;
    }

    .shengm {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 35px;
        border-top: 1px solid #ddd;
    }
    .xgtj_t {
        width: 100%;
        height: 50px;
        line-height: 38px;
        border-bottom: solid 1px rgb(151, 151, 151);
        margin-bottom: 40px;
    }
    .xgtj_t h2 {
        width: 22%;
        font-size: 47px;
        height: 50px;
        border-bottom: 6px solid #bf0614;
        font-weight: bold;
        color: #000000;
    }



    .xgtj_n {
        width: 100%;
        overflow: hidden;
    }
    .xgtj_n ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .xgtj_n ul li {
        width: 99%;
        height: auto;
        padding: 7px 15px;
    }
    .xgtj_n li span {
        width: 100%;
        height: 1px;
        background-color: #ddd;
        display: block;
        margin-top: 25px;
    }
    .xgtj_n li p:nth-child(1) {
        margin-bottom: 20px;
        font-weight: 800;
        font-size: 40px;
        line-height: 60px;
        height: 60px;
        margin-top: 30px;
        text-align: justify;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.xgtj_n li p:nth-child(1) a {
    color: #474e5d;
}


    .xgtj_n li p:nth-child(2) {
        line-height: 46px;
        height: 85px;
        color: #999;
        font-size: 30px;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 36px;
    } 
