body{
	margin: 0;
	padding: 0;
	background-color: #f0f4f3 !important;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none !important;
}

.container{
	width: 1200px;
	margin: 0 auto;
}

.header{
	width: 100%;
	height: 80px;
	background-color: #003366;
}

.d-flex{
	display: flex;
}

.justify-content-between{
	justify-content: space-between;
}

.justify-content-center{
	justify-content: center;
}

.justify-content-around{
	justify-content: space-around;
}

.align-items-center{
	align-items: center;
}

.flex-direction-column{
	flex-direction: column;
}

.h100{
	height: 100%;
}

.logo-container{
	display: block;
	height: 100%;
}

.logo-container > img{
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
	height: 100%;
}

.head-nav{
	display: flex;
	align-items: center;
}

.head-nav a{
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	border-left: 1px solid #fff;
	height: 16px;
	line-height: 16px;
}

.head-nav a:hover{
	color: #ffffff;
}

.head-nav a:first-child{
	border-left: none;
}

.head-nav .login-inHead{
	width: 50px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #ff9900;
	color: #ffffff;
	border-left: none;
	padding: 0;
	box-sizing: border-box;
	border-radius: 4px;
}
.head-nav .blockchain{
	border: none;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #4099EF;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 4px;
	margin-left: 10px;
	padding: 0 10px;
}

.footer{
	height: 100px;
	box-sizing: border-box;
	padding: 25px 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	font-size: 14px;
}

.copyright{
	width: 100%;
	text-align: center;
}

.login-container{
	width: 100%;
	min-height: calc(100vh - 130px);
	box-sizing: border-box;
	padding: 50px 0;
	display: grid;
	place-items: center;
}

.browser-container{
	width: 100%;
	min-height: calc(100vh - 160px);
	box-sizing: border-box;
	padding: 50px 0;
}
.browser-head{
	width: 1000px;
	padding: 0 0 20px;
	background-color: #ffffff;
	box-shadow: 0 0 4px #cccccc;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.browser-head .browser-head-title{
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.browser-head .browser-head-fun{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.browser-head .tips{
	display: flex;
	gap: 10px;
	border: 1px solid #003366;
	background-color: #e6f7ff;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.browser-head .tips .left img{
	display: block;
	width: 22px;
	height: 22px;
}
.browser-head .tips .right{
	font-size: 14px;
	color: #444444;
}
.browser-head .tips .right .title{
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 5px;
}
.browser-head .form-group{
	margin-top: 30px;
}
.browser-head .form-group .form-group-item{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.browser-head .form-group .form-group-item .attr{
	display: block;
	width: 30%;
	text-align: right;
	margin-right: 10px;
	font-size: 14px;
}
.browser-head .form-group .form-group-item .val input{
	display: block;
	width: 400px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	transition: all ease 0.2s;
	box-sizing: border-box;
}
.browser-head .form-group .form-group-item .val input:focus{
	outline: 1px solid #4099EF;
	border: 1px solid #4099EF;
	transition: all ease 0.2s;
}
.browser-head .form-group .form-group-item .val button{
	width: 400px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #003366;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.browser-body{
	width: 1000px;
	padding: 0 0 20px;
	background-color: #ffffff;
	box-shadow: 0 0 4px #cccccc;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.browser-body .browser-body-title{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #666666;
}
.browser-body .browser-info{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.browser-body .browser-info .browser-info-item{
	display: flex;
	flex-wrap: wrap;
	height: 50px;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: #333333;
}
.browser-body .browser-info .browser-info-item .val{
	color: #666666;
}
.browser-body .browser-info .browser-info-item .val.blue{
	color: #4099EF;
}

.box-title{
	color: #3c3c3c;
	font-size: 30px;
	line-height: 50px;
	font-weight: 400;
	text-align: center;
}

/* login */
.login {
	width: 100%;
	min-height: 50vh;
	background: #e5e5e5;
	padding: 100px 0;
}

.login-box {
	display: block;
	width: 500px;
	padding-bottom: 70px;
	background: #FFFFFF;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 0 4px 3px #cccccc;
}

.login-head {
	width: 100%;
	height: 99px;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 99px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.login-box .line {
	width: 95%;
	height: 1px;
	background: #E3E3E3;
	margin: 0 auto;
}

.login-head .login-head-left {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.login-head .login-head-right {
	font-size: 12px;
	display: flex;
	color: #666666;
}

.login-head .login-head-right a {
	text-decoration: none;
	color: #003366;
}

.login-body {
	width: 340px;
	margin: 0 auto;
	margin-top: 20px;
}

.login-body .form-item {
	padding: 12px 0;
	height: 44px;
	position: relative;
}

.login-body .form-item.instruction{
	font-size: 14px;
	color: #999999;
}

.text-center{
	text-align: center;
}

.login-body .form-item .icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 24px;
	left: 10px;
	background-size: 100%;
	box-sizing: border-box;
	z-index: 99;
}

.icon1 {
	background: url(../img/phone.png) no-repeat;
}

.icon2 {
	background: url(../img/password.png) no-repeat;
}

.icon3 {
	background: url(../img/password.png) no-repeat;
}

.icon4 {
	background: url(../img/validation.png) no-repeat;
}
.icon-name{
	background: url(../img/name.png) no-repeat;
}
.icon-id{
	background: url(../img/cardid.png) no-repeat;
}
.icon-depart{
	background: url(../img/depart.png) no-repeat;
}

.login-body .form-item input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	padding-left: 40px;
	outline: none;
	border: 1px solid #CCCCCC;
	float: left;
	border-radius: 4px;
}
.login-body .form-item input[type=checkbox]{
	width: auto;
	margin-right: 5px;
}
.login-body .form-item select{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	padding: 0 10px;
}

.login-body .form-item input.valid {
	width: 60%;
}

.login-body .form-item button {
	width: 35%;
	float: right;
	height: 100%;
	border: 1px solid #003366;
	background: #fff7f0;
	color: #003366;
	cursor: pointer;
}

.login-body .form-item .count{
	border: 1px solid #ccc;
	background-color: rgba(0, 0, 0, 0.1);
	color: #606266;
}
.login-body .form-item .img_btn{
	border: 1px solid #ccc;
	background-color: rgba(0, 0, 0, 0.1);
	color: #606266;
	padding: 0;
}

.login-body .form-item img {
	width: 35%;
	float: right;
	height: 38px;
	cursor: pointer;
}

.login-body input[type="submit"] {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 12px 0;
	box-sizing: border-box;
	background: #003366;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	box-shadow: 0 0 4px #CCCCCC;
	border-radius: 4px;
}

.login-body .register_btn {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 12px 0;
	box-sizing: border-box;
	background: #003366;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	box-shadow: 0 0 4px #CCCCCC;
}

.checkbox-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.checkbox-row label {
	display: flex;
	align-items: center;
	line-height: 20px;
}

.checkbox-row label input[type="checkbox"] {
	width: 15px;
	margin-right: 10px;
}

.checkbox-row a {
	line-height: 40px;
	text-decoration: none;
	color: #003366;
	font-size: 14px;
}

.login-box form{
	margin-top: 30px;
	width: 100%;
}

.login-box .form-group{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.login-box .form-group input{
	display: block;
	width: 100%;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #cccccc;
	outline: none;
	padding: 8px 10px 8px 40px;
	box-sizing: border-box;
	font-size: 15px;
}

.login-box .form-group img{
	display: block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 12px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 9;
}

.login-box .form-group-append img{
	padding: 0 !important;
}
.form-group-append{
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	width: 81px;
	border-left: 1px solid #ccc;
}
.form-group-append .btn{
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	background-color: #003366;
	text-align: center;
	border-radius: 0 2px 2px 0;
}
.login-box button[type=submit]{
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	background-color: #003366;
	border: none;
	outline: none;
	border-radius: 4px;
}

.other-tool{
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
}

.other-tool a{
	color: #333333;
}

.password-container{
	width: 100%;
	min-height: calc(100vh - 160px);
	box-sizing: border-box;
	padding: 20px 0;
	display: grid;
	place-items: center;
}

.password-container .container .login-box table{
	width: 100%;
}

.password-container form{
	margin-top: 30px;
}

.login-box .table .tr{
	height: 60px;
	line-height: 40px;
	display: flex;
	align-items: center;
}

.login-box .td-first{
	width: 140px;
	text-align: right;
	padding-right: 10px;
	color: #666666;
	font-size: 15px;
}

.login-box .td-input{
	width: 350px;
}

.red{
	color: red;
}

.login-box .td-input input[type=text],
.login-box .td-input input[type=password],
.login-box .td-input select{
	width: 338px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	vertical-align: top;
	padding: 0 10px;
	outline: none;
	box-sizing: border-box;
}

.login-box button[type=submit]{
	width: 338px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	vertical-align: top;
	outline: none;
	border: none;
	background-color: #003366;
	color: #ffffff;
	cursor: pointer;
}

.login-box .validate-tips{
	font-size: 15px;
	color: #666666;
}

.login-box .td-input .desc{
	font-size: 13px;
}

.main{
	width: 100%;
	min-height: calc(100vh - 160px);
}

.top-search{
	width: 100%;
	height: 400px;
	background-color: #67676788;
	background-image:url(/public/default/img/bg.png)
}

.search-box{
	width: calc(100% - 320px);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.1);
	padding: 15px;
	border-radius: 4px;
	gap: 5px;
}

.system-title{
	font-size: 32px;
	margin-bottom: 50px;
	margin-top:-30px;
	color: #ffffff;
}

.search-box input{
	flex: 1;
	display: block;
	overflow: hidden;
	height: 52px;
	outline: none;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	margin-right: 3px;
	font-size: 15px;
}
.search-box input:first-child{
	border-radius: 4px 0 0 4px;
	width: 180px;
	flex: unset;
}
.search-box input:last-of-type{
	border-radius: 0 4px 4px 0;
}

.search-box button{
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: #ff9900;
	color: #ffffff;
	height: 52px;
	padding: 0 16px 0 10px;
	font-size: 16px;
	gap: 5px;
	cursor: pointer;
	border-radius: 4px;
}

.search-box button img{
	display: block;
	width: 24px;
	height: 24px;
}

.mobile-direction-column{
	gap: 5px;
}

.login-box .td-input > button{
	width: 100%;
}

.user-center{
	padding: 20px 0;
}

.certificate-list,
.student-status{
	padding: 0 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.ctitle{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.ctitle a{
	font-size: 14px;
	color: #333;
}

.certificate-item,
.studentStatus-item{
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 5;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
}

.certificate-item a,
.studentStatus-item a{
	color: #ffffff;
}

.certificate-item .line-one,
.studentStatus-item .line-one{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.certificate-item .line-one .title,
.studentStatus-item .line-one .title{
	font-size: 18px;
}

.certificate-item .line-one .tag,
.studentStatus-item .line-one .tag{
	font-size: 15px;
	padding: 2px 8px;
	background-color: #0004;
	border-radius: 10px;
}

.certificate-item .line-two,
.studentStatus-item .line-two{
	font-size: 14px;
	color: #eeeeee;
}
.cert-item{
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.cert-item:hover{
	box-shadow: 0 0 4px #cccccc;
	transition: all linear 0.2s;
}
.cert-item .cert-head{
	width: 100%;
	height: 80px;
	padding: 15px;
	line-height: 25px;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}
.cert-item .cert-head .text{
	height: 50px;
	line-height: 25px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cert-item .title{
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #000000;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	padding: 0 30px;
	box-sizing: border-box;
}
.cert-item .cert-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	background-color: #003366;
	padding: 0 10px;
}
.cert-item .cert-footer .cert-num{
	color: #ffffff;
	font-size: 12px;
}
.cert-item .cert-footer .cert-collect img{
	display: none;
	width: 16px;
	height: 16px;
}
.cert-item .cert-footer .cert-collect img.uncollect{
	display: block;
}
.cert-item .cert-footer .cert-collect img.collected{
	display: none;
}
.cert-item .cert-footer .cert-collect.collected img.uncollect{
	display: none;
}
.cert-item .cert-footer .cert-collect.collected img.collected{
	display: block;
}

.mobile-header{
	display: none;
}

.list-certificate{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	padding: 0 0 30px 0;
}

.list-certificate .item{
	border-radius: 4px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0 0 4px #ccc;
}

.list-certificate a{
	display: block;
	width: 100%;
}

.list-certificate .title{
	color: #ffffff;
	height: 100px;
	display: grid;
	place-items: center;
	padding: 0 10px;
	text-align: center;
	line-height: 30px;
}

.list-certificate .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	font-size: 15px;
	gap: 10px;
	color: #333;
}

.list-certificate .bottom .depart{
	text-overflow: ellipsis;
	overflow: hidden;
	flex: 1;
	white-space: nowrap;
}

.list-certificate .bottom .user-number{
	display: flex;
	align-items: center;
	gap: 5px;
	color: #777777;
}
.list-certificate .bottom .user-number img{
	display: block;
	width: 14px;
	height: 14px;
}

.list-certificate .bottom .certificate-number{
	display: flex;
	align-items: center;
	height: 26px;
	line-height: 26px;
	color: #333333;
	padding: 0 5px;
	border-radius: 2px;
	min-width: 46px;
}
.list-certificate .bottom .certificate-number img{
	display: block;
	width: 22px;
	height: 22px;
}
.list-certificate .bottom .certificate-number span{
	flex: 1;
	overflow: hidden;
	text-align: center;
}

.dataStatus{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.dataStatus .item{
	border-radius: 4px;
	margin-bottom: 10px;
}

.dataStatus .item a{
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px 15px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 22px;
}

.dataStatus .item .pull-left img{
	display: block;
	width: 60px;
	height: 60px;
}

.dataStatus .item .pull-right{
	flex: 1;
	text-align: center;
	font-weight: bold;
}

.state-bar{
	margin: 20px auto;
	width: calc(100% - 20px);
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 4px;
	font-weight: bold;
}

.state-bar img{
	margin-right: 20px;
	width: 80px;
	height: 80px;
}

.state-bar .title{
	flex: 1;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	padding: 5px 0;
	box-sizing: border-box;
}

.state-bar a{
	display: block;
	color: #003366;
	font-size: 17px;
}

.satisfaction{
	width: calc(100% - 20px);
	background-color: #ffffff;
	margin: 20px auto;
	border-radius: 4px;
	padding: 0 20px;
	box-sizing: border-box;
}

.satisfaction > .title{
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.satisfaction > .title span{
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin-left: 5px;
}

.satisfaction .static{
	display: flex;
}

.satisfaction .static .item{
	flex: 1;
	overflow: hidden;
	text-align: center;
	padding: 15px 0;
}

.satisfaction .static .item .num{
	color: #c20006;
	margin-bottom: 5px;
}

.menu-list{
	width: calc(100% - 30px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	background-color: #ffffff;
	place-items: center;
	padding: 0px 5px 20px 5px;
	gap: 20px;
}

.menu-list .menu-item a{
	display: block;
	color: #333333;
	font-size: 15px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #666666;
}

.menu-list .menu-item img{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 10px;
}

.menu-list .menu-item a > div{
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 6em;
}

.tabbar{
	display: none;
	height: 70px;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #ffffff;
	border-top: 1px solid #eee;
	justify-content: space-around;
	z-index: 9999;
}

.tabbar .tabbar-item{
	width: 70px;
	overflow: hidden;
	font-size: 14px;
	color: #000;
	padding: 10px 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	gap: 4px;
	text-align: center;
}

.tabbar .tabbar-item.active{
	color: #003366;
}

.tabbar .tabbar-item img{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.tabbar .tabbar-item img:last-of-type{
	display: none;
}

.tabbar .tabbar-item.active img:first-of-type{
	display: none;
}

.tabbar .tabbar-item.active img:last-of-type{
	display: block;
}

.user-select-none{
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.input-group{
	position: relative;
}

.login-box .input-group-append{
	position: absolute;
	right: 13px;
	top: 0px;
	bottom: 1px;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid #cccccc;
}
.login-box .input-group-append .get_code{
	width: 81px;
	height: 100%;
	background-color: #003366;
	outline: none;
	color: #ffffff;
	border: 1px solid #003366;
	padding: 0 10px;
	border-radius: 0 2px 2px 0;
	box-sizing: border-box;
}
.login-box .input-group-append .time{
	width: 80px;
	text-align: center;
}
.btn-secondary{
	background-color: #999999 !important;
	color: #ffffff !important;
}

.history-link {
	padding: 25px 0;
	background-color: #f0f4f3;
}

.history-link .container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 22px;
	justify-content: flex-start;
	align-content: center;
}

.history-link.history-link a {
	color: #777777;
	text-decoration: none;
	font-size: 15px;
	margin: 0 10px;
}

.history-link .divide-mark{
	display: block;
	width: 22px;
	height: 22px;
	background: url(/public/default/img/right.png) no-repeat;
	background-size: 100%;
}

/* article-list */
.article-list{
	background-color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.article-list .article-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;

	gap: 15px;
}

.article-list .article-item:last-child{
	border-bottom: none;
}

.article-list .article-item:first-child {
	padding-top: 0;
}

.article-list .article-item .item-left {
	flex: 1;
	overflow: hidden;
	height: 100%;
	position: relative;
}

.article-list .article-item .item-right {
	width: 312px;
	height: 136px;
}

.article-list .article-item .item-right img {
	display: block;
	width: 100%;
	height: 100%;
}

.article-list .article-item .item-left a {
	text-decoration: none;
	display: block;
	width: 100%;
}

.article-list .article-item .item-left .item-title {
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-list .article-item .item-left .item-date {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-weight: 400;
	color: #666666;
	margin: 15px 0;
}

.article-list .article-item .item-left .item-description {
	width: 100%;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	max-height: 60px;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.article-list .article-item .article-img-container{
	height: 100%;
	width: 240px;
}

@supports (aspect-ratio: 16 / 9) {
	.article-list .article-item .article-img-container{
		height: 100%;
		aspect-ratio: 16 / 9;
	}
}

.article-list .article-item .article-img-container img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.contact-container{
	background-color: #ffffff;
	box-sizing: border-box;
}

.contact-container .contact-title{
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
}

.contact-container .contact-content{
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 28px;
}

/* news/details */
.news-detail{
	background-color: #ffffff;
	padding: 30px 10px 35px;
	box-sizing: border-box;
}

.news-detail .detail-head {
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.news-detail .detail-head .detail-title {
	padding: 0;
	margin: 0 0 25px;
	color: #000;
	font-size: 24px;
	line-height: 33px;
	font-weight: 500;
	overflow: hidden;
	height: 33px;
	white-space: nowrap;
}

.news-detail .detail-head .head-date {
	font-size: 15px;
	color: #666666;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

.news-detail .detail-content {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
	line-height:30px;
	font-size: 15px;
}

.news-detail .detail-content p {
	text-indent: 2em;
	font-size: 16px;
	color: #000;
	font-weight: lighter;
}

/* 用户中心 */
.user-center-mobile{
	display: none;
}
.user-center-pc{
	display: block;
}
@media screen and (max-width: 768px){
	.user-center-mobile{
		display: block;
	}
	.user-center-pc{
		display: none;
	}
}
.user-banner{
	width: 100%;
	height: 160px;
	background-color: #003366;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 15px;
}
.user-banner .avatar{
	margin-right: 15px;
	width: 70px;
	height: 70px;
	clip-path: circle();
}
.user-banner .avatar .avatar-img{
	display: block;
	width: 100%;
	height: 100%;
}
.user-banner .user-info{
	color: #ffffff;
	height: 70px;
}
.user-banner .user-info .user-name{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top:8px;
}
.user-banner .user-info .user-phone{
	font-size: 14px;
	color: #eeeeee;
	margin-bottom: 2px;
}
.user-banner .user-info .user-department{
	font-size: 14px;
	color: #eeeeee;
}
.user-center-list{
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background-color: #ffffff;
}
.user-center-list .user-list-item{
	display: flex;
	align-items: center;
	height: 46px;
	padding: 5px 0;
	border-bottom: 1px solid #eeeeee;
}
.user-center-list .user-list-item:last-child{
	border-bottom: none;
}
.user-center-list .user-list-item .user-list-icon{
	display: block;
	width: 24px;
	height: 24px;
	margin: auto 15px auto 10px;
}
.user-center-list .user-list-item .title{
	font-size: 14px;
	color: #000000;
	flex: 1 0 auto;
	overflow: hidden;
}
.user-center-list .user-list-item .right img{
	display: block;
	width: 30px;
	height: 30px;
}
/****/
.pull-left-menu{
	width: 280px;
	background-color: #ffffff;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 0 10px;
}
.pull-right-content{
	width: 900px;
	background-color: #ffffff;
	min-height: 600px;
}
.pull-left-menu .user-menu-list .menu-item{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0;
	height: 46px;
	gap: 10px;
}
.pull-left-menu .user-menu-list .menu-item:last-child{
	border-bottom: none;
}
.pull-left-menu .user-menu-list .menu-item .user-list-icon{
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 10px;
}
.pull-left-menu .user-menu-list .menu-item .title{
	font-size: 15px;
	color: #000000;
}
.spacing{
	margin-top: 30px;
	margin-bottom: 30px;
}
.info-form .form-group{
	display: flex;
	align-items: center;
	line-height: 50px;
	font-size: 15px;
}
.info-form .form-group .attr{
	width: 5em;
	text-align: right;
}
.user_edit{
	display: block;
	width: 500px;
	margin: 0 auto;
}
.user_edit .form-group2{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user_edit .form-group2 .attr{
	font-size: 15px;
	margin-right: 10px;
	color: #333333;
}
.user_edit .form-group2 input,
.user_edit .form-group2 select{
	display: block;
	width: 360px;
	height: 36px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 10px;
	box-sizing: border-box;
}
.user_edit .form-group2 input:focus,
.user_edit .form-group2 select:focus{
	outline: 1px solid #00a6ff;
	border: 1px solid #00a6ff;
}
.btn-submit-userInfo{
	width: 90px;
	height: 36px;
	line-height: 36px;
	background-color: #ff9014;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-size: 15px;
}


/* entrance */
.entrance{
	width: 100%;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #003366;
	color: #ffffff;
	gap: 30px;
}
.entrance .title{
	font-size: 26px;
	letter-spacing: 0.1em;
}
.entrance-bottom{
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.entrance-bottom .link{
	display: block;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	height: 42px;
	line-height: 40px;
	width: 170px;
	text-align: center;
	font-size: 14px;
	color: #003366;
}
.entrance-bottom .link-secondary{
	color: #ffffff;
	background-color: transparent;
}
.backdrop{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
}
.agreement-container{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.agreement-container .agreement-card{
	max-width: 550px;
	width: 100%;
	height: calc(100% - 100px);
	background-color: #ffffff;
	position: relative;
	padding-top: 40px;
	box-sizing: border-box;
}
.agreement-container .agreement-card .close{
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
}
.agreement-container .agreement-card .agreement-title{
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.agreement-container .agreement-card .agreement-content{
	padding: 20px 15px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 23px;
}
.agreement-container .agreement-card .agreement-footer .agree{
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: none;
	background-color: #4099EF;
	color: #ffffff;
	margin: 0 auto;
	display: block;
	border-radius: 4px;
	cursor: pointer;
}

.overflow-hidden{
	overflow: hidden;
}

.check input:last-of-type{
	flex: 1;
}

.check .btn-primary{
	background: #003366;
	border-color: #003366;
}
.check .btn-primary:hover{
	background: #00478a;
}
.list-custom .btn-collect{
	background: #003366;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 3px;
	outline: none;
}
.list-custom .btn-lookview{
	background: #ff9900;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 3px;
	outline: none;
}
.list-custom .btn-collect:hover{
	background: #00478a;
	transition: all linear 0.2s;
}
.list-custom .btn-lookview:hover{
	background: #d57e00;
	transition: all linear 0.2s;
}
.list-custom .btn-collect img,
.list-custom .btn-lookview img{
	display: block;
	width: 14px;
	height: 14px;
}
.page-item.active .page-link.page-link{
	background-color: #003366;
	border-color: #003366;
}
.page-link.page-link{
	color: #003366;
	white-space: nowrap;
}
.cert_custom input:first-of-type{
	display: block;
	width: 220px;
	flex: unset;
}
.cert_custom input:last-of-type{
	flex: 1;
}
.empty{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	gap: 20px;
	font-weight: 500;
	color: #666666;
}
.empty img{
	display: block;
	width: 80px;
	height: 80px;
}
.color-theme{
	color: #003366 !important;
}
.bgColor-theme{
	background-color: #003366 !important;
}

@media screen and (max-width: 768px){
	.login-body{
		width: 100%;
	}
	.login-box button[type=submit]{
		width: 100%;
	}
	.user_edit{
		width: 100%;
	}
	.user_edit .form-group2, .user_edit .form-group2{
		padding: 0 10px;
	}
	.user_edit .form-group2 input, .user_edit .form-group2 select{
		width: unset;
		flex: 1;
	}
	.theme.theme{
		font-size: 18px;
	}
}
