
.main {
  padding-top: 10px;
}
.main *{box-sizing: border-box;}
.notice {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(245, 245, 245, 0.35);
  padding: 12px;
  line-height: 26px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.notice > * {
  display: inline-block;
}
.notice i {
  font-size: 26px;
  color: #116ae3;
  margin-left: 13px;
  margin-right: 28px;
}
.notice #notice {
  flex: 1;
  height: 26px;
  overflow: hidden;
}
.notice .notice-item span {
  font-family: barlow;
  float: right;
  color: #aaa;
}
.notice .more {
  color: #aaa;
  margin-right: 13px;
  margin-left: 35px;
}
.news-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.news-btns > * {
  display: inline-block;
}
.news-btns .news {
  width: 78.4%;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.news-btns .news > * {
  display: inline-block;
}
.news-btns .news .news-img {
  width: 50%;
  border-radius: 4px;
  overflow: hidden;
}
.news-btns .news .news-img .item {
  position: relative;
}
.news-btns .news .news-img img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news-btns .news .news-img h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 15px;
  padding-right: 100px;
  color: #fff;
  line-height: 60px;
  font-weight: normal;
  text-indent: 10px;
  background: url(../img/swiperbg.png) repeat-x;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-btns .news .news-img .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  width: auto;
  left: auto;
  right: 20px;
  background-color: #116ae3;
  line-height: 16px;
  border-radius: 8px;
}
.news-btns .news .news-img .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  position: relative;
  top: -1px;
}
.news-btns .news .news-img .swiper-pagination-bullet {
  background-color: #0d52b0;
  opacity: 1;
}
.news-btns .news .news-img .swiper-pagination-bullet-active {
  background-color: #fff;
}
.news-btns .news .news-list {
  width: 49%;
}
.news-btns .news .news-list .cat-tit {
  height: 36px;
  line-height: 36px;
  background-color: #f9fbfe;
  border-radius: 4px;
  overflow: hidden;
}
.news-btns .news .news-list .cat-tit h2 {
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background-color: #116ae3;
}
.news-btns .news .news-list .cat-tit a {
  float: right;
  margin-right: 10px;
  color: #aaaaaa;
}
.news-btns .news .news-list ul {
  padding: 20px 10px 0;
}
.news-btns .news .news-list ul li {
  line-height: 35px;
  position: relative;
  padding-right: 40px;
}
.news-btns .news .news-list ul li h1 {
  font-size: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-btns .news .news-list ul li span {
position: absolute;
right: 0;
top: 0;
  color: #aaa;
  font-family: barlow;
}
.news-btns .news .news-list ul li:hover h1{color: #116ae3;}
/* .news-btns .news .news-list ul li:hover {
  background-color: #ecf4fe;
}
.news-btns .news .news-list ul li:hover h1{color: #116ae3;}
.news-btns .news .news-list ul li:hover p i {
  opacity: 1;
  transform: translateX(0);
} */
.news-btns .btns {
  width: 20.8%;
  border-radius: 4px;
  background-color: #ecf4fe;
}
.news-btns .btns a {
  display: block;
  line-height: 63px;
  font-size: 18px;
  color: #525960;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-btns .btns a i {
  font-size: 20px;
  margin: 0 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-btns .btns a:hover {
  color: #fff;
}
.news-btns .btns a:hover i {
  color: #fff;
}
.news-btns .btns .btn1 i {
  color: #116ae3;
}
.news-btns .btns .btn1:hover {
  background-color: #116ae3;
}
.news-btns .btns .btn2 i {
  color: #f9582d;
}
.news-btns .btns .btn2:hover {
  background-color: #f9582d;
}
.news-btns .btns .btn3 i {
  color: #4a33f5;
}
.news-btns .btns .btn3:hover {
  background-color: #4a33f5;
}
.news-btns .btns .btn4 i {
  color: #18dbab;
}
.news-btns .btns .btn4:hover {
  background-color: #18dbab;
}
.news-btns .btns .btn5 i {
  color: #f9c038;
}
.news-btns .btns .btn5:hover {
  background-color: #f9c038;
}
.adbanner {
  border-radius: 4px;
  overflow: hidden;
}
.adbanner img {
  width: 100%;
  display: block;
}
.cat-tits {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #f1f5fb;
}
.cat-tits h2 {
  display: inline-block;
  color: #116ae3;
  font-size: 18px;
  font-weight: bold;
}
.cat-tits h2 i {
  margin-right: 15px;
  font-weight: normal;
  font-size: 20px;
}
.cat-tits a {
  float: right;
  color: #aaa;
}
.yongyao {
  border-radius: 8px;
  background-color: #e0edfe;
}
.yongyao .cat-tits {
  border-bottom-color: #f9fbfe;
}
.yongyao .cat-tits a {
  color: #116ae3;
}
.yongyao .box {
  padding: 10px;
}
.yongyao .yongyao-video {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.yongyao .yongyao-video > * {
  display: inline-block;
}
.yongyao .yongyao-video li {
  width: 24.2%;
  padding: 10px;
  border-radius: 8px;
  background-color: #f9fbfe;
}
.yongyao .yongyao-video li h1 {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 11px;
  margin-top: -4px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  font-weight: bold;
}
.yongyao .yongyao-video li .img {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.yongyao .yongyao-video li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.yongyao .yongyao-video li .img i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yongyao .yongyao-video li .img i > * {
  display: inline-block;
}
.yongyao .yongyao-video li:hover {
  background-color: #fff;
}
.yongyao .yongyao-video li:hover a {
  color: #f61731;
}
.yongyao .yongyao-video li:hover a img {
  transform: scale(1.1);
}
.yongyao .yongyao-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.yongyao .yongyao-article > * {
  display: inline-block;
}
.yongyao .yongyao-article li {
  width: 32.6%;
  background-color: #f9fbfe;
  border-radius: 8px;
  overflow: hidden;
}
.yongyao .yongyao-article li .title {
  background-color: #ecf4fe;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.yongyao .yongyao-article li .title a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.yongyao .yongyao-article li .title a > * {
  display: inline-block;
}
.yongyao .yongyao-article li .title h1 {
  font-size: 15px;
  line-height: 24px;
  height: 48px;
  margin: -6px 0;
  padding-right: 60px;
  font-weight: bold;
}
.yongyao .yongyao-article li .title i {
  font-size: 18px;
  color: #b9d2f4;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.yongyao .yongyao-article li .title:hover {
  background-color: #116ae3;
}
.yongyao .yongyao-article li .title:hover a {
  color: #fff;
}
.yongyao .yongyao-article li .title:hover i {
  -webkit-animation-name: shakes;
  animation-name: shakes;
}
.yongyao .yongyao-article li .desc {
  padding: 10px;
}
.yongyao .yongyao-article li .desc p {
  line-height: 24px;
  text-indent: 2em;
  text-align: justify;
  height: 72px;
  overflow: hidden;
  color: #525252;
  overflow:hidden;
  display:-webkit-box;
  display:box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  box-orient:vertical;
}
.yongyao .yongyao-article li .desc span {
  font-family: barlow;
  font-size: 12px;
  color: #aaa;
}
.lists {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.lists > * {
  display: inline-block;
}
.lists .list-model {
  width: 49.5%;
  background-color: #fff;
  border-radius: 4px;
}
.lists .list-model ul {
  padding: 5px 20px;
}
.lists .list-model ul li{
	position: relative;
	padding-left: 18px;
}
.lists .list-model ul li a{
	display: block;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lists .list-model ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #116ae3;
}
.lists .list-model ul li a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(10px);
}
.peixun {
  border-radius: 4px;
  background-color: #fff;
}
.peixun .box {
  padding: 10px;
}
.peixun .top-tit {
  line-height: 34px;
}
.peixun .top-tit h2 {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  color: #116ae3;
  background-color: #ecf4fe;
}
.peixun .top-tit a {
  float: right;
  color: #aaa;
}
.peixun .peixun-video {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.peixun .peixun-video > * {
  display: inline-block;
}
.peixun .peixun-video li {
  width: 24.2%;
  padding: 10px;
  border-radius: 4px;
  background-color: #f9fbfe;
}
.peixun .peixun-video li h1 {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 11px;
  margin-top: -4px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  font-weight: bold;
}
.peixun .peixun-video li .img {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.peixun .peixun-video li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.peixun .peixun-video li .img i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.peixun .peixun-video li .img i > * {
  display: inline-block;
}
.peixun .peixun-video li:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(205, 220, 240, 0.3);
}
.peixun .peixun-video li:hover a {
  color: #f61731;
}
.peixun .peixun-video li:hover img {
  transform: scale(1.1);
}
.peixun .peixun-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.peixun .peixun-article > * {
  display: inline-block;
}
.peixun .peixun-article li {
  width: 32.6%;
  background-color: #f9fbfe;
  overflow: hidden;
}
.peixun .peixun-article li .title {
  background-color: #ecf4fe;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.peixun .peixun-article li .title a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.peixun .peixun-article li .title a > * {
  display: inline-block;
}
.peixun .peixun-article li .title h1 {
  font-size: 15px;
  line-height: 24px;
  height: 48px;
  margin: -6px 0;
  padding-right: 60px;
  font-weight: bold;
}
.peixun .peixun-article li .title i {
  font-size: 18px;
  color: #b9d2f4;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.peixun .peixun-article li .title:hover {
  background-color: #116ae3;
}
.peixun .peixun-article li .title:hover a {
  color: #fff;
}
.peixun .peixun-article li .title:hover i {
  -webkit-animation-name: shakes;
  animation-name: shakes;
}
.peixun .peixun-article li .desc {
  padding: 10px;
}
.peixun .peixun-article li .desc p {
  line-height: 24px;
  text-indent: 2em;
  text-align: justify;
  height: 72px;
  overflow: hidden;
  color: #525252;
  overflow:hidden;
  display:-webkit-box;
  display:box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  box-orient:vertical;
}
.peixun .peixun-article li .desc span {
  font-family: barlow;
  font-size: 12px;
  color: #aaa;
}
.ad {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.ad > * {
  display: inline-block;
}
.ad img {
  width: 285px;
  height: 80px;
  border-radius: 4px;
}
.renli {
  border-radius: 4px;
  background-color: #fff;
}
.renli .box {
  padding: 10px;
}
.renli .top-tit {
  line-height: 34px;
}
.renli .top-tit h2 {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  color: #116ae3;
  background-color: #ecf4fe;
}
.renli .top-tit a {
  float: right;
  color: #aaa;
}
.renli .zhaopin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.renli .zhaopin > * {
  display: inline-block;
}
.renli .zhaopin li {
  width: 32.6%;
  padding: 10px 10px 15px;
  border-radius: 4px;
  background-color: #f9fbfe;
}
.renli .zhaopin li .zhiwei {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5fb;
  margin-bottom: 10px;
}
.renli .zhaopin li .zhiwei a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 22px;
  justify-content: space-between;
  align-items: center;
}
.renli .zhaopin li .zhiwei a > * {
  display: inline-block;
}
.renli .zhaopin li .zhiwei a h1 {
  font-size: 16px;
}
.renli .zhaopin li .zhiwei a span {
  float: right;
  font-family: barlow;
  color: #febb1c;
  font-size: 22px;
}
.renli .zhaopin li .zhiwei p span {
  color: #aaa;
  line-height: 24px;
  margin-left: 10px;
}
.renli .zhaopin li .zhiwei p span::before {
  width: 1px;
  height: 12px;
  content: '';
  display: inline-block;
  background-color: #ccc;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.renli .zhaopin li .zhiwei p span:first-child {
  margin-left: 0;
}
.renli .zhaopin li .zhiwei p span:first-child::before {
  display: none;
  margin-right: 0;
}
.renli .zhaopin li .danwei {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 36px;
  justify-content: space-between;
  align-items: center;
}
.renli .zhaopin li .danwei > * {
  display: inline-block;
}
.renli .zhaopin li .danwei .name {
  flex: 1;
}
.renli .zhaopin li .danwei .name img {
  float: left;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  object-fit: contain;
  padding: 2px;
  border-radius: 4px;
  border: 1px solid #eef1f6;
  background-color: #fff;
}
.renli .zhaopin li .danwei .name h2 {
  display: inline;
  font-size: 14px;
  color: #7d7d7d;
}
.renli .zhaopin li .danwei .zhixun {
  width: 50px;
}
.renli .zhaopin li .danwei .zhixun i {
  font-size: 14px;
  margin-right: 6px;
}
.renli .zhaopin li:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(205, 220, 240, 0.3);
}
.renli .zhaopin li:hover .zhiwei {
  border-bottom-color: #f9fbfe;
}
.renli .zhaopin li:hover .zhiwei a h1 {
  color: #116ae3;
}
.renli .qiuzhi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.renli .qiuzhi > * {
  display: inline-block;
}
.renli .qiuzhi li {
  width: 32.6%;
  padding: 10px;
  background-color: #f9fbfe;
  overflow: hidden;
}
.renli .qiuzhi li .userpic {
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.renli .qiuzhi li .userpic img {
  width: 100%;
}
.renli .qiuzhi li .userpic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.renli .qiuzhi li .userpic i > * {
  display: inline-block;
}
.renli .qiuzhi li .usercon {
  padding-left: 80px;
}
.renli .qiuzhi li .usercon h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin-top: -1px;
  margin-bottom: 4px;
}
.renli .qiuzhi li .usercon p span {
  color: #aaa;
  line-height: 24px;
  margin-left: 10px;
}
.renli .qiuzhi li .usercon p span::before {
  width: 1px;
  height: 12px;
  content: '';
  display: inline-block;
  background-color: #ccc;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.renli .qiuzhi li .usercon p span:first-child {
  margin-left: 0;
}
.renli .qiuzhi li .usercon p span:first-child::before {
  display: none;
  margin-right: 0;
}
.renli .qiuzhi li .usercon div {
  margin-top: 14px;
  color: #aaa;
  line-height: 1;
}
.renli .qiuzhi li .usercon div::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  margin-right: 10px;
  background-color: #116ae3;
  position: relative;
  top: 2px;
}
.renli .qiuzhi li .usercon div span {
  color: #474747;
}
.renli .qiuzhi li:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(205, 220, 240, 0.3);
}
.renli .qiuzhi li:hover .userpic i {
  opacity: 1;
}
.links {
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.links ul {
  margin-right: -60px;
  padding: 15px 20px 17px;
}
.links ul li {
  display: inline-block;
  line-height: 23px;
  margin-right: 60px;
}
.links ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  position: relative;
  top: -4px;
  margin-right: 14px;
  background-color: #116ae3;
}
.links ul li a:hover {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(10px);
}
