/*--------右侧学校信息-------*/
.chapter_details_left{
    float: left;
    width: 852px;
}

/*-------------------学校详情---------------*/
.details_infor{
    margin-top: 30px;
}
.details_infor h1{
    font-size: 24px;
    color: #ff6868;
    margin-bottom: 15px;
}
.details_infor h3{
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 5px;
    margin-top: 30px;
}
.details_infor p span{
    font-size: 16px;
    font-weight: bold;
    color: #272727;
}
.details_infor p{
    font-size: 16px;
    color: #636363;
    margin-top: 10px;
    line-height: 25px;
}
.details_infor table{
    margin: 30px auto 30px;
    width: 500px;
    height: 180px;
    text-align: center;
}
.details_infor tr{
     border: 1px solid #808080;
 }
.details_infor td{
    border: 1px solid #808080;
}


/*---------------学校招生动态----------*/
.details_dynamic{
    margin-top: 50px;
}
.details_dynamic ul{
    margin-top: 20px;
    float: left;
    margin-left: 34px;
}
.details_dynamic ul a{
    font-size: 14px;
    line-height: 22px;
    color: #525252;
}
.details_dynamic ul li::first-letter{
    font-size: 8px;
    color: #c6c6c6;
}
.details_dynamic ul li{
    width: 256px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.details_dynamic li a:hover{
    color:#f78c9f;
    transition: all 0.5s;
    margin-left: 8px;
}

/*------------------快速报名咨询---------------*/
.details_consultation{
    margin-top: 1px;
    width: 820px;
    height: 260px;
}
.details_consultation form{
    width: 820px;
    height: 260px;
    background:linear-gradient(160deg,#eeeeee 20%,#F8F8F8 80%);
    border-radius: 10px;
}
.details_consultation form p{
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    display: inline-block;
}
.details_consultation span{
    width: 180px;
    height: 30px;
    /*background: #ff2a2a;*/
    color: red;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 30px;	font-weight:normal;
}
.details_consultation ul{
    width: 765px;
    margin: 5px auto  0px;

}
.details_consultation li{
    width: 235px;
    height: 30px;
    background: #ffffff;
    position: relative;
    display: inline-block;
    margin-left: 25px;
    margin-top: 10px;
    font-size: 14px;
}
.details_consultation input{
    height: 26px;
    width: 185px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    line-height: 30px;
    padding-top: 3px;

}
.details_consultation label{
    font-size: 17px;
    color: #a7a7a7;
    line-height: 30px;
    padding-left: 5px;
}
.details_consultation select{
    height: 30px;
    width: 185px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    line-height: 30px;
    font-size: 14px;
}
.details_consultation option{
    background: #f78c9f;
    color: white;
}
/*--------留言-----*/
.message{
    z-index: 11;
}
.details_consultation textarea{
    width: 720px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding-top: 7px;
}
/*-------------点选---------*/
input[type="checkbox"]{
    height: 22px;
    width: 22px;
    background: #000;
    left: 0;
    margin-top: 8px;
    padding-right: 20px;
}
.details_consultation h3{
    font-size: 14px;
    color: white;
    margin-left: 30px;
    width: 160px;
    float:left;
}
input[type="submit"]{
    width: 130px;
    height: 35px;
    font-size: 18px;
    background: #ff7c1b;
    border-radius: 5px;
    color: white;
    right: 130px;
    margin-top:2px;
cursor: pointer;

}
.details_consultation li:last-child{
    width: 500px;
    height: 40px;
    line-height: 40px;
    background:none;
}
.details_consultation h4{
    font-size:12px;
    color: #313131;
    margin-left: 30px;
    width: 120px;
    float: right;
}

/*---------------了解更多---------*/
.details_more{
    margin-top: 50px;
}
#content{border:2px solid #eee;padding:10px;margin-top:10px;}
/*-------------------更多卫校招生动态---------------*/
.details_more_y{		border:1px solid #eee;
    margin-top: 10px;
    margin-bottom: 20px;	padding:20px;
}

.details_more_y ul{
    float: left;
    margin-left: 34px;
}
.details_more_y ul a{
    font-size: 14px;
    line-height: 22px;
    color: #525252;
}
.details_more_y ul li::first-letter{
    font-size: 8px;
    color: #c6c6c6;
}
.details_more_y ul li{
    width: 256px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.details_more_y li a:hover{
    color:#f78c9f;
    transition: all 0.5s;
    margin-left: 8px;
}
/*-----------右侧快速登记-------*/
.short_register form{
    height: 400px;
}
.short_register form p{
    font-size: 14px;
    color: #fe484c;
}

/*------已阅读------*/
.read{
    background:none;
}
input[type="checkbox"]{
    width: 19px;
    height: 19px;
    display: inline-block;
}
.readg label{
    color: white;
}






