/*å±…ä¸­è·Ÿä¸¤è¾¹å¯¹é½start*/
.lists,
.cen-lists {
  text-align: justify;
  text-align-last: justify;
}
.lists .list,
.cen-lists .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.lists p,
.cen-lists p {
  text-align: left;
  text-align-last: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: #646464;
  font-weight: bold;
  font-size: 14px;
}
.lists h6,
.cen-lists h6 {
  text-align: left;
  text-align-last: left;
}
.cen-lists {
  text-align: center;
  text-align-last: center;
}
.cen-lists .list {
  margin: auto 16px;
}
/*å±…ä¸­è·Ÿä¸¤è¾¹å¯¹é½end*/
.banner {
  display: inline-block;
  width: 100%;
  height: 360px;
  background: url("../images/blue/banner1.jpg") no-repeat center center;
}
.vip-img {
  background: url(../images/public/icon/vip-icon.png) no-repeat top left;
  display: inline-block;
  width: 57px;
  height: 54px;
  line-height: 54px;
}
.sm-vip-img {
  background: url(../images/public/icon/sm-vip-icon.png) no-repeat top left;
  display: inline-block;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.left-title {
  text-indent: 14px;
  line-height: 24px;
  height: 24px;
  text-align: left;
  text-align-last: left;
  font-size: 16px;
}
.title {
  text-align: center;
  color: #333;
}
.title-line-box {
  position: relative;
  height: 50px;
  margin-bottom: 65px;
}
.title-line-box .title-line {
  width: 250px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: auto;
  left: 50%;
  background: #fff;
  margin-left: -125px;
  margin-top: 25px;
}
.title-line-box .title-line h4,
.title-line-box .title-line p {
  margin: 0;
  text-align: center;
  line-height: normal;
  font-weight: normal;
}
.title-line-box .title-line h4 {
  font-size: 24px;
}
.boundary {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.quick-actions a {
  display: block;
  text-align: center;
  text-align-last: center;
  color: #666;
  font-size: 18px;
}
.quick-actions i {
  display: block;
  width: auto;
  height: 55px;
  margin: 5px auto;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}
.quick-actions h6 {
  font-size: 16px;
  color: #333;
  margin: 10px auto;
  text-align: center;
  text-align-last: center;
}
.quick-actions p {
  white-space: normal;
  color: #3c3c3c;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
.wrapper-float {
  /* overflow: auto; */
}
.wrapper-float .left {
  float: left;
  margin-right: 20px;
}
.wrapper-float .right {
  float: none;
  margin-left: 0;
  overflow: auto;
  line-height: 26px;
}
.left-wrap {
  float: left;
  width: 710px;
}
.right-wrap {
  float: right;
  width: 273px;
}
.special_pic {
  position: relative;
}
.special_pic .t_layer {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 6px 0;
}
.special_pic .t_layer a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
}
.special_pic .left {
  margin-right: 40px;
}
.special_msg {
  color: #999;
  font-size: 16px;
}
.special_msg h5 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: normal;
  color: #333;
}
.special_btn {
  margin-top: 30px;
}
.switch_tabs {
  border-bottom: 1px solid #e6e6e6;
}
.switch_tabs li {
  float: left;
}
.switch_tabs a {
  display: inline-block;
  width: auto;
  height: 48px;
  line-height: 48px;
  margin-bottom: -2px;
  color: #333;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  cursor: pointer;
  padding: 0 15px;
}
.switch_tabs a:hover {
  -webkit-border-radius: 5px;
  -moz-border-raidus: 5px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  
}
.lines-tab {
  border-left: 1px solid #fff;
}
.lines-tab li {
  float: left;
  width: auto;
  height: 42px;
  line-height: 42px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: center;
  border-radius:5px 5px 0px 0px;
}
.lines-tab li a {
  color: #333;
  padding: 0 30px;
  font-size: 16px;
  display: inline-block;
  margin-top: -1px;
  margin-left: -1px;
}
.lines-tab li.this a,
.lines-tab li a:hover {
  display: inline-block;
  width: auto;
  height: 43px;
  line-height: 43px;
  padding: 0 30px;
  color: #FFF;
  margin-top: -1px;
  margin-left: -1px;
}
.lines-tab.bborder {
  border-bottom: 1px solid #0CB3F9;
}
.highcharts-yaxis-grid .highcharts-grid-line:last-child {
  stroke: #1a96d4;
  stroke-width: 3;
}
.subject-wrap {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.subject-wrap i {
  font-size: 50px;
}
.subject-wrap .range {
  display: none;
}
.subject-wrap li {
  width: 70px;
  line-height: normal;
  float: left;
  text-align: center;
  margin-right: 62px;
}
.subject-wrap li.first {
  margin-right: 18px;
  margin-left: 0;
}
.subject-wrap .course {
  background: #fff;
  border: 0;
  border: 1px solid #e6e6e6;
}
.subject-wrap .clear-btn a {
  margin-top: 108px;
  display: inline-block;
  text-decoration: underline;
}
.subject-wrap .check-box {
  margin-top: 30px;
}
.subject-wrap .first .check-box {
  margin-top: 108px;
  text-align: left;
  width: auto;
}
/*æ£€ç´¢start*/
.retrieve {
 
  height: auto;
 
margin-top:0px
}
.retrieve table {
  width: 100%;
}
.retrieve .check-box {
  margin-right: 14px;
}
.retrieve tr:last-child td {
  border-bottom: 0;
}
.retrieve td {
  border-bottom: 1px dashed #e6e6e6;
  padding: 8px 0;
  color: #333;
  font-weight: bold;
}
.retrieve td span {
  display: inline-block;
  margin-right: 10px;
}
.retrieve td .this {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
}
.retrieve td .this a {
  color: #FFF;
}
.retrieve td a {
  font-weight: normal;
}
.retrieve .border0 td {
  border-bottom: 0;
}
.retrieve .sub-search {
  position: relative;
  width: 382px;
}
.retrieve .sub-search .subject-input {
  width: 100%;
}
.retrieve .img-search {
  border: 0;
  position: absolute;
  top: 1px;
  right: -9px;
  bottom: auto;
  left: auto;
  margin: 0;
}
.retrieve td .this:hover {
  color: #fff;
}
.retrieve td .sp {
  margin-bottom: 5px;
}
.retrieve td.noline {
  border-bottom: none;
}
/*æ£€ç´¢end*/
/*table start*/
.table {
  width: 100%;
  margin: 20px auto;
}
.table th {
  height: 40px;
  line-height: normal;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.table td {
  border: 1px solid #e6e6e6;
}
/*table end*/
/*page start*/
.page_main {
  padding-top: 30px;
  overflow: hidden;
}
.record {
  float: left;
  padding-right: 12px;
  height: 32px;
  line-height: 32px;
}
.record span {
  padding-right: 6px;
}
.pages {
  text-align: center;
}
.pages a {
  color: #666;
  border: 1px solid #ddd;
  padding: 1px 9px;
  display: inline-block;
  margin-right: 5px;
}
.pages a:hover {
  color: #fff;
  padding: 1px 9px;
  text-decoration: none;
}
.pages a.this {
  color: #FFF;
  display: block;
}
.pages a.first {
  border: 1px solid #ccc;
  font-size: 14px;
}
.pages a:hover.first {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.pages a.last {
  font-size: 14px;
  font-weight: bold;
}
.pages span.current {
  color: #fff;
  border: 1px solid #ddd;
  padding: 1px 9px;
  display: inline-block;
  margin-right: 5px;
}
/*page end*/
.search_ins {
  position: relative;
  margin: 24px 0;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  _display: inline;
}
.search_ins td {
  padding: 5px 0;
}
.search_ins input {
  width: 630px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-raidus: 5px;
  border-radius: 5px;
  margin-right: 6px;
  color: #999;
  
}
.search_ins .bms-button {
  width: 110px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.search_ins .yms-button {
  width: 120px;
  font-size: 16px;
}
.ser_inp {
  width: 280px;
  height: 30px;
  line-height: 30px;
  float: left;
  border: 1px solid #e6e6e6;
  text-indent: 15px;
  color: #999;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  
}
#append {
  border: solid #CDCFD0 1px;
  display: none;
  position: absolute;
  top: 42px;
  left: 0px;
  background: #fff;
  padding: 4px;
  margin-top: -8px;
  margin-left: 0px;
  z-index: 10000;
}
#append .item {
  padding: 3px 5px;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-match {
  color: #333;
  margin: 20px 0;
}
.search-match tr {
  height: 36px;
  line-height: 36px;
  padding: 5px 0;
}
.search-match select {
  padding: 4px;
  border: 1px solid #e6e6e6;
}
.search-match input {
  margin: 0 10px;
}
.search-match .mblue-button,
.search-match .syellow-button {
  height: 32px;
  line-height: 32px;
  width: 110px;
  margin: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  
}
.search-match .word {
  font-size: 20px;
  color: #333;
  font-weight: bolder;
  margin-right: 10px;
}
.search-match td {
  padding: 0;
  margin: 0 10px;
}
.search-match .w100 {
  width: 100px;
  margin: 0 10px;
}
.search-match .school_rank select {
  height: 32px;
  line-height: 32px;
  width: 80px;
}
.search-match .sco_box {
  height: 32px;
  line-height: 32px;
}
.search_chance h3 {
  font-size: 22px;
  line-height: 38px;
  margin: 10px 0 6px;
  color: #000;
}
.search_chance .syellow-button {
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  width: 80px;
  
}
.search_chance .w100 {
  width: 100px;
}
.search_chance .w80 {
  width: 80px;
}
.colleges_list {
  margin-top: 20px;
}
.colleges_list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  height: 130px;
}
.colleges_list .contrast_btns {
  float: left;
  _float: none;
  padding-top: 40px;
  position: relative;
}
.colleges_list .contrast_btns .c_select {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 11px;
}
.colleges_list .contrast_btns a {
  margin-left: 20px;
}
.colleges_list .colleges_pic {
  float: left;
  padding-right: 30px;
  height: 130px;
}
.colleges_list .colleges_pic img {
  border: 0;
  width: 120px;
  height: 120px;
}
.colleges_list .colleges_msg {
  position: relative;
  float: left;
  width: 487px;
  height: 130px;
}
.colleges_list .c_name a {
  color: #000;
  font-size: 20px;
  line-height: normal;
}
.colleges_list .c_msgs {
  padding: 10px 0;
}
.colleges_list .c_msgs span {
  padding-right: 15px;
}
.colleges_list .mblue-button {
  width: 94px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  
}
.colleges_list .col_b,
.colleges_list .col_s {
  position: relative;
  margin-left: 15px;
  display: inline-block;
  width: 104px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-raidus: 3px;
  border-radius: 3px;
  cursor: pointer;
  
}
.colleges_list .col_b span,
.colleges_list .col_s span {
  padding-left: 30px;
}
.c_labels span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  width: 38px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 5px 5px;
}
/*å¯¹æ¯”æµ®å±‚å¼€å§‹*/
.c_div {
  position: fixed;
  left: 50%;
  bottom: 0px;
  width: 1000px;
  margin-left: -500px;
}
.c_div .contrast_titles {
  width: 1000px;
  height: 37px;
  background: #fff;
}
.c_div .contrast_titles li {
  float: left;
  width: 102.5px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  text-align: center;
  margin-bottom: -3px;
}
.c_div .contrast_titles li a {
  font-weight: bold;
  font-size: 16px;
}
.c_div .contrast_titles li.g {
  border: 1px solid #ccc;
  border-bottom: 0;
  position: relative;
  z-index: 0;
  background-color: #FFF;
}
.c_div .contrast_titles li.g a {
  color: #999;
  font-weight: normal;
}
.c_div .contrast_titles li.l {
  font-weight: normal;
  letter-spacing: 2px;
  width: 765px;
  background-color: #FFF;
  text-align: right;
  border: 1px solid #fff;
  border-bottom: 0;
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding-right: 17px;
}
.c_div .contrast_titles li.l a {
  font-size: 14px;
  font-weight: normal;
}
.contrast_lists {
  width: 971px;
  height: 180px;
  background-color: #FFF;
  margin-top: -3px;
  padding: 10px;
}
.contrast_lists li {
  float: left;
  border-right: 1px dashed #ccc;
  width: 193.1px;
  height: 180px;
}
.contrast_lists li .pic {
  text-align: center;
}
.contrast_lists li .pic img {
  width: 100px;
  height: 100px;
  padding: 10px 0 5px 0;
}
.contrast_lists li .msgs {
  text-align: center;
}
.contrast_lists .msgs a {
  cursor: pointer;
}
.contrast_lists .msgs a:hover {
  text-decoration: underline;
  background-color: #FFF;
}
.contrast_lists .c_btn {
  padding: 60px 0 0 0;
  text-align: center;
}
.contrast_lists .p-title {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  padding: 0 10px;
}
/*å¯¹æ¯”æµ®å±‚end*/
.contrast-box {
  margin-top: 20px;
  line-height: 50px;
  color: #000;
}
.contrast-box td span {
  clear: left;
  display: block;
}
.contrast-box .yms-button {
  width: 136px;
}
/*å·¦ä¾§åˆ—è¡¨start*/
.sur_lists {
  width: 165px;
  padding-right: 20px;
}
.sur_lists .sur_list {
  width: 163px;
  height: auto;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-top: 0;
}
.sur_lists .sur_list ul li {
  float: left;
  width: 165px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.sur_lists .sur_list ul li a {
  width: 165px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-bottom: 0;
  border-top: 0;
  color: #333;
  font-size: 16px;
}
/*å·¦ä¾§åˆ—è¡¨end*/
/*artdialogå¼¹çª—start*/
.tc_mk1 h4 {
  color: #fff;
  float: left;
  font-size: 26px;
  text-indent: 20px;
  font-weight: normal;
}
.tc_mk1 {
  width: 420px;
  height: auto;
  font-size: 18px;
  background: #fff;
}
.tc_mk1 p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #646464;
}
.zf_btn {
  background: #1cb775;
  width: 203px;
  height: 46px;
  font-size: 20px;
  line-height: 46px;
  margin: 10px auto;
  display: block;
  text-align: center;
  color: #333;
  text-indent: 0;
  border-radius: 5px;
  color: #fff;
  
}
.tc_mk1 p a {
  height: 33px;
  font-size: 18px;
  line-height: 33px;
  margin: 10px auto 20px;
  display: inline-block;
  text-align: center;
  text-indent: 0;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 5px 5px #ccc;
  font-weight: normal;
  padding: 2px 20px;
  background: -webkit-linear-gradient(#0581b8, #19aeef);
  background: -o-linear-gradient(#0581b8, #19aeef);
  background: -moz-linear-gradient(#0581b8, #19aeef);
  background: linear-gradient(#0581b8, #19aeef);
  
}
.tc_mk1 .tool_time {
  font-size: 14px;
  text-align: center;
  text-indent: 0;
  margin-top: 17px;
}
.mk1_zz {
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.tc_mk1 {
  text-align: center;
  width: 420px;
  text-align: left;
  color: #646464;
}
#single_price1,
#single_price2 {
  display: none;
}
.first_user .try_out {
  font-size: 18x;
  text-indent: 0;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.first_user p {
  margin-top: 34px;
}
.first_user .tool_time {
  margin-top: 2px;
}
/*artdialogå¼¹çª—end*/
.the_eva ul li {
  float: left;
  border-bottom: 1px dashed #e4e4e4;
  padding: 12px 0;
  width: 760px;
}
.the_eva ul li.pingan{
  float: left;
  border-bottom: 1px dashed #e4e4e4;
  padding: 12px 0;
  width: 815px;
}
.per_eva {
  float: left;
}
.per {
  padding-left: 0;
  float: left;
}
.per img {
  vertical-align: middle;
  border: 0;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  /* Gecko browsers */
  -webkit-border-radius: 20px;
  /* Webkit browsers */
  border-radius: 20px;
  /* W3C syntax */
  
}
.per .head01 {
  width: 40px;
  padding: 0 20px;
}
.per .name01 {
  text-align: center;
  width: 80px;
  padding: 5px 0 0 0;
}
.eva {
  padding-left: 100px;
  _padding-left: 10px;
  width: 400px;
  padding-right: 50px;
  color: #666;
}
.pingan_eva {
  padding-left: 100px;
  _padding-left: 10px;
  width: 525px;
  padding-right: 50px;
  color: #666;
}
.date_praise {
  float: left;
}
.date {
  padding: 0 40px 0 0;
  float: left;
  color: #999;
  font-size: 12px;
}
.pingan_date {
  float: left;
  color: #999;
  font-size: 12px;
}
.praise a {
  width: 30px;
  height: 30px;
  padding-left: 22px;
  cursor: pointer;
}
/*æˆ‘çš„å¼¹çª—*/
.my_windows {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
/*æˆ‘çš„å¼¹æ¡†*/
/*è¿”å›žé¡¶éƒ¨ç«ç®­*/
.goTopBtn {
  width: 90px;
  text-align: center;
  float: left;
  cursor: pointer;
  position: fixed;
  bottom: 160px;
  right: 32px;
  line-height: normal;
}
.goTopBtn i {
  color: #666;
  font-size: 72px;
  -webkit-transition: font-size 0.25s ease-out 0s;
  -moz-transition: font-size 0.25s ease-out 0s;
  transition: font-size 0.25s ease-out 0s;
  cursor: pointer;
}
.goTopBtn span {
  color: #666;
  display: block;
  width: 90px;
  text-align: center;
}
.goTopBtn i:hover {
  font-size: 86px;
}


.outer{position:relative; height:500px;}
.luqu_bg{font-size:20px;background:url(../images/public/service/luqu_bg.jpg) repeat;width:1000px;height:100%;position:absolute;top: 3px;
    left: 50%;
    margin-left: -500px;text-align:center;color:#464141;}
.luqu_bg p.price{margin-top:114px;}
.luqu_bg.luqu_bg1{
  background:url(../images/public/service/luqu_bg1.png) repeat;
}
.luqu_bg.luqu_bg2{
  background:url(../images/public/service/luqu_bg2.png) repeat;
}
.outer.outer500{
    float:left;
    width:100%;
    position: relative;
}
.outer.outer500 .luqu_bg{
    width:100%;
    left:0;
    margin-left:0;
}

/*æ ¹æ®ç§‘ç›®é€‰ä¸“ä¸š å¢žåŠ æ–‡å­— start*/
.title.change-title{
  margin-bottom:0; 
}
.title-tips{
  margin-bottom:40px;
  font-size:12px;
  text-align:center;
}
/*æ ¹æ®ç§‘ç›®é€‰ä¸“ä¸š å¢žåŠ æ–‡å­— end*/

/* 按钮切换页面 start */
.typebtnnav{
  margin-bottom: 12px;
  height: 46px;
  border-bottom: 2px solid #00A2E9;
  position: relative;
  margin-top: 20px;
}
.typebtnnav div{
  float: left;
  padding: 0 20px;
  margin-top: 8px;
  min-width: 98px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  color: #666;
  border-bottom: 0;
}
.typebtnnav div a{
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.typebtnnav div.typebtnnavactive{
  margin-top: 0;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background: #00A2E9;
  border-radius: 4px 4px 0 0;
  border-color: #00A2E9;
}
/* 按钮切换页面 end */

.scoretipbox{
  margin-top: 16px;
  width: 100%;
  height: 42px;
  background: rgba(53, 171, 233, 0.16);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #35ABE9;
  line-height: 42px;
  padding: 0 10px;
  box-sizing: border-box;
}

/* 院校标签 start */
.new-college-tag .colltagitem{
  display: inline-block;
  height: 22px;
  padding:4px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  border-radius: 4px;
  text-align: center;
  line-height: 14px;
  margin-right: 6px;
  margin-top: 6px;
}
.new-college-tag .colltagitem:last-of-type{
  margin-right: 0;
}
.new-college-tag .colltagitem.double{
  background: rgba(255, 155, 45, .1);
  color:rgba(255, 155, 45, 1);
}
.new-college-tag .colltagitem.folk{
  background: rgba(20, 174, 245, .1);
  color:rgba(20, 174, 245, 1);
}
.new-college-tag .colltagitem.jiuba{
  background: rgba(24, 186, 75, .1);
  color:rgba(24, 186, 75, 1);
}
.new-college-tag .colltagitem.eryi{
  background: rgba(0, 153, 255, .1);
  color:rgba(0, 153, 255, 1);
}
.new-college-tag .colltagitem.strong{
  background: rgba(253, 108, 11, .1);
  color:rgba(253, 108, 11, 1);
}
.new-college-tag .colltagitem.study{
  background: rgba(138, 74, 243, .1);
  color:rgba(138, 74, 243, 1);
}
.new-college-tag .colltagitem.upright{
  background: rgba(241, 86, 67, .1);
  color:rgba(241, 86, 67, 1);
}
.new-college-tag .colltagitem.tui{
  background: rgba(255, 155, 45, .1);
  color:rgba(255, 155, 45, 1);
}
.new-college-tag .colltagitem.double_a{
  background: rgba(24, 186, 75, .1);
  color:rgba(24, 186, 75, 1);
}
.new-college-tag .colltagitem.double_b{
  background: rgba(253, 108, 11, .1);
  color:rgba(253, 108, 11, 1);
}
.new-college-tag .colltagitem.firstsub{
  background: rgba(138, 74, 243, .1);
  color:rgba(138, 74, 243, 1);
}
.new-college-tag .colltagitem.staterun{
  background: rgba(241, 86, 67, .1);
  color:rgba(241, 86, 67, 1);
}
/* 院校标签 end */