@charset "UTF-8";
/* Helpers
----------------------------------------------- */
/* Responsive utilities
----------------------------------------------- */
/* Added for a more elegant breakpoint module quick facts */
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}

ul, ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: center;
  max-width: 100%;
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, em, i {
  font-style: normal;
  font-weight: normal;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

input::-ms-clear {
  display: none !important;
}

body {
  font-family: Avenir Next, Times, Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #C5B783;
}

@media (min-width: 768px) {
  .padding-left-0 {
    padding-left: 0;
  }

  .padding-right-0 {
    padding-right: 0;
  }
}
/* Start reset bootstarp UI */
.navbar {
  border: 0;
  margin-bottom: 0;
  z-index: 10;
  background-color: rgba(205, 12, 63, 0.8);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 767px) {
  .navbar {
    background-color: #92171e;
  }
}
.navbar .navbar-brand {
  padding: 10px 15px;
}
.navbar .navbar-brand img {
  height: 60px;
}
@media (max-width: 767px) {
  .navbar .navbar-brand img {
    height: 30px;
  }
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 54, 67, 0.6);
  z-index: 9;
}

@media (max-width: 767px) {
  .main-navigation {
    background-color: #FFFFFF;
  }
  .main-navigation > ul > li {
    display: block;
    border-bottom: 1px solid rgba(155, 155, 155, 0.1);
  }
  .main-navigation > ul > li > a {
    font-size: 14px;
    color: #C5B783;
  }
  .main-navigation > ul > li.menu-item-has-children a:after {
    font-family: 'dashicons';
    content: "\f347";
    color: #C5B783;
    padding: 0 15px;
    float: right;
    vertical-align: middle;
    font-size: 16px;
  }
  .main-navigation > ul > li.menu-item-has-children a.active:after {
    content: "\f343";
  }
  .main-navigation .dropdown-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    background: #F2F1EB;
    padding: 10px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
  }
  .main-navigation .dropdown-menu li > a {
    line-height: 1;
    padding: 10px 0;
    margin: 0;
    color: #C5B783;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
  }
  .main-navigation .dropdown-menu li > a:after {
    display: none;
  }
  .main-navigation .dropdown-menu li > a:hover {
    color: #004B8D;
    background: transparent;
  }
}
.navbar-nav > li > a {
  color: #FFFFFF;
  border: none;
}
.navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-nav > li > a:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 30px 10px;
  }
  .navbar-nav > li > a:hover {
    text-decoration: none;
    color: #C5B783;
  }
}

.nav .open > a {
  background-color: transparent;
  color: #FFFFFF;
  border: none;
}
.nav .open > a:focus {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .nav .open > a {
    padding: 30px 10px;
  }
  .nav .open > a:hover {
    text-decoration: none;
    color: #C5B783;
  }
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0;
  }
}

.dropdown-menu {
  padding: 10px 0;
  min-width: 180px;
  border: 0;
  background-color: rgba(205, 12, 63, 0.8);
}
.dropdown-menu > li > a {
  padding: 5px 15px;
  color: #FFFFFF;
}
.dropdown-menu > li > a:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

.navbar-bg-onscroll.navbar-fixed-top {
  background-color: #92171e;
  transition: all .3s ease-out;
}

.navbar-bg-onscroll-fade {
  transition: all .3s ease-out;
}

.dropdown-menu-bg-onscroll {
  background-color: #92171e;
}

.secondary {
  z-index: 11;
  background: #C5B783;
}
.secondary .main-link {
  color: #2c3643;
  text-transform: uppercase;
  display: block;
  float: left;
  font-size: 14px;
  margin: 6px 0 4px;
}
.secondary .main-link:hover {
  color: #004B8D;
}
.secondary .secondary-navigation {
  float: right;
  font-size: 14px;
}
.secondary .secondary-navigation ul li {
  display: inline-block;
}
.secondary .secondary-navigation ul li a {
  display: block;
  margin: 6px 0 4px;
  padding: 0 10px;
  color: #2c3643;
}
.secondary .secondary-navigation ul li a:hover {
  color: #004B8D;
}
.secondary .secondary-navigation ul li.section a {
  border-left: 1px solid #2c3643;
  border-right: 1px solid #2c3643;
}

/* homeslides */
.slides-section {
  overflow: hidden;
}

.carousel-info {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.carousel-info .caption-and-dots {
  margin-top: auto;
}
@media (max-width: 767px) {
  .carousel-info .caption-and-dots {
    padding: 0;
  }
}
.carousel-info .caption li {
  display: none;
}
.carousel-info .caption li.caption-item-show {
  display: block;
}
.carousel-info .caption h1 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 34px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .carousel-info .caption h1 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.carousel-info .caption p {
  color: #FFFFFF;
  line-height: 1.5em;
}
.carousel-info .slick-dots {
  margin: 0 auto;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .carousel-info .slick-dots {
    padding: 0 0 5px;
  }
}
.carousel-info .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.carousel-info .slick-dots li span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  .carousel-info .slick-dots li span {
    width: 16px;
    height: 4px;
    border: none;
  }
}
.carousel-info .slick-dots li.slick-active span {
  background: #FFFFFF;
}

.slider-box {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .slider-box {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-box .slider-box-item {
  border-top: 4px solid rgba(197, 183, 131, 0.6);
  padding-top: 10px;
  position: absolute;
  top: -120px;
  color: #FFFFFF;
  background-color: rgba(205, 12, 63, 0.8);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 767px) {
  .slider-box .slider-box-item {
    position: relative;
    top: auto;
  }
}
.slider-box .slider-box-item .quick-links-row-1 a {
  font-size: 30px;
}
@media (max-width: 767px) {
  .slider-box .slider-box-item .quick-links-row-1 a {
    font-size: 18px;
  }
}
.slider-box .slider-box-item .quick-links-row-2, .slider-box .slider-box-item .quick-links-row-3 {
  padding: 5px 0;
  border-top: 1px solid rgba(197, 183, 131, 0.4);
}
.slider-box li {
  padding: 10px 0 10px;
}
.slider-box a {
  color: #FFFFFF;
  font-size: 16px;
}
.slider-box a:hover {
  color: #C5B783;
}

/* cs-footer */
.cs-footer {
  margin-top: 40px;
  background-color: #92171e;
}
.cs-footer > .container {
  padding: 10px 15px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cs-footer > .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cs-footer .cs-footer-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .cs-footer .cs-footer-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cs-footer .cs-footer-menu .cs-footer-menu-list {
    border-bottom: 1px solid rgba(197, 183, 131, 0.2);
  }
}
@media (max-width: 767px) {
  .cs-footer .cs-footer-menu ul.cs-footer-menu-items {
    padding-bottom: 10px;
  }
}
.cs-footer .cs-footer-menu ul.cs-footer-menu-items li {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 2;
}
.cs-footer .cs-footer-menu ul.cs-footer-menu-items a {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 2;
}
.cs-footer .cs-footer-menu ul.cs-footer-menu-items a:hover {
  text-decoration: none;
  color: #C5B783;
}
.cs-footer .cs-footer-logo {
  text-align: center;
}
.cs-footer .cs-footer-menu-title {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .cs-footer .cs-footer-menu-title {
    padding: 5px 0;
  }
  .cs-footer .cs-footer-menu-title:after {
    font-family: 'dashicons';
    content: "\f347";
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 0;
    display: inline;
    float: right;
  }
}
.cs-footer .cs-footer-menu-container {
  display: block;
}
@media (max-width: 767px) {
  .cs-footer .cs-footer-menu-container {
    display: none;
  }
}
.cs-footer .cs-footer-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  background-color: #2c3643;
  text-align: center;
}
.cs-footer .cs-footer-copyright li {
  display: inline;
  padding: 0 10px;
  color: #FFFFFF;
}
.cs-footer .cs-footer-copyright li a {
  font-size: 12px;
  color: #FFFFFF;
}

/*----------------------------------------------------------
// Pagination
----------------------------------------------------------*/
.cs-detail-page {
  position: relative;
  height: 22px;
}
.cs-detail-page li {
  float: none;
  width: auto;
}
.cs-detail-page li:first-child {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.cs-detail-page li:nth-child(2) {
  text-align: center;
}
.cs-detail-page li:last-child {
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
}
.cs-detail-page li a {
  color: #004B8D;
}

.element-invisible {
  display: none;
}

.cs-page .pager .pager-item {
  padding: 2px;
}
.cs-page .pager .pager-previous, .cs-page .pager .pager-next {
  display: none;
}
.cs-page .pager li {
  margin: 0;
}
.cs-page .pager li.pager-current {
  color: #fff;
  cursor: default;
  background-color: #2073bd;
  border-color: #2073bd;
  padding: 3px 10px;
}
.cs-page .pager li a, .cs-page .pager li span {
  padding: 2px 9px;
  border-radius: 0;
}
.cs-page .pager li a:hover, .cs-page .pager li span:hover {
  color: #fff;
  background-color: #2073bd;
  border-color: #2073bd;
}

/*----------------------------------------------------------
// cs-detail-gallery
----------------------------------------------------------*/
.cs-detail-gallery {
  margin-top: 30px;
  /* ---- grid ---- */
  /* ---- .grid-item ---- */
}
.cs-detail-gallery .grid {
  /* clear fix */
}
.cs-detail-gallery .grid:after {
  content: '';
  display: block;
  clear: both;
}
.cs-detail-gallery .grid-sizer, .cs-detail-gallery .grid-item {
  width: 33.33%;
}
@media (max-width: 479px) {
  .cs-detail-gallery .grid-sizer, .cs-detail-gallery .grid-item {
    width: 50%;
  }
}
.cs-detail-gallery .grid-item {
  float: left;
}
.cs-detail-gallery .grid-item img {
  border: 4px solid transparent;
  display: block;
  max-width: 100%;
}

/* Homepage Page Content */
.cs-news-container > .container {
  padding: 0;
}

.cs-news {
  margin-top: 44px;
  overflow: hidden;
}
.cs-news .cs-headline {
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  margin-bottom: 10px;
  overflow: hidden;
}
.cs-news .cs-headline a h2 {
  color: #2c3643;
  font-size: 20px;
  line-height: 34px;
}
.cs-news .cs-pic-text {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cs-news img {
  display: block;
  width: 100%;
  height: auto;
}
.cs-news .cs-text {
  width: 100%;
  height: auto;
  float: left;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.cs-news .cs-text span {
  float: left;
  width: 50px;
  height: 24px;
  background: #C5B783;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #C5B783;
}
.cs-news .cs-text p {
  position: absolute;
  line-height: 1.5;
  color: #FFFFFF;
  width: 100%;
  padding: 5px;
  background-color: rgba(44, 54, 67, 0.4);
  overflow: hidden;
}
.cs-news .cs-title-list li {
  line-height: 1.57;
  font-size: 14px;
  max-height: 40px;
  margin-top: 15px;
}
.cs-news .cs-title-list li a:hover {
  color: #C5B783;
}

.cs-news-item .cs-news-title {
  display: inline-block;
}

.cs-news-item .cs-news-date {
  color: #666666;
  float: right;
}

.cs-activities-list > li {
  display: block;
  padding: 0;
  margin: 0;
}
.cs-activities-list .cs-activitie-item {
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
}
.cs-activities-list .cs-date-time {
  display: inline-block;
  color: #004B8D;
  float: left;
  text-align: center;
  width: 80px;
  margin-top: 1px;
  margin-right: 20px;
}
.cs-activities-list .cs-date-time .cs-date, .cs-activities-list .cs-date-time .cs-time {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}
.cs-activities-list .cs-activitie-title {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  overflow: hidden !important;
}

.cs-features .cs-column-info {
  margin: 45px 0 20px;
}
.cs-features .cs-column-info h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 5px;
  color: #2c3643;
  font-weight: normal;
}
.cs-features .cs-column-info h2 span {
  display: block;
  width: 30px;
  height: 2px;
  border: solid 1px rgba(44, 54, 67, 0.6);
  margin: 18px auto 10px;
}
.cs-features .cs-column-info p {
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
  color: #2c3643;
}
.cs-features .cs-features-item {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cs-features .cs-features-item {
    margin-bottom: 20px;
  }
}
.cs-features .cs-features-item a {
  position: relative;
  display: block;
}
.cs-features .cs-features-item a.link-hover {
  background: #2c3643;
}
.cs-features .cs-features-item a.red {
  border-top: 6px solid #92171e;
}
.cs-features .cs-features-item a.gold {
  border-top: 6px solid #C5B783;
}
.cs-features .cs-features-item a.blue {
  border-top: 6px solid #004B8D;
}
.cs-features .cs-features-item a .text {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  color: #C5B783;
  z-index: 1;
}
.cs-features .cs-features-item a .text strong {
  display: block;
  font-size: 32px;
  line-height: 26px;
}
.cs-features .cs-features-item a .text #span {
  color: white;
  font-size: 44px;
  line-height: 32px;
}
.cs-features .cs-features-item a img {
  width: 100%;
  height: auto;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.cs-features .cs-features-item a .item-hover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  color: #FFFFFF;
  background: rgba(44, 54, 67, 0.8);
}
.cs-features .cs-features-item a .item-hover h2 {
  color: #fff;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 30px;
}
.cs-features .cs-features-item a .item-hover p {
  margin: 0;
}
.cs-features .cs-features-item a:hover .item-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.cs-features .cs-features-item a .item-container {
  position: absolute;
  top: 30%;
  padding: 15px;
  width: 100%;
}

/* channel page */
.cs-banner {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  text-align: center;
  font-size: 48px;
  line-height: 300px;
  color: #fff;
}

.cs-path {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #eeedee;
}
.cs-path .breadcrumb {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.cs-content-main {
  margin: 30px 0 30px;
}

.cs-left-channel-nav-container {
  border-top: 5px solid #C5B783;
  background-color: rgba(155, 155, 155, 0.1);
  overflow: hidden;
}
.cs-left-channel-nav-container .cs-left-channel-nav-title {
  font-size: 30px;
  text-align: left;
  margin-top: 15px;
}
.cs-left-channel-nav-container .cs-left-channel-nav-list {
  float: left;
  margin: 5px 0;
}
.cs-left-channel-nav-container .cs-left-channel-nav-list .cs-left-channel-nav-list-item {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .cs-left-channel-nav-container .cs-left-channel-nav-list .cs-left-channel-nav-list-item {
    float: none;
    display: inline-block;
    padding-right: 15px;
  }
}
.cs-left-channel-nav-container .cs-left-channel-nav-list .cs-left-channel-nav-list-item a {
  font-size: 16px;
}
.cs-left-channel-nav-container .cs-left-channel-nav-list .cs-left-channel-nav-list-item a:hover {
  color: #C5B783;
  border-bottom: 3px solid #C5B783;
}
.cs-left-channel-nav-container .cs-left-channel-nav-list .cs-left-channel-nav-list-item.active a {
  color: #C5B783;
  border-bottom: 3px solid #C5B783;
}

.cs-gallery-page .cs-left-channel-nav-container .cs-left-channel-nav-list-item {
  float: none;
  display: inline-block;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .cs-right-channel-detail-container {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

/*
//----------------------------------------------------------
// 栏目说明-机构设置
//----------------------------------------------------------
*/
.cs-detail-organization .cs-organization-menu {
  margin-bottom: 10px;
}
.cs-detail-organization .cs-organization-menu h4 {
  font-size: 16px;
  /*height: 36px;*/
  line-height: 36px;
  color: #FFFFFF;
  padding: 0 15px;
  background-color: #C5B783;
  /*cursor: pointer;*/
}
.cs-detail-organization .cs-organization-list {
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  clear: both;
  background-color: rgba(155, 155, 155, 0.1);
}
.cs-detail-organization .cs-organization-list li a {
  color: #2c3643;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cs-detail-organization .cs-organization-list li a:hover {
  text-decoration: none;
  color: #C5B783;
}

.cs-detail-new-list .cs-news-item {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cs-detail-new-list .cs-news-item {
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(44, 54, 67, 0.2);
  }
}
.cs-detail-new-list .cs-news-item .cs-img-container img {
  margin: 0;
}
.cs-detail-new-list .cs-news-item h4 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.5;
  color: #2c3643;
}
.cs-detail-new-list .cs-news-item a:hover h4, .cs-detail-new-list .cs-news-item a:hover p {
  color: #004B8D;
}
.cs-detail-new-list .cs-news-item .cs-time {
  font-size: 14px;
  display: block;
  color: #9b9b9b;
  margin-bottom: 5px;
}
.cs-detail-new-list .cs-news-item .cs-news-paragraph {
  font-size: 14px;
  line-height: 1.6;
  text-indent: 0;
}

.cs-detail-special-list .cs-special-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cs-detail-download-list .cs-column-title {
  height: 50px;
  border-top: 1px solid rgba(155, 155, 155, 0.2);
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  line-height: 50px;
  font-size: 20px;
  color: #C5B783;
  text-align: center;
}
.cs-detail-download-list .list-unstyled {
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  padding: 43px 10%;
  margin-bottom: 100px;
}
.cs-detail-download-list .list-unstyled li {
  height: 60px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  line-height: 60px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.cs-detail-download-list .list-unstyled li span {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 10px;
}
.cs-detail-download-list .list-unstyled li span a {
  display: block;
  background: url(../img/downloads.png) center center no-repeat;
  width: 40px;
  height: 40px;
}
.cs-detail-download-list .list-unstyled li span a:hover {
  background: url(../img/downloads_hover.png) center center no-repeat;
}

/*----------------------------------------------------------
// 内容页
----------------------------------------------------------*/
.cs-detail {
  padding: 30px 15px;
  max-width: 780px;
  margin: 0 auto;
  overflow: visible;
}
.cs-detail h1 {
  font-size: 24px;
}
.cs-detail .cs-detail-author {
  /*border-bottom: 1px solid #cccccc;*/
  padding-bottom: 10px;
  margin-top: 20px;
}
.cs-detail .cs-detail-author li {
  display: inline-block;
  font-size: 14px;
  color: #cccccc;
  padding-right: 15px;
}

.cs-detail-word {
  margin-bottom: 35px;
}
.cs-detail-word p {
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 0px;
  padding: 0;
}
.cs-detail-word img {
  margin: 7px auto;
  display: block;
}
.cs-detail-word strong.cs-mystro {
  font-size: 20px;
  line-height: 2;
  margin: 20px 0 10px;
  color: #0C375D;
  display: block;
}

/*Reset some homepage css style and add some faculty css style*/
/* 非首页导航栏 或者 学院首页 */
.not-home-page .navbar, .faculty-home-page .navbar {
  background-color: #004B8D;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .not-home-page .dropdown-menu, .faculty-home-page .dropdown-menu {
    background-color: #004B8D;
  }
}
.not-home-page .cs-footer, .faculty-home-page .cs-footer {
  background-color: #004B8D;
}

/* 系部首页-信息动态部分 */
.faculty-home-page .cs-news-section {
  padding: 20px 0;
  background-color: #f8f8f8;
}
.faculty-home-page .cs-news-section .cs-news-content-left {
  height: 460px;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .faculty-home-page .cs-news-section .cs-news-content-left {
    border-right: 15px solid #f8f8f8;
  }
}
@media (max-width: 991px) {
  .faculty-home-page .cs-news-section .cs-news-content-left {
    height: auto;
    margin-bottom: 15px;
  }
}
.faculty-home-page .cs-news-section .cs-news-content-left a {
  color: #2c3643;
}
.faculty-home-page .cs-news-section .cs-news-content-left .cs-news-focus-image {
  height: auto;
  margin-top: 15px;
}
.faculty-home-page .cs-news-section .cs-news-content-left .cs-news-focus-title {
  height: auto;
}
.faculty-home-page .cs-news-section .cs-news-content-left .cs-news-focus-title .title {
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin: 15px 0;
}
.faculty-home-page .cs-news-section .cs-news-content-left .cs-news-focus-title .desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  max-height: 96px;
  margin-bottom: 15px;
  overflow: hidden;
}
.faculty-home-page .cs-news-section .cs-news-content-right {
  height: 460px;
  background: #FFFFFF;
}
.faculty-home-page .cs-news-section .cs-news-content-right .cs-news-content-list {
  margin-top: 30px;
}
.faculty-home-page .cs-news-section .cs-news-content-right .cs-news-content-list li {
  display: block;
}
.faculty-home-page .cs-news-section .cs-news-content-right .cs-news-content-list li .time {
  display: inline-block;
  float: left;
  margin-right: 15px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.faculty-home-page .cs-news-section .cs-news-content-right .cs-news-content-list li .time .day {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.faculty-home-page .cs-news-section .cs-news-content-right .cs-news-content-list li .time .yymm {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666666;
  margin-top: 10px;
  margin-right: 15px;
}
.faculty-home-page .cs-news-section .cs-news-content-right .cs-news-content-list li .title-desc {
  height: 96px;
  margin-left: 20px;
}
.faculty-home-page .cs-news-section .cs-news-content-right .cs-news-content-list li .title-desc .title {
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.faculty-home-page .cs-news-section .cs-news-content-right .cs-news-content-list li .title-desc .desc {
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  margin-top: 10px;
  color: #666666;
  overflow: hidden;
}
.faculty-home-page .cs-section-title {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  text-align: center;
  background: url(../img/faculty/index-notice-title-bg.png) center no-repeat;
  margin-top: 30px;
  margin-bottom: 26px;
}
.faculty-home-page .cs-section-more {
  width: 100px;
  height: 30px;
  margin: 15px 0;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(0, 75, 141, 0.6);
  text-align: center;
}
.faculty-home-page .cs-section-more a {
  color: #FFFFFF;
}

/* 系部首页-通知公告部分 */
.faculty-home-page .cs-notices-section {
  /*width: 100%;*/
  padding-bottom: 20px;
  background-color: #f8f8f8;
  /*background: url('../img/faculty/index-notice-bg.png') center no-repeat;*/
  /*公告部分*/
  /*下载部分*/
}
.faculty-home-page .cs-notices-section .cs-notices-content {
  height: 421px;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .faculty-home-page .cs-notices-section .cs-notices-content {
    border-right: 15px solid #f8f8f8;
  }
}
.faculty-home-page .cs-notices-section .cs-notices-content .cs-notices-list a {
  color: #333333;
}
.faculty-home-page .cs-notices-section .cs-notices-content .cs-notices-list li {
  display: block;
  height: 75px;
  margin-bottom: 26px;
}
.faculty-home-page .cs-notices-section .cs-notices-content .cs-notices-list li .time {
  display: inline-block;
  float: left;
  margin-right: 15px;
  background: url("../img/faculty/notice-time-on.png") center no-repeat;
}
.faculty-home-page .cs-notices-section .cs-notices-content .cs-notices-list li .time .year {
  font-size: 16px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
}
.faculty-home-page .cs-notices-section .cs-notices-content .cs-notices-list li .time .date {
  font-size: 16px;
  margin: 0 10px;
  height: 46px;
  line-height: 46px;
}
.faculty-home-page .cs-notices-section .cs-notices-content .cs-notices-list li .title-desc {
  margin-left: 12px;
}
.faculty-home-page .cs-notices-section .cs-notices-content .cs-notices-list li .title-desc .title {
  height: 32px;
  line-height: 32px;
  text-align: left;
  font-size: 16px;
  overflow: hidden;
}
.faculty-home-page .cs-notices-section .cs-notices-content .cs-notices-list li .title-desc .desc {
  max-height: 40px;
  text-align: left;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
}
.faculty-home-page .cs-notices-section .cs-download-content {
  height: 421px;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .faculty-home-page .cs-notices-section .cs-download-content {
    margin-top: 15px;
  }
}
.faculty-home-page .cs-notices-section .cs-download-content ul {
  width: 100%;
}
.faculty-home-page .cs-notices-section .cs-download-content ul a {
  color: #333333;
}
.faculty-home-page .cs-notices-section .cs-download-content ul li {
  height: 44px;
  margin-bottom: 15px;
  overflow: hidden;
}
.faculty-home-page .cs-notices-section .cs-download-content ul li .list-bg {
  display: inline-block;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background: url("../img/faculty/index-download-list-bg.png") center no-repeat;
  margin-top: 4px;
}
.faculty-home-page .cs-notices-section .cs-download-content ul li .title {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

/*# sourceMappingURL=style.min.css.map */
