
/*新闻栏目条*/
.box-news{background:#1c1d30;width: 100%;height:110px;display: inline-block;margin-top: -6px;margin-bottom: 0}
.new_wrapper{width: 100%;margin: 20px auto 0;clear: both}
.new_wrapper>a:first-child{float: left}
.new-list{float: right}
.new-list li {float: left;height: 70px;line-height: 70px;font-size: 24px;color: #393939;padding-left: 60px}
.new-list li a{font-size: 24px;color: #fff;border-bottom: 3px solid  rgba(0,0,0,0);display:block;height: 67px}
.new-list li:hover a{color: #d61518}

.box-footer{padding-top: 30px;background: #0d0e1f;margin-top: -6px;}
hr{width:100%;height:2px;clear:both;background: #d61518;border: none;margin: 100px 0 40px 0;}
footer{padding-bottom: 30px;}.footer-nav{padding-top: 5px}
footer::after{display: block;clear: both;content: ''}
.footer-nav,.footer-nav a{color: #666666;font-size: 14px;line-height: 1.8;text-align: center}
.footer-nav a:hover{color: #d61518}
.footer-logo{float: right;}
.footer-logo img,.footer-logo div{float: right;}
.footer-logo div{text-align: center;margin-top: 15px;margin-right: 20px}
.footer-logo div img{margin-bottom: 5px}
.footer-logo div p{color: #666666;font-size: 14px;display:block;text-align: center}
/*内容区*/
.main-box{width: 100%;border-bottom: 1px solid #323353;
background: #0d0e1f;margin-top: -6px;display: inline-block}
.casket{height: 500px;margin-top: 30px}
.casket-fl{width: 890px;height: 500px;float: left}
.casket-fl iframe{width: 100%;height: 100%}

.list-rg li{width: 210px;height: 130px;position: relative;margin-bottom: 27px}
.list-rg li img{width: 100%;height: 100%}
.list-rg li p{margin: 5px 4%;color: #fff;
position: absolute;bottom:0;left: 0;font-size: 15px;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;text-align: justify;}
.list-rg li p:hover{text-decoration: underline}
.list-rg li:hover p{display: block}
.list-rg li:last-child{margin-bottom: 0}

.main-box .video-txt{width: 100%;background: #1c1d30;padding-bottom: 30px}
.main-box .video-txt h3{font-size: 30px;color: #f3f3f3;width: 890px;padding-top: 40px;font-weight: 500}
.main-box .video-txt p{font-size: 16px;color: #f3f3f3;width: 890px;padding-top: 20px;line-height: 1.8}
.main-box .video-txt .edit{margin-top: 30px}
.main-box .video-txt .edit p{display: inline;margin-top: 0;color: #999aaf;margin-right: 5px}
.main-box .video-txt .edit p a{color: #999aaf}
.main-box .video-txt .edit p a:hover{color: #d61518}

.footer-logo{display: none}
hr{display: none}
.footer-nav, .footer-nav a{color: #fff}
.behind_txt a{color: #fff;}
.behind_txt{padding: 4px 5px!important;margin:-4px 7px 0 0}

.new_wrapper img{background: none}


.videor_list{
    float: right;
    width: 230px;
    height: 470px;
    margin-right: 40px;
}
.videor_list>p{
    background: #fff;
    padding: 4px 0;
    text-indent: 5px;
    border-radius: 5px;
}
.list-rg{
    width: 230px;
    margin-top: 5px;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}


.list-rg::-webkit-scrollbar {
    width: 12px; /* 滚动条宽度 */

  }
   
  .list-rg::-webkit-scrollbar-track {
    background: #fff; /* 轨道颜色 */
  }
   
  .list-rg::-webkit-scrollbar-thumb {
    background: #dcdcdf; /* 滑块颜色 */
    height: 30px;
    width: 5px;
  }
   
