.main .xwdt {
  position: relative;
  width: 100%;
  height: 58vw;
  margin: 0 auto 0.01rem;
}
.main .xwdt .swiper-xwdt {
  height: 58vw;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main .xwdt .swiper-xwdt a{
  display: block;
  height: 58vw;
  position: relative;
  width: 100%;
}
.main .xwdt .swiper-xwdt img {
  width: 100%;
  height: 58vw;
}
.main .xwdt .swiper-xwdt p {
  width: 100%;
  bottom: 0;
  position: absolute;
  line-height: 0.8rem;
  height: 0.8rem;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-right: 16vw;
  text-indent: 2vw;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .xwdt .pagination {
  position: absolute;
  z-index: 10;
  right: 0.2rem;
  bottom: 0.2rem;
}
.main .xwdt .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  margin: 0 2px;
  cursor: pointer;
}
.main .xwdt .pagination .swiper-active-switch {
  background: #027ad0;
}
.main .con {
  margin: 0.2rem auto;
}
.main .con .title {
  background: url("../images/title_m.png") repeat-x;
  background-size: 100% 100%;
  width: 100%;
  height: 1rem;
  box-sizing: border-box;
  padding: 0 3vw;
  margin-bottom: 0.2rem;
}
.main .con .title h5 {
  float: left;
  font-weight: bolder;
  font-size: 0.4rem;
  line-height: 0.95rem;
  color: #027ad0;
  border-bottom: 2px solid #027ad0;
  padding: 0 0.15rem;
}
.main .con .title a {
  display: block;
  width: 1.3rem;
  font-size: 0.3rem;
  background: #027ad0;
  margin-top: 0.3rem;
  color: #ffffff;
  border-radius: 1rem;
  line-height: 0.5rem;
  height: 0.5rem;
  float: right;
  text-align: center;
}
.main .newsList .list {
  width: 94%;
  margin: 0 auto;
}
.main .newsList .list li {
  line-height: 0.8rem;
  height: 0.8rem;
}
.main .newsList .list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main .newsList .list li span.point {
  width: 6px;
  margin-right: 1.5vw;
  vertical-align: middle;
  height: 6px;
  background: #3b98db;
  display: inline-block;
}
.main .tzgg .tzggList{
  width: 94%;
  margin: 0 auto .4rem;
}
.main .tzgg .tzggList li{
  margin:.3rem auto;
}
.main .tzgg .tzggList li .time{
  background: #027ad0;
  color: #ffffff;
  width: 14vw;
  height: 14vw;
  box-sizing: border-box;
  padding: 2vw 1.3vw;
}
.main .tzgg .tzggList li .time .year{
  font-size: .24rem;
  margin-top: 1vw;
}
.main .tzgg .tzggList li a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;    
  width: 78vw;
}
.main .yjtd .yjtdList li{
  width: 50%;
  margin-top: .3rem;
}
.main .yjtd .yjtdList li a{
  display: block;
  position: relative;
  width: 40vw;
  height: 40vw;
  margin: 0 auto;
}
.main .yjtd .yjtdList li img{
  width: 100%;
  height: 100%;
}
.main .yjtd .yjtdList li p{
  position: absolute;
  font-weight: bold;
  color: #ffffff;
  left: .1rem;
  width: 100%;
  bottom: .1rem;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.main .xxhrk .xxhrkIcon {
  margin-top: 0.3rem;
}
.main .xxhrk .xxhrkIcon .icon {
  width: 33%;
  text-align: center;
  margin: 0.2rem 0;
  font-weight: bolder;
}
.main .xxhrk .xxhrkIcon .icon img {
  height: 0.9rem;
  margin-bottom: 0.1rem;
}
.main .xxhrk .ptrk{
  width: 94%;
  margin: .3rem auto;
}
.main .xxhrk .ptrk a{
  display: block;
  margin: .3rem auto;
  width: 100%;
}
.main .xxhrk .ptrk a img{
  width: 100%;
}