/**!
 * 浙江省公共资源二级页面-搜索
 * author: huangcong;
 * date:2019-07-29
 */

.ewb-loc{
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	padding-left: 26px;
	background: url(https:/ggzy.zj.gov.cn/images/loc_icon.png) left center no-repeat;
}

.ewb-loc a{
	color: #333;
}

.ewb-blue{
	color: #008ccd;
}

.ewb-chose *{
	box-sizing: border-box;
}

.ewb-chose-mod{
	background: #f4f5f7;
	line-height: 30px;
	padding: 16px 0;
	border-bottom: 1px dashed #d2d2d2;
}

.ewb-chose-name{
	width: 110px;
	float: left;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
}

.ewb-chose-info{
	margin-left: 110px;
	padding-right: 20px;
}

.ewb-kind-items{
	float: left;
}

.ewb-kind-item{
	float: left;
	height: 23px;
	line-height: 23px;
	font-size: 15px;
	color: #333;
	text-align: center;
	margin: 4px 30px 3px 0;
}

.ewb-kind-item a{
	display: block;
	min-width: 88px;
	border-radius: 3px;
	text-align: center;
	padding: 0 5px;
	color: #333;
}

.ewb-kind-item.cur a,
.ewb-kind-item a:hover{
	background: #046ccd;
	color: #fff;
}

.ewb-datewrap{
	height: 30px;
	line-height: 30px;
	float: left;
}

.datetimepicker .table-condensed{
    background-color: #3e97db;
}

.datetimepicker thead {
    background: #3e97db;
}

.datetimepicker .table-condensed tbody{
    background-color: #fff;
}

.ewb-find-to {
    padding: 0 6px;
    color: #bfbfbf;
    font-size: 15px;
}

.ewb-find-inp {
    width: 140px;
    height: 30px;
    line-height: 28px;
    outline: 0;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 15px;
    color: #999;
    background: url(https:/ggzy.zj.gov.cn/images/time_pick.jpg) 114px center no-repeat #fff;
}

.ewb-area{
	margin-left: 110px;
	padding-left: 8px;
}

.ewb-area-name{
	float: left;
	width: 60px;
	line-height: 30px;
	padding-right: 9px;
	font-size: 15px;
	text-align: right;
}

.ewb-area-name.ewb-spc{
	font-weight: bold;
	padding-right: 0;
}

.ewb-area-sel{
	float: left;
	width: 187px;
	height: 30px;
}

.ewb-area-sel.ewb-spc{
	width: 255px;
}

.chosen-container{
	float: left;
}

.chosen-container-single .chosen-single{
	height: 30px;
	line-height: 28px;
	font-size: 15px;
	border-radius: 3px;
	border:1px solid #d2d2d2;
	background: #fff;
}

.chosen-container-single .chosen-single span{
	color: #999;
	padding-left: 10px;
}

.chosen-container-single .chosen-single div{
	width: 31px;
}

.ewb-chosen-text{
	padding: 20px 0 25px 0;
	background: #f4f5f7;
}

.ewb-chosen-input{
	float: left;
	margin-left: 323px;
	width: 480px;
	height: 38px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	background: #fff;
	position: relative;
}

.ewb-chosen-input-mod{
	margin-right: 80px;
	position: relative;
}

.ewb-chosen-input-mod input{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-indent: 15px;
	border: 0;
	padding: 0;
	outline: 0;
}

.ewb-chosen-input-mod .input-placeholder{
	height: 36px;
	line-height: 36px;
	left: 15px;
	font-size: 15px;
	color: #999;
}

.ewb-chosen-input button{
	display: block;
	width: 75px;
	height: 38px;
	border-radius: 0 3px 3px 0;
	background: #046ccd;
	border:0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	font-family: "Microsoft Yahei";
	text-align: center;
	position: absolute;
	right: -1px;
	top: -1px;
}

a.ewb-chosen-close{
	line-height: 38px;
	float: left;
	margin-left: 20px;
	padding-right: 24px;
	color: #046ccd;
	font-size: 15px;
	background: url(https:/ggzy.zj.gov.cn/images/top_arrow.png) right center no-repeat;
}

a.ewb-chosen-close.hasclose{
	background-image: url(https:/ggzy.zj.gov.cn/images/bom_arrow.png);
}

/* menu */

.ewb-menu{
	float: left;
	width: 282px;
	background: #e8eff9;
	padding-top: 18px;
	min-height: 454px;
	margin-top: 20px;
}

.ewb-menu-item{
	vertical-align: top;
}

.ewb-menu-item a{
	display: block;
	line-height: 58px;
	font-size: 18px;
	color: #666; 
	padding-left: 55px;
	font-weight:bold;
}

/* .ewb-menu-item.cur a,
.ewb-menu-item a:hover{
	line-height: 58px;
	font-weight: bold;
	color: #fff;
	background: url(https:/ggzy.zj.gov.cn/images/menu_bgh.png) no-repeat;
} */

li.ewb-menu-item{
	color:#046ccd;
}

li.ewb-menu-item.current{
	line-height: 58px;
	font-weight: bold;
	background: url(https:/ggzy.zj.gov.cn/images/menu_bgh.png) no-repeat;
}

li.ewb-menu-item.current a{
	color:#fff;
}


/* 右侧 */

.ewb-info{
	float: left;
	margin-left: 24px;
	width: 894px;
	margin-top: 20px;
	padding-bottom: 30px;
}
.ewb-info2{
	width: 1200px !important;
	height: 293px;
}
.ewb-info-hd{
	height: 32px;
	border-bottom: 1px solid #d6e0ef;
}

.ewb-info-hd a{
	float: left;
	line-height: 20px;
	font-size: 20px;
	color: #046ccd;
	font-weight: bold;
	border-bottom: 2px solid #046ccd;
	height: 31px;
}

.ewb-info-bd{
	position: relative;
	margin-top: 8px;
}

.ewb-line{
	position: absolute;
	width: 2px;
	background: #a5c0de;
	top: 20px; 
	bottom: 20px;
	left: 4px;
}

.ewb-public-item{
	height: 37px;
	line-height: 37px;
	font-size: 15px;
	vertical-align: top;
}

.ewb-public-forus{
	margin-right: 110px;
}

.ewb-dian{
	float: left;
	width: 25px;
	height: 19px;
	vertical-align: top;
	margin-top: 9px;
	margin-left: -4px;
	position: relative;
	z-index: 10;
	background: url(https:/ggzy.zj.gov.cn/images/dian.png) 2px center no-repeat;
}

.ewb-public-forus a{
	float: left;
	max-width: 740px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.ewb-date{
	float: right;
	color: #999;
	margin-top: -37px;
}

.ewb-public-item:hover .ewb-dian{
	background: url(https:/ggzy.zj.gov.cn/images/dianh.png) no-repeat;
}

.ewb-public-item:hover .ewb-public-forus a,
.ewb-public-item:hover .ewb-date{
	color: #fd871e;
}

.pager{
	margin-top: 10px;
}

/* tree */
		.wb-tree {
			padding-top: 1px;
		}

		.wb-tree-items {
			cursor: pointer;
			border-bottom: 1px solid #e2ecfc;
		}

		.wb-tree-tt {
			color: #fff;
		}

		.wb-tree-node{
			display: block;
			height: 57px;
			line-height: 57px;
			font-size: 16px;
			color: #fff;
			text-align: center;
			font-weight: bold;
			background: url(https:/ggzy.zj.gov.cn/images/subPage/pan_s03.jpg) left top no-repeat #7ac3fe;
		}


		.wb-tree-sub {
			display: none;
		}

		.wb-tree-item>a {
			padding: 7px 0;
			display: block;
			line-height: 24px;
			text-align: center;
			color: #666;
			border-top: 1px solid #e2ecfc;
		}


		.tree-sublk{
			padding-left: 15px;
			font-weight:lighter;
			color:#333;
			font-size:16px;
			/* background: url(https:/ggzy.zj.gov.cn/images/subPage/pan_list.jpg) left center no-repeat; */
		}

		.wb-tree-item>a:hover {
			color: #339aed;
		}

		.wb-tree-item>a:hover .tree-sublk{
			background-image: url(https:/ggzy.zj.gov.cn/images/subPage/pan_listh.jpg);
		}

		.wb-tree-node:hover{
			background: url(https:/ggzy.zj.gov.cn/images/subPage/pan_s02.jpg) left top no-repeat #418ef9;
		}

		.current .wb-tree-node,
		.current .wb-tree-node:hover {
			background: url(https:/ggzy.zj.gov.cn/images/subPage/pan_s01.jpg) left top no-repeat #0259d2;
		}

		.current .wb-tree-sub {
			display: block;
		}


		/*登录*/
.em-login{
	margin-top: 38px;
    width: 240px;
    height: 344px;
	margin-left: 19px;
}
.em-login-item{
    height: 60px;
    background-color: #74aadc;
    margin-bottom: 11px;
}
.em-login>.em-login-item:last-child{
    margin-bottom: 0;
}
.em-login-item:hover{
    background: url(https:/ggzy.zj.gov.cn/images/img_login.png) center no-repeat;
    background-size: 100% 100%;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,0.25)
}
.em-login-item>a{
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 98px;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    background-position: 46px center;
    background-repeat: no-repeat;
}
.em-login .em-login-item:nth-of-type(1)>a{
    background-image: url(https:/ggzy.zj.gov.cn/images/img_login1.png);
    background-position: 44px center;
}
.em-login .em-login-item:nth-of-type(2)>a{
    background-image: url(https:/ggzy.zj.gov.cn/images/img_login2.png);
}
.em-login .em-login-item:nth-of-type(3)>a{
    background-image: url(https:/ggzy.zj.gov.cn/images/img_login3.png);
}
.em-login .em-login-item:nth-of-type(4)>a{
    background-image: url(https:/ggzy.zj.gov.cn/images/img_login4.png);
}
.em-login .em-login-item:nth-of-type(5)>a{
    background-image: url(https:/ggzy.zj.gov.cn/images/img_login5.png);
}




/* 2022-07-22 zsy */

.old-mode .ewb-menu-item a {
    font-size: 26px;
}

.old-mode .ewb-info-hd a {
    height: 45px;
    line-height: 45px;
    font-size: 26px;
    font-weight: 900;
}

.old-mode .ewb-info-hd {
    height: 46px;
}

.old-mode .ewb-public-item {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}

.old-mode .em-login-item>a,
.old-mode .em-login .em-login-item:nth-of-type(1)>a {
    padding-left: 58px;
    font-size: 24px;
    background-position: 23px center;
}

.old-mode .m-pagination-page>li>a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 24px;
}

/* 20230824 modify */
/* @media (min-width: 420px) and (max-width: 767px) {
    html body.UseInMobile #list>li>div {
        width:75% !important;
    }

    html body.UseInMobile #list>li>.ewb-date {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .ewb-menu-item {
        flex:1;
        width: 0;
    }

    html body.useOldFixed li.ewb-menu-item.current>a {
        background: #046ccd !important;
    }

    html body.useOldFixed li.ewb-menu-item.current a {
        color: #fff !important;
    }

    .ewb-public-item {
        line-height: 30px !important;
    }
}

@media (max-width: 548px) {
    .ewb-menu-item {
        width:100%;
        flex: auto;
    }

    html body.useOldFixed li.ewb-menu-item.current>a {
        background: #046ccd !important;
    }
}

@media (max-width: 420px) {
    body.UseInMobile .ewb-public-item {
        line-height: 20px !important;
        padding:5px 0;
        font-size:14px;
    }

    body.UseInMobile #list>li .ewb-public-forus {
        width: 70% !important;
    }

    body.UseInMobile #list>li .ewb-date {
        width: auto !important;
    }
} */

/* 20230830-002 add */
/* 新闻中心栏目 */
@media (max-width: 767px) {
    .ewb-menu {
        float:none !important;
        width: calc(100% - 40px);
        min-height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .ewb-menu-item a {
        line-height: 45px;
    }

    .ewb-info {
        width: 100%;
        padding: 0 20px;
        float: none !important;
        margin: 20px 0 0 !important;
    }

    .ewb-public-item {
        height: auto;
        line-height: 22px;
        padding: 3px 0;
    }

    .ewb-public-forus {
        width: calc(100% - 110px);
        float: left;
        margin-right: 0;
    }

    .ewb-public-forus a {
        width: calc(100% - 25px);
        max-width: fit-content;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }

    .ewb-date {
        margin-top: 0;
        display: block;
    }

    .ewb-dian {
        margin-top: 2px;
    }

    .ewb-public-item:last-child {
        position: relative;
    }

    .ewb-public-item:last-child:before {
        position: absolute;
        content: '';
        width: 4px;
        height: calc(100% - 10px);
        left: 3px;
        top: 5px;
        background: #fff;
    }

    li.ewb-menu-item.current {
        background: #046ccd;
    }

    .ewb-menu .em-login {
        float: none !important;
    }

    .em-login {
        margin-left:20px;
        margin-right:20px; 
        float: none !important;
        width: calc(100% - 40px); 
        height: auto; 
        padding-bottom:20px;
    }
}