.heyan {
    font-size: 40px;
     color: #333;
      line-height: 50px;
    text-align: center;
     padding: 30px 0 30px;
     position: relative;
}



.pub-model {
  width: 100%;
}

.pub-model-layer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pub-l {
  width: 250px;
  flex-shrink: 0;
}

.pub-l .wrap {
  border: 1px solid #eee;
}

.pub-r {
  flex: 1;
  overflow: hidden;
  padding-left: 40px;
}

.pub-l-title {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #0F5592;
  position: relative;
  box-sizing: border-box;
  display: block;
}

.pub-l-item {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
}

.pub-l-item:last-child {
  border-bottom: 0;
}

.pub-l-item:hover {
  background-color: #0279C4;
  color: #fff;
}

.pub-l-item-active {
  background-color: #0279C4;
  color: #fff;
  border-left: 1px solid #0279C4;
  border-right: 1px solid #0279C4;
}

.pub-r-title {
  width: 100%;
  height: 30px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.pub-r-title span {
  display: inline-block;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.pub-r-title a {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.pub-r .w-e-text p{
   
  margin-bottom: 16px; 
  text-indent: 2em;
  line-height: 2;
}



.pub-r-title span#pub-r-returnHome {
  border-bottom: 2px solid #395693;
}

.about_banner img{
  width: 1000px;
  height: auto;
}
/*pub-r-table*/
.pub-r-table,
.pub-r-table li {
  list-style: none;
}

.pub-r-table li {
  margin-bottom:20PX;
  cursor: pointer;
}
.pub-r-table li .item{
    background:#F9F9F9;
    padding:20px;
}

.pub-r-table li .title {
  font-size: 30px;
  color: #333;
  line-height: 42px;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pub-r-table li .content {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  font-style: normal;
  text-transform: none;
  margin-top: 8px;
}

.pub-r-table li .tag {
  min-height: 33px;
  margin-top: 14px;
}

.pub-r-table li .tag .item {
  height: 28px;
  line-height: 28px;
  background-color: #f7f8fc;
  padding: 0 8px;
  margin-right: 12px;
  color: #0279c4;
  transition: all ease .3s;
  display: inline-block;
}

.pub-r-table li .tag .item a {
  color: #0F5592;
}

.pub-r-table li .tag .item:hover {
  background: #173D79;
  color: #fff;
}

.pub-r-table li .tag .item:hover a {
  color: #fff;
}

.pub-r-table li:first-child {
  padding-top: 15px;
}

.pub-r-table li:hover .title {
  color: #173D79;
}

.pub-r-content-examinee {
  display: none;
}

.pub-builtin-main {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 25px;
}

.pub-builtin-main li {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
}

.pub-builtin-main li i {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.pub-builtin-main li span.pub-builtin-title {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
}

.pub-builtin-main li span.pub-builtin-intro {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  text-align: center;
}

.source{
  width: 100%;
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 20px;

}
.source p{
  color: #ACA8A8;
  margin-right: 20px;
  line-height: 3;
  font-size: 16px;
}

.pub-r-content-title {
  font-size: 40px;
  color: #333;
  line-height: 50px;
  text-align: center;
  padding: 30px 0 30px;
  position: relative;
}

.pub-r-content-title span {
  font-size: 20px;
  color: #aca8a8;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.pub-date {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 25px;
  font-size: 16px;
  color: #ACA8A8;
}

.pub-r-imagebook {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.pub-r-imagebook li {
  padding-bottom: 5px;
}

.pub-r-imagebook .pub-r-image {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.pub-r-imagebook .pub-r-image-title {
  font-size: 16px;
  line-height: 30px;
  color: #3e3e3e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.pub-r-imagebook .pub-r-image-date,
.pub-r-imagebook .pub-r-image-intro {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.pub-r-problem {
  display: grid;
  grid-row-gap: 20px;
}

.pub-r-problem li {
  height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.pub-r-problem-item-l {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pub-r-problem-l-starticon {
  height: 100%;
  width: 25px;
  margin-right: 8px;
  background-image: url(../img/icon-problem-img1.jpg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
}

.pub-r-problem-l-title {
  font-size: 14px;
  color: #333;
}

.pub-r-problem-l-hoticon {
  width: 25px;
  height: 100%;
  margin-left: 50px;
  background-image: url(../img/icon-problem-img2.jpg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
}

.pub-r-problem-item-r {
  width: 20px;
  height: 100%;
  display: inline-block;
  background-image: url(../img/icon-head-left.png);
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center center;
  margin-right: 20px;
}

.pub-r-form-title {
  text-align: center;
  padding: 10px 0;
}

.pub-r-form-title span {
  font-size: 24px;
  color: #395693;
  font-weight: 700;
}

.pub-r-form-result-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pub-r-form-result-title span:first-child {
  margin-bottom:15px;
}

.pub-r-form-box {
  width: 500px;
  margin: 0 auto;
}

.pub-r-form-box li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pub-r-form-box li i {
  font-size: 16px;
  width: 8px;
}

.pub-r-form-box li input {
  margin-left: 8px;
  flex: 1;
  line-height: 40px;
  border: 1px solid #eee;
  text-indent: 1em;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 16px;
  color: #333;
}

.pub-r-form-box li img {
  width: 145px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #eee;
}

.pub-r-form-box li .replaceCapt {
  font-size: 16px;
  color: #fd2a2a;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.pub-r-form-box li .examresult {
  font-size: 16px;
  color: #333;
  display: inline-block;
  line-height: 40px;
  text-indent: 1em;
}

.pub-r-form-box .examinee-label {
  text-align: justify;
  text-align-last: justify;
  font-size: 16px;
  color: #333;
  width: 70px;
  height: 20px;
}

.pub-r-form-box .examinee-label:after {
  content: '';
  width: 100%;
  display: inline-block;
}

.pub-r-form-result-box {
  margin: 0 auto;
}

.pub-r-form-result-box table {
  width: 100%;
}

.pub-r-form-result-box table td {
  padding: 18px 0 18px 50px;
  border: 1px solid #eee;
  vertical-align: middle;
    font-size: 15px;
}

.pub-r-form-result-box table td .examinee-label {
  text-align: justify;
  text-align-last: justify;
  display: inline-block;

  color: #333;
}

.pub-r-form-result-box table td .examresult {

  display: inline-block;
  text-indent: .5em;
}

.pub-r-form-result-box table td i {
  display: inline-block;
  font-size: 16px;
  width: 6px;
}

.pub-r-form-result-box .label {
  margin-bottom: 20px;
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 16px;
  border-left: 3px solid #0279c4;
}

.examinee-submitbox {
  width: 100%;
  padding: 5px 0;
  text-align: center;
}

.examinee-submitbox .examinee-resouts {
  display: inline-block;
  padding: 10px 50px;
  background-color: #395693;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
}

.examinee-submitbox .examinee-submit {
  display: inline-block;
  padding: 10px 50px;
  background-color: #395693;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.pub-r-examinee-result {
  display: none;
}

.pub-r-examinee-noresult {
  display: none;
}

.pub-r-examinee-noresult .noresult-list {
  width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.pub-r-examinee-noresult .noresult-list span {
  font-size: 16px;
  line-height: 32px;
}

.pub-r-examinee-noresult .noresult-list span:first-child {
  margin-bottom: 5px;
}

.pub-r-examinee-noresult .noresult-return {
  width: 600px;
  margin: 0 auto;
}

.pub-r-examinee-noresult .noresult-return a {
  padding: 10px 20px;
  border-radius: 4px;
  background: #395693;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.examinee-result-submitbox {
  width: 100%;
  padding: 15px 0 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.examinee-result-submitbox .examinee-return {
  display: inline-block;
  padding: 10px 50px;
  background-color: #395693;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.examinee-result-submitbox .examinee-tip {
  text-indent: .5em;
}

.examinee-result-submitbox .examinee-tip a {
  color: #0279c4;
  text-decoration: none;
}

.pub-r-content-editor {
  overflow-y: hidden;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  word-break: break-all;
}

.pub-r-content-editor img {
  max-width: 95% !important;
}

.pub-r-content-editor h1,
.pub-r-content-editor h2,
.pub-r-content-editor h3,
.pub-r-content-editor h4,
.pub-r-content-editor h5 {
  font-size: revert !important;
}

.announcement-content-right {
  flex: 1;
  height: 48px;
  background: #f5f6f9;
  overflow: hidden;
}

.announcement-content-right a {
  font-size: 14px;
  font-weight: 500;
  color: #395693;
  line-height: 48px;
  margin-right: 90px;
}

.announcement-content-right a:last-child {
  margin-right: 0;
}

/*index-question-list*/
.index-question-list {
  flex: 1;
  font-size: 14px;
}

.index-question-list ul {
  margin-top: 0;
  height: 94%;
}

.index-question-list ul li {
  margin-bottom: 13px;
}

.index-question-list ul .item {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #333;
}

.index-question-list ul .item .left {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: rgba(153, 153, 153, 0.5);
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-right: 12px;
}

.index-question-list ul .item .right {
  flex: 1;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-question-list ul .item:hover {
  color: #173D79;
}

.index-question-list ul li:nth-child(1) .item .left {
  background: #e71a0f !important;
}

.index-question-list ul li:nth-child(2) .item .left {
  background: #e76a0f;
}

.index-question-list ul li:nth-child(3) .item .left {
  background: #eeae32;
}

.announcement-wrapper {
  width: 100%;
  height: 48px;
  background: #f5f6f9;
}

.announcement-wrapper .announcement-content {
  width: 1200px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.announcement-content-left {
  height: 34px;
  width: 100px;
  background-image: url(../img/suona-bg.jpg);
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
}

.announcement-content-left img {
  width: 19px;
  height: 17px;
  margin-right: 4px;
  margin-left: 10px;
}

.announcement-content-left span {
  color: #fff;
  font-size: 13px;
}

.index-notice {
  margin-top: 26px;
  width: 282px;
  display: flex;
  flex-direction: column;
}

.warp-public-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.warp-public-list:after {
  content: '';
  width: 45%;
}

.warp-public-list a {
  display: block;
}

.warp-public-list li {
  width: 45%;
  list-style: none;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  margin-top: 5px;
}

.warp-public-list li:hover span .notice-text {
  color: #173D79;
}

.warp-public-list li span:first-child {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  flex: 1;
}

.warp-public-list li span:nth-child(2) {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

.warp-public-list li span .notice-text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 0;
  color: #333;
}

.warp-public-list li span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
}

.warp-public-list .first {
  line-height: 22px;
  font-size: 18px;
  color: #0279c4;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 18px;
  height: auto;
  max-height: 42px;
}

.index-notice-nav {
  height: 45px;
  border-bottom: 2px solid #999;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}

.index-notice-nav span {
  border-bottom: 2px solid #0279c4;
}

.index-notice-nav p a {
  cursor: pointer;
  color: #395693;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.pub-r-examinee-form {
  width: 100%;
  padding: 80px 0;
}

.pub-r-examinee-form-item {
  width: 293px;
  height: 357px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.1);
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}

.pub-r-examinee-form-logo {
  height: 55px;
  padding-top: 46px;
  margin-bottom: 46px;
  width: 100%;
}

.pub-r-examinee-form-logo img {
  height: 100%;
  width: auto;
  padding-left: 30px;
}

.pub-r-examinee-form-text {
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.pub-r-examinee-form-button {
  position: absolute;
  left: 30px;
  bottom: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #087DF3;
  cursor: pointer;
}

.pub-r-examinee-form:after {
  content: "";
  width: 293px;
  height: 0px;
  visibility: hidden;
}

.pub-r-examinee-no {
  width: 100%;
  line-height: 200px;
  color: #999999;
  text-align: center;
}

.page {
  display: flex;
  float: right;
}

.btns {
  display: flex;
}

.page_btn {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
  cursor: pointer;
}

.page_btn:hover {
  color: #087df3;
  border: 1px solid #087df3;
}

.cur_page {
  color: #087df3;
  border: 1px solid #087df3;
}
.index-banner-advertising .slide img{border-radius:10px}