.main .gzdt ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.main .gzdt ul li{
	width:48%;
	list-style: disc inside;
	font-size:20px;
	color:#333;
	line-height:48px;
	flex:none;
	overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.main .ul-block{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.main .ul-block li{
	width:385px;
	height:100px;
	font-size:20px;
	color:#333;
	flex:none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f9fd;
	margin-top:20px;
}
.main .ul-standard-block{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	/*增加标准编号后，标准编号、名称都居中显示
	text-align: center;
	*/
}
.main .ul-standard-block li{
	width:385px;
	height:100px;
	font-size:20px;
	color:#333;
	flex:none;
	display: flex;
	/*默认，增加标准编号后，标准编号与名称左对齐显示*/
	justify-content: center;

	/*增加标准编号后，标准编号、名称都居左显示
	justify-content: left;
    */
	align-items: center;
	background: #f4f9fd;
	margin-top:20px;
}
.main .bz .ul-block li{
background:#e3f2fe;
}
.main .yj .ul-block li{
background:#d8ebfa;
}
/*登录*/
.model-login{
	/*display: none;*/
}
.login-box{
	position: absolute;
	width:675px;
	height:520px;
	top:50%;
	left:50%;
	margin-top:-260px;
	margin-left:-337px;
	z-index:99;
	background: #fff;
	border-radius: 20px;
	padding-top:80px;
}
.close{
	position: absolute;
	font-size:24px;
	color:#999;
	top:20px;
	right:30px;
}
.login-ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.login-ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:35px;
}
.login-ul li label{
	width:80px;
	text-align: right;
	margin-right:40px;
	flex:none;
	font-size:20px;
	color:#333;
}
.login-ul li input,
.login-ul li div{
	width:406px;
	height:58px;
	line-height:58px;
	font-size:18px;
	color:#999;
}
.login-ul li input[type="radio"]{
	width:auto;
	height:auto;
}
.login-ul li input{
	border:1px solid #ccc;
	font-size:18px;
	color:#999;
	padding:0 10px;
}
.code{
	position:absolute;
	right:0;
	top:0;
	height: 58px;
    width: 100px;
	border:1px solid red;
}
.rigister-box{
	margin:40px auto;
	width:1000px;
	border:1px solid #666;
	padding:60px 0;
	background: url(../images/modal-bg.png) center top no-repeat #fff;
}
.rigister-box li label{
	width:200px;
}
.main-bg{
	padding:40px 0;
	background: url(../images/main-bg.png) center top no-repeat;
}
.info{
	font-size:12px;
	color:#ff4d4f;
	position: absolute;
	bottom: -40px;
	left:0;
}
.operating .gzdt ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.operating .gzdt ul li a{
	display: inline-block;
	width:80%;
	overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.operating .gzdt ul li span{
	color:#aaa;
	font-size:14px;
}
/*detail*/
.news h2{
	font-size:24px;
	color:#333;
	line-height:60px;
	text-align: center;
}
.news .subT{
	font-size:24px;
	color:#999;
	line-height:60px;
	border-bottom:1px solid #999;
	text-align: center;
}
.news img{
	display: block;
	max-width: 100%;
	margin:40px auto;
}
.news .news-box p{
	font-size:20px;
	color:#333;
	/*text-indent: 2em;*/
	line-height: 44px;
	/*margin:30px 0;*/
}
/*picNews*/
.list_ul{
	margin-bottom: 60px;
}
.list_ul li{
	overflow: hidden;
	margin: 20px 0;
}
.list_ul li .list_pic{
	float:left;
	width:168px;
	height:108px;
}
.list_ul li .rt{
	width:1000px;
}
.list_ul li.noPic .rt{
	width:100%;
}
.list_ul li .pt{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	width:100%;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list_ul li .pc{
	margin-top:10px;
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.list_ul li .pb{
	margin-top:20px;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #999;
}
.mainTable{
	width:100%;
	font-size:14px;
	color:#666;
	line-height:40px;
	text-align: center;
	border-collapse: collapse;
	border-top:4px solid #2e5587;
	border-bottom:4px solid #2e5587;
}
.mainTable tr{
	border-top:1px solid #e1e4e9;
}
.mainTable thead{
	background: #f3f3f3;
}
.mainTable tr:nth-child(even){
	background: #f3f3f3;
}
.mainTable .th-border th{
	border:1px solid #dae2e9;
}
.mainTable .th-border .option{
	background: #2e5587;
	color:#fff;
}
/*
.mainTable .th-border th:last-child{
	background: #2e5587;
	color:#fff;
}
*/
.mainTable .th-bg{
	background: #4a85c7;
	color:#fff;
	border-bottom: 4px solid #2e5587;
}
.mainTable .th-bg th:last-child{
	background: #2e5587;
}
.border-top-none{
	border-top:none;
}
/*news-pdf*/
.news-pdf{
	padding:50px;
	background: #fff;
}
.news-top .bg-gray{
	background: #f3f3f3;
}
.news-top .row{
	padding:0 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:14px;
	color:#333;
	line-height:54px;
}
.news-top .row .dl{
	width:60%;
	flex:none;
}
.news-top .row .dr{
	width:40%;
	flex:none;
}
.news-top .row .sl{
	font-size:16px;
	color:#999;
}
.news-pdf .news-title{
	font-size:36px;
	color:#c71819;
	line-height:60px;
	text-align: center;
	font-weight:bold;
	padding:50px 30px;
	border-bottom: 2px solid #c71819;
}
.news-pdf .news-box{
	padding:0 20px;
}
.refer{
	font-size:16px;
	color:#333;
	border-bottom: 1px dashed #3a5f8e;
	padding-bottom: 15px;
}
.refer input,
.refer select{
	height:28px;
	width:200px;
	border:1px solid #2e5587;
}
/*反馈弹框*/
.model-opinion{
	display: none;
}
.opinion-box{
	position: fixed;
	width:1000px;
	height:500px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-500px;
	z-index:99;
	background: url(../images/modal-bg.png) center top no-repeat #fff;
}
.opinion-box .title{
	font-size:24px;
	color:#065395;
	font-weight:bold;
	line-height:70px;
	padding:0 30px;
}
.opinion-ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.opinion-ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
}
.opinion-ul li label{
	width:180px;
	text-align: right;
	margin-right:40px;
	flex:none;
	font-size:26px;
	color:#333;
}
.opinion-ul li input,
.opinion-ul li select,
.opinion-ul li textarea{
	width:532px;
	line-height:38px;
	font-size:18px;
	color:#333;
	border:1px solid #ccc;
	padding:0 10px;
}
.opinion-ul li select{
	height:38px;
}
.adv-table{
	width:100%;
	border-collapse: collapse;
}
.adv-table td{
	padding:10px;
	border:1px solid #eee;
	font-size:14px;
	color:#666;
}
/*
.adv-table td:nth-child(odd){
	width:200px;
	background: #f3f3f3;
	font-size:16px;
	color:#333;
	text-align: right;
}
*/
/*
.adv-table tr:nth-child(odd){
	width:200px;
	background: #f3f3f3;
	font-size:16px;
	color:#333;
	text-align: right;
}
*/
.adv-table .tr1{
	width:200px;
	background: #f3f3f3;
	font-size:16px;
	color:#333;
	text-align: center;
}
.adv-table .tr2{
	width:200px;
	font-size:16px;
	color:#333;
	text-align: right;
}
.table-t{
	font-size:18px;
	color:#333;
	text-align: center;
	line-height: 60px;
}
.title{
	font-size:24px;
	color:#16407a;
	font-weight: bold;
	line-height: 70px;
}
.adv-table .head,
.adv-table .body{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.adv-table .head div,
.adv-table .body div{
	flex:none;
	padding:10px;
}
.adv-table .l1,
.adv-table .l4{
	width:10%;
	text-align: center;
}
.adv-table .l2{
	width:20%;
}
.adv-table .l3{
	width:60%;
}
.adv-table textarea{
	border:1px solid #666;
	width:100%;
}
