
.nav {
    background: rgba(0, 0, 0, 0.5);
}

/*.news-banner{*/
/*    width: 1410px;*/
/*    margin: 90px auto 31px;*/
/*}*/
.main{
    /*min-height: calc(100vh - 599px);*/
}
.news-banner{
    height: 293px;
    background: url(../image/20221006_1.jpg) no-repeat center;
    background-color:#000;
    overflow: hidden;
}

.news-main{
    width: 1410px;
    margin: 0 auto 31px;
    box-shadow: 2px 2px 6px 0 #d1d1d1;
    padding-bottom: 20px;
}
.news-main-tit{
    width: 1358px;
    height: 78px;
    margin: 0 auto;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}
.news-main-tit .new-tit-l{
    float: left;
    line-height: 78px;
    font-size: 30px;
    font-weight: bolder;
    color: #ffae00;
    text-indent: 30px;
}
.new-tit-r{
    float: right;
    margin: 23px 18px 0 0;
}
.new-tit-r span{
    float: left;
    margin-left: 4px;
    cursor: pointer;
    width: 104px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e2e2e2;
    color: #959595;
    font-size: 16px;
}
.new-tit-r span a{color: #959595;display: inline-block;width: 100%;height: 100%;}
.new-tit-r span:hover a{color: #ffae00;}
.new-tit-r .act:hover a{color: #fff;}
.new-tit-r .act{
    background: #fbd878;
    color: #fff;
    border: 1px solid #fbd878;
}
.new-tit-r .act a{
    color: #fff;
}
.news-list{
    width: 1345px;
    height: 100%;
    margin: 6px auto 0;
    overflow: hidden;
}
.news-item,.news-tit{
    min-height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e2e2e2;
    color: #616161;
    font-size: 16px;
    overflow: hidden;
}
.news-tit h2{
    font-weight: 500;
    font-size: 24px;
    color: #000;
    line-height: 30px;
}
.news-item a{
    color: #616161;
}
.news-item:hover a{
    color: #ffae00;
}
.news-item p{
    float: left;
    width: 1048px;
    margin-left: 26px;
}
.news-item span{
    float: right;
    width: 250px;
    text-align: center;
}

#page{
    text-align: center;
    margin-top: 17px;
}
#page .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #dad8c5;
    color: #000;
}
#page .layui-laypage .layui-laypage-curr em{
    color: #000;
}

.loc{
    float: right;
    margin: 20px 14px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #7e7e7e;
}
.loc a{
    color: #7e7e7e;
}
.loc a:hover{
    color: #ffae00;
}
.news-tit{
    font-size: 16px;
    color: #616161;
    text-indent: 24px;
    border: none;
    padding-bottom: 20px;
    padding-top: 20px;
    
}
.news-details{
    width: 1275px;
    margin: 10px auto 0;
    min-height: 825px;
    padding-bottom: 20px;
    font-size: 14px;
    /*color: #555;*/
    line-height: 30px;
}
.news-details img{
    max-width: 800px;
}

.jc-video-main{
    text-align: center;
}
.jc-video-main video{
    width: 1099px;
    height: 618px;
    margin: 0 auto;
}