﻿html {
  width: 100%;
  overflow-x: hidden;
}
body {
  background-color: #f2f2f2;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  color: #1a1a1a;
  width: 100%;
  overflow-x: hidden;
}
.con_wrap {
  width: 1200px;
  margin: 0 auto;
}
.trs {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Newtag {
	width: 100%;
	color: #373737;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #1a1a1a;
}
.Newtag .Htag{
	width: 66px;
	height: 26px;
	background: url(/newigo2019/images/Htag.png) no-repeat;
	background-size: 100%;
	padding-left: 8px;
	box-sizing: border-box;
	line-height: 26px;
	color: #4d4d4d;
	margin-right: 13px;
	text-align: left;
}
.Newtag a{
	color: #373737;
}
.Newtag a:hover{
  color: #ff123f !important;
}
.lg_left {
  float: left;
}
.lg_right {
  float: right;
}
.block {
  display: block;
}
.light_red {
  color: #ff123f;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.clearfix:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.bxz {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lg_pos {
  margin-top: -1px;
  height: 50px;
  border-bottom: 1px solid #ff123f;
  background-color: #fff;
}
.lg_pos .name {
  line-height: 50px;
  font-size: 20px;
}
.lg_pos .txt {
  padding-left: 12px;
  line-height: 50px;
  color: #666;
}
.lg_pos .txt a {
  color: #666;
}
.lg_pos .txt a:hover {
  color: #ff123f;
}
.lg_topBanner {
  display: block;
  height: 100px;
  margin-bottom: 30px;
  background-position: top center;
  background-repeat: no-repeat;
}
.w_890 {
  width: 890px;
}
.w_290 {
  width: 290px;
}
.mt_30space {
  margin-bottom: 30px;
}
.lg_leftCourse .cell,
.lg_rightRecom .cell {
  padding: 18px 30px 20px 0;
  background-color: #fff;
  position: relative;
}
.lg_rightRecom .cell{padding-right: 20px;}
.lg_leftCourse .cell:before, .lg_rightRecom .cell:before{
  content: "";
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f2f2f2;
}
.lg_leftCourse .cell .d_title,
.lg_rightRecom .cell .d_title {
  display: inline-block;
  padding-left: 16px;
  line-height: 24px;
  border-left: 3px solid #ff123f;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}
.lg_leftCourse .cell .d_title{font-size: 24px;}
.lg_leftCourse .cell .more,
.lg_rightRecom .cell .more {
  line-height: 24px;
  color: #ff123f;
}
.lg_leftCourse .cell .more:hover,
.lg_rightRecom .cell .more:hover {
  text-decoration: underline;
}
.lg_leftCourse .news_detail {
  padding: 30px;
  line-height: 28px;
  font-size: 14px;
  background-color: #fff;
  overflow: hidden;
}
.lg_leftCourse .news_detail .name {
  line-height: 38px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
}
.lg_leftCourse .news_detail .about_data {
  height: 40px;
	background-color: #f7f7f7;
	display: flex;
	align-items:center;
	justify-content: space-around;
	font-size: 14px;
	color: #4d4d4d;
	margin-top: 15px;
}
.lg_leftCourse .news_detail .about_data span {
  padding: 0 20px;
}
.lg_leftCourse .news_detail .about_data .like {
  padding-left: 25px;
  background: url(https://www.igo.cn/newigo2019/language_newsDetail/images/icons.png) no-repeat -461px 7px;
  cursor: pointer;
}
.lg_leftCourse .news_detail .about_data a{
	color: #4d4d4d;
}
.lg_leftCourse .news_detail .about_data a:hover{
  color: #ff123f;
  text-decoration: underline;
}
.lg_leftCourse .news_detail .about_data .like.active {
  background-position: -461px -19px;
}
.lg_leftCourse .news_detail .lead_word {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	height: 100px;
	border: solid 1px #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  margin-bottom: 30px;
}
.lg_leftCourse .news_detail .lead_word h4{
  width: 80px;
	background-color: #e7123cc4;
	color: #fff;
	text-align: center;
	border-radius: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
	color: #ffffff;
	flex-shrink: 0;
}
.lg_leftCourse .news_detail .lead_word p{
  width: 100%;
	margin-left: 10px;
	color: #373737;
	line-height: 24px;
height:72px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
	box-sizing: border-box;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /* 几行后显示不开省略 */
      -webkit-line-clamp: 3;
}
.lg_leftCourse .news_detail .btm_contact {
  display: flex;
    justify-content: space-between;
}
.lg_leftCourse .news_detail .btm_contact li {
  padding: 18px 0 0 107px;
  width: 267px;
  height: 110px;
  margin: 30px 15px 0 0;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  background: url("https://www.igo.cn/liuxue/images/contact1.jpg") no-repeat;
  background-size: 100%;
}
.lg_leftCourse .news_detail .btm_contact li:last-child{
  margin-right: 0;
}
.lg_leftCourse .news_detail .btm_contact .c1 {
  background-image: url("https://www.igo.cn/liuxue/images/contact1.jpg") no-repeat;
  cursor: pointer;
}

.lg_leftCourse .news_detail .btm_contact .c2 {
  background-image: url("https://www.igo.cn/liuxue/images/contact2.jpg");
}
.lg_leftCourse .news_detail .btm_contact .c3 {
  background-image: url("https://www.igo.cn/liuxue/images/contact3.jpg");
}
.lg_leftCourse .news_detail .btm_contact h4{
  padding-bottom: 6px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.lg_leftCourse .news_detail .btm_contact .title{
    padding-bottom: 6px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
}

.lg_leftCourse .news_detail .btm_contact span {
  padding: 5px 0 0 50px;
}
.lg_leftCourse .courseRec_content .oper_btn {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  width: 27px;
  height: 27px;
}
.lg_leftCourse .courseRec_content .prev {
  left: 0;
  background: url("../images/left_btn.png") no-repeat;
    background-size: 100%;
    background-position: 8px center;
}
.lg_leftCourse .courseRec_content .next {
  right: 0;
  background: url("../images/right_btn.png") no-repeat;
    background-size: 100%;
    background-position: -8px center;
}
.lg_leftCourse .courseRec_content {
  position: relative;
  height: 232px;
  margin: 24px 0 0 34px;
  overflow: hidden;
}
.lg_leftCourse .courseRec_content .courseRec_wrapper {
  position: relative;
  width: 770px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.lg_leftCourse .courseRec_content .courseRec_wrapper .c_item {
  position: relative;
  width: 168px;
  margin: 0 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lg_leftCourse .courseRec_content .courseRec_wrapper .c_item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
          box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
}
.lg_leftCourse .courseRec_content .courseRec_wrapper .c_item img {
  display: block;
  width: 100%;
}
.lg_rightRecom .testTools_list {
  padding-top: 15px;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.lg_rightRecom .testTools_list .t_item {
  width: 50%;
  text-align: center;
}
.lg_rightRecom .testTools_list .t_item:nth-child(1),
.lg_rightRecom .testTools_list .t_item:nth-child(2){
  margin-bottom: 20px;
}
.lg_rightRecom .testTools_list p{
  font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-top: 8px;
}
.lg_rightRecom .testTools_list p span{
  font-size: 12px;
    color: #999999 !important;
}
.lg_rightRecom .testTools_list .t_item:hover p{
  color: #ff123f;
}
.lg_rightRecom .abordTools_item {
  margin: 10px 0 0 34px;
  height: 48px;
  padding-top: 5px;
  border: 1px solid #ff123f;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
}
.lg_rightRecom .abordTools_item:hover {
  background-color: #ff123f;
}
.lg_rightRecom .abordTools_item:hover p {
  color: #fff;
}
.lg_rightRecom .abordTools_item .name {
  line-height: 20px;
  color: #ff123f;
}
.lg_rightRecom .abordTools_item .txt {
  color: #1a1a1a;
}
.lg_rightRecom .abordTools_item1 {
  margin-top: 20px;
}
.lg_rightRecom .like_list {
  margin: 20px 0 0 30px;
}
.lg_rightRecom .like_list .l_item {
  display: block;
  width: 230px;
  height: 65px;
  margin-bottom: 10px;
}
.lg_rightRecom .like_list .l_item:hover {
  -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
          box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}
/*底部表单*/
.bottomForm-box {
  margin-top: 30px;
  border-top: 5px solid #ff003e;
  padding: 21px 30px 30px;
  background-color: #fff;
}
.bottomForm-box .bottomForm-top {
  text-align: center;
  padding:0 0 16px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 26px;
}
.bottomForm-box .bottomForm-top h3,.bottomForm-box .bottomForm-top .title {
  font-size: 24px;
  color: #ff0034;
  margin-bottom: 14px;
  font-weight: bold;
}
.bottomForm-box .bottomForm-top h3:before,
.bottomForm-box .bottomForm-top h3:after, 
.bottomForm-box .bottomForm-top .title:before,
.bottomForm-box .bottomForm-top .title:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 11px;
  background: url("../images/icons.png") no-repeat -160px -30px;
  margin: 4px 18px 0;
}
.bottomForm-box .bottomForm-top p {
  text-align: center;
	color: #666;
}
.bottomForm-box .bottomForm-content p{margin-bottom: 20px;}
.bottomForm-box .fl,.bottomForm-box .fr{float: none;}
.bottomForm-box .fl p:nth-child(1){float: left;}
.bottomForm-box .fl p:nth-child(2){float: right;}
.bottomForm-box .fr p{clear: both;}

.bottomForm-box form .form-item {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  height: 30px;
  line-height: 30px;
}
.bottomForm-box form span {
  float: left;
  margin-right: 5px;
}
.bottomForm-box form input {
  float: left;
  width: 100px;
  height: 30px;
  border: 1px solid #d9d9d9;
  color: #b2b2b2;
  padding: 0 0 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bottomForm-box .select-parent {
  position: relative;
  display: inline-block;
}
.bottomForm-box .select-parent ul {
  position: absolute;
  max-height: 200px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 10;
  overflow: auto;
  padding-left: 6px;
  right: 0;
  width: 100px;
  top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.bottomForm-box form .btn {
  float: left;
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ff0034;
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
}
.bottomForm-box form .btn:hover {
  -webkit-box-shadow: 2px 2px 3px rgba(170,0,25,0.36);
  box-shadow: 2px 2px 3px rgba(170,0,25,0.36);
  background-color: #ff0034;
  border-color: #ff0034;
}
.bottomForm-box .bottomForm-content b {
  color: #ff004a;
}
.bottomForm-box .j_leyu_href{cursor: pointer;}
/*提分方案*/
.rightForm-box {
  width: 288px;
  height: 320px;
  background: url("../images/rightForm-bg.png") no-repeat;
  padding: 33px 0 0;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(28,22,17,0.1);
  box-shadow: 0 0 10px rgba(28,22,17,0.1);
}
.rightForm-box h3, .rightForm-box .title {
  font-weight: bold;
  font-size: 22px;
  background-image: -webkit-gradient(linear, left 0, right 0, from(#ff123f), to(#ff813d));
  -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
  -webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */
}
.rightForm-box form {
  width: 180px;
  margin: 24px auto 0;
}
.rightForm-box form .form-item {
  position: relative;
  margin: 0 0 10px 30px;
}
.rightForm-box form .icon {
  left: -30px;
  position: absolute;
  height: 22px;
  width: 21px;
  top: 3px;
  background: url("../images/icons.png") no-repeat;
  background-position: -10px -30px;
}
.rightForm-box form input {
  height: 28px;
  border: 1px solid #ccc;
  width: 150px;
  background-color: #fff;
  color: #b2b2b2;
  font-size: 12px;
  padding: 0 0 0 6px;
}
.rightForm-box form .btn {
  display: block;
  height: 38px;
  margin: 0 auto;
  line-height: 36px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #ff0034;
}
.rightForm-box p {
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 9px;
}
.rightForm-box i,
.activity-box .select-parent i,
.bottomForm-box .select-parent i {
  content: "";
  cursor: pointer;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #000 transparent transparent;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -1px;
}
.rightForm-box .select-parent ul {
  position: absolute;
  display: none;
  width: 100%;
  max-height: 200px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 10;
  overflow: auto;
  padding-left: 6px;
  text-align: left;
  line-height: 24px;
}
.rightForm-box .select-parent ul li {
  cursor: pointer;
}
/*近期活动*/
.activity-box {
  padding: 30px 0;
  background-color: #fff;
}
.activity-box .headline {
  height: 42px;
  line-height: 24px;
	border-bottom: 1px solid #f2f2f2;
  padding-right: 20px;
  margin-bottom: 20px;
}
.activity-box .headline p {
  float: left;
  font-size: 20px;
  padding-left: 16px;
  border-left: 3px #ff123f solid;
}
.activity-box .select-parent {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 20px;
}
.activity-box .select-parent input {
  width: 100%;
  height: 100%;
  border: 1px solid #b3b3b3;
  color: #808080;
  background-color: #fff;
  font-size: 12px;
  padding: 0 0 0 3px;
}
.activity-box .select-parent ul {
  position: absolute;
  width: 100%;
  max-height: 200px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 10;
  overflow: auto;
  top: 23px;
  padding-left: 3px;
}
.activity-box .select-parent ul li {
  cursor: pointer;
  line-height: 22px;
}
.activity-box .scroll-box {
  overflow-y: auto;
  overflow-y: auto;
  padding: 0 20px;
}
.activity-box .scroll-box {
  height: 180px;
  margin-right:13px;
}
.activity-box .scroll-box li {
  position: relative;
  color: #333;
}
.activity-box .scroll-box li a {
  color: #1a1a1a;
	display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.activity-box li.end a{color:#bcbcbc;}
.activity-box .scroll-box li p a{
	margin: 8px 0 12px;
}
.activity-box .scroll-box li:hover a {
  color: #ff123f;
}
.scroll-box::-webkit-scrollbar{width:3px;height:3px;background:#e6e6e6}
.scroll-box::-webkit-scrollbar-thumb{background:#b3b3b3;}
/*留学资讯*/
.t_newslist {
  margin: 13px 0 0 20px;
}
.t_newslist .href_link {
  padding: 0 16px;
  line-height: 30px;
  background: url("../images/fz_arrow.png") no-repeat left center;
  color: #1a1a1a;
}
.t_newslist .href_link:hover{
  color: #ff123f;
  background-image: url(../images/fz_arrow-hover.png);
}
.art_search {
	height: auto;
	background-color: #f7f7f7;
	border: solid 1px #f2f2f2;
	padding-top: 25px;
	box-sizing: border-box;
	padding-bottom: 13px;
  margin-top: 20px;
}
.art_search>div{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #ff123f;
	height: 24px;
	border-left: 3px solid #ff123f;
	padding-left: 22px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.art_search ul{
	display: flex;
	justify-content: flex-start;
	padding: 0 25px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.art_search li{
	flex-shrink: 0;
	margin-bottom: 10px;
margin-right:6px;
}
/*.art_search li:nth-child(4n){margin-right:0;}
.art_search li:nth-child(8n+1){width:202px}
.art_search li:nth-child(8n+2){width:160px}
.art_search li:nth-child(8n+3){width:186px}
.art_search li:nth-child(8n+4){width:212px}
.art_search li:nth-child(5){width:160px}
.art_search li:nth-child(6){width:209px}
.art_search li:nth-child(7){width:231px}
.art_search li:nth-child(8n){width:160px}*/
.art_search li a{
	height: 36px;
	background-color: #ebebeb;
	border-radius: 18px;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	line-height: 36px;
	color: #4d4d4d;
	text-align: center;
	display: block;
	padding: 0 25px;
	transition: all .2s;
}
.art_search li a:hover{
	color: #ffffff;
	background: #ff123f;
	transition: all .2s;
}
.art_content{
  width: 100%;
	overflow:hidden;
    margin-top:25px;
}
.art_content li{
	position:relative;
	padding-left:5px;
width:370px;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;


}
.art_content li:before{
	position:absolute;
	content:"";
	width: 2px;
	height: 2px;
	background:#898989;
	top:9px;
	left:0;
}
.IFl{float:left;}
.IFr{float:right;}
.art_content{
  overflow:hidden;
  margin-top:25px;
}
.art_content li{
  position:relative;
  padding-left:5px;
}
.art_content li:before{
  position:absolute;
  content:"";
  width: 2px;
  height: 2px;
  background:#898989;
  top:13px;
  left:0;
}
.art_content li a{color:#373737;}
.art_content li a:hover{color:#EC2E53!important;}
.link_counselor{margin-top: 30px;position: relative;overflow: hidden;}
.link_counselor .cl_img{float: left;width: 150px;}
.link_counselor .cl_info{margin-left: 170px;padding-top: 20px;color: #1a1a1a;line-height: 24px;}
.link_counselor .cl_info .cl_name{padding-bottom: 20px;font-size: 28px;font-weight: 100;}
.link_counselor .cl_operBtn{position: absolute;right: 0;top: 16px}
.link_counselor .cl_operBtn .oper_btn{display: inline-block;padding: 0 20px;height: 38px;line-height: 38px;background-color: #ff0034;color: #fff;border-radius: 30px;}
.s_banner{margin-bottom:30px;}
.s_banner img{width:100%}

.newsad {
	width: 100%;
	height: 255px;

	background: url(https://www.igo.cn/newigo2019/images/kpnews.png) no-repeat;
	position: relative;
background-size:100%;
margin-bottom:20px;
margin-top:20px;
    display: block;
}

.newsad .newsadbtnbox{
	position: absolute;
	width: 134px;
top: 80px;
    left: 660px;
}
.newsad .newsadbtn{
	width: 100%;
	height: 42px;
	background-color: #ffbc62;
	border-radius: 21px;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
	color: #000000;
	text-align: center;
	cursor: pointer;
}
.newsad .newsadbtn:nth-child(2){
	background-color: #fbffcc;
	margin-top: 16px;
}