/*例子
.padding-l5{padding-left:5px !important;}
.padding-r5{padding-right:5px !important;}
.padding-t5{padding-top:5px !important;}
.padding-b5{padding-bottom:5px !important;}
.padding5{padding:5px !important;}
*/
body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.inner-page-body {
  background-color: #f5f5f5;
}
a {
  color: #333;
}
a:hover {
  color: #dc3233;
}
/* font size */
.f12 {
  font-size: 12px !important;
}
.f14 {
  font-size: 14px !important;
}
.f16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px !important;
}
.f20 {
  font-size: 20px !important;
}
.f22 {
  font-size: 22px !important;
}
.f24 {
  font-size: 24px !important;
}
.f26 {
  font-size: 26px !important;
}
.f28 {
  font-size: 28px !important;
}
.f30 {
  font-size: 30px !important;
}
.vercial-middle {
  vertical-align: middle;
}
.inline-block {
  display: inline-block;
  display: inline !ie;
  zoom: 1 !ie;
}
.oh {
  overflow: hidden;
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.full-width {
  width: 100% !important;
}
.full-height {
  height: 100% !important;
}
.bg-white {
  background-color: #fff;
}
.min-height-400 {
  min-height: 400px;
}
.float-none {
  float: none !important;
}
.text-gray-5 {
  color: #555;
}
.text-gray-9 {
  color: #999;
}
/* padding */
.padding-l5 {
  padding-left: 5px !important;
}
.padding-r5 {
  padding-right: 5px !important;
}
.padding-t5 {
  padding-top: 5px !important;
}
.padding-b5 {
  padding-bottom: 5px !important;
}
.padding5 {
  padding: 5px !important;
}
.padding-l10 {
  padding-left: 10px !important;
}
.padding-r10 {
  padding-right: 10px !important;
}
.padding-t10 {
  padding-top: 10px !important;
}
.padding-b10 {
  padding-bottom: 10px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding-l15 {
  padding-left: 15px !important;
}
.padding-r15 {
  padding-right: 15px !important;
}
.padding-t15 {
  padding-top: 15px !important;
}
.padding-b15 {
  padding-bottom: 15px !important;
}
.padding15 {
  padding: 15px !important;
}
.padding-l20 {
  padding-left: 20px !important;
}
.padding-r20 {
  padding-right: 20px !important;
}
.padding-t20 {
  padding-top: 20px !important;
}
.padding-b20 {
  padding-bottom: 20px !important;
}
.padding20 {
  padding: 20px !important;
}
.padding-l25 {
  padding-left: 25px !important;
}
.padding-r25 {
  padding-right: 25px !important;
}
.padding-t25 {
  padding-top: 25px !important;
}
.padding-b25 {
  padding-bottom: 25px !important;
}
.padding25 {
  padding: 25px !important;
}
.padding-l30 {
  padding-left: 30px !important;
}
.padding-r30 {
  padding-right: 30px !important;
}
.padding-t30 {
  padding-top: 30px !important;
}
.padding-b30 {
  padding-bottom: 30px !important;
}
.padding30 {
  padding: 30px !important;
}
.padding-none {
  padding: 0 !important;
}
.padding-left-none {
  padding-left: 0 !important;
}
.padding-right-none {
  padding-right: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
/* margin */
.margin-l5 {
  margin-left: 5px !important;
}
.margin-r5 {
  margin-right: 5px !important;
}
.margin-t5 {
  margin-top: 5px !important;
}
.margin-b5 {
  margin-bottom: 5px !important;
}
.margin5 {
  margin: 5px !important;
}
.margin-l10 {
  margin-left: 10px !important;
}
.margin-r10 {
  margin-right: 10px !important;
}
.margin-t10 {
  margin-top: 10px !important;
}
.margin-b10 {
  margin-bottom: 10px !important;
}
.margin10 {
  margin: 10px !important;
}
.margin-l15 {
  margin-left: 15px !important;
}
.margin-r15 {
  margin-right: 15px !important;
}
.margin-t15 {
  margin-top: 15px !important;
}
.margin-b15 {
  margin-bottom: 15px !important;
}
.margin15 {
  margin: 15px !important;
}
.margin-l20 {
  margin-left: 20px !important;
}
.margin-r20 {
  margin-right: 20px !important;
}
.margin-t20 {
  margin-top: 20px !important;
}
.margin-b20 {
  margin-bottom: 20px !important;
}
.margin20 {
  margin: 20px !important;
}
.margin-l25 {
  margin-left: 25px !important;
}
.margin-r25 {
  margin-right: 25px !important;
}
.margin-t25 {
  margin-top: 25px !important;
}
.margin-b25 {
  margin-bottom: 25px !important;
}
.margin25 {
  margin: 25px !important;
}
.margin-l30 {
  margin-left: 30px !important;
}
.margin-r30 {
  margin-right: 30px !important;
}
.margin-t30 {
  margin-top: 30px !important;
}
.margin-b30 {
  margin-bottom: 30px !important;
}
.margin30 {
  margin: 30px !important;
}
.margin-none {
  margin: 0 !important;
}
.margin-left-none {
  margin-left: 0 !important;
}
.margin-right-none {
  margin-right: 0 !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .header .container > .navbar-header {
    margin-left: 0;
  }
}
@media (min-width: 800px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1230px;
  }
}
.icon {
  background-image: url(images/icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-0x0 {
  background-position: 0 0;
  width: 28px;
  height: 28px;
}
.icon.icon-46x0 {
  background-position: -46px 0;
  width: 28px;
  height: 34px;
}
.icon.icon-87x2 {
  background-position: -87px -2px;
  width: 30px;
  height: 24px;
}
.icon.icon-135x1 {
  background-position: -135px -1px;
  width: 33px;
  height: 26px;
}
.icon.icon-0x48 {
  background-position: 0px -48px;
  width: 30px;
  height: 28px;
}
.icon.icon-46x48 {
  background-position: -46px -48px;
  width: 26px;
  height: 30px;
}
.icon.icon-87x49 {
  background-position: -87px -49px;
  width: 32px;
  height: 28px;
}
.icon.icon-134x47 {
  background-position: -134px -47px;
  width: 12px;
  height: 21px;
}
.icon.icon-162x45 {
  background-position: -162px -45px;
  width: 12px;
  height: 12px;
}
.icon.icon-183x44 {
  background-position: -183px -44px;
  width: 12px;
  height: 12px;
}
.header {
  background-color: #c22e2f;
  color: #fff;
  padding: 20px 0;
}
.header.header-spec {
  background: #e64a4b;
}
.header.header-spec .other-logo {
  float: right;
}
.header.header-spec .other-logo > .inner {
  height: 63px;
  display: table-cell;
}
.header .navbar-header {
  margin-right: 0;
}
.header .navbar-inverse {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0;
}
.header .navbar-inverse .navbar-collapse {
  border-color: #f27e7f;
}
.header .navbar-inverse .navbar-toggle {
  border-color: #fff;
  margin-right: 0;
  background: none !important;
}
.header .navbar-brand {
  height: auto;
  padding: 0;
  color: #fff;
  margin: 0 !important;
  position: relative;
}
.header .navbar-brand .subtitle {
  position: absolute;
  left: 100%;
  margin-left: 15px;
  line-height: 63px;
  top: 0;
  border-left: #e19797 2px solid;
  padding-left: 15px;
  width: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .navbar-brand .subtitle > .inner {
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  height: 63px;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .header .navbar-brand .subtitle {
    display: none;
  }
  .header.header-spec .navbar-brand .subtitle {
    display: block;
  }
}
@media (max-width: 991px) {
  .header .navbar-brand .subtitle {
    display: inline-block;
    position: static;
  }
}
@media (max-width: 767px) {
  .header .navbar-brand > img {
    height: 50px;
  }
  .header .navbar-brand .subtitle {
    position: absolute;
    line-height: 50px;
  }
  .header .navbar-brand .subtitle > .inner {
    height: 50px;
  }
  .header.header-spec .other-logo > .inner {
    height: 50px;
  }
  .header.header-spec .other-logo > .inner img {
    height: 24px;
  }
}
@media (max-width: 480px) {
  .header .navbar-inverse .navbar-toggle {
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .header .navbar-brand .subtitle {
    display: none;
  }
  .header.header-spec .navbar-brand .subtitle {
    display: inline-block;
    font-size: 14px;
  }
}
.site-header-nav {
  padding: 5px 0 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.site-header-nav > .nav {
  margin-right: 0;
}
.site-header-nav > .nav > li {
  font-size: 0;
}
.site-header-nav > .nav > li > a {
  color: #fff;
  font-size: 18px;
  padding: 15px 12px;
  white-space: nowrap;
  position: relative;
  background: none !important;
  /*
        &:after{
          content:' ';
          width: 12px;
          height: 100%;
          position: absolute;
          background: url(images/nav-divice.png) no-repeat center center;
          right: 0;
          top: 0;

        }
        */
}
.site-header-nav > .nav > li:last-child a {
  padding-right: 0;
  /*
            &:after{
              display: none;
            }
            */
}
.site-header-nav > .nav > li.active:last-child > a:before {
  right: -3px;
}
.site-header-nav > .nav > li.active:last-child > a:after {
  margin-left: 0px;
}
.site-header-nav > .nav > li.active > a:before {
  content: ' ';
  position: absolute;
  height: 2px;
  background: #fff;
  bottom: 5px;
  left: 9px;
  right: 9px;
}
.site-header-nav > .nav > li.active > a:after {
  content: ' ';
  position: absolute;
  border-color: transparent transparent #fff transparent;
  border-style: dashed dashed solid dashed;
  border-width: 0 6px 6px;
  width: 0;
  height: 0;
  bottom: 5px;
  left: 50%;
  margin-left: -6px;
}
@media (max-width: 767px) {
  .navbar-header {
    margin-bottom: 15px;
  }
  .header {
    padding-bottom: 5px;
  }
  .site-header-nav {
    clear: both;
  }
  .site-header-nav .nav > li > a {
    font-size: 16px;
    padding: 10px 25px 10px 13px;
  }
  .site-header-nav .nav > li.active > a:after {
    display: none;
  }
  .site-header-nav .nav > li.active > a:before {
    position: static;
    display: inline-block;
    background: none;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: dashed dashed dashed solid;
    border-width: 6px;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.header-spec .navbar-header {
    float: left;
  }
  .header .navbar-header {
    float: none;
  }
  .header .navbar-header .navbar-brand {
    float: none;
    text-align: center;
  }
  .header .navbar-header .navbar-brand img {
    display: inline-block;
  }
  .header .site-header-nav .nav {
    float: none !important;
    width: 100%;
    text-align: center;
  }
  .header .site-header-nav .nav > li {
    float: none;
    display: inline-block;
    display: inline !ie;
    zoom: 1 !ie;
  }
  .header .site-header-nav .nav > li > a {
    padding: 15px;
  }
  .header .site-header-nav .nav > li.active:last-child > a:before {
    left: 12px;
    right: 12px;
  }
  .header .site-header-nav .nav > li.active:last-child > a:after {
    margin-left: -6px;
  }
}
@media (max-width: 600px) {
  .header-spec .other-logo {
    display: none;
  }
  .header-spec .navbar-header {
    text-align: center;
  }
  .header-spec .navbar-header .navbar-brand {
    float: none;
    display: inline-block;
  }
  .header-spec .navbar-header .navbar-brand img {
    display: inline-block;
  }
  .header-spec .navbar-header .navbar-brand .subtitle {
    position: static;
  }
}
.main {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer {
  background-color: #333333;
  color: #dfdfdf;
  padding: 30px 0;
  font-size: 16px;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer a {
  color: #dfdfdf;
}
.footer a:hover {
  color: #dc3233;
  text-decoration: underline;
}
.footer.footer-spec {
  background: #e7e7e7;
  color: #666666;
}
@media (max-width: 767px) {
  .footer {
    font-size: 14px;
    padding: 20px 0;
  }
  .footer .text-right {
    text-align: left;
  }
}
.nav-tab {
  border-bottom: #eeeeee 2px solid;
  margin-bottom: 20px;
}
.nav-tab > li {
  float: left;
  font-size: 18px;
  padding: 0 15px;
  line-height: 1;
}
.nav-tab > li:first-child {
  padding-left: 0;
}
.nav-tab > li:last-child {
  padding-right: 0;
}
.nav-tab > li > a {
  color: #333333;
  background: none !important;
  padding: 10px 0;
  position: relative;
}
.nav-tab > li.active {
  font-weight: bold;
}
.nav-tab > li.active > a {
  color: #dc3233;
}
.nav-tab > li.active > a:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #dc3233;
  bottom: -2px;
  left: 0;
}
.top-news h5 {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}
.top-news h5 > a {
  color: #333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-news h5 > a:hover {
  color: #dc3233;
}
.top-news .pic {
  width: 180px;
  height: 112px;
}
.top-news .txt {
  font-size: 15px;
  color: #555555;
  height: 84px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .top-news .pic {
    width: 130px;
    height: 108px;
  }
}
.top-news-list {
  margin-top: 25px;
}
.top-news-list > .item {
  font-size: 15px;
  color: #555555;
  line-height: 20px;
  margin-top: 10px;
}
.top-news-list > .item a {
  color: #555555;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
}
.top-news-list > .item a:hover {
  color: #dc3233;
}
.top-news-list > .item .time {
  float: right;
  padding-left: 10px;
}
.login-entr-wrap {
  height: 300px;
  border: #e2e2e2 1px solid;
  box-sizing: content-box;
  overflow: hidden;
}
.login-entr-wrap .bg {
  background: url(images/entrance-bg.png) no-repeat center center #92aeb6;
  background-size: 80% auto;
  width: 35%;
  max-width: 180px;
  height: 300px;
  float: left;
}
.login-entr-wrap.login-entr-wrap2 {
  background-color: #f6f6f6;
}
.login-entr-wrap.login-entr-wrap2 .bg {
  background: url(images/entrance-bg2.png) no-repeat center center #8faab2;
  background-size: 80% auto;
}
.login-tab > li {
  float: left;
  font-size: 20px;
  width: 50%;
  text-align: center;
}
.login-tab > li > a {
  color: #fff;
  background: #dc3233 !important;
  line-height: 60px;
  height: 60px;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.login-tab > li.active > a {
  color: #dc3233;
  background: none !important;
}
.case-list > .item {
  font-size: 18px;
  border-top: #e2e2e2 1px solid;
}
.case-list > .item:first-child {
  border-top: 0 none;
}
.case-list > .item a {
  display: block;
  position: relative;
  padding: 17px 10px 17px 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: content-box;
  height: 25px;
}
.case-list > .item a:before {
  content: ' ';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  background-image: url(images/icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: -162px -45px;
  width: 12px;
  height: 12px;
}
.case-list > .item a:before.icon-0x0 {
  background-position: 0 0;
  width: 28px;
  height: 28px;
}
.case-list > .item a:before.icon-46x0 {
  background-position: -46px 0;
  width: 28px;
  height: 34px;
}
.case-list > .item a:before.icon-87x2 {
  background-position: -87px -2px;
  width: 30px;
  height: 24px;
}
.case-list > .item a:before.icon-135x1 {
  background-position: -135px -1px;
  width: 33px;
  height: 26px;
}
.case-list > .item a:before.icon-0x48 {
  background-position: 0px -48px;
  width: 30px;
  height: 28px;
}
.case-list > .item a:before.icon-46x48 {
  background-position: -46px -48px;
  width: 26px;
  height: 30px;
}
.case-list > .item a:before.icon-87x49 {
  background-position: -87px -49px;
  width: 32px;
  height: 28px;
}
.case-list > .item a:before.icon-134x47 {
  background-position: -134px -47px;
  width: 12px;
  height: 21px;
}
.case-list > .item a:before.icon-162x45 {
  background-position: -162px -45px;
  width: 12px;
  height: 12px;
}
.case-list > .item a:before.icon-183x44 {
  background-position: -183px -44px;
  width: 12px;
  height: 12px;
}
.login-entr-list {
  font-size: 0px;
  padding: 0 20px;
  margin: 0;
  height: 240px;
  overflow: hidden;
}
.login-entr-list > .item {
  position: relative;
  border-top: #e2e2e2 1px solid;
  padding: 23px 20px 23px 0;
}
.login-entr-list > .item a {
  display: block;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.login-entr-list > .item a > .icon {
  margin-right: 10px;
  vertical-align: bottom;
}
.login-entr-list > .item a:hover {
  color: #dc3233;
}
.login-entr-list > .item a > span.inline-block {
  font-size: 20px;
}
.login-entr-list > .item:first-child {
  border-top: 0 none;
}
.login-entr-list > .item:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background-image: url(images/icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: -134px -47px;
  width: 12px;
  height: 21px;
}
.login-entr-list > .item:after.icon-0x0 {
  background-position: 0 0;
  width: 28px;
  height: 28px;
}
.login-entr-list > .item:after.icon-46x0 {
  background-position: -46px 0;
  width: 28px;
  height: 34px;
}
.login-entr-list > .item:after.icon-87x2 {
  background-position: -87px -2px;
  width: 30px;
  height: 24px;
}
.login-entr-list > .item:after.icon-135x1 {
  background-position: -135px -1px;
  width: 33px;
  height: 26px;
}
.login-entr-list > .item:after.icon-0x48 {
  background-position: 0px -48px;
  width: 30px;
  height: 28px;
}
.login-entr-list > .item:after.icon-46x48 {
  background-position: -46px -48px;
  width: 26px;
  height: 30px;
}
.login-entr-list > .item:after.icon-87x49 {
  background-position: -87px -49px;
  width: 32px;
  height: 28px;
}
.login-entr-list > .item:after.icon-134x47 {
  background-position: -134px -47px;
  width: 12px;
  height: 21px;
}
.login-entr-list > .item:after.icon-162x45 {
  background-position: -162px -45px;
  width: 12px;
  height: 12px;
}
.login-entr-list > .item:after.icon-183x44 {
  background-position: -183px -44px;
  width: 12px;
  height: 12px;
}
.login-entr-list > .item.item-colum-2:after {
  display: none;
}
@media (max-width: 1200px) {
  .login-entr-list > .item a > span.inline-block {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .login-entr-list > .item a > span.inline-block {
    font-size: 16px;
  }
  .case-list > .item {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .login-entr-wrap {
    height: auto;
  }
  .login-entr-wrap .bg {
    display: none;
  }
  .login-tab > li {
    font-size: 16px;
  }
  .login-tab > li > a {
    line-height: 40px;
    height: 40px;
  }
  .login-entr-list {
    height: auto;
  }
  .login-entr-list > .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .login-entr-list > .item a > span.inline-block {
    font-size: 16px;
  }
  .login-entr-list .icon {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.colum-more {
  color: #555;
}
.top-list > .item {
  margin-top: 20px;
}
.top-list > .item a {
  display: block;
}
.top-list > .item figure {
  position: relative;
  padding-bottom: 63%;
}
.top-list > .item figcaption {
  height: 50px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: url(images/title-bg.png) repeat-x bottom;
}
.top-list.friend-link > .item figure {
  position: relative;
  padding-bottom: 36%;
}
.top-list.friend-link > .item figure img {
  border: #e2e2e2 1px solid;
}
@media (max-width: 580px) {
  .top-list > .item figcaption {
    font-size: 14px;
    line-height: 70px;
  }
}
.side-bar {
  width: 230px;
  float: left;
  margin-right: -100%;
  position: relative;
}
.main-content {
  float: left;
  width: 100%;
}
.main-content-inner {
  margin-left: 260px;
}
@media (min-width: 768px) {
  .side-bar {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .side-bar {
    width: 100%;
    float: none;
    margin-right: 0;
    position: relative;
    overflow: hidden;
  }
  .main-content {
    float: none;
    width: 100%;
  }
  .main-content-inner {
    margin-left: 0;
  }
}
.side-menu {
  border: #e2e2e2 1px solid;
  padding-bottom: 30px;
}
.side-menu-title {
  font-size: 18px;
  text-align: center;
  background-color: #dc3233;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.side-menu-list > li {
  border-bottom: #e2e2e2 1px solid;
}
.side-menu-list > li > a {
  display: block;
  text-align: center;
  font-size: 17px;
  padding: 15px 10px;
  position: relative;
}
.side-menu-list > li.active > a {
  color: #dc3233;
}
.side-menu-list > li.active > a:before {
  content: ' ';
  position: absolute;
  width: 4px;
  background-color: #dc3233;
  height: 100%;
  left: 0;
  top: 0;
}
.side-menu-toggle {
  border: 0 none;
  padding: 5px;
  float: right;
  margin: 0;
}
.side-menu-toggle .icon-bar {
  background-color: #666;
}
.breadcrumb-box {
  border-bottom: #e2e2e2 1px solid;
  padding: 15px 20px;
}
.breadcrumb-box .side-menu-toggle {
  float: right;
  margin: -5px 0 0;
}
.site-breadcrumb {
  background-color: transparent;
  margin: 0 10px 0 0px;
  padding: 0;
  overflow: hidden;
}
.site-breadcrumb > li + li:before {
  content: "\003e";
}
.article {
  font-size: 15px;
  line-height: 1.7;
}
.article img {
  max-width: 100%;
}
.small-title {
  border-left: #dc3233 4px solid;
  line-height: 1;
  padding-left: 10px;
}
.news-list > .item {
  border-bottom: 1px solid #e2e2e2;
}
.news-list > .item a {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  font-size: 16px;
  padding: 15px 0 15px 22px;
}
.news-list > .item a:before {
  content: ' ';
  background-image: url(images/icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: -183px -44px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 20px;
  line-height: 1;
}
.news-list > .item a:before.icon-0x0 {
  background-position: 0 0;
  width: 28px;
  height: 28px;
}
.news-list > .item a:before.icon-46x0 {
  background-position: -46px 0;
  width: 28px;
  height: 34px;
}
.news-list > .item a:before.icon-87x2 {
  background-position: -87px -2px;
  width: 30px;
  height: 24px;
}
.news-list > .item a:before.icon-135x1 {
  background-position: -135px -1px;
  width: 33px;
  height: 26px;
}
.news-list > .item a:before.icon-0x48 {
  background-position: 0px -48px;
  width: 30px;
  height: 28px;
}
.news-list > .item a:before.icon-46x48 {
  background-position: -46px -48px;
  width: 26px;
  height: 30px;
}
.news-list > .item a:before.icon-87x49 {
  background-position: -87px -49px;
  width: 32px;
  height: 28px;
}
.news-list > .item a:before.icon-134x47 {
  background-position: -134px -47px;
  width: 12px;
  height: 21px;
}
.news-list > .item a:before.icon-162x45 {
  background-position: -162px -45px;
  width: 12px;
  height: 12px;
}
.news-list > .item a:before.icon-183x44 {
  background-position: -183px -44px;
  width: 12px;
  height: 12px;
}
.news-list > .item .time {
  float: right;
  padding-left: 15px;
  color: #777777;
}
.news-list > .item .title {
  display: block;
  overflow: hidden;
}
.news-list > .item .title > .label {
  vertical-align: middle;
  position: relative;
  top: -3px;
  font-weight: normal;
}
.nav-tabs-reset {
  font-size: 18px;
  border-bottom-color: transparent;
}
.nav-tabs-reset > li {
  margin-bottom: 0;
}
.nav-tabs-reset > li > a {
  border-radius: 0;
  border-width: 2px 0 0 0 !important;
  border-color: transparent  !important;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.nav-tabs-reset > li.active > a {
  color: #dc3233 !important;
  border-top-color: #dc3233 !important;
}
.course-list > .item {
  padding: 20px 0;
  border-bottom: #e2e2e2 1px solid;
}
.course-list > .item:first-child {
  padding-top: 0;
}
.course-list > .item:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}
.course-list > .item figure {
  position: relative;
  padding-bottom: 63%;
}
.course-list > .item .title {
  font-size: 20px;
  margin: 10px 0;
}
.course-list > .item .txt {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin: .7em 0;
}
.course-list > .item .txt tr > td:first-child {
  padding-right: 1.5em;
}
.course-list > .item .view-more {
  color: #dc3233;
  border: #dc3233 1px solid;
  border-radius: 3px;
  font-size: 18px;
  line-height: 2.4em;
  display: inline-block;
  padding: 0 1.7em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .course-list > .item {
    text-align: center;
  }
  .course-list > .item .txt {
    margin-left: auto;
    margin-right: auto;
  }
  .course-list > .item figure {
    padding: 0;
    height: auto;
    margin-bottom: 10px;
  }
  .course-list > .item img {
    position: static;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .course-list > .item .title {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .course-list > .item .title {
    font-size: 18px;
  }
  .course-list > .item .txt {
    font-size: 14px;
  }
  .course-list > .item .view-more {
    font-size: 15px;
    line-height: 2.2em;
  }
}
.course-detail-top {
  overflow: hidden;
}
.course-detail-top .course-detail-title {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.course-detail-top .txt {
  font-size: 16px;
  line-height: 1.75;
}
.course-detail-top .btn-group-box {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.course-detail-top .btn-group-box > .btn {
  font-size: 18px;
  width: 150px;
  height: 50px;
  border-radius: 3px;
  margin: 0 10px;
}
.course-detail-top .btn-group-box > .btn.btn-danger {
  background: #dc3233;
}
@media (min-width: 768px) and (max-width: 950px) {
  .course-detail-top .btn-group-box > .btn {
    font-size: 16px;
    width: 120px;
    height: 40px;
    border-radius: 3px;
    margin: 0 10px;
  }
}
.spec-page {
  padding: 35px 50px;
}
.spec-page .sch-cover {
  width: 100%;
}
.spec-page .spec-sch-item {
  margin-top: 4em;
}
.spec-page .spec-sch-item:first-child {
  margin-top: 0;
}
.spec-page .spec-sch-item dt {
  line-height: 1.2;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: .6em;
}
.spec-page .spec-sch-item dt span {
  display: inline-block;
  vertical-align: middle;
}
.spec-page .spec-sch-item dt:before {
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 1em;
  vertical-align: middle;
  background: #e64a4b;
  margin-right: 3px;
}
.spec-page .spec-sch-item dd {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
}
.spec-page .spec-sch-item dd p {
  text-indent: 2em;
  text-align: justify;
}
.spec-page .spec-sch-item .btn-top {
  margin-top: 1.5em;
}
.spec-page .spec-sch-item .btn-danger {
  width: 180px;
  background: #e64a4b;
}
.spec-page .spec-sch-item .btn-danger:hover {
  background: #de1f20;
}
@media (max-width: 767px) {
  .spec-page {
    padding: 15px 20px;
  }
  .spec-page .spec-sch-item {
    margin-top: 2em;
  }
  .spec-page .spec-sch-item dt {
    font-size: 19.8px;
  }
  .spec-page .spec-sch-item dd {
    font-size: 13.5px;
  }
  .spec-page .spec-sch-item .sch-cover {
    width: auto;
    max-width: 100%;
    margin-bottom: 1em;
  }
  .spec-page .spec-sch-item .btn-top {
    text-align: center;
  }
  .spec-page .spec-sch-item .btn-lg {
    font-size: 16.2px;
  }
}
