* {
  margin: 0;
  padding: 0;
}

body {
  background: whitesmoke;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

header .header {
  font-size: 0;
}

header .header .head {
  background: url(/_upload/tpl/0b/3a/2874/template2874/images/m1_bg.jpg) no-repeat;
  background-size: 100% auto;
  width: 1200px;
  height: 295px;
}

header .header .logo {
  padding: 32px 0 0 32px;
}

header .header .logo a {
  background: url(/_upload/tpl/0b/3a/2874/template2874/images/logo.png) no-repeat;
  background-size: contain;
  width: 553px;
  height: 233px;
  display: block;
}

header .main-menu ul.menu {
  background: #015db4;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}

header .main-menu ul.menu > li {
  float: left;
  width: calc(100% / 9);
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .main-menu ul.menu > li:not(:last-child) {
  border-right: 2px solid rgba(221, 221, 208, 0.2);
}

header .main-menu ul.menu > li a {
  padding: 15px 0 17px 0;
  display: block;
  font-size: 20px;
  color: white;
  text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  padding: 15px 0 17px 0;
}

header .main-menu ul.menu > li ul {
  position: absolute;
  z-index: 3;
  width: 100%;
  display: none;
  background: white;
  -webkit-box-shadow: 0px 20px 49px -13px rgba(202, 202, 202, 0.55);
  box-shadow: 0px 20px 49px -13px rgba(202, 202, 202, 0.55);
}

header .main-menu ul.menu > li ul > li {
  padding: 15px 0 17px 0;
  position: relative;
}

header .main-menu ul.menu > li ul > li > a {
  color: #333333;
  border-bottom: 1px solid rgba(1, 93, 180, 0);
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(100% - 12px);
  padding-left: 6px;
  padding-right: 6px;
}

header .main-menu ul.menu > li ul > li ul {
  position: absolute;
  left: 132px;
  top: 0;
}

header .main-menu ul.menu > li ul > li:hover > a > span {
  color: #015db4;
  border-bottom: 1px solid #015db4;
}

header .main-menu ul.menu > li ul > li:hover ul {
  display: block;
}

header .main-menu ul.menu > li:hover {
  background: #0356a4;
}

section .news-header h2 {
  color: #333333;
  font-size: 24px;
  width: 60%;
  float: left;
}

section .news-header h2::after {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  background-color: #0169c9;
  margin-top: 8px;
}

section .news-header .more {
  float: right;
  padding: 8px 0;
}

section .news-header .more a span.ti {
  font-size: 14px;
  color: #0169c9;
  line-height: 20px;
}

section .news-header .more a span.ic {
  display: inline-block;
  background: url(/_upload/tpl/0b/3a/2874/template2874/images/more.png) no-repeat center;
  width: 16px;
  height: 16px;
  margin-top: -1px;
  padding-top: 2px;
  vertical-align: text-top;
  background-size: 100% auto;
}

section .news {
  margin-top: 32px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}

section .news .news-img {
  float: left;
  width: 49.334%;
}

section .news .swiper-slide {
  position: relative;
  overflow: hidden;
}

section .news .swiper-slide .img {
  height: 404px;
}

section .news .swiper-slide a img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto !important;
  height: auto;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

section .news .swiper-slide a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

section .news .swiper-slide .des {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 76px;
  background: rgba(37, 37, 37, 0.74);
}

section .news .swiper-slide .des .title {
  padding: 16px 24px 8px;
}

section .news .swiper-slide .des .title a {
  font-size: 20px;
  color: white;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

section .news .swiper-slide .des .title:hover a {
  color: #0169c9;
}

section .news .swiper-pagination {
  padding: 0 24px;
  text-align: left;
}

section .news .swiper-pagination .swiper-pagination-bullet {
  background: white;
}

section .news .swiper-pagination .swiper-pagination-bullet-active {
  background: #0169c9;
}

section .news .news-list {
  float: left;
  width: calc(100% - 640px);
  padding: 24px;
}

section .news .news-list ul {
  padding-top: 10px;
}

section .news .news-list ul li {
  border-bottom: 1px solid rgba(216, 216, 216, 0.55);
}

section .news .news-list ul li a {
  margin: 8px 0;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .news .news-list ul li a:hover {
  color: #0169c9;
}

section .news .news-list ul li .n-title {
  width: 80%;
  float: left;
}

section .news .news-list ul li .news_meta {
  float: right;
  display: block;
  font-size: 12px;
  color: #999999;
  line-height: 36px;
}

section .news-s .news-two {
  margin: 32px 0;
}

section .news-s .news-two .news-left,
section .news-s .news-two .news-right {
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: calc(50% - 8px);
  background-color: white;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

section .news-s .news-two .news-left ul,
section .news-s .news-two .news-right ul {
  padding: 5px 0 0 0;
}

section .news-s .news-two .news-left ul li,
section .news-s .news-two .news-right ul li {
  border-bottom: 1px solid rgba(216, 216, 216, 0.55);
  padding-bottom: 4px;
  padding-top: 12px;
}

section .news-s .news-two .news-left ul li a,
section .news-s .news-two .news-right ul li a {
  font-size: 16px;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 22px;
}

section .news-s .news-two .news-left ul li .time,
section .news-s .news-two .news-right ul li .time {
  font-size: 12px;
  line-height: 17px;
  padding-top: 4px;
}

section .news-s .news-two .news-left ul li:hover a,
section .news-s .news-two .news-left ul li:hover .time {
  color: #0169c9;
}

section .news-s .news-two .news-right ul li:hover a,
section .news-s .news-two .news-right ul li:hover .time {
  color: #0169c9;
}

section .news-s .news-two .news-left {
  margin-right: 16px;
}

footer .footer {
  background-color: rgba(1, 105, 201, 0.8);
  padding: 35px 0;
  min-width: 1200px;
}

footer .footer .address,
footer .footer .email,
footer .footer .phone {
  color: rgba(255, 255, 255, 0.8);
  float: left;
}

footer .footer .email,
footer .footer .phone {
  padding-left: 32px;
}

.add_f {
min-width:1200px;
  background: #0169c9;
}

.add_f p {
  padding: 14px 0;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
  text-align: center;
}

.add_f p a {
  color: rgba(255, 255, 255, 0.6);
}

section .listcolumn {
  margin-top: 32px;
}

section .listcolumn .head h2 {
  float: left;
}

section .listcolumn .head h2 span {
  color: #333333;
}

section .listcolumn .head h2 span::after {
  content: "";
  display: block;
  width: auto;
  height: 2px;
  background: #0169c9;
  margin-top: 6px;
}

section .listcolumn .head .place {
  float: right;
}

section .listcolumn .left {
  float: left;
  width: 284px;
  margin-right: 24px;
}

section .listcolumn .left .l-menu {
  background-color: white;
  margin-bottom: 140px;
}

section .listcolumn .left .l-menu ul > li > a {
  font-size: 20px;
  color: #666666;
  display: block;
  padding: 22px 0;
  padding-left: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .listcolumn .left .l-menu ul > li > a span {
  border-bottom: 2px solid rgba(1, 105, 201, 0);
}

section .listcolumn .left .l-menu ul > li > ul > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(216, 216, 216, 0.55);
}

section .listcolumn .left .l-menu ul > li > ul > li a {
  padding-left: 63px;
  background: #f8f8f8;
}

section .listcolumn .left .l-menu ul > li > ul > li a span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background: #666666;
  margin-right: 4px;
  vertical-align: middle;
}

section .listcolumn .left .l-menu ul > li:hover > a,
section .listcolumn .left .l-menu ul > li.selected > a {
  color: #0169c9;
}

section .listcolumn .left .l-menu ul > li:hover > a > span,
section .listcolumn .left .l-menu ul > li.selected > a > span {
  border-bottom: 2px solid #0169c9;
}

section .listcolumn .left .l-menu ul > li > ul > li:hover > a span::before {
  background: #0169c9;
}

section .listcolumn .left .l-menu ul > li > ul > li:hover > a > span {
  border-bottom: 1px solid #0169c9;
}

section .listcolumn .left .l-top {
  background: url(/_upload/tpl/0b/3a/2874/template2874/images/navbg.jpg) no-repeat center;
  background-size: 100% auto;
  width: 284px;
  height: 108px;
  border-radius: 6px;
}

section .listcolumn .left .l-top h2 {
  font-size: 28px;
  text-align: center;
  line-height: 28px;
  color: white;
  padding: 40px 0;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

section .listcolumn .right {
  float: left;
  width: calc(100% - 308px);
  background: white;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 59px;
  padding: 30px 40px 22px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .listcolumn .right .main-news {
  margin-top: 27px;
}

section .listcolumn .right .main-news li {
  position: relative;
}

section .listcolumn .right .main-news li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(216, 216, 216, 0.55);
}

section .listcolumn .right .main-news li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  width: calc(100% - 200px);
  padding: 12px 13px;
}

section .listcolumn .right .main-news li span {
  position: absolute;
  right: 20px;
  top: 11px;
}

section .listcolumn .right .main-news li:hover a {
  color: #0169c9;
}

section .listcolumn .right .main-news li:hover span {
  color: rgba(1, 105, 201, 0.6);
}

section .listcolumn .right .fy {
  float: right;
}

section .listcolumn .right .fy ul li {
  float: left;
}

section .listcolumn .right .fy ul li a {
  color: #333333;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

section .listcolumn .right .fy ul li:hover a {
  color: #ffffff;
  background: rgba(1, 105, 201, 0.8);
}

.in {
  margin: 7px 0 22px;
}

.in .one,
.in .two,
.in .three {
  display: inline-block;
  font-size: 12px;
  color: #666666;
}

.in .two,
.in .three {
  margin-left: 24px;
}

.main-info {
  background: white;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin: 32px 0 40px;
  padding: 40px 64px;
}

.main-info .place {
  text-align: right;
}

.main-info .m-top {
  margin: 0 auto;
  text-align: center;
}

.main-info .m-top .title {
  font-size: 36px;
  color: #333333;
}

.main-info .line {
  width: 100%;
  height: 1px;
  background: rgba(1, 105, 201, 0.5);
  margin-bottom: 39px;
}

.detail-jj p {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding-bottom: 6px;
}

.detail-jj h2 {
  margin-top: 32px;
  margin-bottom: 8px;
}

.detail-jj h2 span {
  font-size: 18px;
  color: #333333;
}

.detail-jj .tiaojian a:hover,
.detail-jj .biaoge a:hover {
  color: #0169c9;
  text-decoration: underline;
}

.detail-jj .tiaojian a,
.detail-jj .biaoge a {
  color: #333333;
}

.detail-jj h3 {
  padding: 6px 0;
}

section .listcolumn .right .team .main-news li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
}

section .listcolumn .right .team .main-news li img {
  display: block;
  width: 100%;
}

section .listcolumn .right .team .main-news li .img-wrap,
section .listcolumn .right .team .main-news li .sence {
  float: left;
}

section .listcolumn .right .team .main-news li .img-wrap {
  width: 112.31px;
  height: 148.15px;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
}

section .listcolumn .right .team .main-news li .img-wrap img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .listcolumn .right .team .main-news li .sence {
  padding: 8px 8px 0 24px;
  width: 200px;
}

section .listcolumn .right .team .main-news li a {
  width: 100%;
  white-space: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f9fb;
  border-radius: 6px;
}

section .listcolumn .right .team .main-news li a:hover {
  -webkit-box-shadow: 0px 18px 100px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 18px 100px -15px rgba(0, 0, 0, 0.2);
}

section .listcolumn .right .team .main-news li a h2 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .listcolumn .right .team .main-news li a:hover h2 {
  color: #0169c9;
}

section .listcolumn .right .team .main-news li a .zc {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

section .listcolumn .right .team .main-news li a .text {
  color: #333333;
  padding-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .listcolumn .right .team .main-news li a .dt {
  height: 44px;
}

section .listcolumn .right .team .main-news li a .text p {
  font-size: 12px;
  color: #333333;
  line-height: 24px;
}

section .listcolumn .right .team .main-news li::after {
  background-color: #ffffff;
}

.teaminfo .main-info .t-name h2 {
  font-size: 36px;
  color: #0c7ed9;
  margin-bottom: 15px;
}

.teaminfo .main-info .line {
  background: rgba(1, 105, 201, 0.2);
  height: 2px;
  margin-bottom: 32px;
}

.teaminfo .main-info .team-sence {
  margin-top: 33px;
}

.teaminfo .main-info .team-sence .t-sence {
  background: #f8f9fb;
  margin-bottom: 32px;
  padding: 32px;
  border-radius: 6px;
}

.teaminfo .main-info .team-sence .t-sence .t-head {
  margin-bottom: 44px;
}

.teaminfo .main-info .team-sence .t-sence .t-head h2 {
  font-size: 18px;
  color: #333333;
}

.teaminfo .main-info .team-sence .t-sence .t-head h2 span {
  padding-bottom: 8px;
  border-bottom: 4px solid #0c7ed9;
}

.teaminfo .main-info .team-sence .t-sence img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.teaminfo .main-info .team-sence .t-sence .t-img {
  width: 151px;
  height: 198px;
  overflow: hidden;
  border-radius: 6px;
  float: left;
  margin-right: 36px;
}

.teaminfo .main-info .team-sence .t-sence .t-text {
  background: #f8f9fb;
  border-radius: 6px;
  width: calc(100% - 225px);
  float: left;
}

.teaminfo .main-info .team-sence .t-sence .t-text h2 {
  font-size: 36px;
  color: #0c7ed9;
  line-height: 46px;
}

.teaminfo .main-info .team-sence .t-sence .t-text h3 {
  font-size: 18px;
  color: #666666;
  line-height: 22px;
  padding-top: 24px;
}

.teaminfo .main-info .team-sence .t-sence .t-text p {
  padding-top: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.teaminfo .main-info .team-sence .t-sence .text-js p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.teaminfo .main-info .team-sence .t-sence .text-js .bq {
  line-height: 24px;
  padding-bottom: 12px;
}

.teaminfo .main-info .team-sence .t-sence .text-js .bq a {
  font-size: 18px;
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.teaminfo .main-info .team-sence .t-sence .text-js .bq:hover a {
  text-decoration: underline;
  color: #0c7ed9;
}

.news-item .wp_entry {
  padding-top: 37px;
}

.news-item .wp_entry p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.place a,
.place span {
  color: #999999;
}

.possplit {
  background-image: none;
  text-indent: 0;
  border: none;
}

.info-info p {
  font-size: 18px;
  color: #333333;
  line-height: 27px;
padding:10px 0;
}
.info-info p:nth-of-type(1){
padding-top:0;
}
/*# sourceMappingURL=main.css.map */