/*公用样式*/
p {
  margin: 0 !important;
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.navbar ul {
  display: flex;
  width: 800px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.navbar ul li {
  width: 100%;
  text-align: center;
}

.navbar ul li .active, .navbar ul li a:hover {
  background-color: rgba(102, 149, 255, .6);
}

.navbar ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.navbar ul li a img {
  width: 30px;
  height: 28px;
  position: relative;
  top: 1px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(229, 229, 229);
}

.content-title .left {
  display: flex;
  align-items: center;
}

.content-title .left h3 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(51, 51, 51);
}

.content-title .left span {
  color: rgb(229, 229, 229);
  font-size: 18px;
  margin-left: 10px;
}

.content-title .left img {
  position: relative;
  bottom: 3px;
  margin-right: 10px;
}

.content-title .right a {
  color: rgb(149, 149, 149);
  text-decoration: none;
}


.container-box .header .navBar-container {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 99;
  background: rgba(95, 146, 241, 0.6);
}

.container-box .header .navBar-container .container ul{
  display: flex;
}


.container-box .header .navbar {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
}

/*header S*/
.header{
  width: 100%;
  position: unset !important;
}
.header-logo {
  height: 100px;
  background: url("../zszyImages/logoBg.png") no-repeat;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
}

.header-logo .logo-cont {
  width: 1200px;
  margin: 0 auto;
}

.navBar-container .crsWeb {
  position: absolute;
  right: 0rem;
  height: 70px;
  bottom: 0;
  background-color: rgb(95, 146, 241);
  width: 180px;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  transform: skew(-20deg);
}

.navBar-container .crsWeb a {
  font-size: 16px;
}

.navBar-container .crsWeb::before {
  content: "";
  height: 0;
  width: 0;
  border-top: 11px solid transparent;
  border-left: 5px solid rgb(15, 33, 213);
  position: absolute;
  right: -5px;
  top: 0;
}

.navBar-container .crsWeb a {
  transform: skew(20deg);
  display: inline-block;
  height: 30px;
  width: 100%;
}

.navBar-container .crsWeb a {
  color: #fff;
  text-decoration: none;
}

/*header E*/
/*banner S*/
.banner {
  height: 400px;
  position: relative;
  background-color: rgb(72, 217, 244);
  background: url("../zszyImages/banner.png") no-repeat center;
  background-size: 100% 100%;
}

.searchBar {
  width: 770px;
  height: 55px;
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.searchBar-container {
  background-color: rgba(255, 255, 255, 0.5);
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: relative;
  border: 1px solid #fff;
}

.searchBar-container input {
  width: 755px;
  height: 50px;
  border-radius: 50px;
  border: none;
  -webkit-appearance: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0 20px;
}
.searchBar-container input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent!important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}


.searchBar-container button {
  position: absolute;
  right: 10px;
  height: 50px;
  width: 100px;
  color: white;
  background: url("../zszyImages/searchIcon.png") no-repeat 50px;
  border: none;
  outline: none;
  cursor: pointer;
  bottom: 6px;
}


.searchBar-container img {
  position: absolute;
  right: 30px;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgb(147, 147, 147);
  font-size: 16px;
}

.banner .searchHot {
  position: absolute;
  left: 0;
  right: 0;
  top: 235px;
  margin: 0 auto;
  display: flex;
  height: 64px;
  line-height: 64px;
  width: 730px;
  background: url("../zszyImages/searchHot.png");
  color: #fff;
  padding: 0 30px;
}

.banner .searchHot h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 64px !important;
  margin-bottom: 0;
  flex: 1;
}

.banner .searchHot ul {
  display: flex;
  flex: 6;
  justify-content: space-between;
}

.banner .searchHot ul li {
  font-size: 16px;
  cursor: pointer;
}
.banner .searchHot ul li a{
  color: #fff;
}

/*banner E*/

/*content S*/
/*热门推荐*/
.rec {
  padding-top: 33px;
  background: url("../zszyImages/contentBg1.png") no-repeat bottom;
}

.rec-info {
  display: flex;
  padding: 21px 0 35px;
  justify-content: space-between;
}

.rec-info .left {
  width: 690px;
  height: 316px;
}

.rec-info .left .carousel-inner {
  width: 550px;
}

.rec-info .left .carousel-item img {
  height: 330px;
  overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.rec-info .left .carousel-indicators {
  display: unset;
  height: 316px;
  margin: 0;
  left: unset;
  display: flex;
  flex-wrap: wrap;
  width: 120px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  bottom: 0;
}

.rec-info .right {
  width: 480px;
}

.rec-info .right ul {
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}

.rec-info .right ul li {
  width: 100%;
  font-size: 16px;
  position: relative;
}

.rec-info .right ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  background: rgb(214, 214, 214);
  position: absolute;
  transform: rotate(45deg);
  top: 10px;
}

.rec-info .right ul li a {
  text-decoration: none;
  margin-left: 20px;
  color: rgb(43, 96, 215);
}

.lunbo-box {
  width: 100%;
  height: 316px;
}

.lunbo-box li {
  width: 120px;
  height: 100px;
  margin: 0;
  background-color: unset;
  position: relative;
  box-sizing: border-box;
}

.lunbo-box li img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.lunbo-box li.active {
  border: 1px solid rgb(116, 172, 255);
  position: relative;
  opacity: 1 !important;
}

.lunbo-box li.active:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgb(116, 172, 255);
  left: -10px;
  top: calc(50% - 10px);
}

.lunbo-box .carousel-indicators li {
  border: 2px solid rgb(116, 172, 255);
  opacity: .7;
}

/*精彩专题*/
.hotTopic {
  padding: 35px 0 38px;
  background: url("../zszyImages/contentBg2.png");
}

.hot-info {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
}

.hot-info .info-item {
  width: 356px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.hot-info .info-item .top {
  position: relative;
  cursor: pointer;
  height: 185px;
  width: 356px;
}

.hot-info .info-item .top img {
  height: 185px;
  width: 356px;
}

.hot-info .info-item .top p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 230px;
  top: 30%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 65px;
  line-height: 65px;
  background: rgba(0, 0, 0, 0.3);
}

.hot-info .info-item .top .hotPlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.hot-info .info-item .top .hotPlay img {
  width: 48px;
  height: 48px;
}

.hot-info .info-item .bottom {
  height: 200px;
  padding: 0 20px;
}

.hot-info .info-item .bottom span {
  color: rgba(147, 147, 147);
  font-size: 22px;
}

.hot-info .info-item .bottom ul {
  height: 100%;
  margin: 0;
  position: relative;
}

.hot-info .info-item .bottom ul li {
  width: 100%;
  border-bottom: 1px solid rgb(229, 229, 229);
  display: flex;
  align-items: baseline;
  height: 50px;
  line-height: 50px;
}

.hot-info .info-item .bottom ul li:last-child {
  border-bottom: none;
  position: absolute;
  bottom: 0;
}

.hot-info .info-item .bottom ul li:last-child a {
  color: rgba(43, 96, 215);
}

.hot-info .info-item .bottom ul li a {
  color: #000;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}

/*期刊*/
.journal {
  padding-top: 40px;
}

.journal-info {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 52px;
}

.journal-info .nav-pills {
  width: 85px;
  margin-right: 10px;
  background: rgb(246, 246, 246);
  z-index: 99;
  margin: 25px 0 0;
  height: 250px;
}

.journal-info .nav-pills .nav-item {
  width: 100%;
  position: relative;
}

.journal-info .nav-pills .nav-item .active::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid rgb(116, 172, 255);
  right: -10px;
  top: calc(50% - 5px);
}

.journal-info .nav-pills .nav-link.active, .journal-info .nav-pills .nav-item a:hover {
  background-color: rgb(116, 172, 255);
  color: #fff;
}

.journal-info .nav-pills .nav-link {
  text-align: center;
  border-radius: unset;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0;
  border-bottom: 1px solid #fff;
}

.journal-info .nav-pills .nav-item:last-of-type .nav-link {
  border-bottom: unset;
}

.journal-border {
  position: absolute;
  width: 1152px;
  height: 294px;
  left: 48px;
  top: 0;
  border: 1px solid rgb(229, 229, 229);
  z-index: -99;
}

.journal .content-title {
  border-bottom: unset;
}

.journal-info .tab-content {
  width: 1038px;
  height: 240px;
  margin-left: 35px;
  margin-top: 12px;
}
.journal-info >.tab-content > .active{
  display: flex;
}

.journal-info .journal-flex {
  display: flex;
  padding: 0;
  margin-right: -35px;
}

.journal-info .journal-flex .journal-item {
  width: 178px;
  height: 240px;
  position: relative;
  margin-right: 35px;
}

.journal-flex .journal-image-desc {
  position: absolute;
  display: flex;
  bottom: 0;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 40px;
  width: 100%;
}

.journal-image-desc h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 40px !important;
  width: 40%;
  background: rgba(171, 16, 12, 0.9);
  text-align: center;
}

.journal-image-desc p {
  width: 60%;
  text-align: center;
}

.journal-info .journal-flex .carousel-item img {
  height: 240px;
  width: 178px;
}

.journal-info .journal-flex .carousel-control-next, .carousel-control-prev {
  top: unset;
  bottom: 10px;
}

.journal-info .journal-flex .carousel-control-next {
  right: -7px;
}

.journal-info .journal-flex .carousel-control-prev {
  left: -7px;
}

/*音视频*/
.audio {
  padding-top: 36px;
  background: url("../zszyImages/contentBg2.png");
}

.audio-info {
  padding: 30px 0 46px;
  display: flex;
  margin-right: -20px;
}

.audio-item {
  width: 224px;
  background: #fff;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 10px;
  margin-right: 20px;
}

.audio-item .coverImg {
  position: relative;
}

.audio-item img {
  width: 222px;
  height: 130px;
}

.audio-item .coverImg .audio-play-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}

.audio-item p {
  margin: 5px 0;
  color: rgb(102, 102, 102);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audio-item .desc {
  padding: 0 15px;
}

/*图集展示*/
.image {
  padding-top: 40px;
}

.image-info {
  padding: 30px 0;
  height: 460px;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
}

.image-left {
  width: 590px;
  overflow: hidden;
  height: 100%;
}

.image-left img {
  width: 590px;
  height: 460px;
}

.image-center {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.image-center .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.image-center .top .image-item img {
  width: 145px;
  height: 200px;
}

.image-center .bottom .image-item img {
  width: 300px;
  height: 250px;
}

.image-right {
  width: 290px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.image-right .image-item img {
  width: 290px;
  height: 120px;
}

.image-right div:first-child img {
  height: 200px;
}

.image-item {
  position: relative;
}

.image-item p {
  position: absolute;
  bottom: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.image-info-item {
  position: relative;
  width: 1200px;
  height: 515px;
  padding-top: 20px;
}

.image-item {
  position: absolute;
  overflow: hidden;
}

.image-item img {
  width: 100%;
  height: 100%;
}

.image-item1 {
  width: 593px;
  height: 460px;
  left: 0;
  top: 20px;
}

.image-item2 {
  width: 147px;
  height: 201px;
  left: 601px;
  top: 20px;
}

.image-item3 {
  width: 147px;
  height: 201px;
  left: 754px;
  top: 20px;
}

.image-item4 {
  width: 301px;
  height: 250px;
  left: 601px;
  top: 230px;
}

.image-item5 {
  width: 292px;
  height: 202px;
  right: 0;
  top: 20px;
}

.image-item6 {
  width: 292px;
  height: 122px;
  right: 0;
  top: 230px;
}

.image-item7 {
  width: 292px;
  height: 122px;
  right: 0;
  bottom: 33px;
}

/*content E*/

/*主页footer*/
.footer {
  height: 50px;
  background-color: rgb(69, 69, 69);
  text-align: center;
  color: #fff;
}

.footer p {
  margin: 0;
  line-height: 50px;
}

/*内页通用 S*/
.insidePage .banner {
  height: 296px;
}

.insidePage .searchBar {
  top: 120px;
}

.insidePage .banner .searchHot {
  top: 193px;
}

/*内页通用 E*/

/*期刊内页 S*/
.journalPage .content {
  width: 1200px;
  margin: 20px auto 0;
}

.journalPage .journal-list {
  margin-top: 31px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.journal-insidePage-item {
  display: flex;
  width: 590px;
  height: 280px;
  border: 1px solid #F2F2F2;
  margin-bottom: 26px;
  padding: 18px 14px;
  justify-content: space-between;
}

.journal-insidePage-item .left {
  width: 176px;
  height: 242px;
  overflow: hidden;
}

.journal-insidePage-item .left img {
  width: 176px;
  height: 242px;
  cursor: pointer;
}

.journal-insidePage-item .right {
  width: 340px;
  height: 238px;
}

.journal-insidePage-item .right h5 {
  color: rgb(43, 96, 215);
  font-size: 20px;
  font-weight: normal !important;
  margin-top: 10px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.journal-insidePage-item .right a {
  text-decoration: none;
}

.journal-insidePage-item .right p {
  margin-bottom: 0px !important;
  line-height: 27px;
  color: #6D6D6D;
}

.journal-description {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgb(159, 159, 159);
}

.journal-description-left {
  display: inline;
  color: #6D6D6D;
}

.journal-description-left p {
  color: #A0A0A0;
}

.journal-description p {
  display: inline !important;
  color: #A0A0A0 !important;
}

.journal-insidePage-item .right span {
  color: #A0A0A0;
}

.journal-paging {
  padding: 28px 0 46px;
}

.journal-paging ul {
  width: 566px;
  margin: 0 auto;
  display: flex;
}

.journal-paging ul li {
  border: 1px solid rgb(229, 229, 229);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-right: unset;
}

.journal-paging ul li:last-child {
  border-right: 1px solid rgb(229, 229, 229);
}

.journal-paging ul li a {
  color: rgb(159, 159, 159);
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.journal-paging ul .prev, .journal-paging ul .next {
  width: 80px;
  height: 40px;
}

.journal-paging ul .first, .journal-paging ul .last {
  width: 60px;
}

.journal-paging ul .first, .journal-paging ul .prev {
  background-color: rgb(246, 246, 246);
}

.journal-paging ul .noBorder {
  border: unset;
  border-left: 1px solid rgb(229, 229, 229);
}

.journal-paging ul .active {
  border-top: 1px solid rgb(81, 140, 241);
  border-bottom: 1px solid rgb(81, 140, 241);
}

.journal-paging ul .active a {
  background-color: rgb(81, 140, 241);
  color: #fff;
}

/*期刊阅读页*/
.journal-detail {
  width: 1200px;
  margin: 0 auto 30px;
}

.journal-detail .basic-info {
  height: 100px;
  width: 100%;
  padding: 19px 14px;
  border: 1px solid #F2F2F2;
  margin-top: 31px;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.journal-detail .basic-info h5 {
  margin-bottom: 0 !important;
  color: rgb(43, 96, 215);
}

.journal-detail .basic-info .left {
  width: 176px;
  height: 238px;
  overflow: hidden;
}

.journal-detail .basic-info .left img {
  width: 176px;
  height: 238px;
  cursor: pointer;
}

.journal-detail .basic-info .right {
  margin-left: 32px;
  flex: 1;
  margin-top: 20px;
}

.journal-detail .basic-info .right a {
  text-decoration: none;
}

.journal-detail .basic-info .right h5 {
  color: rgb(43, 96, 215);
  font-size: 20px;
  font-weight: normal !important;
}

.journal-detail .basic-info .right p {
  margin-bottom: 0px !important;
  line-height: 27px;
}

.journal-detail .basic-info .right span {
  color: rgb(159, 159, 159);
}

.journal-mouth-item {
  display: flex;
  width: 100%;
  height: 46px;
  border: 1px solid #F2F2F2;
  align-items: center;
  line-height: 46px;
  padding-left: 15px;
  margin-top: 25px;
}

.journal-mouth-item h5 {
  margin: 0;
  color: rgb(43, 96, 215);
  font-weight: normal !important;
  font-size: 18px;
}

.journal-mouth-item a {
  color: #FFA14E;
  border: 1px solid #FFA14E;
  display: inline-block;
  height: 28px;
  line-height: 25px;
  width: 102px;
  text-align: center;
  border-radius: 20px;
  margin-left: 30px;
  text-decoration: none;
}

.journal-mouth-item a img {
  height: 18px;
  width: 18px;
}

/*期刊内页 E*/

/*会议内页 S*/
.meeting-content {
  margin-top: 32px;
}

.meeting-header {
  border: 1px solid #E1E1E1;
  padding-top: 14px;
}

.meeting-header .type-list {
  display: flex;
  height: 29px;
  line-height: 29px;
  margin-bottom: 10px;
  padding: 0 8px;
}

.meeting-header .meeting-domain {
  margin-bottom: 16px;
}
.searchResult{
  display: none;
}

.meeting-header .type-list ul {
  display: flex;
}

.meeting-header .type-list ul li {
  background-color: rgb(242, 242, 242);
  margin-right: 6px;
  padding: 0 10px;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  color: rgb(104, 104, 104);
  cursor: pointer;
}

.meeting-header .type-list ul li:hover {
  color: rgb(45, 96, 215);
  border: 1px solid rgb(45, 96, 215);
  background-color: #fff;
}
.meeting-header .type-list ul .active{
  color: rgb(45, 96, 215);
  border: 1px solid rgb(45, 96, 215);
  background-color: #fff;
}

.meeting-header .tools {
  display: flex;
  justify-content: space-between;
  background-color: #F2F2F2;
  height: 40px;
  line-height: 40px;
  align-items: center;
  padding: 0 8px;
  color: rgb(104, 104, 104);
  border-top: 1px solid #EBEBEB;
}

.meeting-header .tools .search {
  display: flex;
  align-items: center;
}

.meeting-header .tools span {
  color: rgb(45, 96, 215);
  margin-right: 5px;
}

/*.meeting-header .tools .updateTime {*/
/*margin-left: -440px;*/
/*}*/

.meeting-header .tools input {
  height: 30px;
  width: 224px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-appearance: none;
  border: 1px solid rgb(231, 231, 231);
  padding: 0 5px;
  margin-right: 10px;
  line-height: 30px;
}

.meeting-header .tools input::-webkit-input-placeholder {
  font-size: 14px;
}

.meeting-header .tools button {
  width: 92px;
  height: 30px;
  line-height: 30px;
  background-color: rgb(95, 146, 241);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
}

.meeting-list {
  margin-bottom: 12px;
}

.meeting-item {
  display: flex;
  margin: 25px 0 0px;
  border-bottom: 1px dashed #DFDFDF;
  padding-bottom: 27px;
}

.meeting-item .left {
  overflow: hidden;
  border-radius: 10px;
  margin-right: 27px;
  min-width: 220px;
}

.meeting-item .left img {
  width: 274px;
  height: 181px;
}

.meeting-item .right {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  width: 100%;
  position: relative;
}

.meeting-item .right h5 {
  font-weight: normal !important;
}

.meeting-item .right p {
  color: rgb(157, 157, 157);
  line-height: 28px;
}

.meeting-item .description-info {
  /*position: relative;*/
}

.meeting-item .description-info a {
  color: #333;
  bottom: 0;
}
.meeting-item .description-info .blueColor{
  color: #007bff;
}

.meeting-item .description-info a:hover {
  color: #333333;
}

.notStart {
  color: rgb(86, 199, 66);
}
.isEndding {
  color: rgb(157, 157, 157);
}
.isGoing {
  color: #FF1313;
}

.meeting-item .description-info .beIn {
  color: rgb(255, 0, 0)
}

/* 会议详情页 */
.meetingDetail-content .title {
  text-align: center;
  border-bottom: 1px solid #C5C5C5;
  padding: 34px 0 20px;
}

.meetingDetail-content .title h1 {
  font-size: 24px;
  font-weight: normal !important;
  margin-bottom: 5px;
}

.meetingDetail-content .title-info {
  display: flex;
  justify-content: center;
}

.meetingDetail-content .title-info p {
  color: #999;
  font-size: 16px;
  margin-right: 10px !important;
}

.meetingDetail-content .textInfo {
  padding: 32px 0;
  font-size: 16px;
}

.meetingDetail-content .text-library, .journal-mouth-list .text-library {
  width: 1183px;
  height: 28px;
  background-color: #353536;
  margin-top: -33px;
  position: relative;
}

.meetingDetail-content .textInfo p {
  text-indent: 35px;
}

.meetingDetail-content .textInfo p, .meetingDetail-content .textInfo span {
  font-size: 16px !important;
}

.meetingDetail-content .textInfo img {
  display: block;
  margin: 38px auto !important;
}

.meetingDetail-content .textInfo video {
  display: block;
  max-width: 750px !important;
  margin: 20px auto !important;
}

.meetingDetail-content .meetingDetail-tools, .journal-detail .journalDetail-tools {
  display: flex;
  justify-content: space-between;
  padding: 30px 100px 50px;
}

.meetingDetail-content .meetingDetail-tools a, .journal-detail .journalDetail-tools a {
  font-size: 16px;
  color: #2B60D7;
}

.meetingDetail-content .meetingDetail-tools a span, .journal-detail .journalDetail-tools a span {
  color: #999;
}


/*会议内页 E*/

/*讲稿 S*/
.speech-content {
  margin: 30px 0 52px;
}

.speech-header {
  padding-top: 0;
  border-top: unset;
}

.speech-item {
  margin-top: 18px;
  display: flex;
  border-bottom: 1px solid rgb(231, 231, 231);
  padding-bottom: 10px;
}

.speech-item .left {
  padding-top: 2px;
  color: rgb(159, 159, 159);
}

.speech-item .right a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.speech-item .right h5 {
  margin: 0;
  font-weight: normal !important;
  color: rgb(45, 96, 215);
  font-size: 18px;
}

.speech-item .right p {
  color: rgb(159, 159, 159);
  margin-bottom: 10px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.speech-item .right .speech-title {
  border: 1px solid #FFA14E;
  color: #FFA14E;
  padding: 0 5px;
  margin-right: 10px;
  display: inline-block;
  width: 70px;
  text-align: center;
}

.speech-item .speaker {
  display: flex;
}

.speech-item .speaker p:first-child {
  margin-right: 20px !important;
}

.speech-item .speaker p:first-child span {
  color: rgb(45, 96, 215);
}

/*讲稿 E*/

/*专题 S*/
.topic-item {
  padding-bottom: 30px;
}

.topic-list .topic-item .description-info-item {
  display: flex;
  align-items: center;
  height: 35px;
}

.topic-item .description-info-item span:nth-child(1) {
  color: rgb(159, 159, 159);
  margin-right: 5px;
}

.topic-item .description-info-item span:nth-child(2) {
  border: 1px solid #FFA14E;
  color: #FFA14E;
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 5px;
}

.topic-item .right {
  padding: 10px 0;
}

.topic-item .description-info-item p {
  color: #000;
}

.topic-item .right h5 {
  font-size: 18px;
}

.topic-item .description-info .topic-item-link {
  width: 113px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: rgb(95, 146, 241);
  border: unset;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(-20deg);
}

.topic-item .description-info .topic-item-link a {
  position: unset;
  border: unset;
  color: #fff;
  transform: skew(20deg);
}

.topic-content {
  margin-bottom: 25px;
  margin-top: 30px;
}

/* 专题列表 */
.topicList-title {
  padding: 25px 0;
  text-align: center;
  color: rgb(45, 96, 215);
  border-top: 1px solid rgb(231, 231, 231);
}

.topicList-title h2 {
  font-weight: normal !important;
  font-size: 25px;
}

.topic-item .right {
  margin-left: 20px;
  position: relative;
}

.topic-item .right .countNum {
  position: absolute;
  left: -25px;
  top: 12px;
  color: rgb(157, 157, 157);
  font-size: 16px;
}

.topic-item .topic-type {
  font-size: 16px;
  color: rgb(255, 158, 72);
  border: 1px solid rgb(255, 158, 72);
  padding: 0 5px;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  text-align: center;
  height: 23px;
  line-height: 20px;
}

.topic-item .topic-speecher {
  color: rgb(45, 96, 215);
}

/*专题 E*/

/*音频 S*/
.audio-content {
  margin-top: 30px;
}

.audio-content .meeting-header {
  padding-top: 18px;
}

.audio-content .meeting-header .meeting-domain {
  margin-bottom: 10px;
}

.audio-content .meeting-header div:nth-child(3) {
  /*margin-bottom: 15px;*/
}

.audio-page-list {
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.audio-page-item {
  width: 280px;
  height: 240px;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 10px;
  position: relative;
  margin-bottom: 29px;
  box-sizing: border-box;
  margin-right: 25px;
}

.audio-page-item .audio-link, .audio-link {
  position: relative;
}

.audio-link .audio-play-button, #audio-play-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 48px !important;
  height: 48px !important;
}

.audio-page-item .audio-link a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.audio-page-item video {
  width: 280px;
  height: 180px;
}

.audio-page-item img {
  width: 279px;
  height: 184px;
  cursor: pointer;
}

.gallery-page-desc .gallery-count {
  display: flex;
  justify-content: space-between;
}

.gallery-page-desc .gallery-count p {
  color: rgb(157, 157, 157);
}

.audio-page-desc {
  padding: 0 10px;
  color: rgb(104, 104, 104);
  font-size: 16px;
}
.audio-page-desc p{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.audio-detail {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.audio-detail .left {
  width: 852px;
  height: 650px;
  border: 1px solid rgb(231, 231, 231);
  padding: 20px;
}

.audio-detail-video {
  width: 800px;
  height: 600px;
  margin:0 auto;
}

.audio-detail-video video {
  width: 800px;
  height: 500px;
  border: 1px solid rgb(231, 231, 231);
  object-fit:fill;
}

.audio-detail .right {
  height: 469px;
  width: 313px;
  border: 1px solid rgb(231, 231, 231);
}

.audio-detail-desc {
  position: relative;
}

.audio-detail-desc h5 {
  color: rgb(45, 96, 215);
  margin-bottom: 23px;
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
}

.audio-detail-desc h5 img {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 8px;
}

.audio-detail-desc p {
  color: rgb(104, 104, 104);
  height: 30px;
}

.audio-detail .right {
  padding: 15px;
}

.audio-detail .right .title {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid rgb(231, 231, 231);
  padding-bottom: 16px;
  color: rgb(104, 104, 104);
}

.audio-detail .right .audio-likeness-item a {
  display: flex;
  color: rgb(104, 104, 104);
  padding: 15px 0 23px;
  border-bottom: 1px dashed rgb(231, 231, 231);
}

.audio-detail .right div:nth-child(2) a {
  padding-bottom: 28px;
}

.audio-detail .right .audio-likeness-item p {
  width: 100%;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 55px;
}
.audio-detail .right .audio-likeness-item p:hover{
  text-decoration: underline;
}

.audio-detail .right .audio-likeness-item img {
  width: 100px;
  height: 56px;
  margin-right: 12px;
  cursor: pointer;
}

.audio-likeness-item {
  position: relative;
}

.audio-likeness-item .playButton {
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 30%;
  left: 12%;
}

/*音频 E*/


/* 图集详情 S*/

.galleryDetail {
  text-align: center;
}

.gallery-lunbo-box {
  position: relative;
  height: unset;
}

.gallery-lunbo-box .carousel-indicators {
  position: unset;
  margin: 30px auto 43px;
  width: 1018px;
  display: flex;
  justify-content: space-evenly;
  padding: 0 75px;
}

.galleryDetail h2 {
  font-weight: normal !important;
  font-size: 24px;
  margin: 53px 0 28px
}

.galleryDetailBox .carousel-inner {
  width: 1018px;
  height: 672px;
  margin: 0 auto;
  background-color: #eee;
  box-sizing: border-box;
}

.galleryDetailBox .carousel-item img {
  width: 1018px;
  height: 610px;
}

.galleryDetailBox .carousel-item .carousel-caption {
  position: absolute;
  bottom: -70px;
  width: 100%;
  left: 0;
  right: 0;
  padding-left: 20px;
}

.galleryDetailBox .carousel-item .carousel-caption h3 {
  color: #000;
  font-size: 16px;
  text-align: left;
  font-weight: normal !important;
}

.galleryDetailBox li.active:after {
  border: unset;
}

.galleryDetailBox .carousel-indicators li {
  border: none;
  width: 160px;
  height: 120px;
}

.galleryDetailBox li.active {
  border: 4px solid #5F92F1;
}

.galleryDetailBox .carousel-control-next, .galleryDetailBox .carousel-control-prev {
  top: unset;
  bottom: 0px;
  color: #999;
  font-size: 30px;
  display: inline-block;
  width: 40px;
  height: 120px;
  line-height: 120px;
}

.galleryDetailBox .carousel-control-next {
  right: 100px;
}

.galleryDetailBox .carousel-control-prev {
  left: 100px;
}

.galleryDetail-tools {
  width: 1018px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

.galleryDetail-tools a {
  color: #2B60D7;
}

.galleryDetail-tools span {
  color: #999;
}

.galleryDetailBox .carousel-control-next-icon {
  background: unset;
}


/* 图集详情 E*/


/*搜索页面*/
.noSearch{
  display: flex;
  justify-content: center;
}
.searchMore div{
  height: 50px;
  width: 100%;
  background-color: #f5f5f5;
  color: #333;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 35px 0;
  cursor: pointer;
}
.searchMore div:hover{
  background-color: #EDEDED;
  color: #0C77D7;
}
.searchData .meeting-item .left img{
  width: 220px;
  height: 140px;
}
.searchData .description-info a{
  position: absolute;
  color: #007bff;;
}
.searchData .speech-item h5{
  color: #007bff;
}
/*M-box 分页器样式*/
.myPagination{
  margin: 20px 0;
  text-align: center;
  display: none;
}
.M-box{
  margin: 0 auto 30px;
}
.M-box a ,.M-box span{
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #d5d5d5;
  text-align: center;
  line-height: 34px;
  margin: 0 3px;
  color: #666666;
}
.M-box .active{
  border: 1px solid #156FCC;
  background: #156FCC;
  color: #fff;
}
/* 手机端样式 */
@media screen and (max-width: 576px){
  .container-box{
    height: 100%;
    position: relative;
  }
  .header{
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 110px;
  }
  .header-logo{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-logo .logo-cont{
    width: 100%;
    text-align: center;
  }
  .header-logo img{
    width: 90%;
  }
  .container-box .header .navBar-container{
    top: 60px;
    height: 50px;
  }
  .container-box .header .navbar{
    height: 50px;
    width: unset;
  }
  .navBar-container .container {
    height: 100%;
    flex-wrap: wrap;
    background: linear-gradient(#227CD8, #1267C0);
    padding:0;
  }
  .navBar-container .container ul{
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }
  .navBar-container .container ul li{
    height: 100%;
    color: #FFF;
    font-size: 16px;
    position: relative;
  }
  .navBar-container .container ul li a{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    font-family: "微软雅黑", Arial, sans-serif;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    color: #FFF;
    white-space: nowrap;
    outline: 0 !important;
  }
  .navBar-container .container ul li a.active{
    background-color: #0059b1;
  }
  .navBar-container .navbar-collapse{
    display: block;
  }







  /* 热门推荐 */
  .content{
    margin-top: 110px;
  }
  .content .rec{
    width: 100%;
    padding-top: 0;
  }
  .content .rec .w1200{
    width: 100%;
  }
  /* 通用标题样式 */
  .content-title{
      padding:10px;
        background: url("../zszyImages/contentBg2.png");
      }
  .content-title .left h3{
    font-size: 18px;
    margin-bottom: 0;
  }
  .content-title .left span{
    font-size: 14px;
    position: relative;
    top: 2px;
  }
  .content-title .left img{
      width: 30px;
      height: 30px;
  }
  .rec .rec-info{
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .rec-info .left{
      height: 380px;
      padding-top: 20px;
  }
  .rec .rec-info .left,.rec .rec-info .right{
    flex: 0 0 100%;
    width: 100%;
  }
  .rec .rec-info .right{
    padding: 20px 0;
  }
  .rec-info .left .carousel-indicators{
    width: 100%;
    flex-direction: row;
    height: 20px;
    padding:0 10px;
    background: rgba(0,0,0,0.2);
    justify-content: flex-end;
    bottom: -40px;
  }
  .lunbo-box{
      height: 330px;
  }
  .rec-info .left .carousel-item img{
      height: 330px;
  }
  .lunbo-box li{
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin: 0 1px;
  }
  .lunbo-box li.active:after{
    /* width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(116, 172, 255);
    position: absolute;
    top: -22px;
    left: calc(50% - 10px); */
    display: none
  }
  .rec-info .left .carousel-inner{
    width: 100%;
  }
  .rec-info .left .carousel-item{
      padding-bottom: 10px;
  }
  .rec-info .left .carousel-item img{
    width: unset;
  }
  .rec-info .right ul li a{
    margin-left: 30px;
  }
  .rec-info .right ul li::before{
    top: 8px;
    left: 15px;
  }
  .rec-info .right ul li{
      font-size: 14px;
      padding: 4px 0;
      display: flex;
      justify-content: space-between;
      padding-right: 15px;
      color: #949494;
  }
  /* 精彩专题 */
  .hotTopic{
      padding: 0;
      background:unset;
  }
  .w1200{
      width: 100%;
  }
  .hot-info{
      flex-wrap: wrap;
      padding: 10px 15px;
  }
  .hot-info .info-item{
      width: 100%;
      margin: 10px 0;
      box-shadow: 1px 1px 10px #999;
  }
  .hot-info .info-item .top{
      width: 100%;
  }
  .hot-info .info-item .top img{
      width: 100%;
  }
  .hot-info .info-item .bottom ul li{
      font-size: 14px;
  }

  /* 期刊 */
  .journal{
      padding-top: 0;
  }
  .journal-border{
      display: none;
  }
  .journal-info{
      flex-wrap: wrap;
      padding-bottom: 20px;
  }
  .journal-info .nav-pills{
      width: 100%;
      margin-right: 0;
      height: 50px;
      display: flex;
  }
  .journal-info .nav-pills .nav-item{
      flex:1;
  }
  .journal-info .nav-pills .nav-item .active::before{
      content: "";
      width: 0px;
      height: 0px;
      border-top: 10px solid  rgb(116, 172, 255);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      position: absolute;
      top: 49px;
      left: calc(50% - 10px);
  }
  .journal-info .tab-content{
      width: 100%;
      height: auto;
      margin: 0;
      padding-top: 10px;
  }
  .journal-info .journal-flex{
      flex-direction: column;
      margin-right: 0;
      flex-direction: column;
      flex-flow: wrap;
      justify-content: space-between;
  }
  .journal-info .journal-flex .journal-item{
      margin-right: 0;
      margin-right: 0;
      margin-top: 10px;
      border: 1px solid #999;
      width: 48%;
      height: auto;
  }
  .journal-info .journal-flex .carousel-item img{
      width: 100%;
      height: 200px;
  }
  /* 音视频 */
  .audio{
      padding-top: 0;
      background: unset;
  }
  .audio-info{
      flex-flow: wrap;
      justify-content: space-between;
      width: 100%;
      padding: 0 10px;
  }
  .audio-item{
      width: 49%;
      margin-right: 0;
      margin-top: 20px;
  }
  .audio-item img{
      width: 100%;
  }
  /* 图集展示 */
  .image-info-item{
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      padding: 0 10px 20px;
  }
  .image-item{
      width: 49% !important;
      height: 100px !important;
      left: unset !important;
      top: unset !important;
      bottom: unset !important;
      right: unset !important;
      position: relative;
      margin-top: 10px;
  }
  .image-item p{
      height: 30px;
      line-height: 30px;
      font-size: 14px;
  }
  /* 期刊 */
  .journalPage .content{
      width: 100%;
      margin-top: 110px;
      min-height: 100%;
  }
  .meeting-header{
      padding-top: 10px;
  }
  .meeting-header .type-list{
      display: flex;
      height: auto;
      line-height: 29px;
      margin-bottom: 10px;
      padding: 0 8px;
      flex-flow: wrap;
  }
  .meeting-header .type-list ul{
      flex-flow: wrap;
  }
  .meeting-header .type-list ul li{
      margin-top: 10px;
      font-size: 14px;
  }
  .updateTime p{
      font-size: 14px;
  }
  .meeting-header .tools input{
      width: 170px;
  }
  .meeting-header .tools button{
      width: 60px;
  }
  .journalPage .journal-list{
      margin-top: 0;
      padding:20px 15px;
  }
  .journal-insidePage-item{
      width: 100%;
      padding: 0 10px 0 0;
      box-shadow: 1px 1px 10px #999;
      border-radius: 10px;
      margin-bottom: 20px;
      height: 220px;
  }
  .journal-insidePage-item .left{
      width: 35%;
      height: 200px;
      margin: auto;
  }
  .journal-insidePage-item .left img{
      width: 100%;
  }
  .journal-insidePage-item .right{
      width: 60%;
      margin: auto;
      height: auto;
  }
  .journal-insidePage-item .right h5{
      font-size: 16px;
  }
  .journal-insidePage-item .right p{
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      font-size: 14px;
      -webkit-box-orient: vertical;
  }
  .journal-description{
      -webkit-line-clamp: 2;
  }
  /* 会议 */
  .meeting-content{
      margin-top: 0;
  }
  .meeting-content .meeting-list{
      padding:0 15px;
  }
  .meeting-content .meeting-item{
      padding: 10px;
      width: 100%;
      box-shadow: 1px 1px 10px #999;
      border-radius: 10px;
      margin-bottom: 20px;
      height: auto;
      flex-direction: column;
      border-bottom:none;
  }
  .meeting-list{
      padding: 20px 15px;
  }
  .meeting-item .left{
      width: 100%;
      height: 200px;
      margin: auto;
      min-width: unset;
      margin-bottom: 10px;
  }
  .meeting-item .left img{
      width: 100%;
      height: 100%;
  }
  .meeting-item .right{
      width: 100%;
      margin: auto;
  }
  .meeting-item .right h5{
      font-size: 16px;
  }
  .meeting-item .right p{
      font-size: 14px;
      line-height: 22px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  .meeting-item .description-info .blueColor{
      position: absolute;
      right: 0;
  }
  /* 报告 */
  .speech-list{
      width: 100%;
      padding:0 15px;
  }
  .speech-header{
      padding-top: 0;
  }
  .speech-item .right h5{
      font-size: 16px;
  }
  .speech-item .right p{
      font-size: 14px;
  }
  /* 专题 */
  .topic-list{
      padding:0 15px;
  }
  .topic-item .description-info-item span:nth-child(2){
      display: inline-block;
      min-width: 50px;
      text-align: center;
  }
  .topic-item .right{
      padding-bottom: 50px;
      position: relative;
  }
  .topic-item .description-info .topic-item-link{
      right: 10px;
      right: 10px;
      font-size: 14px;
      width: 80px;
      height: 28px;
      line-height: 28px;
  }
  /* 专题列表样式 */
  .topic-item .right .countNum{
    position: unset;
  }
  .topic-item .right p{
    text-indent: 0 !important;
    line-height: 30px;
  }
  .topic-detail-link{
    right: 10px;
    font-size: 14px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background-color: rgb(95, 146, 241);
    border: unset;
    transform: skew(-20deg);
  }
  /* 音视频 */
  .audio-content .meeting-header{
      padding-top: 10px;
  }
  .audio-page-list{
      width: 100%;
      padding:20px 15px;
  }
  .audio-page-item{
      width: 100%;
      margin-right: 0;
      margin: 0 0 20px 0;
      height: auto;
      border-radius: 10px;
      box-shadow: 1px 1px 10px #999;
  }
  .audio-page-item img{
      width: 100%;
      height: 200px;
      border-radius: 10px;
  }
  .audio-page-desc{
      padding:10px;
  }
  .audio-page-desc p{
      font-size: 14px;
      line-height: 22px;
  }
  .audio-link{
      padding: 10px 10px 0 ;
  }
  /* 期刊详情页 */
  .journal-detail{
      width: 100%;
      margin: 0;
  }
  .journal-detail .basic-info{
      margin: 0;
  }
  .journal-detail .basic-info h5{
      font-size: 18px;
  }
  .meetingDetail-content .meetingDetail-tools, .journal-detail .journalDetail-tools{
      padding: 20px 15px;
      flex-flow: column;
      justify-content: space-around;
      text-align: center;
      font-size: 14px;
  }
  .meetingDetail-content .meetingDetail-tools span, .journal-detail .journalDetail-tools span{
      line-height: 28px;
  }
  /* 会议详情页 */
  .meetingDetail-content{
      width: 100%;
      padding:0;
  }
  .meetingDetail-content .title h1{
      font-size: 20px;
  }
  .meetingDetail-content .title-info{
      flex-flow: wrap;
  }
  .meetingDetail-content .title-info p{
      font-size: 14px;
  }
  .meetingDetail-content .title-info p:first-child{
      flex: 0 0 100%;
  }
  .meetingDetail-content .textInfo video{
      width: 100%;
  }
  .meetingDetail-content .textInfo{
      font-size: 14px;
      letter-spacing: 1px;
      padding:20px 15px;
  }
  /* 音视频 */
  .audio-detail {
    flex-direction: column;
    padding: 0 15px;
  }
  .audio-detail .left{
    width: 100%;
    padding:0;
    height: auto;
    border: none;
    margin-bottom: 10px;
  }
  .audio-detail-video video{
    width: 100%;
    height: auto;
  }
  .audio-detail .right{
    width: 100%;
    height: auto;
    padding:0;
    margin-bottom: 10px;
  }
  .audio-detail .right .title{
    font-size: 16px;
  }
  .audio-detail .right .audio-likeness-item p{
    font-size: 14px;
    flex: unset;
  }
  .audio-detail .right .audio-likeness-item a{
    padding:15px
  }
  .audio-detail .right div:nth-child(2) a{
    padding-bottom: 15px;
  }
  /* 图集 */
  .galleryDetail{
    padding-top: 20px;
  }
  .galleryDetail h2{
    margin: 0 0 20px;
  }
  .galleryDetailBox .carousel-inner{
    width: 100%;
    height: auto;
  }
  .galleryDetailBox .carousel-item img{
    width: 100%;
    height: auto;
  }
  .galleryDetailBox #demo{
    height: auto;
  }
  .gallery-lunbo-box .carousel-indicators{
    width: 100%;
    padding:0 15px
  }
  .galleryDetail-tools{
    width: 100%;
  }
  .galleryDetailBox .carousel-indicators li{
    width: 100px;
    height: 80px;
  }
  .meetingDetail-content .textInfo img{
    width: 100%;
  }
  .galleryDetailBox .carousel-control-next, .galleryDetailBox .carousel-control-prev{
    display: none;
  }
  .galleryDetailBox .carousel-item .carousel-caption{
    padding: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
  }
  .galleryDetailBox .carousel-item .carousel-caption h3{
    color: #fff;
    text-align: center;
    margin: 0;
    height: 30px;
    line-height: 30px !important;
  }

}
