@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
* {
  box-sizing: border-box;
}

html, body, div, form, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-family: inherit;
}

address, caption, cite, code, dfn, em, strong, th, var, i {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, div, p, li, dt, dd {
  word-break: break-all;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-size: 100%;
  font-weight: normal;
}

table, iframe {
  width: 100%;
}

th, td, img, input, select, textarea {
  vertical-align: middle;
}

ul, ol {
  list-style: none outside none;
}

fieldset, img {
  border: medium none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym, input {
  border: 0 none;
}

a {
  outline: medium none;
  text-decoration: none;
}

a:link, a:hover, a:visited, a:active {
  text-decoration: none;
}

input, textarea, select, button {
  outline: none;
  border: 0 none;
}

textarea {
  resize: none;
  word-break: break-all;
  word-wrap: break-word;
}

legend {
  display: none;
}

button {
  background: none;
  border: 0 none;
}

/*reset html5*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 0 none;
}

input::-ms-clear {
  display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
  display: none;
}

/*隐藏密码框小眼睛*/
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-indent {
  text-indent: -9999px;
}

.font-weight {
  font-weight: bold !important;
}

.font-normal {
  font-weight: normal !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  overflow: hidden;
}

.vhidden {
  visibility: hidden;
}

.border-none {
  border: none !important;
}

.pull-right {
  float: right !important;
  display: inline;
}

.pull-left {
  float: left !important;
  display: inline;
}

.pull-none {
  float: none !important;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.container {
  width: 1270px;
}

.btn-play {
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
}

.icon-play {
  display: inline-block;
  width: 9px;
  height: 12px;
  vertical-align: middle;
  background: url("../images/icon-play.png") no-repeat center center;
  position: relative;
  top: -2px;
}

.caret {
  display: inline-block;
  width: 8px;
  height: 4px;
  margin-left: 6px;
  background: url("../images/arrow-down.png") no-repeat center center;
  vertical-align: middle;
}

.header {
  color: #fff;
  background-color: #C60100;
}
.header .container {
  height: 100px;
}
.header .header-logo {
  display: flex;
  align-items: center;
  height: 100px;
  font-size: 16px;
  position: relative;
}
.header .header-logo-subtitle {
  position: absolute;
  top: 20px;
  right: -110px;
}
.header .search-types {
  height: 100px;
  position: relative;
}
.header .search-types > p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
.header .search-types > p a {
  margin-left: 40px;
  color: #fff;
}
.header .search-types > p a:first-child {
  margin-left: 0;
}
.header .search-types > p a:hover {
  text-decoration: underline;
}
.header .search-box {
  position: absolute;
  right: 0;
  bottom: 20px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
}
.header .search-box .input-text {
  width: 100%;
  height: 24px;
  padding-right: 30px;
  color: #fff;
  background-color: transparent;
}
.header .search-box .input-text::placeholder {
  font-size: 14px;
  color: #fff;
  opacity: .65;
}
.header .search-box .btn-search {
  width: 30px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 24px;
  background: url("../images/icon-search.png") no-repeat right center;
  text-indent: -9999px;
}

.nav {
  height: 40px;
  position: relative;
}
.wp_nav .sub-nav {
    width: 160px !important;
}
.nav:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ddd;
}
.nav .nav-main {
  display: flex;
  justify-content: space-between;
}
.nav .nav-item {
  float: left;
  position: relative;
  z-index: 50;
  width: 158px !important;
}
.nav .nav-item > a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  text-align: center !important;
}
.nav .nav-item > a:hover {
  color: #C60100;
}
/*.nav .nav-item:first-child a {
  padding-left: 00;
}
.nav .nav-item:last-child a {
  padding-right: 0;
}*/
.nav .nav-item .subnav {
  display: none;
  width: 100%;
  min-width: 170px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 50;
}
.nav .nav-item .subnav a {
  display: block;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  color: #C60100;
  background-color: #fff;
}
.nav .nav-item .subnav a:hover {
  color: #fff;
  background-color: #C60100;
}
.nav .nav-item:hover .subnav {
  display: block;
}

.index .panel-header {
  padding-left: 50px;
  position: relative;
  text-align: right;
}
.index .panel-header:after {
  height: 3px;
  background-color: #C60100;
  position: absolute;
  right: 0;
  left: 150px;
  bottom: 0;
}
.index .panel-header .more {
  font-size: 14px;
  line-height: 24px;
  color: #C60100;
}
.index .panel-header .more {
  position: relative;
  padding-right: 12px;
}
.index .panel-header .more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("../images/icon-more-arrow.png") no-repeat center center;
}
.index .panel-header-title {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;
}
.index .panel-header-title.panel-news {
  background: url("../images/icon-news.png") no-repeat left center;
}
.index .panel-header-title.panel-video {
  background: url("../images/icon-video.png") no-repeat left center;
}
.index .panel-header-title.panel-picture {
  background: url("../images/icon-picture.png") no-repeat left center;
}
.index .panel-header-subtitle {
  font-size: 18px;
  font-family: Source Han Sans CN;
  color: #999;
}

.banner-swiper-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.banner-swiper-container a {
  color: #fff;
}
.banner-swiper-container a:hover {
  color: #C60100;
}

.swiper-pagination {
  padding-right: 10px;
  text-align: right;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0 !important;
  width: 42px;
  height: 90px;
  background: url("../images/btn-prev.png") no-repeat center center rgba(0, 0, 0, 0.5);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  width: 42px;
  height: 90px;
  right: 0 !important;
  background: url("../images/btn-next.png") no-repeat center center rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 3px;
  border-radius: 0 none;
  background-color: #C60100;
  margin-left: 5px;
  margin-right: 0;
  opacity: 1;
  border-radius: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.panel-notice {
  width: 550px;
  overflow: hidden;
}
.panel-notice .panel-notice-header {
  padding-left: 13px;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
}
.panel-notice .panel-notice-header::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 12px;
  background-color: #C60100;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.panel-notice .panel-body {
  padding-top: 15px;
}
.panel-notice .panel-notice-item {
  padding: 5px 90px 5px 15px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.panel-notice .panel-notice-item > a {
  display: block;
  height: 24px;
  padding-left: 16px;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.panel-notice .panel-notice-item > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #999;
}
.panel-notice .panel-notice-item time {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.panel-notice .panel-notice-item:hover a, .panel-notice .panel-notice-item:hover time {
  color: #C60100;
}
.panel-notice .panel-notice-item:hover a {
  text-decoration: underline;
}
.panel-notice .panel-notice-item:hover a::before {
  background-color: #C60100;
}

.panel-news-header {
  background: url("../images/icon-news.png") no-repeat left center;
}

.panel-video-header {
  background: url("../images/icon-video.png") no-repeat left center;
}

.panel-picture-header {
  background: url("../images/icon-picture.png") no-repeat left center;
}

.panel-news-header, .panel-video-header, .panel-picture-header {
  height: 38px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
  line-height: 38px;
}
.panel-news-header .panel-header-title, .panel-video-header .panel-header-title, .panel-picture-header .panel-header-title {
  height: 36px;
  font-size: 36px;
  color: #333;
}
.panel-news-header .panel-header-subtitle, .panel-video-header .panel-header-subtitle, .panel-picture-header .panel-header-subtitle {
  float: left;
  text-indent: 10px;
  font-size: 18px;
  color: #999;
  text-align: left;
}
.panel-news-header::before, .panel-video-header::before, .panel-picture-header::before {
  content: '';
  width: 1067px;
  height: 3px;
  background: #C60100;
  position: absolute;
  right: 0;
  bottom: 0;
}
.panel-news-header .more, .panel-video-header .more, .panel-picture-header .more {
  position: relative;
  padding-right: 12px;
}
.panel-news-header .more:after, .panel-video-header .more:after, .panel-picture-header .more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("../images/icon-more-arrow.png") no-repeat center center;
}

.panel-news {
  margin-top: 50px;
}
.panel-news .media:first-child {
  margin-bottom: 30px;
}
.panel-news .media-object {
  width: 300px;
  height: 200px;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
}
.panel-news .media-object .meida-object-title {
  padding: 5px 10px;
  height: 54px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}
.panel-news .media-object .meida-object-title a {
  color: #fff;
}
.panel-news .media-object .meida-object-title a:hover {
  color: #C60100;
}
.panel-news .media-item {
  padding: 10px 0;
  border-bottom: 1px dotted #E0E0E0;
  position: relative;
  padding-right: 90px;
}
.panel-news .media-item a {
  display: block;
  height: 31px;
  font-size: 18px;
  line-height: 31px;
  color: #333;
}
.panel-news .media-item time {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.panel-news .media-item:hover a, .panel-news .media-item:hover time {
  color: #C60100;
}

.video-box {
  width: 604px;
  height: 350px;
  border-radius: 6px;
  overflow: hidden;
}
.video-box .video-media {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-box .masker {
  background: #333333;
  opacity: .5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-box .media-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  background-color: rgba(51, 51, 51, 0.8);
}
.video-box .btn-ctrl {
  position: absolute;
  width: 43px;
  height: 43px;
  background: url("../images/btn-play.png") no-repeat center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-box .media-option {
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.panel-video {
  margin-top: 50px;
}
.panel-video .video-list {
  width: 646px;
}
.panel-video .video-list .media {
  float: left;
  width: 202px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.panel-video .video-list .media:nth-of-type(6n) {
  margin-right: 0;
}
.panel-video .video-list .media:nth-child(6) ~ .media {
  margin-bottom: 0;
}
.panel-video .video-list .media-object {
  position: relative;
}
.panel-video .video-list .media-option {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.panel-video .video-list .media-title {
  padding: 0 5px;
  font-size: 16px;
  line-height: 24px;
}
.panel-video .video-list .media-title a {
  color: #333;
}
.panel-video .video-list .media-title a:hover {
  color: #C60100;
}

.panel-picture .panel-body {
  padding-top: 32px;
}
.panel-picture .media {
  width: 180px;
  height: 200px;
  border: 1px solid #E0E0E0;
  float: left;
  margin-right: 38px;
  margin-bottom: 26px;
}
.panel-picture .media:nth-of-type(6n) {
  margin-right: 0;
}
.panel-picture .media:nth-child(6) ~ .media {
  margin-bottom: 0;
}
.panel-picture .media-object {
  width: 120px;
  height: 80px;
  margin: 32px 30px;
  overflow: hidden;
}
.panel-picture .media-object > img {
  width: 100%;
  height: 100%;
}
.panel-picture .media-title {
  max-height: 48px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  overflow: hidden;
}
.panel-picture .media-title a {
  color: #666;
}
.panel-picture .media-title a:hover {
  color: #C60100;
}

.friendlink {
  padding-top: 22px;
  margin-top: 50px;
  background: #EFEFEF;
}
.friendlink .friendlink-title {
  border-bottom: 1px solid #E0E0E0;
  font-size: 20px;
  color: #333;
  line-height: 34px;
}
.friendlink .friendlink-title span {
  display: inline-block;
  border-bottom: 1px solid #C60100;
  line-height: 34px;
}
.friendlink .friendlink-list {
  padding: 10px 0;
}
.friendlink .friendlink-list li {
  float: left;
  margin-right: 40px;
  font-size: 16px;
  line-height: 27px;
}
.friendlink .friendlink-list a {
  color: #333;
}
.friendlink .friendlink-list a:hover {
  color: #C60100;
}

.copyright {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #333;
}

.left-side {
  width: 210px;
}
.left-side .title {
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  background-color: #C60100;
}
.left-side .item {
  display: block;
  border-bottom: 2px solid #999;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.left-side .item:hover, .left-side .item.active {
  color: #C60100;
}

.right-header {
  border-bottom: 1px solid #C60100;
}
.right-header .right-header-title {
  font-size: 18px;
  color: #C60100;
}

.sidebar {
  width: 210px;
}
.sidebar .sidebar-title {
  height: 70px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  background: #C60100;
}
.sidebar .sidebar-item a {
  display: block;
  height: 46px;
  border-bottom: 1px solid #999;
  font-size: 14px;
  line-height: 46px;
  color: #666;
  text-align: center;
}
.sidebar .sidebar-item a:hover, .sidebar .sidebar-item a.active {
  color: #C60100;
}

.section {
  margin-top: 36px;
}

.content {
  width: 1020px;
}
.content .content-header {
  padding: 25px 0 20px;
  border-bottom: 1px solid #C60100;
}
.content .content-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #C60100;
}
.content .content-body-title {
  padding: 18px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.content .content-body-desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-bottom: 7px;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E0E0E0;
}

.load-more {
  height: 36px;
  border: 1px solid #E0E0E0;
  margin-top: 30px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.load-more > i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  vertical-align: middle;
  border-radius: 100%;
  background: url("../images/icon-more.jpg") no-repeat center center;
  background-size: 100%;
}

.page-lxwm .content, .page-xrld .content, .page-zzjg .content {
  padding-bottom: 100px;
}
.page-lxwm .lxwm-item, .page-lxwm .fzr-item, .page-lxwm .zzjg-item, .page-xrld .lxwm-item, .page-xrld .fzr-item, .page-xrld .zzjg-item, .page-zzjg .lxwm-item, .page-zzjg .fzr-item, .page-zzjg .zzjg-item {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 27px;
  color: #333;
}
.page-lxwm .label, .page-xrld .label, .page-zzjg .label {
  color: #666;
}

.page-tycd-cdjs .content-main p {
  margin-bottom: 24px;
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.page-tycd-cdjs .card-img {
  margin-bottom: 25px;
}
.page-tycd-cdjs .card-body {
  width: 600px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
}
.page-tycd-cdjs .card-body img {
  width: 100%;
  height: 100%;
}
.page-tycd-cdjs .card-title {
  padding: 5px 0;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 27px;
}

.page-tycd-fwzn .content-body, .page-xstzcs .content-body, .page-news .content-body {
  min-height: 500px;
  padding-top: 14px;
}
.page-tycd-fwzn .item, .page-xstzcs .item, .page-news .item {
  border-bottom: 2px dotted #E0E0E0;
  position: relative;
  line-height: 50px;
}
.page-tycd-fwzn .item a, .page-xstzcs .item a, .page-news .item a {
  display: block;
  padding-left: 17px;
  font-size: 18px;
  color: #333;
}
.page-tycd-fwzn .item a:before, .page-xstzcs .item a:before, .page-news .item a:before {
  content: '';
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  font-size: 0;
}
.page-tycd-fwzn .item a:hover, .page-xstzcs .item a:hover, .page-news .item a:hover {
  color: #C60100;
}
.page-tycd-fwzn .item a:hover:before, .page-xstzcs .item a:hover:before, .page-news .item a:hover:before {
  border-left-color: #C60100;
}
.page-tycd-fwzn .item time, .page-xstzcs .item time, .page-news .item time {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.page-tycd-fwzn-detail {
  font-size: 14px;
  color: #666;
  line-height: 48px;
}
.page-tycd-fwzn-detail ul {
  margin-left: 20px;
}

.page-jxgz .content-body {
  padding-top: 20px;
}
.page-jxgz .content {
  font-size: 14px;
  color: #666;
  position: relative;
}
.page-jxgz .content .item {
  position: relative;
}
.page-jxgz .content a {
  display: block;
  padding-left: 10px;
  position: relative;
  color: #666;
  line-height: 34px;
}
.page-jxgz .content a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #999;
}
.page-jxgz .content a:hover {
  color: #C60100;
}
.page-jxgz .content a:hover::before {
  background-color: #C60100;
}
.page-jxgz .content time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #999;
}
.page-jxgz .content .line {
  margin: 10px 0;
  border-bottom: 1px dotted #999;
}

.page-szdw .card-list {
  padding-top: 30px;
}
.page-szdw .card-img {
  float: left;
  width: 210px;
  margin-right: 60px;
  margin-bottom: 50px;
}
.page-szdw .card-img:nth-of-type(4n) {
  margin-right: 0;
}
.page-szdw .card-img:nth-child(8) ~ .card-img {
  margin-bottom: 0;
}
.page-szdw .card-object {
  display: block;
}
.page-szdw .card-body {
  padding: 5px 10px;
  color: #333;
  line-height: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.page-szdw .card-header-title {
  font-size: 14px;
}
.page-szdw .card-header-desc {
  font-size: 12px;
}
.page-szdw .card-header-info {
  font-size: 12px;
  color: #666;
  text-align: right;
}

.page-szdw-msfc .conent-main {
  padding-top: 30px;
}
.page-szdw-msfc .content-body {
  min-height: 500px;
}
.page-szdw-msfc .avatar {
  float: left;
  width: 210px;
  height: 290px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.page-szdw-msfc .avatar + p {
  font-size: 16px;
  color: #666;
  line-height: 27px;
  text-indent: 2em;
}

.tyjx-jxsp .video-item {
  float: left;
  margin-right: 32px;
  margin-bottom: 25px;
}
.tyjx-jxsp .video-item:nth-of-type(2n) {
  margin-right: 0;
}
.tyjx-jxsp .video-item:nth-child(2) ~ .video-item {
  margin-bottom: 0;
}
.tyjx-jxsp .video-object {
  width: 494px;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.tyjx-jxsp .video-object .video-bar {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.tyjx-jxsp .video-object .video-bar time {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.tyjx-jxsp .video-title {
  padding: 0 10px;
  font-size: 16px;
  line-height: 32px;
}
.tyjx-jxsp .video-title a {
  color: #333;
}
.tyjx-jxsp .video-title a:hover {
  color: #C60100;
}

.page-kcgk .course-item {
  margin-bottom: 20px;
}
.page-kcgk .course-item > p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.page-kcgk .course-item-title {
  padding: 20px 0;
  font-size: 18px;
}
.page-kcgk .table-border {
  border: 1px solid #E9E9E9;
  font-size: 16px;
}
.page-kcgk .table-border td, .page-kcgk .table-border th {
  height: 36px;
  line-height: 27px;
  border-bottom: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  color: #666;
}
.page-kcgk .table-border th {
  color: #333;
  background: #F2F2F2;
  text-align: center;
}
.page-kcgk .table-border td:nth-of-type(1), .page-kcgk .table-border td:nth-of-type(2), .page-kcgk .table-border td:nth-of-type(3), .page-kcgk .table-border td:nth-of-type(4), .page-kcgk .table-border td:nth-of-type(5) {
  text-align: center;
}
.page-kcgk .table-border td:nth-of-type(6), .page-kcgk .table-border td:nth-of-type(7) {
  padding: 0 10px;
}
.page-kcgk .table-score {
  height: 40px;
}

.page-tzcs-detail .content-body {
  font-size: 16px;
  line-height: 27px;
}
.page-tzcs-detail .item {
  margin-bottom: 50px;
}
.page-tzcs-detail .item:last-child {
  margin-bottom: 0;
}

.page-jtzn .map-container {
  width: 1130px;
  height: 400px;
  margin: 50px auto 0;
  overflow: hidden;
}

.video-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .marker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-wrapper .video-wrapper-main {
  position: absolute;
  width: 800px;
  height: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.video-wrapper .video-wrapper-main video {
  width: 100%;
  height: 100%;
}
.video-wrapper .video-wrapper-main .bar {
  width: 100%;
  height: 25px;
  line-height: 25px;
  position: absolute;
  background-color: #333333;
  z-index: 5;
}
.video-wrapper .video-wrapper-main .bar .close {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
}
.video-wrapper .video-wrapper-main .bar .icon-close {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/icon-close.png") no-repeat center center;
}

.page-zxjj .club-item {
  padding: 35px 0 30px;
  border-bottom: 1px dotted #E0E0E0;
}
.page-zxjj .media-object {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}
.page-zxjj .media-heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 27px;
  color: #333;
}
.page-zxjj .media-desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.page-zzjg .zzjg-item p {
  line-height: 48px;
  color: #666;
}
.page-zzjg .zzjg-item .label {
  font-size: 18px;
  color: #333;
}

.page-news .card-news {
  float: left;
  width: 144px;
  margin-right: 12px;
}
.page-news .card-news:nth-of-type(2n) {
  margin-right: 0;
}
.page-news .card-news .card-object {
  height: 100px;
  margin-bottom: 5px;
  overflow: hidden;
}
.page-news .card-news .card-title {
  font-size: 16px;
  line-height: 24px;
}
.page-news .card-news .card-title a {
  color: #333;
}
.page-news .card-news .card-title a:hover {
  color: #C60100;
}

.page-xw-detail .content-main {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.page-xw-detail .content-main p {
  text-indent: 2em;
}

.page-jxgz-detail {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}

.page-notice-detail .content-body-title {
  font-size: 24px;
  line-height: 48px;
  border-bottom: 1px dotted #E0E0E0;
  margin-bottom: 30px;
}
.page-notice-detail .content-body-desc {
  height: 30px;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  background: #F5F5F5;
}
.page-notice-detail h5 {
  font-size: 24px;
  color: #333;
  line-height: 48px;
}
.page-notice-detail p, .page-notice-detail dl {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.page-notice-detail .attachment .attachment-title {
  color: #C60100;
  font-size: 16px;
  line-height: 28px;
}
.page-notice-detail .attachment li {
  font-size: 14px;
  line-height: 28px;
  padding-left: 15px;
  position: relative;
}
.page-notice-detail .attachment li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  top: 50%;
  margin-top: -5px;
  background-color: #C60100;
}
.page-notice-detail .attachment li a {
  color: #333;
}
.page-notice-detail .attachment li a:hover {
  color: #C60100;
  text-decoration: underline;
}


.panel-news .media-object .meida-object-title{
  width: 100%;
}
.index .panel-header .more{
  line-height: 33px !important;
}
.panel-news-header{
  line-height:32px !important;
}
.wp_nav .sub-nav{
    width: 100% !important;
    box-shadow: 0px 3px 6px rgb(0,0,0,.3);
    border: none !important;
}
.wp_nav .sub-nav .nav-item a{
    border: none !important;
}
.nav .nav-item > a:hover{
    background-color: #c60100 !important;
    color: #fff !important;
}
.content-header div {
    word-wrap: normal !important;
}
.more a {
  color: #c60100 !important;
}
.panel-video .video-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.media-object img {
  width: 100%;
}
.media-play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-top: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}
.panel-video .video-list .media{
  width: 195px !important;
}
/*# sourceMappingURL=page.css.map */
