/* lx_header */
.lx_header{
  max-height: 100px;
  border-bottom: 2px solid #E60012;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}
.lx_header .zg_layout{
  align-items: flex-end;
  /* padding: 28px 0; */
  align-items: center;
}
.lx_header .lx_logo,.lx_header .lx_logo a{
  font-size: 0;
  display: block;
}
.lx_header .lx_logo img{
  
}
.lx_header .lx_navs{
  width: 60%;
  font-size: 18px;
  height: 70px;
  align-items: center;
  padding-top: 15px;
}
.lx_header .lx_nav{
  height: 100%;
  display: flex;
  align-items: center;
}

.lx_header .lx_navs .lx_nav.on a{
  color: #E60012;
}

.lx_header .lx_navs .lx_nav a:hover{
  color: #E60012;
}

.lx_header .lx_tel{
  font-size: 22px;
  color: #E60012;
  font-weight: bold;
}
.lx_header .lx_tel img{
  margin-right: 6px;
  vertical-align: middle;
}

.lx_header_xiala{
  padding: 30px 0;
  box-shadow: 0px 10px 10px -8px #d0d0d0;
  
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}

.lx_header_xiala .toutiao h4{
  font-size: 36px;
  color: #E60012;
  text-align: center;
}

.lx_header_xiala .news{
  width: 100%;
  background-color: #FFF9F1;
  height: 50px;
  margin: 30px 0 40px 0;
  display: flex;
}

.lx_header_xiala .news .news_icon{
  width: 73px;
  height: 55px;
  margin-left: 14px;
  margin-top: -4px;
}

.lx_header_xiala .news .news_icon img{
  width: 100%;
}

.lx_header_xiala .news .news_list{
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.lx_header_xiala .news .news_list a{
  line-height: 50px;
}

.lx_header_xiala .news .news_list .t_li:hover a{
  color: #E60012;
}
.lx_header_xiala .news .news_list .t_li::before{
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #F6CE99;
}


.lx_header_xiala .rdks{
  width: 63%;
}

.lx_header_xiala .rdks .title{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 18px;
}

.lx_header_xiala .zbkt{
  width: 33%;
}
.lx_header_xiala .zbkt .title{
  margin-bottom: 18px;
  height: 30px;
}
.lx_header_xiala .zbkt .title img{
  height: 100%;
}

.lx_header_xiala .zbkt .kt_list{
  margin-left: 14px;
  border-left: 2px solid #bdbdbd;
}
.lx_header_xiala .zbkt .kt_list ul{
  margin-left: -14px;
}
.lx_header_xiala .zbkt .kt_list li{
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  cursor: pointer;
}
.lx_header_xiala .zbkt .kt_list li::before{
  content: "";
  background: url(../../images/icons/vedio_icon.png) no-repeat;
  width: 30px;
  height: 26px;
  background-size: auto 100%;

}
.lx_header_xiala .zbkt .kt_list li a{
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.lx_header_xiala .zbkt .kt_list li a span{
  font-size: 16px;
  font-weight: bold;
  margin-right: 14px;
  margin-left: 14px;
}


.lx_header_xiala .zbkt .kt_list li:hover::before{
  
  background: url(../../images/icons/vedio_on_icon.png) no-repeat;
  background-size: auto 100%;
}
.lx_header_xiala .zbkt .kt_list li:hover a{
  
  color: #E60012;
}
.lx_header_xiala .zbkt .kt_list li:hover a span{
  
  color: #E60012;
}

.lx_hot_spot {
height: 70px;
border: 1px solid #E6E6E6;
}

.lx_hot_spot .lx_hot_spot_inside {
height: 100%;
line-height: 69px;
position: relative;
padding-left: 100px;
}

.lx_hot_spot .lx_hot_spot_inside .hot_spot {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 0;
width: 96px;
height: 28px;
border: 1px solid #EF2D36;
border-radius: 3px;
line-height: 26px;
font-size: 16px;
color: #EF2D36;
font-weight: bold;
text-align: center;
}

.lx_hot_spot .lx_hot_spot_inside .hot_list_mod{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lx_hot_spot .lx_hot_spot_inside .hot_list_mod .hot_list{
position: absolute;
  left: 6px;
  top: 22px;
  height: 100%;
}

.lx_hot_spot .lx_hot_spot_inside .hot_list_mod .hot_list a{
margin-right: 24px;
}
.lx_hot_spot .lx_hot_spot_inside .hot_list_mod .hot_list a::before{
content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #F6CE99;
  margin-right: 8px;
  vertical-align: middle;
}

.lx_list {
position: relative;
overflow: hidden;
padding-top: 18px;
margin-top: 20px;
}

.lx_list .your-location {
position: relative;
  padding-left: 20px;
  color: #666;
  line-height: 16px;
}

.lx_list .your-location i {
position: absolute;
display: block;
width: 8px;
height: 8px;
}

.lx_list .your-location i:first-of-type {
background-color: #CCC;
bottom: 0;
left: 4px;
}

.lx_list .your-location i:last-of-type {
background-color: #858585;
bottom: 3px;
left: 0;
}

.lx_list .your-location span {
font-size: 12px;
color: #999;
line-height: 12px;
display: inline-block;
}

.lx_list .your-location a {
font-size: 12px;
line-height: 12px;
display: inline-block;
color: #666;
}

.lx_list .lx_list_left {
width: 66.3%;
margin-top: 30px;
position: relative;
}

.lx_list .lx_list_title {
height: 38px;
line-height: 29px;
font-size: 22px;
color: #333;
border-bottom: 1px solid #DDD;
}

.lx_list .lx_list_title span {
position: relative;
display: inline-block;
height: 100%;
}

.lx_list .lx_list_title span i {
position: absolute;
left: 0;
right: 0;
height: 2px;
background-color: #EF2D36;
bottom: -1px;
}

.lx_list .lx_list_xiangmu{
position: absolute;
  right: 0;
  top: 0;
} 

.lx_list .lx_list_xiangmu a{
display: block;
  margin-left: 20px;
  font-size: 18px;
} 
.lx_list .lx_list_xiangmu a:hover{
color: #ef2d36;
} 

.lx_list .lx_list_xiangmu2{
margin: 18px 6px;
justify-content: space-around;
}

.lx_list .province_list{

background: #eee;
padding: 8px 12px;

}
.lx_list .province_list span{
display: inline-block;
width: 44px;
height: 100%;
font-size: 14px;
font-weight: bold;
}

.lx_list .province_list ul{
width: 92%;
}

.lx_list .province_list ul li{
float: left;
text-align: center;
margin-bottom: 12px;
border-radius: 10px;
padding: 0 14px;
}
.lx_list .province_list ul li a{

}
.lx_list .province_list ul li a:hover{
color: #ef1a18;
}

.lx_list .province_list ul li.act{
background: #ef1a18;
}

.lx_list .province_list ul li.act a{
color: #fff;

}



.lx_list .city_list{

background: #eee;
padding: 8px 12px;

}
.lx_list .city_list span{
display: inline-block;
width: 44px;
height: 100%;
font-size: 14px;
font-weight: bold;
}

.lx_list .city_list ul{
width: 92%;
}

.lx_list .city_list ul li{
float: left;
text-align: center;
margin-bottom: 12px;
border-radius: 10px;
padding: 0 14px;
}
.lx_list .city_list ul li a{

}
.lx_list .city_list ul li a:hover{
color: #ef1a18;
}

.lx_list .city_list ul li.act{
background: #ef1a18;
}

.lx_list .city_list ul li.act a{
color: #fff;

}





.lx_list .lx_list_province {
background-color: #F8F8F8;
border: 1px solid transparent;

flex-wrap: wrap;
justify-content: space-between;
align-content: space-between;

margin: 20px auto;
padding: 14px 0;
}

.lx_list .lx_list_province a {
color: #333;
font-size: 16px;
margin-right: 4.9%;
margin-top: 4px;
margin-bottom: 4px;
margin: 0.5% 2%;
}

.lx_list .lx_list_province i {
height: 0;
margin-right: 4.9%;
}


.lx_list_content{
padding: 16px 0;
}

.lx_list .lx_list_line {
position: relative;
line-height: 50px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding-right: 90px;
}

.lx_list .list_infoflow_ad{
    position: relative;
    display: flex;
    display: -webkit-flex;
    line-height: 50px;
    white-space: nowrap;
    align-items: center;
}

.lx_list .list_infoflow_ad a{
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ff2d00;
}

.lx_list .list_infoflow_ad span{
	color: #ff2d00;
	position: relative;
	background: url("//www.zglinxuan.com/statics/images/icons/hot_fill_red.png") right center no-repeat;
	background-size: 20px auto;
	padding-right: 20px;
}

.lx_list .lx_list_line.list_tj:last-child{
margin-bottom: 6px;
}

.lx_list .lx_list_line .hot_spot {
position: absolute;
display: block;
left: 0;
top: 0;
bottom: 0;
margin: auto 0;
width: 74px;
height: 24px;
line-height: 24px;
background-color: #EF2D36;
border-radius: 2px;
text-align: center;
font-size: 16px;
color: #FFF;
}

.lx_list .lx_list_line a {
color: #333;
font-size: 18px;
}

.lx_list .lx_list_line a:hover {
color: #E60012;
}

.lx_list .lx_list_line.list_tj a{
  margin-left: 82px;
}

.lx_list .lx_list_line i {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
font-size: 16px;
color: #999;
}
.lx_list .lx_list_line a.lx_list_line_left {
  margin: auto 0;
  font-size: 16px;
  color: #999;
  line-height: 44px;
}
.lx_list .lx_list_line i.lx_list_line_left {
left: 0;
}

.lx_list .lx_list_line i.lx_list_line_right {
right: 0;
}

.lx_list .lx_list_line i.lx_list_today {
color: #EF2D36;
}

.list_pagebox {
  text-align: center;
}
.list_pagebox p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  text-indent: 0;
}
.list_pagebox p span {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  height: 28px;
  border: 1px solid #f24443;
  margin-right: 3px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background: #f24443;
  font-family: "Microsoft yahei";
}

.list_pagebox p a {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  height: 28px;
  border: 1px solid #e7e7e7;
  /* margin-right: 15px; */
  margin-right: 3px;
  text-align: center;
  line-height: 28px;
  color: #666;
  background: #fff;
  font-family: "Microsoft yahei";
}
.lx_list .lx_list_contain{
display: flex;
justify-content: space-between;
margin-bottom: 26px;
}

.lx_footer_border {
background-color: #333;
padding-top: 40px;
border-bottom: 1px solid transparent;
}

.lx_footer_border .lx_footer {
display: flex;
display: -webkit-flex;
justify-content: space-between;
margin-bottom: 39px;
padding: 0 8%;
}

.lx_footer_border .lx_footer>div {
height: 195px;
border-right: 1px solid rgba(231, 231, 231, 0.1);
flex: 1;
}

.lx_footer_border .lx_footer>div:nth-last-child(1) {
border: none;
}

.lx_footer_border .lx_footer .footer-content {
justify-content: center;
}

.lx_footer_border .lx_footer .footer-content span {
display: inline-block;
font-size: 22px;
}

.lx_footer_border .lx_footer .footer-content:first-of-type {
justify-content: flex-start;
}

.lx_footer_border .lx_footer .footer-content span a:first-of-type {
color: #FFF;
font-size: 20px;
}

.lx_footer_border .lx_footer .footer-content span a {
color: #D0D0D0;
font-size: 14px;
}

.lx_footer_border .lx_footer .footer-qr {
flex: 2.5;
align-content: center;
align-items: center;
justify-content: space-around;
}

.lx_footer_border .lx_footer .footer-qr .footer-qr-border {
display: block;
position: relative;
background-color: #FFFFFF;
border: 1px solid transparent;
/* padding: 100% 0 0; */
font-size: 0;
}

.lx_footer_border .lx_footer .footer-qr .footer-qr-border img {
display: block;
width: 120px;
margin: 1px;
}

.lx_footer_border .lx_footer .footer-qr .footer-qr-border span {
position: absolute;
left: 0;
right: 0;
top: -26px;
line-height: 20px;
font-size: 20px;
color: #FFFFFF;
text-align: center;
}

.lx_footer_border .lx_footer .footer-other-info {
flex: 2;
justify-content: center;
}

.lx_footer_border .lx_footer .footer-other-info section {
display: inline-block;
font-size: 0;
text-align: left;
}

.lx_footer_border .lx_footer .footer-other-info section span {
display: inline-block;
width: 50px;
height: 50px;
border-radius: 5px;
background-color: #CCC;
margin-bottom: 30px;
position: relative;
}

.lx_footer_border .lx_footer .footer-other-info section span:last-of-type {
margin-bottom: 20px;
}

.lx_footer_border .lx_footer .footer-other-info section span img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 52%;
}

.lx_footer_border .lx_footer .footer-other-info section span i {
position: absolute;
white-space: nowrap;
left: 120%;
}

.lx_footer_border .lx_footer .footer-other-info section span i:nth-child(1) {
font-size: 14px;
line-height: 14px;
color: #D0D0D0;
top: 0;
}

.lx_footer_border .lx_footer .footer-other-info section span i:nth-last-child(2) {
font-size: 30px;
line-height: 30px;
color: #FFF;
bottom: 0;
}

.lx_footer_border .lx_footer .footer-other-info section span:last-of-type a {
position: absolute;
white-space: nowrap;
left: 120%;
font-size: 20px;
line-height: 20px;
color: #FFF;
bottom: 0;
}

.lx_footer_border .lx_footer .footer-other-info section>i {
display: inline-block;
line-height: 14px;
font-size: 14px;
color: #999;
}

.zg_footer {
height: 106px;
line-height: 105px;
font-size: 0;
border-top: 1px solid rgba(231, 231, 231, 0.1);
text-align: center;
background: #333;
}

.zg_footer section {
display: inline-block;
vertical-align: middle;
font-size: 12px;
line-height: 26px;
color: #999;
}

.zg_footer section a {
color: #999;
font-size: 12px;
}

.big_box_17ne{
text-align: center;
}

.big_box_17ne h3{
margin: 30px 0;
font-size: 24px;
color: #bbb;
}
.big_box_17ne .box_2017m>div{
border: 1px solid #bbb;
width: 90%;
padding: 10px 20px;
box-sizing: border-box;
display: flex;
justify-content: space-around;
align-items: center;
margin: 14px auto;
color:#7e7777;
}
.big_box_17ne .box_2017m a{
color: #ff4c4a;
}

@media screen and (max-width:1600px) {

	/* 平台 */
	.lx_list .lx_list_right .lx_list_right_part1 .list_right_part1_title1 {
        font-size: 26px;
        margin-top: 19.5%;
    }
    .lx_list .lx_list_right .lx_list_right_part1 .list_right_part1_title2 {
        font-size: 16px;
    }

    .lx_list .lx_list_right .lx_list_right_part1 .list_right_part1_follow {
        font-size: 20px;
        width: 42%;
        line-height: 46px;
        border-radius: 25px;
        font-size: 16px;
    }

    .lx_list .lx_list_right .lx_list_right_part1 .lx_list_part1_links a {
        width: 54px;
        height: 54px;
    }

    .lx_list .lx_list_right .lx_list_right_part1 .lx_list_part1_links a span {
        font-size: 16px;
    }

    .lx_list .lx_list_right .list_right_join .img-border {
		width: 70px;
		height: 70px;
    }
    
    /* 考试日历 */
    .lx_list .lx_list_right .list_right_calendar .calendar_title {
        font-size: 22px;
    }

    /* 快捷导航 */
    .lx_list .lx_list_navigation .navigation_line a {
        width: 20.9%;
        padding-top: 20.9%;
    }
    .lx_list .lx_list_navigation .navigation_line a span {
        font-size: 18px;
        margin-top: 6px;
    }

}


@media screen and (max-width: 1366px) {

  .lx_list .lx_list_line {
		line-height: 46px;
	}

	.lx_list .lx_list_line .hot_spot {
		line-height: 24px;
		font-size: 14px;
	}
	.lx_list .lx_list_line a {
		font-size: 16px;
	}

  .lx_list .lx_list_right .lx_list_right_part1 .list_right_wechat {
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
  }

  .lx_list .lx_list_right .lx_list_right_part1 .list_right_part1_title2 {
    font-size: 16px;
    line-height: 16px;
  }

  .lx_list .lx_list_right .lx_list_right_part1 .lx_list_part1_links a span {
    font-size: 16px;
    line-height: 20px;
    bottom: -32px;
  }

  .lx_list .lx_list_right .list_right_join .img-border {
    left: 6.2%;
    width: 60px;
    height: 60px;
  }

  .lx_list .lx_list_right .list_right_join .list_right_join_contnet {
    font-size: 18px;
  }

  .lx_list .lx_list_right .list_right_calendar .table_title span {
    font-size: 14px;
  }

  .lx_list .lx_list_right .list_right_calendar .table_outside table {
    font-size: 14px;
  }

  .lx_list .lx_list_navigation .navigation_line a span {
    font-size: 18px;
    line-height: 18px;
  }
}


