@charset "utf-8";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
* {
  font-family: "Microsoft YaHei";
}

html {
  font-size: 62.5%;
  background: white;
  color: black;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font-size: 14px;
}

/*input,select,textarea {
    font-size:100%;
}*/
/* 去掉 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ie bug：th 不继承 text-align */
th {
  text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
  border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal;
}

/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
  text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: "";
}

/* 统一上标和下标 */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */
/*a:hover {
    text-decoration:underline;
}*/
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
  outline: none;
}

a {
  color: #1a1a1a;
}

img {
  /*max-width: 100%;*/
  border: 0px;
  vertical-align: top;
  border: none;
}

input {
  border: none;
  appearance: none;
  -moz-appearance: none;
  outline: none;
  /** input标签聚焦不出现默认边框: **/
  -webkit-appearance: none;
  /** 用于IOS下移除原生样式 **/
}

button {
  border: 0;
  background-color: none;
  outline: none;
  -webkit-appearance: none;
  /** 用于IOS下移除原生样式 **/
}

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat
    scroll right center transparent;
  padding-right: 14px;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
  display: none;
}

.block {
  display: block;
}

/* 设置浮动，减少浮动带来的 bug */
.fl,
.fr {
  display: inline;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
a,
img {
  cursor: pointer;
}
/* ---------------------------------------------------------------- */
body {
  min-width: 1280px;
  font-family: "Microsoft YaHei", Arial, Verdana, Helvetica, sans-serif;
  background: url("/template/26035480/26035485.png") no-repeat;
  background-size: cover;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
/* ---------------header------------ */
.header {
  width: 100%;
  height: 500px;
  background: url("/template/26035480/26035484.png") top center no-repeat;
}
.header .w1200 {
  position: relative;
  height: 500px;
  overflow: visible;
}
.header .w1200 .logo {
  position: absolute;
  display: block;
  width: 218px;
  height: 43px;
  top: 19px;
  left: -22px;
}
.header .w1200 .logo img {
  width: 100%;
}
/* ----------------main-------------------- */
.yaowen {
  position: relative;
  width: 100%;
  height: 435px;
  margin-top: 72px;
}

.yaowen .front-page-img,
.yaowen .front-page-news {
  position: absolute;
  height: 100%;
}

/* 图片 */
.yaowen .front-page-img {
  width: 597px;
  top: 0;
  left: 0;
}

.yaowen .front-page-img .front-bg {
  position: absolute;
  width: 586px;
  height: 435px;
  top: 0;
  left: 28px;
  z-index: 1;
}
.yaowen .front-page-img .tabloid {
  position: absolute;
  width: 100%;
  height: 399px;
  top: 18px;
  left: 0;
  z-index: 2;
}
.yaowen .front-page-img .tabloid .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yaowen .front-page-img .tabloid .swiper-container a {
  display: block;
}
.yaowen .front-page-img .tabloid .swiper-container img {
  width: 100%;
  height: 100%;
}

/* 文章 */
.yaowen .front-page-news {
  width: 586px;
  right: 0;
  top: 0;
}
.yaowen .front-page-news .yw-bg-two {
  position: absolute;
  width: 608px;
  height: 405px;
  top: 18px;
  left: -15px;
  z-index: 2;
}

.yaowen .front-page-news .news {
  position: absolute;
  width: 100%;
  top: 18px;
  z-index: 3;
}
.yaowen .front-page-news .news .list li {
  height: 62px;
}
.yaowen .front-page-news .news .news-head .title img {
  margin-left: 20px;
}

/* ----所有通用文章列表------- */
.news .news-head {
  margin-top: 23px;
  margin-bottom: 30px;
}
.news .news-head .title img {
  display: block;
  width: 100%;
}
.news .news-head .more {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  line-height: 33px;
}
.news .list {
  width: 100%;
}
.news .list li {
  height: 40px;
  font-size: 18px;
  color: #333;
}
.news .list li a {
  margin-left: 20px;
  padding-left: 16px;
  color: #323232;
  font-weight: 500;
  background: url("/template/26035480/26035501.png") top 10px left no-repeat;
}

/* ------------代表团-赛场-赛场内外-瞬间-------------- */
.four-news {
  float: left;
  width: 555px;
}

.dbt,
.scnw {
  margin-right: 90px;
}

/* --------图说亚运会----------- */
.hui {
  margin-top: 85px;
  margin-bottom: 70px;
}
.hui .news .news-head {
  width: 700px;
  margin-bottom: 50px;
  margin-left: 500px;
}

.hui-body .swiper-container {
  position: relative;
  width: 1200px;
  height: 346px;
  left: 8px;
}
.hui-body .swiper-slide {
  display: flex;
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  z-index: 1;
}
.hui-body .swiper-slide a {
  position: relative;
  width: 572px;
  height: 346px;
}
.hui-body .swiper-slide a img {
  width: 572px;
  height: 346px;
}
.hui-body .swiper-slide-prev a p,
.hui-body .swiper-slide-next a p {
  display: none;
}

.hui-body .swiper-slide-active,
.hui-body .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 2;
}
.hui-body .swiper-slide-active a p,
.hui-body .swiper-slide-duplicate-active a p {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #fff;
  font-size: 18px;
}
.hui-body .swiper-button-next,
.hui-body .swiper-button-prev {
  width: 25px !important;
  height: 80px !important;
  background-size: 25px 80px;
}
.hui-body .swiper-button-prev {
  background-image: url("/template/26035480/26035498.png") !important;
  left: 195px;
}
.hui-body .swiper-button-next {
  background-image: url("/template/26035480/26035502.png") !important;
  right: 195px;
}

/* ---------------------------- */
.four-list-img {
  margin-bottom: 80px;
}
.four-fl {
  float: left;
  margin-left: 50px;
}
.four-fr {
  float: right;
  margin-right: 50px;
}
.four-fl,
.four-fr {
  display: block;
  width: 500px;
  height: 126px;
  background-size: 100% 100%;
}

.four-fl img,
.four-fr img {
  width: 100%;
}
.list-one {
  margin-bottom: 35px;
}
.list-two {
  margin-bottom: 35px;
}

/* ---------------footer---------------- */

.footer {
  width: 100%;
  height: 190px;
  background-color: #848dd2;
}
.footer .footer-img {
  width: 260px;
}
.footer .footer-img a {
  display: block;
  margin: 0 auto;
}
.footer .footer-img .red {
  width: 50px;
  margin-top: 30px;
  margin-bottom: 17px;
}
.footer .footer-img .jiucuo {
  width: 97px;
}
.footer .footer-img a img {
  width: 100%;
}
/* ------------------ */
.footer .footer-news {
  width: 679px;
  margin-top: 45px;
  text-align: center;
}
.footer .footer-news span {
  display: block;
  height: 30px;
  font-size: 14px;
  color: #fff;
}
.footer .footer-news span a {
  display: inline-block;
  color: #fff;
}
.footer .footer-news span a img {
  width: 18px;
}
