@charset "utf-8";

/*全局*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
video,
a,
map,
dl,
dt,
dd,
area {
	box-sizing: border-box;
	font-family: "Microsoft YaHei", "MicrosoftJhengHei", "NotoSerifCJKsc-Regular", sans-serif;
	margin: 0;
	padding: 0;
	outline: none;
	scroll-behavior: smooth;
}

div::-webkit-scrollbar,
span::-webkit-scrollbar,
p::-webkit-scrollbar,
ul::-webkit-scrollbar,
ol::-webkit-scrollbar,
li::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
video::-webkit-scrollbar,
a::-webkit-scrollbar,
map::-webkit-scrollbar,
area::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(0, 0, 0, 0);
}

div::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
	background-color: #fff;
}

html {
	width: 100vw;
	overflow-x: hidden;
}

body {
	min-width: 100vw;
	min-height: 100vh;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #610606;
	outline: none;
}

li {
	list-style: none;
}

img {
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div,
p,
span {
	font-size: 14px;
	color: #333;
}

/*菜单*/
.ruocynav {
	position: fixed;
	width: 100vw;
	height: 200px;
	left: 0;
	top: 0;
	z-index: 9;
	transition: top 0.7s ease-out 0s;
}

.scroll {
	position: fixed;
	width: 100vw;
	height: 200px;
	left: 0;
	top: 0;
	z-index: 9;
	transition: top 0.7s ease-out 0s;
}

.ruocy-nav-top {
	height: 44px;
	line-height: 44px;
	background: #8a2b2a;
}

.ruocy-nav-top-left a,
.ruocy-nav-top-right a {
	font-size: 14px;
	color: #d39797;
	display: inline-block;
	transition: color linear 0.3s;
}

.ruocy-nav-top-right a {
	margin-left: 20px;
}

.ruocy-nav-top-left a:hover,
.ruocy-nav-top-right a:hover {
	color: rgba(256, 256, 256, 0.7);
}

.ruocy-nav-line {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #d39797;
	margin: 0 20px;
	vertical-align: middle;
}

.ruocy-nav-top a {
	display: inline-block;
	line-height: 1;
}

.ruocy-nav-top a:before {
	content: "";
	display: block;
	margin-bottom: 6px;
	border-top: 2px solid #d39797;
	transition: all 0.1s ease-out 0s;
	transform: scaleX(0);
}

.ruocy-nav-top a:hover:before {
	transform: scaleX(1);
	border-color: #fff;
}

.nav-bottom-list {
	height: 100px;
	padding-top: 10px;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	transition: all linear 0.3s;
}

.scroll .nav-bottom-list {
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.ruocy-logo {
	display: inline-block;
	width: 360px;
	height: 80px;
	font-size: 0;
}

.ruocy-logo h1 {
	float: left;
	width: inherit;
	height: inherit;
	font-size: 0;
	background: url(/images/white-logo.png) no-repeat center center;
	background-size: contain;
}

.scroll .ruocy-logo h1 {
	background: url("/images/color-logo.png") no-repeat center center;
	background-size: contain;
}

.ruocy-nav-box {
	display: inline-block;
	width: calc(100% - 360px);
	text-align: right;
	float: right;
	position: relative;
	margin-top: 15px;
}

.ruocy-nav-two {
	position: absolute;
	right: 0;
	top: 64px;
	width: 960px;
	height: 200px;
	background: #fff;
	border-top: 2px solid #8a2a2b;
	transition: all 0.4s linear 0s;
	opacity: 0;
	display: none;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.35);
}

.ruocy-nav-two.active {
	top: 74px;
	height: 200px;
	opacity: 1;
	display: block;
}



.ruocy-nav-two li {
	width: 100%;
	height: 100%;
	padding: 25px 30px;
	display: none;
	opacity: 0;
	transition: all 0.4s linear 0;
}

.ruocy-nav-two li.active {
	opacity: 1;
	display: block;
}

.ruocy-nav-one li {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin-right: 15px;
	cursor: pointer;
	transition: all linear 0.2s;
}

.ruocy-nav-one li:hover {
	border-bottom: 3px solid #e05050;
}

.scroll .ruocy-nav-one li {
	color: #333;
}

.scroll .ruocy-nav-one li a:hover {
	color: #a1080b;
}

.ruocy-nav-two-left-img {
	width: 150px;
	height: 150px;
	display: inline-block;
	vertical-align: middle;
	float: left;
	overflow: hidden;
}

.ruocy-nav-two-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s linear 0s;
}

.ruocy-nav-two-left-img:hover img {
	transform: scale(1.05);
}

.ruocy-nav-two-center {
	display: inline-block;
	width: 180px;
	height: 150px;
	font-size: 16px;
	color: #94070a;
	line-height: 36px;
	text-align: left;
	vertical-align: middle;
	float: left;
	margin-left: 30px;
}

.ruocy-nav-two-right-nav {
	display: inline-block;
	width: calc(100% - 380px);
	height: 100%;
	vertical-align: middle;
	float: right;
}

.ruocy-nav-two-nav-item {
	display: block;
	font-size: 17px;
	color: #333;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
}

.ruocy-nav-two-nav-item .iconfont {
	font-size: 16px;
	color: #ccc;
	transition: all 0.3s linear 0s;
}

.ruocy-nav-two-nav-item:hover {
	color: #94070a;
}

.ruocy-nav-two-nav-item:hover .iconfont {
	margin-right: 5px;
}

.ruocy-nav-one li:last-of-type {
	margin-right: 0;
}

.ruocy-nav-one li.active {
	/* , .ruocy-nav-one li:hover */
	border-bottom: 3px solid #e05050;
}

.ruocy-nav-one a:hover {
	color: #fff;
}

.scroll .ruocy-nav-one a:hover {
	color: #a1080b;
}

/*手机菜单*/
#mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 50;
	background: #ffffff;
	border-bottom: 1px solid #e9e9e9;
}

.mobile-header {
	margin: 7px 20px 0 10px;
}

.mobile-logo {
	float: left;
	width: auto;
	max-width: 240px;
	max-height: 53px;
}

.mobile-icon {
	float: right;
}

.menu-so-icon {
	float: left;
	font-size: 30px;
	line-height: 53px;
	color: #999;
	margin-right: 10px;
}

.menu-nav-icon {
	float: right;
	font-size: 30px;
	line-height: 53px;
	color: #999;
	margin-right: 10px;
}

.menu-close-icon {
	float: right;
	font-size: 30px;
	line-height: 53px;
	color: #999;
	margin-right: 10px;
}

/*菜单*/
#ruocy-mobile-menu {
	position: fixed;
	top: 70px;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	overflow: auto;
	zoom: 1;
}

.ruocy-mtop-list {
	background: #8a2b29;
	overflow: hidden;
}

.ruocy-mtop-list li {
	float: left;
	line-height: 36px;
}

.ruocy-mtop-list li a {
	padding: 0 20px;
	height: 36px;
}

.ruocy-mtop-list li span {
	font-size: 16px;
	color: #fff;
}

.ruocy-mtop-list li span:hover {
	color: #f9e6e5;
}

.ruocy-mtop-list li span.active {
	color: #f9e6e5;
}

/*.ruocy-mtop-list li::before {
    position: absolute;
    right: 20px;
    font-family: "iconfont";
    content: "\e600";
    line-height: 45px;
    color: #d39797;
}
*/
.ruocy-menu-list {
	overflow: hidden;
}

.ruocy-menu-list li {
	float: left;
	width: 50%;
}

.ruocy-menu-list li a {
	padding: 0 20px;
	height: 45px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e9e9e9;
}

.ruocy-menu-list li span {
	font-size: 18px;
}

.ruocy-menu-list li span:hover {
	color: #c00;
}

.ruocy-menu-list li span.active {
	color: #c00;
}

/*.ruocy-menu-list li::before {
    position: absolute;
    right: 20px;
    font-family: "iconfont";
    content: "\e600";
    line-height: 45px;
    color: #999;
}*/
.ruocy-menu-more {
	width: 45px;
	font-size: 16px;
	color: #999;
	text-align: center;
}

/*手机二级菜单*/
.swiper-ruocy1 {
	width: 100%;
	height: 100px;
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.swiper-ruocy1 .swiper-slide {
	text-align: center;
	line-height: 40px;
	height: 90px;
	font-size: 16px;
	padding-top: 10px;
}

.swiper-ruocy1 .swiper-button-prev,
.swiper-ruocy1 .swiper-button-next {
	background-size: 0px 0px;
}

.swiper-ruocy1 .swiper-button-prev::before {
	font-family: "iconfont";
	content: "\e60a";
	font-size: 20px;
}

.swiper-ruocy1 .swiper-button-next::before {
	font-family: "iconfont";
	content: "\e609";
	font-size: 20px;
}

.swiper-ruocy1 .swiper-slide i {
	font-size: 30px;
}

.swiper-ruocy1 .swiper-slide a {
	display: block;
	width: 100%;
	height: 80px;
}

.swiper-ruocy1 .swiper-wrapper .active {
	color: #8a2b2a;
	font-weight: bold;
}

/*搜索*/
.ruocy-so {
	float: right;
	margin-left: 20px;
	vertical-align: middle;
	margin-top: 10px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 100%;
	cursor: pointer;
}

.ruocy-so a {
	display: block;
	color: #fff;
}

.scroll .ruocy-so {
	color: #333;
}

.scroll .ruocy-so a {
	color: #333;
}

.modal-dialog {
	width: 100%;
}

.modal-dialog .rc-close {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	z-index: 99999999;
}

.modal-dialog .search_box {
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	theight: 45px;
	line-height: 45px;
	width: 550px;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
	padding-top: 25%;
}

.modal-dialog .search_box .rc-box {
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2) inset;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
}

.modal-dialog .search_box .rc-btn {
	background: #94070a;
	color: #fff;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
}

/*子页Banner及导航*/
.ruocy-ban {
	position: relative;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 44px;
}

.ruocy-ban img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
}

.ruocy-bmu {
	position: absolute;
	width: 100vw;
	left: 0;
	bottom: 4%;
	z-index: 5;
}

.ban-menu {
	float: left;
	width: 440px;
}

.ban-menu dl {
	margin: 0 auto;
	width: 400px;
	overflow: auto;
	overflow: hidden;
	padding-left: 35px;
}

.ban-menu dl dt {
	float: left;
	width: 400px;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	line-height: 60px;
	text-align: left;
}

.ban-menu dl dd {
	float: left;
	width: 120px;
	font-size: 16px;
	color: #e7afb0;
	line-height: 32px;
	text-align: left;
}

.ban-menu dl dd a {
	display: inline-block;
	margin-right: 25px;
	white-space: nowrap;
}

.ban-menu dl dd a:hover {
	color: #fff;
}

.ban-menu dl dd .now {
	color: #fff;
}

.ban-menu dl dd .now:before {
	content: "\e601";
	font-family: iconfont;
	margin-right: 8px;
	font-size: 16px !important;
	display: inline-block;
	margin-left: -25px;
}

.ban-menu dl dd .now:hover:before {
	animation: arr 0.6s linear 0s infinite;
}

@keyframes arr {
	0% {
		transform: translateX(-7px);
	}

	50% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(-7px);
	}
}

/*底部*/
.footer {
	width: 100vw;
	height: auto;
}

.foot {
	width: 100%;
	height: 320px;
	background:#8A2A2B;
	background-size: cover;
	padding-top: 84px;
}

.foot-logo {
	width: 225px;
	height: 163px;
	object-fit: cover;
}

.foot-logo img {
	width: 225px;
	height: 153px;
}

.foot-nav-box {
	margin-top: 15px;
	margin-bottom: 10px;
}

.foot-nav-class {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	padding-right: 26px;
}

.foot-nav-class i {
	margin-right: 10px;
	font-weight: normal;
}

.foot-nav-item {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	vertical-align: middle;
	margin-right: 14px;
	opacity: 1;
	transition: opacity linear 0.3s;
}

.foot-nav-box:last-child .foot-nav-item:last-child {
	margin-left: 155px;
}

.foot-nav-item a:hover {
	color: #fff;
	opacity: 0.8;
}

.foot-nav-item a:visited {
	color: #fff;
	text-decoration: none;
}

.foot-weixin,
.foot-weibo,
.foot-douyin,
.foot-kuaishou {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.foot-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	color: #8a2b2a;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 100%;
}

.foot-text {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	white-space: nowrap;
	margin-left: 0px;
}

.foot-text a {
	color: #fff;
}

.foot-text a:hover {
	color: #fff;
}

.foot-weixin-code img,
.foot-douyin-code img,
.foot-kuaishou-code img {
	width: 110px;
	height: 110px;
}

.foot-code {
	width: 150px;
	height: 160px;
	position: absolute;
	top: -175px;
	left: -45px;
	opacity: 0;
	transition: all 0.4s linear 0.2s;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 4;
	border-radius: 10px;
}

.foot-code:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	font-size: 0;
	border-top-color: #fff;
}

.foot-code img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.foot-icon:hover~.foot-code {
	opacity: 0.9;
	top: -170px;
}

.copyright {
	padding: 30px 0;
	background: #302a2a;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 28px;
}

.copyright a {
	color: #fff;
}

/*主体*/
.ruocymain {
	margin: 20px auto;
	overflow: hidden;
}

.ruocy-xyxw-main1 {
	margin: 0 auto;
	width: 100%;
	background: url(/images/ruocy-xyxw-bg1.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ruocy-xyxw-main2 {
	margin: 0 auto;
	width: 100%;
	background: url(/images/ruocy-xyxw-bg2.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ruocy-xyxw-main3 {
	margin: 0 auto;
	width: 100%;
	background: url(/images/ruocy-xyxw-bg3.jpg) bottom center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 60px;
}

.ruocy-jjxy-main {
	margin: 20px auto;
	overflow: hidden;
	background-image: url(/images/ruocy-jjxy-bg.png), url(/images/ruocy-jjxy-bg2.png);
	background-repeat: no-repeat;
	background-position: left top, right 600px;
}

.ruocy-spyy-main {
	margin: 20px auto;
	overflow: hidden;
	background: url(/images/ruocy-spyy-bg.png) left 200px no-repeat;
}

.ruocy-new-main {
	margin: 20px auto;
	overflow: hidden;
	
}

.ruocy-jyjx-main {
	margin: 0px auto;
	overflow: hidden;
	background: url(/images/ruocy-jyjx-bg.jpg);
}

.ruocy-new-left {
	float: left;
	width: calc(100% - 400px);
}
.ruocy-new-left2 {
	width:100%;
}
.ruocy-new-right {
	float: right;
	width: 370px;
	overflow: auto;
	zoom: 1;
}

/*菁菁*/
.ruocy-jj-main1 {
	width: 100%;
	background: url(/images/ruocy-jj-bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-top: 20px;
}

.ruocy-jj-main2 {
	width: 100%;
	background: url(/images/ruocy-jj-bg2.jpg) bottom center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-top: 20px;
}

.ruocy-jm-list {
	overflow: hidden;
	padding: 1px;
	margin-bottom: 40px;
}

.ruocy-jm-list ul li {
	float: left;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 15px;
}

.ruocy-jm-list ul li:nth-child(4n) {
	float: right;
}

.ruocy-jm-list .ruocy-jm-box {
	overflow: hidden;
	position: relative;
	background: #fff;
	-moz-box-shadow: 0 0 15px rgba(200, 200, 200, .6);
	-webkit-box-shadow: 0 0 15px rgba(200, 200, 200, .6);
	box-shadow: 0 0 15px rgba(200, 200, 200, .6);
}

.ruocy-jm-box .ruocy-jm-pic {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.ruocy-jm-box .ruocy-jm-pic img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ruocy-jm-box .ruocy-jm-title {
	padding: 10px 15px;
	height: 56px;
	line-height: 23px;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
}

.ruocy-jm-box .ruocy-jm-other {
	margin: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	text-align: left;
	overflow: hidden;
}

.ruocy-jm-box .ruocy-jm-other i {
	margin-right: 10px;
}

.ruocy-jjxy-tmenu {
	margin: 0 auto;
	width: 100%;
	height: 140px;
	background: #eeeeee;
}

.ruocy-jjxy-tmenu ul {
	text-align: center;
	margin: 0 auto;
	clear: both;
}

.ruocy-jjxy-tmenu ul li {
	margin: 0 auto;
	display: inline-block;
	_display: inline;
	*display: inline;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	text-align: center;
	background: url(/images/ruocy-colm-jg.png) center right no-repeat;
}

.ruocy-jjxy-tmenu .col-xs-2 {
	float: inherit;
}

.ruocy-jjxy-tmenu ul li:last-child {
	background: none;
}

.ruocy-jjxy-tmenu ul li a {
	display: block;
	width: 100%;
	height: 120px;
	color: #333;
	padding-top: 40px;
}

.ruocy-jjxy-tmenu ul li:hover a {
	color: #8a2b2a;
}

.ruocy-jjxy-tmenu ul li.active a {
	color: #8a2b2a;
}

.ruocy-jjxy-tmenu ul li i {
	font-size: 30px;
}

.ruocy-jj-flist {
	margin-top: 50px; margin-bottom:80px;
	overflow: hidden;
	position: relative;
}

.ruocy-jj-flist .rc-jj-bt {
	position: absolute;
	width: 25%;
	bottom: 0;
	left: 0;
	font-size: 28px;
	color: #fff;
	line-height: 100%;
	text-align: center;
	background: url(/images/fjt-more.jpg) no-repeat;
	background-size: cover;
}

.ruocy-jj-flist .rc-jj-new1 {
	float: left;
	width: 50%;
	background: #fff;
}

.ruocy-jj-flist .rc-jj-new2 {
	float: left;
	width: 50%;
	background: #efebea;
}

.ruocy-jj-flist .rc-jj-more {
	float: left;
	width: 25%;
}

.rc-jj-more .jmtm {
	display: table-cell;
	vertical-align: middle;
}

.rc-jj-more .jmtm i {
	margin-right: 10px;
}

.rc-jj-more .jmtm a {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #8a2b29;
	border-radius: 8px;
}

.ruocy-jj-flist .rc-jj-new3 {
	position: absolute;
	width: 25%;
	height: 100%;
	top: 0;
	right: 0;
	background: #8a2b29;
}

.rc-jj-square {
	position: relative;
	width: 50%;
}

.rc-jj-square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.rc-jj-square2 {
	position: relative;
	width: 100%;
}

.rc-jj-square2:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.rc-jj-square3 {
	position: relative;
	width: 100%;
}

.rc-jj-square3:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.rc-jj-con {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center; background:#efebea;
}

.rc-jj-con>a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.rc-jj-con img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s linear 0s;
}

.rc-jj-con:hover img {
	transform: scale(1.05);
}

.rc-jj-bt .rc-jj-con span {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	color: #fff;
	margin-top: 45%;
}

.ruocy-jj-flist .rc-left {
	float: left;
}

.ruocy-jj-flist .rc-right {
	float: right;
}

.ruocy-jmyy-box {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.ruocy-jmyy-box .ruocy-jm-title {
	padding: 10px 20px;
	height: 70px;
	line-height: 30px;
	font-size: 20px;
	text-align: left;
	overflow: hidden;
}

.ruocy-jmyy-box .ruocy-jm-other {
	margin: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	text-align: left;
	overflow: hidden;
}

.ruocy-jmyy-box .ruocy-jm-other i {
	margin-right: 10px;
}

.ruocy-jmyy-box .ruocy-jm-author {
	margin: 20px 20px 0 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	text-align: right;
	overflow: hidden;
}

.rc-jj-new3 .ruocy-jm-title,
.rc-jj-new3 .ruocy-jm-other,
.rc-jj-new3 .ruocy-jm-author {
	color: #fff;
}

.rc-jj-new3 a {
	color: #fff;
}

/*校园景物*/
.ruocy-xyfg-list {
	overflow: hidden;
}

.ruocy-xyfg-list ul li {
	float: left;
	overflow: hidden;
	margin-top: 15px;
}

.ruocy-xyfg-list .ruocy-xyfg-box {
	overflow: hidden;
	padding: 15px;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.ruocy-xyfg-list .ruocy-pic-box img {
	width: 100%;
	height: auto;
	max-height: 180px;
	object-fit: cover;
}

.ruocy-xyfg-list .ruocy-pic-box {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.ruocy-xyfg-box .ruocy-pic-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	background: url(/images/ruocy-v-icon.png) no-repeat;
	background-size: contain;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	z-index: 2;
}

.ruocy-xyfg-list .ruocy-tt-box {
	margin: 20px 0;
}

.ruocy-xyfg-list .pic-date {
	float: left;
	width: 100px;
	border-top: 2px solid #8a2a2b;
	padding-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: initial;
	text-align: right;
}

.ruocy-xyfg-list .pic-date em {
	font-size: 24px;
	font-style: normal;
	color: #8a2a2b;
}

.ruocy-xyfg-list .pic-title {
	float: left;
	margin-left: 20px;
	width: calc(100% - 130px);
	font-size: 18px;
	height: 50px;
	line-height: 25px;
	color: #333333;
	text-align: left;
	overflow: hidden;
}

.ruocy-xyfg-box:hover .pic-date {
	border-top: 2px solid #fff;
	color: #fff;
}

.ruocy-xyfg-box:hover .pic-date em {
	color: #fff;
}

.ruocy-xyfg-box:hover .pic-title {
	color: #fff;
}

.ruocy-xyfg-box:hover .pic-title a {
	color: #fff;
}

.ruocy-xyfg-box * {
	transition: all 0.3s ease-in-out;
}

.ruocy-xyfg-box:before {
	content: "";
	background-color: #8a2b2a;
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 0;
	left: 0%;
	top: 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	border-radius: 0 15px 0 15px;
}

.ruocy-xyfg-box:after {
	height: 0;
	width: 0
}

.ruocy-xyfg-box:hover {
	z-index: 10;
	position: relative;
}

.ruocy-xyfg-box:hover:before {
	background: #8a2b2a url(../images/new-bg-logo.png) no-repeat bottom right;
	background-size: contain;
	width: 100%;
	height: 100%;
	top: 0%;
	content: "";
	box-shadow: 3px 35px 77px -17px rgba(139, 0, 18, 0.5);
	z-index: -1;
}

.ruocy-xyfg-box:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.ruocy-xyfg-more {
	margin: 25px 0 0 20px;
	font-size: 25px;
	text-align: left;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	font-style: normal;
	color: #363636;
	overflow: hidden;
	border-left: 4px solid #8a2a2b;
}

.ruocy-xyfg-article {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
	line-height: 36px;
	color: #333;
	width: 94%;
}

.ruocy-xyfg-article p {
	text-indent: 0em;
	font-size: 18px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ruocy-xyfg-article p img {
	text-align: center;
	vertical-align: middle;
	max-width: 90%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ruocy-spyy-video {
	margin: 0 15px 30px 15px;
	background: #e7e7e7 url(../images/spyy-v-bg.png) right bottom no-repeat;
	overflow: hidden;
}

.ruocy-spxx-pic {
	float: left;
	width: 65%;
}

.ruocy-spxx-pic img {
	width: 100%;
	object-fit: cover;
}

.ruocy-spxx-dec {
	float: right;
	width: 35%;
}

.ruocy-spxx-dec-con {
	margin: 0 auto;
	padding: 20px 15px 40px 15px;
	position: relative;
}

.ruocy-spxx-dec-con span {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #8a2a2b;
	border-radius: 6px;
	margin-bottom: 15px;
}

.ruocy-spxx-dec-con span a {
	display: block;
	width: 120px;
	height: 36px;
}

.ruocy-spxx-dec-con span:hover a {
	color: #fff;
}

.ruocy-spxx-dec-title h2 {
	font-size: 24px;
	text-align: left;
	line-height: 40px;
	font-style: normal;
	color: #363636;
	max-height: 80px;
	overflow: hidden;
}

.ruocy-spxx-dec-author {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 15px;
	overflow: hidden;
}

.ruocy-spxx-dec-author em {
	float: left;
	margin-right: 10px;
	font-style: normal;
}

.ruocy-spxx-dec-author i {
	margin-right: 5px;
}

.ruocy-spxx-dec-article {
	line-height: 36px;
	height: 180px;
	font-size: 18px;
	color: #333;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.ruocy-spxx-dec-article p {
	text-indent: 0em;
	font-size: 18px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*学院新闻*/
.ruocy-xyxw-main1 .ruocy-xinwen {
	margin-top: 35px;
	position: relative;
}

.ruocy-xinwen .main-title {
	height: 37px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.ruocy-xinwen .main-title h3 {
	font-size: 28px;
	line-height: 37px;
	color: #8e2828;
	float: left;
	font-weight: mormal;
	;
}

.ruocy-xinwen .more {
	float: right;
	width: 115px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #666;
	display: block;
	border-radius: 17.5px;
	border: 1px solid #ccc;
	position: relative;
	text-align: center;
}

.ruocy-xinwen .more i {
	margin-right: 10px;
}

.ruocy-xwen {
	overflow: hidden;
}

.ruocy-xwen-item {
	overflow: hidden;
	margin-bottom: 20px;
}

.ruocy-xwen-pic {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.ruocy-xwen-date {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 20px;
	padding-top: 10px;
	top: 15px;
	right: 15px;
	z-index: 1;
	background: #8a2b29;
	text-align: center;
}

.ruocy-xwen-date .date {
	font-size: 24px;
	color: #fff;
}

.ruocy-xwen-date .year {
	font-size: 13px;
	color: #fff;
}

.ruocy-xwen-pic img {
	width: 100%;
	height: 220px;
	transform: scale(1);
	transition: all 0.3s linear 0s;
}

.ruocy-xwen-pic:hover img {
	width: 100%;
	height: 220px;
	transform: scale(1.05);
}

.ruocy-xwen-title {
	font-size: 18px;
	text-align: left;
	line-height: 40px;
	font-style: normal;
	color: #363636;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ruocy-tongzhi {
	overflow: hidden;
}

.ruocy-tongzhi dl {
	margin-bottom: 22px;
}

.ruocy-tongzhi dl dd a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ruocy-tongzhi dl dd {
	position: relative;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	letter-spacing: 0;
	border-bottom: 1px solid #ddd;
	padding: 15px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ruocy-tongzhi dl dd span {
	display: block;
	line-height: 30px;
	color: #999;
}

.ruocy-tongzhi dl dd:hover a,
.ruocy-tongzhi dl dd:hover span {
	color: #fff;
}

.ruocy-tongzhi dl dd * {
	transition: all 0.3s ease-in-out;
}

.ruocy-tongzhi dl dd:before {
	content: "";
	background-color: #8a2b2a;
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 0;
	left: 0%;
	top: 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	border-radius: 0 15px 0 15px;
}

.ruocy-tongzhi dl dd:after {
	height: 0;
	width: 0
}

.ruocy-tongzhi dl dd:hover {
	z-index: 10;
	position: relative;
}

.ruocy-tongzhi dl dd:hover:before {
	background: #8a2b2a url(../images/new-bg-logo.png) no-repeat bottom right;
	background-size: contain;
	width: 100%;
	height: 100%;
	top: 0%;
	content: "";
	box-shadow: 3px 35px 77px -17px rgba(139, 0, 18, 0.5);
	z-index: -1;
}

.ruocy-tongzhi dl dd:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.ruocy-zhuant {
	overflow: hidden;
	padding: 50px 0 20px 0;
}

.ruocy-zttm {
	position: relative;
}

.ruocy-zttm-title {
	position: absolute;
	width: 30px;
	height: 200px;
	top: 30px;
	left: 20px;
	font-size: 36px;
	line-height: 30px;
	color: #333;
	text-align: center;
	writing-mode: vertical-rl;
}

.ruocy-zttm-title em {
	font-style: normal;
	color: #8a2b2a;
}

.ruocy-zttm-more {
	position: absolute;
	width: 45px;
	height: 180px;
	top: 250px;
	font-size: 14px;
	line-height:45px;
	color: #8a2b2a;
	text-align: center;
	writing-mode: vertical-rl;
}
.ruocy-zttm-more a img{ margin-bottom:10px;}
.ruocy-zt-item {
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0 -10px;
}

.ruocy-zt-item img {
	width: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s linear 0s;
}

.ruocy-zt-item:hover img {
	transform: scale(1.05);
}

.ruocy-zt-item-title {
	position: absolute;
	width: 30px;
	padding: 20px 0;
	top: 0;
	left: 20px;
	font-size: 22px;
	color: #fff;
	writing-mode: vertical-rl;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ruocy-zt-item-more {
	position: absolute;
	width: 21px;
	padding: 50px 0;
	bottom: 0;
	right: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	writing-mode: vertical-rl;
	background: url(/images/tt-more.jpg) bottom center no-repeat;
}

.ruocy-xyxw-main2 .ruocy-dangj {
	margin-top: 35px;
	position: relative;
}

.ruocy-xyxw-main2 .ruocy-dangj::after {
	background: #861717;
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	height: 540px;
	display: block;
	z-index: -1;
}

.ruocy-xyxw-main2 .ruocy-dangj::before {
	position: absolute;
	width: 100%;
	height: 1000000px;
	background-size: 100% auto;
	background-position-y: bottom;
	bottom: 540px;
	content: "";
	display: block;
	z-index: -1;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner {
	padding-top: 30px;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 39px;
	height: 240px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
}

.ruocy-dangj .main-title {
	height: 37px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.ruocy-dangj .main-title h3 {
	font-size: 28px;
	line-height: 37px;
	color: #8e2828;
	float: left;
	font-weight: mormal;
	;
}

.ruocy-dangj .more {
	float: right;
	width: 115px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #666;
	display: block;
	border-radius: 17.5px;
	border: 1px solid #ccc;
	position: relative;
	text-align: center;
}

.ruocy-dangj .more i {
	margin-right: 10px;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner .ruocy-dangj-banner-title a:hover {
	color: #8e2828;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner .col-xs-12:first-child a {
	width: 100%;
	height: 188px;
	display: inline-block;
	overflow: hidden;
	margin-right: 38px;
	float: left;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner .col-xs-12:first-child a img {
	width: 100%;
	height: auto;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner img {
	float: left;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner span {
	display: block;
	margin-right: 29px;
	font-size: 16px;
	line-height: 25px;
	color: #999;
	max-height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner span a {
	max-height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-content a:hover {
	color: rgba(255, 255, 255, .7);
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-content .time> :last-child {
	margin-top: -25px;
	float: right;
	width: 1px;
	height: 41px;
	border-right: 1px solid #fff;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-content .day {
	font-size: 30px;
	color: #fff;
	line-height: 16px;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-content .date {
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-content dl {
	height: 56px;
	margin-bottom: 60px;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-content dt {
	padding-top: 10px;
	margin-right: 12px;
	text-align: center;
	height: 56px;
	float: left;
	width: 76px;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-content dd {
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 28px;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top {
	margin-bottom: 32px;
	position: relative;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top>a:first-child {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top:hover>a:last-child {
	opacity: 0.7;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top> :last-child {
	position: absolute;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	padding: 0 20px;
	bottom: 15px;
	left: 0;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top img {
	padding-top: 9px;
	width: 100%;
	height: 240px;
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-bottom a:hover {
	color: rgba(255, 255, 255, .7);
}

.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-bottom li {
	list-style-type: disc;
	height: 50px;
	list-style-position: inside;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ruocy-dangj-bottom {
	/* overflow: hidden; */
	margin-top: 60px;
}

.ruocy-dangj-bottom a {
	display: block;
	position: relative;
	overflow: hidden;
}

.ruocy-dangj-bottom a:hover span {
	opacity: 0.7;
}

.ruocy-dangj-bottom a span {
	position: absolute;
	font-size: 18px;
	color: #ffffff;
	left: 23px;
	bottom: 16px;
}

.ruocy-dangj-bottom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ruocy-paxy {
	background: url(/imgs/ding.png) no-repeat 95% center, url(/imgs/border.png) repeat-x center 86%;
}

.ruocy-paxy .more.mp {
	display: none;
}

.ruocy-paxy .paxy-left dd a:hover {
	/* color: #8e2828; */
	color: rgba(255, 255, 255, .7);
}

.ruocy-paxy .more {
	float: left;
	margin-left: 27px;
}

.ruocy-paxy .paxy-left {
	padding-top: 49px;
	padding-left: 39px;
	padding-right: 32px;
	height: 300px;
	background: rgba(138, 43, 42, 0.8);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
}

.ruocy-paxy .paxy-left dt {
	float: left;
	margin-right: 23px;
}

.ruocy-paxy .paxy-left dt img {
	width: 112px;
	height: 48px;
	vertical-align: middle;
	transform: none;
}

.ruocy-paxy .paxy-left dl {
	height: 80px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.ruocy-paxy .paxy-left dl dd {
	line-height: 35px;
}

.ruocy-paxy .paxy-left a {
	font-size: 22px;
	color: #fff;
	letter-spacing: 0;
	line-height: 32px;
}

.ruocy-paxy .paxy-left .zy {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
	line-height: 32px;
	height: 128px;
	overflow: hidden;
}

.ruocy-paxy .paxy-left a.zy {
	display: block;
}

.ruocy-paxy .paxy-left dd a {
	max-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ruocy-paxy .paxy-right {
	height: 320px;
}

.ruocy-paxy .paxy-right dl {
	height: 56px;
	margin-bottom: 22px;
}

.ruocy-paxy .paxy-right dl a {
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ruocy-paxy .paxy-right dt {
	height: 20px;
	font-size: 14px;
	color: #8f2824;
	letter-spacing: 0;
}

.ruocy-paxy .paxy-right dd {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ruocy-paxy .paxy-right dd span {
	float: right;
	line-height: 40px;
	color: #999;
	margin-left: 15px;
}

.ruocy-paxy .main-title {
	height: 37px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.ruocy-paxy .main-title h3 {
	font-size: 28px;
	line-height: 37px;
	color: #8e2828;
	float: left;
	font-weight: mormal;
	;
}

.ruocy-paxy .more {
	float: right;
	width: 115px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #666;
	display: block;
	border-radius: 17.5px;
	border: 1px solid #ccc;
	position: relative;
	text-align: center;
}

.ruocy-paxy .more i {
	margin-right: 10px;
}

/*新闻列表*/
.ruocy-mm-menu {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	background: #fff;
}

.ruocy-mm-left {
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 50px;
	text-align: left;
}

.ruocy-mm-right {
	float: right;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	text-align: left;
}

.ruocy-mm-right i {
	margin-right: 8px;
}

.ruocy-mm-left2 {
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 50px;
	text-align: left;
}
.ny-top{ border-bottom:1px solid #ddd}
.ruocy-mm-left2 img {
	margin-right: 8px;
}
.ruocy-mm-left2 a{ font-size:14px; color:#999; margin-left:10px; margin-right:10px;}
.ruocy-new-tmenu {
	margin: 0 auto;
	width: 100%;
	height: 140px;
	background: #eeeeee;
}

.ruocy-new-tmenu ul {
	text-align: center;
	margin: 0 auto;
	clear: both;
}

.ruocy-new-tmenu ul .col-xs-2 {
	width: 12% !important;
}

.ruocy-new-tmenu ul li {
	margin: 0 auto;
	display: inline-block;
	_display: inline;
	*display: inline;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	text-align: center;
	background: url(/images/ruocy-colm-jg.png) center right no-repeat;
}

.ruocy-new-tmenu .col-xs-2 {
	float: inherit;
}

.ruocy-new-tmenu ul li:last-child {
	background: none;
}

.ruocy-new-tmenu ul li a {
	display: block;
	width: 100%;
	height: 120px;
	color: #333;
	padding-top: 40px;
}

.ruocy-new-tmenu ul li:hover a {
	color: #8a2b2a;
}

.ruocy-new-tmenu ul li.active a {
	color: #8a2b2a;
}

.ruocy-new-tmenu ul li i {
	font-size: 30px;
}

.ruocy-new-list {
	padding: 29px 0px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}

.ruocy-new-list>div {
	float: left;
}

.ruocy-new-list .new-date {
	width: 100px;
}

.ruocy-new-list .new-con {
	width: calc(100% - 120px);
}

.ruocy-new-list .new-left {
	border-top: 2px solid #8a2b2a;
	padding: 10px;
	text-align: right;
}

.ruocy-new-list .new-center img {
	width: 100%; height:200px;
	object-fit: cover;
}

.ruocy-new-list .new-center a {
	width: 100%;
}

.info_top h2{ font-size:24px; color:#8a2b2a; border-bottom:1px solid #f2f1f1; padding-bottom:20px;}
.info_top p{ font-size:12px; color:#999; line-height:3; padding-top:25px;}
.info_bot p{ font-size:18px; color:#333; line-height:2.5;  text-align:left;}
.info_bot img{ max-width:970px;}
.info_bot{ text-align:center;}
.info_bot p.info_botp{text-indent:inherit;}
.info_bot p.info_botp1{text-indent:inherit; margin-top:20px;}
.info_bot p.info_botp span{ font-size:18px; color:#666;}


.ruocy-new-list .new-right h3 {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 13px;
}

.ruocy-new-list .new-right p {
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	max-height: 90px;
}

.ruocy-new-list .date {
	font-size: 28px;
	color: #8a2b2a;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 25px;
}

.ruocy-new-list .year {
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 20px;
}

.new-center a {
	display: inline-block;
	overflow: hidden;
}

.ruocy-new-list:hover a {
	color: #fff;
}

.ruocy-new-list:hover .date {
	color: #fff;
}

.ruocy-new-list:hover .year {
	color: #fff;
}

.ruocy-new-list:hover .new-left {
	border-top: 2px solid #fff;
}

.ruocy-new-list {
	position: relative;
}

.ruocy-new-list * {
	transition: all 0.3s ease-in-out;
}

.ruocy-new-list img:hover {
	opacity: 1
}

.ruocy-new-list:before {
	content: "";
	background-color: #8a2b2a;
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 0;
	left: 0%;
	top: 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	border-radius: 0 15px 0 15px;
}

.ruocy-new-list:after {
	height: 0;
	width: 0
}

.ruocy-new-list:hover {
	z-index: 10;
	position: relative;
}

.ruocy-new-list:hover:before {
	background: #8a2b2a url(../images/new-bg-logo.png) no-repeat bottom right;
	background-size: contain;
	width: 104%;
	height: 100%;
	left: -2%;
	top: 0%;
	content: "";
	box-shadow: 3px 35px 77px -17px rgba(139, 0, 18, 0.5);
	z-index: -1;
}

.ruocy-new-list:hover:after {
	content: "";
	width: 104%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: -2%;
	top: 0;
	z-index: -1;
}




.ruocy-xyjya-list {
	padding: 29px 0;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}

.ruocy-xyjya-list>div {
	float: left;
}

.ruocy-xyjya-list .new-date {
	width: 100px;
}

.ruocy-xyjya-list .new-con {
	width: calc(100% - 120px);
}

.ruocy-xyjya-list .new-left {
	border-top: 2px solid #8a2b2a;
	padding: 10px;
	text-align: right;
}

.ruocy-xyjya-list .new-center img {
	width: 100%;
	object-fit: cover;
}

.ruocy-xyjya-list .new-center a {
	width: 100%;
}

.ruocy-xyjya-list .new-right h3 {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 13px;
}

.ruocy-xyjya-list .new-right p {
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	max-height: 90px;
}

.ruocy-xyjya-list .date {
	font-size: 28px;
	color: #8a2b2a;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 25px;
}

.ruocy-xyjya-list .year {
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 20px;
}

.new-center a {
	display: inline-block;
	overflow: hidden;
}

.ruocy-xyjya-list:hover a {
	color: #fff;
}

.ruocy-xyjya-list:hover .date {
	color: #fff;
}

.ruocy-xyjya-list:hover .year {
	color: #fff;
}

.ruocy-xyjya-list:hover .new-left {
	border-top: 2px solid #fff;
}

.ruocy-xyjya-list {
	position: relative;
}

.ruocy-xyjya-list * {
	transition: all 0.3s ease-in-out;
}

.ruocy-xyjya-list img:hover {
	opacity: 1
}

.ruocy-xyjya-list:before {
	content: "";
	background-color: #8a2b2a;
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 0;
	left: 0%;
	top: 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	border-radius: 0 15px 0 15px;
}

.ruocy-xyjya-list:after {
	height: 0;
	width: 0
}

.ruocy-xyjya-list:hover {
	z-index: 10;
	position: relative;
}

.ruocy-xyjya-list:hover:before {
	background: #8a2b2a url(../images/new-bg-logo.png) no-repeat bottom right;
	background-size: contain;
	width: 104%;
	height: 100%;
	left: -2%;
	top: 0%;
	content: "";
	box-shadow: 3px 35px 77px -17px rgba(139, 0, 18, 0.5);
	z-index: -1;
}

.ruocy-xyjya-list:hover:after {
	content: "";
	width: 104%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: -2%;
	top: 0;
	z-index: -1;
}


.ruocy-tzgg-list {
	width: 100%;
	height: 150px;
	padding: 29px 0;
	border-bottom: 1px solid #dddddd;
}
.ruocy-tzgg-list2 {
	width: 100%;
	height: 50px; line-height:50px;
	border-bottom: 1px solid #dddddd;
}

.ruocy-tzgg-list>div {
	float: left;
}

.ruocy-tzgg-list .tzgg-date {
	width: 100px; margin-right:20px;
	padding: 15px 15px;
	text-align: right; border-top:2px solid #8a2a2b;
}

.ruocy-tzgg-list .tzgg-con {
	width: calc(100% - 120px);
}

.ruocy-tzgg-list .tzgg-con h3 {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: normal;
}
.ruocy-tzgg-list2 .tzgg-con h3 {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	line-height:50px;
	font-weight: normal;
	margin-bottom: 13px;
}

.ruocy-tzgg-list .tzgg-con p {
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	max-height: 60px;
}

.ruocy-tzgg-list .date {
	font-size: 28px;
	color: #8a2b2a;
	letter-spacing: 0;
	line-height: 25px;
	font-weight: bold;
}

.ruocy-tzgg-list .year {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 20px;
}

.ruocy-tzgg-list:hover a {
	color: #fff;
}

.ruocy-tzgg-list:hover .date {
	color: #fff;
}

.ruocy-tzgg-list:hover .year {
	color: #fff;
}

.ruocy-tzgg-list {
	position: relative;
}

.ruocy-tzgg-list * {
	transition: all 0.3s ease-in-out;
}

.ruocy-tzgg-list:before {
	content: "";
	background-color: #8a2b2a;
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 0;
	left: 0%;
	top: 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	border-radius: 0 15px 0 15px;
}

.ruocy-tzgg-list:after {
	height: 0;
	width: 0
}

.ruocy-tzgg-list:hover {
	z-index: 10;
	position: relative;
}

.ruocy-tzgg-list:hover:before {
	background: #8a2b2a url(../images/new-bg-logo.png) no-repeat bottom right;
	background-size: contain;
	width: 100%;
	height: 100%;
	top: 0%;
	content: "";
	box-shadow: 3px 35px 77px -17px rgba(139, 0, 18, 0.5);
	z-index: -1;
}

.ruocy-tzgg-list:hover:after {
	content: "";
	width: 102%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: -2%;
	top: 0;
	z-index: -1
}

.ruocy-tsyy {
	margin: 0 auto;
	width: 290px;
	overflow: hidde;
}

.ruocy-tsyy h2 {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	margin-top: 20px;
}

.ruocy-tsyy h2 span {
	float: left;
	font-size: 20px;
	color: #8a2b2a;
}

.ruocy-tsyy h2 .more {
	float: right;
	font-size: 14px;
	color: #999;
}

.ruocy-tsyy h2 i {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	background: #8a2b2a;
	color: #fff;
	margin-right: 10px;
}

.ruocy-tsyy h2 .more:hover {
	color: #333;
}

.ruocy-tsyy-con {
	margin: 20px auto;
	width: 290px;
	height: 220px;
	overflow: hidden;
}

.swiper-ruocy2 .swiper-slide {
	position: relative;
	width: 290px;
	height: 180px;
	overflow: hidden;
}

.swiper-ruocy2 .swiper-slide .detail {
	height: 70px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	width: 290px;
	bottom: 0;
	color: #fff;
	transition: opacity .3s .3s;
	z-index: 1;
}

.swiper-ruocy2 .swiper-slide .detail h3 {
	width: 240px;
	margin: 15px auto 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.swiper-pagination-bullet {
	margin: 20px 5px;
	text-align: center
}

.swiper-pagination-bullet-active {
	background-color: #cda665;
}

.swiper-pagination {
	margin: 0 auto;
	width: 370px;
	display: inline-block;
	text-align: center;
	float: right;
}

.ruocy-jcsp {
	margin: 0 auto;
	width:370px;
	overflow: hidde;
}

.ruocy-jcsp h2 { background:#8a2a2b;
	display: block; text-align:center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin-top: 20px;font-size: 20px;
}

.ruocy-jcsp h2 a {
	font-size: 20px;
	color: #fff;
}

.ruocy-jcsp h2 .more {
	float: right;
	font-size: 14px;
	color: #999;
}

.ruocy-jcsp h2 i {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	background: #8a2b2a;
	color: #fff;
	margin-right: 10px;
}

.ruocy-jcsp h2 .more:hover {
	color: #333;
}

.ruocy-jcsp-con {
	margin: 0px auto;
	width:370px;
	height:380px;
	overflow: hidden;
}

.ruocy-jcsp-con ul li {
	float: left;
	width: 175px; height:170px;
	margin-top: 18px;
}

.ruocy-jcsp-con ul li:nth-child(2n) {
	float: right;
}

.ruocy-jcsp-con ul li .v-title {
	padding-top: 10px;
	line-height: initial;
	text-align: left;
}

.ruocy-jcsp-con ul li .v-box {
	background: #ffffff;
}

.ruocy-jcsp-con ul li .v-title p,
.ruocy-jcsp-con ul li .v-title p>a>span {
	margin-bottom: 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; font-size:16px;
	overflow: hidden
}

.ruocy-jcsp-con ul li .v-title p>a {
	font-size: 14px;
	color: #333333;
	text-align: center
}

.ruocy-jcsp-con ul li:hover p>a>span {
	color: #8a2b2a;
}

.ruocy-rc-box {
	position: relative;
	overflow: hidden
}

.ruocy-rc-box img {
	width: 175px;
	height: 120px;
}

.ruocy-v-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(/images/ruocy-bfan.png) no-repeat;
	top: 45px;
	left: 15px;
	z-index: 2;
}

.ruocy-ztxw {
	margin: 0 auto;
	width:370px;
	overflow: hidde;
}

.ruocy-ztxw h2 {
	display: block;
	height: 50px; text-align:center;
	line-height:50px;	font-size: 20px;
	color: #fff;
	margin-top: 20px; background:#8A2A2B;
}

.ruocy-ztxw h2 a {

	color: #fff;
}

.ruocy-ztxw h2 .more {
	float: right;
	font-size: 14px;
	color: #999;
}

.ruocy-ztxw h2 i {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	background: #8a2b2a;
	color: #fff;
	margin-right: 10px;
}

.ruocy-ztxw h2 .more:hover {
	color: #333;
}

.ruocy-ztxw-con {
	margin: 0px auto;
	width: 370px;
	height: 300px;
	overflow: hidden;
}

.ruocy-ztxw-con ul li {
	float: left;
	width:370px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ruocy-ztxw-con ul li a{ font-size:16px;}
.ruocy-yytt-list {
	overflow: hidden;
}

.ruocy-yytt-list ul li {
	float: left;
	margin-top: 18px;
}

.ruocy-yytt-list ul li .v-box {
	padding: 10px 0;
}

.ruocy-yytt-list ul li .v-title {
	padding-top: 10px;
	font-size: 18px;
	color: #333333;
	line-height: initial;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ruocy-yytt-list ul li .v-date {
	padding-top: 10px;
	font-size: 18px;
	color: #999;
	line-height: initial;
	text-align: left;
}

.ruocy-yytt-list ul li:hover a {
	color: #fff;
}

.ruocy-yytt-list ul li:hover .v-date {
	color: #fff;
}

.ruocy-yytt-list .ruocy-rc-box {
	position: relative;
	overflow: hidden
}

.ruocy-yytt-list .ruocy-rc-box img {
	width: 100%;
	height: auto;
	max-height: 150px;
	object-fit: cover;
}

.ruocy-yytt-list .v-box * {
	transition: all 0.3s ease-in-out;
}

.ruocy-yytt-list .v-box img:hover {
	opacity: 1
}

.ruocy-yytt-list .v-box:before {
	content: "";
	background-color: #8a2b2a;
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 0;
	left: 0%;
	top: 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	border-radius: 0 15px 0 15px;
}

.ruocy-yytt-list .v-box:after {
	height: 0;
	width: 0
}

.ruocy-yytt-list .v-box:hover {
	z-index: 10;
	position: relative;
}

.ruocy-yytt-list .v-box:hover:before {
	background: #8a2b2a url(../images/new-bg-logo.png) no-repeat bottom right;
	background-size: contain;
	width: 104%;
	height: 100%;
	left: -2%;
	top: 0%;
	content: "";
	box-shadow: 3px 35px 77px -17px rgba(139, 0, 18, 0.5);
	z-index: -1;
}

.ruocy-yytt-list .v-box:hover:after {
	content: "";
	width: 104%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: -2%;
	top: 0;
	z-index: -1;
}

/*分页*/
.pagenum {
	margin: 50px 20px 15px 20px;
	text-align: center;
}

.pagenum .pages {
	color: #999;
	_width: 100%;
	_clear: both;
	text-align: center;
}

.pagenum .pages a {
	text-decoration: none;
	padding: 7px 12px;
	background: #eaeaea;
	margin: 0px 5px;
	font-size: 16px;
	color: #87292a;
	border-radius: 5px;
}

.pagenum .pages a:hover {
	background: #87292a;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.pagenum .pages .page-num-current {
	text-decoration: none;
	padding: 7px 12px;
	background: #87292a;
	margin: 0 5px;
	font-size: 16px;
	color: #fff;
}

.pagenum .pages .page-active {
	text-decoration: none;
	padding: 7px 12px;
	background: #87292a;
	margin: 0 5px;
	font-size: 16px;
	color: #fff;
}

/*内容*/
.ruocy-new-tinfo {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background: #eeeeee;
}

.ruocy-position {
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #dedede;
}

.ruocy-position a {
	color: #666;
}

.ruocy-position em {
	font-style: normal;
	color: #8a2b2a;
}

.ruocy-detail-article {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}

.ruocy-detail-article .bdsharebuttonbox {
	position: absolute;
	width: 60px;
	height: 180px;
	top: 0;
	left: -60px;
}

.ruocy-detail-article .bdsharebuttonbox .bds_weixin {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	color: #fff;
	text-align: center !important;
	background: #64aa44;
	overflow: hidden;
}

.ruocy-detail-article .bdsharebuttonbox .bds_tsina {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	color: #fff;
	text-align: center !important;
	background: #db4308;
	margin: -6px 0;
	overflow: hidden;
}

.ruocy-detail-article .bdsharebuttonbox .bds_more {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	color: #fff;
	text-align: center !important;
	background: #60aaea;
	overflow: hidden;
}


.ruocy-detail-article .bdsharebuttonbox .bds_weixin::before {
	font-family: "iconfont" !important;
	content: "\e608";
	margin-left: -25px;
}

.ruocy-detail-article .bdsharebuttonbox .bds_tsina::before {
	font-family: "iconfont" !important;
	content: "\e629";
	margin-left: -25px;
}

.ruocy-detail-article .bdsharebuttonbox .bds_more::before {
	font-family: "iconfont" !important;
	content: "\e6ce";
	margin-left: -25px;
}

.ruocy-article-title h2 {
	font-size: 28px;
	text-align: center;
	line-height: 50px;
	font-weight: normal;
	color: #363636;
	overflow: hidden;
}

.ruocy-article-author {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.ruocy-article-author i {
	margin-right: 5px;
}

.ruocy-jjxy-main .ruocy-data-article {
	line-height: 36px;
	color: #333;
	margin: 0 auto;
	width: 94%;
}
.ruocy-jjxy-main .ruocy-data-article  img{width:100%}

.ruocy-jjxy-main .ruocy-data-article p {
	text-indent: 0em;
	font-size: 18px;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 18px;
}

.ruocy-jjxy-main .ruocy-data-article p img {
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	max-height: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ruocy-data-article {
	line-height: 36px;
	color: #333;
	margin: 0 auto;
	width: 94%;
}

.ruocy-data-article p {
	text-indent: 0em;
	font-size: 18px;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 18px;
}

.ruocy-data-article p img {
	text-align: center;
	vertical-align: middle;
	max-width: 80%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ruocy-bot-bg {
	position: relative;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 0px;
	z-index: -1;
}

.ruocy-bot-bg img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
}



.ruocy-bot-jjbg:hover {
	background: url(/images/qjxx-bot-bg2.png) top center no-repeat;
	background-size: cover;
	transition: all 1s ease-in-out;
}

.ruocy-bot-jjbg img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
}

/*学生一网通*/
.xsywtmain {
	padding: 50px 0 200px 0;
	background: #ebebeb url(../images/xsywt-bg.png) bottom no-repeat;
	background-size: contain;
	overflow: hidden;
}

.ruocy-ywt-left {
	width: 100%;
	height: 540px;
	background: #94070a url(../images/ywt-left-bg.jpg) left bottom no-repeat;
}

.ruocy-ywt-left h2 {
	height: 80px;
	line-height: 80px;
	margin: 20px 30px 0 30px;
	color: #fff;
}

.ruocy-ywt-left h2 span {
	float: left;
	font-size: 28px;
	color: #fff;
}

.ruocy-ywt-left h2 .more {
	float: right;
	font-size: 14px;
}

.ruocy-ywt-left h2 .more i {
	margin-right: 10px;
}

.ruocy-ywt-left h2 .more:hover {
	color: #fff;
}

.ruocy-ywt-ywbl {
	display: inline-block;
	margin: 20px 0;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.ywt-ywbl-icon {
	margin: 0 auto;
	width: 60px;
	height: 60px;
}

.ywt-ywbl-icon img {
	width: 60px;
	height: 60px;
}

.ywt-ywbl-text {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	white-space: nowrap;
}

.ywt-ywbl-text a {
	color: #fff;
}

.ywt-ywbl-text a:hover {
	color: #fff;
}

.ruocy-ywt-right {
	width: 100%;
	height: 540px;
}

.ruocy-xxcx-top {
	width: 100%;
	height: 240px;
}

.ywt-tzgg {
	height: 240px;
	background: #a59f9d;
}

.ywt-tzgg h2 {
	height: 80px;
	line-height: 80px;
	margin: 20px 30px 0 30px;
	color: #fff;
}

.ywt-tzgg h2 span {
	float: left;
	font-size: 28px;
	color: #fff;
}

.ywt-tzgg-i {
	display: inline-block;
	margin: 20px 0;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.ywt-tzgg-icon {
	margin: 0 auto;
	width: 60px;
	height: 60px;
}

.ywt-tzgg-icon img {
	width: 50px;
	height: 50px;
}

.ywt-tzgg-text {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	white-space: nowrap;
}

.ywt-tzgg-text a {
	color: #fff;
}

.ywt-tzgg-text a:hover {
	color: #8a2b2a;
}

.ywt-denglu {
	height: 240px;
	background: #a20000 url(../images/ywt-dl-bg.jpg) bottom left no-repeat;
	background-size: cover;
}

.ywt-denglu-an {
	margin: 0 auto;
	display: block;
	width: 80%;
	line-height: 40px;
	background: #fa7d30;
	background-image: linear-gradient(to bottom right, #fd7345, #ff6633);
	text-align: center;
	font-size: 22px;
	color: #fff;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	margin-top: 100px;
}

.ywt-denglu-an:hover {
	color: #fff;
}

.denglu-info {
	width: 95%;
	height: 240px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	-ms-flex-direction: column;
}

.denglu-info a {
	margin: 0 auto;
	display: block;
	width: 60%;
	line-height: 36px;
	background: #fa7d30;
	background-image: linear-gradient(to bottom right, #fd7345, #ff6633);
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	margin-top: 20px;
}

.ruocy-xxcx {
	width: 100%;
	height: 280px;
	background: #fff url(../images/ywt-xxcx-bg.png) right bottom no-repeat;
	margin-top: 20px;
}

.ruocy-xxcx h2 {
	height: 80px;
	line-height: 80px;
	margin: 20px 30px 0 30px;
	color: #8a2b2a;
}

.ruocy-xxcx h2 span {
	float: left;
	font-size: 28px;
	color: #8a2b2a;
}

.ruocy-xxcx h2 .more {
	float: right;
	font-size: 14px;
}

.ruocy-xxcx h2 .more i {
	margin-right: 10px;
}

.ruocy-xxcx h2 .more:hover {
	color: #8a2b2a;
}

.ruocy-ywt-xxcx {
	display: inline-block;
	margin: 20px 0;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.ywt-xxcx-icon {
	margin: 0 auto;
	width: 60px;
	height: 60px;
}

.ywt-xxcx-icon img {
	width: 50px;
	height: 50px;
}

.ywt-xxcx-text {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 45px;
	white-space: nowrap;
}

.ywt-xxcx-text a {
	color: #333;
}

.ywt-xxcx-text a:hover {
	color: #8a2b2a;
}

/*教育教学*/
.ruocy-jyjx-flist {
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

.ruocy-jyjx-flist .rc-jyjx-bt {
	position: absolute;
	width: 25%;
	bottom: 0;
	left: 0;
	font-size: 28px;
	color: #fff;
	line-height: 100%;
	text-align: center;
	background: url(/images/fjt-more.jpg) no-repeat;
	background-size: cover;
}

.ruocy-jyjx-flist .rc-jyjx-new1 {
	float: left;
	width: 50%;
	background: #fff;
}

.ruocy-jyjx-flist .rc-jyjx-new2 {
	float: left;
	margin-left: 25%;
	width: 50%;
	background: #efebea;
}

.ruocy-jyjx-flist .rc-jyjx-more {
	float: left;
	width: 25%;
}

.rc-jyjx-more .jmtm {
	display: table-cell;
	vertical-align: middle;
}

.rc-jyjx-more .jmtm i {
	margin-right: 10px;
}

.rc-jyjx-more .jmtm a {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #8a2b29;
	border-radius: 8px;
}

.ruocy-jyjx-flist .rc-jyjx-new3 {
	position: absolute;
	width: 25%;
	height: 100%;
	top: 0;
	right: 0;
	background: #8a2b29;
}

.rc-jyjx-square {
	position: relative;
	width: 50%;
}

.rc-jyjx-square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.rc-jyjx-square2 {
	position: relative;
	width: 100%;
}

.rc-jyjx-square2:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.rc-jyjx-square3 {
	position: relative;
	width: 100%;
}

.rc-jyjx-square3:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.rc-jyjx-con {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rc-jyjx-con>a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.rc-jyjx-con img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s linear 0s;
}

.rc-jyjx-con:hover img {
	transform: scale(1.05);
}

.rc-jyjx-bt .rc-jyjx-con span {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	color: #fff;
	margin-top: 45%;
}

.ruocy-jyjx-flist .rc-left {
	float: left;
}

.ruocy-jyjx-flist .rc-right {
	float: right;
}

.ruocy-rcjx-box {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.ruocy-rcjx-box .ruocy-jx-title {
	padding: 10px 20px;
	height: 70px;
	line-height: 30px;
	font-size: 20px;
	text-align: left;
	overflow: hidden;
}

.ruocy-rcjx-box .ruocy-jx-date {
	margin: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	text-align: left;
	overflow: hidden;
}

.ruocy-rcjx-box .ruocy-jx-date em {
	font-style: normal;
	font-size: 28px;
}

.ruocy-rcjx-box .ruocy-jx-more {
	margin: 20px 20px 0 20px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	color: #333;
	text-align: left;
	overflow: hidden;
	background: url(/images/jyjy-more.png) 80px no-repeat;
}

.rc-jyjx-new3 .ruocy-jx-title,
.rc-jyjx-new3 .ruocy-jx-date,
.rc-jyjx-new3 .ruocy-jx-more {
	color: #fff;
}

.rc-jyjx-new3 .ruocy-jx-more {
	background: url(/images/jyjx-more2.png) 80px no-repeat;
}

.rc-jyjx-new3 a {
	color: #fff;
}

.ruocy-jyjx-icon-list {
	padding: 30px auto;
	background: url(/images/ruocy-jyjx-bg.jpg);
	overflow: hidden;
}

.ruocy-jyjx-icon-list ul {
	margin: 40px -15px;
	overflow: hidden;
	padding: 20px 0;
}

.ruocy-jyjx-icon-list ul li {
	float: left;
	width: 48%;
	margin: 15px 1%;
	background: #fff;
}

.ruocy-jyjx-icon-list ul li:nth-child(2n) {
	float: right;
}

.ruocy-jxjx-icon-box {
	width: 100%;
	height: 150px;
	padding: 0 10%;
	overflow: hidden;
	border-bottom: 2px solid #8a2b29;
	-moz-box-shadow: 0 0 6px rgba(200, 200, 200, .7);
	-webkit-box-shadow: 0 0 6px rgba(200, 200, 200, .7);
	box-shadow: 0 0 6px rgba(200, 200, 200, .7);
}

.ruocy-jxjx-icon-box:hover {
	border-bottom: 2px solid #c00;
}

.ruocy-jxjx-icon-box .rc-tbbt {
	float: left;
	line-height: 150px;
	font-size: 24px;
}

.ruocy-jxjx-icon-box .rc-tbbt i {
	font-size: 36px;
	margin-right: 15px;
}

.ruocy-jxjx-icon-box .rc-tbm {
	float: right;
	margin-top: 60px;
}

.ruocy-jxjx-icon-box .rc-tbm i {
	margin-right: 10px;
}

.ruocy-jxjx-icon-box .rc-tbm a {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #8a2b29;
	border-radius: 8px;
}

.ruocy-jyjx-top-box {
	width: 100%;
	overflow: hidden;
	background: url(/images/ruocy-jyjx-bg.jpg);
	padding-bottom: 50px;
}

.ruocy-jyjx-top-box .container {
	position: relative;
	height: 100%;
	padding-top: 50px;
	padding-btottom: 60px;
}

.ruocy-jyjx-top-left-box {
	float: left;
	width: 820px;
	height: auto;
}

.ruocy-jyjx-top-right {
	float: right;
	width: calc(100% - 820px);
	height: 450px;
	background: #92070a;
	margin-top: 100px;
}

.ruocy-jyjx-top-left-box img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}

.ruocy-jyjx-top-right-box {
	display: table;
	width: 660px;
	height: 600px;
	background: rgba(255, 255, 255, .96);
	position: absolute;
	right: 55px;
	top: 100px;
	z-index: 1;
	-moz-box-shadow: 0 0 6px rgba(200, 200, 200, .7);
	-webkit-box-shadow: 0 0 6px rgba(200, 200, 200, .7);
	box-shadow: 0 0 6px rgba(200, 200, 200, .7);
}

.rc-jy-top-box {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	overflow: hidden;
}

.rc-jy-title {
	max-height: 105px;
	line-height: 35px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
}

.rc-jy-con {
	max-height: 240px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
}

.rc-jy-more {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #8a2b29;
	border-radius: 8px;
}

.rc-jy-more:hover {
	color: #fff;
}

.rc-jy-more i {
	margin-right: 15px;
	vertical-align: middle;
	font-size: 14px;
}

.ruocy-jyjx-bottom-box {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
	background: #eeeeee url(../images/jyjx-bottom-bg.png) no-repeat center bottom;
	background-size: 100% 153px cover;
}

.ruocy-jyjx-bottom-box .container {
	position: relative;
	height: 100%;
	padding-top: 104px;
}

.ruocy-jyjx-bottom-left-link {
	width: 790px;
	height: auto;
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 1;
}

.ruocy-jyjx-left-link-item {
	display: block;
	width: 100%;
	height: 210px;
	line-height: 210px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 28px;
	color: #fff;
	transition: all linear 0.3s;
}

.ruocy-jyjx-left-link-item i {
	margin-right: 15px;
	vertical-align: middle;
	font-size: 32px;
}

.ruocy-jyjx-left-link-item:first-of-type {
	background: #5f4e00 url(../images/jyjx-bottom-icon.png) no-repeat 90% bottom;
}

.ruocy-jyjx-left-link-item:last-of-type {
	background: #6a1306 url(../images/jyjx-bottom-icon.png) no-repeat 90% bottom;
}

.ruocy-jyjx-left-link-item:first-of-type:hover {
	color: #fff;
	background: #6e5b03 url(../images/jyjx-bottom-icon.png) no-repeat 90% bottom;
}

.ruocy-jyjx-left-link-item:last-of-type:hover {
	color: #fff;
	background: #7f1606 url(../images/jyjx-bottom-icon.png) no-repeat 90% bottom;
}

.ruocy-jyjx-right-box {
	width: 860px;
	height: 500px;
	border-bottom: 6px solid #941207;
	float: right;
}

.ruocy-jyjx-right-box img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}

.ruocy-new-list2 {
	padding: 29px 0;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}

.ruocy-new-list2>div {
	float: left;
}

.ruocy-new-list2 .new-date {
	width: 100px;
}

.ruocy-new-list2 .new-con {
	width: calc(100% - 120px);
}

.ruocy-new-list2 .new-left {
	border-top: 2px solid #8a2b2a;
	padding: 10px;
	text-align: right;
}

.ruocy-new-list2 .new-center img {
	width: 100%;
	object-fit: cover;
}

.ruocy-new-list2 .new-center a {
	width: 100%;
}

.ruocy-new-list2 .new-right h3 {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 13px;
}

.ruocy-new-list2 .new-right p {
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	max-height: 90px;
}

.ruocy-new-list2 .date {
	font-size: 28px;
	color: #8a2b2a;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 25px;
}

.ruocy-new-list2 .year {
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 20px;
}

.ruocy-new-list2:hover a {
	color: #fff;
}

.ruocy-new-list2:hover .date {
	color: #fff;
}

.ruocy-new-list2:hover .year {
	color: #fff;
}

.ruocy-new-list2:hover .new-left {
	border-top: 2px solid #fff;
}

.ruocy-new-list2 {
	position: relative;
}

.ruocy-new-list2 * {
	transition: all 0.3s ease-in-out;
}

.ruocy-new-list2 img:hover {
	opacity: 1
}

.ruocy-new-list2:before {
	content: "";
	background-color: #8a2b2a;
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 0;
	left: 0%;
	top: 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	border-radius: 0 15px 0 15px;
}

.ruocy-new-list2:after {
	height: 0;
	width: 0
}

.ruocy-new-list2:hover {
	z-index: 10;
	position: relative;
}

.ruocy-new-list2:hover:before {
	background: #8a2b2a url(../images/new-bg-logo.png) no-repeat bottom right;
	background-size: contain;
	width: 104%;
	height: 100%;
	left: -2%;
	top: 0%;
	content: "";
	box-shadow: 3px 35px 77px -17px rgba(139, 0, 18, 0.5);
	z-index: -1;
}

.ruocy-new-list2:hover:after {
	content: "";
	width: 104%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: -2%;
	top: 0;
	z-index: -1;
}


.xyfg_list{  padding:4%; background:#fff;box-shadow:0px 0px 5px #ddd inset; -moz-box-shadow:0px 0px 5px #ddd inset; -webkit-box-shadow:0px 0px 5px #ddd inset; -ms-box-shadow:0px 0px 5px #ddd inset; margin-bottom:30px;}
.xyfg_listimg{ width:100%; overflow:hidden}
.xyfg_listimg img{cursor: pointer; width:100%;
  transition: all 0.6s;max-height:250px;}
.xyfg_listimg img:hover{transform: scale(1.1);}

.xyfg_list p{ text-align:center; padding-top:10px;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.xyfg_list p a{ font-size:18px;}

/*学校归纳综合*/
.xxgknr{ width:100%; text-align:center;}
.xxgknr h2{ font-size:36px;}
.xxgknr img{ margin-top:30px; margin-bottom:30px;}
.xxgknr p{ font-size:18px;line-height:2.5; text-align:left;}
/*学生风范*/
.xsfcmain1{ width:100%; padding-top:60px; padding-bottom:80px; background:#eeebea;}
.xsfcmain1_l{ width:100%; position:relative; max-height:580px;}
.xsfcmain1_l img{ width:100%; height:100%;}
.xsfcmain1_limg{ overflow:hidden}
.xsfcmain1_l img{  cursor: pointer;
  transition: all 0.6s;}
.xsfcmain1_l img:hover{  transform: scale(1.1);}
.xsfcmain1_ltxt{ position:absolute; bottom:0px; left:0px; background:rgba(0,0,0,0.5);  width:100%; height:50px; line-height:50px; }
.xsfcmain1_ltxt a{ font-size:18px; color:#fff; margin-left:20px;}
.xsfcmain1_r{ width:100%;}
.xsfcmain1_r1{ width:100%;  position:relative;}
.xsfcmain1_r1 img{ width:100%; height:100%;}
.xsfcmain1_r1img{ overflow:hidden}
.xsfcmain1_r1 img{  cursor: pointer;
  transition: all 0.6s;}
.xsfcmain1_r1 img:hover{  transform: scale(1.1);}
.xsfcmain1_r1txt{ position:absolute; bottom:0px; left:0px; background:rgba(0,0,0,0.5);  width:100%; height:30px; line-height:30px; }
.xsfcmain1_r1txt a{ font-size:16px; color:#fff; margin-left:20px;}
.xsfcmain1_r2{ margin-top:10px;}
.xsfcmain1top h2{ font-size:36px; text-align:center; padding-top:50px; padding-bottom:50px;}


    	.slideTxtBox .hzq6{ height:80px; line-height:80px;  position:relative;}
		.slideTxtBox .hzq6 ul{ float:left; position:absolute; height:40px; left:0px;  }
		.slideTxtBox .hzq6 ul li{ float:left; padding-left:15px; padding-right:15px;  height:80px; cursor:pointer; text-align:center; font-size:32px; color:#fff;   margin-right:6px; line-height:80px; background:url(/images/xian.jpg) no-repeat right; }
		.hzq6_more{ float:right; background:url(/images/ckgd.png) no-repeat right;}
		.hzq6_more:hover{ background:url(/images/ckgd2.png) no-repeat right;}
		.hzq6_more a{ font-size:16px; color:#999; margin-right:30px;}
		.hzq6_more:hover a{ color:#8A2A2B;}
	    .slideTxtBox .hzq6 ul li a{ font-size:32px; color:#4c4c4c;}
		.slideTxtBox .hzq6 ul li.on{ height:80px;display:block;  height:80px; }
		.slideTxtBox .hzq6 ul li.on a{color:#000; font-weight:bold;}
		
		.slideTxtBox .hzq7{ height:60px; line-height:60px;  position:relative;}
		.slideTxtBox .hzq7 ul{ float:left; position:absolute; height:40px; left:0px; width:100% }
		.slideTxtBox .hzq7 ul li{ float:left;width:50% ;height:60px; cursor:pointer; text-align:center; font-size:32px; color:#fff; line-height:60px;}
		.hzq7_more{ float:right; background:url(/images/ckgd.png) no-repeat right;}
		.hzq7_more:hover{ background:url(/images/ckgd2.png) no-repeat right;}
		.hzq7_more a{ font-size:16px; color:#999; margin-right:30px;}
		.hzq7_more:hover a{ color:#8A2A2B;}
	    .slideTxtBox .hzq7 ul li a{ font-size:32px; color:#4c4c4c;}
		.slideTxtBox .hzq7 ul li.on{ height:60px;display:block;  height:60px; background:#86000d }
		.slideTxtBox .hzq7 ul li.on a{color:#fff; font-weight:bold;}
		.xxxwmain2{ background:#86000d;}
		.xxxwmain2 ul li{ padding:20px 0px  20px 20px; border-bottom:1px dashed #ab4d56; background:url(/images/xxxwmain2li.jpg) no-repeat 0 25px; margin-left:20px;margin-right:20px; }
		.xxxwmain2 ul li h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis; padding-left:10px; }
        .xxxwmain2 ul li h2 a{ font-size:18px; color:#fff; width:100%; float:left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; margin-top:6px;}
        .xxxwmain2 ul li p{ font-size:16px; color:#ffcccc; padding-top:20px; line-height:1.8; padding-left:10px;}

.xxxwmain101{ width:100%; margin-top:20px;}
.xxxwmain101top{ width:100%;overflow:hidden}
.xxxwmain101top img{ width:100%; height:210px;}
.xxxwmain101top img{  cursor: pointer;
  transition: all 0.6s;}
.xxxwmain101top img:hover{  transform: scale(1.1);}
.xxxwmain101bot{ width:100%; padding:20px 10px;box-shadow: 0 0 30px rgb(0 0 0 / 15%); height:120px; overflow:hidden;}
.xxxwmain101bottime img{ margin-right:10px; float:left;}
.xxxwmain101bottime span{ color:#666;}
.xxxwmain101bottxt{ padding-top:10px;}
.xxxwmain101bottxt a{ font-size:18px; color:#333; line-height:1.8;}
.xxxwmain101bottxt a:hover{ color:#8a2a2b;}
.xxxwmain3{ width:100%; background:#efebea; padding-top:80px; padding-bottom:80px; margin-top:60px;}

/*校园生涯*/
.xysh1t{ font-size:32px; color:#000; font-weight:bold; margin-bottom:20px;}
.xysh1t a{ font-size:16px; color:#999; float:right; background:url(/images/ckgd.png) no-repeat right; display:block; padding-right:30px; height:40px; line-height:40px;}
.xysh1t a:hover{background:url(/images/ckgd2.png) no-repeat right; color:#8A2A2B;}
.xysh1bl{ width:100%; position:relative;}
.xysh1blimg{ width:100%; overflow:hidden;}
.xysh1blimg img{ width:100%; cursor: pointer; height:490px;
  transition: all 0.6s;}
.xysh1blimg img:hover{ transform: scale(1.1);}
.xysh1bltxt{ position:absolute; left:0px; bottom:0px; padding-top:15px; padding-bottom:15px; background:rgba(0,0,0,0.5); color:#fff; width:100%;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;}
.xysh1bltxt p{ font-size:18px; color:#fff; padding-left:20px;}
.xysh1bltxt h2{padding-left:20px; padding-right:20px;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;}
.xysh1bltxt h2 a{ font-size:22px; color:#fff; font-weight:bold;}
.xysh1br1{ width:100%; padding-top:10px; padding-bottom:10px; background:#f5f0f0; position:relative; margin-bottom:6px;}
.xysh1br1img{ margin-left:10px; overflow:hidden; width:40%}
.xysh1br1img img{ width:100%; height:140px;transition: all 0.6s;}
.xysh1br1img img:hover{ transform: scale(1.1);}
.xysh1br1txt{ position:absolute; left:45%; top:30px;}
.xysh1br1txt p{ font-size:16px;}
.xysh1br1txt h2 a{ color:#333; font-size:20px;}
.xysh1br1:hover{ background:#982426}
.xysh1br1:hover p{ color:#fff;}
.xysh1br1:hover h2 a{ color:#fff;}

.xysh2 ul li{ width:33%; position:relative; float:left; margin-right:0.5%}
.xysh2 ul li:nth-child(3n){ margin-right:0px; margin-bottom:0.5%;}
.xysh2 ul li .xysh2img{ width:100%; overflow:hidden;}
.xysh2 ul li .xysh2img img{width:100%; cursor: pointer; height:310px;
  transition: all 0.6s;}
.xysh2 ul li .xysh2img img:hover{transform: scale(1.1);}
.xysh2 ul li .xysh2txt{ position:absolute; background:rgba(0,0,0,0.3); left:0px; bottom:0px;overflow:hidden;white-space:nowrap; text-overflow:ellipsis; width:100%; height:40px; line-height:40px;}
.xysh2 ul li .xysh2txt a{ font-size:18px; color:#fff; font-weight:bold; margin-left:10px; margin-right:10px;}
.xysh2main{ margin-top:20px;}

.cas .list{margin:50px 5% 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.cas .item{width:calc(25% - 31px);margin-left:40px;margin-bottom:30px;}
.cas .item:nth-child(4n-3){margin-left:0;}
.cas .item img{width:100%;height:auto;}
.cas .item .pic{border-bottom:4px solid #876e6a;position: relative;}
.cas .item .pic:after{content:"";position: absolute;left:50%;bottom:-4px;right:50%;height:4px;background:#94070a;transition:all 0.3s ease-out 0s;}
.cas .item:hover .pic:after{left:0;right:0;}
.cas .item .h{font-size:18px;margin-top:10px;text-align: center;}
.cas .item:hover .h{color: #94070a;}
.cas .loading{text-align:center;margin-top:20px;color: #94070a;display:none;}
.xsfcxin{ margin-top:130px;}
.blockxin{width:700px;margin: auto;}

.cont_right .online{margin:30px auto; width:80%; background:#fff; padding-top:60px; padding-bottom:30px; box-shadow:0px 0px 10px rgba(0,0,0,0.1); -moz- box-shadow:0px 0px 10px rgba(0,0,0,0.1); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.1); -ms-box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.cont_right .online label{font-size:14px;color:#000;display:inline-block;width:70px;}
.cont_right .online .form_text{border:1px #ccc solid;height:35px;width:70%;color:#666;padding-left:10px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.cont_right .online .form_texta{border:1px #ccc solid;height:35px;width:100%;color:#666;padding-left:10px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background:#fff;}
.cont_right .online .form_sub{background:#C47979;height:35px;width:20%;color:#FFF;font-size:16px;border:none;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; margin-left:40%;}
.cont_right .online .form_textb{border:1px #ccc solid;height:35px;width:70%;color:#666;padding-left:10px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background:#fff;}
select{border:none;background:none;}
.h39{height:39px;}
.mt15{ margin-bottom:25px;}

.boxcont{box-shadow:0px 0px 10px rgba(0,0,0,0.1); -moz- box-shadow:0px 0px 10px rgba(0,0,0,0.1); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.1); -ms-box-shadow:0px 0px 10px rgba(0,0,0,0.1); margin-top:30px; margin-bottom:30px;padding-top:30px; padding-bottom:30px;}
.boxcont .luqu label{font-size:14px;color:#666;display:inline-block;}
.boxcont .luqu .form_text{border:1px #ccc solid;height:35px;color:#666;padding-left:10px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; width:50%;}
.boxcont .luqu .form_sub{background:#C47979;height:35px;color:#FFF;font-size:16px;border:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; width:10%; margin-left:60px;}
.boxcont p{ font-size:16px; line-height:1.8; padding-left:20px; padding-top:20px; padding-right:20px;}
.boxcont p span{ color:#E50000; font-size:16px;}
.mt20{ margin-bottom:25px;}
.tdx1{ text-align:center; line-height:40px; background:#eaeaea; font-weight:bold;}
.tdx2{ text-align:center; line-height:40px; border-bottom:1px solid #dedede; border-right:1px solid #dedede;}
.tdx3{border-left:1px solid #dedede;}
.lqqk p{ font-size:18px; color:#000; text-align:center;}
.lxwmxin{ background:#F6F6F6; padding:20px; padding-bottom:20px;}
.lxwmxin p{ font-size:18px; color:#333; line-height:2; padding-top:10px;}
.lxwmxin p img{ margin-right:10px;}
.lxwmxin p.lxwmxinp1{ padding-top:40px;}
.gzh{ width:100%; text-align:center; padding-top:50px;}
.tdx4{ border:1px solid #dedede; border-left:none;}
@media screen and (max-width:850px) {
	
    	.slideTxtBox .hzq6{ height:40px; line-height:40px;  position:relative;}
		.slideTxtBox .hzq6 ul{ float:left; position:absolute; height:40px; left:0px;  }
		.slideTxtBox .hzq6 ul li{ float:left; padding-left:5px; padding-right:5px;  height:40px; cursor:pointer; text-align:center; font-size:16px; color:#fff;   margin-right:6px; line-height:40px; background:url(/images/xian2.jpg) no-repeat right; }
		.hzq6_more{ float:right; background:url(/images/ckgd.png) no-repeat right;}
		.hzq6_more:hover{ background:url(/images/ckgd2.png) no-repeat right;}
		.hzq6_more a{ font-size:16px; color:#999; margin-right:30px;}
		.hzq6_more:hover a{ color:#8A2A2B;}
	    .slideTxtBox .hzq6 ul li a{ font-size:16px; color:#4c4c4c;}
		.slideTxtBox .hzq6 ul li.on{ height:40px;display:block;  height:40px; }
		.slideTxtBox .hzq6 ul li.on a{color:#000; font-weight:bold;}
	    
		
		.slideTxtBox .hzq7{ height:30px; line-height:30px;  position:relative; margin-top:30px; padding-left:15px; padding-right:15px;}
		.slideTxtBox .hzq7 ul{ float:left; position:absolute; height:30px; left:0px; padding-left:15px; padding-right:15px; }
		.slideTxtBox .hzq7 ul li{ float:left;width:50% ;height:30px; cursor:pointer; text-align:center; font-size:16px; color:#fff; line-height:30px;}
		.slideTxtBox .bd7 ul{padding-left:15px; padding-right:15px;}
		.hzq7_more{ float:right; background:url(/images/ckgd.png) no-repeat right;}
		.hzq7_more:hover{ background:url(/images/ckgd2.png) no-repeat right;}
		.hzq7_more a{ font-size:16px; color:#999; margin-right:30px;}
		.hzq7_more:hover a{ color:#8A2A2B;}
	    .slideTxtBox .hzq7 ul li a{ font-size:16px; color:#4c4c4c;}
		.slideTxtBox .hzq7 ul li.on{ height:30px;display:block;  height:30px; background:#86000d }
		.slideTxtBox .hzq7 ul li.on a{color:#fff; font-weight:bold;}
	    .xysh1br1txt p{ font-size:14px;}
        .xysh1br1txt h2 a{ color:#333; font-size:16px;}
	    .xysh1br1txt{top:20px;}
		.xysh1blimg img{ height:260px;}
		.xysh2 ul li{ width:100%; position:relative; float:left; margin-right:0.5%; margin-bottom:1%;}
		.xysh2 ul li .xysh2img img{ height:210px;}
		.cas .item{width:calc(50% - 8.5px);margin-left:15px;}
        .cas .item:nth-child(odd){margin-left:0;}
        .cas .item .h{font-size:16px;}
		.jslm1 a p{ font-size:16px;}
		.cont_right .online{margin:30px auto; width:100%;}
		.cont_right .online .form_sub{background:#C47979;height:35px;width:50%;color:#FFF;font-size:16px;border:none;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; margin-left:25%;}
		.mt20{ margin-bottom:20px;}
		.boxcont .luqu .form_sub{ width:30%; margin-left:35%;}
		.boxcont .luqu .form_text{ width:75%;}
}



/*媒体盘问*/
@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}

@media (max-width: 1440px) {

	.ruocy-jjxy-main,
	.ruocy-spyy-main,
	.ruocy-new-main {
		background: none;
	}

	.ruocy-xyjya-list .new-center img {
		width: 100%;
		object-fit: cover;
	}

	.ruocy-new-list2 .new-center img {
		width: 100%;
		object-fit: cover;
	}
}

@media (max-width: 1440px) {
	.foot-nav-box:last-child .foot-nav-item:nth-child(3) {
		margin-left: 155px;
	}

	.foot-nav-box:last-child .foot-nav-item:nth-child(4) {
		margin-left: 155px;
	}
}

@media (max-width: 1200px) {
	.ruocy-spxx-dec-con span {
		width: 110px;
		height: 30px;
		line-height: 30px;
		font-size: 19px;
		
	}

	.ruocy-spxx-dec-con span a {
		width: 110px;
		height: 30px;
	}

	.ruocy-spxx-dec-title h2 {
		font-size: 20px;
		line-height: 30px;
		max-height: 60px;
	}

	.ruocy-spxx-dec-article {
		font-size: 17px;
		height: 120px;
		line-height: 30px;
	}

	.ruocy-spxx-dec-article p {
		font-size: 17px;
	}

	.nav-bottom-list {
		height: 76px;
	}

	.ruocy-nav-one li {
		font-size: 16px;
		margin-right: 10px;
	}

	.ruocy-logo {
		width: 252px;
		height: 56px;
	}

	.ruocy-nav-box {
		width: calc(100% - 264px);
		margin-top: 3px;
	}

	.ruocy-nav-two {
		top: 52px;
	}

	.ruocy-nav-two.active {
		top: 62px;
	}

	.ban-menu dl dt {
		font-size: 24px;
	}

	.ban-menu dl dd {
		font-size: 15px;
	}

	.foot-logo {
		width: 200px;
		height: 136px;
	}

	.foot-logo img {
		width: 200px;
		height: 136px;
	}

	.ruocy-new-list2 .new-con {
		width: calc(100% - 0px);
	}

	.foot-nav-class {
		font-size: 16px;
		margin-right: 15px;
		padding-right: 20px;
	}

	.foot-nav-item {
		font-size: 15px;
		margin-right: 10px;
	}

	.foot-nav-box:last-child .foot-nav-item:last-child {
		margin-left: 132px;
	}

	.foot-nav-box:last-child .foot-nav-item:nth-child(3) {
		margin-left: 132px;
	}

	.foot-nav-box:last-child .foot-nav-item:nth-child(4) {
		margin-left: 132px;
	}

	.foot-weixin,
	.foot-weibo,
	.foot-douyin,
	.foot-kuaishou {
		margin: 20px 5px;
	}

	.foot-code {
		left: -55px;
	}

	.foot-icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 27px;
		margin-bottom: 10px;
		border-radius: 100%;
	}

	.foot-text {
		font-size: 15px;
		margin-left: 0px;
	}

	.ruocy-new-list {
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-new-list .new-center img {
		width: 100%;
		object-fit: cover;
	}

	.ruocy-xyjya-list {
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-xyjya-list .new-center img {
		width: 100%;
		object-fit: cover;
	}
	.ruocy-new-list2 {
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-new-list2 .new-center img {
		width: 100%;
		object-fit: cover;
	}

	.ruocy-xyfg-list .ruocy-pic-box img {
		max-height: 150px;
	}

	.ruocy-yytt-list .ruocy-rc-box img {
		max-height: 120px;
	}
	#jieguo{ display:none;}
}

@media (min-width: 1200px){
	#jieguo2{ display:none;}
	
	}
@media (max-width: 991px) {
	.ruocy-spxx-dec-con span {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
	}

	.ruocy-spxx-dec-con span a {
		width: 100px;
		height: 30px;
	}

	.ruocy-spxx-dec-title h2 {
		font-size: 20px;
		line-height: 35px;
		max-height: 105px;
	}

	.ruocy-spxx-dec-article {
		font-size: 16px;
		height: auto;
		line-height: 28px;
		overflow: hidden;
		
	}

	.ruocy-spxx-dec-article p {
		font-size: 16px;
	}

	.modal-dialog .search_box {
		width: 300px;
		padding-top: 45%;
	}

	.modal-dialog .search_box .rc-btn {
		width: 100px;
	}

	.ruocy-ban {
		padding-top: 0;
	}

	.ban-menu dl dt {
		font-size: 20px;
	}

	.foot {
		height: auto;
		padding-top: 70px;
	}

	.foot-logo {
		width: 200px;
		height: 136px;
		margin-bottom: 30px;
	}

	.foot-logo img {
		width: 200px;
		height: 136px;
	}

	.copyright {
		font-size: 14px;
	}

	.foot-nav-box:last-child .foot-nav-class {
		border: none;
	}

	.foot-nav-box {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.foot-nav-class {
		font-size: 15px;
	}

	.foot-nav-item {
		font-size: 12px;
	}

	.foot-nav-box:last-child .foot-nav-item:last-child {
		margin-left: 0px;
	}

	.foot-nav-box:last-child .foot-nav-item:nth-child(3) {
		margin-left: 0px;
	}

	.foot-nav-box:last-child .foot-nav-item:nth-child(4) {
		margin-left: 0px;
	}

	.ruocy-mobile-center {
		text-align: center;
	}

	.ruocy-jyjx-bottom-box {
		padding: 60px 0 90px;
		background-size: 260%;
		overflow: hidden;
	}

	.ruocy-jyjx-bottom-left-link {
		width: 100%;
		position: static;
	}

	.ruocy-jyjx-bottom-box .container {
		padding-top: 0;
	}

	.ruocy-jyjx-left-link-item {
		height: 150px;
		line-height: 150px;
		font-size: 24px;
	}

	.ruocy-jyjx-right-box {
		width: 100%;
		height: 207px;
	}

	.ruocy-jyjx-icon-list ul {
		margin: 40px 0px;
		padding: 20px 0;
	}

	.ruocy-jyjx-icon-list ul li {
		width: 100%;
		margin: 10px 0;
	}

	.ruocy-jyjx-top-left-box {
		width: 100%;
	}

	.ruocy-jyjx-top-right-box {
		width: 100%;
		height: auto;
		position: static;
		z-index: 0;
	}

	.foot-nav-box {
		display: inline-block;
		width: 32%;
		vertical-align: top;
		text-align: center;
	}

	.foot-nav-box:last-child .foot-nav-class {
		border: none;
	}

	.foot-nav-class {
		margin: 0 0 10px;
		font-size: 18px;
		line-height: 28px;
		display: block;
	}

	.foot-nav-item {
		margin: 0 0 5px;
		font-size: 14px;
		display: block;
	}
	.ruocy-detail-article .bdsharebuttonbox {
		margin:0 auto;
		position: static;
		width: 94%;
		height: 50px;
		margin-top:-20px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_weixin {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_tsina {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin:6px 0 0 -6px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_more {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
	
	
	.ruocy-detail-article .bdsharebuttonbox .bds_weixin::before {
		margin-left: -25px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_tsina::before {
		margin-left: -25px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_more::before {
		margin-left: -25px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.ruocy-xyxw-main2 .ruocy-dangj::after {
		height: 92%;
	}

	.ruocy-xyxw-main2 .ruocy-dangj::before {
		bottom: 105%;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .col-md-4 .main-title h3 {
		color: #fff;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .col-md-4 .main-title a {
		color: #fff;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner {
		height: auto;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner .ruocy-dangj-banner-content {
		display: inline-block;
		margin-bottom: 40px;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner .col-md-5 a {
		height: auto !important;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner .col-md-5 a img {
		height: 54vw !important;
		object-fit: cover;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right {
		margin-bottom: 60px;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top>a:first-child {
		width: 100%;
		height: auto;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top>a:first-child img {
		width: 100%;
		height: auto;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top>a:last-child {
		left: 0;
	}

	.ruocy-dangj-bottom .col-md-4 {
		margin-bottom: 20px;
	}

	.ruocy-dangj-bottom .col-md-4 img {
		height: auto;
	}

	.ruocy-new-list .new-center a {
		width: 100%;
	}

	.ruocy-new-list {
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-new-list .new-con {
		width: 100%;
	}

	.ruocy-new-list .new-center img {
		width: 100%;
	}
	.ruocy-new-list .new-right {
		margin-top: 15px;
	}

	.ruocy-new-list .new-center a {
		width: 100%;
	}


	.ruocy-xyjya-list .new-center a {
		width: 100%;
	}

	.ruocy-xyjya-list {
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-xyjya-list .new-con {
		width: 100%;
	}

	.ruocy-xyjya-list .new-center img {
		width: 100%;
	}

	.ruocy-xyjya-list .new-right {
		margin-top: 15px;
	}

	.ruocy-xyjya-list .new-center a {
		width: 100%;
	}





	.ruocy-new-list2 {
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-new-list2 .new-con {
		width: 100%;
	}

	.ruocy-new-list2 .new-center img {
		width: 100%;
	}

	.ruocy-new-list2 .new-right {
		margin-top: 15px;
	}

	.ruocy-new-list2 .new-center a {
		width: 100%;
	}

	.ruocy-new-left {
		width: 100%;
		float: none;
	}

	.ruocy-tzgg-list {
		width: 100%;
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-tzgg-list .tzgg-con {
		width: 100%;
		padding: 0 20px;
	}

	.ruocy-new-right {
		width: 0px;
	}

	.ruocy-xyfg-box .ruocy-pic-icon {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
	}

	.ruocy-jj-main2 {
		background: #efebea;
	}

	.ruocy-jj-flist .rc-jj-bt {
		position: static;
		width: 100%;
	}

	.rc-jj-bt .rc-jj-con span {
		font-size: 24px;
		margin-top: 25px;
	}

	.ruocy-jj-flist .rc-jj-new1 {
		width: 100%;
		background: #fff;
	}

	.ruocy-jj-flist .rc-jj-new2 {
		margin-left: 0; float:left;
	}

	.ruocy-jj-flist .rc-jj-new3 {
		position: static;
		width: 100%;
	}

	.rc-jj-square2 {
		position: relative;
		width: 50%;
		background: #8a2b29;
	}

	.rc-jj-square3 {
		position: static;
		width: 100%;
		height: 80px;
	}

	.rc-jj-square3 .rc-jj-con {
		height: 80px;
	}

	.rc-jj-square3:after {
		display: none;
	}

	.ruocy-jmyy-box .ruocy-jm-title {
		height: 60px;
		line-height: 25px;
		font-size: 16px;
	}

	.ruocy-spxx-pic {
		float: none;
		width: 100%;
	}

	.ruocy-spxx-dec {
		float: none;
		width: 100%;
	}

	.ruocy-jyjx-flist .rc-jyjx-bt {
		position: static;
		width: 100%;
	}

	.rc-jyjx-bt .rc-jyjx-con span {
		font-size: 24px;
		margin-top: 25px;
	}

	.ruocy-jyjx-flist .rc-jyjx-new1 {
		width: 100%;
		background: #fff;
	}

	.ruocy-jyjx-flist .rc-jyjx-new2 {
		margin-left: 0;
		width: 100%;
	}

	.ruocy-jyjx-flist .rc-jyjx-new3 {
		position: static;
		width: 100%;
	}

	.rc-jyjx-square2 {
		position: relative;
		width: 50%;
		background: #8a2b29;
	}

	.rc-jyjx-square3 {
		position: static;
		width: 100%;
		height: 80px;
	}

	.rc-jyjxsquare3 .rc-jyjx-con {
		height: 80px;
	}

	.rc-jyjx-square3:after {
		display: none;
	}

	.ruocy-jyjx-box .ruocy-rcjx-title {
		height: 60px;
		line-height: 25px;
		font-size: 16px;
	}

	.ruocy-article-title h2 {
		padding: 0 20px;
		font-size: 24px;
		line-height: 30px;
		font-weight: bold;
	}

	.ruocy-data-article p {
		font-size: 18px;
	}

	.ruocy-data-article p img {
		max-width: 90%;
	}

	.foot-weixin-code img,
	.foot-douyin-code img,
	.foot-kuaishou-code img {
		width: 110px;
		height: 110px;
	}

	.foot-code {
		width: 120px;
		height: 130px;
		top: -125px;
		left: -37px;
	}

	.foot-code img {
		margin-top: 7px;
	}

	.foot-icon:hover~.foot-code {
		opacity: 0.9;
		top: -140px;
	}
}





@media (max-width: 767px) {
	.rc-jy-title {
		max-height: 210px;
		overflow: hidden;
	}

	.page-other,
	.page-active {
		display: none;
	}

	.ruocy-xyxw-main2 .ruocy-dangj::after {
		height: 92%;
	}

	.ruocy-xyxw-main2 .ruocy-dangj::before {
		bottom: 105%;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .col-md-4 .main-title h3 {
		color: #fff;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .col-md-4 .main-title a {
		color: #fff;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner {
		height: auto;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner .ruocy-dangj-banner-content {
		display: inline-block;
		margin-bottom: 40px;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner .col-md-5 a {
		height: auto !important;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-banner .col-md-5 a img {
		height: 54vw !important;
		object-fit: cover;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-content dl {
		margin-bottom: 40px;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right {
		margin-bottom: 60px;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top>a:first-child {
		width: 100%;
		height: auto;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top>a:first-child img {
		width: 100%;
		height: auto;
	}

	.ruocy-xyxw-main2 .ruocy-dangj .ruocy-dangj-right .ruocy-dangj-right-top>a:last-child {
		left: 0;
	}

	.ruocy-dangj-bottom .col-md-4 {
		margin-bottom: 20px;
	}

	.ruocy-dangj-bottom .col-md-4 img {
		height: auto;
	}

	.ruocy-ban {
		padding-top: 70px;
	}

	.ruocy-new-list .new-center a {
		width: 100%;
	}

	.ruocy-new-list {
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-new-list .new-con {
		width: 100%;
	}

	.ruocy-new-list .new-center img {
		width: 100%;
		height: auto;
	}

	.ruocy-new-list .new-right {
		margin-top: 15px;
	}

	.ruocy-new-list .new-center a {
		width: 100%;
	}



	.ruocy-xyjya-list .new-center a {
		width: 100%;
	}

	.ruocy-xyjya-list {
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-xyjya-list .new-con {
		width: 100%;
	}

	.ruocy-xyjya-list .new-center img {
		width: 100%;
		height: auto;
	}

	.ruocy-xyjya-list .new-right {
		margin-top: 15px;
	}

	.ruocy-xyjya-list .new-center a {
		width: 100%;
	}




	.ruocy-new-list2 {
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-new-list2 .new-con {
		width: 100%;
	}

	.ruocy-new-list2 .new-center img {
		width: 100%;
		height: auto;
	}

	.ruocy-new-list2 .new-right {
		margin-top: 15px;
	}

	.ruocy-new-list2 .new-center a {
		width: 100%;
	}

	.ruocy-new-left {
		width: 100%;
		float: none;
	}

	.ruocy-tzgg-list {
		width: 100%;
		height: auto;
		padding: 29px 0;
		overflow: hidden;
	}

	.ruocy-tzgg-list .tzgg-con {
		width: 100%;
		padding: 0 20px;
	}

	.xsywtmain {
		padding: 30px 0 80px 0;
	}

	.ruocy-chongfu {
		margin-top: 20px;
	}

	.ruocy-ywt-left {
		margin-bottom: 20px;
	}

	.ruocy-ywt-left h2 span,
	.ywt-tzgg h2 span,
	.ruocy-xxcx h2 span {
		font-size: 21px;
	}

	.ruocy-data-article p img {
		width: 100%;
	}

	.ruocy-xyfg-box .ruocy-pic-icon {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
	}

	.ruocy-spxx-pic {
		float: none;
		width: 100%;
	}

	.ruocy-spxx-dec {
		float: none;
		width: 100%;
	}

	.ruocy-jj-main1 {
		padding-top: 0px;
	}

	.ruocy-jj-main2 {
		padding-top: 0px;
		background: #efebea;
	}

	.ruocy-jm-list {
		margin-bottom: 10px;
	}

	.ruocy-jj-flist {
		margin-top: 25px;
	}

	.ruocy-jj-flist .rc-jj-bt {
		position: static;
		width: 100%;
	}

	.rc-jj-bt .rc-jj-con span {
		font-size: 20px;
		margin-top: 16px;
	}

	.ruocy-jj-flist .rc-jj-new1 {
		width: 100%; margin-bottom:10px;
	}

	.ruocy-jj-flist .rc-jj-new2 {
		margin-left: 0%; margin-bottom:10px;
		width: 100%;
	}

	.ruocy-jj-flist .rc-jj-new3 {
		position: static;
		width: 100%;
	}

	.rc-jj-square2 {
		position: relative;
		width: 50%;
		background: #8a2b29;
	}

	.rc-jj-square3 {
		position: static;
		width: 100%;
		height: 60px;
	}

	.rc-jj-square3 .rc-jj-con {
		height: 60px;
	}

	.rc-jj-square3:after {
		display: none;
	}

	.ruocy-jmyy-box .ruocy-jm-title {
		height: 60px;
		line-height: 25px;
		font-size: 16px;
	}

	.ruocy-jyjx-flist {
		margin-top: 25px;
	}

	.ruocy-jyjx-flist .rc-jyjx-bt {
		position: static;
		width: 100%;
	}

	.rc-jyjx-bt .rc-jyjx-con span {
		font-size: 20px;
		margin-top: 16px;
	}

	.ruocy-jyjx-flist .rc-jyjx-new1 {
		width: 100%;
	}

	.ruocy-jyjx-flist .rc-jyjx-new2 {
		margin-left: 0%;
		width: 100%;
	}

	.ruocy-jyjx-flist .rc-jyjx-new3 {
		position: static;
		width: 100%;
	}

	.rc-jyjx-square2 {
		position: relative;
		width: 50%;
		background: #8a2b29;
	}

	.rc-jyjx-square3 {
		position: static;
		width: 100%;
		height: 60px;
	}

	.rc-jyjx-square3 .rc-jyjx-con {
		height: 60px;
	}

	.rc-jyjx-square3:after {
		display: none;
	}

	.ruocy-jyjx-box .ruocy-rcjx-title {
		height: 60px;
		line-height: 25px;
		font-size: 16px;
	}

	.ruocy-rcjx-box .ruocy-jx-title {
		height: 60px;
		line-height: 25px;
		font-size: 16px;
	}

	.ruocy-bot-jjbg img {
		height: 150px;
	}

	.foot-logo {
		width: 200px;
		height: 146px;
		margin-bottom: 30px;
	}

	.foot-logo img {
		width: 200px;
		height: 136px;
	}

	.foot-nav-box {
		width: 49%;
	}

	.foot-weixin-code img,
	.foot-douyin-code img,
	.foot-kuaishou-code img {
		width: 90px;
		height: 90px;
	}

	.foot-code {
		width: 100px;
		height: 110px;
		top: -125px;
		left: -28px;
	}

	.foot-code img {
		margin-top: 7px;
	}

	.foot-icon:hover~.foot-code {
		opacity: 0.9;
		top: -120px;
	}

	.ruocy-article-title h2 {
		padding: 0 20px;
		font-size: 22px;
		line-height: 30px;
		font-weight: bold;
	}

	.ruocy-data-article p {
		font-size: 16px;
	}

	.ruocy-data-article p img {
		max-width: 100%;
	}

	.ruocy-xwen-pic {
		width: 100%;
		height: auto;
	}

	.ruocy-xwen-pic img {
		width: 100%;
		object-fit: cover;
	}

	.ruocy-xyfg-list .ruocy-pic-box img {
		width: 100%;
		height: auto;
		max-height: 100%;
	}

	.ruocy-zttm-title {
		position: static;
		margin: 0 auto;
		width: 100%;
		height: 30px;
		font-size: 36px;
		line-height: 30px;
		writing-mode: horizontal-tb;
	}

	.ruocy-zttm-more {
		position: static;
		width: 100%;
		height: 50px;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		writing-mode: horizontal-tb;
	}

	.ruocy-zt-item {
		margin: 0 -13px;
	}

	.ruocy-zt-item-title {
		width: 20px;
		font-size: 18px;
	}

	.ruocy-jjxy-main .ruocy-data-article p img {
		max-height: 100%;
	}

	.ruocy-yytt-list .ruocy-rc-box img {
		max-height: 100%;
	}
	.ruocy-detail-article .bdsharebuttonbox {
		height: 40px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_weixin {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 28px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_tsina {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 28px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_more {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 28px;
	}
	
}

@media (max-width: 480px) {
	.ruocy-jxjx-icon-box {
		height: 100px;
	}

	.ruocy-jxjx-icon-box:hover {
		border-bottom: 2px solid #c00;
	}

	.ruocy-jxjx-icon-box .rc-tbbt {
		float: left;
		line-height: 100px;
		font-size: 20px;
	}

	.ruocy-jxjx-icon-box .rc-tbbt i {
		font-size: 28px;
		margin-right: 15px;
	}

	.ruocy-jxjx-icon-box .rc-tbm {
		float: right;
		margin-top: 40px;
	}

	.ruocy-jxjx-icon-box .rc-tbm i {
		display: none;
	}

	.ruocy-jxjx-icon-box .rc-tbm a {
		display: block;
		margin: 0 auto;
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #fff;
		text-align: center;
		background: #8a2b29;
		border-radius: 8px;
	}
}

@media (max-width: 410px) {
	.foot-nav-box .foot-nav-class {
		border: none;
	}

	.foot-nav-box {
		width: 100%;
	}
	.ruocy-detail-article .bdsharebuttonbox {
		height: 30px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_weixin {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 24px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_tsina {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 24px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_more {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}
	
	
	.ruocy-detail-article .bdsharebuttonbox .bds_weixin::before {
		margin-left: -25px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_tsina::before {
		margin-left: -25px;
	}
	
	.ruocy-detail-article .bdsharebuttonbox .bds_more::before {
		margin-left: -25px;
	}
	
}

@media (max-width: 360px) {
	.mobile-logo {
		width: 192px;
		height: 43px;
		margin-top: 5px;
	}
}

.history_famous4 .scroll {
	position: static;
}

.history_famous4 .h {
	line-height: 1.3;
}

.history_famous4 .h1 {
	line-height: 1.3;
}

.history_famous4 .h2 {
	line-height: 1.3;
}

.history_famous4 .h3 {
	line-height: 1.3;
}

.history_famous4 .block {
	width: 1400px;
	margin: auto;
}

.history_famous4 .text .p {
	line-height: 1.7;
	text-align: left;
}

.history_famous4 .prev {
	cursor: pointer;
}

.history_famous4 .next {
	cursor: pointer;
}

.history_famous4 .tit {
	color: #fff;
}

.history_famous4 .block {
	width: 1400px;
	margin: auto;
}

.history_famous4 .pd120 {
	padding-bottom: 60px;
}

.history_famous4 .fz40 {
	font-size: 32px;
	margin-top: 60px;
}

.history_famous4 .title {
	text-align: center;
	color: #fff;
}

.history_famous4 .title .p {
	margin-top: 10px;
}

.history_famous4 .title .more {
	margin-top: 10px;
}

.history_famous4 {
	background: url(/images/ruocy-jyjx-ls.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	margin-top: 30px;
}

.history_famous4 .focus {
	margin-top: 40px;
	position: relative;
}

.history_famous4 .frame {
	overflow: hidden;
	padding-bottom: 30px;
}

.history_famous4 .child {
	float: left;
	position: relative;
	padding-bottom: 75px;
	cursor: pointer;
}

.history_famous4 .child:after {
	content: "";
	background: url(/images/png73.png) center top no-repeat;
	width: 25px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -13px;
	height: 60px;
}

.history_famous4 .child.now:after {
	background-image: url(/images/png73a.png);
	height: 89px;
	bottom: -30px;
}

/*.history_famous4 .slick-slide{position:relative;padding-bottom:75px;}
.history_famous4 .slick-slide:after{content:"";background:url(/images/png73.png) center top no-repeat;width:25px;height:20px;position:absolute;left:50%;bottom:0;margin-left:-13px;height:60px;}
.history_famous4 .slick-slide.now:after{background-image:url(/images/png73a.png);height:89px;bottom:-30px;}*/
.history_famous4 .h {
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	color: #fff;
}

.history_famous4 .pic {
	overflow: hidden;
	position: relative;
}

.history_famous4 .now .pic:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 4px;
	background: #afa7a7;
}

.history_famous4 .child img {
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

.history_famous4 .child:hover img {
	transform: scale(1.1);
}

.history_famous4 .slick-track {
	padding-bottom: 30px;
}

.history_famous4 .bb {
	content: "";
	position: absolute;
	border-bottom: 1px solid #aaa3a3;
	left: 30px;
	bottom: 29px;
	right: 30px;
}

.history_famous4 .bb:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	border: 1px solid #aaa3a3;
	position: absolute;
	left: -7px;
	top: -3px;
}

.history_famous4 .bb:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	border: 1px solid #aaa3a3;
	position: absolute;
	right: -7px;
	top: -3px;
}

.history_famous4 .text {
	margin-top: 30px;
	background: #a09898;
	padding: 50px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	margin-bottom: 60px;
}

.history_famous4 .text .d {
	display: none;
	color: #fff;
}

.history_famous4 .prev {
	position: absolute;
	left: -5px;
	bottom: 0px;
	width: 30px;
	height: 55px;
	line-height: 55px;
	font-family: iconfont;
	font-size: 30px;
	text-align: left;
	color: #eae8e8;
	font-weight: bold;
}

.history_famous4 .next {
	position: absolute;
	right: -5px;
	bottom: 0px;
	width: 30px;
	height: 55px;
	line-height: 55px;
	font-family: iconfont;
	font-size: 30px;
	text-align: right;
	color: #eae8e8;
	font-weight: bold;
}

@media screen and (max-width:1500px) {
	.pd120 {
		padding-bottom: 60px;
	}

	.history_famous4 .fz40 {
		font-size: 32px;
	}

	.history_famous4 .block {
		width: auto;
		padding-left: 40px;
		padding-right: 40px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:1300px) {
	.pd120 {
		padding-bottom: 60px;
	}

	.history_famous4 .fz40 {
		font-size: 28px;
	}
}

@media screen and (max-width:1200px) {
	.history_famous4 .block {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:1024px) {
	.pd120 {
		padding-bottom: 60px;
	}
	.info_bot img{ width:100%;}
}

@media screen and (max-width:850px) {
	.pd120 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.history_famous4 .text {
		padding: 30px;
		margin-top: 20px;
	}

	.history_famous4 .block {
		padding-left: 18px;
		padding-right: 18px;
	}

	.history_famous4 .title .h {
		font-size: 28px;
	}

	.history_famous4 .fz40 {
		font-size: 20px;
	}
	.info_bot img{ width:100%;}
	.xxgknr img{ width:100%;}
	.ruocy-bmu{ bottom:-5%;}
	.xsfcmain1_r{ margin-top:10px;}
	.xsfcmain1{ margin-top:20px;}
	.xsfcmain1top h2{ padding-top:0px;}
}

/*现任向导*/
.title {
    text-align: center;
}
.fz40 {
    font-size:36px;
    line-height: 1.3;
}
.leaders{background:#fff;padding:30px 0;}
.leaders .content{margin-top:45px;}
.part{display:-ms-flexbox;display:flex;margin-bottom:20px;}
.d{background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.15);margin-left:20px;-ms-flex:1;-ms-flex-preferred-size:auto;flex:1;display:-ms-flexbox;display:flex;}
.d .bg{background:#94070a;width:60px;background-repeat:no-repeat;background-position:center bottom;}
.d .bg1{background-image:url(/image/png40d.png);}
.d .bg2{background-image:url(/image/png40b.png);}
.d .bg3{background-image:url(/image/png40a.png);}
.d:first-child{margin-left:0px;}
.d .inner{-ms-flex:1;flex:1;padding:40px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;}
.d .p{border-bottom:1px solid #ddd;padding:15px 0;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;}
.d .p:last-child{border-bottom:none;}
.d .p .th{font-size:18px;line-height:1;width:120px;border-right:1px solid #ddd;text-align: right;padding-right:25px;margin:10px 0;}
.d .p .td{font-size:16px;line-height:1;padding-top:2px;-ms-flex:1;flex:1;}
.d .p .td a{margin:10px 20px;display: inline-block;}
.d .p .td a:hover{color:#94070a;}
.d.bg{background:#fff url(../image/png40c.png) right bottom no-repeat;}
@media screen and (max-width:1000px){
.leaders .content{margin-top:25px;}
.part{-ms-flex-direction:column;flex-direction:column;margin-bottom:0;}
.part .d{margin:0 0 15px;-ms-flex:0 1 auto;flex:0 1 auto;}
.d .bg{width:15px;}
.d .inner{padding:20px;}
.d .p .td{padding-top:0;}
.d .p .td a{margin:5px 15px;}
.d .p .th{font-size:16px;margin:5px 0;padding-right:15px;}
}


/*院系设置*/
.science2 { background: #fff; overflow: hidden; }
.science2 .box1{ margin-top:60px;}
.science2 .box1 .item { width: calc(50% - 20px); background: #fff; box-shadow: 0px 0px 15px 0px #ccc; position: relative; -moz-box-shadow: 0px 0px 15px 0px #ccc; -webkit- box-shadow: 0px 0px 15px 0px #ccc; -ms-box-shadow: 0px 0px 15px 0px #ccc; float:left; margin-left:10px; margin-right:10px; margin-bottom:60px; }
.science2 .box1 .item>a { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; height: 160px; box-sizing: border-box; border-bottom: 4px solid #94070a; }
.science2 .box1 .item .ico { width: 13.6%; margin: 0 5.1% 0 11.5%; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.science2 .box1 .item .ico img { width: 100%; height: auto; }
.science2 .box1 .item .fz24 { -ms-flex: 1; flex: 1; }
.science2 .box1 .item .more { line-height: 35px; color: #fff; margin-right: 11.5%;  padding:0px 15px; background: #94070a; border-radius:25px; -moz-border-radius:25px; -webkit-border-radius:25px;}
.science2 .box1 .item .more i { background-image: url(/image/jjl/more3.png); }
.science2 .box1 .item .more i:before { background-image: url(/image/jjl/more2_a.png); }
.science2 .box1 .item:last-child>a .more i { background-image: url(/image/jjl/more4.png); }
.science2 .box1 .item:last-child>a .more i:before { background-image: url(/image/jjl/more4_a.png); }
.science2 .box1 .item:hover a .more i:before { opacity: 1; }
.science2 .box1 .item:hover .ico { -webkit-transform: scale(1.1); transform: scale(1.1); }
.science2 .box1 .item:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 0; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; height: 4px; background: #d39797; }
.science2 .box1 .item:hover:after { width: 100%; }
.fz24 {
    font-size: 24px;
    line-height: 1.3;
}



.zsjjmain1{ padding:30px 0px;border-bottom: 4px solid #94070a;}
.zsjjmain1_l{ width:100%;}
.zsjjmain1_l h2{ font-size:36px; margin-bottom:20px; margin-top:50px;}
.zsjjmain1_l p{ font-size:18px; line-height:2;}
.zsjjmain1_lb{ margin-top:20px;}
.zsjjmain1_lb p a{ display:block; padding:0px 25px; background:#8a2b29; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -webkit-border-radius:3px; float:left; font-size:16px; color:#fff;}
.zsjjmain1_r{ overflow:hidden; }
.zsjjmain1_r img{ 	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s linear 0s;}
.zsjjmain1_r img:hover{transform: scale(1.05); cursor:pointer}


.zsjylm{ width:100%; padding-top:60px; padding-bottom:60px; background:#ECE9E8; margin-top:80px;}
.recruit6{background:#eeebea;}
.recruit6 .list{margin-top:40px;display:-ms-flexbox;display:flex;}
.recruit6 .item{-ms-flex:1;flex:1;height:250px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.15);margin-left:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translateY(50px);transition:all 0.5s ease-out 0s;opacity:0;position: relative;}
.recruit6 .item:before{content:"";background:url(/image/png65.png) right bottom no-repeat;position: absolute;left:0;top:0;width:100%;height:100%;background-size:45% auto;transition:all 0.4s ease-out 0s;opacity:0; transform-origin:right bottom; transform:scale(0.95);}
.recruit6 .item:after{content:"";position: absolute;left:0;bottom:0;right:0;background:#94070a;height:4px;}
.recruit6 .item em{display:block;position: relative;}
.recruit6 .item span{display:block;position: relative;}
.recruit6 .item a{position:absolute;left:0;top:0;right:0;bottom:0;}
.recruit6 .item:hover:after{animation:a2 0.5s ease-out 0s 1 both;}
.recruit6 .item:hover:before{opacity:1; transform:none;}
@keyframes a2{
0%{right:50%;left:50%;}
100%{right:0%;left:0;}
}
.recruit6 .item:nth-child(2){transition-delay:0.2s;}
.recruit6 .item:nth-child(3){transition-delay:0.4s;}
.recruit6 .item:nth-child(4){transition-delay:0.6s;}
.recruit6.showdiv .item{transform:none;opacity:1;}
.recruit6 em{height:100px;line-height:100px;}
.recruit6 span{margin-top:20px;font-size:18px;}
.recruit6 .item:first-child{margin-left:0;}
.zsjylmt{ text-align:center; margin-top:30px;}
.zsjylmt h2{ font-size:36px;}
@media screen and (max-width:850px){
	
.recruit6{padding:40px 0;}
.recruit6 .list{margin-top:30px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;}
.recruit6 .item{width:calc(50% - 7.5px);-ms-flex:0 1 auto;flex:0 1 auto;transform:none !important;transition:none !important;opacity:1 !important;margin:0 0 15px;height:150px;padding:0px 0;}
.recruit6 em{height:60px;line-height:60px;}
.recruit6 span{margin-top:40px;font-size:14px;}
.zsjylm{ padding-top:0px; margin-top:30px; padding-bottom:0px;}	
.zsjjmain1_l h2{ margin-top:0px;}
	}


@media screen and (max-width: 768px)
{
.science2 .box1 .item {
    width: 95%;
}
.science2 .box1{ margin-top:20px;}
.science2 .box1 .item{margin-bottom:20px;}
.zsjjmain1_l{ padding:2%; margin-bottom:40px;}
.zsjjmain1_r{ padding:2%;}
}

/*教育教学*/
.cooperation1{ padding-top:60px; padding-bottom:60px;}
.fz40{font-size:40px;line-height:1.3;}
.cooperation1{overflow:hidden;}
.cooperation1 .block{position:relative;}
.cooperation1 .bg{background:#94070a;position:absolute;right:0;bottom:6%;top:30%;left:50%;}
.cooperation1 .pic{position:relative; overflow:hidden;}
.cooperation1 .pic img{max-width:65%;}
.cooperation1 .pic img:hover{-webkit-transform: scale(1.1); transform: scale(0.1.1);-webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
.cooperation1 .text{position:absolute;background:#fff url(../image/png45.png) right bottom no-repeat;right:35px;top:7%;bottom:10%;left:50%;box-shadow:0 0 30px rgba(0,0,0,0.15);padding:90px 80px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;}
.cooperation1 .text .p{margin-top:25px;}
.cooperation1 .text .b{margin-top:20px;}
.cooperation1 .text .p a{ font-size:16px; line-height:2;}
.more2{ padding:5px 15px; background:#8a2b29; display:block; float:left; color:#fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; width:110px;}
.more2:hover{ color:#FFD1CE;}
.jyjxlm{ width:100%; padding-top:90px; padding-bottom:90px; background:#f1f1f1;}	
.jyjxlm1 { text-align:center;}
.jyjxlm1 a p{ font-size:24px; padding-top:20px;}
.jyjxlm1 a:hover p{ color:#8a2b2a;}


.jslm1 { text-align:center;}
.jslm1 a p{ font-size:24px; padding-top:20px;}
.jslm1img{
  width:100%;
  overflow: hidden;
}
.jslm1img img{
  cursor: pointer;
  transition: all 0.6s; max-height:371px; width:100%;
}
.jslm1img img:hover{
  transform: scale(1.1);
}
.szdwt h2{ font-size:36px; text-align:center; padding-top:50px; padding-bottom:50px;}
.fz40{font-size:40px;line-height:1.3;}
.cooperation3{ margin-top:60px;}
.cooperation3 .list{display:-ms-flexbox;display:flex;}
.cooperation3 .item{-ms-flex:1;flex:1;margin-left:20px;box-shadow:0 0 30px rgba(0,0,0,0.15);border-bottom:4px solid #94070a;background:#fff;position: relative;}
.cooperation3 .item .pic{float:right;width:40%;}
.cooperation3 .item .pic img{width:100%;}
.cooperation3 .item .inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:70px;box-sizing:border-box;height:100%;}
.cooperation3 .item .inner .t{-ms-flex:1;flex:1;}
.cooperation3 .item:first-child{margin-left:0;}
.cooperation3 .item .p{margin-top:30px; font-size:16px; line-height:2;}
.cooperation3 .item .more2{margin-top:40px;}


@media screen and (max-width:850px){
.cooperation1{padding:15px 0;}
.cooperation1 .bg{display:none;}
.cooperation1 .pic img{max-width:none;width:100%;}
.cooperation1 .text{position:static;padding:30px;}
.education1 .content{background:none;}
.education1 .title{color:#333;}
.education1 .list{width:auto;margin-top:25px;padding:0;-ms-flex-direction:column;flex-direction:column;}
.education1 .list .item{opacity:1;transform:none;height:auto;margin:0;border-bottom:1px solid rgba(255,255,255,0.2);padding:20px;transition:none;background-image:none !important;-ms-flex:0 1 auto;flex:0 1 auto;padding:15px;}
.education1 .list .item a{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding:15px 10px;}
.education1 .list .item .h{margin-top:0;}
.education1.showdiv .list .item{transform:none !important;}
.education1 .list .item .ico{height:50px;line-height:50px;width:70px;margin-right:15px;}
.education1 .bb{padding-bottom:20px;margin-top:-20px;}
.education1 .bb .list1{-ms-flex-pack:center;justify-content:center;}
.education1 .bb .list1 .item{width:50%;height:120px;text-align: center;-ms-flex:0 1 auto;flex:0 1 auto;max-width:none;margin:0;}
.education1 .bb .list1 .item:before{display:none;}
.education1 .bb .list1{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;}
.education1 .bb .list1 .item .ico{height:50px;line-height:50px;}
.education1 .bb .list1 .item .h{font-size:14px;}
.education1 .box{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;}
.jyjxlm1{ width:50%; float:left; margin-bottom:30px;}
.jyjxlm{ width:100%; padding-top:20px; padding-bottom:20px; background:#f1f1f1;}
.jslm1{ width:50%; float:left; margin-bottom:20px;}
.szdwt h2{ padding-top:20px; padding-bottom:20px;}
.jslm1 img{ width:100%;}
.cooperation3{ margin-top:20px;}
.cooperation3 .list{display:inline;}
.cooperation3 .item{ margin-left:0px;}
.cooperation3 .item .pic{ display:none;}
.cooperation3 .item { width:100%;}
.jslm1 a p{ font-size:16px;}


	}



<!--耗时1764527633.54秒-->