/* index页面 */
.index_mian {
   background: #F3F3F3;
    width: 100%;
    overflow: hidden;
}

.index_mian_center {
 width: 1200px;
    margin: 0 auto;;
}

.block {
  display: block;
}

.none {
  display: none;
}
a:hover{
    text-decoration: underline;
}
/*轮播图样式*/
.swiper_custom{
    position: relative;
    width: 100%;
    overflow: hidden;
  }
.swiper_custom .size{
    width: 100%;
    height: 100%;
}
.swiper_custom .button_last{
    height: 62px;
    width: 25px;
    background-image: url(/statics/theme/img/content/bg_left.png);
    background-repeat: initial;
}
.swiper_custom .button_next{
    height: 62px;
    width: 25px;
    background-image: url(/statics/theme/img/content/bg_right.png);
    background-repeat: initial;
}

/* 第一栏 banner开始 */
.index_banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.index_banner>div{
    display: flex;
    align-items: center;
}
.index_banner>div>a{
    display: flex;
}
.index_banner>div:first-child img{
    width: 290px;
    height: 80px;
}
.index_banner>div:last-child{
    margin-top: 10px;
}
.index_banner>div:last-child img{
    width: 230px;
    height: 80px;
}
.index_banner>div>a:not(:first-child){
    margin-left: 13px;
}
/* 第一栏 banner结束 */

/* 第二栏 快速入口 swiper 文章结束 */
.index_enterSwiper{
    margin-top: 10px;
    display: flex;
    /* margin-left: 360px; */
}
.index_enter{
    width: 280px;
    height: 392px;
    box-sizing: border-box;
    padding: 15px 10px;
    background-color: #fff;
}
.index_enter>p{
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}
.index_enter>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}
.index_enter>div>a{
    width: 260px;
    height: 40px;
    background: #F8F8F8;
    box-sizing: border-box;
    padding: 0 14px 0 29px;
    display: flex;
    align-items: center;
    position: relative;
}
.index_enter>div>a>span{
    font-size: 14px;
}
.index_enter>div>a>span:first-of-type{
    color: #333;
}
.index_enter>div>a>span:last-of-type{
    color: #999;
    margin-left: 20px;
}
.index_enter>div>a>img{
    width: 6px;
    height: 10px;
    position: absolute;
    right: 10px;
}
.index_enter>div>a::before{
    content:'';
    position: absolute;
    left:14px;
    top:19px;
    width: 4px;
    height: 4px;
    background: #E64F4E;
    border-radius: 50%;
}
.index_enter>div>a:not(:first-child){
    margin-top: 17px;
}
.index_swiper{
    width: 480px;
    margin-left: 10px;
}
.index_swiper>div.swiper-container{
    width: 100%;
    height: 294px;
    overflow: hidden;
}
.index_swiper>div.swiper-container .swiper-slide{
    position: relative;
}
.index_swiper>div.swiper-container .swiper-slide>a>img{
    display: block;
    width: 480px;
    height: 294px;
}
.index_swiper>div.swiper-container .swiper-slide>p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 14px;
    background: #444;
    color: #fff;
    opacity: 0.8;
}
.index_swiper>div.swiper-container .swiper-pagination {
    position: absolute;
    right: 14px;
    bottom: 5px;
    width: auto;
    left: auto;
}
.index_swiper>div.swiper-container .swiper-pagination-bullet {
    opacity: 0.9;
    background-color: #666;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
}
.index_swiper>div.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F15645;
}
.index_swiper_enroll{
    width: 100%;
    height: 88px;
    background: #FFFFFF;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.index_swiper_enroll>a{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.index_swiper_enroll>a>img{
    width: 28px;
    height: 27px;
}
.index_swiper_enroll>a>span{
    font-size: 14px;
    color: #333;
    margin-top: 8px;
}
.index_swiper_enroll>a:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 2px;
    /*right: -53px;*/
    right: -38px;
    width: 2px;
    height: 54px;
    background: #F4F4F4;
}
.index_pagelist{
    width: 420px;
    height: 392px;
    background: #FFFFFF;
    margin-left: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.index_pagelist>div{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 10px;
    justify-content: space-between;
}
.index_pagelist>div:first-child{
    border-bottom: 1px solid #F2F2F2;
}
.index_pagelist>div>p{
    font-size: 16px;
    color: #333;
    margin-bottom: 17px;
    cursor: pointer;
}
.index_pagelist>div>p.pagelist_title{
    font-weight: bold;
    position: relative;
}
.index_pagelist>div>p.pagelist_title::after{
    content: '';
    width: 32px;
    height: 4px;
    background: #E64F4E;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.index_pagelist>div>ul{
    width: 100%;
    height: 302px;
    box-sizing: border-box;
    padding: 20px 11px 17px;
    display: flex;
    flex-direction: column;
}
.index_pagelist>div>ul li{
    display: flex;
    align-items: center;
    line-height: 30px;
}
.index_pagelist>div>ul li img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.index_pagelist>div>ul li a{
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    max-width: 347px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_pagelist>div>ul li a.pagelist_bold{
    color: #E64F4E;
    font-weight: bold;
}
/* 第二栏 快速入口 swiper 文章结束 */

/* 第三栏 新浪足球直播报考开始 */
.index_enrollStudent{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    /* margin-left: 360px; */
}
div.index_title{
    display: flex;
    align-items: center;
}
div.index_title>img{
    width: 36px;
    height: 36px;
}
div.index_title>p{
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    margin: 0 20px 0 15px;
}
div.index_title>a{
    width: 100px;
    height: 34px;
    background: #FFE5E5;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.index_title>a>img{
    width: 10px;
    height: 10px;
}
div.index_title>a>span{
    color: #E64F4E;
    font-size: 14px;
    margin-left: 5px;
}
.enroll_schedule{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.enroll_schedule>div.schedule_countdown{
    width: 280px;
    height: 120px;
    background: url(/statics/theme/img/content/bg_index_schdule.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 33px 0 0 83px;
}
.schedule_countdown>span{
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}
.schedule_countdown>div{
    display: flex;
    align-items: baseline;
    margin-top: 9px;
}
.schedule_countdown>div>span:not(.enroll_schedule_date){
    width: 26px;
    height: 35px;
    background: url(/statics/theme/img/content/bg_index_date.png) no-repeat;
    background-size: 100% 100%;
    line-height: 35px;
    text-align: center;
    color: #E64F4E;
    font-size: 24px;
    font-weight: bold;
}
.schedule_countdown>div>span.enroll_schedule_date{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
.schedule_countdown>div>span:not(:first-child){
    margin-left: 7px;
}
.enroll_schedule>div.enroll_schedule_process{
    width: 910px;
    height: 120px;
    background: #FFFFFF;
    margin-left: 10px;
    position: relative;
}
.process_line{
    width: 886px;
    height: 20px;
    background: url(/statics/theme/img/content/bg_index_line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:24px;
    left: 12px;
    z-index: 1;
}
.process_detail{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 23px;
    margin-left: 10px;
}
.process_detail>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process_detail>div>span:first-child{
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    position: relative;
}
.process_detail>div>span:first-child::after{
    content: '';
    width: 5px;
    height: 5px;
    background: #E64F4E;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-45%);
    z-index: 3;
}
.process_detail>div>span:last-child{
    width: 130px;
    height: 30px;
    background: #FFF6F6;
    border: 1px solid #FFCFCF;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    color: #E64F4E;
    font-size: 14px;
}
.process_detail>div>span:last-child::before{
    content: '';
    width: 1px;
    height: 19px;
    background: #FFCFCF;
    position: absolute;
    top: -19px;
    left: 65px;
}
.process_detail>div:not(:first-child){
    margin-left: 20px;
}
.enroll_pagelist{
    width: 1200px;
    height: 470px;
    background: #FFFFFF;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 23px 10px 0;
}
.enroll_pagelist_title{
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 18px;
}
.enroll_pagelist_title>li{
    color: #999;
    font-size: 16px;
    cursor: pointer;
}
.enroll_pagelist_title>li.enroll_bold{
    font-weight: bold;
    color: #333;
    position: relative;
}
.enroll_pagelist_title>li.enroll_bold::after{
    content: '';
    width: 32px;
    height: 4px;
    background: #E64F4E;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
a.enroll_more{
    font-size: 14px;
    color: #BABABA;
    position: absolute;
    right: 0px;
    top: -35px;
}
.enroll_pagelist_title>li:not(:first-child){
    margin-left: 54px;
}
.index_mian_pageList_box{
    position: relative;
    display: flex;
}
.index_mian_pageList_pageList {
  width: 550px;
}

.pageList_marginLeft {
  margin-left: 40px;
}

.pageList_type {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #FFF3F3;
  justify-content: space-between;
}

.pageList_type > span {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-left: 25px;
  position: relative;
}

.pageList_type > span::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -10px;
  width: 4px;
  height: 14px;
  background: #F65742;
}

.pageList_type > a {
  font-size: 14px;
  color: #999999;
  margin-right: 20px;
}

.index_mian_pageList_pageList > div.pageList_firstPage {
  width: 100%;
  margin: 17px 0;
  display: flex;
  justify-content: space-between;
}

.index_mian_pageList_pageList > div.pageList_firstPage>a>img
,.index_mian_pageList_pageList > div.pageList_firstPage>a{
  width: 190px;
  height: 118px;
  color: #333333;
}

.index_mian_pageList_pageList > div.pageList_firstPage > div {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.index_mian_pageList_pageList > div.pageList_firstPage > div> a{
    color: #333333;
}

.index_mian_pageList_pageList > div.pageList_firstPage > div> a > p {
  color: #333333;
  font-size: 15px;
  margin: 16px 0;
}

.index_mian_pageList_pageList > div.pageList_firstPage > div > span {
  width: 336px;
  height: 35px;
  color: #999999;
  font-size: 13px;
  overflow: hidden;
}

.index_mian_pageList_pageList > div.pageList_firstPage > div > span > a {
  color: #B34746;
}

.index_mian_pageList_pageList > ul {
  margin-left: 23px;
}

.index_mian_pageList_pageList > ul > li {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 30px;
}

.index_mian_pageList_pageList > ul > li::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #B34746;
  border-radius: 50%;
}

.index_mian_pageList_pageList > ul a {
  font-size: 14px;
  color: #333333;
  margin-right: 77px;
  width: 366px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_mian_pageList_pageList > ul span {
  color: #999999;
  font-size: 14px;
}
/* 第三栏 新浪足球直播报考结束 */

/* 第四栏 校园视频开始 */
.index_schoolVideo{
    /* margin-left: 360px; */
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
}
.schoolVideo_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 34px;
}
.schoolVideo_list>div{
    width: 390px;
    height: 350px;
    background-color: #fff;
    margin-bottom: 10px;
}
.schoolVideo_list>div>a{
    display: flex;
    flex-direction: column;
}
.schoolVideo_list>div:not(.list_fixed){
    margin-left: 15px;
}
.schoolVideo_list .schoolVideo_item>span{
    font-size: 14px;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 357px;
    margin: 23px 0 16px 16px;
}
.schoolVideo_list .schoolVideo_item:hover{
    text-decoration: none;
}
.schoolVideo_list .schoolVideo_item>div{
    width: 370px;
    height: 38px;
    background: #F6F6F6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    box-sizing: border-box;
    padding: 0 16px;
}
.schoolVideo_list .schoolVideo_item>div>span{
    color: #999999;
    font-size: 14px;
}
.schoolVideo_page,.schoolVideo_major{
    width: 1200px;
    height: 450px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}
.page_left{
    display: flex;
    flex-direction: column;
    margin: 0px 0 0 9px;
}
.page_left_title,.page_left_title2{
    display: flex;
    width: 780px;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    align-items: center;
    padding-bottom: 18px;
}
.page_left_title>li,.page_left_title2>li{
    font-size: 16px;
    color: #999;
    cursor: pointer;
}
.page_left_title2>li{
    margin-right: 16px;
}
.page_left_title>li:not(:first-child){
    margin-left: 35px;
}
li.page_left_bold{
    font-weight: bold;
    color: #333;
    position: relative;
}
li.page_left_bold::after{
    content: '';
    width: 32px;
    height: 4px;
    background: #E64F4E;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.page_left_more{
    font-size: 14px;
    color: #BBBBBB;
    position: absolute;
    right: 0px;
    top: 2px;
}
.page_left_more2{
    top: -36px !important;
}
.page_left_list{
    min-height: 370px;
    position: relative;
}
.page_left_listitem{
    width: 100%;
    display: flex;
    margin-left: 10px;
    margin-top: 20px;
    justify-content: space-between;
}
.page_left_ul{
    display: flex;
    width: 390px;
    height: 345px;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}
.page_left_listitem>ul a,.page_left_listitem>div span{
    font-size: 14px;
    color: #333;
}
.page_left_listitem div.schoolItem_tag{
    display: flex;
    align-items: center;
}
.page_left_listitem>ul span{
    font-size: 12px;
   padding: 2px 5px;
    margin-left: 14px;
}
.page_left_listitem>ul span.color_purple{
    background: #F7EFFF;
    color: #A473D5;
}
.page_left_listitem>ul span.color_red{
    background: #FFEFEF;
    color: #E64F4E;
}
.page_left_listitem>ul span.color_yellow{
    background: #FFF3DB;
    color: #E5A836;
}
.page_left_listitem>ul span.color_green{
    color: #88B585;
    background: #EEF9EC;
}
.page_left_listitem>ul span.color_blue{
    color: #63A9D3;
    background: #EFF9FF;
}
.page_left_listitem>ul>li{
    margin-left: 15px;
    position: relative;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}
.page_left_listitem>ul>li::before{
    content: "";
    width: 6px;
    height: 6px;
    background: #DBDBDB;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top:7px
}
.page_right{
    display: flex;
    flex-direction: column;
    width: 380px;
    margin-left: 20px;
    /* margin-top: 8px; */
}
.page_right_title{
    display: flex;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    align-items: center;
    padding-bottom: 18px;
}
.page_right_box{
    width: 380px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    min-height: 353px;
}
.page_right_box>a{
    cursor: pointer;
}
.page_right_box>a:hover{
    text-decoration: none;
}
.page_right_box>div{
    width: 184px;
}
.page_right_box>div:nth-child(1),.page_right_box>div:nth-child(2){
    margin-bottom: 19px;
}
.page_right_box>div:nth-of-type(2n+1){
    margin-right: 12px;
}
.page_right_box>div>a.box_img{
    display: block;
    width: 184px;
    height: 122px;
    position: relative;
    margin-bottom: 7px;
}
.page_right_box>div>a.box_img>img{
    display: block;
    width: 184px;
    height: 122px;
}
.page_right_box>div>a.box_img>span{
    position: absolute;
    width: 184px;
    height: 24px;
    background: #433232;
    opacity: 0.6;
    text-align: center;
    line-height: 24px;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 14px;
}
.page_right_box>div>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page_right_box>div>div>a{
    width: 86px;
    height: 34px;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.page_right_box>div>div>a:first-child{
    border: 1px solid #F15645;
    color: #F15645;
}
.page_right_box>div>div>a:last-child{
    border: 1px solid #45AAF1;
    color: #45AAF1;
}
.schoolVideo_banner{
    width: 1200px;
    height: 100px;
    background: url(/statics/theme/img/content/bg_banner.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.schoolVideo_banner:hover{
    text-decoration: none;
}
.schoolVideo_banner p{
    font-size: 44px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-style: italic;
    color: #FFFFFF;
    text-shadow: 0px 9px 11px rgba(228,94,42,0.69);
    margin-left: 139px;
}
.schoolVideo_banner span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    text-shadow: 0px 9px 11px rgba(228,94,42,0.69);
    margin-left: 35px;
    margin-top: 16px;
}
.schoolVideo_major{
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.schoolVideo_major .page_left{
    margin: 0 !important;
}
.schoolVideo_major div.listitem_detail{
    margin-left: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.schoolVideo_major div.listitem_detail span{
    box-sizing: border-box;
    padding: 0 15px;
}
.page_left_list2{
    min-height: 268px;
}
.page_left_list2>div{
    margin: 30px 0 0 !important;
}
.page_left_list2_page{
    width: 100%;
    margin: 17px 0 0;
}
.page_left_list2_pageitem{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page_left_list2_pageitem>a{
    width: 140px;
    height: 86px;
}
.page_left_list2_pageitem>a>img{
    display: block;
    width: 140px;
    height: 86px;
}
.page_left_list2_pageitem>div{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.page_left_list2_pageitem>div>p{
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
}
.page_left_list2_pageitem>div>a{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.page_left_list2_pageitem>div>span{
    width: 620px;
    height: 35px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative; */
}
.page_left_list2_pageitem>div>span>a{
    color: #F15645;
    font-size: 14px;
}
.page_left_listitem p.listitem_title{
    width: 370px;
    height: 38px;
    background: #F5F5F5;
    line-height: 38px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 10px;
}
.page_right_boxitem{
    width: 184px;
    height: 166px;
    background: url(/statics/theme/img/content/bg_index_majorBox.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_right_box>a.page_right_boxitem:nth-of-type(2n+1){
    margin-right: 10px;
}
.page_right_boxitem>span:first-child{
    color: #E64F4E;
    font-size: 12px;
    position: relative;
    left: 65px;
    top: 5px;
}
.page_right_boxitem>img{
    width: 60px;
    height: 60px;
}
.page_right_boxitem>p{
    font-size: 14px;
    color: #333;
    margin: 6px 0 4px ;
}
.page_right_boxitem>p~span{
    font-size: 14px;
    color: #666;
}
/* 第四栏 校园视频结束 */

/* 第五栏 初中升学专题开始 */
.index_specialSubject{
    margin-top: 38px;
}
.special_box{
    width: 1200px;
    height: 190px;
    background: #FFFFFF;
    margin-top: 33px;
}
.index_mian_changeBanner {
  margin: 30px 0 40px;
  box-sizing: border-box;
  padding: 19px 10px;
  display: flex;
  align-items: center;
}

.index_mian_changeBanner > a {
  width: 34px;
  height: 68px;
}

.index_mian_changeBanner > a:nth-of-type(1) {
  background: url(/statics/theme/img/content/bg_index_SeventhLeft.png) no-repeat;
  background-size: 100% 100%;
}

.index_mian_changeBanner > a:nth-of-type(2) {
  background: url(/statics/theme/img/content/bg_index_SeventhRight.png) no-repeat;
  background-size: 100% 100%;
}

.index_mian_changeBanner > div {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.index_mian_changeBanner > div img {
  width: 244px;
  height: 152px;
}

.index_mian_changeBanner > div > a:not(:first-child) {
  margin-left: 26px;
}
/* 第五栏 初中升学专题结束 */

/* 第六栏 答疑解惑开始 */
.index_answerQuestion{
    margin-top: 38px;
}
.answer_page{
    width: 1200px;
    height: 430px;
    background: #FFFFFF;
    margin-top: 33px;
    box-sizing: border-box;
    padding: 20px 10px;
    margin-left: 0 !important;
}
.answer_page div.page_left_listitem{
    justify-content: space-between;
}
.answer_page div.page_left_listitem  ul{
    margin-left: 0 !important;
}
.answer_page div.page_left_listitem li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
}
.answer_page div.page_left_listitem span{
    color: #999;
    font-size: 14px;
}
.answer_page .answer_page_list{
    width: 100%;
    height: 370px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

/* 第六栏 答疑解惑结束 */


