@charset "utf-8";
/* CSS Document */
@import "../common/reset.css";

/* 
 *
 *  @description: 机构门户
 *  @author: zyc 
 *  @update: name (2016-08-23) 
 *  Copyright ambuf. All Rights Reserved.
 * ***************************************************************************
 */

/* 
 *
 *  @module: 公用样式 by zyc
 * 
 * ***************************************************************************
 */
p{
	line-height: 1.5em;
}

/* 
 *
 *  @module: 首页-top by zyc 
 *  @content: start
 * ***************************************************************************
 */
.home-top{
	height: 6%;
}
.home-top-box{
	width: 100%;
	padding-left: 3%;
	padding-top: 2%;
	margin: 0 auto;
	height: 200%;
}
.home-top-plogo{
	width: 50%;
	float: left;
    height: 100%;
}
.home-top-zlogo {
    height: 100%;
}
.home-top-zlogo div{
	width: 13%;
    height: 125%;
    background: url(../../../../images/logo/leftLogo.png) center 0 no-repeat;
    background-size: 100% 100%;
}

/* 
 *
 *  @module: 首页-banner by zyc 
 *  @content: start
 * ***************************************************************************
 */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
}
.loginPage {
	height: 100%;
	width: 100%;
	background: url(images/loginBg1.png) center 0 no-repeat;
	background-size: 100% 100%;
}
.home-banner,.login-banner{
	/*height: 513px;*/
	height: 79%;
    z-index: 9999!important;
}
/*.login-banner{
	background:#10ade4 url(images/loginBg.jpg) center 0 no-repeat;
}*/
.home-banner-box{
	max-width: 100%;
	height: 100%;
}
.home-banner-textBox{
	width: 50%;
	float: left;
	margin-left: 15px;
}
.home-banner-textBox-tit{
	margin: 52px 0px 40px 0px;
	font-size: 2.5em;
	color: #FFFFFF;
	font-weight: 100;
}
.home-banner-textBox-ptext{
	margin: 0px 0px 70px 0px;
	font-size: 1em;
	color: #FFFFFF;
}
.home-banner-Btn{
	width: 208px;
	height: 60px;
	line-height: 60px;
	background: #006291;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.home-login{
	width: 718px;
	height: 657px;
	padding-top: 115px;
	background: url(images/loginBox3.png) no-repeat;
	background-size: auto;
	float: right;
	text-align: center;
	margin-right: 80px;
}
.home-login-tit{
	height: 50px;
	line-height: 50px;
	font-size: 3em;
	color: #FFFFFF;
	text-align: center;
}
#loginform {
	height: 100%;
}
.home-form{
	width: 100%;
	height: 100%;
	margin: 35px auto 0 auto;
}
.messSpan {
	width: 50%;
	margin-left: 25%;
}
.home-form-inputBox{
	height: 50px;
	width: 440px;
	margin-left: 148px;
	/*background: #FFFFFF;*/
	border: 1px solid #49bee2;
	margin-bottom: 20px;
}
.home-form-inputWrapper{
	position: relative;
	width: 438px;
	height: 48px;
	background:rgba(23,118,183,.82)!important;
}
.home-form-inputIcon{
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 100%;

}
.home-form-inputPar{
	margin-left: 46px;
	height: 100%;
}

.home-form-inputPar label{
	display: block;
	width: 98%;
	height: 100%;
	padding: 0 2%;
	margin: 0 auto;
}
.home-form-inputPar input{
	width: 377px;
	height: 48px;
	border: none;
	background:rgba(23,118,183,.82)!important;
	color: rgba(255,255,255,.75)!important;
	font-size: 1.1em;
	padding-left: 5px;
}
.home-form-inputPar input:focus{
	outline: none;
}
.home-form-inputPar input::-webkit-input-placeholder {
	color: rgba(255,255,255,.75);
	font-size: 1em;
}
.home-form-inputPar input:-webkit-autofill {
	background:rgba(23,118,183,.82)!important;
	color: rgba(255,255,255,.75)!important;
	-webkit-box-shadow: 0 0 0px 1000px rgba(23,118,183,1) inset !important;
	-webkit-text-fill-color:rgba(255,255,255,.75)!important;
	caret-color:rgba(255,255,255,.75)!important;
}
.home-form-inputIcon-user{
	background:url(images/userName.png) 100% 50%  no-repeat;
	/*background-position: 11px -46px;*/

}
.home-form-inputIcon-pwd{
	background:url(images/pwd.png) 100% 50%  no-repeat;
}
.home-form-jzzh{
	width: 50%;
	margin-left: 25%;
	overflow: hidden;
	font-size: 16px;
}
.home-form-jzzh-check{
	padding: 6% 16%;
	background: url(images/check.png) -7.5% 0 no-repeat;
	/*background-size: 120% 120%;*/
	cursor: pointer;
}
.home-form-jzzh-checked{
	padding: 6% 16%;
	background: url(images/checked.png) -8% -1px no-repeat;
	cursor: pointer;
}
.home-form-jzzh-left{
	width: 155px;
	float: left;
	font-size: 16px;
	color: #fff;
}
.home-form-jzzh-right{
	width: 110px;
	float: right;
	text-align: right;
}
.home-form-jzzh-right a{
	font-size: 16px;
	color: #fff;
}
.home-form-submitBtn{
	margin: 15px 0 10px 15px;
	width: 440px;
	height: 50px;
	/*line-height: 63px;*/
	text-align: center;
	font-size: 1.6em;
	color: #fff;
	background: #00b3e6;
	border: none;
	cursor: pointer;
}
.home-form-regBox{
	text-align: center;
}
.home-form-regBox a{
	color: #008aff;
	border-bottom: 1px solid #008aff;
}
.home-form-ts{
	width: 100%;
	font-size: 16px;
	color: #ff8181;
	text-align: center;
	margin: 4% 0 0 14px;
}
.home-form-down {
	text-align: center;
	color: #fff!important;
	text-decoration: none!important;
	border-bottom: 1px solid #fff!important;
}


/* 
 *
 *  @module: 首页-列表信息 by zyc 
 *  @content: start
 * ***************************************************************************
 */
.home-listBox{
	position: relative;
	max-width: 1200px;
	margin:  38px auto;
	height: auto;
}
.home-list-titBox{
	height: 36px;
	line-height: 34px;
	background: url(images/listTitBg.png) 0 bottom no-repeat;
}
.home-list-titIcon{
	width: 33px;
	height: 34px;
	float: left;
	background: url(images/listIcons.png) 0 0 no-repeat;
}
.home-list-titText{
	width: 90px;
	padding-left: 5px;
	line-height: 34px;
	float: left;
	font-size: 1.2em;
	color: #1166b2;
}
.home-list-moreText{
	line-height: 34px;
	float: right;
}
.home-list-moreText a{
	padding-right: 20px;
	background: url(images/listIcons.png) 25px -232px no-repeat;
	color: #424242;
}
.home-list-moreText a:hover{
	color: #e40000;
	background: url(images/listIcons.png) 25px -257px no-repeat;
}
.home-list-titIcon01{
	background-position: 0 0;
}
.home-list-titIcon02{
	background-position: 0 -42px;
}
.home-zcfg{
	position: absolute;
	top: 0;
	right: 0;
	width: 430px;
}
.home-list-content{
	border: 1px solid #f5f5f5;
}
.home-notice{
	margin-right: 440px;
}
dl.list{margin: 10px;}
dl.list dd,dl.list dt{
	position: relative;
}
dl.list dd{
	border-bottom: 1px solid #f5f5f5;
}
dl.list dd a{
	display:inline;
}
.headlinesImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 10em;
	height: 8.5em;
}
.headlinesImg a,.headlinesImg img{
	width: 100%;
	height: 100%;
}
.headlinesText{
	margin-left: 11em;
	height: 9em;
}
.headlinesText-title{
	border-bottom: 1px solid #e1e1e1;
}
.headlinesText-title h3,.headlinesText-title p{
	text-align: center;
}
.headlinesText-title a{
	color: #fcac00;
}
.headlinesText-title a:hover{
	color: #005bac;
}
.headlinesText-title h3{
	font-weight: 100;
}
.headlinesText-title p{
	font-size: 0.8em;
	color: #808080;
	padding: 8px 0 14px 0;
}
.headlinesText-abstract{
	padding-top: 8px;
	height: 3.8em;
	font-size: 0.8em;
	color: #808080;
}
.headlinesText-title h3{
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break:keep-all;
}

dl.list dd .listTitle{
	margin-right: 120px;
	padding: 8px 0 8px 22px;
	background: url(images/listIcons.png) -7px -196px no-repeat;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break:keep-all;
}
dl.list dd .listDate{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding: 8px 0;
	text-align: center;
}
dl.list dd .listDate a{
	color: #808080;
}


ul.list{margin: 10px;}
ul.list li{
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}

ul.list li a{
	display: inline;
}
ul.list li .listTitle{
	margin-right: 120px;
	padding: 8px 0 8px 22px;
	background: url(images/listIcons.png) -7px -196px no-repeat;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break:keep-all;
}
ul.list li .firstIcon{
	background: url(images/listIcons.png) -7px -76px no-repeat;
}
ul.list li .secIcon{
	background: url(images/listIcons.png) -7px -118px no-repeat;
}
ul.list li .thirdIcon{
	background: url(images/listIcons.png) -7px -158px no-repeat;
}
ul.list li .listDate{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding: 8px 0;
	text-align: center;
}
ul.list li .listDate a{
	color: #808080;
}


/* 
 *
 *  @module: 底部信息 by zyc 
 *  @content: start
 * ***************************************************************************
 */
.footer{
	height: 15%;
	padding: 1px;
	background-image: linear-gradient(to right , #0d3690, #0088cb);
	opacity: .75;
	box-shadow: inset -10px 10px 30px rgba(255, 255, 255, 0.4);
    text-align: center;
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
}
.footer p{
	margin: 1.5% auto;
	font-size: 16px;

}
.footer p span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

/* 
 *
 *  @module: 用户注册 by zyc 
 *  @content: start
 * ***************************************************************************
 */
.bdybg{
	background: #f5f5f5;
}
.reg-tit{
	padding:54px 0;
	font-size: 2em;
	color: #de7e22;
	text-align: center;
}
.reg-content{
	width: 550px;
	margin: 0 auto;
}
dl.reg-listbox{}
dl.reg-listbox dd,dl.reg-listbox dt{
	position: relative;
	margin-bottom: 10px;
}
.reg-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 46px;
	line-height: 50px;
	text-align: right;
	color: #262c2d;
}
.reg-right{
	height: 46px;
	margin-left: 130px;
	background: #FFFFFF;
	border: 1px solid #d9d9d9;
}
dl.reg-listbox dt .reg-right{
	border: none;
	background: none;
	color: #de4e22;
}
dl.reg-listbox dt.ptext{
	height: auto;
	height: 180px;
}
dl.reg-listbox dt.ptext p{

	line-height: 40px;
}
.reg-required{
	position: absolute;
	top: 0;
	right: -10px;
	height: 46px;
	line-height: 3em;
	color: #ff8181;
}
.reg-right input{
	width: 410px;
	height: 100%;
	margin-left: 4px;
	background: none;
	border: none;
	font-size: 1em;
}
.reg-right label{
	display: block;
	width: 100%;
	height: 100%;
}
.reg-right label.text{
	line-height: 50px;
	padding-left: 5px;
}
select.inputStyle{
	width: 410px;
	height: 100%;
	margin-left: 4px;
	background: none;
	border: none;
}
input.submitBtn{
	width: 100%;
	height: 100%;
	background: #ffba00;
	border: none;
	font-size: 1.2em;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
input.submitBtnHover{
	background: #005781;
	color: #FFFFFF;
}


/* 
 *
 *  @module: 用户登录 by zyc 
 *  @content: start
 * ***************************************************************************
 */
.login-bdyBg{
	background:url(images/logBg.jpg) fixed center 0 repeat-x;
}
.login-wrapper{
	position: relative;
	height: 535px;
}
.login-box{
	position: absolute;
	top: 40px;
	left: 50%;
	width: 370px;
	height: 428px;
	margin: 0 0 0 -142px;
}
.login-footer{
	position: relative;
	background: none;
}


/* 
 *
 *  @module: 新闻列表 by zyc 
 *  @content: start
 * ***************************************************************************
 */
.curr-location-wrapper{
	height: 50px;
	background: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}
.curr-location{
	max-width: 1200px;
	height: 50px;
	margin: 0 auto;
	background: url(images/listIcons.png) 5px -284px no-repeat;
}
.curr-location p{
	padding-left: 42px;
	height: 100%;
	line-height: 60px;
	text-align: left;
}
.news-main{
	position: relative;
	max-width: 1200px;
	margin:  32px auto;
	min-height: 860px;
	height: auto;
}
.news-list-left{
	margin-left: 10px;
	margin-right: 392px;
}
.news-list-right{
	position: absolute;
	top: -22px;
	right: 0;
	width: 372px;
}
.list-cut-box{
	padding-top: 10px;
}
.list-cut-line{
	border: 1px solid #e6e6e6;
}
.listPage-login{
	width: 370px;
	height: 428px;
	padding: 1px 0;
	background: url(images/logBg2.png) 0 0 no-repeat;
}
.news-list-rightBox{
	margin-top: 14px;
}
.news-details{
	position: relative;
	max-width: 1200px;
	margin:  32px auto;
	min-height: 360px;
	height: auto;
}
.news-details-title{
	height: 85px;
	border-bottom: 2px solid #2997dc;
}
.news-details-title h3{
	text-align: center;
	color: #fcac00;
	font-weight: 200;
}
.news-details-title p{
	margin-top: 20px;
	text-align: center;
	font-size: 0.8em;
	color: #858585;
}
.news-details-title .fontSizeBox{
	color: #2997dc;
}
.news-details-title .fontSizeBox a{
	vertical-align: inherit;
	color: #2997dc;
}
.news-details-title .fontSizeBox a:hover{
	color: #eaa500;
}

.news-details-content{
	max-width: 1160px;
	height: auto;
	margin:20px;
}
.news-details-stage{
	margin-bottom: 40px;
}
.news-details-content p.ptext{
	text-indent: 2em;
	color: #808080;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.news-details-img{
	width: 650px;
	height: 430px;
	margin: 0px auto 20px auto;
}
.news-details-img img{
	width: 100%;
	height: 100%;
}
.news-details-img-tit{
	width: 650px;
	height: auto;
	margin: 0px auto 20px auto;
	color: #808080;
	text-align: center;
}
.news-details-btnBox{
	width: 500px;
	height: px;
	margin: 48px auto;
	text-align: center;
}
.news-details-btn{
	width: 80px;
	height: 32px;
	line-height: 32px;
	margin: 0 10px;
	border: 1px solid #ececec;
	background: #f5f5f5;
	text-align: center;
	color: #2997dc;
	cursor: pointer;
}
.news-details-btnHover{
	border: 1px solid #007dcc;
	background: #2997dc;
	color: #FFFFFF;
}


/* 
 *
 *  @module: 医院机构门户-用户信息及登录入口 by zyc 
 *  @content: start
 * ***************************************************************************
 */
.user-box{
	height: 30px;
	background: #F5F5F5;
}
.user-login{
	max-width: 1200px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
.user-login p{
	padding-left: 16px;
	line-height: 30px;
	font-size: 0.8em;
}
.user-login .txtA,.user-login .txtA:hover{
	color: #5b5b5b;
	cursor: default;
}
.user-login .logAcolor{
	color: #5b5b5b;
}
.user-login .logAcolor:hover{
	color: #fe8300;
}

.user-login .regAcolor{
	margin-left: 20px;
	color: #fe8300;
}
.user-login .regAcolor:hover{
	color: #fe8300;
}
.user-login .logoutA{
	margin-left: 20px;
	color: #d51400;
}
.user-login .logoutA:hover{
	color: #9a0e00;
}
@media (max-height:1080px) and (max-width:1920px){
	.home-login{
		/*padding-top: 170px;*/
		margin-top: 62px;
	}
	.home-form-ts {
		font-size: 18px;
	}
	.footer p{
		margin: 2.3% auto;
	}
}
@media (max-height:950px) and (max-width:1920px){
	.home-login{
		/*padding-top: 7.5%;*/
		margin-top: 17px;

	}
	.home-login-tit {
		font-size:2.5em
	}
	.home-form-ts{
		font-size: 18px;
	}
	.footer p{
		margin: 1.6% auto;
	}
}
@media (max-height:950px) and (max-width:1600px){
	.home-login{
        margin-top: 17px;
	}
	.home-login-tit {
		font-size:1.4em
	}
	.home-form-ts{
		font-size: 16px;
	}
	.footer p{
		margin: 1.6% auto;
	}
}
@media (max-height:760px)  and (max-width:1600px) {
	.home-login{
        margin-top: -33px;
	}
	.home-login-tit {
		font-size:1.4em
	}
	.home-form {
		margin: 17px auto 0 auto;
	}
	.home-form-ts{
		font-size: 16px;
	}
	.home-form-inputIcon-user {
		background:url(images/userName.png) 100% 50%  no-repeat;
		background-size: 80% 80%;
	}
	.home-form-inputIcon-pwd{
		background:url(images/pwd.png) 100% 50%  no-repeat;
		background-size: 80% 80%;
	}
	.footer p{
		margin: 1.1% auto;
	}
}
@media (max-height:760px)  and (max-width:1400px) {
	.home-login{
        margin-top: -80px;
	}
	.home-login-tit {
		font-size:1.4em
	}
	.home-form {
		margin: 17px auto 0 auto;
	}
	.home-form-ts{
		font-size: 16px;
	}
	.home-form-inputIcon-user {
		background:url(images/userName.png) 100% 50%  no-repeat;
		background-size: 80% 80%;
	}
	.home-form-inputIcon-pwd{
		background:url(images/pwd.png) 100% 50%  no-repeat;
		background-size: 80% 80%;
	}
	.footer p{
		margin: 1.1% auto;
	}
}
@media (max-height:760px)  and (max-width:1366px) {
	.home-form {
		margin: 9px auto 0 auto;
	}
}








