/*ÊÖ»ú¶Ëµ¼º½*/
.mobile {
	width: 100%;
	position: absolute;
	display: none;
	top: 0px;
	right: 0;
	z-index: 99991
}

.mobile_title {
	width: 100%;
	float: left;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.mobile_title a {
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 31px;
	height: 31px;
}

.mobile-inner-header {
	width: auto;
	height: 42px;
	position: absolute;
	top: 28px;
	right: 15px;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	float: right;
	width: 32px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background: #fff;
	z-index: 9999;
}

.mobile-inner-header-icon-out span {
	width: 24px;
	height: 2px;
	background-color: #000;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon-click {
	background: none;
	margin-top: 10px;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	height: 100vh;
	background-color: rgba(28, 28, 28, 0.9);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	padding-top: 50px;
	padding-bottom: 25px;
	display: none;
	z-index: 999;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	border-bottom: solid 1px #444;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile-inner-nav li a {
	text-indent: 0;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1.6em;
	font-weight: normal;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	color: #fff;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.mobile_subNav {
	display: none;
	padding-left: 10px;
}

.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgb(105, 106, 106);
	font-size: .8rem;
	color: #c4c4c4;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px 30px 0;
	border: 1px solid #747474;
	border-radius: 30px;
	overflow: hidden;
}

.mobile_search input[type='text'] {
	width: 79%;
	color: #d9d9d9;
	margin-left: 15px;
	border: none;
	height: 34px;
	background: none;
}

.mobile_search .notxt1 {
	width: 45px;
	height: 36px;
	color: #fff;
	right: 0;
	position: absolute;
	top: 0;
	left: auto;
	background: url(/r/cms/ylxy/default/images/search.png) no-repeat center !important;
	border: none;
}



@keyframes rotate {
	from {
		transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}





@media screen and (max-width: 1200px) {
	body {
		font-size: 15px;
	}
	.newsItemImg dd.title{height: auto;}
	.listLBdCont dd .ellipsis {
		white-space: pre-wrap;
	}

	.mheader {
		display: block;
	}

	.subjectBoxbg,
	.flinkbg,
	.footerbg {
		padding-top: 15px;
	}

	.flinkbg {
		background: #8A1A1E;
	}

	.header,
	.flogo,
	.subjectBoxbg:before,
	.flinkbg:before,
	.footerbg:before,
	.subheaderbg {
		display: none;
	}

	.mobile {
		display: block;
	}

	.container {
		width: 100%;
		padding: 0 15px;
	}

	.famousbg {
		padding-top: 10px;
		height: auto;
	}

	.famousHd {
		padding-top: 28px;
		height: 68px;
	}

	.famousHd em {
		bottom: 0;
	}

	.famousHd span:after {
		height: 1px;
		width: 80px;
		right: -86px;
	}
	.newsbox{
		display: block;
	}
	.famous,
	.newsL,
	.newsR,
	.listL,
	.listR {
		width: 100%;
		padding: 0;
	}

	.famousSwiper {
		padding-top: 10px;
	}

	.famousList .swiper-slide {
		width: 48%;
		height: auto;
		margin: 0;
		margin-right: 4%;
		margin-bottom: 15px;
	}
	.famousList .swiper-slide img {
		width: 100%;
		height: auto;
	}

	/* 	.famousList ul li:nth-child(2){
		float: right;
	}
	.famousList ul li:nth-child(3){
		display: none;
	} */

	.leader {
		width: 100%;
		margin-top: 0;
		padding-top: 28px;
		padding-bottom: 20px;
		    height: auto;
		background-size: 110% auto;
		background-position: center;
		margin-bottom: 15px;
	}

	.leader a {
		display: block;
		width: 80%;
		text-align: center;
	}

	.leaderHd span {
		font-size: 16px;
	}

	.newsHd {
		padding-top: 15px;
	}
.newsBd{
	margin-top: 10px;
	
}
.newsR{
	min-height: 150px;
}
	.newsad {
		float: none;
		margin-bottom: 15px;
	}

	.newsad img {
		width: 100%;
	}

	.newsItemImg,
	.newsItem {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 15px;
		padding: 15px;
	}

	.newsItemImg dt {
		display: none;
	}

	.newsItemImg dd {
		margin: 0px;
	}

	.newsItem .title {
		height: auto;
	}

	.newsBd .date {
		margin-top: 15px;
		width: 116px;
	}

	.newsBd .abstract {
		margin-top: 6px;
	}

	.newsad {
		width: 100%;
		height: auto;
	}



	.listboxbg::after {
		display: none;
	}

	.listbox {
		flex-wrap: wrap;
	}

	.listLHd {
		line-height: 30px;
	}

	.listLHd span.on:after {
		width: 3px;
		height: 6px;
		margin-left: 30px;
	}

	.listLBd dl {
		padding: 0;
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: 1px solid #ddd;
	}

	.listLBd dl dt {
		display: none;
		width: 0;
		height: 0;
	}

	.listLBd dl dd {
		width: 100%;
		margin-left: 0;
	}

	.listLBd dl dd p:nth-child(1) {
		padding-bottom: 0;

	}

	.listLBd dl dd span {
		padding-top: 0;
	}

	.listLBd ul li {
		padding: 5px 0;
	}

	.listRHd {
		padding-bottom: 10px;
	}

	.noticeItem {
		padding-bottom: 10px;
	}

	.listbox {
		padding: 0;
	}

	.listL,
	.listR {
		padding: 15px;
	}

	.flinkbg .container {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.flinkbg a {
		padding-right: 10px;
	}

	.footerTxt {
		width: 100%;
		text-align: center;
		padding: 0;
		line-height: 1.5;
	}

	.more {
		width: 30px;
		height: 30px;
	}

	.subboxbg {
		padding: 15px 0;
	}

	.subboxbg .column>.clearfix {
		display: flex;
	}

	.subboxbg .submain {
		flex: 1;
		padding: 0 15px;
	}

	.subboxbg .xyld {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.newsL ul li{
		width: 100%;
	}
	.list_img,
	.list_video {}

	.list_img li,
	.list_video li {
		width: 32%;
	}

	.list_img li:nth-child(3n+2),
	.list_video li:nth-child(3n+2) {
		margin: 0 2%;
	}

	.list_img img,
	.list_video img {
		width: 100%;
		height: 150px;
	}

	.list_video img {
		height: 120px;
	}

	.list_video li a::before {
		margin-top: -40px;
	}

	.listR {
		height: auto;
		min-height: 300px;
	}
	.yssjImgList .item{
		width: calc(33.33% - 20px);
		
	}

}

@media screen and (max-width:760px) {
	.subjectHd {
		margin-right: 10px;
		padding-top: 0;
	}

	.subjectHd span::after {
		height: 248px;
		top: 120px
	}

	.subjectBd {
		display: flex;
		align-items: center;
	}

	.subjectBd .swiper-slide {
		width: 33%;
      margin:0;
		margin-right: 20px;
	}

	.subjectBd .swiper-slide img {
		height: auto;
	}

	.subject {
		height: 400px;
	}

	.subjectBd li {
		width: 32%;
		height: auto;
		margin: 0;
	}

	.subjectBd li:nth-child(2) {
		margin: 0 2%;
	}

	.subjectBd li img {
		width: 100%;
		height: auto;
	}

	.famousHd {
		padding-top: 10px;
		height: 38px;
	}

	.subboxbg .column .sidebar {
		display: none;
	}

	.subboxbg .column {
		padding: 0 15px;
	}

	.profile {
		padding-top: 15px;
		padding-bottom: 15px;
		background-size: auto 6px;
	}

	.column_list {
		padding: 0;
	}

	.column_list ul.list_info li {
		height: 30px;
		line-height: 30px;
	}

	.column_list ul.list_info li span {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}

	.column_list ul.list_info li a {
		padding-left: 18px;
	}

	.subboxbg .submain {
		margin: 15px 0;
		padding: 0;
	}

	.xyld {
		height: 170px;
	}

	.xyld .xyldleft,
	.xyld .xyldleft img {
		width: 140px;
		height: 170px;
	}

	.xyld .xyldright {
		height: 170px;
	}

	.xyld .xyldright p {
		font-size: 14px;
		line-height: 1.6;
	}

	.list_img li,
	.list_video li {
		width: 48%;
		margin: 0;
	}

	.list_img li:nth-child(3n+2),
	.list_video li:nth-child(3n+2) {
		margin: 0;
	}

	.list_img li:nth-child(2n),
	.list_video li:nth-child(2n) {
		float: right;
	}

	.list_img img,
	.list_video img {
		width: 100%;
		height: 150px;
	}

	.list_video img {
		height: 120px;
	}

	.list_video li a::before {
		margin-top: -40px;
	}
	.famousList .swiper-slide {
		width: 70%;
		height: auto;
		margin: 0;
		margin-right:15px;
		margin-bottom: 15px;
	}
	  .wz .video video{
		width:100%;
	  }
	  .yssjImgList .item{
		width: calc(33.33% - 20px);
	  }
	  .yssjImgList .item>span{
		  font-size: 15px;
		     height: 40px;
		     line-height: 40px;
	  }

	  .yssjList .item span {
	      display: block;
	      position: absolute;
	      right: 0;
	      bottom: 0;
	      z-index: 22;
	      background: url(/r/cms/ylxy/default/images/rectangle.png) no-repeat right center;
	      background-size: auto 42px;
	      width: 195px;
	      height: 42px;
	      line-height: 42px;
	      padding-left: 40px;
	      color: #fff;
	      font-size: 20px;
	      text-align: center;
	  }
}

@media screen and (max-width:480px) {
	body {
		font-size: 14px;
	}

	.subjectHd span::after {
		height: 156px;
		top: 108px;
	}

	.subjectBd .swiper-slide {
		width: 70%;
		margin-right: 30px;
	}

	.subjectBd .swiper-slide img {
		height: auto;
	}

	.subject {
		height: 400px;
	}

	.famousHd {
		padding-top: 0;
		height: auto;
	}

	.famousList .swiper-slide {
		width: 70%;
		height: auto;
		margin: 0;
		margin-bottom: 15px;
		margin-right: 15px;
	}
	.newsbox{
		display: block
	}
	.newsad img {
		width: 100%;
		height: 230px;

	}

	.subjectBd li {
		width: 50%;
		height: auto;
		margin: 0;
	}

	.subjectBd li img {
		width: 100%;
		height: auto;
	}

	.noticeTime {
		width: 62px;
		height: 68px;
		background-size: 62px 68px;
	}

	.more {
		width: 24px;
		height: 24px;
	}

	.xyld .xyldright p {
		-webkit-line-clamp: 5;
		-ms-line-clamp: 5;
		-moz-line-clamp: 5;
		-o-line-clamp: 5;
	}

	.list_img img,
	.list_video img {
		width: 100%;
		height: 140px;
	}

	.list_video img {
		height: 90px;
	}

	.list_video li a::before {
		margin-top: -40px;
		margin-left: -18px;
		width: 35px;
		height: 35px;
	}

        .newsbg{
		padding-bottom: 15px;
	}
	.music{
		padding: 10px 0 40px;
	}
	#music{
		margin-top: 25px;
	}
	.yssjImgList .item,.yssjImgList .item{
		width: calc(50% - 20px);
	}
	.yssjList .item{
		margin:10px;
		width: calc(100% - 20px);
	}
}

@media screen and (max-width:400px) {
	.subjectHd span::after {
		height: 136px;
		top: 98px;
	}

	.famousbg,
	.newsbg,
	.subjectBoxbg,
	.listboxbg {
		min-height: 200px;
	}

	.subject {
		height: 340px;
	}

	.subjectBd {
		padding-top: 15px;
	}

	.subjectBd .swiper-slide {
		margin-right: 20px;
	}

	.leader {
		width: 100%;
		margin-top: 0;
		padding-top: 28px;
		padding-left: 15px;
		padding-bottom: 20px;
		height: auto;
		background-size: 110% auto;
		background-position: center;
		margin-bottom: 15px;
	}
.famousSwiper{padding-top: 10px;}
	.famousList .swiper-slide {
		width: 70%;
		height: auto;
		margin: 0;
		margin-bottom: 15px;
		margin-right: 15px;
	}

	/* .famousList ul li:nth-child(2) {
		margin: 0 0 15px 0;
	}
 */
	.famousList .swiper-slide img {
		width: 100%;
		height: auto;
	}

	.noticeTime {
		width: 64px;
		height: 68px;
		background-size: 64px 68px;
	}

	
	.list_video img {
		width: 100%;
		
	}
	.list_img{
		margin: 0;
	}
	.list_img img{
		height: 200px;
	}
	.list_video img {
		height: 80px;
	}

	.list_video li a::before {
		margin-top: -35px;
		margin-left: -15px;
		width: 30px;
		height: 30px;
	}
}
