/*css reset--------------------*/
html{color:#333;background:#FFF; font-size: 14px;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
a{text-decoration:none;  }

/*clearfix---------------*/
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix{*zoom:1;}

/*box-sizing-------------*/
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}

/*font--------------*/
body{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;}
input{
    color: #666;
    padding: 0 10px;
    
}

input::-webkit-input-placeholder{
	color:#aaa;
}



/*清除 iPhone Safari 按钮默认样式*/
input[type="submit"],input[type="reset"],input[type="button"],button,select,textarea {-webkit-appearance: none;}

body{
    min-width: 1300px;
    min-height: 100vh;
 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper{
    width: 1200px;
    margin:  0 auto;
}

.flex_between,.flex_start,.flex_end,.flex_center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_start{justify-content: flex-start;}
.flex_end{justify-content: flex-end;}
.flex_center{justify-content: center;}

.mobile_only{
    display: none;
}

.pc_only{
    display: block;
}

.header{
    height: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background:#fff;
        position: relative;
}
.header{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}


.header h1{
    font-size: 18px;
    color: #333;
}
.header h1 span{
    color: #1e76ef;
    font-size: 16px;
    background:rgba(30, 118, 239, .2);
    border-radius: 6px;
    padding: 6px 10px;
}
.header h1 em{
    margin-left: 10px;
}

.header .logo{
    width: 34px;
    margin-right: 15px;
}
.header_search {
    display: flex;
    align-items: center;
}
.header_search input{
    /* display: none; */
    height: 36px;
    border-radius: 6px;
    border: solid #ddd 1px;
    width: 400px;
    outline: none;
    transition: all 1s;
    width: 0;
    padding: 0;
    border-width:0;
    opacity: 0;
}
.header_search input.show{
    border: solid #ddd 1px;
    width: 400px;
    padding: 0 10px;
    opacity: 1;
}
.header_search .cancle{
    color: #666;
    padding-left: 10px;
    display: none;
    
}

.header_search img{
    margin-top: 30px;
    margin-left: 15px;
}
.nav{
    transition: all .5s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav a{
    margin: 0 15px;
    display: block;
    height: 70px;
    color: #666;
}
.nav a:hover{
    color: #1e76ef;
}

.nav a.current{
    border-bottom: solid #1e76ef 4px;
    color: #1e76ef;
}


.content{
    flex-grow: 1;
}


.footer{
    height: 54px;
    font-size: 14px;
    color: #fff;
    background:#4f4f4f;
    line-height: 54px;
    
    width: 100%;
  
}

.footer .wrapper{
    display: flex;
    justify-content: space-between;
}

.btn{
    border-radius: 6px;
    background:#1e76ef;
    color: #fff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    
    padding:0 15px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
   }
   .btn:hover{
       opacity: .9;
   }
.btn div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn img{
    margin-right: 10px;
}
.btn_large{
    height: 46px;
    padding:0 20px;
    line-height: 46px;
    font-size: 18px;
}   

.btn_orange{
    background: #fa6c33;
}
.btn_green{
    background: #17a2a6;
}

.btn_yellow{
    background: #ff9900;
}

.btn_opacity{
    background:rgba(30, 118, 239, .1);
    color:#1e76ef;
    box-shadow: none;
}
.btn_opacity:hover{
    background:rgba(30, 118, 239, .2);
}

.ellipsis,.list_container a span{
    white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	display: block;
}
.list_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.list_title h2{
    font-size: 18px;
    font-weight: bold;
    
}

.list_title a{
    color: #1e76ef;
    font-size: 14px;
    background: url(../img/icon_more.png) no-repeat right center;
    padding-right: 16px;
    background-size: 9px;
}
.list_container a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    padding: 12px 0;
    width: 100%;
 
}
.list_container a:hover{
    color: #000;
  
}
.list_container a span::before{
    content:'●';
    color: #fee8cf;
    font-size: 12px;
    padding-right: 10px;
    flex-grow: 0;
   
}
.list_container a em{
    color: #999;
    flex-shrink: 0;
}

.list_container a span{
    padding-right: 20px;
    max-width: calc(100% - 80px);
}
.list_has_line{
    padding: 10px 0;
}
.list_has_line a{
    border-bottom: solid #f1f1f1 1px;
    padding: 16px 0;
}

.list_empty{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 260px;
    color: #999;
    border-radius: 10px;
    background:#fafafa;

}

.list_empty img{
    width: 100px;
    padding-bottom: 20px;
}

.flow_ad_container{
    position: fixed;
    right: 20px;
    top: 360px;
}

.flow_ad_container a img{
    width: 56px;
    display: block;
    padding-bottom: 10px;
}

.flow_ad_container a{
    position: relative;
    display: block;
}

.flow_ad_container a:hover .qr_panel{
    display: block;
}

.flow_ad_container a .qr_panel{
    width: 150px;
    background:#fff;
    border: solid #ddd 1px;
    padding: 5px 15px;
    position: absolute;
    left: -160px;
    top: 0;
    border-radius: 6px;
  text-align: center;
        box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
   color: #666;
      display: none;
      transition: all .5s;
}

span.wx_green{
    color: #2dbe68;
    padding-top: 5px;
}
span.text_orange{
    /* color:#fa6c33; */
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.flow_ad_container a .qr_panel img{
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.flow_ad_container a .qr_panel em{
    font-size: 12px;
    margin: 0;
}

.flow_ad_container a .qr_panel span,.flow_ad_container a .qr_panel em,.flow_ad_container a .qr_panel img{
    display: block;
    margin: 3px 0;
}

.bread{
    padding: 15px 0;
}
.bread a,.bread span{
    padding:0 6px 0 16px;
    background: url(../img/arrow_grey.png) no-repeat left center;
    background-size: 7px;
    color: #666;
}
.bread a.bread_home{
    padding-left: 18px;
    background: url(../img/bread_home.png) no-repeat left center;
    background-size: 12px;
}
.bread span{
    color: #999;
}
.header_btn_field{
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.header_btn_field a{
    margin-left: 10px;
}


/*页码相关css=============================================*/

.edu_pager{
 
 
 
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
 
}
.edu_pager p,.edu_pager span,.edu_pager a{
	color: #666;
	font-size: 14px;
	line-height: 30px;
}	
.edu_pager_bar{
	float:right;
	border:1px solid #dedede;
	height:32px;
	line-height:32px;
	border-radius:5px;
	background:#f9f9f9;
	overflow: hidden;
}
.edu_pager_bar a{
	padding:0 11px;
	height:32px;
	border-right:1px solid #dedede;
	float:left;
}
.edu_pager_bar a:last-child{
    border: none;
}
.edu_pager_bar a.checkd{
	background:#fff;
	color:#1e76ef;
}
.edu_pager_bar a:hover{
	text-decoration:none;
	color:#1e76ef;
}
.edu_pager_bar a.pager_btn{
	padding:0 9px;
}
.goto{
	float:left;
	line-height:34px;
	margin:0 0 0 8px;
}
.goto_text{
	float:left;
	border:1px solid #dedede;
	height:32px;
	width:24px;
	padding:0 3px;
}
.goto_link{
	float:left;
	border:1px solid #dedede;
	height:32px;
	line-height:32px;
	border-radius:0 5px 5px 0;
	background:#f9f9f9;
	border-left:none;
	padding:0 8px;
}
.goto_link:hover{
	text-decoration:none;
	color:#26cc64;
}

/*页码相关css-END=============================================*/



@media only screen and (max-width : 750px){
 
    body{
        min-width: initial;
    }
    .mobile_only{
        display: block;
       
    }
    .pc_only{
        display: none;
    }
    .wrapper{
        width:100%;
        padding: 0 15px;
       
    }
    .header .wrapper{
        position: relative;
    }

    .menu{
        height: 15px;
        width: 15px;
        background: url(../img/mobile_menu.png) no-repeat center top;
        background-size: 15px;
       position: absolute;
        right: 15px;
        transition: all .5;
    }
    .menu_close{
        background-position: center bottom;
    }

    .header{
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }

    .header_right{
        width: calc(100% - 50px);
        position: absolute;
        background:#fff;
        right: 0;
        top: 0;
        height: 100vh;
        /* display: none; */
        transition: width .5s;
        width: 0;
        overflow-y: scroll;
      
     box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 1);
     justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    }

    .header_right.header_right_show{
        width: calc(100% - 50px);

    }
    .nav{
        flex-direction: column;
        width: 100%;
    }
    .nav a{
        width: calc(100% - 40px);
        border-bottom: solid #ddd 1px;
        height: 50px;
        line-height: 50px;
    }
    .nav,.header_search{
        /* display: none; */
    }

    .mobile_search{
        width: 100%;
    }

    .mobile_search span{
        padding-left: 20px;
        font-size: 16px;
        background: #fff;
        display: block;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
    .mobile_search{
        position: sticky;
        position: -webkit-sticky;
        top: -70px;
    }
    .mobile_search input{
        border: solid #ddd 1px;
        height: 40px;
        width: calc(100% - 40px);
        margin-left: 20px;
        background:#fdfdfd url(../img/search_dark.png) no-repeat 10px center;
        background-size: 14px;
        padding: 10px;
        text-indent: 20px;
        border-radius: 4px;
        outline: none;
        
    }

    .footer{
        height: auto;
        line-height: 24px;
        text-align: center;
        padding: 10px;
        padding-top: 15px;
    }
    .footer p{
        padding-bottom: 10px;
    }
    .footer .wrapper{
        flex-direction: column;
    }
    .bread{
        padding: 15px;
    }
    .list_has_line a{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .list_has_line a em{
        padding-left: 20px;
        padding-top: 10px;
    }
    .list_has_line a span{
        width: 100%;
        padding-right: 0;
        max-width: initial;
    }
    .header_btn_field{
        flex-direction: column;
        padding: 15px;
        width: 100%;
      
    }

    .header_btn_field a{
        margin-bottom: 15px;
        width: 100%;
    }

    .edu_pager_bar a{
        display: none;
    }
    .edu_pager_bar a.pager_btn{
        display: block;
    }
    .edu_pager_bar .pager_btn:last-child{
        border-right: none;
    }
    .edu_pager.wrapper{
        padding: 15px;
    }
}