body {
	/*font: 16px ;*/
	color: #212121;
	font-size: 16px;
}

footer{
background: #333333;
color: #fff;
    
}
main{
    background: #F7F8FA;
}
.red_c{
    color: var(--red);
}
.footer2{
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer1{
    padding:25px 0 40px ;
}

.footer_box h1{
    
    font-size: var(--ft20);
}
.footer_box h1::after{
    display: block;
    content: '';
    width: 30px;
height: 4px;
margin-bottom: 15px;
background: var(--red);
border-radius: 0px 0px 0px 0px;
margin-top: 5px;
}
.footer_box>div{
    position: relative;
}
.footer_box>div:not(:last-child)::after{
 display: block;
 content: '';
 position: absolute;
 right: -15px;
 top: 0;
 width: 1px;
 bottom: 0;
 background:rgba(255,255,255,0.1);
}
#container{
    width: 100%;
    aspect-ratio: 960/440;
}
.left_nav h1{
    font-size: var(--ft34);
    color: #333;
    font-weight: bold;
    padding: 30px;
    background: #FFF4F6;
    text-align: center;
    background-color:rgba(255, 244, 246, 1);
    background-blend-mode: lighten;
    background-size: cover;
    border-radius: 4px;
}
.notice_box{
    margin-top:20px ;
    box-shadow:0 4px 10px rgba(121, 121, 121, 0.10);
    border-radius: 4px;
    background: #fff;
}
.notice_zx h2,
.notice_box h2{
    font-weight: bold;
    font-size: var(--ft30);
    text-align: center;
    padding: 18px;
    background: rgba(255, 244, 246, 1);
}
.notice_zx {
        box-shadow:0 4px 10px rgba(121, 121, 121, 0.10);
    border-radius: 4px;
    background: #fff;
}
.notice_zx ul{
    padding: 27px 20px;
    display: grid;
    gap: 20px;
}
.notice_zx ul{
    padding: 27px 20px;
    display: grid;
    gap: 20px;
}
.notice_zx ul li{
   padding: 12px ;
   background: #FFFAFB;
   padding-left:72px;
}
.notice_box ul{
    padding: 22px 20px ;
}
.notice_box ul li{
    padding: 10px 0;
    margin-bottom: 20px;border-bottom: 2px dashed #E8E8E8;
}
.notice_box ul li a{
    display: block;
}
section{
    padding: 27px 36px;
}
.page_main{
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
}
.nav_top{
    font-size: var(--ft18);
    display: flex;
    align-items: center;
    color: rgba(61, 61, 61, 0.40) !important;
    padding:20px 30px ;
    border-bottom: 1px solid #E8E8E8;
}
.nav_top img{
    margin-right: 10px;
}
.nav_top .layui-breadcrumb span,
.nav_top .layui-breadcrumb a{
    font-size: var(--ft18);
    color: rgba(61, 61, 61, 0.40) !important;
    
}
.nav_top .layui-breadcrumb *:last-child{
    color: rgba(61, 61, 61, 1) !important;
}
.page_content{
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(20, 104, 230, 0.10);
    background: #fff;
}
.feed_content{
    padding: 40px 30px;
}
.feed_list{
    display: grid;
    gap:14px ;
    
    grid-template-columns: repeat(10, 1fr);
    grid-template-row: repeat(2, 1fr);
}

.feed_list li{
    background: #F7F7F7;
    padding: 20px;
    color: #052135;
    font-size: 14px;
   line-height: 2em;
    grid-column: 1 / 11;
}
.feed_list li h1{
    margin-bottom: 10px;
}
.feed_list li:nth-child(1){
    
    grid-area: 1 / 1 / 4 / 7;
}
.feed_list li:nth-child(2){
    
    grid-area: 1 / 7 / 2 / 11;
}
.feed_list li:nth-child(3){
    
    grid-area: 4 / 7 / 2 / 11;
}
.s_content{
    color: #3D3D3D;
    line-height: 2em;
}
.new_list .item{
    border-bottom: 2px dashed #E8E8E8;
}
.new_list .item .t1{
    font-size: var(--ft18);
    color: #333;
}
.new_list .item .time{
    font-size: 14px;
    color: #9A9FA3;
    white-space: nowrap;
    flex-shrink: 0;
}
.search_card{
    background-size: 100%;
    background-position: top center;
   
    box-shadow:0 4px 10px rgba(121, 121, 121, 0.10);
    padding: 200px 0 100px;
    background: #fff;
    background-repeat: no-repeat;
}
.search_box{
        box-shadow:0 4px 10px rgba(121, 121, 121, 0.10);
  
    background: #fff;
    width: 900px;
    max-width: 100%;
    margin: 0 auto ;
    white-space: nowrap;
}
.search_box_title .hr{
    width: 100px;
    height: 2px;
    background: #333;
    border-radius: 4px;
}
.search_box form{
    padding: 50px 20px 40px;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    --input:56px;
    --btn_size:16px;
}
.form_label{
    color: #3D3D3D;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form_label .label{
    flex-shrink: 0;
}
.tab1{
    overflow: hidden;
    overflow-x: auto;
}
.tab1 th{
    background: #F8F9FB;
    padding: 20px 5px;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    min-width: 150px;
}
.tab1 td{
    
    font-size: 20px;
    padding: 20px 5px;
}
.tab1 tr td:nth-child(1),
.tab1 tr td:last-child,
.tab1 th:nth-child(1),
.tab1 th:last-child{
    text-align: center;
    
}
.tab1 tr:nth-child(even){
    background: #F8F9FB;
}
.head_nav.layui-nav .layui-nav-item a{
     color: #333333;
     font-size: 22px;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
    font-weight: bold;
    
}

.layui-nav .layui-nav-item::after{
        content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-color: #16b777;
    transition: all .4s;
    -webkit-transition: all .4s;
    pointer-events: none;
    top: auto;
    bottom: 0;
left: 50%;
    transform: translateX(-50%);
border-radius: 4px 4px 4px 4px;
height: 8px;
width: 0;
background: #333333;
}
.panel{
     box-shadow:0 4px 10px rgba(121, 121, 121, 0.10);
     background: #fff;
    
}
.layui-nav .layui-nav-item:hover:after,
.layui-nav .layui-this:after{
    width: 50px;
}
.more_btn{
    height: 36px;
    --btn:36px;
    font-size: 14px;
    padding: 8px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
    background: initial;
    line-height: unset;
}
.more_btn:hover{
    color: #666;
}
.more_title_box{
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed  #999999;
    margin-bottom: 20px;
}
.line_title{
    
  display: flex;
  align-items: center;
  position: relative;
}
.line_title::before{
    display: inline-block;
    content: '';
    background: #333333;
    border-radius: 4px 4px 4px 4px;width: 6px;
    height: 1em;
    margin-right: 8px;
}
.more_title_box .line_title{
  font-size: 22px;
  color: #333;
}
.index_new .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.index_new .item .title{
    flex: 1;
}
.index_new .item .time{
    color: #999;
}
.index_new_item {
    border-radius: 4px;
    background: var(--ftc);
}
.index_new_item .img1{
    aspect-ratio:440/246 ;
}
.index_new_item .b1{
padding: 10px;
}
.index_new_item .b1{
    
}
.index_new_item .b1 .time,
.index_new_item .b1 .subtitle{
    color: #999;
}
.online {
    background: linear-gradient( 95deg, var(--ftc) 0%, rgba(255,255,255,0) 100%);
}
.index_study .item{
    background: var(--ftc);
}
.index_study .item .img1{
    aspect-ratio: 320/180;
}
.index_study .item  .title{
    text-align: center;
    padding: 8px;
    font-size: var(--ft20);
    font-weight: bold;
}
.more_title_box1 .more_btn{
    border: none;
}
.more_title_box1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
    margin-bottom: 10px;
}
.more_title_box1 .line_title{
    font-size: 22px;
    padding-left: 6px;
}
.more_title_box1 .line_title::before{
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height:6px ;
    width: 100%;
}
.index_new_item2{
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.index_new_item2 .img1{
    width: 220px;
    max-height: 100%;
    aspect-ratio: 220/130;
}
.index_new_item2  .subtitle{
    color: #999;
    font-size: 12px;
    line-height: 2em;
    margin-top: 10px;
}
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 990px) {
}

@media only screen and (max-width: 768px) {
    .page_main{
   
        grid-template-columns:  1fr;
    }
    .notice_zx ul li{
 
   padding-left:12px;
}.tab1 th,
.tab1 td{
    font-size: 16px;
    padding: 5px 5px;
    min-width: auto;
}
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {
}

@media only screen and (min-width: 751px) {
}
