/* 公共复用组件部分  */


/* 布局复用部分  */

.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;
	background:url(../image/login_bg.png) no-repeat;
    background-size:100% 100%;
}

.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;
}

.login-button {
    padding: 0 15px;
    font-size: 16px;
    height: 40px;
    width: 100%;
    background: #096DD9;
}
.login-button-new {
	padding: 0 15px;
	font-size: 30px;
	height: 40px;
	width: 100px;
	background: #096DD9;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}
.ant-btn-lg {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 2px;
}
.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}
.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
.ui-btn-primaryLong {
	height: 30px;
	padding-left: 34px;
	padding-right: 39px;
}

.ui-btn-primaryLight {
	background: #0070ca !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: 100%;
}

::-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;
}

#backToHome, #backToPrev  {
	width: 150px;
	flex: none;
	order: 1;
	flex-grow: 0;
	margin: 0px 12px;
	position: absolute;
	left: 150px;
	top: 0;
	cursor: pointer;
	display: none;
}
#backToHome, #backToPrev > span {
	width: 150px;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.65);
}
.backimg {
	width: 14px;
	height: 14px;
	margin-right: 12px;
	margin-bottom: 3px;
}
.newSearch {
	width: 100%;
	height: 200px;
	background:url(../image/new_bg.png) no-repeat;
    background-size:100% 100%;
}

#newContent {
	display: none;
}
.newTitle {
	width: 128px;
	margin: 0 auto;
	padding: 60px 0 0;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
	color: rgba(0, 0, 0, 0.65);
}

.searchInput {
	width: 520px;
	margin: 25px auto;
	display: flex;
}

.search_input {
	width: 400px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 6px 15px;
	color: rgba(0, 0, 0, 0.25);
}
.search-button {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 16px;
	width: 100px;
	height: 40px;
	background: #1890FF;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
	border-radius: 2px;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	border: none;
	margin-left: 8px;
}

.newList {
	width: 100%;
	margin-top: 15px;
	padding: 27px;
}

.newList .listTitle {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.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:hover {
	color: #1890ff;
}
.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;
}
#pagination {
	width: 650px;
	height: 32px;
	margin: 20px auto;
}
/* 登录界面背景  */
.user-layout-lang {
    z-index: 99;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    background: #999999;
    margin-bottom: 30px;
}

.user-layout-lang .container-title {
    width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
}
.login-content {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}
.g-login .logo {
  width: 143px;
  height: 30px;
}

.g-login .logo {
  margin: 19px 0 31px -20px;
}
.container-footer {
  width: 100%;
  height: 81px;
  background: #7a7e87;
}
.container-footer .conter {
  width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-footer .conter .footer-left {
  width: 50%;
  padding-top: 7px;
}
.container-footer .conter .footer-left .list {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  width: 450px;
  color: #ffffff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.container-footer .conter .footer-left .list a {
	color: #ffffff;
}
.container-footer .conter .footer-left .list a:hover {
	color: #ffffff;
}
.container-footer .conter .footer-left .list span {
  opacity: 0.5;
  width: 73px;
  text-align: center;
}
.container-footer .conter .footer-left .list span:hover {
  opacity: 0.9;
}
.container-footer .conter .footer-left .list .em {
  width: 1px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.container-footer .conter .footer-left .copyright {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}
.container-footer .conter .footer-right {
  width: 50%;
  padding-top: 7px;
}
.container-footer .conter .footer-right .wx {
  height: 40px;
  text-align: right;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
}
.container-footer .conter .footer-right .wx .wx-icon {
  opacity: 0.5;
  cursor: pointer;
}
.container-footer .conter .footer-right .wx .wx-icon:hover {
  opacity: 0.9;
}
.container-footer .conter .footer-right .info {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
  text-align: right;
}
.news-box {
  	width: 100%;
  	height: 434px;
  	margin-top: 16px;
	margin-bottom: 40px;
}
.news-box .news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.news-box .col8 {
  width: 32%;
  margin-right: 16px;
}
.news-box .col16 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-box .news-list {
  height: 434px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 17px;
  position: relative;
}
.news-box .news-list .list-title {
  display: -webkit-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.news-box .news-list .list-title .left {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #434343;
}
.news-box .news-list .list-title .left .aicon {
  color: #434343;
}
.news-box .news-list .layui-tab-title  .more {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #096dd9;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.news-box .news-list .list-title  .more {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #096dd9;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.news-box .news-list .items {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.news-box .news-list .items .item:hover {
	color: #1890ff;
}
.news-box .news-list .items .item {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #e1e1e1;
  cursor: pointer;
}
.news-box .news-list .col16-items {
  overflow: hidden;
  overflow-y: auto;
}
.news-box .news-list .col16-items .item {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #e1e1e1;
  cursor: pointer;
}
.news-box .news-list .col16-items .item .left:hover {
	color: #1890ff;
}
.news-box .news-list .col16-items .item .left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-box .news-list .col16-items .item .left .head {
  width: 36px;
  height: 40px;
  background:  #FEF3E6;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #FA8C16;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FA8C16;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
}
.news-box .news-list .col16-items .item .left .head.jinjia {
  border: 1px solid #FA8C16;
  background: #FEF3E6;
  color: #FA8C16;
}
.news-box .news-list .col16-items .item .left .tits .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 22px;
}

.news-box .news-list .col16-items .item .left:hover .tit,
.news-box .news-list .col16-items .item .left:hover .tit-time {
	color: #1890ff;
}
.news-box .news-list .col16-items .item .left .tits .tit-time {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.news-box .news-list .col16-items .item .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-box .news-list .col16-items .item .right .name {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
    padding-left: 30px;
}
.ant-input-lg {
    font-size: 12px;
}
.ant-input-affix-wrapper .ant-input {
    position: relative;
    text-align: inherit;
}
.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}
.news-box .news-list .col16-items .item .right .tit-time {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
}

.g-login-main .box {
  z-index: 1;
  color: white;
  position: relative;
  margin: 0;
}
.main .login-form .user-layout-login .ant-form-item {
  margin-bottom: 12px;
}
.g-login-main .box .title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 44px;
}
.g-login-main .box .tips {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #d9d9d9;
  line-height: 30px;
  margin-bottom: 10px;
}
.g-login-main .box .login-tab .label {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.g-login-main .box .login-tab .u-pos-re {
	margin-bottom: 12px;
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    margin-bottom: 12px;
    vertical-align: top;
}
.g-login-main .box .login-tab .u-pos-re .ant-input {
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    width: 100%;
    text-align: start;
    line-height: 40px;
    height: 40px;
    padding-left: 30px;
    border: none;
    border-radius: 1px;
}
.router-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.router-list a {
  color: #fff;
}
.main .login-form .user-layout-login::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.main .login-form .user-layout-login::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.g-login-head-inner {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	display: flex;
	flex-direction: row;

	/*justify-content: space-between;*/
	justify-content: start;
	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(../image/loginbg.jpg) no-repeat;
	background-size: cover;
}
.g-login-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.g-login-main-warp {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.g-login-main {
    background: rgba(105, 120, 138, 0.85);
	backdrop-filter: blur(12px);
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 400px;
    padding: 36px 25px 20px 25px;
}
.img-jtLogo {
	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: 25px;
	box-sizing: border-box;
	padding: 0 20px;
}
.login-tab-bt a {
	color: #FFFFFF;
}
.login-tab-bt a:hover {
	color: #FFFFFF;
}

.layui-carousel .carousel-img .box {
  position: absolute;
  top: 70px;
  left: 90px;
}
.layui-carousel .carousel-img .box.banner2 {
  color: #fff;
}
.layui-carousel .carousel-img .box.banner2 .title {
  color: #fff;
}
.layui-carousel-ind {
    left: 92px;
    top: -70px !important;
    text-align: left !important;
}
.layui-carousel-ind ul {
    display: inline-block;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.layui-carousel-ind ul .layui-this {
	background-color: #333 !important;
}
.layui-carousel-ind li {
	width: 26px !important; 
	height: 4px !important;
	position: relative !important;
    display: inline-block !important;
    padding: 0 !important;
    background-color: #C4C4C4 !important;
    border-radius: 0 !important;
    text-align: center !important;
    vertical-align: top !important;
    border-radius: 0;
}
.layui-carousel .carousel-img .top {
  font-size: 16px;
}
.layui-carousel .carousel-img .top span {
  background: #ED2E2E;
  color: #fff;
  padding: 3px 8px 4px 8px;
  margin-left: 10px;
}
.layui-carousel .carousel-img .title {
  font-size: 38px;
  font-weight: 800;
  color: #333;
  margin: 12px 0;
}
.layui-carousel .carousel-img .title span {
  margin-left: 26px;
}
.layui-carousel .carousel-img .btn {
  border: 1px solid #999;
  width: 120px;
  text-align: center;
  line-height: 36px;
  margin-top: 25px;
  cursor: pointer;
}
.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;
	height: 14px;
	width: 14px;
}
.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(../image/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-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;
}

.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;
	display: flex;
	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: right;
}

.g-foot-inner .support {
	font-size: 13px;
	color: #666666;
	margin-bottom: 10px;
}


