@charset "utf-8";
/* css document */
/* css reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}
html {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}
body {
  font: 14px/1.5 "微软雅黑", arial, tahoma, helvetica, sans-serif;
  color: #333;
  background-color: #fff;
  margin: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}
input:focus,
textarea:focus {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
/*input, select {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*}*/
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0;
}
img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
input[type=date] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
/* webkit browsers */
::-webkit-input-placeholder {
  color: #909090;
}
/* mozilla firefox 4 to 18 */
:-moz-placeholder {
  color: #909090;
  opacity: 1;
}
/* mozilla firefox 19  */
::-moz-placeholder {
  color: #909090;
  opacity: 1;
}
/* internet explorer 10  */
:-ms-input-placeholder {
  color: #909090;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*common*/
*:focus {
  outline: none;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* if the element is block level(eg. div, li), using 'inline-any' instead */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
/* font-family */
.fw {
  font-family: 'microsoft yahei';
}
.fs {
  font-family: "宋体", helvetica, arial, sans-serif;
}
/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* 清除浮 动*/
.fix {
  *zoom: 1;
}
.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*table*/
table {
  width: 100%;
  border-collapse: collapse;
}
/* margin */
.m0 {
  margin: 0 !important;
}
.ml0 {
  margin-left: 0;
}
.ml1 {
  margin-left: 1px;
}
.ml2 {
  margin-left: 2px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
/* padding */
.p0 {
  padding: 0;
}
.p1 {
  padding: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pt1 {
  padding-top: 1px;
}
.pr1 {
  padding-right: 1px;
}
.pb1 {
  padding-bottom: 1px;
}
.p2 {
  padding: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pt2 {
  padding-top: 2px;
}
.pr2 {
  padding-right: 2px;
}
.pb2 {
  padding-bottom: 2px;
}
.pl5 {
  padding-left: 5px;
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.p15 {
  padding: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.p20 {
  padding: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.p30 {
  padding: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
/* vertical-align */
.vm {
  vertical-align: middle;
}
.vtb {
  vertical-align: text-bottom;
}
.vb {
  vertical-align: bottom;
}
.vt {
  vertical-align: top;
}
.vn {
  vertical-align: -2px;
}
.bgnone {
  background: none !important;
}
.bnone {
  border: none !important;
}
.middle-box {
  font-size: 0;
  letter-spacing: -1.5em;
}
.middle-box:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}
.justify-txt,
.justify-box {
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}
.justify-box:after {
  content: '';
  display: inline-block;
  padding-left: 100%;
  font-size: 0;
  vertical-align: top;
}
/*	竖排文字 */
.writing-vertical {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
/*	多行文本省略号
.multi-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
*/
.x-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.x-visible {
  opacity: 1;
  visibility: visible;
}
.middle-img {
  position: relative;
  overflow: hidden;
}
.middle-img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/*--------------- font -----------*/
.h42 {
  font-size: 42px;
}
.h40 {
  font-size: 40px;
}
.h36 {
  font-size: 36px;
}
.h34 {
  font-size: 34px;
}
.h32 {
  font-size: 32px;
}
.h30 {
  font-size: 30px;
}
.h28 {
  font-size: 28px;
}
.h26 {
  font-size: 26px;
}
.h24 {
  font-size: 24px;
}
.h22 {
  font-size: 22px;
}
.h20 {
  font-size: 20px;
}
.h18 {
  font-size: 18px;
}
.h16 {
  font-size: 16px;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
@media (max-width: 1700px) {
  .h40,
  .h42 {
    font-size: 36px;
  }
  .h24 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .h30 {
    font-size: 26px;
  }
  .h40,
  .h42 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .h40,
  .h42 {
    font-size: 26px;
  }
  .h36 {
    font-size: 28px;
  }
  .h30 {
    font-size: 24px;
  }
  .h24 {
    font-size: 20px;
  }
  .h20 {
    font-size: 18px;
  }
  .h18 {
    font-size: 16px;
  }
  .h16 {
    font-size: 14px;
  }
}
/* 专题样式 */
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
.special-banner {
  position: relative;
}
.special-banner img {
  display: block;
  width: 100%;
}
.special-banner .banner-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.special-banner .box-img {
  display: inline-block;
  width: 50%;
}
.special-info {
  background:  repeat-x top center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: justify;
}
.special-main {
  background-color: #1c306f;
  padding-top: 70px;
}
.special-box {
  margin-bottom: 40px;
}
.special-list-01 .box-s {
  border: 2px #d7e5ff solid;
  height: 170px;
  overflow: hidden;
  margin-bottom: 30px;
}
.special-list-01 .box-s img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.special-list-01 .box-s:hover img {
  transform: scale(1.08);
}
.special-list-02 .m-title {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 35px;
}
.special-list-02 .box-s {
  background-color: #ffedd1;
  height: 240px;
  padding: 10%;
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
  background-size: 24%;
}
.special-list-02 .box-s .box-title {
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: bold;
}
.special-list-02 .box-s .box-more {
  background:  no-repeat left top;
  height: 28px;
  line-height: 28px;
  padding-left: 35px;
  color: #d7874d;
  font-size: 16px;
  display: inline-block;
}
.special-list-02 .box-s .box-more:hover {
  text-decoration: underline;
}
.special-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.46);
  line-height: 24px;
}
.special-footer span {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .special-banner {
    position: relative;
    height: 160px;
  }
  .special-banner .img-s {
    position: absolute;
    height: 160px;
  }
  .special-banner .box-img {
    width: 90%;
  }
  .special-info {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 26px;
  }
  .special-main {
    padding-top: 35px;
  }
  .special-box {
    margin-bottom: 20px;
  }
  .special-list-01 .box-s {
    border: 2px #d7e5ff solid;
    height: auto;
    margin-bottom: 20px;
  }
  .special-list-01 .box-s img {
    position: relative;
  }
  .special-list-02 .m-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .special-list-02 .box-s {
    height: 140px;
    padding: 30px 20px;
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
    background-size: 14%;
    margin-bottom: 20px;
  }
  .special-list-02 .box-s .box-title {
    font-size: 20px;
  }
  .special-footer {
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.46);
    line-height: 24px;
  }
  .special-footer span {
    display: inline-block;
    margin: 0 5px;
  }
}
/*# sourcemappingurl=subject-style.css.map */