.contain{
	position: relative;
	zoom: 1;
	z-index: 2;
	max-width: 1400px;
	margin: 0 auto;
}

/* header */
header{
	position: relative;
	padding: 15px;
	z-index: 11;
}
.head{
	max-width: 1400px;
	border-radius: 6px;
	padding:0 15px;
	/* overflow: auto; */
}
.head .head_left{
	display: inline-block;
	/* min-width: 400px; */
}
.head .head_left>*{
	display: inline-block;
	vertical-align: middle;
}
.head .logo{
	width: 44px;
	height: 44px;
}

.head .name{
	 height: 44px;
	 font-size: 36px;
	 width: 270px;
	 line-height: 44px;
}
.categorize_Mask{
	display: none;
}
/* nav */
.topNav{
	display: inline-flex;
	padding: 10px 0;
}
.topNav>li{
	position: relative;
	display: inline-block;
	min-width: 100px;
	margin: 0 15px;
	height: 44px;
	line-height: 44px;
}
.topNav>li>a{
	display: block;
	text-transform:uppercase;
	text-align: center;
	padding: 0 10px;
	font-size: 17px;
	cursor: pointer;
}
.topNav>li>ul{
	top:54px;
	border-radius: 0 0 10px 10px;
	display: none;
	position: absolute;
	width: 100%;
	flex-direction: column;
	background-color: #fff;
}
.topNav>li>ul li{
	padding:5px 0;
	display: block;
	text-transform: capitalize;
	text-align: center;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.topNav>li>a>.icon{
	transform: rotate(180deg);
	display: inline-block;
}
.topNav>li:hover>a{
	color: #fff;
}
.topNav>li:hover>a>.icon{
	transform: rotate(0deg);
}

.topNav>li>ul li:last-child{
	border-bottom: 0;
}
.topNav>li>ul li:hover{
	background-color: #f2ca1a;
}
/* banner */
.in_banner h3{
	font-size: 54px;
}

/* AD */
.Ad::before {
	display: block;
    font-size:12px;
}
.wrapper{
	padding:60px 0;
}
/* wrapper */
.flex-row{
	padding: 30px 0;
}
.column-item{
	border-radius: 6px;
	width: 510px;
}
.column-item-img{
	
	height: 330px;
}
.column-item-img .tags{
	top: 15PX;
	left: 15px;
}
.column-item-title{
	font-size: 20px;
	padding:20px;
}
.column-item-title>span{
	    -webkit-line-clamp: 2;
	    line-height: 1.5;
}
.column-list{
	width: calc(100% - 520px);
	justify-content: space-between;
	padding-left: 20px;
}
.column-list .list-item .dates .month{
	font-size: 14px;
}
.item-icon{
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
}
.column-item-title .item-icon{
	top: 18px;
	right: 20px;
}
.column-list .list-item{
	padding: 18px 10px;
	flex-shrink: 0;
}
.column-list .list-item .dates{
	width: 120px;
	padding: 15px;
}
.column-list .list-item .dates .day{
	font-size: 32px;
}
.column-list .list-item .dates .month{
	font-size: 14px;
}
.column-list .list-item .news{
	width: calc(100% - 130px);
	padding-left:20px;
	padding-right: 80px;
}
.column-list .list-item .news .title{
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	 
}
.column-list .list-item .text{
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.5;
}
.column-list .list-item .item-icon{
	right: 30px;
}

.mobile-none{
	display: none;
}

/* .bodyhead */
.bodyhead .title{
	font-size: 63px;
}
.bodyhead .line{
	font-size: 24px;
	margin-top: -15px;
}
.bodyhead .line:before,.bodyhead .line::after{
	width: 120px;
	
}

/* wrapper02 */
.big-item{
	margin-top: 40px;
	padding-bottom:150px;
}
.big-info{
	padding:40px 20px;
	width: 80%;
	left: 10%;
	top: 65%;
}
.big-info .tags{
	display: inline-block;
	font-size: 18px;
	padding: 10px 15px;
	margin-top: 15px;
}
.big-info .title{
	width: 65%;
	margin-top:30px;
}
/* row-item-wrapper */
.row-item{
	width: 23.4%;
	margin-bottom: 20px;
}

.row-item a{
	padding-bottom:5px;
	border-radius: 5px 35px 5px 35px;
}
.them-img{
	padding-top: 68.25%;
}
.them-img .tags{
	top: 15px;
	left: 15px;
	z-index: 5;
}
.row-item .title{
	padding: 18px 60px  0 18px;
	font-size: 18px;
	line-height: 1.5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	height: 70px;
	margin-bottom: 15px;
}
.row-item .title::after{
	right: 15px;
	font-size: 24px;
	top: 30px;
}
.row-item:hover a{
	color: #fff;
	background-color: #f2ca1a !important;
}
.row-item:hover .title::after{
	color: #fff;
}

.row-big-item{
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 6px;
}
.row-big-item a{
	display: flex;
}
.row-big-item .row-img{
	width: 55%;
	height: 430px;
	display:inline-block;
	flex-shrink: 0;
}
.row-big-item .row-right{
	padding: 40px;
	display: inline-block;
}
.row-big-item .row-right .tags{
	padding: 10px 15px;
	font-size:18px;
}
.row-big-item .row-right .title{
	font-size:28px;
	margin: 30px 0 0;
	line-height: 1.5;
}
.subtext{
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.5;
}
.bg-grey .flex-row .row-item{
	background-color: #fff;
}

/* last news */
.last-wrapper{
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.last-item{
	width:calc(50% - 15px);
	padding: 15px;
		margin: 15px 0;
}
.last-item .img{
	width: 210px;
	height: 155px;
}

.last-item  .news-info{
	padding-top: 10px;
	padding-left: 20px;
}
.last-item  .news-info .title{
	margin-bottom: 15px;
	max-height: 48px;
}
.last-item .icon{
	font-size: 24px;
}
/* list css */
.bread-wrap{
	left: 7%;
	top:45%;
}
.bread-wrap .title{
	font-size: 38px;
}
.bread-nav{
	padding-top: 10px;
}
.bread-nav li{
	font-size: 17px;
}
.bread-nav li::after{
	font-size: 14px;
}
/* tabnav */
.tabNav{
	padding-bottom: 25px;
	justify-content: center;
}
.tabNav a{
	min-width: 110px;
	font-size: 20px;
	margin: 0 10px;
	padding: 10px 15px;
}

.list-news-wrap{
	margin:15px -15px;
}
.list-news-wrap li {
	width: 25%;
	padding: 15px;
}

.list-news-wrap .news-item .them-img{
	height: 1.95rem;
}
.list-news-wrap .news-item .title{
	padding:20px 15px;
	font-size: 17px;
}

/* pages */
#page {
    height: 50px;
}
.pagingUl {
    height: 48px;
}
.pagingUl li {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.pagingUl li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
.prv,
.next {
    width: 48px;
    height:48px;
    line-height: 48px;
    padding: 0 5px;
	font-size: 20px;
}
.prv {
    margin-right: 10px;
}
.page .first,
.page .last {
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    padding: 0 5px;
    margin-right: 10px;
}

/* detail */
.detail-wrapper{
	padding: 40px;
	margin-top: -80px;
	min-height: 300px;
}
.pb_height{
	padding-bottom: 60px;
}
.detail-title{
	margin-bottom: 20px;
}
.section{
	padding: 10px 0;
}
.section p{
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{
	padding: 10px 0;
}
.tags-list{
	padding: 15px 0 30px;
}
.tags-list .tags{
	padding: 8px 15px 8px 34px;
	margin-right: 10px;
}
.tags-list .tags:before{
	left: 10px;
	top: 5px;
	font-size: 24px;
}
/* footer */
.footer-top{
	padding: 15px 0;
}
.footer-left{
	width: 200px;
}
.footer-left .logo{
	font-size: 34px;
}
.footer-nav .nav-item{
	min-width: 240px;
}
.footer-left .left-nav{
	display: flex;
	flex-direction: column;
}
.footer-left .left-nav a{
	padding:8px 0;
	font-size: 14px;
}
.footer-nav .nav-item h3{
	font-size: 16px;
}
.footer-nav .nav-item>ol li{
	font-size: 15px;
}
.footer-nav .nav-item>ol li:before{
	font-size: 20px;
	margin-right: 6px;
}
.footer-nav .nav-item:last-child{
	min-width: 110px;
}
.backTop{
	right: 10px;
	bottom: 10%;
	width: 48px;
	height: 48px;
}
.backTop i{
	font-size: 30px;
}
@media (max-width:1440px) {
	.head ,
	.contain {
	    max-width: 1200px;
	}
	.big-item {
	    padding-bottom: 130px;
	}
	.big-info {
	    top: 60%;
	}
	.bread-wrap {
	    left: 9%;
	    top: 40%;
	}
	.detail-wrapper {
	    margin-top: -90px;
	}
}
@media (max-width:1024px) {
	.head ,
	.contain {
	    max-width: 960px;
	}
	.wrapper {
	    padding: 40px 0;
	}
	.bodyhead .title {
	    font-size:60px;
	}
	.in_banner h3 {
	    font-size: 44px;
	}
	.topNav>li>a {
	    font-size: 16px;
	}
	.column-item {
	    width: 430px;
	}
	.column-item-img {
	    height: 280px;
	}
	.column-list .list-item .dates {
	    width: 100px;
	    padding: 10px;
	}
	.column-list .list-item .news {
	    width: calc(100% - 110px);
	    padding-left: 15px;
	    padding-right: 60px;
	}
	.column-item-title .item-icon {
	    top: 30px;
	}
	.column-list .list-item .item-icon {
	    right: 16px;
	}
	.big-item {
	    padding-bottom: 100px;
	}
	.big-info {
		width: 90%;
		left: 5%;
	    top: 55%;
		padding: 20px;
	}
	.row-item .title {
	    padding: 15px 50px 15px 18px;
	    font-size: 16px;
	}
	.big-info .title {
		font-size: 24px;
	    width: 75%;
		line-height:1.8;
	    margin-top: 20px;
		margin-bottom: 15px;
	}
	.big-info .tags {
	    font-size: 16px;
	}
	.row-big-item .row-right .title {
	    font-size: 20px;
	    margin: 30px 0 0;
	}
	.tags {
	    font-size: 13px;
	}
	.last-item .news-info .title {
	    margin-bottom:5px;
		font-size: 16px;
	}
	.last-item {
		width: calc(50% - 10px);
	    padding: 10px;
	    margin: 10px 0;
	}
	.row-big-item .row-img {
	    width: 55%;
	    height: 380px;
	}
	.row-big-item .row-right .tags {
	    font-size: 16px;
	}
	.last-item .news-info {
	    padding-top: 5px;
	    padding-left: 15px;
	}
	.subtext {
	    font-size: 14px;
		line-height: 1.5;
	}
	.last-item .img {
	    width: 165px;
	    height: 120px;
	}
	.bread-wrap {
	    left: 4%;
	    top: 40%;
	}
	.detail-wrapper {
	    margin-top: -50px;
	}
	.list-news-wrap li {
	  
	    padding: 15px 10px;
	}
	.list-news-wrap .news-item .them-img {
	    height: 2.1rem;
	}
	.list-news-wrap .news-item .title {
	    padding: 15px;
	    font-size: 16px;
	}
}

/* 404 */
.wrap-404{
	padding-top: 110px;
	padding-bottom: 30px;
}
.wrap-404 img{
	width: 24%;
}
.wrap-404 .title{
	padding-top: 20px;
	font-size: 32px;
	margin-bottom: 15px;
}
.wrap-404 .subtitle{
	font-size: 17px;
}
.wrap-404 .btn{
	border-radius: 3px;
	padding:15px 20px;
	margin: 25px 5px 0;
	font-size: 18px;
}

/* 2026.01.13 contact */
.form .form-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form .form-flex .li{
	width: 49%;
}
.form .li{
	margin: 0 0 30px;
}
.submit{
	font-size:18px !important;
	
}