/* default.css样式 */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  border: none;
  /*width: 100%;*/
  max-height: 100%;
  vertical-align: top;

  /*灰度滤镜放在gray.svg文件的id叫做grayscale的滤镜里*/
}

.imgdesc {
  position: absolute;
  font-size: 20px;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  color: inherit;
  cursor: pointer;
}

a:hover {
  color: inherit;
}

a:focus,
a:active {
  outline: none;
}

a img {
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

textarea,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

body,
input,
button,
textarea,
select,
option {
  font: normal 14px "microsoft yahei", "helvetica neue", helvetica, "pingfang sc", "hiragino sans gb", arial, sans-serif;
}

body {
  /* position: relative; */
  min-width: 1160px;
  background-color: #fff;
  color: #222222;
}

img.responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* common.css样式 */

/*videojs*/

.video-js.vjs-fluid {
  height: 100%;
}

/* return_top */

#return_top {
  position: fixed;
  right: 30px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  background-image: url(/uploads/image/psimg/icon_return_top.png);
  background-size: 100% 100%;
  display: none;
  transform: all .5s;
}

#return_top:hover {
  transform: scale(1.1);
}

/* sec-head */

.wrap .sec-head {
  padding: 10px 0;
  background-color: #f1f1f1;
}

.sec-head .sec-head-inner {
  width: 1160px;
  margin: 0 auto;
}

.sec-head-inner .sec-head-nav {
  width: calc(100% - 250px);
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-head-inner .sec-head-nav li {
  font-size: 12px;
  line-height: 28px;
  color: #777777;
}

.sec-head-inner .sec-head-nav li:hover {
  color: red;
}

.sec-head-inner .sec-search {
  width: 230px;
  height: 28px;
  border: 1px solid #d5240c;
  border-radius: 4px;
  float: right;
}

.sec-search input {
  width: calc(100% - 55px);
  height: 100%;
  float: left;
}

.sec-search .search-btn {
  width: 55px;
  height: 100%;
  background-color: #d5240c;
  font-size: 12px;
  color: #ffffff;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.sec-search .search-btn i {
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(/uploads/image/psimg/icon-search.png);
  background-size: 100% 100%;
  margin-right: 4px;
}

/* location */

.location {
  padding: 24px 0 14px;
  border-bottom: 1px solid #f1f1f1;
  color: #023548;
}

.location a:hover {
  color: red;
}

/* foot */

.wrap .foot {
  background-color: #f8f8f8;
  padding: 26px 0 20px;
}

.foot .foot-inner {
  width: 1160px;
  margin: 0 auto;
}

.foot-inner .foot-tab .tab-item {
  float: left;
  padding: 4px 10px;
  font-size: 12px;
  background-color: #d8d8d8;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}

.foot-inner .foot-tab .tab-item.active {
  color: #ffffff;
  background-color: #ff0000;
}

.foot-inner .tab-con .con-item {
  display: none;
  padding: 14px 0 20px;
}

.foot-inner .tab-con .con-item:first-child {
  display: block;
}

.foot-inner .tab-con .con-item .list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 6px;
  font-size: 12px;
}

.foot .certificate {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
}

.foot .certificate li {
  display: inline-block;
  width: 165px;
  height: 60px;
  margin: 0 20px;
}

.foot .certificate li img {
  width: 100%;
  height: 100%;
}

.foot .foot-nav {
  text-align: center;
  padding: 0 0 20px;
}

.foot .foot-nav li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  font-size: 12px;
}

.foot .foot-nav li::after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.foot .foot-nav li:last-child::after {
  width: 0;
}

.foot .exec p {
  padding: 4px 0;
  text-align: center;
  font-size: 12px;
}

.foot .exec p span {
  padding: 0 14px;
}

/*分页样式*/

#pagination {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  margin: 0 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  font-size: 14px;
}

.pagination a:hover,
.pagination a.active,
.pagination span:hover,
.pagination span.active {
  background-color: #fd6060;
  border-color: #fd6060;
  color: #fff;
}

.pagination .jumper-input {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 26px;
  padding: 0 .3em;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
}

.pagination .pager-next {
  margin-right: 30px;
}

.pagination .jump-btn {
  margin-left: 20px;
}

.main-inner .main-content {
  padding: 20px 0 0;
  margin-bottom: 50px;
}


/*articleaside*/

.main-content .article-aside {
  width: 330px;
  height: auto;
  padding-top: 14px;
}

.article-aside .aside-item {
  background-color: #f8f8f8;
}

.article-aside .aside-item .aside-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px 0;
}

.article-aside .aside-item .aside-title h3 {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  position: relative;
  padding-left: 14px;
}

.article-aside .aside-item .aside-title h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  width: 5px;
  height: 16px;
  background: -moz-linear-gradient(top, #cd2337 0%, #e89300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd2337), color-stop(100%, #e89300));
  background: -webkit-linear-gradient(top, #cd2337 0%, #e89300 100%);
  background: -o-linear-gradient(top, #cd2337 0%, #e89300 100%);
  background: -ms-linear-gradient(top, #cd2337 0%, #e89300 100%);
  background: linear-gradient(to bottom, #cd2337 0%, #e89300 100%);
  border-radius: 3px;
}

.article-aside .aside-item .aside-title .operate span {
  color: #777777;
  cursor: pointer;
}

.article-aside .aside-item .aside-title .operate span.active {
  color: #cd2337;
}

.article-aside .aside-item .aside-con {
  padding: 10px 15px 20px 15px;
}

.aside-item .aside-con .aside-list li {
  padding: 10px 0;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.aside-item .aside-con .aside-list li:hover {
  color: #e9221b;
}

.hot-video .aside-con .aside-list li a span:first-child {
  display: inline-block;
  width: 44px;
}

.article-aside .hot-video,
.article-aside .jingjiangno,
.article-aside .recommend-gallery {
  margin-top: 30px;
}

.article-aside .hot-video .aside-con li a span:first-child {
  display: inline-block;
  width: calc(100% - 25px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.article-aside .hot-video .aside-con li a i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #cd2337;
  border-radius: 50%;
}

.article-aside .hot-video .aside-con li a .normal {
  display: flex;
  align-items: center;
}

.article-aside .hot-video .aside-con li a .video {
  width: 100%;
  height: 76px;
  display: none;
  align-items: center;
}

.hot-video .aside-con li a .video .thumb-image {
  width: 136px;
  height: 76px;
}

.hot-video .aside-con li a .video .thumb-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hot-video .aside-con li .video .video-title {
  width: calc(100% - 136px);
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 22px;
}

.hot-video .aside-con li:hover a .normal {
  display: none;
}

.hot-video .aside-con li:hover a .video {
  display: flex;
}

.recommend-gallery .aside-list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.recommend-gallery .aside-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.recommend-gallery .aside-con .aside-list li {
  padding: 3px 0;
}

.recommend-gallery .aside-list li:first-child {
  width: 100%;
  height: 170px;
}

.recommend-gallery .aside-list li:nth-child(n 2) {
  width: calc((100% - 6px) / 2);
  height: 83px;
  float: left;
}

.recommend-gallery .aside-list li:nth-child(2n) {
  margin-right: 6px;
}

.recommend-gallery .aside-list li:hover a img {
  transform: scale(1.1);
}

.article-aside .aside-adver {
  margin-top: 30px;
  position: relative;
}

.article-aside .aside-adver span {
  padding: 4px 10px;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #ffffff;
}

.comment li {
  width: 100% !important;
}

.head {
  /*margin-top: 124px;*/
}