/*
    * @time Fri Dec 10 2021 10:58:09 GMT+0800 (中国标准时间)
    */
@charset "utf-8";
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
}
body {
  font-family: Georgia;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: 0;
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  color: #0083de !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe,
img {
  border: 0;
}
img {
  vertical-align: top;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}
i {
  font-style: normal;
}
@-moz-keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-webkit-keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-moz-keyframes breath {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes breath {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes breath {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}
.list-more {
  margin: 50px auto;
  font-size: 24px;
  line-height: 2;
  height: 48px;
  width: 300px;
  text-align: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #0083de;
  color: #fff;
  cursor: pointer;
}
#top {
  width: 100%;
  height: 100px;
  margin: 0 auto;
}
#top .part {
  width: 910px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#top img {
  width: 596px;
  height: 76px;
  margin-top: 11px;
}
#top .zz_dw {
  width: 260px;
  color: #0e6eb1;
  font-size: 20px;
  line-height: 22px;
  margin-top: 40px;
}
.part {
  width: 1500px;
  position: relative;
  margin: 0 auto;
}
.main {
  width: 100%;
  background: #282a32;
  position: relative;
  margin-bottom: 22px;
}
.main .part {
  padding: 60px 0;
}
.main:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -39px;
  display: block;
  width: 78px;
  height: 22px;
  background: url(https://imgs.news.cn/2015qmtt/20161019/img/tri.png) 0 0
    no-repeat;
  z-index: 2;
  position: relative;
}
.main .main_cont {
  margin: 30px auto;
  max-width: 1000px;
  position: relative;
}
.main .main_cont .swiper-pagination {
  bottom: -50px;
  text-align: center;
  width: 100%;
}
.main .main_cont .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: url(https://imgs.news.cn/2015qmtt/image/pagination.png) center 0
    no-repeat;
}
.main .main_cont .swiper-pagination .swiper-pagination-bullet-active {
  background: url(https://imgs.news.cn/2015qmtt/image/pagination.png) center -12px
    no-repeat;
}
.main .main_cont .swiper-button-prev {
  background: url(https://imgs.news.cn/2015qmtt/image/arrleft.png) no-repeat left
    top;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -51px;
  width: 40px;
  height: 102px;
}
.main .main_cont .swiper-button-next {
  background: url(https://imgs.news.cn/2015qmtt/image/arright.png) no-repeat left
    bottom;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -51px;
  width: 40px;
  height: 102px;
}
.main .main_cont .swiper-container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.main .main_cont .tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .main_cont .tit a {
  color: #fff;
}
.main .main_cont .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.main .main_cont .img img {
  width: 100%;
}
.list-tw {
  position: relative;
}
.list-tw ul {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1000px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.list-tw ul:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #eee;
}
.list-tw ul li {
  width: 490px;
  position: relative;
}
.list-tw ul li .time {
  width: 168px;
  height: 40px;
  top: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  color: #7b7b7b;
}
.list-tw ul li:nth-child(odd) .time {
  text-align: right;
  background: url(https://imgs.news.cn/2015qmtt/20161019/img/lttimebg.png) 48px 0
    no-repeat;
  right: -37px;
  padding-right: 68px;
}
.list-tw ul li:nth-child(even) {
  margin-top: 36px;
}
.list-tw ul li:nth-child(even) .time {
  text-align: left;
  background: url(https://imgs.news.cn/2015qmtt/20161019/img/rtimebg.png)
    19px 0 no-repeat;
  left: -36px;
  padding-left: 68px;
}
.list-tw ul li .cont {
  margin-top: 60px;
  position: relative;
}
.list-tw ul li .cont .img {
  position: relative;
  z-index: 1;
}
.list-tw ul li .cont .img img{
  width: 100%;
}
.list-tw ul li .cont .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  padding: 50px 10px 10px 10px;
  color: #fff;
  background: url(https://imgs.news.cn/2015qmtt/20161019/img/txtbg.png) 0 0
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.list-tw ul li .cont .tit a {
  color: #fff;
}
.foot {
  background: #3e3e3e;
  text-align: center;
  padding: 50px 0;
  font-size: 14px;
  line-height: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: Arial;
}
@media screen and (max-width: 1499px) {
  .part {
    width: 1300px;
    margin: 0 auto;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
  }
}
@media screen and (max-width: 1300px) {
  body {
    width: 100%;
    min-width: 1300px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
  }
  .part {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%;
  }
  #top .part {
    width: 100%;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  #top img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  #top .zz_dw {
    width: 100%;
    color: #0e6eb1;
    font-size: 20px;
    line-height: 22px;
    margin-top: 15px;
    text-align: center;
  }
  a:visited {
    color: #999;
  }
  .foot {
    position: relative;
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    line-height: 2;
    color: #fff;
    background: #253a97;
  }
  .main {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main .part {
    background: #282a32;
    padding: 0;
  }
  .main .main_cont {
    margin: 0 auto 30px;
  }
  .main .main_cont .tit {
    position: relative;
    font-size: 18px;
  }
  .main .swiper-button-next,
  .main .swiper-button-prev {
    display: none;
  }
  .list-tw ul li {
    width: 100%;
    margin-top: 36px;
  }
  .list-tw ul li .cont .img img {
    width: 100%;
  }
  .list-tw ul li .cont .tit {
    font-size: 16px;
  }
  .list-tw ul li:nth-child(odd) .time {
    right: 50%;
    margin-right: -27px;
  }
  .list-tw ul li:nth-child(even) .time {
    left: 50%;
    margin-left: -27px;
  }
  .list-more {
    margin: 20px auto 10px;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width: 150px;
  }
}
