/* 公共复用组件部分  */


/* 布局复用部分  */

.u-clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.u-clearfix {
	zoom: 1;
}

.u-fl {
	float: left;
}

.u-fr {
	float: right;
}

.u-pos-re {
	position: relative;
}

.u-txt-center {
	text-align: center;
}

.u-txt-left {
	text-align: left;
}

.u-txt-right {
	text-align: right;
}


/* 复用按钮组件  */

[class^="ui-btn"]:hover,
button:hover {
	opacity: .8;
}

.ui-btn-primary,
.ui-btn-primaryLong,
.ui-btn-primaryLight,
.ui-btn-danger,
.ui-btn-success,
.ui-btn-disabled,
.ui-btn-warning {
	box-sizing: border-box;
	padding-left: 6px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 2px;
	outline: none;
	background: #24358f;
}

.ui-btn-primaryLong {
	height: 30px;
	padding-left: 34px;
	padding-right: 39px;
}

.ui-btn-primaryLight {
	/*background: #0070ca !important;*/
	background: #00a0db !important;
}

/* 复用背景色  */

.u-bg-primary {
	background: #24358f;
}

/* 复用字体颜色 */

.u-t-primary {
	color: #24358f;
}

.u-t-primaryLight {
	color: #0070ca;
}

.u-t-primaryLighter {
	color: #3fa0ec;
}
.u-t-warning {
	color: #f39125;
}

.u-t-warningDark {
	color: #ff782f;
}

/* 复用的input组件  */

.ui-input-muted {
	box-sizing: border-box;
	width: 220px;
	height: 30px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 13px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	color: #999;
}
/* 滚动条样式更改  */

::-webkit-scrollbar {
	width: 8px;
	height:8px;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	height: 320px;
	background: #eaeaea;
}


/* 登录界面开始  */
html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
	font-size: 12px;
	color: #666;
}
a {
	color: #666;
}
* {
	box-sizing: border-box;
}

/* 登录界面背景  */
.g-login {
	width: 100%;
	height: 100%;
}
.g-login-head {
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	background: #fff;
}

.g-login-head-inner {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	display: flex;
	flex-direction: row;

	justify-content: space-between;
	align-items: center;
}

.g-login-head-inner .ext {}

.g-login-head-inner .ext > * {
	font-size: 15px; display: inline-block; color: #777777;
}

.g-login-img {
	width: 100%;
	position: relative;
}
.g-login-img>img {
	width: 100%;
	height: 400px;
}
.g-login-bd {
	width: 100%;
	height: 500px;
	background: url(../resource/img/loginbg.jpg) no-repeat;
	background-size: cover;
}
.g-login-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.g-login-main-warp {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.g-login-main {
	position: absolute;
	top: 36px;
	right: 0;
	box-sizing: border-box;
	padding: 0 15px;
	width: 300px;
	height: 334px;
	/*border: 1px solid #e1e1e1;*/
	border-radius: 5px;
	background:rgba(255,255,255,1);
}
.img-jtLogo {
	width: 22%;
	margin-left:50px;
}

/* 登录表单部分  */
.login-tab {
	width: 100%;
	/*margin-top: 30px;*/
}
.login-tab-title {
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 30px;
	color: #333;
	letter-spacing: 2px;
	font-weight: bold;
}
#account {
	margin-left: 5px;
}
.login-tab-title>img {
	width: 50px;
	margin-bottom: 20px;
}
.login-tab-bt{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 30px;
	box-sizing: border-box;
	padding: 0 20px;
}
.g-login-form {
	box-sizing: border-box;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.g-login-fg {
	width: 100%;
	height: 16px;
	margin-top: 3px;
	margin-bottom: 23px;
	font-size: 12px;
	line-height: 16px;
}
.ui-login-input {
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding-left: 34px;
	margin-bottom: 24px;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	outline: none;
}
.ui-login-input:focus {
	border: 1px solid #bccaff;
	box-shadow: 0 0 5px #bccaff;
}
.img-loginInput {
	position: absolute;
	top: 12px;
	left: 8px;
	width: 18px;
}
.ui-cb-1 {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: bottom;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	background-color: #fff;
	outline: none;
}
.ui-cb-1:checked {
	background: url(../img/checkmark.png) no-repeat;
	background-size: 14px;
}
.g-login-btn {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 20px;
	text-align: center;
}
.g-login-mainFt {
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
	padding-top: 24px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}
.is-resLink {
	font-size: 14px;
}
.g-foot {
	box-sizing: border-box;
	width: 100%;
	height: 108px;
	font-size: 14px;
	color: #666;
	background: #f5f5f5;
	padding: 20px 0;
}
.g-footTxt1 {
	line-height: 38px;
}
.g-footTxt2 {
	font-size: 12px;
	line-height: 38px;
	color: #999;
}
.img-QR {
	width: 250px;
	margin-bottom: 20px;
}
.more {
	width: 950px;
	margin: 0 auto;
	height: 240px;
}
.more-part {
	float: left;
	width: 440px;
}
.more-part:last-child {
	float: right;
}
.more-title {
	box-sizing: border-box;
	width: 100%;
	height: 65px;
	padding-top:32px;
	border-bottom: 1px dotted #dfdfdf;
}
.title-main {
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.news {
	box-sizing: border-box;
	border-left: 4px solid #0170CA;
	padding-left:10px;
	font-size: 15px;
}
.more-link {
	color: #0170CA;
}
.more-content li{
	margin-top: 10px;
	list-style: square inside;
	color: #666;
	font-size: 13px;
}
.more-content li:nth-child(1) {
	margin-top: 14px;
}

.login-nav {
	height: 100%;
	margin-right: 225px;
}
.login-nav li{
	float: left;
	height: 100%;
	line-height: 100px;
	padding-left:16px;
	padding-right: 14px;
	font-size: 15px;
	cursor: pointer;
}
.login-nav li:hover {
	border-bottom: 4px solid #0170CA;
	color: #0170CA;
}
.is-nav-active {
	border-bottom: 4px solid #0170CA;
	color: #0170CA;
}
.nav-btn {
	margin-top: 33px;
	margin-left: 60px;
	padding-left: 26px;
	padding-right: 27px;
	padding-top: 12px;
	padding-bottom: 15px;
	border-radius: 5px;
}
.icon-nav-btn {
	margin-right: 10px;
}
/* 登录界面结束  */




.g-news {
	width: 1200px;
	margin: 70px auto 40px auto;
}

.new-group-header {
	position: relative;
	border-bottom: 1px solid #EFEFEF;
}
.new-group-header h2 {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #0b94ea;
}

.new-card {
	display: flex;
	flex-direction: row;
	padding: 20px 0;
}

.new-card .new-card-img {
	width: 170px;
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
	background: #eeeeee;
}

.new-card .new-card-img img {
	width: 100%;
}

.new-card .new-card-content {
	flex: 1;
	margin-left: 20px;
}

.new-card .new-card-content h3 {
	color: #444444;
	line-height: 34px;
	overflow: hidden;
}
.new-card .new-card-content p {
	margin: 6px 0;
	line-height: 22px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.new-card .new-card-link {
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	color: #0b69e3;
}

.new-list {

}

.new-list .new-item-name:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #ccceee;
}

.new-list .new-item {
	margin: 6px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
}

.new-list .new-item .new-item-time {
	color: #999999;
}

.register-all-box {
	padding: 20px 0;
	background: #f5f5f9;
	width: 100vw;
}

.register-tit {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.register-tit .tit-left {
	font-size: 16px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #434343;
}
.register-flow-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px auto;
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}

.register-flow-box dl {
	float: left;
	width: 190px;
	height: 150px;
}

#newLists {
	min-height: 200px;
	max-height: 350px;
	overflow-y: scroll;
	background-color: #FFF;
}
.newList .new_list {
	display: flex;
	width: 100%;
	border-bottom: 1px dashed #D9D9D9;
}

.newList .new_list .time {
	height: 80px;
	border-right: 1px solid #F0F0F0;
	padding: 0px 15px;
	text-align: right;
	margin-top: 23px;
}

.newList .new_list .time .year {
	width: 100%;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.45);
}

.newList .new_list .time .day {
	width: 100%;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.45);
}


.newList .new_list .content {
	flex: 1;
	padding: 23px 15px;
	cursor: pointer;
}

.newList .new_list .content .title {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.65);
}

.newList .new_list .content .desc {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.45);
	margin-top: 9px;
}

.g-foot {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #666;
	background: #f5f5f5;
	padding: 32px 0;
}

.g-foot-inner {
	margin: 0 auto;
	width: 1200px;
	flex-direction: row;
	justify-content: space-between;
}

.g-foot-inner .left a {
	display: inline-block;
	font-size: 13px;
	line-height: 14px;
	padding: 0 10px;
	color: #0c7cd5;
	border-right: 1px solid #0c7cd5;
}

.g-foot-inner .left a:first-child {
	padding-left: 0;
}

.g-foot-inner .left a:last-child {
	border-right: none;
}

.g-foot-inner .right {
	text-align: center;
}

.g-foot-inner .support {
	font-size: 13px;
	color: #666666;
	margin-bottom: 10px;
}


