/* navigation */
.top_Navgator{
	height:40px;
	width:100%;
	background: #FFFFFF;
	padding-left:20px;
	margin:20px 0;
}
.top_Navgator ul li{
	line-height:40px;
	cursor:pointer;
}

/* main */

/* textInformation */
.loadMore-information{
	height:35px;
	line-height:35px;
	text-align:center;
	background:#EEEEEE;
	color:#999999;
	margin-top:20px;
	cursor:pointer;
}
.loadMore-information:hover{
	color:#FFFFFF;
	background:#5A73AD;
}
.loadMore-disabled{
	height:35px;
	line-height:35px;
	text-align:center;
	background:#EEEEEE;
	color:#999999;
	margin-top:20px;
}
.jounior-main{
	height:auto;
}
.jounior-introduce{
	height:auto;
	background:#FFFFFF;
	padding:20px 15px;
}
.intro-words{
	height:auto;
	margin-bottom:45px;
	overflow:hidden; 
}
.intro-iconInfor{
	width:23%;
	float:left;
	margin-right:25px;
	text-align:center;
}
.intro-iconInfor dl{
	margin-top:15px;
}
.intro-iconInfor dl dt{
	width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow:hidden;
    border:2px #98C8FC solid;
    margin: 0 auto;
}
.intro-iconInfor dl dt img{
	width: 100px;
    height: 100px;
    border-radius: 100px;
}
.intro-iconInfor dl dd.hos-name{
	font-size:16px;
	line-height:40px;
	color:#000000;
	font-weight:400;
}
.intro-iconInfor dl dd.hos-name h3{
	font-size:14px;
	color:#3592F8;
	/* float:left; */
	font-weight: normal;
}
.intro-iconInfor dl dd.hos-name h3 span{
	/* float:left; */
	font-size:12px;
	color:#6E6E6E;
    padding-left: 10px;
}
.intro-iconInfor dl dd.studies-name{
	font-size:17px;
	width:255px;
	height:43px;
	color:#4F536C;
	line-height:43px;
	background:#EEF5FD;
	text-align:center;
	font-weight:600;
	margin-top:10px;
}
.intro-textInfor{
	float:left;
	width:74%;
	margin-top: 10px;
}
.intro-textList li{
	height:auto;
	border-bottom:1px #DDDDDD dotted;
	margin-bottom:15px;
	padding-bottom:10px;
}
.intro-textList li:last-child{
	border-bottom:none;
}
.intro-textList li h3{
	height:18px;
	border-left:4px solid #5A73AD;
	padding-left:20px;
	color:#6E6E6E;
	line-height:18px;
	font-size:18px;
	font-weight:normal;
	margin-bottom:12px;
}
.intro-textList li p{
	color:#333333;
	font-size:14px;
	line-height:22px;
}
.intro-textList li p span{
	color:#FF9226;
	cursor:pointer;
}
/* personInformation */
.jounior-data{
	height:auto;
	background:#FFFFFF;
	margin:30px 0;
	padding-bottom:30px;
}
.expert-box{
	width:1020px;
	float:left;
	overflow:hidden;
}
/* check expert button */
.btn-checkPerson{
    width: 32px;
    height: 85px;
    background: #EEEEEE;
    float:left;
    margin-top:15px;
    cursor:pointer;
    position:relative;
}
.check-left01:after{
	position:absolute;
	left:5px;
	top:24px;
}
.check-right01:after{
	position:absolute;
	right:5px;
	top:24px;
}
.btn-checkPerson:hover{
	background:#54A1F3;
}
.check-left01:after{
	content:"";
	width:19px;
	height:36px;
	display:inline-block;
	background:url(../../images/jouniorStudy/left01.png);
}
.check-left01:hover:after{
	background:url(../../images/jouniorStudy/left02.png);
}
.check-right01:after{
	content:"";
	width:19px;
	height:36px;
	display:inline-block;
	background:url(../../images/jouniorStudy/right01.png);
}
.check-right01:hover:after{
	background:url(../../images/jouniorStudy/right02.png);
}
/* expert list */
.intro-person{
	height:115px;
	width:100%;
}
.expert-list{
	overflow:hidden;
	width:200%;
}
.expert-list li{
	float: left;
    width: 300px;
    overflow: hidden;
    margin:0 20px;
    cursor:pointer;
}
.single-person{
	height:115px;
	overflow:hidden;
}
.single-person dt{
	width:80px;
	height:80px;
	float:left;
	margin:15px 10px 10px 0;
}
.single-person dt img{
	width:80px;
	height:80px;
	border-radius:50%;
}
.single-person dd{
	float:left;
	width:210px;
	color:#999999;
}
.words-box{
	overflow:hidden;
	margin:8px 0 8px 0;
}
.list-nameIcon{
	float:left;
}
.list-nameIcon h4{
	color:#4E526C;
	font-size:14px;
	line-height:34px;
	font-weight:normal;
}
.list-nameIcon p{
	color:#868686;
}
.list-iconList{
	float:right;
}
.sub-sign{
	width:38px;
	height:50px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	margin-right:5px;
}
.sign-yellow{
	background:url(../../images/jouniorStudy/yellowbg.png) no-repeat;
}
.sign-blue{
	background:url(../../images/jouniorStudy/bluebg.png) no-repeat;
}
.sign-red{
	background:url(../../images/jouniorStudy/redbg.png) no-repeat;
}
/* junior content */

.check-dataPage{
	overflow:hidden;
	height:57px;
	line-height:57px;
	background:#FAFAFA;
	border-bottom:1px solid #DDDDDD;
	border-top:2px solid #EEF0F3;
}
.check-dataPage li{
	float:left;
	padding:0 20px;
	font-size:16px;
	cursor:pointer;
}
.check-dataPage li a{
	color:#595757;
}
.check-dataPage li.currentOnly{
	background:#5A73AD;
	border-top:2px solid #4F536C;
}
.check-dataPage li.currentOnly a{
	color:#FFFFFF;
}
.data-page{
	display:none;
}

/* page1 single-blank */
.data-container{
	padding:0 40px;
	margin-top:30px;
	overflow:hidden;
}
.single-blankBox{
	width:1064px;
	margin:0 auto;
	margin-top:26px;
}
.subtitle-h4{
	width: 100%;
    height: 46px;
    background: #ECF5FC;
    font-size: 16px;
    color: #2F3237;
    line-height: 46px;
    font-weight: normal;
}
.subtitle-h4 span{
    height: 46px;
    color: #fff;
    background: url(../../images/specialDisease/icon01.png)no-repeat 15px center #5A73AD;
    background-size: 8px;
    padding-left: 35px;
    display: inline-block;
    font-size: 14px;
    float: left;
}
.subtitle-h4 p{
	padding-left: 25px;
    float: left;
    color: #2E3237;
}
.contentBlank{
	width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 3px #EEEEEE solid;
    margin-bottom:25px;
}
.contentBlank01{
	float: left;
    width: 765px;
    height: auto;
    overflow: hidden;
    border-right: 1px #EEEEEE solid;
    padding-bottom: 10px;
    padding-top: 5px;
}
.choseMonth li{
	float:left;
	padding-right:15px;
}
.single-sublist{
	height: 36px;
    color: #4F536C;
    font-size: 12px;
    margin-top:18px;
}
.single-subTitle{
	width: 100px;
    height: 22px;
    font-size: 12px;
    color: #000;
    float:left;
    border: 1px #DDDDDD solid;
    line-height: 22px;
    text-align: center;
    border-radius: 22px;
    font-weight: normal;
    margin-right:15px;
}
.sick-newtext ul li{
	float:left;
	color: #7F7F7F;
    height: 20px;
    line-height:20px;
    padding-right: 18px;
}
.sick-newtext ul li label{
	font-weight:normal;
}
.chose-years {
    width: 138px;
    height: 26px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    outline: none;
}
.radio-icon{
	width: 12px;
    height: 12px;
    border: 1px solid #898989;
    padding: 0;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}
p.current-chose:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #898989;
    position: absolute;
    top: 2px;
    left: 2px;
}
.choseMonth li{
	position:relative;
}
.choseMonth li input[type=radio]{
	position: absolute;
    left: 0;
    top: 2px;
    opacity: 1;
}
.choseMonth li label {
    padding-left: 18px;
    font-weight: normal;
    display: inline-block;
}
.price{
    color: #7F7F7F;
    line-height: 22px;
}
.status-con li{
	line-height: 36px;
    padding-left: 15px;
    float:left;
    padding-right:20px;
    background: url(../../images/specialDisease/icon02.png)no-repeat left center;
}
.contentBlank02{
	float: right;
    width: 298px;
    height: auto;
    overflow: hidden;
}
.buttonsBox{
	width: 152px;
    height: 80px;
    margin: 0 auto;
    margin-top: 35px;
}
.button-apply{
	width: 152px;
    height: 51px;
    background: #FF8000;
    font-size: 18px;
    color: #FFFFFF;
    border: 1px #FF8000 solid;
    font-family: "Microsoft Yahei";
    cursor: pointer;
    line-height:51px;
    text-align:center;
}
.button-apply-noBaoming {
    background: #888888 none repeat scroll 0 0;
    border: 1px solid #888888;
    color: #ffffff;
    cursor: pointer;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    width: 152px;
}
.button-apply:hover {
    background: #994D00;
}
.explain-text{
	width: 100%;
    height: 30px;
    line-height: 30px;
}
.explain-text span{
	color:#999999;
}
.explain-text span i{
    color: #FF7F00;
}
.explain-text a{
    float: right;
    font-size: 12px;
    color: #555555;
}

/* page2 */
.data-content2{
	padding:0 25px;
}
.medical-case{
	height:auto;
	cursor:pointer;
	border-bottom:1px dotted #EEEEEE;
}
.medical-case h4{
	font-size:20px;
	line-height:60px;
	font-weight:normal;
	color:#262120;
}
.med-images{
	height:70px;
	margin-bottom:20px;
}
.med-images img{
	width:128px;
	height:70px;
	padding-right:18px;
}
.med-inforText{
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.all-medInformation li{
	float:left;
	padding-right:30px;
	color:#999999;
	font-size:14px;
}
.all-medInformation li span{
	color:#4F536C;
}
.allStatis{
	float:right;
}
.allStatis span{
	padding:0 10px;
	color:#4E526C;
}

/* page3 */

.data-content3{
	padding:0 22px;
}
.single-coursewares{
	border-bottom:1px dotted #EEEEEE;
	margin-top:22px;
	padding-bottom:20px;
	overflow:hidden;
	cursor:default;
}
.single-coursewares dl{
	overflow:hidden;
	position:relative;
}
.single-coursewares dl dt{
	float:left;
	margin-right:20px;
	position:relative;
}
.single-coursewares dl dt img{
	width:208px;
	height:114px;
}
.course-subhead h4{
	font-size:20px;
	color:#4C526C;
	margin-bottom:10px;
}
.explain-reading p{
	color:#666666;
	line-height:24px;
}
.declear-words{
    width: 800px;
    overflow: hidden;
    padding-top: 6px;
    position: absolute;
    left: 228px;
    bottom: 0
}
.declear-words .declear-author{
	float:left;
	line-height:20px;
	color:#999999;
}
.declear-author span{
	padding-right:10px;
}
.declear-words .load-click{
	float:right;
	color:#FF9226;
	cursor:pointer;
}
.load-click span{
	padding-right:10px;
}

/* page4 */

.data-content4{
	padding:0 20px;
}
.single-coursewares dl{
	overflow:hidden;
	position:relative;
}
.single-coursewares dl.movies-single dt:after{
	content:"";
	width:55px;
	height:55px;
	display:inline-block;
	background:url(../../images/jouniorStudy/startplay.png) no-repeat;
	position:absolute;
	left:78px;
	top:30px;
}
.oldIcon{
	width: 50px;
    height: 19px;
    float: right;
    color: #FFFFFF;
    font-weight:normal;
    padding-left: 9px;
    margin-top:20px;
    line-height: 20px;
    font-size: 12px;
    background: url(../../images/jouniorStudy/yIcon.jpg) no-repeat right center;
}




