:root {
	--main-color: #355e92;
}
@media (max-width: 768px) {
	body {
		min-width: auto;
	}
	.mask{
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.content-box {
		width: auto;
		padding: 0 12px;
	}
	.header-pc {
		display: none;
	}
	.header-m {
		display: block;
		background: var(--main-color);
		position: relative;
		z-index: 999;
	}
	.header-m .header{
		height: auto;
		background: url(../img/ksy_header_bg.jpg) -420px center no-repeat;
	}
	.topbar{
		display: flex;
		justify-content: space-between;
	}
        .top-r{
               display: block !important;
        }

	.top-l a, .top-r a{
		font-size: 14px;
		padding: 4px 0;
	}
	.topbar .top-r a{
		padding-right: 0;
	}
	.topbar .top-r span:nth-of-type(1) i {
	    background: url(../img/icon-yxdl.png) center no-repeat;
	}
	.header-m .logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-m .logo img {
		height: 48px;
		padding-top: 0;
		margin: 14px 0;
	}

	.header-m .nav-shrink .nav-toggle {
		display: block;
		width: 30px;
		height: 25px;
		padding: 8px 0;
		background: var(--main-color);
		border-top: solid 3px var(--main-color);
		border-bottom: solid 3px var(--main-color);
		background-clip: content-box;
		cursor: pointer;
		position: relative;
	}

	.header-m .nav-shrink .nav-toggle:after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.header-m .nav-shrink .dropdown-menu {
		display: none;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 999;
		background: #f8f8f8;
	}

	.header-m .nav-shrink .dropdown-menu li {
		width: 100%;
		position: relative;
	}

	.header-m .nav-shrink .dropdown-menu li a {
		font: 16px/56px "microsoft yahei";
		color: #333;
		padding: 0 12px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header-m .nav-shrink .dropdown-menu li:hover,
	.header-m .nav-shrink .dropdown-menu li.on {
		background: #eee;
	}

	.header-m .nav-shrink .dropdown-menu li i {
		border: solid 6px transparent;
		border-left-color: #999;
		border-right: none;
	}
	.headlines{
		height: 30px;
		margin: 12px 0;
	}
	.headlines i{
		font: bold 15px/30px "microsoft yahei";
		width: 50px;
		height: 30px;
		padding-left: 10px;
	}
	.headlines i:after{
		border-width: 4px;
		right: -8px;
	}
	.headlines p{
		width: calc(100% - 110px);
		font: 18px/30px "microsoft yahei";
		margin-left: 10px;
	}
	.headlines span {
	    padding-left: 8px;
	    margin-top: 6px;
	}
	.headlines span a {
	    font: 14px/18px "microsoft yahei";
	}
	#focus{
		width: 100%;
		height: 230px;
	}
	#focus ul li{
		width: 100%;
	}
	#focus li a, #focus li img {
	  display: block;
	  width: 100%;
	  height: 100%;
	}
	#focus .textbg{
		height: 38px;
	}
	#focus .text {
	    width: 68%;
	    font: 14px/38px "microsoft yahei";
	    margin-left: 10px;
	}
	#focus .btn{
		bottom: 14px;
                right: 6px;
	}
       #focus .btn span{
		width: 10px;
		height: 10px;
   		margin: 0 2px;
	}
	#focus .preNext{
		opacity: 1;
		top: 50%;
		transform: translateY(-50%);
	}
	#focus .pre{
		left: 0;
	}
	#focus .next{
		right: 0;
	}
	.news{
		width: 100%;
		margin-top: 25px;
	}
	.title{
		padding-bottom: 14px;
	}
	.title h2 {
	    font: bold 20px/20px "microsoft yahei";
		padding: 0 5px;
	}
	.title h2:after{
		height: 3px;
		bottom: -15px;
	}
	.title .more{
		font: 14px/20px "microsoft yahei";
	}
	.news-list {
	    margin-top: 8px;
	}
	.news-list li{
		display: flex;
		align-items: center;
	}
	.news-list li i{
		margin-top: 0;
	}
	.news-list li a{
		width: auto;
		flex: 1;
		font: 16px/38px "microsoft yahei";
	}
	.news-list li span{
		font: 14px/36px 'arial';
		padding-left: 10px;
	}
	.mt40{
		margin-top: 0;
	}
	.xxg {
                display: flex;
	        height: 50px;
		margin-top: 15px;
	}
	.xxg a{
		font: 15px/18px "microsoft yahei";
		padding: 0 20px;
		margin: auto;
	}
       .xxg i{
		float: left;
		margin: 0;
                transform: scale(.7);
	}
	.phone ul{
		flex-wrap: wrap;
		align-items: center;
	}
	.phone li{
		margin-top: 20px;
	}
	.phone li p {
	    font: 18px/18px "arial";
	}
	.phone li span{
		margin-right: 10px;
	}
	.phone li em{
		font-size: 13px;
	}
	.footer{
		margin-top: 30px;
		padding: 20px 0 40px;
	}
        .footer .content-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.unit {
	        padding: 5px 0 0 0;
		display: flex;
		align-items: center;
	}
	.unit img{
		display: block;
	}
	.unit a:nth-of-type(1) img{
	        height: 64px;
	}
	.unit a:nth-of-type(2) img{
	        height: 54px;
		padding: 0 0 0 10px;
	}
	.contact{
		width: 100%;
		padding: 16px 0 0 0;
		border: none;
	}
	.contact p{
		width: 100%;
                text-align: center;
	}
	.tel{
		top: 20px;
		float: left;
		width: auto;
		height: 60px;
		border-width: 2px;
		background: url(../img/ksy_icon_tel.png) 10px center no-repeat;
	}
	.tel i{
		height: 2px;
	}
	.tel span{
		padding-left: 52px;
		padding-right: 10px;
	}
	.tel span:nth-of-type(1){
		padding-top: 10px;
	}
	/* 组织机构 */
	.mtb60 {
	    margin: 40px auto;
	}
	.ptb60{
		padding: 40px 0 !important;
	}
	.title-inner{
		font: 24px/24px "microsoft yahei";
		margin-bottom: 35px;
	}
	.title-inner i {
	    width: 32px;
	    height: 3px;
	    margin: 16px auto 0;
	}
	.introduce{
		padding: 0;
		flex-wrap: wrap;
	}
	.picture{
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	.picture:before{
		width: 40px;
		height: 40px;
		left: 12px;
		bottom: -12px;
	}
	.picture:after{
		width: 36%;
		height: 36%;
		top: 22px;
		right: -28px;
		background-size: 65%;
	}
	.picture img{
		display: block;
	}
	.introduce .desc{
		width: 100%;
		margin-top: 35px;
	}
	.leader li{
		height: auto;
		padding: 12px;
		overflow: hidden;
		background-size: 40%;
	}
	.leader li+li{
		margin-top: 15px;
	}
	.leader-photo{
		width: 110px;
		height: 160px;
		margin-right: 10px;
	}
	.leader-photo img{
		display: block;
	}
	.leader-info h4{
		font-size: 16px;
	}
	.leader-info>div{
		padding-top: 5px;
	}
	.leader-info span, .leader-info p{
		font-size: 14px;
		line-height: 21px;
	}
	.office-name{
		height: auto;
		display: flex;
		flex-wrap: wrap;
		/* position: sticky; */
		top: 0;
	}
	.office-name li{
		width: calc(50% - 10px);
		height: 36px;
		line-height: 36px;
		padding: 0 6px;
		margin: 3px 5px;
	}
	.office-info{
		padding: 20px;
	}
	.office-info h3{
		font-size: 18px;
		padding-top: 6px;
	}
	.office-info h3 i{
		height: 18px;
		width: 3px;
		margin-right: 10px;
		margin-top: -4px;
	}
	.office-info p{
		padding-top: 10px;
	}
	/* 新闻列表内页 */
	.container{
		width: 100% !important;
		height: auto !important;
		padding: 0 12px;
		overflow: hidden;
	}
	.cont-top .current-position{
		padding-left: 10px;
	}
	.tyl-main-left{
		width: 100%;
		/* position: sticky; */
		top: 0;
	}
	.tyl-main-left-title{
		padding-left: 10px;
	}
	#treeview{
		height: auto !important;
	}
	.tyl-main-left-treeview{
		padding: 10px 20px ;
	}
	.main_list_right, .table_list{
		width: 100% !important;
		margin-left: 0;
	}
	.table_list thead .table_list_title{
		width: calc(100% - 90px);
	}
	.table_list thead .table_list_date{
		width: 90px;
	}
	.table_list tbody tr td{
		padding: 12px 0;
	}
	.table_list tbody tr td:last-child{
		text-align: right;
	}
	.table_list tbody td{
		line-height: 21px;
	}
	.table_list tbody tr td a{
		line-height: 21px;
		margin-left: -15px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		word-break: break-all;
	}
	.paging_wrap{
		padding-bottom: 10px;
	}
	.paging{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.paging li{
		margin: 3px;
	}
	.paging li a, .paging li span{
		font-size: 13px;
	}
	/* 新闻详情页 */
	.main_content{
		padding: 25px 12px;
	}
	.main_content h2{
		font-size: 20px;
		margin-bottom: 12px;
	}
	.main_content .main_con_ftit p{
		font-size: 13px;
	}
	.main_content .main_con_zw{
		margin-top: 20px;
	}
	.main_content .main_con_zw p,
	.main_content .main_con_zw p span{
		font-size: 16px !important ;
		line-height: 28px;
	}
	.main_content .main_con_zw p span{
		/* display: block; */
	}
        #j-show-body table {
	    width: 100% !important;
	    table-layout: fixed;
	    overflow: hidden;
	}
	#j-show-body table td{
		width: auto !important;
		font: 14px/25px "microsoft yahei" !important;
		word-break: break-all;
	}
	#j-show-body table td *{
		font-size: 14px !important;
	}
	.main_content .mian_con_foot p{
		text-indent: 10px;
	}
	.mian_con_foot>div{
		margin-right: 10px !important;
	}
	/* 栏目新增分类 20230522 */
	.ksfl{
		width: 100%;
		top: 50px;
	}
	.ksfl li+li{
		border-left: none;
	}
	.ksfl li{
		font: 16px/16px "microsoft yahei";
		margin: 6px 0;
		border-right: solid 1px #e5e5e5;
	}
	.tab2-cont{
		margin-top: 80px;
	}
	.more.dn{
		display: block;
	}
	.tab-more.more.dn{
		display:none;
	}
}
