@charset "utf-8";
body {
  background: #f3f7fb;
}
.banner {
  width: 100%;
}

.banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.curse {
  width: 100%;
  padding: 30px 0;
}

.curse p {
  font-size: 16px;
  color: #000000;
}


.right {
  width: 337px;
}

.right .img-right {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.right .img-right img {
  width: 100%;
}

.box-main {
  width: 100%;
  padding-bottom: 30px;
}

.box-main .left {
  width: 840px;

}

.list {
  width: 100%;
}

.list > .itema {
  display: block;
  background-color: #ffffff;
  padding: 18px ;
  margin-bottom: 15px;
}
.list.ques > a {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}

.list .item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.list .item .item-img {
  width: 247px;
  height: 160px;
  margin-right: 25px;
}

.list .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list .item .item-cont {
  flex: 1;
  width: 0;
  padding-top: 4px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.list .item .item-cont.p0 {
  padding: 0;
}

.list .item .item-cont .item-tit {
  width: 100%;
  font-size: 20px;
  color: #0b1d30;
  font-weight: bold;
  margin-top: 6px;
}

.list .item .item-cont .item-tex {
  width: 100%;
  font-size: 14px;
  color: #999999;
  /*margin-top: 18px;*/
  line-height: 22px;
  /*height: 52px;*/
}

.list .item .item-cont .item-time {
  font-size: 14px;
  color: #999999;
  /*margin-top: 25px;*/
  line-height: 30px;
}

.list .item .item-cont .item-span {
  width: 80px;
  height: 30px;
  background-color: #f3f7fb;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #0d61d3;
}

.rlist {
  width: 100%;
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
}

.rtitle {
  width: 100%;

}

.rtitle b {
  font-size: 20px;
  color: #0b1d30;
  font-weight: bold;
}

.rtitle b span {
  width: 6px;
  height: 22px;
  background-color: #0d61d3;
  border-radius: 3px;
  margin-right: 5px;
}

.rtitle a {
  font-size: 14px;
  color: #0d61d3;
}

.rtitle a i {
  font-size: 18px;
  color: #0d61d3;
  margin-left: 2px;
}

.rlistbox {
  width: 100%;
  padding: 10px 0;
}

.rlistbox a {
  display: block;
  width: 100%;
}

.ritm {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eaedf0;
}

.ritm p {
  width: 100%;	font-size: 16px;
  color: #0b1d30;
}

.ritm span {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
}


.right .right-a {
  width: 100%;
  height: 69px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  line-height: 69px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 15px;
}

.right .right-a.active {
  background-color: #0d61d3;
  color: #FFFFFF;
}

.querylist {
  width: 100%;
  background: #ffffff;
  padding: 0 35px;
  padding-bottom: 50px;
}

.query-item {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #eaedf0;
}

.query-date {
  width: 110px;
  height: 102px;
  margin-right: 25px;
  background-color: #f6f7f8;
}

.query-date b {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #464d56;
  font-weight: normal;
}

.query-date span {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #d2d9e2;
  margin-top: 4px;
}

.query-cont {
  flex: 1;
  width: 0;
  height: 102px;
  padding:  10px 0;
}

.query-cont .query-tit {
  width: 100%;
  font-size: 20px;
  color: #0b1d30;
  font-weight: bold;
}

.query-cont .query-tex {
  width: 100%;
  font-size: 15px;
  color: #999999;
}

.query-search {
  width: 98px;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #0d61d3;
  font-size: 14px;
  color: #0d61d3;
  cursor: pointer;
  margin-left: 25px;
}

.query-search i {
  font-size: 16px;
  color: #0d61d3;
  margin-right: 4px;
  font-weight: bold;
}

.mask-box {
  width: 600px;
  height: 470px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 100px auto;
  padding-top: 45px;
}

.mask-icon {
  width: 68px;
  height: 68px;
  background-color: #0d61d3;
  border-radius: 34px;
  text-align: center;
  line-height: 68px;
  margin: 0 auto;
}

.mask-icon i {
  font-size: 36px;
  color: #FFFFFF;
}

.mask-text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #0b1d30;
  margin-top: 10px;
}

.mask-tit {
  width: 100%;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 10px;
  font-weight: bold;
}

.mask-input {
  width: 490px;
  height: 62px;
  background-color: #e8eff6;
  padding: 0 30px;
  margin: 40px auto;
}

.mask-input input {
  flex: 1;
  font-size: 16px;
  color: #333333;
}

.mask-input i {
  font-size: 24px;
  color: #0d61d3;
  margin-left: 30px;
  cursor: pointer;
  font-weight: bold;
}

.mask-btn {
  width: 100%;
}

.mask-sub {
  width: 150px;
  height: 56px;
  background-color: #0d61d3;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #f3f7fb;
  margin: 10px 20px;
  cursor: pointer;
}

.mask-sub.bgc {
  background-color: #e5e5e5;
  color: #333333;
}

.querydetail {
  width: 100%;
  padding: 50px ;
  background: #ffffff;
  min-height: 500px;
}

.detail-img {
  width: 100%;
}

.detail-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.detail-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
}

.detail-tex {
  width: 100%;
  text-align: center;
  font-size:16px;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 20px;
}

.detail-box {
  width: 424px;
  height: 54px;
  background-color: #f3f7fb;
  border-radius: 10px;
  padding: 0 15px;
  line-height: 54px;
  font-size: 16px;
  color: #333333;
  margin: 8px auto;
}

.form-content {
  width: 100%;
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  padding-top: 0;
}

.form-tab {
  width: 100%;
  display: flex;
  background: #ffffff;
  padding-left: 30px;
  padding-top: 30px;
}

.form-tab a {
  width: 120px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #0d61d3;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #0d61d3;
  cursor: pointer;
  margin-right: 20px;
}

.form-tab a.active {
  background-color: #0d61d3;
  color: #FFFFFF;
}

.form-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-box {
  width: 370px;
  padding-top: 30px;
}

.form-box.lang {
  width: 100%;
}

.form-label {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
}

.form-label span {
  color: #ff0000;
}

.form-value {
  width: 100%;
  background-color: #ffffff;
  box-shadow: inset 0px 2px 6px 0px
  #e5e5e5;
  border: solid 1px #dcdcdc;
  padding: 0 15px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-value input {
  flex: 1;
  height: 54px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
}

.form-value select {
  flex: 1;
  height: 54px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
}

.form-value textarea {
  flex: 1;
  resize: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
  border: none;
  padding: 15px 0;
}

.form-value select.twosel {
  flex: unset;
  width: 58%;
  padding-left: 10px;
  border-left: 1px solid #dedede;
  margin-left: 2%;
}

.form-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

.form-title span {
  width: 6px;
  height: 22px;
  background-color: #0d61d3;
  border-radius: 3px;
  margin-right: 10px;
}

.form-title b {
  font-size: 20px;
  color: #0b1d30;
}

.form-head {
  width: 100%;
  height: 245px;
  position: relative;
  padding-left: 170px ;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.headbox {
  background: #f8f8f8 url("../images/upbgc.png") no-repeat center center;
  border: solid 1px #dedede;
  width: 142px;
  height: 215px;
  position: absolute;
  left: 0;
  top: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.headbox img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: none;
}

.upicon {
  width: 100%;
  text-align: center;
}

.upicon i {
  font-size: 24px;
  color: #96a8b7;
}

.up-tex {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #96a8b7;
  margin-top: 20px;
}

.form-head .form-box {
  width: 269px;
}


.forms {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}

.forms input {
  width: 100%;
  height: 100%;
}

.xieiy {
  width: 100%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
  margin: 50px 0;
}

.xieiy a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #0d61d3;
}

.btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btnbox button {
  width: 240px;
  height: 56px;
  background-color: #0d61d3;
  font-size: 16px;
  letter-spacing: 1px;
  color: #f3f7fb;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}

.info .form-flex {
  width: 100%;
  padding-top: 30px;
}

.info .form-flex .form-box {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding-top: 0;
  border: solid 1px #e5e5e5;
  margin-top: -1px;
}

.info .form-flex .form-box:nth-child(2n) {
  border-left: none;
}

.info .form-flex .form-box .form-label {
  width: 100px;
  height: 50px;
  background-color: #f5f6f8;

  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  /*line-height: 48px;*/
  text-align: center;
  border-right: solid 1px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
}

.info .form-flex .form-box .form-label span {
  display: none;
}

.info .form-flex .form-box .form-value {
  flex: 1;
  height: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  /* line-height: 48px; */
  padding: 0 15px;
  display: block;
  margin: 0;
  box-shadow: unset;
  border: none;
  width: 0;
  word-break: break-all;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.info .headbox {
  top: -1px;
  height: 205px;
}

.info .form-head {
  padding-left: 140px;
  height: 200px;
}

.info .form-head .form-box {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding-top: 0;

}

.info .form-box.lang {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.info .form-box.lang:nth-child(2n) {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.info .form-head .form-box.ml {
  border-left: none;
}

.info .form-box.lang .form-label {
  width: 141px;
  height: 100%;
  height: max-content;
  line-height: 20px;
  padding: 17px 5px;
  height: auto;
}

.info .form-box.lang .form-value {
  height: max-content;
  line-height: 20px;
  padding: 18px 15px;
}

.jiaofei {
  width: 100%;
  padding-top: 30px;
}

.jiaofei table {
  width: 100%;
  border-color: #e5e5e5;
}

.jiaofei table td {
  padding: 17px 7px;
  text-align: center;
  font-size: 16px;
}

.jiaofei table td a {
  font-size: 16px;
  margin: 0 10px;
  cursor: pointer;
}

.jiaofe .th td{
  font-size: 16px;
  color: #999999;
}

.sucbox {
  width: 100%;
  background: #FFFFFF;
  padding: 30px;
}

.detail-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

.detail-btn .btn {
  display: block;
  width: 150px;
  height: 56px;
  background-color: #f3f7fb;
  border: solid 1px #0d61d3;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #0d61d3;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

.detail-btn .btn a {
  color: #0d61d3;
}

.detail-btn .btn2 {
  width: 150px;
  height: 56px;
  background-color: #ececec;
  border: solid 1px #ececec;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
  margin: 0 10px;
  cursor: pointer;
}


.detail-btn .btn2 a {
  color: #999999;
  font-size: 16px;
  letter-spacing: 1px;
}

.mask-cont {

}

.detail-zhu {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
}

.mask-detail {
  width: 100%;
  font-size: 15px;
  color: #6e7784;
  margin-top: 15px;
}

.mask-cont {
  width: 600px;
  height: 470px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 100px auto;
  padding: 40px;
}

.mask-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  color: #000000;
}

.mask-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #999999;
  margin: 20px 0;
}

.mask-label {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.mask-value {
  width: 147px;
  height: 98px;
  background: url("../images/upbgc2.png") no-repeat center center;
  border: solid 1px #dedede;
  margin-left: 26px;
  position: relative;
}

.mask-value img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}


.mtop {
  margin-top: 40px;
}


.imgbox {
  width: 147px;
  height: 98px;
  background-color: #f8f8f8;
  border: solid 1px #dedede;
  margin-left: 26px;
  display: none;
}


.imgbox img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}


.editbox {
  width: 100%;
  padding-top: 15px;
}

.editbox span {
  padding: 0 15px;
  height: 30px;
  background-color: #f3f7fb;
  border: solid 1px #0d61d3;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #0d61d3;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}

.editbox a {
  padding: 0 15px;
  height: 30px;
  background-color: #f3f7fb;
  border: solid 1px #0d61d3;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #0d61d3;
  margin: 0 10px;
  cursor: pointer;
}

.btnto {
  display: block;
  padding: 0 15px;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #0d61d3;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #0d61d3;
  margin: 0 10px;
  cursor: pointer;
  /*margin-top: 25px;*/
}


































































