﻿@charset "UTF-8";
/**
*
@Author: MiniHui
@Date: Wed Apr 24 2019 08:44:25 GMT+0800 (CST)
*
*/
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #3773db;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

/* 图片地址 */
/* 颜色 */
/* 屏幕尺寸 */
html,
body {
  position: relative;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.speArea-box {
  width: 800px;
  position: relative;
}



.speArea-head {
  visibility: hidden;
  padding-bottom: 18px;
  margin-bottom: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.speArea-head h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #305798;
  text-align: center;
}

.speArea-head h2 a {
  color: #305798;
}

.speArea-head p {
  font-size: 16px;
  line-height: 30px;
  color: #305798;
  text-align: center;
}

.speArea-bottom {
  position: relative;
  width: 800px;
  height: 533px;
  margin: 0 auto;
}

.speArea-video {
  position: absolute;
  width: 800px;
  height: 533px;
  z-index: 3;
  left: 0;
  top: 0;
}

.speArea-iframe {
  width: 800px;
  height: 533px;
  background: #000;
}

.speArea-close {
  width: 30px;
  height: 30px;
  background: url("http://www.news.cn/syzq/ydyl20190423/images/speArea-close.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  cursor: pointer;
}

.speArea-inside {
  width: 800px;
  height: 533px;
  margin-left: 0;
  float: left;
}

.speArea-inside .swiper-pagination {
  text-align: right;
  width: 20%;
  right: 10px;
  left: auto;
  bottom: 15px;
}

.speArea-inside .swiper-pagination-bullet {
  background: #d2d2d2;
  opacity: 1;
}

.speArea-inside .swiper-pagination-bullet-active {
  background: #f6b55a;
}

.speArea-inside-prev {
  width: 45px;
  height: 45px;
  background: url("http://www.news.cn/syzq/ydyl20190423/images/speArea-arrow-l.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}

.speArea-inside-next {
  width: 45px;
  height: 45px;
  background: url("http://www.news.cn/syzq/ydyl20190423/images/speArea-arrow-r.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}

.speArea-inside-play {
  width: 80px;
  height: 80px;
  background: url("http://www.news.cn/syzq/ydyl20190423/images/speArea-play.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  position: absolute;
  left: 10px;
  bottom: 60px;
  z-index: 2;
  cursor: pointer;
}

.speArea-inside-img {
  width: 800px;
  height: 533px;
  position: relative;
  z-index: 1;
}

.speArea-inside-tit {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(48, 87, 152, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.speArea-inside-tit a {
  color: #fff;
}

.speArea-list {
  width: 400px;
  height: 533px;
  float: right;
}

.speArea-list li {
  background-color: #f2f9fe;
  font-size: 16px;
  line-height: 26px;
  color: #305798;
  height: 75px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e8b311;
}

.speArea-list li:last-child {
  border-bottom: 0;
}

.speArea-list li a {
  color: #305798;
}

.speArea-list li a:hover {
  color: #5f93ed;
}

.iphoto {
  width: 21px;
  height: 45px;
  float: left;
  margin-left: 5px;
  margin-right: 8px;
  display: inline-block;
  background: url("http://www.news.cn/politics/2019xcf/images/20190319_XCFicon1_v1_.png") 0 2px no-repeat;
}

.ivideo {
  width: 24px;
  height: 45px;
  float: left;
  margin-left: 5px;
  margin-right: 8px;
  display: inline-block;
  background: url("http://www.news.cn/politics/2019xcf/images/20190319_XCFicon2_v1_.png") 0 2px no-repeat;
}

.isound {
  width: 22px;
  height: 45px;
  float: left;
  margin-left: 5px;
  margin-right: 8px;
  display: inline-block;
  background: url("http://www.news.cn/politics/2019xcf/images/20190319_XCFicon3_v1_.png") 0 2px no-repeat;
}

.ipen {
  width: 21px;
  height: 45px;
  float: left;
  margin-left: 5px;
  margin-right: 8px;
  display: inline-block;
  background: url("http://www.news.cn/politics/2019xcf/images/20190319_XCFicon4_v1_.png") 0 2px no-repeat;
}

.itxt {
  width: 17px;
  height: 45px;
  float: left;
  margin-left: 5px;
  margin-right: 8px;
  display: inline-block;
  background: url("http://www.news.cn/politics/2019xcf/images/20190319_XCFicon5_v1_.png") 0 2px no-repeat;
}

/*# sourceMappingURL=maps/index.css.map */