
.rat-index-titleall {
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.rat-index-titleall span {
	font-size: 26px;
	/* font-family: "Times New Roman"; */
	color: rgb(204, 204, 204);
	line-height: 1.2;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: block;
}
.rat-index-titleall h2 {
	font-size: 32px;
	color: rgb(0, 0, 0);
	font-family: 微软雅黑;
	font-weight: 500;
	line-height: 1.2;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-titleall2 {
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
	text-align: center;
}
.rat-index-titleall2 h2 {
	font-size: 32px;
	font-family: 微软雅黑;
	font-weight: 300;
	color: #fff;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-titleall2 span {
	width: 200px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.rat-index-titleall2 span img {height: 30px;}
.rat-index-titleall2 span::after {
	content: '';
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 80px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 15px;
	left: 0px;
}
.rat-index-titleall2 span::before {
	content: '';
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 80px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 15px;
	right: 0px;
}
.rat-index-titleall2h {
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
	text-align: center;
}
.rat-index-titleall2h h2 {
	font-size: 32px;
	font-family: 微软雅黑;
	font-weight: 300;
	color: #333;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-titleall2h span {
	width: 200px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.rat-index-titleall2h span img {height: 30px;filter: brightness(75%);}
.rat-index-titleall2h span::after {
	content: '';
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 80px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 15px;
	left: 0px;
}
.rat-index-titleall2h span::before {
	content: '';
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 80px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 15px;
	right: 0px;
}
.rat-index-baimore {
	width: 160px;
	border: 1px solid #fddd00;
	padding: 0px;
	margin: 50px auto 0px;
	overflow: hidden;
}
.rat-index-baimore a {
	width: 115px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: block;
	float: left;
}
.rat-index-baimore span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: #fddd00;
	color: #333;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: block;
	float: right;
}
.rat-index-baimore:hover {background-color: #fddd00;}
.rat-index-baimore:hover a {color: #333;}
.rat-index-haimore {
	width: 160px;
	border: 1px solid #fddd00;
	padding: 0px;
	margin: 50px auto 0px;
	overflow: hidden;
}
.rat-index-haimore a {
	width: 115px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: block;
	float: left;
}
.rat-index-haimore span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background-color: #fddd00;
	color: #333;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: block;
	float: right;
}
.rat-index-haimore:hover {background-color: #fddd00;}
.rat-index-haimore:hover a {color: #333;}

/* 首页Banner */
.rat-banner {
  width: 100%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-banner img {width: 100%;}
.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {
    background: rgba(0,0,0,0.2);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
    transform: translateX(-56px);
}
.rat-banner .swiper-button-next {
    transform: translateX(56px);
}
.rat-banner:hover .swiper-button-next, .rat-banner:hover .swiper-button-prev {
    transform: translateX(0);
}
.rat-banner .swiper-pagination-bullet{
	opacity: 1;
	width:10px;
	height:10px;
	background: #fff;
}
.rat-banner>.swiper-pagination-bullets{
	text-align: center;
	bottom: 20px;
}
.rat-banner .swiper-pagination-bullet-active{
	background:#999;
}
.rat-banner-txt {
	width: 100%;
	position: absolute;
	color: #fff;
	top: 50%;
	transform: translateY(-55%);
	left: 0;
	z-index: 50;
	text-align: center;
}
.rat-banner-txt h3 {
	font-family: 微软雅黑;
	font-size: 80px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-banner-txt hr {
	width: 80%;
	height: 1px;
	background-color: #fff;
	border: 0px;
	padding: 0px;
	margin: 30px auto;
}
.rat-banner-txt span {
	font-family: 微软雅黑;
	font-size: 30px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
	display: block;
}
@media (max-width: 960px) {
	.rat-banner {margin-top: 60px;}
	.rat-banner-txt h3 {font-size: 42px;}
	.rat-banner-txt hr {margin: 15px auto;}
	.rat-banner-txt span {font-size: 18px; letter-spacing: 0px;}
}
@media (max-width:767px) {
	.rat-banner .swiper-pagination-bullet{width:20px;height:4px;}
	.rat-banner>.swiper-pagination-bullets{bottom:5px;}
	.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {display: none;}
	.rat-banner-txt h3 {font-size: 24px;}
	.rat-banner-txt hr {margin: 10px auto;}
	.rat-banner-txt span {font-size: 12px; letter-spacing: 0px;}
}

/* 首页新闻 */
.rat-index-newsall {
	padding: 80px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-newslist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-newslist ul li {
    border-bottom: 1px solid #d9d9d9;
}
.rat-index-newslist ul li a {
	display: block;
    line-height: 47px;
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.rat-index-newslist ul li a span {float: right;}

.rat-index-gkothertitle {
	padding: 0px;
	margin: 0px 0px 15px;
	overflow: hidden;
}
.rat-index-gkothertitle ul {
	margin: 0px -5px;
}
.rat-index-gkothertitle li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 5px;
}
.rat-index-gkothertitle li a {
	font-size: 14px;
	color: #333;
	line-height: 40px;
	background: #eee!important;
	display: block;
}
.rat-index-gkothertitle li.active a {
	background: #2c3388!important;
	color: #fff!important;
	font-weight: 600;
}
.JobTitle {
    background-color: #888888;
}
.JobTitle span {
    font-size: 14px;
    width: 33.33%;
    padding: 10px 5px;
    text-align: center;
    float: left;
    overflow: hidden;
    color: #fff;
}
.tianbaozy, .rqtime {
	padding: 0px;
	margin: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 190px;
}
.JobPanel dt,.tianbaozy dt {
    cursor: pointer;
    font-weight: normal;
    background-color: #f6f6f6;
		margin-top: 2px;
}
.JobPanel dt span,.tianbaozy dt span {
    font-size: 14px;
    width: 33.33%;
    padding: 8px 5px;
    text-align: center;
    float: left;
    overflow: hidden;
}

.rqtimetitle {
    background-color: #888888;
}
.rqtime dt {
    cursor: pointer;
    font-weight: normal;
    background-color: #f6f6f6;
		margin-top: 2px;
}
.rqtimetitle span,.rqtime dt span {
    font-size: 14px;
    width: 40%;
    padding: 8px 5px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.rqtimetitle span:last-child,.rqtime dt span:last-child {
    font-size: 14px;
    width: 60%;
    padding: 8px 5px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.rqtimetitle span {color: #fff;}
.tianbao_l {
    height: 40px;
    line-height: 40px;
    background: #fff3ee;
    margin: 5px 0px 0;
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
}
.tianbao_l span {
    color: #ff4c00;
}
.tianbao_l .icon-guanwang {
    margin-right: 5px;
    margin-top: 13px;
}
.tabContent2 .column {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 20px 15px 20px;
}
.tabContent2 .column .columnTitle {
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.tabContent2 .column .columnTitle .tabIcon {
    color: #333;
    font-size: 15px;
    margin-right: 6px;
}
.tabContent2 .column .columnContext {
    margin-bottom: 0px;
    font-size: 14px;
    color: #666;
    transition: all 0.4s;
}
.tabContent2 .column .columnContext .hrefTitle {
    float: right;
}
/* 推荐高校 */
.rat-index-hotschoolall {
	padding: 0px 0px 80px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-hotschool {
	background-color: #2c3388;
	padding: 20px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-hotschooltitle {
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.rat-index-hotschooltitle p {
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-index-hotschooltitle ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.rat-index-hotschooltitle ul li {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-index-hotschooltitle ul li a {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	padding: 10px 20px;
	margin: 0px;
	overflow: hidden;
	display: block;
}
.rat-index-hotschooltitle ul li.active a {
	font-weight: 600;
	position: relative;
}
.rat-index-hotschooltitle ul li.active a::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: all .4s;
}

.rat-hotschool-all {
	height: 410px;
	padding: 0px;
	margin: 0px;
}
.rat-hotschool-all ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
}
.rat-hotschool-all li {
	box-sizing: border-box;
	width: calc(25% - 10px);
	text-align: center;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #fff;
	margin: 0px 10px 15px 0px;
	transition: all 1s;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.rat-hotschool-all li:hover {
	transition: all 0.3s linear;
	transform: translateY(-5px);
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.9);
}
.rat-hotschool-all li:nth-child(4n) {margin-right: 0px;}
.rat-hotschool-all li a {
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 10px;
	background: #fff;
	position: relative;
}
.rat-hotschool-name {
	font-size: 16px;
	font-weight: 600;
	color: #4a4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px 0px 20px;
}
.rat-hotschool-pic img {
    width: 80px;
    height: 80px;
}
.rat-hotschool-other {
	font-size: 14px;
	color: #999999;
	padding: 0px;
	margin: 20px 0px 0px;
	overflow: hidden;
}
.rat-hotschool-other .maininfo {
	display: inline-block;
	padding: 0px 6px;
	border: 1px solid #EEEEEE;
	float: left;
}
.rat-hotschool-other .more {
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 热门专业 历年高考 */
.rat-index-rmzyljgk {
	padding: 80px 0px;
	margin: 0px;
	background-color: #2c3388;
	background-repeat: repeat;
	background-image: url(../images/hw.png);
	background-attachment: fixed;
	width: 100%;
	overflow: hidden;
}
/* 热门专业 */
.rat-index-hotmajor {
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-hotmajor-title {
	width: 100%;
	height: 47px;
	line-height: 47px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px;
	border-bottom: 2px solid #fddd00;
	overflow: hidden;
	position: relative;
}
.rat-hotmajor-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 18px;
    background: #fddd00;
    top: 50%;
    margin-top: -9px;
    left: 0;
}
.rat-hotmajor-title p {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	float: left;
}
.rat-hotmajor-title ul {
	float: right;
}
.rat-hotmajor-title li {
	float: left;
	font-size: 16px;
	color: #fff;
	margin-left: 48px;
	cursor: pointer;
}
.rat-hotmajor-title li a {color: #fff;}
.rat-hotmajor-title li.active a {
	color: #fddd00;
}
.rat-index-hotmajorinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	min-height: 260px;
}
.rat-index-hotmajorinfo li {
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-hotmajorinfo li a {
	color: #fff;
}
.rat-index-hotmajorinfo li span {
	float: right;
	color: #fff;
}

/* 历年高考 */
.rat-index-allgaokao {
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-gaokao-title {
	width: 100%;
	height: 47px;
	line-height: 47px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px;
	border-bottom: 2px solid #fddd00;
	overflow: hidden;
	position: relative;
}
.rat-gaokao-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 18px;
    background: #fddd00;
    top: 50%;
    margin-top: -9px;
    left: 0;
}
.rat-gaokao-title p {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	float: left;
}
.rat-gaokao-title a {
	float: right;
	font-size: 16px;
	color: #fddd00;
}
.rat-index-allgokaoinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	min-height: 230px;
}
.rat-index-allgokaoinfo li {
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-allgokaoinfo li a {
	color: #fff;
}
.rat-index-allgokaomore {
	text-align: center;
	line-height: 30px;
	padding: 0px;
	margin: 20px 0px 0px;
	overflow: hidden;
	font-size: 14px;
}
.rat-index-allgokaomore a {
	border: 1px solid #fddd00;
	background-color: #fddd00;
	color: #333;
	padding: 0px 20px;
	margin: 0px;
	display: inline-block;
}
.rat-index-allgokaomore span {
	padding: 0px 20px;
	margin: 0px;
	overflow: hidden;
	color: #fddd00;
	
}

/* 热门专业资讯 */
.rat-index-dfplanall {
	padding: 80px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-dfplaninfo {
	border: 1px solid #f0f0f0;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-dfplaninfo img {width: 100%;}


/* 高中学习与大专生涯 */
.rat-index-gzxxdxsyall {
	background-color: #f0f0f0;
	padding: 80px 0px;
	margin: 0px;
	overflow: hidden;
}
/* 规划 */
.rat-index-gzxxgh {
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-gzxxgh-title {
	width: 100%;
	height: 47px;
	line-height: 47px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px;
	border-bottom: 2px solid #2c3388;
	overflow: hidden;
	position: relative;
}
.rat-gzxxgh-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 18px;
    background: #2c3388;
    top: 50%;
    margin-top: -9px;
    left: 0;
}
.rat-gzxxgh-title p {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	float: left;
}
.rat-gzxxgh-title a {
	float: right;
	font-size: 16px;
	color: #2c3388;
}
.rat-index-gzxxghinfo {
	padding: 0px;
	margin: 0px;
}
.rat-index-gzxxghinfo li {
	float: left;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 10px;
	margin: 0px 5px;
	overflow: hidden;
	width: calc(33.333333% - 10px);
	text-align: center;
	margin-bottom: 10px;
	transition: all .2s linear;
	cursor: pointer;
}
.rat-index-gzxxghinfo li:hover {
	transition: all .28s;
	box-shadow: 0 1px 10px 0 rgba(118,125,136,.4), inset 0 0 0 0 hsla(0,0%,100%,0);
}
.rat-index-gzxxghinfo li:first-child a {
    display: block;
    padding: 25px 0px 20px;
}
.rat-index-gzxxghinfo li a h3 {
    font-size: 18px;
    color: #000000;
		margin: 10px 0px 7px;
    transition: all 0.4s;
    font-weight: bold;
}
.rat-index-gzxxghinfo li:first-child a h3 {
	margin-bottom: 30px;
}
.rat-index-gzxxghinfo li a p {
    color: #999999;
    font-size: 12px;
    margin-bottom: 36px;
}
.rat-index-gzxxghinfo li a img {
    width: 60px;
    height: 60px;
}
.rat-index-gzxxghinfo li:first-child a img {
    width: 120px;
    height: 120px;
}

.rat-index-dxsygh {
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-dxsygh-title {
	width: 100%;
	height: 47px;
	line-height: 47px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px;
	border-bottom: 2px solid #2c3388;
	overflow: hidden;
	position: relative;
}
.rat-dxsygh-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 18px;
    background: #2c3388;
    top: 50%;
    margin-top: -9px;
    left: 0;
}
.rat-dxsygh-title p {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	float: left;
}
.rat-dxsygh-title a {
	float: right;
	font-size: 16px;
	color: #2c3388;
}
.rat-index-dxsyghinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	min-height: 255px;
}
.rat-index-dxsyghinfo li {
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-dxsyghinfo li span {
	float: right;
	color: #666;
}

/* 专家团队 */
.rat-index-team {
	padding: 80px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-teamlist .item a,.rat-index-teamlist .item a img{width: 100%;display: block;}
.rat-index-teamlist .item a:hover {color: #2c3388;}
.rat-index-teamlist .owl-carousel .owl-nav button.owl-prev, .rat-index-teamlist .owl-carousel .owl-nav button.owl-next, .rat-index-teamlist .owl-carousel button.owl-dot {
	top: 40%;
	pointer-events: auto;
	text-align: center;
	position: absolute;
	z-index: 999!important;
	cursor: pointer;
	background: rgba(255,255,255,0.5);
	color: #000;
	line-height: 40px;
	font-size: 16px;
	width: 40px;
	height: 50px;
	padding-top: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.rat-index-teamlist .owl-nav .owl-prev {left: 0%;border-radius: 0px 5px 5px 0px;}
.rat-index-teamlist .owl-nav .owl-next {right: 0%;border-radius: 5px 0px 0px 5px;}
.rat-index-teamlist .owl-nav .owl-prev i,.rat-index-teamlist .owl-nav .owl-next i {font-size: 18px;}
.rat-index-teamlist .owl-nav .owl-next:hover,.rat-index-teamlist .owl-nav .owl-prev:hover {background: rgba(0,0,0,0.7);color: #fff}
.rat-index-teamlist .item {margin-bottom: 0px; border: 1px solid #eee; border-radius: 5px;}
.rat-index-teamimg {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}
.rat-index-teamimg img {width: 100%; transition: all 1s;}
.rat-index-teamlist .item:hover .rat-index-teamimg img { transform: scale(1.05); transition: all 0.3s linear;  }
.rat-index-teaminfo {
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
}
.rat-index-teaminfo span {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: block;
}
.rat-index-teaminfo h3 {
	font-size: 20px;
	padding: 0px;
	margin: 5px 0px 10px;
	overflow: hidden;
}
.rat-index-teaminfo p {
	font-size: 14px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* 学霸演讲 */
.rat-index-xbyjall {
	background-color: #f6f6f6;
	padding: 80px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-xbyjlist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-xbyjlist li {
	width: calc(33.333% - 20px);
	padding: 0px;
	margin: 0px 10px;
	overflow: hidden;
	float: left;
}
.rat-index-xbyjlist p {
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin: 0px;
	/* border: 1px solid #f3f3f3; */
	border-radius: 0 0 5px 5px;
	border-top: 0;
	background-color: #fff;
	left: 0;
	bottom: 0;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
}
.rat-index-xbyjlist a:hover p {
	background: #2c3388;
	color: #fff;
}
.rat-index-xbyjlist div.lazy {
	display: block;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
@media (max-width: 1100px) {
	.rat-index-dxsyghinfo li a {width: 70%; float: left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; display: block;}
}
@media (max-width: 960px) {
	.rat-index-newsall,.rat-index-rmzyljgk,.rat-index-dfplanall,.rat-index-gzxxdxsyall,.rat-index-team,.rat-index-xbyjall {padding: 50px 0px;}
	.rat-index-hotschoolall {padding-bottom: 50px;}
	.rat-index-hotschooltitle ul li a {padding: 0px 15px; font-size: 14px;}
	.rat-index-dxsyghinfo li a {width: 60%;}
	.rat-index-hotmajorinfo li a {width: 70%; float: left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; display: block;}
	.rat-index-allgokaoinfo li a {width: 100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; display: block;}
	.rat-index-haimore {margin-top: 0px;}
	.rat-index-gzxxghinfo li {padding: 0px;}
	.rat-index-gzxxghinfo li:first-child a {padding: 25px 0px 20px;}
}
@media (max-width: 767px) {
	.rat-index-newsall,.rat-index-rmzyljgk,.rat-index-dfplanall,.rat-index-gzxxdxsyall,.rat-index-team,.rat-index-xbyjall {padding: 30px 0px;}
	.rat-index-hotschoolall {padding-bottom: 30px;}
	.rat-index-newslist {margin-bottom: 20px;}
	.rat-index-titleall2h {margin-bottom: 15px;}
	.rat-hotschool-all {height: auto;}
	.rat-hotschool-all li {width: calc(50% - 10px); margin: 0px 0px 15px;}
	.rat-index-hotschooltitle p {font-size: 26px; text-align: center; width: 100%; display: block;}
	.rat-index-hotschool {padding: 10px;}
	.rat-index-hotschooltitle {margin-bottom: 15px;}
	.rat-index-hotschooltitle ul {float: left;}
	.rat-index-hotschooltitle ul li a {padding: 0px 5px; font-size: 12px;}
	.rat-index-gzxxghinfo li {padding: 10px;}
	.rat-index-gzxxghinfo li a h3 {font-size: 15px;}
	.rat-index-xbyjlist li {width: auto; margin: 0px 0px 20px;}
	.rat-index-hotmajorinfo li span {font-size: 13px;}
	.rat-index-teaminfo p {font-size: 12px;}
}