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

footer {
	background: #333333;
	color: #fff;

}

.red_c {
	color: var(--red);
}

footer {
	background: #294060;
	color: #fff;
}

.footer2 {
	opacity: 0.4;
	font-size: 14px;
	padding: 20px 0;
	line-height: 2em;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer1 {
	padding: 40px 0;
}

.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;
}


.notice_zx h2 {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: var(--ft20);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.notice_zx {
    padding: 18px;
    box-shadow: 0px 5px 32px 0px rgba(0,116,238,0.1);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(121, 121, 121, 0.10);
	border-radius: 4px;
	background: #fff;
}
.notice_zx dl{
    padding: 20px ;
    color: #666666;
    font-size: 14px;
    display: grid;
    gap: 10px;
    padding-left: 1.5em;
}
.notice_zx dl dd{
    display: flex;
    align-items: center;
    gap: 5px;
    
}
.notice_zx dl dd a{
    flex: 1;
    line-height: 2em;
    border-bottom: 1px solid #ddd;
}
.notice_zx ul {
	display: grid;
	gap: 10px;
}

.notice_zx ul {
    padding-top: 15px;
	display: grid;
	gap: 20px;
}

.notice_zx ul li {
	padding: 10px ;
    font-size: var(--ft18);
	text-align: center;
	color: #666;
}
.notice_zx ul li a.layui-this{
    color: var(--ftc);
}

.page_content h1{
    font-size: var(--ft20);
    padding: 20px 25px;
    color: #555555;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.content{
    color: #555555;
    font-size: var(--ft18);
    padding: 20px 25px;
}
section {
	padding: 30px 0 80px;
}

.page_main {
	display: grid;
	
	grid-template-columns: 220px 1fr;
	gap: 40px;
}
.NewDetailsPage{
    display: grid;
	
	grid-template-columns:  1fr 400px;
	gap: 40px;
}
.nav_top {
	font-size: var(--ft14);
	display: flex;
	align-items: center;
	color: #666 !important;
	padding-bottom:  30px;
}

.nav_top img {
	margin-right: 4px;
}

.nav_top .layui-breadcrumb span,
.nav_top .layui-breadcrumb a {
	font-size: var(--ft14);
	color: #666 !important;

}

.nav_top .layui-breadcrumb *:last-child {
	color: var(--ftc) !important;
}

.nav_banner {
	color: #fff;
	padding-top: 5%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 240px;
    text-transform: uppercase;

}

.nav_banner h1 {
	font-style: italic;
	letter-spacing: 4px;
}


.page_content {
    min-height: 500px;
	border-radius: 4px;box-shadow: 0px 5px 32px 0px rgba(0,116,238,0.1);
	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;
}
.NewDetailsPage .s_content{
    
	padding: 20px 0;
}
.s_content {
	color: #3D3D3D;
	line-height: 1.7em;
}

.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: cover;

	box-shadow: 0 4px 10px rgba(121, 121, 121, 0.10);
	padding: 55px 0;
	background-repeat: no-repeat;
}

.search_box {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	white-space: nowrap;
}
.search_box_title{
    letter-spacing: 5px;
    
}

 form .form_label{
     gap: 10px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 10px;
border: 1px solid #CCCCCC;
display: flex;
align-items: center;
--input_padding: 0 0;
background: #fff;
}

 form .label{
    display: flex;
    align-items: center;
    gap: 5px;

     flex-shrink: 0;
 }
 form .label img{
    flex-shrink: 0;
}
form .form_label .layui-input{
    border: none;
}
form .form_label .layui-input:focus{
    box-shadow: none !important;
    border: none;
}
.search_box .layui-btn{

}
.search_box .tips{
    font-size: 14px;
    white-space: wrap;
    margin: 0 auot;
   padding: 18px 50px;
   color: #8F2F3A;background: #FFF9F5;
}

.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;
}

.tab1 .sub {
	min-width: 150px;
}
.headerSerach{
    display: none;
    height: 300px;
    border-top: 1px solid rgba(255,255,255,0.4);
}
.more_title_box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
    
}
.more_title_box .line_title{
    font-size: var(--ft24);
}
.more_title_box  .more_btn{
    color: #9A9A9A;
}
.header.index .logo{
    
        padding: 30px 0;
   
}.header.index .headerSerach{
    display: block;
}
.header.index .layui-nav .layui-this:after,.header.index .layui-nav-bar{
    background: #fff;
}
.header.index .layui-nav .layui-nav-item a:hover,.header.index  .layui-nav .layui-this a,
.header.index .head_nav.layui-nav .layui-nav-item a{
    color: #fff !important;
}
.head_nav.layui-nav .layui-nav-item {
	padding-bottom: 10px;
}

.head_nav.layui-nav .layui-nav-item a {
	color: #000;
	line-height: 40px;
	padding: 0;
	font-size: 18px;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
	color: var(--ftc) !important;

}

.layui-nav .layui-this:after {
	bottom: unset;
}
.pagination {
    padding: 0 18px;
display: flex;
justify-content: flex-end;
    
}
.panel {
	box-shadow: 0 4px 10px rgba(121, 121, 121, 0.10);
	background: #fff;

}
.table-new{
    border-width: 0 !important;
}
.table-new th{
    background: #F7FAFF; padding: 18px 10px;
text-align: center;
    
}
.table-new .t1{
    text-align: left;
    	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.table-new  tbody tr:hover{
    cursor: pointer;
    background: rgb(247, 250, 255,0.5);
    
}
.table-new td{
     padding: 18px 10px;
    font-size: var(--ft14);
    color: #666;
    text-align: center;
}
.jianbian{
    background: linear-gradient(180deg, rgba(9,101,208,0.2) 10vh,  #fff 40vh );
}
.NewDetailsPage .foot{
    font-size: var(--ft14);
    color: #998;
}
.index_new{
    font-size: 16px;
    padding-left: 1.5em;

    
}
 .index_new li{
        list-style: disc;
}
 .index_new li::marker{
     color: #DEE2E6;
 }
 .index_new   a{
        width: 100%;
        display: flex;
        align-items: center;
    }
     .index_new .title{
         color: #666;
         flex: 1;
     }
     .mySwiper .swiper-slide{
         position: relative;
         
     }
      .mySwiper .swiper-slide .title{
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.4);
          color: #fff;
          padding: 15px;
          
      }
          .mySwiper .swiper-slide .title p{
              width: 70%;
          }
        .mySwiper   .swiper-pagination{
              text-align: right;
              padding-right:  15px;
               padding-bottom: 7px;
          }
        .mySwiper   .swiper-pagination-bullet-active{
              background:  #fff;
          }
          .indexImg{
              background: #FFF2F2;
          }
.indexHead {
    border-bottom: 1px solid #000;
}
.indexHead  li{
    cursor: pointer;
    padding: 10px 18px;
    font-size: var(--ft18);
    border-bottom: 1px solid #fff;
}
.indexHead  li.layui-this{
    color: var(--ftc);
    border-color: var(--ftc);
    background: linear-gradient(180deg, rgba(9,101,208,0.2) ,#fff);
}
@media only screen and (max-width: 1400px) {}

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

@media only screen and (max-width: 768px) {
    .headerSerach{
        height: 100px;
    }
    .more_title_box .line_title{
        font-size: 16px;
    }
    .content{
        padding: 0 10px;
    }
    .nav_banner{
        
    height: 80px;
    }
	.head_nav.layui-nav .layui-nav-item a {
		font-size: 14px;
	}

	.head_nav {
		gap: 0 20px;
		justify-content: flex-start;
	}

.NewDetailsPage,
	.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;
	}
	.ss_btn .layui-btn{
	    --btn:30px;
	    --btn_size:12px;
	}

}

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

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