/*-------header-----------*/
.ihb_bottom>div:nth-of-type(1)>img{
    width: 375px;
    height: 75px;
}

/*-------------导航-----------*/
.header-wrap {
    background: #ff6868;
    width: 100%
}
.navbar{
    padding-left: 0;
}
.navbar a{
    padding: 0 20px;
}
    /*----------------卫校专题--------------*/
.health_school{
    margin-top: 20px;
}
.health_left{
    float: left;
    width: 875px;
}
.topic_left{
    width: 280px;
    height: 340px;
    border:1px solid #e5e5e5;
    float: left;
}

.topic_left li{
    margin-top: 15px;
    width: 256px;
    border-bottom: 1px solid #d2d2d2;
    line-height:20px;
    margin-left: 15px;
    padding-bottom: 5px;
}
.topic_text h2{
    font-size: 18px;
    color: #121314;
    font-weight: 600;
    margin-top: -5px;
}
.topic_text p{
    font-size: 12px;
    color: #484848;
    margin-top: 3px;
}
.topic_text h2:first-letter{
    color: #ff6868;
    font-size: 22px;
    margin-right: 2px;
    font-weight: bold;
    display: inline-block;
}
.topic_right{
    float: right;
}
.topic_right img{
    width: 870px;
    height: 300px;
}
/*-------标题--------*/
.topic_title{
    width: 280px;
    height: 35px;
    background: #e5e5e5;
}
.topic_title p{
    font-size: 24px;
    font-weight: bold;
    color: #121314;
    display: inline-block;
    border-left: 4px solid  #1787ca;
    line-height: 35px;
    padding: 0 0 0 10px;
}

/*-----------------------推荐学院--------------------*/
.health_recommend{
    margin-top: 30px;
    width: 875px;

}
.recommend_title p{
    font-size: 24px;
    font-weight: bold;
    color: #121314;
    display: inline-block;
    border-left: 4px solid #1787ca;
    line-height: 35px;
    padding: 0 0 0 10px;
}
.recommend_list{
    margin-top: 20px;
    height: 126px;
    width: 875px;
}
.recommend_list>div{
    display: none;
}
.recommend_list div:first-child{
    display: block;
}
.recommend_list li{
    float: left;
    margin-left:6px;
    width: 140px;
    text-align: center;
}
.recommend_list li img{
    width: 96px;
    height: 95px;
   border-radius: 50%;
}
.recommend_list li:first-child{
    margin-left: 0;
}
.recommend_list p{
    font-size: 18px;
    color: #454646;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*------点------*/
.recommend_dian {
    margin-top: 25px;
    text-align: center;
}
.recommend_dian span{
    width: 29px;
    height: 6px;
    background: #ffdcdc;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}
.recommend_dian .on{
    background: #1787ca;
     !important;
}
/*-------------最新信息----------*/
.tab_menu{
    margin-top: 30px;
    width: 875px;
    height: 40px;
    background: #1787ca;
}
.tab_menu li{
    float: left;
    font-size: 24px;
    color: #ffffff;
    margin-left: 50px;
    cursor: pointer;
    float: left;
    line-height: 40px;
}
.tab_box{
    margin-top: 20px;
    width: 875px;
    height: 260px;
}
.tab ul{
/*    float: left;
    margin-left: 45px;*/
}
.tab_menu li:hover{
    font-weight: bold;
}
.updata_01 li{
    float: left;
    margin-top: 4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 340px;
}
.updata_01 li:nth-child(2n){
    margin-left: 45px;
}
.updata_01 li a{
    line-height: 25px;
    color: #434242;
}
.updata_01 li span{
    color: #9c9c9c;
    margin-right: 10px;
}
.updata_01 li a:hover{
    color:#1787ca;
}
.tab_menu li:first-child{
    margin-left: -20px;
}
/*----------选项卡效果----------*/
.xxk{
    font-weight: bold;
    margin-left: 20px !important;
}
.tab .tab_box > div{
    display: none; //将三个内容框架全隐藏，通过下面的:first-child属性只将第一个框架内容显示出来
}
.tab .tab_box > div:first-child{
    display: block;
}
.tab .tab_box > div:last-child{
    background:green;
}
.tab .tab_box > div:nth-child(2){
    background:cornflowerblue;
}
.tab .tab_box > div:nth-child(3){
    background:lightcoral;
}



/*-----------报考指南-------*/
.health_guide{
    margin-top: 40px;
}
.guide_title {
    width: 875px;
    height: 40px;
    background: #1787ca;
}
.guide_title p{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding-left: 20px;
    line-height: 40px;
    background: #1787ca;
}
/*-----------指南标题------*/
.health_guide h3{
    height: 30px;
    background: #a0cef2;
    font-size: 18px;
    color: #1787ca;
    padding-left: 20px;
    line-height: 30px;
    margin-top: 20px;
}
.health_guide ul{
    margin-top: 10px;
}
.health_guide li a{
    font-size: 14px;
    line-height: 24px;
    color: #121314;
}
.guide_brief_chapter{
    width: 422px;
    float: left;
}
.guide_brief_chapter li{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 340px;
}
.guide_mark{
    width: 422px;
    float: left;
    margin-left: 25px;
}
.guide_condition{
    width: 422px;
    float: left;

}
.guide_plan{
    width: 422px;
    float: left;
    margin-left: 25px;
}
.health_guide a:hover{
    color: #1787ca;
}
/*------------广告-------------*/
.health_ad{
    margin-top: 40px;
}
.health_ad img{
    width: 875px;
    height: 91px;
}

/*-------招生专业------------*/
.health_speciality{
    margin-top: 40px;
    margin-bottom: 30px;
}
.speciality_01{
    width: 270px;
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
.health_speciality >.speciality_01:nth-child(3n+2){
    margin-left: 0;
}

.speciality_01 h3{
    height: 30px;
    background: #a0cef2;
    font-size: 18px;
    color: #1787ca;
    padding-left: 20px;
    line-height: 30px;
}
.speciality_01 h3 a{
    float: right;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px;

}
.speciality_01 a{
    font-size: 14px;
    line-height: 24px;
    color: #121314;
}
.speciality_01 li{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 260px;
}
.speciality_01 ul{
    margin-top: 10px;
}
.speciality_01 a:hover{
    color: #1787ca;
}
/*-------------------右侧信息------------------*/

.short_term_ad02 img{
    width: 304px;
    height: 230px;
}
/*0--------------右侧热门话题-----------------*/
.health_right{
    float: right;
    width: 305px;
}
.hot_topic{
    margin-top: 30px;
}
.hot_top_title h2{
    font-size: 20px;
    font-weight: bold;
    color: #e54242;
    text-align: center;
}
.hot_topic img{
    margin-top: 10px;
}
.hot_topic ul{
    margin-top: 15px;
}
.hot_topic li {
    list-style-type: disc;
    color: #474747;
    line-height: 24px;
    width: 303px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_topic li a{
    font-size: 14px;
    color: #474747;
}
.hot_topic li:hover{
    color: #e54242;
}
.hot_topic li a:hover{
    color: #e54242;
}

/*------------------快速登记--------------*/
.short_register{
    margin-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.short_register h2{
    font-size:18px;
    font-weight: bold;
    color: #373637;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.short_register form{
    width:303px;
    height:422px;
    background:linear-gradient(0deg,rgba(251,181,158,1) 0%,rgba(255,235,209,1) 100%);
    border-radius:20px;
}
.short_register form label{
    font-size: 14px;
    color: #686868;
    left:10px;
    position: absolute;
    z-index: 99;
    line-height: 30px;
}
.short_register form li{
    text-align: center;
    width:260px;
    height:33px;
    background:rgba(255,255,255,1);
    position:relative;
    font-size: 12px;
    margin: 0 auto 12px;
}
.short_register form input{
    left: 50px;
    width:200px;
    height: 30px;
    position: absolute;
    border:0;
}
.short_register form li{
    position:relative;
}
.short_register select{
    width:200px;
    height: 30px;
    position: absolute;
    border:0;
    margin-left: -75px;
}
.short_register select option{
    margin-left: 10px;
}
.short_register button{
    width:160px;
    height:41px;
    background:rgba(243,120,0,1);
    border-radius:5px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    border:0;
}


/*------------热门专业-----------*/
.hot_zy_list {
    margin-top: 20px;
}
.hot_zy_list a{
    width:138px;
    height:30px;
    display: inline-block;
    background:rgba(255,255,255,1);
    border:1px solid rgba(220,220,220,1);
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #9b9b9b;
}
/*.hot_zy_list ul{
    float: left;
}
.hot_zy_list li{
    margin-top: 10px;
}
.hot_zy_list li:first-child{
    margin-top: 0;
}*/
.hot_zy_list li a:hover{
    border:1px solid #e54242;
    color: #e54242;
}


/*----------最新资讯------------*/
.health_information_text {
    margin-top: 20px;
}
.health_information_text a{
    font-size: 14px;
    color: #959595;
    line-height:26px;
    margin-left: 10px;
}
.health_information_text a:hover{
    color: #e54242;
}
.health_information_text li{
    width: 303px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}






