/*pc_css*/
@media screen and (min-width:769px){
	#news .mainbox{
		height:150px;
		background: -moz-linear-gradient(top, #EAEAEA, #fff);
        background: -webkit-linear-gradient(top, #EAEAEA, #fff);
        background: linear-gradient(to bottom, #EAEAEA, #fff);
	}
	
	#news .mainbox .innerbox{
		width:1140px;
		margin:0 auto;
		position: relative;
  		top: 50%;
  		-webkit-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		transform: translateY(-50%);
	}
	
	#news .mainbox .innerbox .maintl{
		font-size:2.8rem;
		font-weight: bold;
		line-height: 4.8rem;
	}
	
	#news .mainbox .innerbox .maintl span{
		font-size:1.6rem;
		font-weight: normal;
		margin:0 0 0 20px;
	}
	
	#news .stepbox{
		background:#F1F1F1;
	}
	
	#news .columnbox{
		width:1140px;
		margin:0 auto;
		padding:40px 0 80px 0;
	}
	
	#news .columnbox .searchbox{
		width:270px;
		float: right;
	}
	
	#news .columnbox .searchbox .bannerbox{
		margin:0 0 50px 0;
	}
	
	#news .columnbox .searchbox .tlbox{
		font-size:1.6rem;
		padding:0 0 10px 0;
		border-bottom:2px solid #CACACA;
		font-weight: bold;
	}
	
	#news .columnbox .searchbox .inbox{
		padding:0 0px;
		margin:0 0 30px 0;
	}
	
	#news .columnbox .searchbox .inbox .box{
		padding:20px 0;
		border-bottom:1px solid #e1e1e1;
	}
	
	#news .columnbox .searchbox .inbox .box:last-child{
		border-bottom:none;
	}
	
	#news .columnbox .searchbox .inbox .box.teachbox:last-child{
		border-bottom:1px solid #e1e1e1;
	}
	
	#news .columnbox .searchbox .inbox .box a{
		color:#666;
		transition: opacity 0.3s;
	}
	
	#news .columnbox .searchbox .inbox .box a:hover{
		opacity:0.8;
	}
	
	#news .columnbox .searchbox .inbox .box .listbox{
		width:100%;
	}
	
	#news .columnbox .searchbox .inbox .box .listbox .ph{
		width:80px;
		float: left;
	}
	
	#news .columnbox .searchbox .inbox .box .listbox .ph .phin{
		width:100%;
		position: relative;
		padding-top:67%;
	}
	

	
	#news .columnbox .searchbox .inbox .box .listbox .txbox{
		width:calc(100% - 82px - 15px);
		float: right;
		font-weight: 600;
	}
	
	#news .columnbox .searchbox .inbox .box .listbox .txbox .cate{
		display: inline-block;
		color:#fff;
		background:#EA8ACC;
		font-size:1.1rem;
		font-weight:normal;
		line-height: 1;
		padding:5px 7px;
		border-radius: 5px;
		margin:0 5px 5px 0;
	}

	#news .columnbox .searchbox .inbox .box .listbox .txbox .tx{
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.6em;
	color:#222222;
	}
	
	#news .columnbox .searchbox .inbox .box .medical span{
		width:20px;
		height:10px;
		display: inline-block;
		vertical-align: middle;
		margin:0 10px 0 0;
	}
	
	
	#news .columnbox .searchbox .inbox .box .steacherbox{
		display: table;
		width:100%;
	}
	
	#news .columnbox .searchbox .inbox .box .steacherbox .ph{
		width:57px;
		border-radius: 50%;
		overflow: hidden;
		display: table-cell;
	}
	
	#news .columnbox .searchbox .inbox .box .steacherbox .ph .phin{
		padding-top:100%;
		position: relative;
	}
	
	#news .columnbox .searchbox .inbox .box .steacherbox .ph .phin img{
		position: absolute;
		top:0;
		left:0;
	}
	
	#news .columnbox .searchbox .inbox .box .steacherbox .namebox{
		padding:0 0 0 15px;
		vertical-align: middle;
		font-weight: 600;
		display: table-cell;
	}
	
	#news .columnbox .searchbox .inbox .taglist{
		padding:30px 0 0 0;
	}
	
	#news .columnbox .searchbox .inbox .taglist a{
		width:92px;
		font-size:1.2rem;
		display: inline-block;
		text-align: center;
		color:#8E8E8E;
		border-radius: 5px;
		border:1px solid #8E8E8E;
		line-height: 1;
		padding:5px 0;
		margin:0 15px 15px 0;
		transition: opacity 0.3s;
	}
	
	#news .columnbox .searchbox .inbox .taglist a:hover{
		opacity: 0.8;
	}
	
	#news .columnbox .infobox{
		width:770px;
		float: left;
	}
	
	#news .columnbox .infobox .inbox{
		width:calc(100% + 30px);
		margin:0 0 0 -30px;
	}
	
	#news .columnbox .infobox .columnlist{
		width:calc(50% - 30px);
		margin:0 0 60px 30px;
		float:left;
	}
	
	#news .columnbox .infobox .columnlist .tlbox a{
		color:#4B4B4B;
	}
	
	#news .columnbox .infobox .columnlist .tlbox{
		font-size:1.6rem;
		line-height: 2.8rem;
		font-weight: 600;
		margin:0 0 0 0;
	}
	
	#news .columnbox .infobox .columnlist .mainph{
		width: 100%;
		height: 250px;
		position: relative;
		margin: 0 0 10px 0;
		overflow: hidden;
		background-color: #f2f2f2;
	}
	
	#news .columnbox .infobox .columnlist .mainph::before {
		content: '';
		position: absolute;
		top: -10px;
		left: -10px;
		right: -10px;
		bottom: -10px;
		background-image: var(--bg-image);
		background-size: cover;
		background-position: center;
		filter: blur(20px);
		transform: scale(1.1);
		z-index: 1;
	}
	
	#news .columnbox .infobox .columnlist .mainph .mainph-wrapper {
		position: absolute !important;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	
	#news .columnbox .infobox .columnlist .mainph .mainph-wrapper .object-trim3-img {
		max-width: 90% !important;
		max-height: 90% !important;
		width: auto !important;
		height: auto !important;
		object-fit: contain !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: none !important;
		transition: transform 0.3s ease;
	}
	
	#news .columnbox .infobox .columnlist:hover .mainph .mainph-wrapper .object-trim3-img {
		transform: scale(1.1) !important;
	}
	
	#news .columnbox .infobox .columnlist .cate{
		border-radius: 5px;
		background:#66BACC;
		color:#fff;
		display: inline-block;
		line-height: 1;
		padding:5px 10px;
		text-align: center;
		font-size:1.2rem;
		margin-right:10px;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox{
		padding:25px;
		display: table;
		width:100%;
		box-sizing: border-box;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box{
		display: table-cell;
		vertical-align: middle;
		width:200px;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box.box2{
		width:380px;
		border-right:1px solid #CACACA;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box.box3{
		text-align: center;
	}

	#news .columnbox .infobox .columnlist .teacherbox .box.box3.ltx{
		text-align: left;
	}
		
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox{
		display: table;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .ph{
		width:57px;
		border-radius: 50%;
		overflow: hidden;
		display: table-cell;
		vertical-align:middle;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .ph .phin{
		width:100%;
		padding-top:100%;
		position: relative;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .ph img{
		position: absolute;
		top:0;
		left:0;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .tx{
		display: table-cell;
		font-weight: 600;
		padding:0 45px 0 25px;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .tx span{
		font-size:1.2rem;
		color:#8E8E8E;
		display: block;
	}
	
	#news .columnbox .infobox .columnlist .mtx a{
		font-weight: 600;
		color:#06B4D6;
		transition:opacity 0.3s;
	}
	
	#news .columnbox .infobox .columnlist .mtx a:hover{
		opacity: 0.7;
	}
	
	#news .columnbox .infobox .pagenav{
		padding:20px 0 0 0;
		
	}
	
	#news .columnbox .infobox .pagenav ul{
		list-style: none;
		text-align: center;
		
	}
	
	#news .columnbox .infobox .pagenav ul li{
		display: inline-block;
		width:30px;
		padding:2px 0;
		border:1px solid #8e8e8e;
		margin:0 5px;
		border-radius: 5px;
		
	}
	
	#news .columnbox .infobox .pagenav ul li.active{
		display: inline-block;
		width:30px;
		padding:2px 0;
		border:1px solid #8e8e8e;
		margin:0 5px;
		background:#8e8e8e;
		color:#fff;
		border-radius: 5px;
		
	}
}

@media screen and (max-width:768px){
	#news .mainbox{
		height:auto;
	}
	
	#news .mainbox .innerbox{
		width:90%;
    margin: 30px auto 0 auto;
	}
	
	#news .mainbox .innerbox .maintl{
		font-size:2rem;
		font-weight: bold;
	}
	
	#news .mainbox .innerbox .maintl span{
		font-size:1.6rem;
		font-weight: normal;
		margin:0 0 0 10px;
	}
	
	#news .stepbox{
		background:#F1F1F1;
	}
	
	#news .columnbox{
		width:90%;
		margin:0 auto;
		padding:0px 0 80px 0;
	}
	
	#news .columnbox .searchbox{
		width:100%;
		float: none;
	}
	
	#news .columnbox .searchbox .bannerbox{
		margin:0 0 40px 0;
	}
	
	#news .columnbox .searchbox .tlbox{
		font-size:1.6rem;
		padding:0 0 10px 0;
		border-bottom:2px solid #CACACA;
		font-weight: bold;
	}
	
	#news .columnbox .searchbox .inbox{
		padding:0 0px;
		margin:0 0 20px 0;
	}
	
	#news .columnbox .searchbox .inbox .box{
		padding:20px 0;
		border-bottom:1px solid #e1e1e1;
	}
	
	#news .columnbox .searchbox .inbox .box:last-child{
		border-bottom:none;
	}
	
	#news .columnbox .searchbox .inbox .box.teachbox:last-child{
		border-bottom:1px solid #e1e1e1;
	}
	
	#news .columnbox .searchbox .inbox .box a{
		color:#666;
		transition: opacity 0.3s;
	}
	
	#news .columnbox .searchbox .inbox .box a:hover{
		opacity:0.8;
	}
	
	#news .columnbox .searchbox .inbox .box .listbox{
		width:100%;
	}
	
	#news .columnbox .searchbox .inbox .box .listbox .ph{
		width:82px;
		float: left;
	}
	
	#news .columnbox .searchbox .inbox .box .listbox .ph .phin{
		width:100%;
		position: relative;
		padding-top:65.4%;
	}
	
	
	#news .columnbox .searchbox .inbox .box .listbox .txbox{
		width:calc(100% - 82px - 15px);
		float: right;
		font-weight: 600;
	}

	#news .columnbox .searchbox .inbox .box .listbox .txbox .tx{
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.6em;
	}
	
	#news .columnbox .searchbox .inbox .box .listbox .txbox .cate{
		display: inline-block;
		color:#fff;
		background:#EA8ACC;
		font-size:1.2rem;
		line-height: 1;
		padding:5px 10px;
		border-radius: 5px;
		margin:0 5px 5px 0;
		font-weight: normal;

	}
	
	#news .columnbox .searchbox .inbox .box .medical span{
		width:20px;
		height:10px;
		background:#66BACC;
		display: inline-block;
		vertical-align: middle;
		margin:0 10px 0 0;
	}
	
	#news .columnbox .searchbox .inbox .box .steacherbox{
		display: table;
		width:100%;
	}
	
	#news .columnbox .searchbox .inbox .box .steacherbox .ph{
		width:57px;
		border-radius: 50%;
		overflow: hidden;
		display: table-cell;
	}
	
	#news .columnbox .searchbox .inbox .box .steacherbox .ph .phin{
		padding-top:100%;
		position: relative;
	}
	
	#news .columnbox .searchbox .inbox .box .steacherbox .ph .phin img{
		position: absolute;
		top:0;
		left:0;
	}
	
	#news .columnbox .searchbox .inbox .box .steacherbox .namebox{
		padding:0 0 0 15px;
		vertical-align: middle;
		font-weight: 600;
		display: table-cell;
	}
	
	#news .columnbox .searchbox .inbox .taglist{
		padding:30px 0 0 0;
	}
	
	#news .columnbox .searchbox .inbox .taglist a{
		width:92px;
		font-size:1.2rem;
		display: inline-block;
		text-align: center;
		color:#8E8E8E;
		border-radius: 5px;
		border:1px solid #8E8E8E;
		line-height: 1;
		padding:5px 0;
		margin:0 15px 15px 0;
		transition: opacity 0.3s;
	}
	
	#news .columnbox .searchbox .inbox .taglist a:hover{
		opacity: 0.8;
	}
	
	#news .columnbox .infobox{
		width:100%;
		float: none;
	}
	
	#news .columnbox .infobox .columnlist{
		margin:0 0 60px 0;
	}
	
	#news .columnbox .infobox .columnlist .tlbox{
		font-size:1.8rem;
		line-height: 3.2rem;
		font-weight: 600;
		margin:0 0 20px 0;
	}
	
	#news .columnbox .infobox .columnlist .tlbox a{
		color:#4B4B4B;
	}
	
	#news .columnbox .infobox .columnlist .mainph{
		width: 100%;
		height: 280px;
		position: relative;
		overflow: hidden;
		background-color: #f2f2f2;
		margin: 0 0 10px 0;
	}
	
	#news .columnbox .infobox .columnlist .mainph::before {
		content: '';
		position: absolute;
		top: -10px;
		left: -10px;
		right: -10px;
		bottom: -10px;
		background-image: var(--bg-image);
		background-size: cover;
		background-position: center;
		filter: blur(15px);
		transform: scale(1.1);
		z-index: 1;
	}
	
	#news .columnbox .infobox .columnlist .mainph .mainph-wrapper {
		position: absolute !important;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	
	#news .columnbox .infobox .columnlist .mainph .mainph-wrapper .object-trim3-img {
		max-width: 90% !important;
		max-height: 90% !important;
		width: auto !important;
		height: auto !important;
		object-fit: contain !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: none !important;
	}
	
	#news .columnbox .infobox .columnlist .cate{
		border-radius: 5px;
		background:#66BACC;
		color:#fff;
		display: inline-block;
		line-height: 1;
		padding:5px 10px;
		text-align: center;
		font-size:1.2rem;
		font-weight: normal;
		margin:10px 10px 10px 0px;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox{
		padding:10px;
		display: table;
		width:100%;
		box-sizing: border-box;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box{
		display: block;
		vertical-align: middle;
		width:100%;
		margin:0 0 10px 0;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box.box2{
		display: inline-block;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box.box3{
		text-align: left;
		display: inline-block;
		margin:0 0 0 0;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox{
		display: table;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .ph{
		width:57px;
		border-radius: 50%;
		overflow: hidden;
		display: table-cell;
		vertical-align:middle;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .ph .phin{
		width:100%;
		padding-top:100%;
		position: relative;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .ph img{
		position: absolute;
		top:0;
		left:0;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .tx{
		display: table-cell;
		font-weight: 600;
		padding:0 45px 0 25px;
		vertical-align: middle;
	}
	
	#news .columnbox .infobox .columnlist .teacherbox .box .inbox .tx span{
		font-size:1.2rem;
		color:#8E8E8E;
		display: block;
	}
	
	#news .columnbox .infobox .columnlist .mtx a{
		font-weight: 600;
		color:#06B4D6;
		transition:opacity 0.3s;
	}
	
	#news .columnbox .infobox .columnlist .mtx a:hover{
		opacity: 0.7;
	}
	
	#news .columnbox .infobox .pagenav{
		padding:0 0 50px 0;
		
	}
	
	#news .columnbox .infobox .pagenav ul{
		list-style: none;
		text-align: center;
		
	}
	
	#news .columnbox .infobox .pagenav ul li{
		display: inline-block;
		width:30px;
		padding:4px 0;
		border:1px solid #8e8e8e;
		margin:0 1px;
		border-radius: 5px;
		
	}
	
	#news .columnbox .infobox .pagenav ul li.active{
		display: inline-block;
		width:30px;
		padding:4px 0;
		border:1px solid #8e8e8e;
		margin:0 1px;
		background:#8e8e8e;
		color:#fff;
		border-radius: 5px;
		
	}
}