﻿/*留学库看资讯*/
a {
  color: #2b2b2b;
}
a:hover {
  color: #c1272d;
}
h3.public_title1 a.mores:hover {
  color: #c1272d;
}
/*焦点图文*/
.focusWarp {
  height: 353px;
  overflow: hidden;
  /*圆角样式*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 18px;
  /*方块阴影*/
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.focusWarp .focus {
  width: 640px;
  height: 353px;
  float: left;
  overflow: hidden;
  position: relative;
}
.focusWarp .focus ul.imgList {
  width: 3200px;
}
.focusWarp .focus ul.imgList li {
  float: left;
  width: 640px;
  height: 353px;
  overflow: hidden;
  position: relative;
}
.focusWarp .focus ul.imgList li img {
  width: 640px;
  height: 353px;
}
.focusWarp .focus ul.imgList li span.text {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  /*隐藏文字加省略号*/
  text-overflow: ellipsis;
  white-space: nowrap;
  /*背景颜色透明*/
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true', startColorstr=#80000000, endColorstr=#80000000);
  overflow: hidden;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-indent: 18px;
}
.focusWarp .focus ul.imgList li span.text a {
  color: #fff;
}
.focusWarp .focus ul.listBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 50px;
}
.focusWarp .focus ul.listBtn li {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.focusWarp .focus ul.listBtn li i {
  background: url(lx_cms_focus_btn_listBG.png) no-repeat -25px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  cursor: pointer;
}
.focusWarp .focus ul.listBtn li i:hover {
  background-position: -52px 0;
}
.focusWarp .focus ul.listBtn li i.current,
.focusWarp .focus ul.listBtn li i.current:hover {
  background-position: 0 0;
}
.focusWarp .focus ul.listBtn li.pre,
.focusWarp .focus ul.listBtn li.next {
  position: absolute;
  left: -460px;
  top: -172px;
  width: 58px;
  height: 64px;
  background: url(lx_cms_focus_btn_nex_pre_bg.png) no-repeat;
}
.focusWarp .focus ul.listBtn li.pre:hover {
  background-position: 0 -94px;
}
.focusWarp .focus ul.listBtn li.next {
  left: 122px;
  background-position: -110px 0;
}
.focusWarp .focus ul.listBtn li.next:hover {
  background-position: -110px -94px;
}
.focusWarp .textlist {
  width: 288px;
  height: 338px;
  overflow: hidden;
  float: left;
  margin: 15px 18px 0 24px;
}
.focusWarp .textlist ul {
  height: 274px;
  overflow: hidden;
}
.focusWarp .textlist ul li {
  background: url(lx_xuxian_Bg.png) repeat-x left bottom;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.focusWarp .textlist ul li span {
  display: block;
}
.focusWarp .textlist ul li .title {
  font-size: 22px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  color: #2b2b2b;
}
.focusWarp .textlist ul li .textInfo {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 10px 0;
}
.focusWarp .textlist ul li .textInfo a {
  padding-left: 5px;
  color: #e95f14;
}
.lx_see_details_module {
  margin-top: 18px;
  overflow: hidden;
}
.lx_see_details_module .leftcon {
  float: left;
  width: 640px;
  overflow: hidden;
}
.lx_see_details_module .rightcon {
  float: right;
  width: 312px;
  overflow: hidden;
}
/*最热点*/
.lx_see_details_module .mostHot {
  overflow: hidden;
}

.lx_see_details_module .mostHot ul li {
  background: url(lx_xuxian_Bg.png) repeat-x left bottom;
  padding-bottom: 10px;
  margin-top: 10px;
}
.lx_see_details_module .mostHot ul li .title {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}
.lx_see_details_module .mostHot ul li .title i {
  font-style: normal;
  padding: 0 12px;
  color: #888;
}
.lx_see_details_module .mostHot ul li .title i:before {
  content: "|";
}
.lx_see_details_module .mostHot ul li dl {
  display: block;
  padding-top: 3px;
  overflow: hidden;
}
.lx_see_details_module .mostHot ul li dl dt {
  float: left;
}
.lx_see_details_module .mostHot ul li dl dt a {
  display: block;
  width: 200px;
  height: 131px;
  overflow: hidden;
  margin-right: 12px;
  /*圆角样式*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.lx_see_details_module .mostHot ul li dl dt img {
  width: 200px;
  height: 131px;
  margin-right: 18px;
}
.lx_see_details_module .mostHot ul li dl dd {
  max-height: 126px;
  overflow: hidden;
}
.lx_see_details_module .mostHot ul li dl dd p {
  display: block;
  overflow: hidden;
  max-height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #919191;
}
.lx_see_details_module .mostHot ul li dl dd b {
  display: block;
  height: 22px;
  line-height: 22px;
  margin-top: 7px;
  color: #919191;
  overflow: hidden;
  font-weight: normal;
}
/*选学校*/
.lx_see_details_module .select_college {
  margin-top: 22px;
}
.lx_see_details_module .select_college ul {
  overflow: hidden;
}
.lx_see_details_module .select_college ul li {
  float: left;
  width: 48%;
  height: 60px;
  margin: 20px 0 0 0;
  background: url(lx_cms_see_details_select_college_ico.png) no-repeat;
  overflow: hidden;
}
.lx_see_details_module .select_college ul li.yxyx {
  background-position: 0 0;
}
.lx_see_details_module .select_college ul li.jxj {
  background-position: -418px 0;
}
.lx_see_details_module .select_college ul li a {
  padding-left: 70px;
  display: block;
  height: 60px;
}
.lx_see_details_module .select_college ul li a .title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
}
.lx_see_details_module .select_college ul li a .title b {
  font-size: 16px;
  color: #2b2b2b;
}
.lx_see_details_module .select_college ul li a:hover .title b {
  color: #c1272d;
}
.lx_see_details_module .select_college ul li a .title i {
  font-style: normal;
  color: #e95f14;
  padding: 0 3px;
}
.lx_see_details_module .select_college ul li a .textInfo {
  height: 24px;
  line-height: 24px;
  color: #555;
  overflow: hidden;
  font-size: 14px;
}
/*专题*/
/*公用小焦点图*/
.imgwarp {
  width: 300px;
  height: 196px;
  overflow: hidden;
  /*方块阴影*/
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  /*圆角样式*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 15px auto;
}
.imgwarp li {
  width: 1200px;
}
.imgwarp li .img {
  width: 300px;
  height: 196px;
  overflow: hidden;
  float: left;
  position: relative;
}
.imgwarp li .img img {
  width: 300px;
  height: 196px;
}
.imgwarp li .img .imgtext {
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  /*隐藏文字加省略号*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /*背景颜色透明*/
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true', startColorstr=#80000000, endColorstr=#80000000);
}
/*小焦点图分页样式控制*/
.tagPage {
  text-align: center;
  overflow: hidden;
}
.tagPage ul.slidebtn {
  height: 30px;
  position: relative;
}
.tagPage ul.slidebtn li {
  margin: 0 auto;
  text-align: center;
  height: 30px;
}
.tagPage ul.slidebtn li span.pre {
  width: 24px;
  height: 24px;
  background-position: -30px -13px;
}
.tagPage ul.slidebtn li span.next {
  width: 24px;
  height: 24px;
  background-position: -151px -13px;
}
.tagPage ul.slidebtn li span.pre:hover {
  background-position: -30px -55px;
}
.tagPage ul.slidebtn li span.next:hover {
  background-position: -151px -55px;
}
.tagPage ul.slidebtn li span {
  background: url(lx_cms_scholarship_nation_tagPage_bg.png) no-repeat;
  display: inline-block;
  width: 10px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 5px;
}
.tagPage ul.slidebtn li span {
  background-position: -66px -13px;
}
.tagPage ul.slidebtn li span:hover {
  background-position: -87px -13px;
}
.tagPage ul.slidebtn li span.current {
  background-position: -87px -13px;
}
/*最深度*/
.lx_see_details_module .mostDepth {

}
.lx_see_details_module .mostDepth ul {
  height: auto;
  overflow: hidden;
}
.lx_see_details_module .mostDepth ul li {
  background: url(lx_xuxian_Bg.png) repeat-x left bottom;
  padding: 5px 0;
  overflow: hidden;
}
.lx_see_details_module .mostDepth ul li i {
  float: left;
  width: 100px;
  height: 66px;
  overflow: hidden;
  /*圆角样式*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.lx_see_details_module .mostDepth ul li img {
  width: 100px;
  height: 66px;
}

.lx_see_details_module .mostDepth ul li span,
.lx_see_details_module .mostDepth ul li b {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 14px;
}


.lx_see_details_module .mostDepth ul li a{overflow: hidden;
  font-size: 14px;}
.lx_see_details_module .mostDepth ul li b {
  height: 22px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
/*留学资讯*/
.studying_information {
  margin-top: 15px;
  overflow: hidden;
}
.studying_information h2.public_title,
.abroad_college h2.public_title,
.scholarship h2.public_title,
.studying_nav h2.public_title {
  display: block;
  height: 74px;
  background: url(lx_cms_index_title_bg.png) no-repeat;
}
.studying_information .left {
  width: 640px;
  float: left;
  overflow: hidden;
}
.studying_information .right {
  width: 310px;
  float: right;
  overflow: hidden;
}
/*资讯新闻*/
.studying_information .information_news {
  margin-top: 8px;
}
.studying_information .information_news ul.list_top {
  padding: 10px 0 18px 0;
  background: url(lx_xuxian_Bg.png) repeat-x left bottom;
}
.studying_information .information_news ul.list_top .title {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  /*隐藏文字加省略号*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.studying_information .information_news ul.list_top .textInfo {
  line-height: 24px;
  color: #999;
  font-size: 14px;
}
.studying_information .information_news ul.list_top .textInfo a {
  color: #e95f14;
  padding-left: 5px;
}
.studying_information .information_news ul.list_n {
  margin-top: 10px;
  overflow: hidden;
}
.studying_information .information_news ul.list_n li {
  height: 30px;
  line-height: 30px;
  width: 48%;
  float: left;
  margin-right: 1%;
  font-size: 14px;
  background: url(lx_cms_list-style_img1.png) no-repeat left center;
  text-indent: 10px;
  /*隐藏文字加省略号*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.studying_information .information_news ul.list_n li.f_r {
  float: right;
}
/*院校动态*/
.studying_information .college_trend {
  margin-top: 18px;
}
.studying_information .college_trend ul.list_n {
  margin-top: 10px;
  width: 416px;
  float: left;
  overflow: hidden;
}
.studying_information .college_trend ul.list_n li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: url(lx_cms_list-style_img1.png) no-repeat left center;
  /*隐藏文字加省略号*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.studying_information .college_trend ul.list_img {
  width: 210px;
  float: right;
  overflow: hidden;
}
.studying_information .college_trend ul.list_img li {
  width: 200px;
  height: 131px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  /*圆角样式*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.studying_information .college_trend ul.list_img li img {
  width: 200px;
  height: 131px;
}
.studying_information .college_trend ul.list_img li span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  /*背景颜色透明*/
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true', startColorstr=#99000000, endColorstr=#99000000);
  color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
/*图库*/
.studying_information .gallery {
  overflow: hidden;
  margin-top: 10px;
}
.studying_information .gallery .imgwarp {
  margin-top: 20px;
}
/*留学指南*/
.studying_information .travel_guide {
  margin-top: 16px;
}
.studying_information .travel_guide ul {
  margin-top: 10px;
  overflow: hidden;
}
.studying_information .travel_guide ul li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
;
  /*隐藏文字加省略号*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*奖学金*/
.scholarship {
  margin-top: 15px;
  overflow: hidden;
}
.scholarship h2.public_title {
  background-position: 0 -176px;
}
/*奖学金相关新闻*/
.scholarship .scholarship_news {
  margin-top: 8px;
  width: 640px;
  float: left;
}
.scholarship .scholarship_news ul.list_top {
  padding: 10px 0 18px 0;
  background: url(lx_xuxian_Bg.png) repeat-x left bottom;
}
.scholarship .scholarship_news ul.list_top .title {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  /*隐藏文字加省略号*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.scholarship .scholarship_news ul.list_top .textInfo {
  line-height: 24px;
  color: #999;
  font-size: 14px;
}
.scholarship .scholarship_news ul.list_top .textInfo a {
  color: #e95f14;
  padding-left: 5px;
}
.scholarship .scholarship_news ul.list_n {
  margin-top: 10px;
  overflow: hidden;
}
.scholarship .scholarship_news ul.list_n li {
  height: 30px;
  line-height: 30px;
  width: 48%;
  float: left;
  margin-right: 1%;
  font-size: 14px;
  background: url(lx_cms_list-style_img1.png) no-repeat left center;
  text-indent: 10px;
  /*隐藏文字加省略号*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.scholarship .scholarship_news ul.list_n li.f_r {
  float: right;
}
/*特色活动*/
.scholarship .special_events {
  margin-top: 8px;
  width: 310px;
  float: right;
}
/*专题页面样式*/
.bread_crumbs {
  height: 44px;
  line-height: 44px;
  color: #999;
}
.bread_crumbs a {
  color: #999;
}
.bread_crumbs a:hover {
  color: #c1272d;
}
.topicCon {
  padding: 0 6px;
}
.topicCon ul {
  width: 922px;
  margin: 0 auto;
}
.topicCon ul li {
  margin-top: 28px;
  height: 322px;
  /*方块阴影*/
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #dfdfdf;
}
.topicCon ul li a {
  display: block;
}
.topicCon ul li .topicImg {
  width: 920px;
  height: 194px;
}
.topicCon ul li p {
  background: url(lx_cms_topic_guide_ico.png) no-repeat;
  height: 96px;
  padding: 16px 18px 16px 148px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #5e5e5e;
}
.topicCon ul li a:hover p {
  color: #c1272d;
}
.topicCon .pages {
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
}
