.wrap {
  padding-top: 80px;
}
.wrap .wrap-in {
  width: 1200px;
  margin: 0 auto;
}
.backToTop {
  position: fixed;
  text-align: center;
  width: 25px;
  background: #f4f4f4;
  color: #aeaeae;
  padding: 10px 0;
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 2px;
  user-select: none;
}
.backToTop:hover {
  color: #acacac;
}
.seeall {
  transition: all 0.2s;
  display: block;
  background: #fafafa;
  color: #888;
  font-size: 15px;
  width: 50%;
  text-align: center;
  border-radius: 5px;
  padding: 8px 35px;
  margin: 0 auto;
}
.seeall:hover {
  background: #72aae4;
  color: white;
}
.layout-header {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.layout-header .header-in {
  width: 1200px;
  margin: 0 auto;
}
.layout-header .header-in .logo {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
.layout-header .header-in .logo img {
  width: 100%;
}
.layout-header .header-in .nav {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 100px;
  margin-right: 215px;
}
.layout-header .header-in .nav .nav-in {
  display: flex;
}
.layout-header .header-in .nav .nav-in .nav-item {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.layout-header .header-in .nav .nav-in .nav-item .nav-link {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
}
.layout-header .header-in .nav .nav-in .nav-item.active {
  border-bottom: 5px solid #72aae4;
}
.layout-header .header-in .nav .nav-in .nav-item:hover .nav-link {
  color: #72aae4;
}
.layout-header .header-in .nav .nav-in .nav-item:hover .drop {
  max-height: 300px;
}
.layout-header .header-in .nav .nav-in .drop {
  transition: all 0.4s;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: -30px;
  top: 60px;
  z-index: 300;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  width: 150px;
  background: white;
}
.layout-header .header-in .nav .nav-in .drop a {
  display: block;
  text-align: center;
  font-size: 15px;
  height: 40px;
  color: #535353;
  line-height: 40px;
}
.layout-header .header-in .nav .nav-in .drop a:hover {
  background: #f7f7f7;
}
.layout-header .header-in .user-box {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: relative;
  vertical-align: middle;
}
.layout-header .header-in .user-box:hover .caozuo {
  max-height: 300px;
}
.layout-header .header-in .user-box .dologin {
  cursor: pointer;
  width: 45px;
  display: inline-block;
  height: 45px;
  border-radius: 45px;
  border: 1px solid gray;
  vertical-align: middle;
  color: #333;
  font-size: 13px;
  line-height: 45px;
  text-align: center;
}
.layout-header .header-in .user-box .avatar {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  vertical-align: middle;
}
.layout-header .header-in .user-box .caozuo {
  z-index: 300;
  transition: all 0.2s;
  max-height: 0;
  position: absolute;
  top: 60px;
  right: 0;
  width: 500px;
  border-radius: 5px;
  overflow: hidden;
  background: white;
}
.layout-header .header-in .user-box .caozuo .login-status {
  background: #f1f9ff;
  line-height: 100px;
}
.layout-header .header-in .user-box .caozuo .login-status .avatar {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 20px;
}
.layout-header .header-in .user-box .caozuo .login-status .text {
  margin-right: 77px;
  display: inline-block;
  vertical-align: middle;
}
.layout-header .header-in .user-box .caozuo .login-status .text .t1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.5;
  height: 1.5em;
}
.layout-header .header-in .user-box .caozuo .login-status .text .t2 {
  font-size: 12px;
  color: #888;
  font-weight: normal;
  line-height: 1;
  height: 1.5em;
}
.layout-header .header-in .user-box .caozuo .login-status .login-btn {
  vertical-align: middle;
}
.layout-header .header-in .user-box .caozuo .login-status .logout {
  background: #65aaff;
  color: white;
  font-size: 15px;
  border-radius: 5px;
  padding: 8px 35px;
  margin-left: 77px;
}
.layout-header .header-in .user-box .caozuo .unav {
  padding: 10px;
}
.layout-header .header-in .user-box .caozuo .unav .item {
  display: inline-block;
  padding: 5px 20px;
  font-size: 15px;
  color: #999;
}
.layout-header .header-in .user-box .caozuo .unav .item:hover {
  background: #f7f7f7;
}
.tab .tab-header {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.tab .tab-header .item {
  cursor: pointer;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.tab .tab-header .item.active {
  color: #72aae4;
  border-bottom: 5px solid #72aae4;
}
.tab .tab-header .item:hover {
  color: #72aae4;
}
.tab .tab-body .tab-body-item {
  display: none;
}
.tab .tab-body .tab-body-item.active {
  display: block;
}
.card-box {
  border: 1px solid #f2f2f2;
  padding: 10px;
}
.card-box > .header {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.card-box > .header .sub-title {
  color: #9a9a9a;
  margin-left: 5px;
  font-size: 12px;
}
.content_box > .header {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content_box > .header .title {
  color: #72aae4;
  font-size: 30px;
}
.content_box > .header .sub-title {
  color: #9a9a9a;
  margin-left: 5px;
  font-size: 14px;
}
.content_box .body {
  overflow: hidden;
}
.hot-article-right {
  padding-top: 10px;
}
.hot-article-right .art-tiem {
  margin-bottom: 10px;
  cursor: pointer;
}
.hot-article-right .art-tiem .num {
  transition: all 0.2s;
  width: 50px;
  text-align: center;
  color: #dbdbdb;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
}
.hot-article-right .art-tiem .title {
  transition: all 0.2s;
  width: 200px;
  position: relative;
  top: 8px;
  word-wrap: break-word;
  word-break: normal;
  font-size: 15px;
  vertical-align: top;
  color: #333;
  display: inline-block;
}
.hot-article-right .art-tiem:hover .num,
.hot-article-right .art-tiem:hover .title {
  color: #72aae4;
}
.liuyan-right .liuyan-item {
  padding: 20px 5px;
  border-bottom: 1px solid #f2f2f2;
}
.liuyan-right .liuyan-item:last-child {
  border: none;
}
.liuyan-right .liuyan-item .liuyan-header {
  line-height: 40px;
}
.liuyan-right .liuyan-item .liuyan-header .avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  vertical-align: middle;
}
.liuyan-right .liuyan-item .liuyan-header .name {
  font-size: 18px;
  vertical-align: middle;
}
.liuyan-right .liuyan-item .liuyan-header .time {
  font-size: 12px;
  color: #969696;
  vertical-align: middle;
}
.liuyan-right .liuyan-item .data {
  margin-top: 10px;
  font-size: 15px;
}
.lishi-right {
  margin-top: 20px;
}
.lishi-right .info {
  margin-bottom: 20px;
}
.lishi-right .info .dot {
  display: inline-block;
  vertical-align: middle;
  background-color: #72aae4;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.lishi-right .info .right {
  vertical-align: middle;
  display: inline-block;
}
.lishi-right .info .right .text {
  color: #303133;
  font-size: 14px;
}
.lishi-right .info .right .time {
  color: #909399;
  line-height: 30px;
  font-size: 13px;
}
.contact-right {
  text-align: center;
  line-height: 50px;
  margin: 30px auto;
  margin-bottom: 0;
  overflow: hidden;
}
.contact-right .item {
  color: black;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: blue;
  margin-right: 10px;
}
.contact-right .item:nth-child(1) {
  background: url(/Public/img/lg_qq.png) no-repeat top center;
  background-size: 70px;
}
.contact-right .item:nth-child(2) {
  background: url(/Public/img/lg_weibo.png) no-repeat top center;
  background-size: 70px;
}
.contact-right .item:nth-child(3) {
  background: url(/Public/img/weixin_ma.jpg) no-repeat top center;
  background-size: 70px;
  margin-right: 0;
}
.contact-right .item p {
  font-size: 15px;
  margin-top: 77px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.art-list {
  margin-top: 30px;
}
.art-list .art-tiem {
  padding: 10px;
  display: flex;
  cursor: pointer;
  margin-bottom: 15px;
}
.art-list .art-tiem:hover {
  background: #fafafa;
}
.art-list .art-tiem:hover .info .title {
  color: #72aae4;
}
.art-list .art-tiem .pre-img {
  flex: 0 0 170px;
  width: 250px;
  height: 120px;
  background-size: 100%;
  margin-right: 10px;
}
.art-list .art-tiem .info .title {
  transition: all 0.2s;
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.art-list .art-tiem .info .discrip {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 6px;
}
.art-list .art-tiem .info .bottom {
  font-size: 12px;
  font-weight: normal;
  color: #a7a7a7;
  line-height: 23px;
  height: 23px;
}
.art-list .art-tiem .info .bottom span {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}
.ketang .item {
  border: 1px solid #f2f2f2;
  width: 200px;
  padding: 20px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 0.2s;
  position: relative;
  top: 0;
}
.ketang .item:hover {
  top: -10px;
}
.ketang .item:hover .info .name {
  color: #72aae4;
}
.ketang .item .img {
  width: 200px;
  height: 110px;
  overflow: hidden;
  border-radius: 5px;
}
.ketang .item .img img {
  width: 100%;
}
.ketang .item .info .name {
  transition: all 0.2s;
  color: black;
  padding: 5px;
  padding-bottom: 0;
  font-size: 20px;
}
.ketang .item .info .discrip {
  width: 200px;
  padding: 5px;
  padding-top: 10px;
  font-size: 16px;
  color: #969696;
  overflow: hidden;
  /*自动隐藏文字*/
  text-overflow: ellipsis;
  /*文字隐藏后添加省略号*/
  white-space: nowrap;
  /*强制不换行*/
}
.whxc-list .img_box {
  display: inline-block;
  width: 240px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
}
.whxc-list .img_box:hover {
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 13px 2px;
}
.whxc-list .img_box:hover .pre-img .mask {
  background: rgba(0, 0, 0, 0);
}
.whxc-list .img_box:hover .title {
  color: #72aae4;
}
.whxc-list .img_box .pre-img {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0) 0px 2px 13px 2px;
}
.whxc-list .img_box .pre-img img {
  width: 100%;
}
.whxc-list .img_box .pre-img .mask {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.whxc-list .img_box .pre-img .mask .info {
  text-align: justify;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: white;
}
.whxc-list .img_box .pre-img .mask .info span {
  display: inline-block;
  font-size: 12px;
}
.whxc-list .img_box .title {
  transition: all 0.2s;
  margin-top: 10px;
  color: #333;
  font-size: 20px;
  padding-left: 10px;
  border-left: 5px solid #72aae4;
}
.whxc-list .img_box .desc {
  color: #888;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.whxc-pic-view {
  font-size: 0;
  line-height: 150px;
}
.whxc-pic-view .showimg_item {
  width: 200px;
  height: 180px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
.whxc-pic-view .showimg_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.whxc-pic-view .showimg_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.whvideo-list .video-item {
  display: inline-block;
  width: 240px;
  padding: 10px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}
.whvideo-list .video-item:nth-child(3n) {
  margin-right: 0;
}
.whvideo-list .video-item .video-box {
  cursor: pointer;
  width: 100%;
  height: 170px;
  background: url(//cyjx.cool/Public/img/video.png) center center no-repeat;
  background-color: #3daeff;
}
.whvideo-list .video-item .video-box .img-pre {
  width: 100% ;
  height: 100% ;
}
.whvideo-list .video-item .video-box iframe {
  width: 100% !important;
  height: 100% !important;
}
.whvideo-list .video-item .video-link {
  display: block;
  color: #333;
  margin-top: 10px;
  text-align: center;
}
.whvideo-list .video-item .video-link:hover {
  color: #72aae4;
}
.nomal-btn {
  transition: all 0.2s;
  display: inline-block;
  background: #72aae4;
  color: white;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  padding: 8px 35px;
  margin: 0 auto;
  cursor: pointer;
}
.nomal-btn:hover {
  background: #72aae4;
  color: white;
}
.center-btn {
  transition: all 0.2s;
  display: block;
  background: #72aae4;
  color: white;
  font-size: 15px;
  width: 50%;
  text-align: center;
  border-radius: 5px;
  padding: 8px 35px;
  margin: 0 auto;
  cursor: pointer;
}
.center-btn:hover {
  background: #72aae4;
  color: white;
}
.cms .card-box {
  margin-top: 30px;
}
.cms .pre_next_art {
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 150px;
}
.cms .pre_next_art .art {
  background-color: #fcfcfc;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #f3f3f3;
  padding: 10px;
  display: inline-block;
}
.cms .pre_next_art .art:hover .info .text {
  color: #72aae4;
}
.cms .pre_next_art .art:hover .info .title {
  color: #72aae4;
}
.cms .pre_next_art .art .pre-img {
  width: 100px;
  height: 70px;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
}
.cms .pre_next_art .art .info {
  width: 266px;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 10px;
}
.cms .pre_next_art .art .info .text {
  font-size: 14px;
  transition: all 0.2s;
  font-weight: bold;
  color: #333;
}
.cms .pre_next_art .art .info .title {
  font-size: 16px;
  padding-top: 6px;
  transition: all 0.2s;
  color: #333;
}
.hide-show-box .show-more-btn {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.2s;
  color: #333;
}
.hide-show-box .show-more-btn:hover {
  color: #72aae4;
  text-decoration: underline;
}
.yuyue_list > .item {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.yuyue_list > .item .name {
  font-size: 15px;
}
.yuyue_list > .item .discript {
  font-size: 14px;
  color: #757575;
}
.yuyue_list > .item .time {
  text-align: right;
  font-size: 14px;
  color: #757575;
}
.fix-info {
  width: 90%;
  margin: 10px auto;
  padding: 10px 0;
  border-radius: 5px;
  background: white;
  box-shadow: 0px 0px 3px #ccddf8;
}
.fix-info .time-tip {
  text-align: center;
  font-size: 16px;
  color: #6f6f6f;
}
.fix-info .msg {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #6f6f6f;
}
.fix-info .act-time {
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  color: #4d4d4d;
}
.fix-info .center-btn {
  width: 30%;
}
.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #dadada;
  box-shadow: 0 1px 5px #dadada;
}
.dialog > .header {
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #dadada;
}
.dialog > .header .close {
  width: 22px;
  height: 22px;
  background: url(/Public/img/close.png) center no-repeat;
  background-size: 70%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.dialog > .body {
  padding: 10px;
}
.dialog-video iframe {
  width: 500px !important;
  height: 400px !important;
}
.tp-page {
  margin: 0 auto 30px;
  text-align: center;
  letter-spacing: 5px;
}
.tp-page .num,
.tp-page .prev,
.tp-page .next {
  font-size: 20px;
  color: #333;
}
.tp-page .num:hover,
.tp-page .prev:hover,
.tp-page .next:hover {
  color: #72aae4;
}
.tp-page .current {
  font-size: 20px;
  color: #72aae4;
}
