﻿@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

b,
i {
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  border: 0;
  background: 0 0;
}

textarea {
  resize: none;
}

input:disabled {
  opacity: 0.9;
}

input[type=button]:active {
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  vertical-align: baseline;
}

/*
 * 全局通用
 */
body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fbfbfb;
  font-family: Arial,'Microsoft YaHei',sans-seri;
}

a:hover {
  color: #1fa4de;
}

.clearfix:after {
  content: "​";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.header-top-bg {
  background-color: #003399;
}

.header-top-content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  color: #fff;
}

.header-top-name {
  font-size: 16px;
  float: left;
}

.header-top-nav {
  font-size: 12px;
  float: right;
}
.header-top-nav a {
  padding: 0 6px;
}

.header-logo-bg {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.header-logo-content {
  width: 1200px;
  margin: 0 auto;
  line-height: 0;
}
.header-logo-content img {
  width: 100%;
}

.i-content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.i-tab {
  white-space: nowrap;
  width: auto;
  padding: 10px 0;
  overflow-x: auto;
}
.i-tab.pt0 {
  padding-top: 0;
}
.i-tab li {
  cursor: pointer;
  height: 36px;
  padding: 0 32px;
  font-size: 18px;
  color: #686868;
  line-height: 34px;
  border: 1px solid #dde8f1;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eff4f8), to(#dce7ef));
  background-image: linear-gradient(#eff4f8, #dce7ef);
}
.i-tab li:first-child {
  margin-left: 0;
}
.i-tab li.active {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c84e2), to(#466cc4));
  background-image: linear-gradient(#5c84e2, #466cc4);
}

.i-list {
  padding: 20px 0 30px;
}
.i-list li {
  padding: 20px 60px 20px 30px;
  background-color: #eff4f8;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 21px;
}
.i-list li.live .i-list-btn {
  background-color: #6ec955;
}
.i-list li.end {
  background-color: #f4f4f4;
}
.i-list li.end .i-list-btn {
  background-color: #c2c2c2;
}
.i-list li.ing .i-list-btn {
  background-color: #fd7837;
}

.i-list-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.i-list-status {
  width: 130px;
  text-align: right;
}

.i-list-btn {
  display: inline-block;
  text-align: center;
  height: 36px;
  min-width: 108px;
  padding: 0 7px;
  background-color: #c2c2c2;
  border-radius: 18px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}
.i-list-btn img {
  margin-right: 3px;
  vertical-align: -5px;
}
.i-list-btn:hover {
  color: #fff;
  font-weight: bold;
}

.i-list-title {
  color: #26293b;
  font-size: 18px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.i-list-title a {
  color: #456bc3;
}

.i-list-date {
  color: #686868;
  font-size: 14px;
  line-height: 30px;
}
.i-list-date img {
  margin-right: 6px;
  vertical-align: -2px;
}

.i-list-tag {
  position: absolute;
  top: 13px;
  right: -32px;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  background-color: #7ac1ea;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.i-list-tag.i-list-tag-video {
  background-color: #fabb22;
}

.footer {
  background-color: #383838;
  font-size: 14px;
  color: rgba(223, 232, 243, 0.4);
  text-align: center;
  padding: 25px 20px;
  line-height: 22px;
}

.details-content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.details-banner {
  line-height: 0;
}
.details-banner img {
  width: 100%;
}

.details-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 20px 35px;
}

.details-breadcrumb-icon {
  width: 25px;
  height: 25px;
}
.details-breadcrumb-icon img {
  width: 100%;
}

.details-breadcrumb-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  font-size: 16px;
  color: #333333;
}

.details-breadcrumb-see {
  width: 150px;
  font-size: 14px;
  color: #333333;
  text-align: right;
}
.details-breadcrumb-see img {
  margin-right: 10px;
}

.details-info {
  background-color: #fff;
  padding: 50px 65px 150px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.details-info p {
  font-size: 15px;
  color: #26293b;
  line-height: 24px;
  padding: 8px 0;
  word-break: break-word;
}
.details-info a {
  color: #0191d9;
}
.details-info b {
  font-weight: bold;
}

@media only screen and (max-width: 780px) {
  .header-top-content {
    width: 100%;
    height: auto;
    line-height: 24px;
    padding: 15px;
    text-align: center;
  }

  .header-logo-content {
    width: 100%;
  }

  .header-top-name {
    float: none;
    font-size: 14px;
  }

  .header-top-nav {
    float: none;
    padding-top: 5px;
    font-size: 14px;
    color: #e1e1e1;
  }

  .i-content {
    width: 100%;
    padding: 15px;
  }

  .i-tab > li {
    font-size: 16px;
    height: 34px;
    padding: 0 26px;
    line-height: 32px;
    margin-left: 10px;
  }

  .i-list {
    padding: 20px 0 0px;
  }
  .i-list > li {
    padding: 15px 40px 15px 15px;
  }

  .i-list-title {
    font-size: 14px;
    line-height: 26px;
    -webkit-line-clamp: 4;
  }

  .i-list-date {
    font-size: 12px;
    line-height: 20px;
  }
  .i-list-date img {
    margin-right: 3px;
  }

  .i-list-status {
    width: auto;
    padding-left: 10px;
  }

  .i-list-btn {
    height: 32px;
    min-width: 90px;
    padding: 0 3px;
    border-radius: 16px;
    line-height: 32px;
    font-size: 14px;
  }
  .i-list-btn img {
    width: 18px;
    margin-right: 3px;
    vertical-align: -4px;
  }

  .i-list-tag {
    top: 9px;
    right: -37px;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
  }

  .details-content {
    width: 100%;
  }

  .details-breadcrumb {
    padding: 15px 15px 20px;
  }

  .details-breadcrumb-title {
    margin-left: 10px;
    font-size: 14px;
  }

  .details-breadcrumb-see {
    width: auto;
    padding-left: 10px;
  }

  .details-info {
    padding: 30px 35px 70px;
  }

  .footer {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */
