@charset "utf-8";
body {
  font-family: "microsoft yahei";
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none !important;
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
button,
select,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: none;
  background: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
.top {
  background: url(../images/header-bg.png) no-repeat #a3001c;
  padding: 5px 0;
}

.top .wrap {
  position: relative;
}

.top .top-links {
  float: right;
  margin-top: 50px;
  text-align: right;
  font-size: 14px;
  color: #fff;
}

.top .top-links a {
  color: #fff;
  margin-right: 20px;
}

.logo {
  float: left;
}

.search-box {
  float: right;
  margin-top: 40px;
  width: 200px;
  height: 36px;
  line-height: 36px;
  background: none;
  border-radius: 20px;
  border: 1px solid #d1808e;
}

.search-box .text {
  float: left;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  width: 160px;
  padding-left: 20px;
  color: #fff;
  background: none;
  border: none;
}

.search-box .sub {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: 8px;
  cursor: pointer;
}

.nav-bar {
  height: 50px;
  background: #fff;
}

.nav .nLi {
  float: left;
  width: 11.11%;
  text-align: center;
  position: relative;
}

.nav .nLi > a {
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
  color: #323232;
}

.nav .nLi:first-child:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #d2d2d2;
  position: absolute;
  left: -1px;
  top: 15px;
}

.nav .nLi > a:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #d2d2d2;
  position: absolute;
  right: 0;
  top: 15px;
}

.nav .nLi.current,
.nav .nLi:hover {
  background: #7a0015;
}

.nav .nLi.current > a,
.nav .nLi:hover > a {
  color: #fff;
}

.nav .nLi.current > a:after,
.nav .nLi:hover > a:after {
  display: none;
}

.nav .subNav {
  display: none;
  top: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  background: #fefeff;
  text-align: center;
  z-index: 99;
  padding: 0 2px;
}

.nav .subNav li {
  padding: 15px 5px;
  line-height: 24px;
  background: none !important;
  border-bottom: 1px solid #e7e7e8;
}

.nav .subNav li a {
  font-size: 15px;
  color: #0d0d0d;
}

.nav .subNav li.current a,
.nav .subNav li:hover a {
  color: #7a0015;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.banner img:hover {
  transform: scale(1.05);
}

.banner .slick-prev {
  text-indent: 999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 9;
  left: 2%;
  top: 50%;
  margin-top: -22px;
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-next {
  text-indent: 999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 9;
  right: 2%;
  top: 50%;
  margin-top: -22px;
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 0.8;
}

.banner .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}

.banner .slick-dots li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 7px;
  background: #ffc983;
  cursor: pointer;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li.slick-active {
  background: #a3001c;
}

/* main-box */
.index-title {
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 30px;
}

.index-title h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  padding-left: 40px;
  float: left;
}

.index-title .index-more {
  float: right;
  color: #999999;
  font-size: 12px;
  border-bottom: 1px solid #a3001c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-title .index-more:hover {
  color: #a3001c;
}

.c1 {
  float: left;
  width: 420px;
}

.c2 {
  float: right;
  width: 730px;
}

/* row1 */
.row1 {
  margin-top: 55px;
}

.row1 .c1 .index-title h3 {
  background: url(../images/index-tit1.png) left center no-repeat;
}

.row1 .c2 .index-title h3 {
  background: url(../images/index-tit2.png) left center no-repeat;
}

.index-notice ul {
  overflow: hidden;
  background: url(../images/index-notice-left.png) left top no-repeat;
  background-size: auto 100%;
  padding-left: 32px;
}

.index-notice li {
  overflow: hidden;
  padding: 9px 0;
}

.index-notice .date {
  float: left;
  width: 50px;
  text-align: center;
}

.index-notice .date .day {
  font-size: 30px;
  color: #323232;
}

.index-notice .date .year {
  font-size: 12px;
  color: #999999;
}

.index-notice .tit {
  padding-top: 5px;
  float: right;
  width: calc(100% - 62px);
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-notice li:hover .tit {
  color: #a3001c;
  transform: translateX(5px);
}

.index-news .news-pic {
  overflow: hidden;
  margin: 0 -15px;
}

.index-news .news-pic .box {
  float: left;
  width: 50%;
}

.index-news .news-pic .box a {
  display: block;
  margin: 0 15px;
  position: relative;
}

.index-news .news-pic .box .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 67%;
}

.index-news .news-pic .box .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.index-news .news-pic .box .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/news-pic-bg.png) left bottom no-repeat;
}

.index-news .news-pic .box p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  padding: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news .news-pic .box a:hover img {
  transform: scale(1.05);
}

.index-news .news-text {
  margin-top: 23px;
}

.index-news .news-text li {
  line-height: 38px;
  overflow: hidden;
  position: relative;
}

.index-news .news-text li a {
  float: left;
  width: calc(100% - 90px);
  color: #333333;
  font-size: 16px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-news .news-text li .date {
  float: right;
  font-size: 14px;
  color: #808080;
}

.index-news .news-text li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a0a0a0;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.index-news .news-text li:hover a {
  color: #a3001c;
  transform: translateX(5px);
}

.row2 {
  margin-top: 50px;
}

.row2 .index-title {
  margin-bottom: 30px;
}

.row2 .c1 .index-title h3 {
  background: url(../images/index-tit3.png) left center no-repeat;
}

.row2 .c2 .index-title h3 {
  background: url(../images/index-tit4.png) left center no-repeat;
}

.index-bszn ul {
  overflow: hidden;
}

.index-bszn ul li {
  width: 33.3%;
  float: left;
  text-align: center;
  margin-bottom: 67px;
}

.index-bszn ul li p {
  font-size: 18px;
  color: #333333;height:47px;
}

.index-bszn ul li:hover img {
  transform: rotate(360deg);
}

.index-bszn ul li:hover p {
  color: #a3001c;
}

.index-ztbd li {
  margin-bottom: 20px;
  overflow: hidden;
}

.index-ztbd li .pic {
  float: left;
  width: 218px;
  padding-bottom: 133px;
  position: relative;
  overflow: hidden;
}

.index-ztbd li .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.index-ztbd li .pic:hover img {
  transform: scale(1.05);
}

.index-ztbd li .text {
  float: right;
  width: calc(100% - 240px);
}

.index-ztbd li .text .tit {
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-ztbd li .text .abst {
  font-size: 12px;
  color: #808080;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.index-ztbd li .text .date {
  margin-top: 20px;
  width: 95px;
  height: 20px;
  line-height: 20px;
  background: #dcdcdc;
  text-align: center;
  font-size: 12px;
  color: #7f7f7f;
}

.index-ztbd li .text .tit:hover {
  transform: translateX(5px);
  color: #a3001c;
}

/* row3 */
.row3 {
  margin-top: 40px;
}

.row3 .index-title h3 {
  background: url(../images/index-tit5.png) left center no-repeat;
}

.slider-pic {
  position: relative;
}

.slider-pic .box {
  position: relative;
  overflow: hidden;
}

.slider-pic .box .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 286px;
}

.slider-pic .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-pic .box .pic:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ssfc-bg.png) left bottom no-repeat;
}

.slider-pic .box p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-pic .box:hover img {
  transform: scale(1.05);
}

.slider-pic .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-pic .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 3px;
  cursor: pointer;
}

.slider-pic .slick-dots li button {
  display: none;
}

.slider-pic .slick-dots li.slick-active {
  background: #fff;
}

.ssfc-text {
  margin-top: -10px;
}

.ssfc-text li {
  line-height: 38px;
  overflow: hidden;
  position: relative;
}

.ssfc-text li a {
  float: left;
  width: calc(100% - 90px);
  color: #333333;
  font-size: 16px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ssfc-text li .date {
  float: right;
  font-size: 14px;
  color: #808080;
}

.ssfc-text li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a0a0a0;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.ssfc-text li:hover a {
  color: #a3001c;
  transform: translateX(5px);
}

.row4 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.index-links .links-tit {
  float: left;
  font-size: 18px;
  color: #0d0d0d;
}

.index-links .links-list {
  float: right;
  width: calc(100% - 90px);
}

.index-links .links-list li {
  float: left;
  padding: 0 13px;
}

.index-links .links-list li a {
  font-size: 13px;
  color: #525252;
}

.index-links .links-list li:hover a {
  color: #a3001c;
}

/* 底部 */
.footer {
  padding-top: 30px;
  background: #a3001c;
}

.footer .contact {
  float: left;
  width: 372px;
}

.footer .contact .text {
  line-height: 28px;
}

.footer .contact .text p {
  float: left;
  width: 50%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .links {
  float: left;
  margin-left: 120px;
}

.footer .links .tit {
  padding: 20px 0;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.footer .links .tit:after {
  content: "";
  width: 27px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.footer .links ul {
  margin-top: 15px;
  line-height: 28px;
}

.footer .links ul a {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .ewm {
  float: right;
  margin-top: 10px;
}

.footer .ewm li {
  float: left;
  margin-left: 20px;
  text-align: center;
}

.footer .ewm li img {
  width: 93px;
  height: 93px;
}

.footer .ewm li p {
  font-size: 13px;
  color: #fff;
}

.footer .cory {
  margin-top: 30px;
  padding: 15px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .cory p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

/* 二级页面 */
.list-page {
  margin: 20px 0 70px 0;
  min-height: 500px;
}

/* 左侧导航 */
.left-nav {
  width: 215px;
  float: left;
}

.left-nav .column {
  background: #a3001c;
  padding: 25px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.left-nav .sideMenu {
  background: #fafafa;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.left-nav .sideMenu li {
  overflow: hidden;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #333333;
  padding: 15px 25px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  background: url(../images/left-nav-ico1.png) 190px center no-repeat;
}

.left-nav .sideMenu dl {
  padding: 10px 40px;
  border-bottom: 1px solid #e6e6e6;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 14px;
  color: #444444;
  background: url(../images/left-nav-ico2.png) left center no-repeat;
  padding: 6px 0 6px 20px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  background: url(../images/left-nav-ico3.png) left center no-repeat;
  color: #a3001c;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  color: #fff;
  background: url(../images/left-nav-ico1-on.png) 190px center no-repeat #a3001c;
  border-bottom: 1px solid #a3001c;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: 950px;
  float: right;
}

/* 当前栏目 */
/* 当前位置 */
.location {
  padding: 7px 10px 7px 30px;
  background: url(../images/home.png) 5px center no-repeat #f7f7f7;
  color: #888888;
  font-size: 14px;
  overflow: hidden;
}

.location a {
  color: #818181;
}

.page-con {
  margin-top: 15px;
}

.page-con .pages {
  margin-top: 30px;
}

/* 列表页 */
.list-text {
  overflow: hidden;
}

.list-text li {
  line-height: 54px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 14px;
  color: #999999;
}

.list-text li a.tit {
  float: left;
  position: relative;
  font-size: 16px;
  width: 800px;
  color: #000000;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text li a.tit:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #a3001c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.list-text li:hover {
  border-bottom: 1px solid #a3001c;
}

.list-text li:hover a.tit {
  color: #a3001c;
  transform: translateX(5px);
}

/* 图文列表 */
.list-pics li {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-top: 35px;
}

.list-pics li .pic {
  float: left;
  width: 250px;
  height: 170px;
  overflow: hidden;
}

.list-pics li .pic img {
  width: 100%;
}

.list-pics li .pic img:hover {
  transform: scale(1.05);
}

.list-pics li .text {
  float: right;
  width: calc(100% - 275px);
  padding-top: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.list-pics li .tit {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-pics li .tit:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #208ad6;
  left: 0;
  bottom: 0;
}

.list-pics li .abst {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.list-pics li .date {
  color: #808080;
  font-size: 12px;
  margin-top: 10px;
}

.list-pics li .tit:hover {
  color: #a3001c;
  transform: translateX(5px);
}

.list-pics li .no-pic {
  width: 100%;
  padding-left: 55px;
  padding-bottom: 15px;
}

/* 教师列表页 */
.list-tea {
  overflow: hidden;
  margin: 0 -6px;
}

.list-tea li {
  width: 20%;
  float: left;
  margin-bottom: 45px;
}

.list-tea li a {
  display: block;
  margin: 0 6px;
  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: hidden;
}

.list-tea li .pic {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.list-tea li .pic img {
  width: 100%;height:233px;
}

.list-tea li p {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-tea li a:hover img {
  transform: scale(1.05);
}

.list-tea li a:hover p {
  color: #a3001c;
}

/* 内容页 */
.article {
  margin-top: 35px;
}

.article h1 {
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

.article .info {
  padding-top: 10px;
  color: #999999;
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.article .info span {
  margin: 0 7px;
}

.article .content {
  padding: 15px 0 25px;
}

.article .content p {
  font-size: 16px;
  color: #000000;
  line-height: 34px;
  text-indent: 2em;
  padding-bottom: 35px;
}

.article .content p img,
.article .content p video {
  max-width: 100%;
  margin-left: -2em;
}

.article .content p.vsbcontent_img img {
  margin-left: 0;
}

.article .content table p {
  text-indent: 0;
}

.article .np {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}

.article .np a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #000000;
}

.article .np a:hover {
  color: #a3001c;
}
