@charset "utf-8";
body {
  font-family: Arial, "Microsoft Yahei", Helvetica, "PingFang SC", "PingFang SC-Regular", 苹方, sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
.index_page {
  position: relative;
  background: url(../images/index_bg.png) top right no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 80px;
}

.index_page:before {
  content: "";
  width: 48%;
  height: 100%;
  background: url(../images/index_left.png) right no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* header */
.header {
  position: relative;
  padding: 20px 0;
}

.header .logo {
  float: left;
  margin-left: -3%;
}

.nav_menu {
  float: right;
  margin-top: 20px;
}

.nav_menu li {
  float: left;
  padding: 0 50px;
  line-height: 60px;
}

.nav_menu li a {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
}

.index_login {
  position: relative;
  margin-top: 70px;
}

.login_box {
  float: right;
  position: relative;
  width: 48%;
  background: url(../images/login_bott.png) center bottom no-repeat #fff;
  border-radius: 20px 20px 0 0;
  border-bottom: 4px solid #1d4184;
  padding: 30px 60px;
  box-shadow: 0 0 40px 9px rgba(23, 85, 168, 0.34);
}

.login_box h2 {
  font-size: 2.25rem;
  color: #193e82;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.login_box .form-group {
  overflow: hidden;
  line-height: 55px;
}

.login_box .form-group label {
  float: left;
  width: 115px;
  text-align: right;
  font-size: 1.25rem;
  color: #333333;
}

.login_box .form-group label span {
  color: #ff0000;
  margin-right: 5px;
}

.login_box .form-group .form-control {
  float: left;
  width: 295px;
  height: 55px;
  line-height: 55px;
  font-size: 1.125rem;
  margin-left: 15px;
}

.login_box .tips {
  width: 100%;
  font-size: .875rem;
  color: #555;
  margin-top: -15px;
  margin-bottom: 15px;
}

.login_box .yzm {
  float: left;
  margin-left: 10px;
  margin-top: -5px;
}

.login_box .yzm p {
  text-align: center;
  font-size: .875rem;
  color: #666666;
  line-height: 20px;
}

.login_box .button_list {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}

.login_box .button_list .btn {
  display: inline-block;
  margin: 0 20px;
  width: 155px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  font-size: 1.5rem;
  background: linear-gradient(#5394e8, #0e54ac);
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
}

.reg_box {
  width: 50%;
  float: right;
}

.reg_box .login_box {
  width: 100%;
}

.reg_box .login_box .form-group {
  line-height: 40px;
}

.reg_box .login_box .form-group label {
  font-size: 1.125rem;
}

.reg_box .login_box .form-group .form-control {
  height: 40px;
  line-height: 40px;
}

.reg_box .login_box .getcode {
  background-color: #016db5;
  height: 40px;
  color: #fff;
  width: 110px;
  float: left;
  margin-left: 10px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

.reg_box .login_box .button_list .btn {
  height: 40px;
  line-height: 40px;
  font-size: 1.25rem;
  width: 120px;
}

.reg_box .login_box .form-group2 textarea.form-control {
  height: 100px;
}

.reg_box .login_box .form-group.photo .box {
  width: 110px;
  height: 126px;
  float: left;
  border: 1px solid #cccccc;
  text-align: center;
  padding-top: 30px;
  line-height: 30px;
  margin-left: 15px;
}

.reg_box .login_box .form-group.photo .tips {
  width: 195px;
  margin-top: 40px;
  font-size: .875rem;
  color: #999999;
  line-height: 18px;
  float: left;
  margin-left: 15px;
}

.reg_box .reg_nav {
  overflow: hidden;
  margin-bottom: 40px;
}

.reg_box .reg_nav ul {
  display: flex;
  justify-content: space-between;
}

.reg_box .reg_nav li {
  width: 33.3%;
  line-height: 50px;
  padding: 0 20px;
  background: #efefef;
  font-size: 1.25rem;
  text-align: center;
  border-right: 1px solid #fff;
}

.reg_box .reg_nav li.curr {
  background: #0e54ac;
  color: #fff;
}

.reg_box .second .form-group label {
  width: 30%;
}

.reg_box .second .form-group .form-control {
  width: 60%;
  margin-left: 2%;
}

.list_page {
  padding: 30px 0 160px;
  background: url(../images/list_page_bg.png) bottom right no-repeat;
}

.list_page .sign_column {
  line-height: 60px;
  height: 60px;
  background: #f3f5f9;
  border-left: 3px solid #193e82;
  padding-left: 30px;
  font-size: 1.875rem;
  color: #193e82;
  font-weight: bold;
}

.sign_form {
  margin-top: 35px;
  background: url(../images/sign_bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 40px 50px;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
}

.sign_form .title {
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}

.sign_form .title h2 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1266c8;
  position: relative;
  width: 190px;
}

.sign_form .title h2:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/sign_tit_ico.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
}

.sign_form .title h2:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/sign_tit_ico.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
}

.sign_form .title:before {
  content: "";
  width: calc(50% - 100px);
  height: 1px;
  background: #4986c4;
  position: absolute;
  left: 0;
  top: 50%;
}

.sign_form .title:after {
  content: "";
  width: calc(50% - 100px);
  height: 1px;
  background: #4986c4;
  position: absolute;
  right: 0;
  top: 50%;
}

.sign_form .form-group {
  line-height: 48px;
  float: left;
  width: 50%;
  margin-bottom: 0;
  padding: 0 5% 20px;
  position: relative;
  overflow: hidden;
}

.sign_form .form-group label {
  float: left;
  width: 220px;
  text-align: right;
  font-size: 1.25rem;
  color: #333333;
}

.sign_form .form-group .form-control {
  float: left;
  width: 300px;
  height: 48px;
  line-height: 48px;
  font-size: 1.125rem;
  margin-left: 15px;
}

.sign_form .form-group .radio-inline {
  width: 100px;
}

.sign_form .form-group .radio-inline input {
  margin-top: 15px;
}

.sign_form .pwd .tips {
  font-size: .875rem;
  color: #999999;
  line-height: 18px;
  float: left;
  width: calc(100% - 220px);
  position: absolute;
  bottom: 0;
  right: 0;
}

.sign_form .form-group.photo {
  float: right;
}

.sign_form .form-group.photo .box {

  float: left;

  text-align: center;
  padding-top: 30px;
  line-height: 30px;
  margin-left: 15px;
}

.sign_form .form-group.photo .box span {
  font-size: 50px;
  color: #999999;
}

.sign_form .form-group.photo .tips {
  width: 195px;
  margin-top: 40px;
  font-size: .875rem;
  color: #999999;
  line-height: 18px;
  float: left;
  margin-left: 15px;
}

.sign_form .form-group2 {
  float: none;
  width: 100% !important;
}

.sign_form .form-group2 label {
  float: none;
  width: 100% !important;
  margin-bottom: 15px;
  text-align: left;
}

.sign_form .form-group2 .form-control {
  float: none;
  width: 98% !important;
  height: auto;
}

.sign_form .yzm-group {
  float: none;
  width: 100%;
}

.sign_form .yzm-group img,
.sign_form .yzm-group p {
  float: left;
  margin-left: 15px;
}

.sign_form .button_list {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}

.sign_form .button_list .btn {
  display: inline-block;
  margin: 0 20px;
  width: 155px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  font-size: 1.5rem;
  background: linear-gradient(#5394e8, #0e54ac);
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
}

.sign_form.en .title h2 {
  width: 240px;
}

.sign_form.en .title:before,
.sign_form.en .title:after {
  width: calc(50% - 130px);
}

/* 底部 */
.footer {
  background: url(../images/footer_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 0;
  overflow: hidden;
}

.footer .container {
  width: 100%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .left {
  display: flex;
}

.footer .left .ll {
  padding-right: 40px;
  margin-right: 28px;
  position: relative;
}

.footer .left .ll p {
  font-size: .875rem;
  margin-top: 20px;
  color: #fff;
  line-height: 1.5;
}

.footer .left .ll::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  top: 1px;
  bottom: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.footer .left .rr p {
  font-size: .875rem;
  color: #fff;
  line-height: 36px;
}

.footer .center {
  width: 324px;
  max-width: 100%;
}

.footer .list15 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  margin-bottom: -14px;
}

.footer .list15 li {
  width: 50%;
  padding: 0 7px;
  margin-bottom: 14px;
}

.footer .list15 li * {
  transition: .5s;
}

.footer .list15 li a {
  display: flex;
  height: 52px;
  border: rgba(255, 255, 255, 0.29) 1px solid;
  padding: 0 17px;
  align-items: center;
  font-size: 1rem;
  color: #fff;
}

.footer .list15 li a img {
  margin-right: 14px;
}

.footer .list15 li a:hover {
  background: #c40000;
}

.footer .list16 {
  display: flex;
}

.footer .list16 li {
  margin-left: 20px;
  text-align: center;
}

.footer .list16 li .img img {
  width: 90px;
  height: 90px;
}

.footer .list16 li h6 {
  font-size: .875rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 10px;
}

.footer .list16 li li:first-child {
  margin-left: 0;
}

/* 列表页 */
/* 列表banner */
.listbanner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.listbanner img {
  width: 100%;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  background: #ffffff;
  padding: 30px 0 60px;
}

.header .list_header {
  width: 95%;
  position: relative;
  margin: 0 auto;
}

.header .list_header .logo {
  margin-left: 0;
}

.header .top_user {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 30px;
  background: url(../images/people_ico.png) left center no-repeat;
  font-size: 1.25rem;
  color: #193e82;
  font-weight: bold;
}

.nav_menu2 {
  float: right;
  margin-top: 40px;
}

.nav_menu2 * {
  transition: transform .5s;
}

.nav_menu2 .menuBtn {
  display: none;
}

.nav_menu2 li {
  float: left;
  padding: 0 30px;
  line-height: 60px;
}

.nav_menu2 li a {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
}

/* 左侧导航 */
.left_nav {
  width: 280px;
  float: left;
  position: relative;
  background: #1266c8;
  padding-left: 5px;
}

.left_nav h2 {
  text-align: center;
}

.left_nav h2 p {
  font-size: 2.25rem;
  font-weight: bold;
  color: #ffffff;
  padding: 40px 20px;
  background: url(../images/left_nav_bg.png) center no-repeat;
}

.left_nav .phone_column {
  display: none;
}

.left_nav .sideMenu li {
  position: relative;
  padding: 0px 20px;
  background: #fff;
}

.left_nav .sideMenu li > a {
  position: relative;
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.25rem;
  color: #333;
}

.left_nav .sideMenu dl {
  padding: 15px 30px 15px 40px;
  background: #fff;
  display: none;
}

.left_nav .sideMenu dl dd a {
  display: block;
  font-size: 1rem;
  color: #444444;
  padding: 7px 0 7px 20px;
  position: relative;
}

.left_nav .sideMenu dl dd:hover a,
.left_nav .sideMenu dl dd.current a {
  font-weight: bold;
  color: #016db5;
}

.left_nav .sideMenu li.current,
.left_nav .sideMenu li:hover {
  background: #f3f7fc;
}

.left_nav .sideMenu li.current > a,
.left_nav .sideMenu li:hover > a {
  color: #1266c8 !important;
  font-weight: bold;
}

.left_nav .sideMenu li.current > a:after,
.left_nav .sideMenu li:hover > a:after {
  content: "";
  width: 33px;
  height: 100%;
  background: url(../images/left_nav_ico.png) center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.left_nav .sideMenu li.current dl {
  display: block;
}

/* 右边内容区域 */
.right_con {
  float: right;
  width: calc(100% - 320px);
  background: #fff;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
  position: relative;
}

.right_con .location {
  overflow: hidden;
  padding: 0 50px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
}

.right_con .location h2 {
  padding: 25px 0;
  float: left;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  border-bottom: 3px solid #1266c8;
}

.right_con.search {
  background: url(../images/list_right_bg.png) right bottom no-repeat;
  background-size: cover;
}

.right_con2 {
  float: right;
  width: calc(100% - 320px);
  padding-bottom: 60px;
  position: relative;
}

.right_con2 .location {
  padding: 15px 5%;
  background: #f2f4f9;
  border-left: 3px solid #193e82;
  border-bottom: none;
  margin-bottom: 30px;
  overflow: hidden;
}

.right_con2 .location h2 {
  font-size: 1.875rem;
  color: #193e82;
  font-weight: bold;
}

.right_con2 table {
  width: 100% !important;
}

.search_box {
  overflow: hidden;
  padding: 0 10%;
}

.search_box .form-group {
  overflow: hidden;
  line-height: 55px;
}

.search_box .form-group label {
  float: left;
  width: 115px;
  text-align: right;
  font-size: 1.25rem;
  color: #333333;
  font-weight: normal;
}

.search_box .form-group .form-control {
  float: left;
  width: 295px;
  height: 55px;
  line-height: 55px;
  font-size: 1.125rem;
  margin-left: 15px;
}

.search_box .form-group .tips {
  float: left;
  margin-left: 15px;
  font-size: .875rem;
  color: #666666;
}

.sqgw_btn {
  padding: 50px 0;
}

.sqgw_btn p {
  margin: 0 auto;
  width: 155px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  font-size: 1.5rem;
  background: linear-gradient(#5394e8, #0e54ac);
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
}
.search_list{
margin-top:30px;}
.search_list table {
  border-collapse: collapse;
  width: 95%;
  margin: 0 auto;
}

.search_list table th,
.search_list table td {
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 1rem;
  color: #333;
  text-align: center;
  line-height: 22px;
}

.search_list table th {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  background: #4185d3;
}

.search_list table .radio-inline {
  float: left;
  margin-right: 15px;
}

.search_list table tr:nth-child(2n) {
  background: #f3f7fc;
}

.search_list table td:nth-child(1) {
  width: 90px;
}

.search_list table td:nth-child(2) {
  width: 120px;
}

.search_list table td:nth-child(6) {
  width: 120px;
  line-height: 28px;
}

.search_list table td:nth-child(7) {
  width: 80px;
  line-height: 28px;
}

.search_list table td:nth-child(8) {
  width: 60px;
  line-height: 28px;
}

.search_list table td:nth-child(9) {
  width: 90px;
}

.search_list table td:nth-child(9) span {
  padding: 5px 15px;
  border-radius: 15px;
  background: #4185d3;
  color: #fff;
  cursor: pointer;
}

.list_table {
  display: none;
}

.sqgw_model {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 650px;
  max-width: 95%;
  background: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #1266c8;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 70px;
  z-index: 99;
}

.sqgw_model .title {
  text-align: center;
  font-weight: bold;
  color: #1266c8;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.fwlc_page {
  padding: 0 1% 30px;
}

.fwlc_page .sign_date {
  color: #193e82;
  font-size: 1.5rem;
  line-height: 60px;
}

.fwlc_page .non_time {
  padding-left: 15px;
  position: relative;
  font-size: 1.125rem;
}

.fwlc_page .non_time:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
  background: #193e82;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.fwlc_page .search_list table td:nth-child(3) {
  width: auto;
}

.fwlc_page .search_list table td:nth-child(4) {
 
}

.pwd_form {
  margin-top: 30px;
  background: url(../images/sign_bg.png) bottom no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 80px 15%;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
}
.change_pwd{
  max-width:600px;
  margin:0 auto;
}

.pwd_form .form-group {
  line-height: 48px;
  margin-bottom: 0;
  padding: 0 5% 20px;
  position: relative;
  overflow: hidden;
}

.pwd_form .form-group label {
  float: left;
  width: 130px;
  text-align: right;
  font-size: 1.25rem;
  color: #333333;
}

.pwd_form .form-group .form-control {
  float: left;
  width: 300px;
  height: 48px;
  line-height: 48px;
  font-size: 1.125rem;
  margin-left: 15px;
}

.pwd_form .pwd .tips {
  font-size: .875rem;
  color: #999999;
  line-height: 18px;
  float: left;
  width: 100%;
  margin: 10px 0;
}

.pwd_form .yzm-group img,
.pwd_form .yzm-group p {
  float: left;
  margin-left: 15px;
}

.pwd_form .btn {
  display: block;
  width: 155px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 15px;
  font-size: 1.5rem;
  color: #333;
  margin-top: 30px;
  margin-left: 300px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 0;
}

/* 列表线条动画 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #0080ca;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
  overflow: hidden;
  margin-top: 30px;
}

.article-con h1 {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333333;
}

.article-con h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
  color: #333333;
}

.article-con .info {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  font-size: 0.875rem;
  color: #777777;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #caddef;
}

.article-con .info span {
  margin: 0 10px;
}

.article-con .article-text {
  padding-top: 20px;
  font-size: 1rem;
  line-height: 32px;
  color: #333333;
}

.article-con .article-text p {
  text-indent: 2em;
  padding-bottom: 25px;
}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !important;
}

.article-con .updown {
  border-top: 1px solid #dfe0e2;
  overflow: hidden;
  padding-top: 30px;
}

.article-con .updown a {
  display: block;
  font-size: 1rem;
  color: #333;
  padding: 6px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-con .updown a:hover {
  color: #016db5;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}

.xwzx-page .row {
  overflow: hidden;
}

.xwzx-page .row .left {
  float: left;
  width: 48%;
}

.xwzx-page .row .right {
  float: right;
  width: 48%;
}

.xwzt {
  margin: 20px -8px 0;
  overflow: hidden;
}

.xwzt .box {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

.xwzt .box a {
  display: block;
  margin: 0 8px;
}

.xwzt .box .pic {
  width: 100%;
  padding-bottom: 62%;
  overflow: hidden;
  position: relative;
}

.xwzt .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xwzt .box .pic img:hover {
  transform: scale(1.05);
}

.xwzt .box .tit {
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xwzt .box .tit:hover {
  color: #ab0000;
}

.djwh-page .row {
  overflow: hidden;
}

.djwh-page .row .left {
  float: left;
  width: 48%;
}

.djwh-page .row .right {
  float: right;
  width: 48%;
}

.djwh-page .top {
  overflow: hidden;
}

.djwh-page .top .col1 {
  float: left;
  width: 50%;
}

.djwh-page .top .col2 {
  float: right;
  width: 48%;
}

.djwh-page .djwh-news {
  overflow: hidden;
  width: 100%;
}

.djwh-page .djwh-news .box a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 73%;
  overflow: hidden;
}

.djwh-page .djwh-news .box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.djwh-page .djwh-news .box a img:hover {
  transform: scale(1.05);
}

.djwh-page .djwh-news .box .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}

.djwh-page .djwh-news .box .text .tit {
  font-size: 1rem;
  color: #fff;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.djwh-page .djwh-news .slick-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.djwh-page .djwh-news .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 8px;
  cursor: pointer;
}

.djwh-page .djwh-news .slick-dots li button {
  display: none;
}

.djwh-page .djwh-news .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  background: #ba1214;
}

.djwh-page .zdlj {
  margin-top: 20px;
  overflow: hidden;
}

.djwh-page .zdlj li {
  float: left;
  min-width: 180px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #f8f8f8;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.djwh-page .zdlj li a {
  font-size: 16px;
  color: #000000;
}

.djwh-page .zdlj li:hover a {
  color: #ab0000;
}

.article{
  padding:10px 5%;
}

.article p{
  font-size:1.125rem;
  line-height:36px;
}





.registe{
  max-width:700px;
  margin:0 auto;
}

.registe .form-group{
  float:none;
  width:100%;
}

.registe .form-group.pwd{
  margin-bottom: 20px;
}
.registe .yzm-group .form-control{
  width:160px;
}
.registe .yzm-group .btn{
  width: 120px;
  height:40px;
  line-height:40px;
  text-align:center;
  background:#3b7ed3;
  padding:0;
  font-size:1rem;
  color:#fff;
  float:left;
  margin-left:20px;
  margin-top:5px;
}

.change_pwd .yzm-group .form-control{
  width:160px;
}
.change_pwd .yzm-group .btn{
border-radius:0;
  width: 120px;
  height:40px;
  line-height:40px;
  text-align:center;
  background:#3b7ed3;
  padding:0;
  font-size:1rem;
  color:#fff;
  float:left;
  margin-left:20px;
  margin-top:5px;
}

.topic h2{
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.people-xx1 p{
  font-size:1rem;
  line-height:30px;
}
.people-xx1 .time{
  margin:15px 0;
  text-align:center;
  background:#efefef;
  line-height:30px;
}
.people-xx1 .el-checkbox{
  margin:10px 0;
}
.people-xx1  .dj2{
  display: block;
    margin:20px auto;
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 1.25rem;
    background: linear-gradient(#5394e8, #0e54ac);
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
}

/* 今日签到 */
.jrqd{
  padding: 0 50px;
}

.jrqd .item{
  background:#f3f7fc;
  padding:20px;
  margin-bottom:15px;
  overflow:hidden;
}

.jrqd .item .text{
  float:left;
  width:calc(100% - 420px);
}

.jrqd .item .text li{
  font-size:1rem;
  line-height:32px;
}
.jrqd .item .text li span{
  float:left;
  width:90px;
}
.jrqd .item .text li p{
  float:right;
  width:calc(100% - 90px);
}
.jrqd .item .pic{
  float:right;
  width:400px;
}
.jrqd .item .pic li{
  float:left;
  margin:0 10px;
  padding:10px;
  background:#fff;
  text-align:center;
}
.jrqd .item .pic h2{
  font-size:1rem;
  margin-bottom:15px;
  text-align:center;
}
.jrqd .item .pic img{
  width:160px;
  height:160px;
  background:#cccc;
}
.jrqd .item .pic .btn{
  margin-top:10px;
  width:80px;
  background:#1266c8;
  color:#fff;
}