/* tab标题 */
.msg-tab-list{
  height: 52px;
  height: 0.52rem;
  background: url(../images/msg-tab-icon.png) no-repeat left;
  background-position: left center;
  background-size: 23px 19px;
  background-size: 0.23rem 0.19rem;
  padding-left: 50px;
  padding-left: 0.5rem;
}
.msg-tab-list a{
  font-family: "syst";
  float: left;
  font-size: 32px;
  font-size: 0.32rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #939191;
  margin-right: 70px;
  margin-right: 0.7rem;
}
.msg-tab-list a.cur,.msg-tab-list a:hover{
  color: #333333;
}
/* 展览(首页有点，当前展览、展览回顾、云上展览) */
/* 渐变 */
@keyframes fade-in{
  0% {
  opacity: 0; /** 开始时不可见 */
	  top:10px;
	  top:0.1rem;
  }
  100%{
  opacity: 1; /** 结束时完全可见 */
	  top:0;
  }
}
.fade-in{
  animation:1s fade-in ease-out;
}
.zl-item{
  width: 267px;
  width: 2.67rem;
	height: 383px;
	height: 3.83rem;
  position: relative;
  display: block;
}
.zl-item-img{
  width: 100%;
  height: 100%;
  border-radius: 19px;
  border-radius: 0.19rem;
}
.zl-mc{
  position: absolute;
  top: 0;
  left: 0;
  width: 267px;
  width: 2.67rem;
	height: 383px;
	height: 3.83rem;
}
.zl-item:hover{
  width: 305px;
  width: 3.05rem;
	height: 437px;
	height: 4.37rem;
  top: -25px;  
  top: -0.25rem;  
}
.zl-box{
  display: none;
  background: url(../images/zl-mc1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 279px;
  width: 2.79rem;
	height: 323px;
	height: 3.23rem;
  text-align: center;
  padding: 57px 13px;
  padding: 0.57rem 0.13rem;
  border-radius: 20px;
  border-radius: 0.2rem;
  animation:1s fade-in ease-out;
  font-family: "syst";
}
.zl-item:hover .zl-box{ 
  display: block;
}
.zl-item:hover .zl-mc{
  width: 100%;
  height: 100%;
}
.zl-box p{
  font-size: 18px;
  font-size: 0.18rem;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #ffffff;
}
.zl-box-line{
  width: 100%;
	height: 2px;
	height: 0.02rem;
	background-color: #fdfdfd;
  margin: 20px 0; 
  margin: 0.20rem 0;
}

.zl-list{
  margin-top: 40px;
  margin-top: 0.40rem;
  padding-bottom: 78px;
  padding-bottom: 0.78rem;
}
.zl-list-item{
  width: 314px;
  width: 3.14rem;
	height: 477px;
	height: 4.87rem;
  margin-right: 109px;
  margin-right: 1.09rem;
  /* margin-bottom: 45px;
  margin-bottom: 0.45rem; */
  padding-top: 32px;
  padding-top: 0.32rem;
}
.zl-list .zl-item{
  margin-bottom: 30px;
  margin-bottom: 0.3rem;
}
.zl-list .zl-item:hover{
  width: 287px;
  width: 2.87rem;
	height: 412px;
	height: 4.12rem;
  top: -25px;  
  top: -0.25rem;  
  margin-bottom: 0;
}
.zl-list .zl-list-item:nth-child(3n){
  margin-right: 0;
}
.zl-box1{
  display: none;
  background: url(../images/zl-mc2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 287px;
  width: 2.87rem;
	height: 412px;
	height: 4.12rem;
  text-align: center;
  animation:1s fade-in ease-out;
}
.zl-box1 p{
  padding: 0 20px;
  padding: 0 0.2rem;
  padding-top: 128px;
  padding-top: 1.28rem;
  font-size: 11px;
  font-size: 0.11rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
  height: 194px;
  height: 1.94rem;
    overflow: hidden;
}
@media screen and (max-width: 1540px){
  .zl-box1 p{
    height: 185px;
    height: 1.85rem;
  }
}
.zl-box1 span{
  text-align: center;
  display: block;
  margin-top: 44px;
  margin-top: 0.44rem;
  font-size: 17px;
  font-size: 0.17rem;
	letter-spacing: 0px;
	color: #ffffff;
}
.zl-item:hover .zl-box1{
  display: block;
}
.zl-list-text{
  display: block;
}
.zl-list-text p{
  font-size: 16px;
  font-size: 0.16rem;
	letter-spacing: 0px;
	color: #000000;
  margin-bottom: 10px;
  margin-bottom: 0.10rem;
}
.zl-list-text span{
  font-size: 12px;
  font-size: 0.12rem;
	letter-spacing: 0px;
	color: #000000;
  display: block;
}
.zl-list-text div{
  float: right;
  font-size: 10px;
  font-size: 0.10rem;
	line-height: 28px;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #a9a9a9;
}
/* 展览结束 */
/* 展览预告 */
.zlyg-list{
  margin-top: 39px;
  margin-top: 0.39rem;
}
.zlyg-item{
  width: 100%; 
  height: 251px;
  height: 2.51rem;
	background-color: #fbfbfb;
  display: block;
  margin-bottom: 46px;
  margin-bottom: 0.46rem;
}
.zlyg-item-main{
  padding: 41px 51px;
  padding: 0.41rem 0.51rem;
}
.zlyg-item-main img{
  width: 229px;
  width: 2.29rem;
	height: 169px;
	height: 1.69rem;
  margin-right: 46px;
  margin-right: 0.46rem;
}
.zlyg-item-main>div{
  width: 800px;
  width: 8rem;
}
.zlyg-item-main p{
  font-size: 18px;
  font-size: 0.18rem;
	letter-spacing: 0px;
  font-weight: bold;
	color: #c53334;
  margin-bottom: 20px;
  margin-bottom: 0.2rem;
}
.zlyg-item-text{
  font-size: 16px;
  font-size: 0.16rem;
	line-height: 35px;
	line-height: 0.35rem;
	letter-spacing: 0px;
	color: #333333;
  height: 140px;
  height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* 展览预告结束 */
/* 普通列表（通知公告、党建、获奖成果、党务馆务公开、展览申报、艺术创作、讲座、研学） */
.normal-list{
  margin-top: 30px;
  margin-top: 0.30rem;
  padding-bottom: 0.01rem;
  padding-bottom: 1px;
}
.normal-list>li{
  margin-bottom: 20px;
  margin-bottom: 0.2rem;
  width: 1177px;
  width: 11.77rem;
	height: 49px;
	height: 0.49rem;
}
.normal-list>li:nth-child(5n){
  border-bottom: 1px solid #bfbfbf;
  border-bottom: 0.01rem solid #bfbfbf;
  padding-bottom: 25px;
  padding-bottom: 0.25rem;
}
.normal-list>li a{
  display: block;
  padding: 16px 11px;
  padding: 0.16rem 0.11rem;
}
.normal-list>li a::before{
  display: inline-block;
  content: "";
  width: 8px;
  width: 0.08rem;
	height: 7px;
	height: 0.07rem;
	background-color: #c1c1c1;
  margin-right: 10px;
  margin-right: 0.10rem;
  vertical-align: top;
  margin-top: 0.08rem;
}
.normal-list>li a p{
  display: inline-block;
  width: 525px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-size: 0.16rem;
	letter-spacing: 0px;
	color: #000000;
}
.normal-list>li a span{
  float: right;
  font-size: 16px;
  font-size: 0.16rem;
	letter-spacing: 0px;
	color: #000000;
}
.normal-list>li a:hover{
  background-color: #c53334;
	box-shadow: 0px 7px 11px 2px rgba(203, 203, 203, 0.24);
	box-shadow: 0px 0.07rem 0.11rem 0.02rem rgba(203, 203, 203, 0.24);
}
.normal-list>li a:hover p,.normal-list>li a:hover span{
  color: #fffefe;
}
.normal-list>li a:hover::before{
  background-color: #fff;
}
/* 普通列结束 */

/* 新闻列表（新闻动态、学术研究、志愿者服务、活动回顾、活动预告） */
.news-list{
  margin-top: 76px;
  margin-top: 0.76rem;
  background: url(../images/news-left.png) no-repeat;
  background-size: 97px 1227px;
  background-size: 0.97rem 12.27rem;
  background-position-x: 105px;
  background-position-x: 1.05rem;
}
.news-item{
  display: block;
  height: 214px;
  height: 2.14rem;
  margin-bottom: 38px;
  margin-bottom: 0.38rem;
}
.news-time{
  margin-top: 50px;
  margin-top: 0.50rem;
}
.news-time p{
  font-size: 15px;
  font-size: 0.15rem;
	font-weight: bold;
  text-align: center;
	letter-spacing: 0px;
	color: #c53334;
}
.news-time p:first-child{
  font-size: 60px;
  font-size: 0.60rem;
}
.news-box{
  width: 1039px;
  width: 10.39rem;
	height: 214px;
  height: 2.14rem;
	background-color: #fbfbfb;
}
.news-box-main{
  padding: 31px 40px 0 59px;
  padding: 0.31rem 0.4rem 0 0.59rem;
}
.news-left{
  width: 658px;
  width: 6.58rem;
}
.news-left p{
  font-size: 18px;
  font-size: 0.18rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
  margin-bottom: 30px;
  margin-bottom: 0.30rem;
  margin-top: 10px;
  margin-top: 0.1rem;
}
.news-item:hover .news-left p{
  color: #c53334;
}
.news-left>span{
  font-size: 16px;
  font-size: 0.16rem;
	line-height: 30px;
	line-height: 0.30rem;
	letter-spacing: 0px;
	color: #333333;
}
.news-left>span>span{
  float: right;
  color: #bfbfbf;
}
.news-left>span img,.news-left>span table{
  display: none;
}
.news-right{
  width: 231px;
  width: 2.31rem;
	height: 151px;
	height: 1.51rem;
}
/* 新闻列表结束 */

/* 典藏（国画、油画、版画、雕塑、水彩（粉）画、工艺美术、其他） */
.dc-list{
  width: 1140px;
  width: 11.4rem;
  margin: auto;
  margin-top: 60px;
  margin-top: 0.60rem;
}
.dc-item{
  width: 352px;
  width: 3.52rem;
  height: 457px;
  height: 4.57rem;
  margin-right: 29px;
  margin-right: 0.29rem;
}
.dc-list .dc-item:nth-child(3n){
  margin-right: 0;
}
.dc-item img{
  width: 352px;
  width: 3.52rem;
	height: 352px;
	height: 3.52rem;
  margin-bottom: 15px;
  margin-bottom: 0.15rem;
}
.dc-item p{
  font-size: 15px;
  font-size: 0.15rem;
	font-weight: bold;
	line-height: 30px;
	line-height: 0.30rem;
	letter-spacing: 0px;
	color: #333333;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 典藏结束 */

/* 《重庆美术》\艺术档案-艺术档案 */
.ysda-tab{
  margin-top: 30px;
  margin-top: 0.3rem;
}
.ysda-tab a{
  font-size: 16px;
  font-size: 0.16rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #939191;
  margin-right: 20px;
  margin-right: 0.2rem;
}
.ysda-tab a.cur,.ysda-tab a:hover{
  color: #333333;
}
.cqms-list{
  padding-top: 49px;
  padding-top: 0.49rem;
}
.cqms-item-box{
  width: 527px;
  width: 5.27rem;
	height: 388px;
	height: 3.88rem;
  margin-bottom: 50px;
  margin-bottom: 0.50rem;
}
.cqms-item{
  width: 503px;
  width: 5.03rem;
	height: 356px;
	height: 3.56rem;
	box-shadow: 0px 7px 11px 2px rgba(203, 203, 203, 0.75);
	box-shadow: 0px 0.07rem 0.11rem 0.02rem rgba(203, 203, 203, 0.75);
  /* margin-right: 70px;
  margin-right: 0.70rem; */
  text-align: center;
  display: block;
  margin-top: 0.2rem;
}
.cqms-item:hover{
  width: 527px;
  width: 5.27rem;
	height: 388px;
	height: 3.88rem;
  margin-top: 0;
}
.cqms-list .cqms-item-box:nth-child(2n),.cqms-list .cqms-item-box:nth-child(2n) .cqms-item{
  float: right;
}
.cqms-item img{
  width: 444px;
  width: 4.44rem;
	height: 260px;
	height: 2.6rem;
  padding-top: 28px;
  padding-top: 0.28rem;
}
.cqms-item:hover img{
  width: 483px;
  width: 4.83rem;
	height: 300px;
	height: 3rem;
}
.cqms-item p{
  font-size: 16px;
  font-size: 0.16rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
  margin-top: 18px;
  margin-top: 0.18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cqms-item:hover p{
  color: #c53334;
}
/* 《重庆美术》\艺术档案-艺术档案结束 */

/* 名家名作 */
.mjmz-list{
  margin-top: 80px;
  margin-top: 0.80rem;
  margin-left: 33px;
  margin-left: 0.33rem;
}
.mjmz-item{
  width: 314px;
  width: 3.14rem;
  text-align: center;
  margin-right: 93px;
  margin-right: 0.93rem;
  display: block;
  margin-bottom: 50px;
  margin-bottom: 0.50rem;
}
.mjmz-list .mjmz-item:nth-child(3n){
  margin-right: 0;
}
.mjmz-item-img{
  padding: 55px 50px;
  padding: 0.55rem 0.50rem;
	background-color: #e5e5e5;
}
.mjmz-item:hover .mjmz-item-img{
  background-color: #c53334;
}
.mjmz-item-img img{
  width: 215px;
  width: 2.15rem;
	height: 268px;
	height: 2.68rem;
}
.mjmz-item p{
  font-size: 24px;
  font-size: 0.24rem;
	line-height: 45px;
	line-height: 0.45rem;
	letter-spacing: 0px;
	color: #333333;
}
.mjmz-item span{
  font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
}
/* 名家名作结束 */

/* 文创作品（分类1、分类2、分类3）、艺术品） */
.wc-tab{
  margin-top: 47px;
  margin-top: 0.47rem;
  margin-left: 52px;
  margin-left: 0.52rem;
}
.wc-tab a{
  display: inline-block;
	border-radius: 9px;
	border-radius: 0.09rem;
  padding: 18px 37px;
  padding: 0.18rem 0.37rem;
	border: 1px solid #939191;
	border: 0.01rem solid #939191;
  margin-right: 60px;
  margin-right: 0.60rem;

  font-size: 20px;
  font-size: 0.20rem;
	letter-spacing: 0px;
	color: #333333;
}
.wc-tab a.cur,.wc-tab a:hover{
  color: #fff;
  background-color: #c53334;
  border-color: #c53334;
}
.wc-list{
  margin-top: 89px;
  margin-top: 0.89rem;
}
.wc-item{
  width: 375px;
  width: 3.75rem;
  margin-right: 35px;
  margin-right: 0.35rem;
  margin-bottom: 31px;
  margin-bottom: 0.31rem;
}
.wc-list .wc-item:nth-child(3n){
  margin-right: 0;
}
.wc-item img{
  width: 100%;
	height: 292px;
	height: 2.92rem;
  margin-bottom: 20px;
  margin-bottom: 0.20rem;
  cursor: pointer;
}
.wc-item p{
  font-size: 15px;
  font-size: 0.15rem;
	font-weight: bold;
	line-height: 30px;
	line-height: 0.30rem;
	letter-spacing: 0px;
	color: #333333;
}
/* 文创作品结束 */

/* 简介 */
.jj-box{
  margin-top: 70px;
  margin-top: 0.7rem;
  margin-left: 50px;
  margin-left: 0.50rem;
  /* padding-bottom: 1px;
  padding-bottom: 0.01rem; */
  padding-bottom: 60px;
  padding-bottom: 0.6rem;
}
.jj-title{
  font-family: "syst";
  font-size: 32px;
  font-size: 0.32rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
  margin-bottom: 40px;
  margin-bottom: 0.40rem;
  margin-top: 60px;
  margin-top: 0.6rem;
}
.jj-box .jj-title:first-child{
  margin-top: 0;
}
.jj-box p{
  font-size: 16px;
  font-size: 0.16rem;
	line-height: 28px;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #000000;
  /* margin-bottom: 60px;
  margin-bottom: 0.6rem; */
}
/* 简介结束 */

/* 领导、人才队伍 */
.ld-list{
  margin-top: 78px;
  margin-top: 0.78rem;
}
.ld-item{
  width: 619px;
  width: 6.19rem;
	height: 410px;
	height: 4.10rem;
	background-color: rgba(240, 240, 240, 0.63);
  margin-bottom: 80px;
  margin-bottom: 0.8rem;
}
.ld-list .ld-item:nth-child(2n){
  float: right;
}
.ld-item-box{
  padding: 22px 21px;
  padding: 0.22rem 0.21rem;
}
.ld-item-box>img{
  width: 245px;
  width: 2.45rem;
	height: 298px;
	height: 2.98rem;
	border-radius: 9px;
	border-radius: 0.09rem;
}
.ld-item-content{
  width: 305px;
  width: 3.05rem;
	height: 366px;
	height: 3.66rem;
  position: relative;
}
.ld-item-content-box{
  position: absolute;
  bottom: 0;
  height: 340px;
  height: 3.4rem;
  overflow: hidden;
}
.ld-item-content-box>p{
  font-size: 24px;
  font-size: 0.24rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c53334;
  margin-bottom: 22px;
  margin-bottom: 0.22rem;
}
.ld-item-content-box div{
  font-size: 16px;
  font-size: 0.16rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
  height: 270px;
  height: 2.7rem;
  overflow: hidden;
}
.imgAmplify{
  cursor: pointer;
}
/* 领导、人才队伍结束 */

/* 机构设置 */
.jgsz-box{
  margin-top: 79px;
  margin-top: 0.79rem;
  margin-left: 51px;
  margin-left: 0.51rem;
  padding-bottom: 40px;
  padding-bottom: 0.4rem;
}
.jgsz-title{
  font-size: 18px;
  font-size: 0.18rem;
	font-weight: bold;
	line-height: 28px;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #c53334;
  margin-bottom: 40px;
  margin-bottom: 0.40rem;
}
.jgsz-box p{
  font-size: 18px;
  font-size: 0.18rem;
	line-height: 28px;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #000000;
  margin-bottom: 50px;
  margin-bottom: 0.50rem;
}
/* 机构设置结束 */

/* 路线指引 */
.lxzy-box{
  margin-top: 80px;
  margin-top: 0.8rem;
}
.lxzy-box>p{
  font-size: 16px;
  font-size: 0.16rem;
	letter-spacing: 0px;
	color: #000000;
  margin-left: 46px;
  margin-left: 0.46rem;
}
.lxzy-title{
  margin-left: 46px;
  margin-left: 0.46rem;
  font-size: 18px;
  font-size: 0.18rem;
	letter-spacing: 0px;
	color: #000000;
  margin-top: 40px;
  margin-top: 0.40rem;
  margin-bottom: 30px;
  margin-bottom: 0.30rem;
}
.lxzy-title::before{
  content: "";
  float: left;
  width: 4px;
  width: 0.04rem;
	height: 16px;
	height: 0.16rem;
	background-color: #d70c19;
  margin-right: 8px;
  margin-right: 0.08rem;
  margin-top: 5px;
  margin-top: 0.05rem;
}
.lxzy-box-content{
  padding-bottom: 74px;
  padding-bottom: 0.74rem;
}
.lxzy-box-left{
  width: 743px;
  width: 7.43rem;
	height: 673px;
	height: 6.73rem;
	box-shadow: 0px 7px 11px 3px rgba(203, 203, 203, 0.18);
	box-shadow: 0px 0.07rem 0.11rem 0.03rem rgba(203, 203, 203, 0.18);
}
.lxzy-box-right{
  width: 464px;
  width: 4.64rem;
	height: 667px;
	height: 6.67rem;
	box-shadow: 0px 7px 11px 3px rgba(203, 203, 203, 0.18);
	box-shadow: 0 0.07rem 0.11rem 0.03rem rgba(203, 203, 203, 0.18);
}

/* 路线指引结束 */

/* 联系我们 */
.lxwm-box{
  margin-left: 50px;
  margin-left: 0.5rem;
  padding-bottom: 60px;
  padding-bottom: 0.6rem;
  margin-top: 80px;
  margin-top: 0.80rem;
}
.lxwm-box p{
  font-size: 16px;
  font-size: 0.16rem;
	line-height: 40px;
	line-height: 0.40rem;
	letter-spacing: 0px;
	color: #000000;
}
/* 联系我们结束 */

/* 搜索 */
.ss-main{
  padding-top: 92px;
  padding-top: 0.92rem;
  padding-bottom: 1px;
  padding-bottom: 0.01rem;
}
.ss-input{
  width: 1035px;
  width: 10.35rem;
	height: 61px;
	height: 0.61rem;
	background-color: rgba(166, 166, 166, 0.11);
	border-radius: 10px;
	border-radius: 0.10rem;
  margin: auto;
  margin-bottom: 46px;
  margin-bottom: 0.46rem;
}
.ss-input input{
  width: 900px;
  width: 9rem;
  padding-left: 26px;
  padding-left: 0.26rem;
  padding-top: 16px;
  padding-top: 0.16rem;
  font-size: 20px;
  font-size: 0.20rem;
	letter-spacing: 0px;
	color: #999999;
}
.ss-input img{
  cursor: pointer;
  float: right;
  width: 30px;
  width: 0.30rem;
	height: 30px;
	height: 0.30rem;
  margin-top: 16px;
  margin-top: 0.16rem;
  margin-right: 16px;
  margin-right: 0.16rem;
}
.ss-title{
  font-size: 18px;
  font-size: 0.18rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
  margin-bottom: 42px;
  margin-bottom: 0.42rem;
}
.ss-list a{
  display: block;
  margin-bottom: 45px;
  margin-bottom: 0.45rem;
  width: 100%;
	height: 111px;
	height: 1.11rem;
	border: 1px solid #bfbfbf;
	border: 0.01rem solid #bfbfbf;
}
.ss-item{
  padding: 28px 22px;
  padding: 0.28rem 0.22rem;
}
.ss-item p{
  width: 792px;
  width: 7.92rem;
	font-size: 16px;
	font-size: 0.16rem;
	letter-spacing: 0px;
	color: #333333;
}
.ss-item p>span{
  color: #ff0000;
}
.ss-item div>span{
  font-size: 12px;
  font-size: 0.12rem;
	letter-spacing: 0px;
	color: #bfbfbf;
  margin-bottom: 27px;
  margin-bottom: 0.27rem;
  display: block;
}
.ss-item .ss-more{
  font-size: 16px;
	font-size: 0.16rem;
	letter-spacing: 0px;
	color: #969595;
}
/* 搜索结束 */

/* 当前位置 */
.local a,.local span{
  display: inline-block;
	font-size: 16px;
	font-size: 0.16rem;
	line-height: 28px;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #a9a9a9;
}
/* 当前位置结束 */

/* 普通详情 */
.detail-box{
  width: 1017px;
  width: 10.17rem;
  margin: auto;
  margin-top: 77px;
  margin-top: 0.77rem;
  padding-bottom: 92px;
  padding-bottom: 0.92rem;
}
.detail-title{
  font-family: "syst";
  font-size: 30px;
  font-size: 0.30rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
  margin-bottom: 40px;
  margin-bottom: 0.40rem;
  text-align: center;
}
.detail-pubTime{
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: 0.16rem;
	line-height: 28px;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #333333;
  margin-bottom: 40px;
  margin-bottom: 0.40rem;
}
.detail-article p{
  font-size: 16px;
  /* font-size: 0.16rem; */
	line-height: 28px;
	/* line-height: 0.28rem; */
	letter-spacing: 0px;
	color: #333333;
}
.detail-article img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.detail-article table{
  display: block;
  margin: auto;
  max-width: 100%;
}
.detail-article .ck-content .image>figcaption{
  font-size: 0.26rem;
}
#fj{
  margin-top: 30px;
  margin-top: 0.30rem;
}
#fj a{
  display: block;
  font-size: 16px;
  font-size: 0.16rem;
	line-height: 28px;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #0066cc;
}
/* 普通详情结束 */

/* 展览详情 */
.zl-detail{
  padding-top: 40px;
  padding-top: 0.40rem;
  padding-bottom: 94px;
  padding-bottom: 0.94rem;
}
.zl-detail-title{
  font-size: 32px;
  font-size: 0.32rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 54px;
	line-height: 0.54rem;
	letter-spacing: 0px;
	color: #333333;
  width: 800px;
  width: 8rem;
  margin-bottom: 96px;
  margin-bottom: 0.96rem;
}
.zl-detail-time{
  font-size: 32px;
  font-size: 0.32rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 54px;
	line-height: 0.54rem;
	letter-spacing: 0px;
	color: #333333;
  width: 400px;
  width: 4rem;
}
.zl-detail-title1{
  font-family: "syst";
  font-size: 32px;
  font-size: 0.32rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
  padding-left: 50px;
  padding-left: 0.5rem;
  background: url(../images/msg-tab-icon.png) no-repeat;
  background-size: 23px 19px;
  background-size: 0.23rem 0.19rem;
  background-position: left 22px;
  background-position: left 0.22rem;
  margin-bottom: 43px;
  margin-bottom: 0.43rem;
}
.zl-detail-text{
  font-size: 16px;
  font-size: 0.16rem;
	line-height: 27px;
	line-height: 0.27rem;
	letter-spacing: 0px;
	color: #010101;
  margin-bottom: 60px;
  margin-bottom: 0.60rem;
  padding-left: 53px;
  padding-left: 0.53rem;
}
.zl-detail-text img{
  max-width: 100%;
  display: block;
  margin: auto;
}
/* 展览详情轮播 */

.i1-part2{
  position: relative;
  margin: auto;
  width: 1241px;
  width: 12.41rem;
}
.i1-part2-btn {
  display: inline-block;
  position: absolute;
  width: 20px;
  width: 0.20rem;
  height: 16px;
  height: 0.16rem;
  top: 150px;
  top: 1.5rem;
  cursor: pointer;
}
.i1-part2-left {
  left: 0px;
}
.i1-part2-right {
  right: 0px;
}
.i1-part2-box {
  width: 1147px;
  width: 11.47rem;
  height: 450px;
  height: 4.5rem;
  position: relative;overflow: hidden;
  margin-left: 53px;
  margin-left: 0.53rem;
}
.i1-part2-item {
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
}
.i1-part2-item > div {
  display: inline-block;
  width: 297px;
  width: 2.97rem;
  height: 100%;
  padding-right: 130px;
  padding-right: 1.3rem;
  position: relative;
  cursor: pointer;
}
.i1-part2-item > div > a {
  width: 100%;
  display: block;overflow: hidden;
}
.i1-part2-item > div > a img {
  width: 100%;
  height: 344px;
  height: 3.44rem;
}
.i1-part2-item > div > a p{
  width: 100%;
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  font-size: 0.16rem;
  letter-spacing: 0px;
  color: #333333;
}
/* 展览详情结束 */

/* 创作研究-名家名作-详情 */
.czyj-detail{
  padding-top: 59px;
  padding-top: 0.59rem;
  padding-bottom: 1px;
  padding-bottom: 0.01rem;
  /* padding-bottom: 92px;
  padding-bottom: 0.92rem; */
}
.czyj-detail .local{
  margin-bottom: 70px;
  margin-bottom: 0.70rem;
}
.czyj-detail-box{
  margin-left: 47px;
  margin-left: 0.47rem;
}
.czyj-detail-box-left{
  width: 364px;
  width: 3.64rem;
	height: 454px;
	height: 4.54rem;
	background-color: #e5e5e5;
  text-align: center;
  margin-right: 69px;
  margin-right: 0.69rem;
  margin-bottom: 95px;
  margin-bottom: 0.95rem;
}
.czyj-detail-box-left img{
  width: 282px;
  width: 2.82rem;
	height: 352px;
	height: 3.52rem;
  padding-top: 51px;
  padding-top: 0.51rem;
}
.czyj-detail-box-right{
  position: relative;
  width: 709px;
  width: 7.09rem;
	height: 454px;
	height: 4.54rem;
}
.czyj-detail-box-right-main{
  position: absolute;
  bottom: 0;
  left: 0;
}
.czyj-detail-box-right-main p{
  font-size: 16px;
  font-size: 0.16rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
  margin-bottom: 50px;
  margin-bottom: 0.50rem;
}
.czyj-detail-box-right-main p:first-child{
  font-size: 24px;
  font-size: 0.24rem;
  margin-bottom: 30px;
  margin-bottom: 0.30rem;
}
.czyj-detail-box-right-main div{
  font-size: 16px;
  font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	line-height: 0.30rem;
	letter-spacing: 0px;
	color: #333333;
  /* margin-bottom: 24px;
  margin-bottom: 0.24rem; */
  height: 274px;
  overflow: hidden;
  overflow-y: auto;
}
.czyj-detail-box-items{
  /* margin-bottom: 90px;
  margin-bottom: 0.90rem; */
  margin-left: 47px;
  margin-left: 0.47rem;
}
.czyj-detail-box-item{
  width: 325px;
  width: 3.25rem;
  margin-right: 84px;
  margin-right: 0.84rem;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 0.50rem;
}
.czyj-detail-box-items .czyj-detail-box-item:nth-child(3n){
  margin-right: 0;
}
.czyj-detail-box-item img{
  width: 100%;
  height: 401px;
  height: 4.01rem;
  margin-bottom: 43px;
  margin-bottom: 0.43rem;
  cursor: pointer;
}
.czyj-detail-box-item p{
  width: 100%;
  font-size: 14px;
  font-size: 0.14rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
}
/* 创作研究-名家名作-详情结束 */

/* 典藏详情 */
.dc-detail{
  padding-top: 58px;
  padding-top: 0.58rem;
  padding-bottom: 1px;
  padding-bottom: 0.01rem;
}
.dc-detail-box{
  margin-left: 63px;
  margin-left: 0.63rem;
  margin-top: 62px;
  margin-top: 0.62rem;
  padding-bottom: 95px;
  padding-bottom: 0.95rem;
}
.dc-detail-box-zpjs{
  height: 118px;
  height: 1.18rem;
  border-left: 4px solid #d70c19;
  border-left: 0.04rem solid #d70c19;
  padding-left: 18px;
  padding-left: 0.18rem;
  margin-top: 92px;
  margin-top: 0.92rem;
}
.dc-detail-box-zpjs p{
  font-family: "syst";
  font-size: 32px;
  font-size: 0.32rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
  margin-bottom: 65px;
  margin-bottom: 0.65rem;
  width: 100%;
  margin-top: -10px;
  margin-top: -0.1rem;
}
.dc-detail-box-zpjs span{
  font-size: 16px;
  font-size: 0.16rem;
	letter-spacing: 0px;
	color: #333333;
  padding-left: 33px;
  padding-left: 0.33rem;
}
/* 典藏详情结束 */

/* 重庆美术详情列表页 */
.cqms-detail-title{
  margin-top: 70px;
  margin-top: 0.70rem;
  font-size: 20px;
  font-size: 0.20rem;
	letter-spacing: 0px;
	color: #333333;
}
.cqms-detail-list{
  margin-top: 75px;
  margin-top: 0.75rem;
}
.cqms-detail-list-item{
  width: 202px;
  width: 2.02rem;
  margin-right: 52px;
  margin-right: 0.52rem;
  margin-bottom: 70px;
  margin-bottom: 0.7rem;
  display: block;
}
.cqms-detail-list img{
  width: 100%;
	height: 135px;
	height: 1.35rem;
  cursor: pointer;
}
.cqms-detail-list p{
  font-size: 20px;
  font-size: 0.20rem;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10px;
  margin-top: 0.1rem;
  text-align: center;
}
.cqms-detail-list .cqms-detail-list-item:nth-child(5n+1){
  margin-right: 0;
}
.cqms-detail-list .cqms-detail-list-item:first-child{
  width: 1001px;
  width: 10.01rem;
	height: 600px;
	height: 6rem;
  margin: auto;
  margin-bottom: 104px;
  margin-bottom: 1.04rem;
}
.cqms-detail-list .cqms-detail-list-item:first-child img{
	height: 600px;
	height: 6rem;
}
/* 重庆美术详情列表页结束 */

/* 分页 */
.pages{
  display: block;
  clear: both;
  margin-bottom: 95px;
  margin-bottom: 0.95rem;
  margin-top: 92px;
  margin-top: 0.92rem;
  /* display: flex; */
  /* justify-content: center; */
  text-align: center;
}
.pages li{
  min-width: 54px;
  min-width: 0.54rem;
	height: 40px;
	height: 0.40rem;
	border-radius: 6px;
	border-radius: 0.06rem;
	border: 1px solid #bfbfbf;
	border: 0.01rem solid #bfbfbf;
  margin-right: 18px;
  margin-right: 0.18rem;
  display: inline-block;
  margin-bottom: 10px;
  margin-bottom: 0.1rem;
  /* line-height: 30px;
  line-height: 0.3rem; */
}
.pages li a{
  display: block;
  font-size: 16px;
  font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
  padding: 12px 23px;
  padding: 0.12rem 0.23rem;
  padding-top: 8px;
  padding-top: 0.08rem;
}
.pages .page-active,.pages li:hover{
  background-color: #c53334;
}
.pages .page-active a,.pages li:hover a{
  color: #fff;
}
/* 分页结束 */

/* 人员详情 */
.ld-detail{
  padding-bottom: 10px;
  padding-bottom: 0.1rem;
}
.ld-detail .ld-item{
  width: 100%;
  min-height: 410px;
  min-height: 4.1rem;
  height: auto;
}
.ld-detail .ld-item-content{
  width: 850px;
  width: 8.5rem;
  height: auto;
}
.ld-detail .ld-item-content-box{
  position: inherit;
}
/* 人员详情结束 */

@media screen and (max-width: 768px){
  .jj-box {
    margin-top: 0.3rem;
    margin-left: 0;
  }
  .jj-box p {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .ld-list{
    margin-top: 0.5rem;
  }
  .ld-item ,.ld-list .ld-item:nth-child(2n){
    float: none;
    display: block;
    width: 100%;
    height: 4.1rem;
    margin-bottom: 0.3rem;
  }
  .ld-item-content{
    width: 4rem;
  }
  .ld-item-content-box>p {
    font-size: 0.3rem;
  }
  .ld-item-content-box div {
    font-size: 0.26rem;
    overflow: scroll;
  }
  .jgsz-box {
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .jgsz-box p,.jgsz-title {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .lxzy-box {
    margin-top: 0.5rem;
  }
  .lxzy-box>p {
    font-size: 0.3rem;
    margin-left: 0;
    line-height: 0.5rem;
  }
  .lxzy-title {
    font-size: 0.35rem;
    margin-left: 0;
    line-height: 0.5rem;
  }
  .lxzy-title::before {
    width: 0.08rem;
    height: 0.4rem;
    margin-right: 0.2rem;
  }
  .lxzy-box-left {
    width: 100%;
    float: none;
    height: auto;
  }
  .lxzy-box-right {
    width: 100%;
    float: none;
    height: auto;
  }
  .lxwm-box {
    margin-left: 0;
    padding-bottom: 0.6rem;
    margin-top: 0.5rem;
  }
  .lxwm-box p{
    font-size: 0.28rem;
  }
  .ysda-tab a {
    font-size: 0.3rem;
    margin-right: 0.5rem;
  }
  .mjmz-list {
    margin-left: 0;
    margin: 0 0.25rem;
    margin-top: 0.5rem;
  }
  .mjmz-item {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .mjmz-item:nth-child(2n){
    float: right;
  }
  .mjmz-item p {
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }
  .pages li{
    display: none !important;
    font-size: 0.3rem;
    height: 0.6rem;
    margin: 0 0.1rem;
  }
  .pages li a{
    font-size: 0.3rem;
  }
  .pages li.page-next,.pages li.page-previous{
    display: inline-block !important;
  }
  .local a, .local span {
      font-size: 0.3rem;
      line-height: 0.4rem;
  }
  .ld-detail .ld-item-content {
    float: none;
    width: 100%;
  }
  .ld-detail .ld-item-box>img{
    float: none;
    display: block;
    height: auto;
    margin: auto;
    margin-bottom: 0.3rem;
    width: 4rem;
  }
  .ld-detail .ld-item-content-box>p{
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .ld-detail .ld-item-content-box{
    height: auto;
  }
  .ld-detail .ld-item-content-box div{
    height: auto;
  }
  .normal-list>li {
    width: 100%;
    height: 1rem;
  }
  .normal-list>li a{
    height: 0.8rem;
  }
  .normal-list>li a p {
    width: 94%;
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .normal-list>li a::before {
    margin-right: 0.1rem;
    margin-top: 0.18rem;
  }
  .normal-list>li a span {
    font-size: 0.28rem;
  }
  figure{
    margin: auto !important;
  }
  /* 新闻列表 */
  .news-list{
    margin-top: 0.5rem;
    /* background-size: 0.97rem 26.27rem; */
  }
  .news-box {
    width: 5.7rem;
    height: auto;
  }
  .news-box-main {
    padding: 0.3rem 0.1rem;
  }
  .news-left {
    width: 3rem;
  }
  .news-left p {
    font-size: 0.26rem;
  }
  /* .news-time{
    margin-top: 1.5rem;
  } */
  .news-time p{
    font-size: 0.24rem;
  }
  .news-time p:first-child {
    font-size: 0.50rem;
  }
  .news-left>span {
    font-size: 0.26rem;
  }
  /* 展览 */
  .zl-list{
    padding: 0 0.3rem;
  }
  .zl-list-item{
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .zl-list .zl-list-item:nth-child(2n){
    float: right;
  }
  .zl-list-text p{
    font-size: 0.3rem;
  }
  .zl-list-text div{
    font-size: 0.24rem;
  }
  .zl-item:hover .zl-box1{
    display: none;
  }
  .zl-list .zl-item:hover{
    width: 267px;
    width: 2.67rem;
    height: 383px;
    height: 3.83rem;
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 0.3rem;
  }
  /* 详情 */
  .detail-box{
    width: 100%;
    margin-top: 0.5rem;
  }
  .detail-title{
    font-size: 0.4rem;
  }
  .detail-pubTime{
    font-size: 0.28rem;
  }
  .detail-article p{
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  /* 典藏 */
  .dc-list{
    width: 100%;
    margin-top: 0.5rem;
  }
  .dc-item{
    margin-right: 0;
    margin-bottom: 0.2rem;
    /* width: 3.3rem;
    height: 4.3rem; */
  }
  /* .dc-item img{
    width: 3.3rem;
    height: 3.3rem;
  } */
  .dc-list .dc-item:nth-child(2n){
    float: right;
  }
  .dc-item p{
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  /* 重庆美术 */
  .cqms-list{
    margin: 0;
  }
  .cqms-item-box{
    width: 96%;
    float: none;
    margin: auto;
    height: 4.1rem;
  }
  .cqms-item{
    width: 100%;
    height: 3.86rem;
  }
  .cqms-item p{
    font-size: 0.3rem;
  }
  .cqms-list .cqms-item-box:nth-child(2n), .cqms-list .cqms-item-box:nth-child(2n) .cqms-item{
    float: none;
  }
  /* 重庆美术详情 */
  .cqms-detail-title {
    margin-top: 0.5rem;
    font-size: 0.30rem;
  }
  .cqms-detail-list {
    margin-top: 0.5rem;
  }
  .cqms-detail-list-item,.cqms-detail-list .cqms-detail-list-item:first-child{
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .cqms-detail-list img,.cqms-detail-list .cqms-detail-list-item:first-child img{
    height: 4rem;
  }
  .cqms-detail-list p{
    font-size: 0.3rem;
  }
  /* 搜索 */
  .ss-main{
    padding-top: 0.5rem;
  }
  .ss-input{
    width: 90%;
    height: 0.8rem;
  }
  .ss-input input{
    width: 83%;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .ss-input img{
    width: 0.45rem;
    height: 0.45rem;
    margin-top: 0.2rem;
  }
  .ss-list a {
    height: 1.51rem;
  }
  .ss-item p {
    width: 100%;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .ss-item div>span{
    font-size: 0.28rem;
  }
  .ss-item>.rt{
    width: 100%;
  }
  .ss-item>.rt>span:first-child{
    float: left;
  }
  .ss-item .ss-more{
    float: right;
    font-size: 0.28rem;
  }
  /* 展览预告 */
  .zlyg-item{
    height: auto;
  }
  .zlyg-item-main img{
    float: none;
    margin: auto;
    display: block;
    margin-bottom: 0.3rem;
    width: 4.29rem;
    height: 2.9rem;
  }
  .zlyg-item-main>div{
    width: 100%;
  }
  .zlyg-item-main p{
    font-size: 0.3rem;
  }
  .zlyg-item-text{
    font-size: 0.26rem;
    height: auto;
  }
  /* 展览详情 */
  .zl-detail-title{
    width: 100%;
    float: none;
    margin-bottom: 0.3rem;
  }
  .zl-detail-time{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .zl-detail-text{
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
    line-height: 0.45rem;
  }
  .i1-part2{
    width: 7rem;
  }
  .i1-part2-btn{
    width: 0.5rem;
    height: 0.5rem;
  }
  .i1-part2-box{
    width: 6.5rem;
    margin-left: 0.5rem;
  }
  .i1-part2-item > div{
    width: 6rem;
    padding-right:0.5rem;
  }
  .i1-part2-item > div > a p{
    margin-top: 0.4rem;
    font-size: 0.3rem;
  }
  /* 文创 */
  .wc-list{
    margin-top: 0.5rem;
  }
  .wc-item{
    margin-right: 0;
    width: 3.45rem;
    margin-bottom: 0.4rem;
  }
  .wc-item:nth-child(2n){
    float: right;
  }
  .wc-item p{
    font-size: 0.3rem;
  }
}
