﻿@charset "utf-8";
#wapper{
	padding: 1rem 0;
	border-radius: 0.9rem 0.9rem 0 0;
	background-color: #fafafa;
}


.title {
  height: 2rem;
  line-height: 2rem;
  font-weight: bold;
  font-size: 1.1rem;
  color: #333333;
}
.title a {
  float: right;
  line-height: 2rem;
  font-weight: 400;
  font-family: "宋体";
  font-size: 0.9rem;
  color: #999999;
}

.banner {
  position: relative;
  width: 100%;
  height: 13.7rem;
  margin-top: 3rem;
}
.banner .swiper-slide {
  width: 100%;
  height: 13.7rem;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
}
.banner .swiper-slide a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.nav{
	position: relative;
	display: flex;
	height: 5.8rem;
	margin-top: -0.9rem;
	border-radius: 0.9rem 0.9rem 0 0;
	background-color: #ffffff;
	z-index: 99;
}
.nav li{
	flex: 1;
}
.nav li a{
	display: block;
	height: 100%;
	line-height: 9.2rem;
	text-align: center;
	font-size: 0.9rem;
	color: #333333;
	background-size: 2.8rem 2.97rem;
	background-position: center 0.8rem;
	background-repeat: no-repeat;
	overflow: hidden;
}
.nav li:nth-child(1) a{
	background-image: url(images/icon-2.png);
}
.nav li:nth-child(2) a{
	background-image: url(images/icon-3.png);
}
.nav li:nth-child(3) a{
	background-image: url(images/icon-4.png);
}
.nav li:nth-child(4) a{
	background-image: url(images/icon-5.png);
}


.data,
.ewm {
	padding: 0.7rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem #f5f5f5;
    background-color: #ffffff;
}
.data{
	margin-bottom: 0.9rem;
}
.data .data-img {
  float: left;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}
.data .data-img img {
  display: block;
  width: 100%;
}
.data .data-item {
  margin-left: 5.6rem;
  min-height: 5rem;
}
.data .data-item p {
  display: block;
  width: 100%;
  height: 1.9rem;
  line-height: 1.9rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.data .data-item p a {
  font-weight: bold;
  font-family: "宋体";
  font-size: 1.1rem;
  color: #333333;
}
.data .data-item span {
  display: block;
  width: 100%;
  height: 1.3rem;
  line-height: 1.3rem;
  font-style: normal;
  font-size: 0.9rem;
  color: #999999;
  overflow: hidden;
}


.brief,
.team {
	margin-bottom: 0.5rem;
}
.brief .brief-box {
  display: -webkit-box;
  width: 100%;
  height: 9rem;
  line-height: 1.8rem;
  text-align: justify;
  font-family: "宋体";
  font-size: 1rem;
  color: #333333;
  overflow: hidden;
  
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.team{
  margin-bottom: 0.9rem;
}
.team-box {
  margin-left: -0.45rem;
}
.team-box .swiper-container {
  width: 100%;
  height: 7.2rem;
  padding: 0.6rem 0;
  overflow: hidden;
}
.team-box .swiper-container .swiper-slide {
  width: 4.3rem;
  height: 6.4rem;
  margin: 0 0.5rem !important;
  /*margin-right: 1rem;*/
  padding: 0.3rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 1rem #e3e2e2;
  background-color: #ffffff;
}
.team-box .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 4.8rem;
  overflow: hidden;
}
.team-box p {
  width: 100%;
  height: 1.7rem;
  line-height: 2rem;
  text-align: center;
  font-family: "宋体";
  font-size: 1rem;
  color: #333333;
  overflow: hidden;
}


.news {
  padding-bottom: 0;
}
.news .title{
  margin-bottom: 0.7rem;
}
.news ul li {
  padding: 0.5rem;
  border-radius: 0.3rem;
  margin-bottom: 0.9rem;
  box-shadow: 0 0 1rem #f5f5f5;
  background-color: #ffffff;
}
.news ul li p{
  float: left;
  width: 5.2rem;
  height: 3.77rem;
  overflow: hidden;
}
.news ul li img {
    display: block;
    width: 100%;
    height: 200%;
}
.news ul li .news-item{
  margin-left: 5.8rem;
  height: 3.8rem;
}
.news ul li .news-item p{
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.news ul li .news-item p a {
  font-weight: bold;
  font-family: "宋体";
  font-size: 1rem;
  color: #333333;
}
.news ul li .news-item span{
  display: block;
  width: 100%;
  height: 2.4rem;
  line-height: 1.2rem;
  text-align: justify;
  font-family: "宋体";
  font-size: 0.8rem;
  color: #999999;
  overflow: hidden;
}

.anthology ul li{
  height: 3.6rem;
  padding: 1rem 0 0 2.7rem;
  border-bottom: 1px dashed #eaeaea;
  background: url(images/icon-6.png) no-repeat left 1rem;
  background-size: 2rem 2.3rem;
}
.anthology ul li:last-child{
  border: none;
}
.anthology ul li p{
  width: 100%;
  height: 1.2rem;
  line-height: 1rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.anthology ul li p a{
  font-family: "宋体";
  font-size: 1rem;
  color: #333333;
}
.anthology ul li span{
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-family: "宋体";
  font-size: 0.8rem;
  color: #999999;
  overflow: hidden;
}
.anthology ul li span i{
  font-style: normal;
  margin-right: 2.7rem;
}


/*.ewm {
  padding: 0.5rem 0.3rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem #f5f5f5;
  background-color: #ffffff;
}*/
.ewm img {
  float: left;
  width: 5.4rem;
  height: 5.1rem;
  overflow: hidden;
}
.ewm-box {
  margin-left: 6.2rem;
  padding-right: 0.8rem;
}
.ewm-box h2 {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.2rem;
  font-size: 1.1rem;
  font-family: "锟斤拷锟斤拷";
  color: #333333;
  overflow: hidden;
}
.ewm-box p {
  width: 100%;
  max-height: 2.4rem;
  line-height: 1.2rem;
  text-align: justify;
  font-size: 0.9rem;
  font-family: "锟斤拷锟斤拷";
  color: #4b4b4b;
  overflow: hidden;
}
.ewm-box p:nth-child(2) {
  margin-bottom: 0.1rem;
}
.ewm-box p span {
  font-weight: bold;
  color: #4b4b4b;
}
.art {
  width: 100%;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0;
  margin-bottom: 3.3rem;
  border: none;
  text-align: center;
  font-size: 0.8rem;
  font-family: "宋体";
  color: #9aa1b1;
  overflow: hidden;
}
.art span {
  font-family: "Microsoft YaHei";
}
.art h2 {
  display: inline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
}
.art a {
  color: #0066a7;
}
