@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding: 0;
}

button {
  vertical-align: middle;
  cursor: pointer;
}

input txt,
button {
  vertical-align: middle;
  border: none;
}

a,
a:link {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

dt {
  font-weight: normal;
}

dd,
dt {
  line-height: initial;
}

.warp {
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

/* .center {
    width: 1200px;
    margin: 0 auto;
} */

.header {
  background: #ffffff;
}

.header * {
  box-sizing: border-box;
}

.header .top {
  background: rgba(246, 246, 246, 1);
  height: 36px;
}

.header .top dl {
  float: right;
}

.header .top dt,
.top dd {
  float: left;
  font-size: 12px;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
  margin-left: 16px;
}

.header .top dt.login-box a {
  display: inline-block;
  color: rgba(102, 102, 102, 1);
  margin-left: 16px;
}

.header .top dt.user-center a {
  display: inline-block;
  color: rgba(102, 102, 102, 1);
  margin-left: 2px;
  margin-right: 2px;
}

.header .top dd {
  padding-right: 10px;
  cursor: pointer;
  position: relative;
}

.header .top dd:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: solid 3px transparent;
  border-top: solid 3px #bbbbbb;
  border-right: solid 3px transparent;
  top: 17px;
  right: 0;
}

.header .top dd.follow {
  padding-left: 25px;
  position: relative;
}

.header .top dd.follow:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;

  background-position: 0 0;
  top: 8px;
  left: 0;
}

.header .top dd.follow .follow-box {
  position: absolute;
  background: #fff;
  width: 126px;
  height: 126px;
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 36px;
  left: 50%;
  display: none;
}

.header .top dd.follow .follow-box:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: solid 6px transparent;
  border-bottom: solid 6px #fff;
  border-right: solid 6px transparent;
  margin-left: -6px;
  top: -6px;
  left: 50%;
}

.header .top dd.follow .follow-box img {
  width: 100%;
}

.header .top dd.follow:hover .follow-box {
  display: block;
}

.header .logo-search {
  padding: 30px 0 23px;
  height: 120px;
}

.header .logo-search .logo {
  float: left;
  width: 435px;
}

.header .logo-search .logo a {
  width: 225px;
  display: block;
  margin-top: -2px;
  position: relative;
}

.header .logo-search .logo a img {
  width: 100%;
}

.header .logo-search .logo a img.wenda-logo {
  position: absolute;
  max-width: 86px;
  left: 235px;
  top: 11px;
  height: 40px;
}

.header .logo-search .search {
  float: left;
}

.header .logo-search .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  position: relative;
  width: 400px;
  border: solid 1px #387ffc;
  box-sizing: border-box;
}

.header .logo-search .search form:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  left: 63px;
  top: 14px;
  border-width: 4px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}

.header .logo-search .search form .index-select-type {
  width: 80px;
  height: 100%;
  border: 0;
  padding-left: 14px;
  font-size: 16px;
  color: #222;
  padding-bottom: 3px;
  cursor: pointer;
  background: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.header .logo-search .search form .index-select-type:focus {
  outline: 0;
}

.header .logo-search .search input {
  float: left;
  padding: 0;
  border: none;
  outline: none;
}

.header .logo-search .search input.search-text {
  height: 100%;
  padding: 0 9px;
  font-size: 16px;
  color: #333;
  line-height: 34px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.header .logo-search .search input.search-text::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}

.header .logo-search .search input.search-text:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}

.header .logo-search .search input.search-text::-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}

.header .logo-search .search input.search-text::placeholder {
  color: rgba(102, 102, 102, 0.6);
}

.header .logo-search .search input.search-submit {
  background: #387ffc;
  width: 40px;
  height: 100%;

  cursor: pointer;
}

.header .logo-search .search .hot-search {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding: 4px 0;
}

.header .logo-search .search .hot-search a {
  color: #999999;
}

.header .nav {
  background: #387ffc;
  height: 40px;
}

.header .nav .nav-list {
  position: relative;
}

.header .nav .nav-item {
  float: left;
  width: 92px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.header .nav .nav-menu.slide-down {
  overflow: initial;
}

.header .nav .nav-item > a {
  display: block;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header .nav .nav-item:hover > a {
  background: #0657c0;
}

.header .nav .nav-item.nav-menu > a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: solid 4px transparent;
  border-top: solid 4px #fff;
  border-right: solid 4px transparent;
  margin: 0 0 2px 5px;
}

.header .nav .nav-item .nav-box {
  position: absolute;
  background: #fff;
  width: 137px;
  padding: 0;
  box-shadow: rgba(2, 2, 2, 0.1) 0 0 9px;
  top: -9999px;
  left: -22px;
  z-index: 99;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in, opacity 0.25s linear;
  transition: max-height 0.3s ease-in, opacity 0.25s linear;
  opacity: 0;
}

.header .nav .nav-menu.slide-down .nav-box {
  top: 40px;
  opacity: 1;
  max-height: 300px;
  padding: 9px 0 11px;
}

.header .nav .nav-item .nav-box ul {
  display: inline-block;
}

.header .nav .nav-item .nav-box li {
  text-align: left;
  font-size: 15px;
  color: #333333;
  line-height: 26px;
  padding: 5px 0;
}

.header .nav .nav-item .nav-box li a {
  color: #333333;
}

.header .nav .nav-item.nav-menu2 {
  position: static;
}

.header .nav .nav-item.nav-menu2 .nav-box {
  width: auto;
  padding: 9px 20px 11px 32px;
  left: 0;
}

.header .nav .nav-item.nav-menu2 .nav-box dl {
  line-height: 22px;
  text-align: left;
  padding-top: 10px;
  overflow: hidden;
}

.header .nav .nav-item.nav-menu2 .nav-box dt {
  float: left;
  width: 50px;
  padding-right: 7px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.header .nav .nav-item.nav-menu2 .nav-box.another-box dt {
  width: 80px;
}

.header .nav .nav-item.nav-menu2 .nav-box dd {
  float: left;
  max-width: 576px;
}

.header .nav .nav-item.nav-menu2 .nav-box dd a {
  float: left;
  font-size: 14px;
  color: #777777;
  height: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.header .nav .nav-item.nav-menu2 .nav-box dd i {
  float: left;
  width: 19px;
  height: 14px;
  position: relative;
  margin-bottom: 10px;
}

.header .nav .nav-item.nav-menu2 .nav-box dd i:before {
  content: '';
  position: absolute;
  background: #777777;
  width: 1px;
  height: 14px;
  top: 5px;
  left: 9px;
}

.header .nav .nav-item.nav-menu2 .nav-box dd i:last-child {
  display: none;
}

.header .nav .red {
  color: red !important;
}

/*客户服务*/
.header .top dd.service .service-box {
  position: absolute;
  background: #fff;
  width: 80px;
  /* height: 126px; */
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 36px;
  left: 50%;
  display: none;
  text-align: center;
}

.header .top dd.service .service-box:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: solid 6px transparent;
  border-bottom: solid 6px #fff;
  border-right: solid 6px transparent;
  margin-left: -6px;
  top: -6px;
  left: 50%;
}

.header .top dd.service:hover .service-box {
  display: block;
}

/*登录下拉*/
.header .top .login-box .login-state {
  padding-left: 25px;
  position: relative;
}

.header .top dt.login-box .login-state {
  display: none;
  position: absolute;
  text-align: left;
  width: 312px;
  height: 200px;
  border: 1px solid #f0f0f0;
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 7px;
  background-color: #fff;
  padding-left: 15px;
  z-index: 10;
}

.header .top dt#box-login-register:hover .login-state {
  display: block;
}

.header .top dt.login-box .login-state .title {
  font-size: 12px;
  padding: 5px 0;
  color: #666;
}

.header .top dt.login-box .login-state .login-btn {
  display: block;
  width: 210px;
  height: 30px;
  background-color: #178eee;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin: 0 auto;
}

.header .top dt.login-box .login-state .other-login {
  border-top: 1px dotted #f0f0f0;
  margin-top: 15px;
}

.header .top dt.login-box .login-state .other-login p {
  color: #666;
  font-size: 12px;
}

.header .top dt.login-box .login-state .other-login a {
  display: inline-block;
  width: 74px;
  text-align: center;
  line-height: 20px;
}

.header .temp_logo {
  position: absolute;
  left: 236px;
  top: -13px;
  height: 80px;
  width: 200px;
}

.header .temp_logo img {
  display: block;
  height: 100%;
  width: 100%;
}

.header .temp_logo:before {
  content: '';
  position: absolute;
  height: 46px;
  width: 1px;
  background: #999;
  left: 0;
  top: 20px;
}

.footer {
  background: #f4f4f4;
  padding: 32px 0;
}

.footer .friendship {
  border-bottom: solid 1px #eeeeee;
}

.footer .friendship-title {
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  padding-left: 8px;
  border-left: solid 4px #999999;
}

.footer .friendship-link {
  position: relative;
  padding: 14px 60px 25px 12px;
}

.footer .friendship-link .friendship-toggle {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  top: 17px;
  right: 0;
}

.footer .friendship-link ul {
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-height: 27px;
}

.footer .friendship-link.active ul {
  overflow: hidden;
  max-height: 120px;
}

.footer .friendship-link.active .friendship-toggle {
}

.footer .friendship-link .friendship-toggle i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;

  background-position: 0 3px;
  background-size: 12px 6px;
}

.footer .friendship-link.active .friendship-toggle i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.footer .friendship-link li {
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding-right: 17px;
}

.footer .friendship-link li a {
  color: #666666;
  text-decoration: none;
}

.footer .footer-copy {
  font-size: 12px;
  color: #999999;
  text-align: center;
  line-height: 27px;
  padding-top: 23px;
}

.footer .footer-copy a {
  color: #999999;
}

.footer .footer-bei {
  text-align: center;
  margin-top: 12px;
}

.footer .footer-bei ul {
  display: inline-block;
  overflow: hidden;
}

.footer .footer-bei li {
  float: left;
  margin: 0 6px;
  height: 37px;
  width: 97px;
}

.footer .footer-bei li img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 工具类 */
.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.lft {
  float: left;
}

.rgt {
  float: right;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-multiple-2 {
  /* autoprefixer:off */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.responsive-image,
.img-block {
  display: block;
  width: 100%;
  height: 100%;
}

/* 全局分页器样式 */
.normal-pagination ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.normal-pagination ul.pagination li {
  height: 36px;
  line-height: 36px;
  font-size: 16px !important;
  background: #efefef;
  color: #333333;
  width: 36px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  border: 0;
  margin-right: 13px;
}

.normal-pagination ul.pagination li.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.normal-pagination ul.pagination li:not(.no-hover).disabled span {
  background: #fff;
}

.normal-pagination ul.pagination li a,
.normal-pagination ul.pagination li span {
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: 0;
  color: #333;
  background: #efefef;
}

.normal-pagination ul.pagination li.img-icon img {
  height: 24px;
}

.normal-pagination ul.pagination li:first-child {
  width: 86px;
}

.normal-pagination ul.pagination li:last-child {
  width: 86px;
  margin-right: 0;
}

.normal-pagination ul.pagination li:last-child a,
.normal-pagination ul.pagination li:last-child span {
  width: 100%;
}

.normal-pagination ul.pagination li:not(.no-hover):hover a,
.normal-pagination ul.pagination li:not(.no-hover).active a,
.normal-pagination ul.pagination li:not(.no-hover):hover span,
.normal-pagination ul.pagination li:not(.no-hover).active span {
  color: #fff;
  background-color: #387ffc;
}

/* element-ui分页器样式修改 */
.normal-pagination .el-pager li {
  height: 30px;
  line-height: 30px;
}

.normal-pagination .el-pagination.is-background .el-pager li {
  background-color: #efefef;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

.normal-pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #387ffc;
  color: #fff;
}

.normal-pagination .el-pagination .btn-next .el-icon,
.normal-pagination .el-pagination .btn-prev .el-icon {
  font-size: 16px;
}

.normal-pagination .el-pagination.is-background .btn-next,
.normal-pagination .el-pagination.is-background .btn-prev {
  background-color: #efefef;
}

.normal-pagination .el-pagination__total {
  width: 70px;
  height: 30px;
  line-height: 30px;
  background: #efefef;
  text-align: center;
  font-size: 14px !important;
  color: #333;
}

.normal-pagination:empty {
  display: none !important;
}

/* 分页器样式结束 */
/* 面包屑统一样式 */
.subnav {
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 16px;
}

.subnav li {
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding-right: 27px;
  position: relative;
}

.subnav li:before {
  content: '>';
  position: absolute;
  width: 27px;
  line-height: 20px;
  text-align: center;
  top: 0;
  right: 0;
}

.subnav li:last-child,
.subnav li:first-child {
  padding-right: 0;
}

.subnav li:last-child:before,
.subnav li:first-child:before {
  display: none;
}

.subnav li a {
  color: #666666;
  text-decoration: none;
}

/* vue需要的样式 */
[v-cloak] {
  display: none;
}

/* 控制富文本里的图片宽度不要超了 */
img {
  max-width: 100%;
}

/* 问答全局弹窗样式 */
.el-message.kj-message-box {
  min-width: 247px;
  background: #fff !important;
  box-shadow: 0px 1px 106px 0px rgba(94, 94, 94, 0.18);
  border-radius: 10px;
  border: 0;
  padding: 18px;
  top: 105px !important;
  top: 11% !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  transition: opacity 0.2s, transform 0.2s, top 0.2s, -webkit-transform 0.2s !important;
  max-width: 340px;
  border-radius: 10px;
}

.kj-message-box .el-message__icon.el-icon-success {

}

.kj-message-box .el-message__icon.el-icon-error {

}

.kj-message-box .el-message__icon.el-icon-info {

}

.kj-message-box i.el-message__icon {
  width: 30px !important;
  height: 30px !important;
  margin-right: 20px !important;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-size: contain !important;
}

.kj-message-box i.el-message__icon:before {
  display: none !important;
}

.kj-message-box .el-message__content {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #222 !important;
  line-height: 1.6 !important;
}

/* 查看全部样式 */
.view-all {
  color: #387ffc;
}

.search-biaozhu {
  color: #f52d2d;
}

.flex {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-disabled {
  pointer-events: none;
  opacity: 0.5;
}



.search-news {
  display: flex;
  justify-content: space-between;
}
.rmjc-title {
  font-size: 20px;
  font-weight: 600;
  color: #404040;
}
.com-left {
  width: 860px;
  padding-top: 31px;
}
.com-left.adfix {
  padding-top: 0;
}
.articleList li {
  display: flex;
  height: 128px;
  margin-bottom: 20px;
}
.articleList li .img {
  width: 200px;
  height: 128px;
  border-radius: 4px;
  overflow: hidden;
}
.articleList li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.articleList li .img img:hover {
  transform: scale(1.1);
}
.articleList li .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}
.articleList li .desc a {
  display: block;
}
.articleList li .desc h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.articleList li .desc em {
  color: #f52d2d;
}
.articleList li .desc h3:hover {
  color: #387ffc;
}
.articleList li .desc p {
  width: 630px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
  height: 50px;
  /* margin-bottom: 20px;
  margin-top: 10px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.articleList li .desc .info {
  font-size: 14px;
  color: #888;
}
.articleList li .desc .time {
  margin-right: 20px;
}
.search-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.search-title ul {
  display: flex;
}
.search-title li {
  margin-right: 20px;
}
.search-title li a {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 600;
}
.search-title .active a {
  color: #387ffc;
  border-bottom: 2px solid #387ffc;
}
.search-title .result {
  font-size: 14px;
  color: #666;
}
.breadcrumb {
  margin: 15px auto 10px;
  font-size: 16px;
}
.breadcrumb span {
  margin-right: 20px;
  position: relative;
}
.breadcrumb span:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  transform: rotate(45deg);
  position: absolute;
  right: -13px;
  top: 8px;
}
.breadcrumb .last {
  color: #bfbfbf;
}
.breadcrumb .last:after {
  display: none;
}
.normal-pagination.article-list {
  margin: 60px 0;
}
.normal-pagination.article-list ul.pagination {
  justify-content: initial;
}
.com-right {
  width: 300px;
}
.com-right .model-right-img {
  width: 300px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}
.com-right .hot-search {
  border: 1px solid #ededed;
  max-height: 320px;
  margin-bottom: 20px;
  overflow: hidden;
}
.com-right .hot-search .title {
  line-height: 75px;
  font-weight: 600;
  font-size: 16px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #ededed;
  padding-left: 15px;
  margin: 0;
}
.com-right .hot-search .title img {
  margin-top: -5px;
}
.com-right .hot-search ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 240px;
  overflow: hidden;
  padding: 20px 20px 0;
}
.com-right .hot-search ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.com-right .hot-search ul li a {
  font-size: 14px;
  color: #888;
}
.com-right .hot-search ul .active a {
  color: #f52d2d;
  border-bottom: 1px solid #f52d2d;
}
.com-right .tools {
  width: 300px;
  /* height: 255px; */
  margin-bottom: 20px;
  border: 1px solid #ededed;
}
.com-right .tools .img-ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.com-right .tools .img-ul li {
  text-align: center;
  width: 33.33%;
}
.com-right .tools .img-ul li a {
  display: block;
  width: 100%;
}
/* .com-right .tools .img-ul li a img {
  width: 32px;
} */
.com-right .tools .img-ul li a div {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.com-right .tools .img-ul li:hover div {
  color: #387ffc;
  text-decoration: underline;
}
.com-right .tools .img-ul li:nth-child(n + 4) {
  margin-top: 20px;
}
.com-right .latest-news {
  height: 370px;
  margin-bottom: 20px;
}
.com-right .latest-news ul {
  padding: 20px 10px;
  height: 296px;
  overflow: hidden;
}
.com-right .latest-news li a {
  font-size: 14px;
  position: relative;
  padding-left: 10px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 265px;
}
.com-right .latest-news li a:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #bbbbbb;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.com-right .latest-news li a:hover {
  color: #387ffc;
}

.model-right {
  border: 1px solid #ededed;
}
.model-right .title {
  line-height: 75px;
  background-color: #fbfbfb;
  padding: 0 12px;
  font-weight: 600;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin: 0;
}
.model-right .title:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: '';
  display: block;
  width: 3px;
  height: 17px;
  background: #387ffc;
}
/* 字体图标  i:icon   bootstrap*/
em,
i {
  font-style: normal;
}
.ad-detail-bottom {
  width: 880px;
  /* height: 120px; */
  overflow: hidden;
  margin-top: 30px;
}
.ad-detail-list {
  width: 860px;
  /* height: 128px; */
  overflow: hidden;
}
.model-right-img {
  margin-top: 30px;
}
.isad {
  line-height: 0;
}

.wenda-box {
  width: 810px;
  height: 130px;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #f2f2f2;
}

.wenda-box:hover {
  background: #eef5ff;
  text-decoration: none;
}

.wenda-box.wonderful {
  padding: 20px 0 25px 20px;
  height: initial;
}

.wenda-box .user {
  font-size: 14px;
  
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* height: 100%; */
  flex-shrink: 0;
  width: 100px;
  padding: 0 10px;
}

.wenda-box .user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #e2e2e2;
}

.wenda-box .user span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}

.wenda-box .info {
  /* height: 100%; */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wenda-box .title {
  font-size: 18px;
  
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}

.wenda-box:hover .title {
  color: #387ffc;
}

.wenda-box.wonderful .title {
  padding-bottom: 16px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 19px;
}

.wenda-box .info .desc-text {
  font-size: 14px;
  
  font-weight: bold;
  color: #7f7f7f;
  line-height: 20px;
}

.wenda-box .info .desc {
  font-size: 12px;
  
  font-weight: 400;
  color: #7f7f7f;
  line-height: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wenda-box .img {
  width: 140px;
  height: 90px;
  border-radius: 1px;
  margin-left: 20px;
}

.wenda-list-more {
  /* width: 810px; */
  width: 100%;
  height: 40px;
  border: 1px solid #f2f2f2;
  margin: 10px 0 40px;
  font-size: 14px;
  color: #828282;
  line-height: 20px;
  cursor: pointer;
}

.wenda-list-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #828282;
  border-bottom: 2px solid #828282;
  transform: rotate(45);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 5px;
}

.keywords .subnav {
  margin-top: 20px;
  margin-bottom: 20px;
}

.keywords .first,
.keywords .second {
  padding-bottom: 40px;
}

.keywords .keys {
  width: 1280px;
  height: 60px;
  background: #ffffff;
  border-bottom: #eeeeee 1px solid;
  display: flex;
  align-items: center;
  position: relative;
}

.keywords .keys .key {
  width: 25px;
  font-size: 30px;
  
  font-weight: bold;
  color: #aaaaaa;
  line-height: 40px;
  flex-shrink: 0;
}

.keywords .keys .keyword {
  /* flex: 1; */
  width: 155px;
  height: 100%;
  font-size: 16px;
  color: #387ffc;
  /* line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 60px;
  text-align: center;
}

.keywords .keyword-content {
  display: flex;
  padding: 0 120px 0 50px;
  flex: 1;
  height: 100%;
}

.keywords .keys .more {
  width: 70px;
  height: 100%;
  font-size: 16px;
  color: #387ffc;
  line-height: 22px;
  display: flex;
  align-items: center;
  padding-left: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

.keywords .keys2 {
  display: flex;
  flex-wrap: wrap;
}

.keywords .keys2 .keyword {
  width: 142px;
  height: 60px;
  font-size: 16px;
  color: #387ffc;
  /* line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 60px;
  text-align: center;
}

.keywords .second .keys .key {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.keys .key.active,
.keywords .second .keys .key:hover {
  color: #387ffc;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #387ffc;
}

/* .keys .key.active::after{
  content: '';
  display: block;
  width: 52px;
  height: 1px;
  background: #387ffc;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
} */

.model.small.full {
  width: 100%;
}

.model.small.full .model-nav a {
  font-size: 14px;
  color: #387ffc;
}

.nav-count {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
}

.model2 {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.model2 .m-title {
  font-size: 16px;
  
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  height: 60px;
  flex-shrink: 0;
}

.model2 .m-title::before {
  content: '';
  display: block;
  width: 3px;
  height: 18px;
  margin-right: 9px;
  background: #387FFC;
}

.sp-keys {
  margin-top: -7px;
  display: flex;
  flex-direction: column;
}

.sp-keys a {
  border-bottom: 1px solid #EEEEEE;
  padding: 13px 0 14px;
  flex-shrink: 0;
  font-size: 14px;
  
  color: #555555;
  line-height: 19px;
}

.sp-apps {
  width: 300px;
  /* height: 258px; */
  background: #F9F9F9;
  padding: 12px;
}

.sp-apps .item {
  display: flex;
}

.sp-apps .item + .item{
  margin-top: 14px;
}


.sp-apps .item img {
  width: 110px;
  height: 110px;
  margin-right: 16px;
}

.sp-apps .item .title {
  font-size: 14px;
  
  font-weight: bold;
  color: #333333;
  line-height: 19px;
}

.sp-apps .item .desc {
  font-size: 12px;
  
  color: #999999;
  line-height: 16px;
  margin-top: 10px;
}


.teacher-ask-box {
  width: 810px;
  background: linear-gradient(179deg, #F0F6FF 0%, #FFFFFF 100%);
  border: 1px solid #EFF5FD;
}

.teacher-ask-box .top-box {
  height: 67px;
  padding: 0 20px;

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

.teacher-ask-box .top-box .top-left {
  display: flex;
  align-items: center;
  font-size: 18px;
  
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}

.teacher-ask-box .top-box .top-left i {
  width: 17px;
  margin-right: 10px;
}

.teacher-ask-box .top-box .top-right {
  width: 245px;
  height: 43px;
  display: flex;
  align-items: center;
  padding-left: 54px;

  font-size: 16px;
  
  color: #A66D54;
  line-height: 21px;
}

.teacher-ask-box .center-box {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.teacher-ask-box .bottom-box {
  margin: 0 20px;
  border-top: 1px solid #EFEFEF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 59px;
}

.teacher-ask-textarea {
  width: 770px;
  background: #FFFFFF;
  box-shadow: 0 3px 10px 0 rgba(169,169,169,0.2000);
  border-radius: 4px;
  padding: 20px;
}

.ask-tags {
  display: flex;
  font-size: 16px;
  
  color: #555555;
  line-height: 21px;
  margin-top: 20px;
}

.ask-tags .title {
  margin-right: 20px;
  flex-shrink: 0;
}

.ask-tags .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}

.ask-tags .tags .tag {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ask-tags .radio {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}

.ask-tags .radio input[type='radio'] {
  position: absolute;
  width: 0;
  height: 0;
  max-width: 0;
  max-height: 0;
  -webkit-appearance: none;
}

.ask-tags .radio input[type='radio']:disabled::after {
  background: #ebebed;
}

.ask-tags .radio input[type='radio']:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  border: 2px solid #cecfd0;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}

.ask-tags .radio input[type='radio']:checked:after {
  background: #387efa;
  border-radius: 50%;
  border: none;
  width: 16px;
  height: 16px;
}

.ask-tags .radio .selected {
  width: 5.7px;
  height: 12.54px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;

  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  display: none;
  z-index: 222;
}

.ask-tags .radio input[type='radio']:checked + .selected {
  display: block;
}

.teacher-ask-box .bottom-box .photo {
  display: flex;
  align-items: center;
  font-size: 16px;
  
  color: #A9A9A9;
  line-height: 21px;
}

.teacher-ask-box .bottom-box .photo img {
  width: 21px;
  height: 18px;
  margin-right: 10px;
}

.teacher-ask-box .bottom-box .btn {
  width: 200px;
  height: 36px;
  background: #387FFC;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  
  color: #FFFFFF;
  cursor: pointer;
}

.teacher-dialog {
  width: 416px;
  height: 487px;

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.teacher-dialog .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.teacher-dialog .big-title {
  font-size: 24px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 31px;
  margin-top: 20px;
}

.teacher-dialog .item {
  display: flex;
  align-items: center;
  margin-top: 27px;
  width: 100%;
  padding: 0 30px;
}

.teacher-dialog .item + .item {
  margin-top: 14px;
}

.teacher-dialog .item .title {
  font-size: 16px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
  margin-right: 10px;
}

.teacher-dialog .item .desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
}

.teacher-dialog .code {
  width: 180px;
  height: 180px;
  margin-top: 57px;
}

.teacher-dialog .code-text {
  margin-top: 20px;
  font-size: 16px;
  
  color: #7F7F7F;
  line-height: 21px;
}

.teacher-dialog .fix-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0rem 6px 22px 0rem rgba(169, 169, 169, 0.2);
  border-radius: 16px;
  z-index: 999;
  word-break: keep-all;
  text-align: center;
  white-space: pre-line;
  padding: 20px;
}

.model-zixun {
  margin-top: 10px;
}