/* nav */
.nav {
	background: #99141b;
}
.nav ul {
	display: flex;/*	justify-content: space-between;*/
}
.nav ul li > a:hover {
	background: #2c2c2c;
	color: #fff;
}
.nav ul li.active a {
	background: #2c2c2c;
	color: #fff;
}
.mun-item span {
	width: 0px;
	transition: width 0.5s;
	height: 2px;
	display: inline-block;
	background-color: #1351d3;
	position: absolute;
	left: 0;
	top: 0;
}
.mun-item:hover span {
	width: 100%;
}
.section {
	background: #f4f6f9;
}
.section2 {
	background: #ebeff4;
	padding: 0 0 50px;
	margin-top: -20px;
}
.section-box {
	margin-bottom: 20px;
}
.section-inner {
	margin-top: 20px;
}
/*全国分校*/
.tq-site-box {
	display: block;
	background: #fff;
	overflow: hidden;
}
.tq-site-city {
	width: 1400px;
	height: 96px;
	margin: 10px auto;
	display: table;
}
.left-img {
	float: left;
	width: 200px;
	height: 96px;
	vertical-align: middle;
	line-height: 96px;
	display: table-cell;
}
.city-box {
	display: block;
	margin-left: 200px;
}
.city-box li {
	display: block;
}
.city-box li a {
	float: left;
	width: 5.8%;
	text-align: center;
	padding: 5px 0;
	color: #666;
	font-size: 14px;
}
.city-box li a:hover {
	background: #2467f4;
	color: #fff;
}
.city-box .link {
	display: inline-block;
	height: 22px;
	line-height: 19px;
	padding-left: 8px;
	overflow: hidden;
	text-align: center;
	background: none;
}
.city-box .link span {
	display: inline-block;
	vertical-align: top;
	height: 22px;
*line-height:22px;
	line-height: 22px\9;
	padding-right: 8px;
	background: none;
}
.city-box .link:hover span, .city-box .link:hover {
	background-image: url();
	text-decoration: none;
	color: #262626;
	text-shadow: 0 1px 0 #7a7a7a;
	cursor: pointer;
}
.city-box .link:hover {
	background-position: 0 -150px;
}
.city-box .link:hover span {
	background-position: right -150px
}
.city-box li.link-name1 {
	width: 58px;
}
.city-box li.link-name2 {
	width: 70px;
}
/* 左侧导航栏 */
.left-aside {
	width: 28%;
	background: #fff;
}
.left-aside-2 {
	padding: 0;
	width: 28%;
}
.left-aside-2 ul li {
	padding: 0 30px;
	margin-top: 0 !important;
	position: relative;
}
.left-aside-2 ul li a {
	display: block;
	padding: 12.8px 0;
}
.left-aside-2 ul li:hover {
	background: #99141b;
}
.left-aside-2 ul li:hover a {
	color: #fff;
}
.left-aside-2 ul li:hover a span.iconfont, .left-aside-2 ul li:hover a span {
	color: #fff;
}
.left-aside ul li a span.iconfont .middle-aside {
	width: 51%;
	padding: 30px;
	background: #fff;
}
/* .left-aside ul li{
	margin-top:20px;
}
.left-aside ul li:first-child{
	margin-top:0;
} */
.left-aside ul li a {
	font-size: 16px;
	color: #333;
	transition: none;
}
.left-aside ul li a span {
	color: #333;
	font-size: 14px;
	margin: 0 0 0 0px;
	color: #999;
}
.left-aside ul li a span.iconfont {
	font-size: 18px;
	color: #999;
	margin-right: 0px;
	margin-left: 0px;
}
.left-aside ul li a .hot {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 2px;
	background: #ff6600;
	color: #fff;
	border-radius: 2px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
/* 首屏轮番图*/
.middle-aside {
	margin: 0 20px;
	width: 52%;
}
.fullSlide-box {
	width: 57%;
	padding: 0;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 383px;
	overflow: hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 100%;
}
.fullSlide .bd ul {
	width: 100% !important;
	height: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 100%;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 30px;
	height: 4px;
	margin: 0 5px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #f00;
}
.fullSlide .prev, .fullSlide .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 0;
	background: #000;
}
/* 首屏右侧 */
.img-box {
	width: 53px;
	height: 53px;
	text-align: center;
	border-radius: 50%;
	background: #e8efff;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 53px;
}
.img-box > span.iconfont {
	font-size: 30px;
	color: #2467f4;
}
.welcome {
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
}
.welcome-text {
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
.welcome-text h3 {
	font-size: 16px;
}
.welcome-main {
	clear: both;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.right-aside ul.welcome-main li {
	padding: 11px 0;
	text-align: center;
	width: 33.333%;
	margin-top: 0;
}
.right-aside ul.welcome-main li:hover {
	background: #f8f8f8;
}
.right-aside ul.welcome-main li a {
	display: block;
}
.right-aside ul.welcome-main li p {
	font-size: 14px;
	color: #666;
}
.right-aside.left-aside ul li a span.iconfont {
	margin-right: 0;
	color: #99141b;
	font-size: 26px;
}
/* 课程试听 */
.liscourse {
	overflow: hidden;
}
.coursebox {
	width: 24%;
	height: auto;
	
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #f0f0f0;
}
.coursebox:nth-of-type(2n) {
	float: right;
}
.coursebox .school_tk_list_img {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
	display: block;
}
.coursebox .school_tk_list_img img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
.coursebox .school_mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	transform: scale(1);
	opacity: 0;
	transition: all 0.5s;
}
.coursebox .school_mask .iconfont {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(2);
}
.coursebox .school_mask img {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(2);
}
.coursebox:hover .school_tk_list_img>img {
	transform: scale(1.5);
}
.coursebox:hover .school_mask {
	transform: scale(1);
	opacity: 1;
}
.coursebox:hover .school_mask img {
	transform: translate(-50%, -50%) scale(1);
}
.coursebox .school_mask_txt {
	padding: 5px;
	display: block;
}
.coursebox .school_mask_txt .txt_title {
	color: #272727;
	font-size: 12px;
	padding: 2px;
	text-align: left;
	display: block;
}
.coursebox .school_mask_txt .txt_title i {
	color: #3780fb;
	font-size: 12px;
	float: right;
}
.coursebox .school_mask_txt .txt_p {
	color: #999;
	font-size: 14px;
	padding-top: 10px;
	display: block;
}
.coursebox .school_tk_free {
	float: right;
	color: #3780fb;
}
.listbox {
	border-bottom: 1px solid #cae0f3;
	overflow: hidden;
	position: relative;
}
.listbox .list_more {
	position: absolute;
	left: auto;
	font-size: 16px !important;
	right: 0;
	color: #666 !important;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
}
.listbox .list_more:hover {
	color: #1479d7 !important;
}
.listbox li {
	float: left;
	margin-left: 40px;
	line-height: 40px;
}
.left-aside .listbox li a {
	color: #666;
}
.listbox li:first-child {
	margin-left: 0
}
.listbox li.thistab {
	border-bottom: 4px solid #1479d7;
	line-height: 40px;
}
.listbox li.thistab a {
	font-size: 20px;
	color: #1479d7;
}
.left-aside .listbox li.qikan {
	margin-left: 40px;
}
.left-aside .listbox li.qikan a {
	font-size: 14px;
}
.left-aside .listbox li.qikan a:hover {
	color: #2467f4;
}
.left-aside ul.listbox li {
	margin-top: 0;
}
.left-aside .lesson-box li:first-child {
	margin-top: 10px;
}
.left-aside .lesson-box li {
	margin: 0;
	padding: 10px 0 10px 10px;
}
.left-aside .lesson-box li:hover {
	background: #f5f5f5;
}
.teach-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #7A7A7A;
	margin-right: 20px;
	overflow: hidden;
}
.aside-cont .lesson-cont .subject {
	font-size: 16px;
}
.left-aside ul li a span.audition {
	font-size: 14px;
	border-radius: 20px;
	background: #2467f4;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
}
.left-aside ul li a span.audition .iconfont {
	font-size: 12px;
}
.lesson-title {
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fixed-img {
	width: 212px;
	height: 100%;
	display: block;
}
.aside-cont ul.hot-news li {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0 !important;
}
.aside-cont ul.hot-news li#first_li {
	font-weight: bold;
}
.aside-cont ul.hot-news li a {
	font-size: 16px;
	color: #222;
	line-height: 2.125em;
	display: block;
}
.aside-cont ul.hot-news li a:hover {
	color: #2467f4;
}
.adv > img {
	width: 100%;
}
.adv-animate .fullSlide {
	height: 209px;
}
.adv-animate .fullSlide .hd ul li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.fast-nav {
	line-height: 24px;
	padding: 10px 0;
}
.fast-nav dl {
	text-align: right;
}
.fast-nav dl dt, .fast-nav dl dd {
	display: inline-block;
}
.fast-nav dl dt {
	border-left: 4px solid #2467f4;
	padding-left: 10px;
	float: left;
}
.fast-nav dl dd {
	margin: 0 20px;
}
.fast-nav dl dd a {
	color: #666;
	font-size: 14px;
}
.fast-nav dl dd a:hover {
	color: #ff6600;
}
.same-w {
	width: 31.333%;
	padding: 0;
	box-sizing: border-box;
}
.aside-cont ul.hot-news li.first-item {
	white-space: normal;
	position: relative;
}
.aside-cont ul.hot-news li.first-item p {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 32px;
	line-height: 16px;
	width: calc(50% - 32px);
}
.aside-cont ul.hot-news li.first-item a {
	line-height: 1.5em;
}
.aside-cont ul.hot-news li a .f-l {
	width: 54%;
	height: 122px;
	overflow: hidden;
	border-radius: 5px;
}
.item-title {
	min-height: 98px;
	max-height: 98px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.aside-cont ul.hot-news li.first-item .time, .aside-cont ul.hot-news li.first-item .read_q {
	font-size: 12px;
	margin-left: 10px;
}
.aside-cont ul.hot-news li.first-item .time {
	margin-left: 0;
}
.aside-cont ul.hot-news li.first-item .read_q {
	float: right;
}
.shap {
	width: 25px;
	line-height: 17px;
	color: #fff !important;
	display: inline-block;
	background: #2467f4;
	text-align: center;
	font-size: 12px !important;
	border-radius: 2px;
}
ul.sub-box {
	margin-top: -8px;
	margin-left: -8px;
}
ul.sub-box li {
	float: left;
	width: 45%;
	margin-top: 0;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	margin: 8px;
}
ul.sub-box li a {
	color: #fff;
}
ul.sub-box li:first-child {
	margin-top: 8px;
}
ul.sub-box li:nth-of-type(1) {
	background: linear-gradient(65deg, #8462d2, #ae78e8 );
}
ul.sub-box li:nth-of-type(2) {
	background: linear-gradient(65deg, #43a0c1, #37c9cf );
}
ul.sub-box li:nth-of-type(3) {
	background: linear-gradient(65deg, #31a160, #2fe081 );
}
ul.sub-box li:nth-of-type(4) {
	background: linear-gradient(65deg, #c18e0f, #deb237 );
}
ul.sub-box li .sub-icon {
	background: url(../images/subicon.png) no-repeat;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}
ul.sub-box li:hover .sub-icon {
	transform: rotate(360deg);
}
ul.sub-box li .sub-icon1 {
	background-position: -35px -40px;
}
ul.sub-box li .sub-icon2 {
	background-position: -155px -40px;
}
ul.sub-box li .sub-icon3 {
	background-position: -35px -145px;
}
ul.sub-box li .sub-icon4 {
	background-position: -155px -145px;
}
/* 学科干货 */
.left-aside .listbox .subject-box a:hover {
	color: #2467f4;
}
/* 洪桥动态 */
.headline-box {
	position: relative;
	margin: 50px;
}
.headline {
	display: table;
	margin: 0 auto;
	padding-bottom: 10px;
	font-weight: normal;
}
.morelink {
	position: absolute;
	font-size: 14px;
	color: #8c8c8c;
	display: inline-block;
	left: 50%;
	margin-left: 90px;
	top: 50%;
	transform: translateY(-50%);
}
.headline-box a.morelink:hover {
	color: #ff6600;
}
.sub-num {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #ff6600;
	color: #fff;
	margin-right: 10px;
}
.sbu-num-2 {
	background: #eee;
	color: #6f6f6f;
}
.newlist {
	margin-top: -30px;
}
.newlist li {
	width: 50%;
	float: left;
	margin-top: 20px;
}
.newlist li a {
	display: block;
	padding: 15px;
	background: #fff;
	color: #333;
}
.newlist li a:hover {
	background: #ff6600;
	color: #fff;
}
.newlist li a:hover .c-999 {
	color: #fff;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
}
.newlist li:nth-of-type(2n) a {
	width: 90%;
	display: block;
	float: right;
}
.second-title {
	text-indent: 40px;
	display: block;
}
/* 洪桥荣誉 */
.tq-honor ul {
	justify-content: space-between;
}
.tq-honor ul li a {
	display: block;
	background: #fff;
	padding: 15px;
	color: #666;
}
.tq-honor ul li a p {
	color: #999;
}
.tq-honor ul li a:hover p {
	color: #fff;
}
.tq-honor ul li a:hover {
	display: block;
	background: #2467f4;
	color: #fff;
}
.tq-honor ul li {
	order: 1;
	width: 19%;
}
.tq-honor ul li .tq-honor-img-box {
	height: 100px;
	overflow: hidden;
}
.tq-honor ul li img {
	width: 100%;
}
.honor-text {
	margin-top: 15px;
}
.tq-honor ul li a h3 {
	min-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tq-honor ul li a p {
	min-height: 66px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/* 快速导航 */
.short-nav {
	background: #f4f6f9;
	padding-top: 100px;
}
.short-nav-box li {
	width: 25%;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
	box-sizing: border-box;
}
.w-50 {
	width: 50% !important;
}
.short-nav-box li > div {
	padding: 20px;
	background: #fff;
}
.short-nav-box li .short-nav-box {
	padding: 10px 0;
	min-height: 64px;
}
.short-nav-box li .short-nav-box a {
	margin-top: 10px;
	width: 25%;
	display: inline-block;
	color: #666;
	font-size: 14px;
}
.short-nav-box li .short-nav-box a:hover {
	color: #ff6600;
}
/* 加载地区选择 */
.area_box {
	width: 650px;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
	display: block;
}
.area_box_title {
	padding: 10px 30px;
	background: #2467f4;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.area_box_title .iconguanbi1:hover {
	transform: rotate(360deg);
	cursor: pointer;
}
.area_box_cont {
	padding: 0 15px 20px;
}
.area_footer {
	border-top: 1px solid #ececec;
	padding: 10px 30px;
	background: #fff;
	font-size: 16px;
	color: #333;
	border-radius: 0 0 10px 10px;
}
.area_footer a {
	color: #333;
}
.area_footer a:hover {
	color: #2467f4;
}
.area_main {
	padding: 20px 30px;
	color: #ababab;
	border-bottom: 1px solid #ececec;
}
.sure_area {
	margin: 0 10px;
	color: #2467f4;
	font-weight: bold;
}
.sure_btn {
	font-size: 14px;
	padding: 6px 5px;
	border-radius: 2px;
	background: #2467f4;
	color: #fff;
	box-shadow: 0 0 black;
	display: inline-block;
	line-height: 14px;
}
.sure_btn:hover {
	background: #0d43b5;
}
.area_box {
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 11;
	display: block;
}
.city_area .f-l, .city_area .f-r {
	width: 45%;
}
.city_area dl {
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 20px;
	position: relative;
	padding-left: 20px;
}
.city_area dl dt, .city_area dl dd {
	float: left;
}
.city_area dl dt {
	font-size: 16px;
	color: #2467f4;
	position: absolute;
	left: 0;
}
.city_area dl dd {
	color: #ababab;
	margin-left: 10px;
	font-weight: normal;
	cursor: pointer;
}
.city_area dl dd a {
	color: #999;
	margin-bottom: 10px;
}
.city_area dl dd a:hover {
	color: #2467f4;
}
.city_area dl dd:hover {
	color: #2467f4;
}
.city_area dl dd.active {
	color: #424242;
}
.city_mask {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	position: fixed;
	display: none;
	background-color: rgba(0,0,0,.6);
	transition: all 0.6s;
}
/* 媒体聚焦 */
.tq-media-con {
	display: block;
	background: #fff;
	margin-top: 30px;
	padding: 10px 0;
}
.media-news {
	padding: 0px;
	overflow: hidden;
}
.media-news ul li {
	float: left;
	width: 50%;
}
.tq-about-txt p {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #868e96;
}
.pt-list-info-date > a {
	color: #666;
	font-size: 14px;
}
.pt-list-list {
	width: 100%;
	height: 144px;
	position: relative;
	background: #fff;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.pt-list-list:after {
	content: "";
	display: table;
}
.pt-list-list .pt-list-pic {
	width: 150px;
	height: 110px;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 10px;
}
.pt-list-list .pt-list-pic a img {
	vertical-align: middle;
	border: none;
	width: 100%;
	-webkit-transition: .1s;
	transition: .1s;
	display: block;
}
.pt-list-list .pt-list-pic a img:hover {
	opacity: 0.8;
}
.pt-list-info {
	padding: 10px 20px;
	position: relative;
	margin-left: 155px;
}
.pt-list-info-title {
	margin-top: 5px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pt-list-info-title a {
	font-size: 16px;
	color: #333;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pt-list-info-title a:hover {
	color: #ff6600;
}
.pt-list-info-time {
	font-size: 14px;
	color: #999;
	margin-bottom: 17px;
	line-height: 20px;
}
.pt-list-info-item {
	font-size: 12px;
	color: #bbb;
	overflow: hidden;
}
.display-addtime {
	float: left;
}
.display-read {
	float: right;
}
.pt-list-btn {
	padding: 15px 20px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}
.pt-list-info i {
	margin-right: 10px;
	font-size: 14px;
}
.media-more {
	padding: 30px;
}
.media-more a {
	background: #00aae7;
	color: #fff;
	padding: 20px 50px;
	margin-top: 20px;
	font-size: 14px;
}
.media-more a:hover {
	background: #f1f1f1;
	color: #333;
}
.tq-media.morelink {
	top: 15%;
	transform: translateY(0%);
}
/* 倒计时*/
.hongqiao-channel .hongqiao-more-channels {
	width: 600px;
}
.hongqiao-channel {
	float: left;
}
.hongqiao-channel .channel_item_djs {
	display: block;
	float: left;
	margin-top: 0;
	margin-top: 16px\9;
	color: #333;
	font-size: 14px;
	font-family: microsoft yahei;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ed1c24;
}
.hongqiao-channel .channel_item_djs span {
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 4px;
	min-width: 70px;
}
.hongqiao-channel-more .channel_item_djs .djs_text {
	line-height: 18px;
	padding-top: 4px;
	background: #ffeeef;
	height: 41px
}
.djs-num {
	font-family: "Impact";
	font-size: 30px;
	color: #fff;
	background: #ed1c24;
}
.djs-num b {
	font-size: 12px;
}
.djs-bg {
	width: 600px;
	height: 550px;
	background: url(../images/djs-bg.jpg);
	position: relative;
	background-size: cover
}
.djs-bg i {
	font-family: "Century Gothic";
	font-size: 200px;
	color: #fff;
	position: absolute;
	bottom: 80px;
	display: block;
	width: 100%;
	line-height: 192px;
	padding-left: 10px;
	text-align: center;
}
.djs-up .triangle-up {
	background: #cf3c88;
	left: 30%;
}

/* 媒体聚焦end */
@media screen and (max-width:1439px) and (min-width:1200px) {
body {
	min-width: 1150px;
}
.left-aside ul.listbox li {
	margin-left: 0;
}
.aside-cont ul.hot-news li.first-item p {
	margin-left: 20px;
	width: calc(50% - 20px);
}
.left-aside {
	padding: 20px;
}
.tq-site-city {
	width: 1150px;
}
.same-w {
	padding: 0;
}
.left-aside-2 {
	padding: 0;
}
.fullSlide {
	height: 330px;
}
.left-aside-2 ul li a {
	padding: 9px 0;
}
.right-aside ul.welcome-main li {
	padding: 5px 0 5px;
}
.short-nav-box li {
	width: 33.333%;
}
.w-50 {
	width: 50% !important;
}
.left-aside-2 ul li a {
	font-size: 16px;
}
.min-w {
	width: 1150px;
	margin: 0 auto;
}
.welcome-text h3 {
	font-size: 14px;
}
.aside-cont ul.hot-news li a >div.f-l {
	width: 50%;
}
.xs-hidden {
	display: none;
}
.item-title {
	min-height: 70px;
	max-height: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
ul.sub-box {
	margin-left: 0;
}
ul.sub-box li {
	margin: 0;
}
ul.sub-box li:first-child {
	margin: 0;
}
ul.sub-box li p.f-18 {
	font-size: 15px;
}
}

@media screen and (max-width:1199px) {
body {
	min-width: 1000px;
	overflow: auto;
}
.aside-cont ul.hot-news li.first-item p {
	margin-left: 0;
	width: 50%;
}
.head-l li > a {
	font-size: 12px;
}
.nav ul li > a {
	font-size: 14px;
	line-height: 40px;
}
.search-btn {
	font-size: 14px;
}
.cont-p {
	padding: 15px;
}
.left-aside {
	padding: 10px;
}
.same-w {
	padding: 0;
}
.left-aside-2 {
	padding: 0;
}
.right-aside ul.welcome-main li {
	padding: 1px 0;
}
.right-aside ul.welcome-main li p {
	font-size: 12px;
}
.aside-cont ul.hot-news li a {
	font-size: 14px;
}
.short-nav-box li {
	width: 33.333%;
}
.right-aside.left-aside ul li a span.iconfont {
	margin-right: 0;
	color: #77baff;
	font-size: 20px;
}
.min-w {
	width: 1000px;
	margin: 0 auto;
}
.img-box {
	margin-right: 10px;
	margin-left: 10px;
}
.left-aside-2 ul li {
	padding: 0 10px;
}
.left-aside-2 ul li a {
	font-size: 14px;
	padding: 5px 0 5px;
}
.left-aside ul li a .hot {
	height: 16px;
	width: 16px;
	line-height: 16px;
	top: 50%;
}
.aside-cont ul.hot-news li a >div.f-l {
	width: 44%;
}
.xs-hidden, .xs-xs-hidden, .fixed-img {
	display: none;
}
.welcome {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.welcome-text h3 {
	font-size: 14px;
}
.right-aside ul.welcome-main li {
	margin-right: 0px;
}
.teach-img {
	margin-right: 3px;
	width: 46px;
	height: 46px;
}
.left-aside ul li a span.audition {
	height: 18px;
	line-height: 18px;
}
.f-24 {
	font-size: 18px;
}
.f-18 {
	font-size: 12px;
}
.subject-box {
	line-height: 28px;
}
.left-aside .listbox li.subject-box a {
	font-size: 14px;
}
.listbox li.subject-box {
	margin-left: 0;
}
.listbox li.thistab a {
	font-size: 16px;
	color: #1479d7;
}
.coursebox .school_mask_txt .txt_title i {
	display: none;
}
.coursebox .school_tk_list_img {
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: relative;
	display: block;
}
.item-title {
	min-height: 45px;
	max-height: 45px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
ul.sub-box {
	margin: 0
}
ul.sub-box li {
	margin: 0;
	padding: 11px;
}
ul.sub-box li:first-child {
	margin: 0;
}
/* 轮番图 */
.fullSlide {
	height: 270px;
}
.adv-animate .fullSlide {
	height: 143px;
}
.aside-cont .lesson-cont .subject {
	font-size: 14px;
}
.lesson-title, .left-aside ul li a span.audition {
	font-size: 12px;
}
.newlist li a .single {
	font-size: 14px;
}
.newlist li a .second-title {
	text-indent: 0px;
}
.short-nav-box li > div {
	padding: 10px;
}
.short-nav-box li > div h4 {
	font-size: 14px;
}
.short-nav-box li .short-nav-box a {
	font-size: 12px;
}
.short-nav-box li .short-nav-box {
	padding: 0;
}
.left-aside .lesson-box li {
	padding: 8px 0 8px 8px;
}
/* .hongqiao-channel .hongqiao-channel-more{display:none;} */

.dyt-2 {
	width: 36%;
}
.dyt-3 {
	width: 28%;
}
#content .nav .min-w .children {
	position: absolute;
	left: 50%;
	top: 40px!important;
	z-index: 19;
	display: none;
	width: 150px;
	border-top: 0px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,.2);
	-ms-box-shadow: 0 4px 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 4px 10px rgba(0,0,0,.2);
	box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
	transform: translateX(-50%);
}
#mbali:hover #children_01 {
	display: block;
}
#embali:hover #children_02 {
	display: block;
}
#mpaccli:hover #children_03 {
	display: block;
}
#mpali:hover #children_04 {
	display: block;
}
#menli:hover #children_05 {
	display: block;
}
#hqli:hover #children_06 {
	display: block;
}
	#bsli:hover #children_07 {
	display: block;
}
	#msli:hover #children_08 {
	display: block;
}
#content .nav .min-w .children li {
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 40px;
}
#content .nav .min-w .children li a {
	color: #333;
	font-size: 14px;
	line-height: 36px;
}
#content .nav .min-w .children li a:hover {
	color: white
}
}

/* @media screen and (max-width:999px) and (min-width:750px)  {
	body,.min-w{
		width:100%;
		min-width: 100%;
	}
	#header{
		display: none;
	}
	.section-inner{
		flex-wrap: wrap;
		margin-top:10px;
	}
	.right-aside{
		width:100%;
		order: -1;
		display: flex;
	}
	.middle-aside{
		margin:0 10px;
	}
	.welcome{
		width:28%;
		border-right:1px solid #f5f5f5;
		border-bottom:0;
		padding-top:10px;
		padding-bottom:0;
	}
	.welcome-main{
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 72%;
	}
	.welcome-main li{
		width:12%;
	}
	.left-aside-2{
		margin: 10px 0 0px 10px;
	}
	.left-aside-2 ul li{
		border-bottom:1px solid #f5f5f5;
	}
	.left-aside-2 ul li a span.iconfont.f-r{
		display: none;
	}
	.aside-cont ul.hot-news li a >div.f-l{
		display: none;
	}
	.aside-cont ul.hot-news li.first-item p{
		position:static;
	}
	ul.sub-box li{
		padding:5px;
	}
	.tq-honor ul li{
		margin-right:8px;
	}
	.fullSlide,.newlist li{
		margin-top:10px;
	}
	.section-box,.fast-nav{
		margin-bottom:10px;
	}
	.newlist li{
		
	}
	.adv_aside{
		flex-wrap: wrap;
		margin-right: 10px;
		margin-top: -10px;
	}
	.adv_aside .adv-animate{
		width:100%;
	}
	.headline-box{
		margin:10px;
	}
	.headline-box .headline{
		font-size: 20px;
	}
	.newlist{
		margin-top:0;
	}
	.section2{
		padding: 0 0 20px;
	}
	.tq-honor ul li a > div{
		padding:10px;
	}
	.tq-honor ul li a h3{
		font-size: 14px;
		min-height:46px;
	}
	.tq-honor ul li a p{
		margin-top:10px;
	}
	.lesson-title, .left-aside ul li a span.audition{
		padding:0 5px;
	}
	.hongqiao-channel .hongqiao-channel-more{display:none;}
} */
@media screen and (max-width:750px) {
}
#content .nav .min-w .children {
	position: absolute;
	left: 50%;
	top: 54px;
	z-index: 19;
	display: none;
	width: 150px;
	border-top: 0px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,.2);
	-ms-box-shadow: 0 4px 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 4px 10px rgba(0,0,0,.2);
	box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
	transform: translateX(-50%);
}
#mbali:hover #children_01 {
	display: block;
}
#embali:hover #children_02 {
	display: block;
}
#mpaccli:hover #children_03 {
	display: block;
}
#mpali:hover #children_04 {
	display: block;
}
#menli:hover #children_05 {
	display: block;
}
#hqli:hover #children_06 {
	display: block;
}
	#bsli:hover #children_07 {
	display: block;
}
	#msli:hover #children_08 {
	display: block;
}
#content .nav .min-w .children li {
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 40px;
}
#content .nav .min-w .children li a {
	color: #333;
	font-size: 14px;
	line-height: 36px;
}
#content .nav .min-w .children li a:hover {
	color: white
}
.toolkit {
    background: #f8f9f9;
}.public_header2 {
    background: #99141b;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
}.public_header2 h2 {
    color: #fff;
    font-size: 18px;
    display: block;
    float: left;
}.public_header2 a {
    background: url(../images/moremore.png) no-repeat center;
    width: 12px;
    display: block;
    float: right;
    height: 42px;
}.toolkit_cont {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 0 0 12px 12px;
    overflow: hidden;
    display: block;
}.toolkit_cont_top {
    padding: 24px 0 0 0;
    overflow: hidden;
}.toolkit_cont_top a {
    display: block;
    width: 64px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #fff;
    float: left;
    border: 1px solid #e4e4e4;
    margin: 0 11.5px 14px 0;
    color: #505050;
    border-radius: 2px;
}.toolkit_cont ul {
    overflow: hidden;
    margin: 12px 0 0px 0;
}.toolkit_cont ul li {
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    display: block;
    float: left;
    height: 63px;
    width: 73.5px;
    text-align: center;
}.toolkit_cont ul li a {
    color: #505050;
    display: block;
    height: 25px;
    margin-top: 11px;
    padding: 1px 0;
}.toolkit_cont ul li a b {
    clear: both;
    display: block;
    margin-top: 26px;
	font-size: 14px;
}.toolkit_cont ul li:nth-child(1) a{background: url('../images/icon_1.png') no-repeat center top;}
.toolkit_cont ul li:nth-child(1) a:hover{background: url('../images/icon_1.png') no-repeat center -31px;}

.toolkit_cont ul li:nth-child(2) a{background: url('../images/icon_2.png') no-repeat center top;}
.toolkit_cont ul li:nth-child(2) a:hover{background: url('../images/icon_2.png') no-repeat center -30px;}

.toolkit_cont ul li:nth-child(3) a{background: url('../images/icon_3.png') no-repeat center top;}
.toolkit_cont ul li:nth-child(3) a:hover{background: url('../images/icon_3.png') no-repeat center -30px;}

.toolkit_cont ul li:nth-child(4) a{background: url('../images/icon_4.png') no-repeat center top;}
.toolkit_cont ul li:nth-child(4) a:hover{background: url('../images/icon_4.png') no-repeat center -30px;}

.toolkit_cont ul li:nth-child(5) a{background: url('../images/icon_5.png') no-repeat center top;}
.toolkit_cont ul li:nth-child(5) a:hover{background: url('../images/icon_5.png') no-repeat center -29px;}

.toolkit_cont ul li:nth-child(6) a{background: url('../images/icon_6.png') no-repeat center top;}
.toolkit_cont ul li:nth-child(6) a:hover{background: url('../images/icon_6.png') no-repeat center -29px;}

.toolkit_cont ul li:nth-child(7) a{background: url('../images/icon_7.png') no-repeat center top;}
.toolkit_cont ul li:nth-child(7) a:hover{background: url('../images/icon_7.png') no-repeat center -29px;}

.toolkit_cont ul li:nth-child(8) a{background: url('../images/icon_8.png') no-repeat center top;}
.toolkit_cont ul li:nth-child(8) a:hover{background: url('../images/icon_8.png') no-repeat center -29px;}
			.toolkit_cont ul li:nth-child(4), .toolkit_cont ul li:nth-child(8) {
    border-right: none;
}