@charset "UTF-8";
#main {
  min-width: 1300px;
  min-height: 600px; }

.float-l-box > * {
  float: left; }

.float-l-box:after {
  content: '';
  display: block;
  clear: both; }

.point {
  cursor: pointer; }

/* at-ui */
.pagination-box {
  height: 35px;
  padding-top: 60px;
  text-align: right; }

#main .atui-pagination {
  width: 100%;
  text-align: right; }

#main .el-pager li,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  min-width: 36px; }

#main .el-pager li.active {
  background: #1a6dd3;
  border-color: #1a6dd3; }

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/ }

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/ }

/* 正文字體 */
.zwzt {
  font-size: 18px !important;
  line-height: 40px !important;
  letter-spacing: 0.8px !important;
  text-align: justify !important; }

.mt30 {
  margin-top: 20px; }

.mb30 {
  margin-bottom: 30px; }

.w100pc {
  width: 100% !important; }

/* 标题字体 */
.btzt {
  font-size: 18px !important; }

video {
  background: #000;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%; }

.news-content {
  float: left;
  width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .news-content p {
    display: block !important;
    font-size: 18px !important;
    line-height: 36px !important;
    margin: 20px 0 !important; }
  .news-content img {
    width: 100% !important;
    height: auto !important; }
  .news-content span > img {
    display: inline-block;
    padding-top: 20px;
    width: auto !important;
    height: auto !important; }
  .news-content strong {
    display: inline-block;
    padding-top: 20px;
    font-weight: 600;
    font-size: 25px;
    color: #349966; }
