﻿@charset "utf-8";
/* 链接 */

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #a61f23;
	text-decoration: none;
}
a:active {
	outline: none;
}

a:visited{
	text-decoration:none;
	color: #333;
	}
/* 头部、底部、全局 */

body {
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
	font-family: 'Microsoft Yahei';
	background-color: #fafafa;
}
.inner, .nav ul {
	position: relative;
	width: 1360px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	position: relative;
	background: #fff url(../../images/msy_images/head.jpg) 50% 0 no-repeat;
}
.header h1 {
	width: 100%;
	height: 135px;
	background: url(../../images/msy_images/logo.png) 50% no-repeat;
}
.header h1 a {
	display: block;
	height: 135px;
}
.navbar {
	height: 50px;
	margin-bottom: 0px;
	border-radius: 0px;
	border: none;
	background-color: #a61f22;
}
.nav {
	width: 1336px;
	margin: 0 auto;
}
.nav .m {
	position: relative;
	float: left;
	width: 11%;
	line-height: 50px;
	display: inline;
	text-align: center;
}
.nav h3 {
	font-weight: normal;
}
.nav h3 a {
	zoom: 1;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #fff
}
.nav .current h3 a, .nav h3 a:hover {
	background-color: #fff;
	color: #a61f22;
}
.nav .sub {
	display: none;
	width: 147px;
	padding: 10px;
	position: absolute;
	top: 50px;
	background-color: rgb(255, 255, 255);
	float: left;
	line-height: 30px;
    z-index: 999;
	opacity:0.8;
}
.nav .sub li {
	text-align: center;
}
.nav .sub li a {
	color: #333;
	display: block;
	zoom: 1;
}
.nav .sub li a:hover {
	color: #a61f22;
}
/* 移动端菜单开始 */

.mask {
	display: none;
	position: fixed;
	z-index: 597;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	transition: opacity .2s;
}
.mask.on {
	display: block;
	opacity: 1;
}
body.modal-open {
	position: fixed;
	width: 100%;
}
.menu {
	display: none\9;
	position: fixed;
	z-index: 598;
	top: 0;
	right: 0;
	bottom: 0;
	width: 65%;
	background-color: #f5f5f5;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.menu.on {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu img {
	display: block;
	margin: 60px auto;
}
.menu li a {
	position: relative;
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	line-height: 50px;
	font-size: 16px;
	color: #a61f23;
	font-weight: bold;
}
.menu li a:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #ccc;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}
.menu li+li a {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}
.menu>ul>li:nth-child(1) {
	animation-delay: .1s;
}
.menu>ul>li:nth-child(2) {
	animation-delay: .2s;
}
.menu>ul>li:nth-child(3) {
	animation-delay: .3s;
}
.menu>ul>li:nth-child(4) {
	animation-delay: .4s;
}
.menu>ul>li:nth-child(5) {
	animation-delay: .5s;
}
.menu>ul>li:nth-child(6) {
	animation-delay: .6s;
}
.menu>ul>li:nth-child(7) {
	animation-delay: .7s;
}
.menu-btn {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 599;
	width: 50px;
	height: 50px;
}
.menu-btn.on, .menu-btn.fixed {
	position: fixed;
	top: 50px;
}
.menu-btn>span {
	position: absolute;
	left: 0;
	right: 0;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: #a61f23;
	border-radius: 2px;
	transition: .25s;
}
.menu-btn>span:nth-child(1) {
	top: 18px;
}
.menu-btn>span:nth-child(2) {
	top: 24px;
}
.menu-btn>span:nth-child(3) {
	top: 30px;
}
.menu-btn.on span, .hd+.menu-btn>span {
	background: #a61f23;
}
.menu-btn.on span:nth-child(1) {
	top: 21px;
	transform: rotate(45deg);
}
.menu-btn.on span:nth-child(2) {
	opacity: 0;
	transform: rotate(90deg);
}
.menu-btn.on span:nth-child(3) {
	top: 21px;
	transform: rotate(135deg);
}
/* 移动端菜单结束 */

/* 搜索 */
.search-box {
	display: block;
	position: absolute;
	top: 145px;
	right: 0;
	z-index: 9;
	line-height: 0;
	text-align: center;
	font-size: 0;
}
.search input, .search button, .search .go {
	display: inline-block;
}
.search input {
	width: 222px;
	height: 32px;
	line-height: 20px;
	font-size: 14px;
	padding: 10px;
	border: none;
	color: #cba8a6;
	background-color: rgba(0, 0, 0, .2);
	outline: none;
}
.search button {
	position: relative;
	width: 32px;
	height: 32px;
	border: none;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	font-size: 0px;
	background: transparent;
	color: #fff;
	margin-left: -30px;
	vertical-align: middle;
}
.search button .iconfont {
	font-size: 24px;
	color: #fff;
}
.search .go {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin-left: 10px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #fff;
	color: #048;
	margin-top: -20px;
	border-radius: 100px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}
.footer {
	padding: 20px 0;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.md-red {
    width: 100%;
    display:inline-block;
	background-color: #a61f23;
}
.copyright .md-red  p {
	margin: 0 5px;
	color: #e29b9d;
    font-weight: 500;
}

.copyright .md-red  p a {
    margin: 5px;
}

.footer-link {
	width: 550px;
	margin-left: 120px;
}
.footer-link h4 {
	font-size: 18px;
	line-height: 48px;
}
.footer-link p a {
	height: auto;
    color: #e29b9d;
}
.footer-link p a {
	display: inline-block;
	padding: 5px;
	height: 38px;
	line-height: 26px;
	color: #e29b9d;
	border: 1px solid #e06265;
}
.footer-link p a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.copyright .md-red p span {
	display: inline-block;
	width: 70px;
    color: #e29b9d;
}

.p20 .gzwx {
	float: left;
	margin-top: 60px;
	font-size: 16px;
}

.handle {
    color: #333;
    margin:10px 0px;
}

.handle a{
    color: #333;
    font-size: 18px;
    padding:0px 20px;
}

.copyright p span {
    color: #333;
}

@media (max-width: 1200px) {
    .header h1,  .nav ul,  .inner,  .content,  .copyright {
    	width: 100%;
    }
    .header {
    	background-position: 40% 0px;
    	background-size: auto 72%;
    }
    .header h1 {
    	height: 150px;
    	background-position: 50%;
    	background-size: auto 60%;
    }
    .header h1 a {
    	height: 150px;
    }
    .search-box {
    	position: static;
    	top: 0;
    	margin: -15px 0 0;
    	padding: 10px 0;
    	background-color: #a61f23;
    }
    .search input {
    	width: 70%;
    }
    .search-box:before {
    	display: block;
    }
    .navbar, .nav {
    	display: none;
    }
    .menu-btn {
    	display: block;
    }
    .footer-link {
    	width: 100%;
    	margin-left: 0px;
    }
    .md-red {
        display: none;
    }
}
 @media (max-width: 1024px) {
    .copyright {
    	text-align: center;
    }
    .copyright .p20 {
    	margin: 0;
    	width: 100%;
    }
}

 @media (max-width: 480px) {

    .copyright p span {
        font-size: 12px;
    }
}
/* 公用部分 */
.banner {
	height: 450px;
	margin: 0px auto;
	background: url(../../images/msy_images/content_bg01.jpg) center no-repeat;
}
.content {
	position: relative;
	background-color: #fff;
	margin-left: 11%;
	margin-top: -230px;
}
.w940 {
	width: 940px;
}
.w380 {
	width: 380px;
}
.mt20 {
	margin-top: 20px;
}
.mt50 {
	margin-top: 50px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb70 {
	margin-bottom: 70px;
}
.table-bordered {
	margin-bottom: 0px;
}
.table-bordered>tbody>tr>th {
	background-color: #f9f9f9;
	text-align: center;
	color: #048;
	padding: 2px;
	width: 20%;
}
.where {
	height: 66px;
	line-height: 66px;
	padding: 0px 60px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ccc;
}
.where a {
	color: #666;
}
.tab-pane {
	position: relative;
	overflow: hidden;
}
.tab-pane .pane>ul, .tab-pane .pane>div {
	animation-duration: .3s;
}
.tab a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: left;
	border-radius: 3px;
	transition: all .3s;
	font-weight: bold;
}
.tab a.current {
	color: #a61f22;
}
.tab a+a {
	margin-left: 20px;
}
 @media (max-width: 1200px) {
    .content {
    	width: 100%;
    	margin-left: 0px;
    }
}
 @media (max-width: 1024px) {
    .w940 {
    	width: 50%;
    }
}
 @media (min-width: 992px) {
    .w940 {
    	width: 60%;
    }
    .side-right {
    	width: 35%;
    }
    .w380 {
    	width: 95%;
    }
}
 @media (max-width: 768px) {
    .content {
    	width: 100%;
    	margin-left: 0px;
    }
    .w940, .w380 {
    	width: 100%;
    }
    
    .tab{
        margin-left: 20px;
    }
}
.grid {
	margin: 0 auto;
	padding: 0 20px;
}
.grid>.row {
	margin-right: -10px;
	margin-left: -10px;
}
 .grid>.row>.col, .grid>.row>[class*="col-"] {
 padding-right: 10px;
 padding-left: 10px;
}
.tab-pane .pane {
	overflow: hidden;
}
.tab-pane .pane>ul, .tab-pane .pane>div {
	animation-duration: .3s;
}
.tab-pane .pane {
	overflow: hidden;
}
.list-menu {
	position: absolute;
	top: 0px;
	left: 45%;
	height: 66px;
}
.list-menu a {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	line-height: 66px;
	background: url(../../images/msy_images/dot_01.png) 3px center no-repeat;
}
.list-menu a.current {
	color: #a61f23;
	background: url(../../images/msy_images/dot_02.png) 3px center no-repeat;
}
.list-menu a:hover {
	background: url(../../images/msy_images/dot_02.png) 3px center no-repeat;
}
.list-menu a.current:after, .list-menu a:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 22%;
	right: 0;
	height: 2px;
	width: 80px;
	background-color: #a61f23;
}
 @media (max-width: 1200px) {
    .grid {
    	width: 100%;
    	padding-left: 16px;
    	padding-right: 16px;
    }
    .list-menu a {
        font-size: 14px;
        line-height: 42px;
        padding:0px 0px 0px 20px;
    }
    .list-menu a.current:after, .list-menu a:hover:after{
        display: none;
    }
}
 @media (max-width: 768px) {
    .list-menu {
    	height: auto;
    	padding: 0px 10px;
    	position: initial;
        border-bottom: 1px solid #ccc;
    }
    .list-menub a {
    	line-height: 48px;
    	padding: 0px 17px;
    }
    .list-menu a.current:after, .list-menu a:hover:after {
    	left: 17px;
    }
}
/*  美术院简介 开始 */
.article h2 {
	padding: 15px 80px;
	line-height: 1.5;
	font-size: 26px;
	text-align: left;
	color: #333;
}

.article_date{
    font-size: 14px;
    padding: 0px 80px;
}

.article_date span+span{
    padding-left: 20px;
}

.article-box {
	padding: 0px 30px 0px 80px;
}

.article-box .article-taxt {
	text-indent: 2em;
}

.side .side-menu-en {
	font-size: 44px;
	text-transform: uppercase;
	color: #debcbc;
	line-height: 50px;
	margin-top: 76px;
	padding-left: 25px;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
}
.side-box {
	display: block;
	width: 100%;
	padding: 50px 50px 80px 30px;
	background-color: #f9f5ed;
}
.side-text {
	font-size: 24px;
	font-weight: normal;
	color: #074f32;
}
.side-text-img img {
	width: 100%;
	height: 100%;
}
@media (max-width: 480px) {
.side-text-img img {
	width: 140px;
    height: 105px;
}
}
@media (max-width: 768px) {
.side-text-img img {
	width: 140px;
    height: 105px;
}
}
.side-text-info {
	font-size: 14px;
	color: #666;
	display: block;
	margin-bottom: 16px;
}
.side-list li a {
	font-size: 22px;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 16px;
	display: block;
}
@media (max-width: 1200px) {
    .where {
    	padding: 0px 20px;
    }
    .article {
    	padding: 0px 10px; 
    }
    .article h2 {
    	padding: 15px 10px;
    }
    .article-box {
    	padding: 0px;
    }
     .article h2{
        font-size: 16px;
    }
}

@media (max-width: 768px){

    .side .side-menu-en{
        display: none;
    }
    .side-text{
        font-size: 18px;
    }
    .side-list li a{
        font-size: 16px;
    }
}

/*  美术院简介 结束 */

/*  组织机构 开始 */
.t4 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 24px;
}
.text-red {
	color: #a61f22 !important;
}
.present h5 b {
	background-color: #a61f22;
	color: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	padding: 0 15px;
	font-size: 18px;
}
.served h5 b {
	background: rgb(228, 187, 188);
	color: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	padding: 0 15px;
	font-size: 18px;
}

@media (max-width: 768px){
   .present,.served{
    margin-left:20px;
    margin-right: 20px;
   } 

   .t4 b{
    font-size: 20px;
    font-weight: normal;
   }

   .present h5 b{
    color: #8f8f94;
    padding:0px;
    font-weight: normal;
    background-color:transparent;
   }

   .served h5 b{
    font-weight: normal;
    color: #8f8f94;
    display: block;
    text-align:left;
    font-size: 16px;
   }
}
/*  组织机构 结束 */

/*  美术院荣誉 开始 */
.group li, .individual li {
	position: relative;
	padding-left: 20px;
	margin-left: 30px;
	border-left: 3px solid #e4bbbc;
}
.group li h5 b {
	display: block;
	font-size: 18px;
	color: #e4bbbc;
	padding-bottom: 10px;
}
.group li h5:before, .individual li h5:before {
	content: "";
	position: absolute;
	top: 25%;
	left: -10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-color: #e4bbbc;
	border-radius: 100px;
}
.individual li h5 b {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background-color: #e4bbbc;
	color: #fff;
	text-align: center;
	padding: 0px 5px;
}

@media (max-width: 768px){
    .ml20{
        margin-left: 20px;
    }
    .group li, .individual li{
        font-size: 14px;
    }
}

/*  美术院荣誉 结束 */

/*  党建工作 开始 */
.work .list-b li .pic {
	float: left;
	width: 160px;
	height: 110px;
	margin-right: 20px;
}
.work .list-b li h4 {
	position: relative;
	overflow: hidden;
	max-height: 48px;
	line-height: 24px;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0px;
}
.work .list-b li p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	word-break: break-all;
	margin: 10px 0px;
}
.pages a:hover {
	position: relative;
	background-color: #e2a3a3;
	color: #fff;
}
.pages .current {
	background-color: #a61f22;
	color: #fff;
	position: relative;
}

 @media (max-width: 1024px) {

    .pl110{
        padding-left: 180px;
    }  
 }

 @media (max-width: 768px) {
    .work .list-b li {
        padding:5px 15px;
    }
    .work .list-b li .pic {
    	width: 88px;
    	height: 70px;
    }
    .list-b li .pic img {
        width: 100%;
        height:100%;
    }
    .work .list-b li h4 {
    	font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .work .list-b li p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin:0px;
    }
    .pl110{
        padding-left: 110px;
    }  
}
/*  党建工作 结束 */

/*  创作工作 开始 */
.create .list-p li a {
	margin: 0px;
}
.create .list-p li h4 {
	margin: 10px 0;
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	white-space: normal;
}
.create .list-p-text {
	color: #666;
	font-size: 14px;
}
.create .list-p-date {
	color: #999;
	font-size: 14px;
	text-align: right;
}
/*  创作工作 结束 */

/*  艺术家 开始 */
.create_artist .list-p li h4 {
	font-size: 16px;
	font-weight: normal;
}
.create_artist .list-p li a {
	display: block;
	margin: 0px;
}
.create_artist .list-p li img {
	max-height: 320px;
	overflow: hidden;
}
 @media (max-width: 768px) {
    .create .list-p li h4 {
        font-size: 16px;
    }
    .hidden-xs{
        display: none;
    }
 }
 @media (max-width: 480px) {

    .create .list-p li h4 {
        font-size: 14px;
        margin:0px;
        line-height: 24px;
        word-break:normal;
    }

    .create_artist .list-p li img {
    	max-height: 180px;
    	overflow: hidden;
    }

    .create .list-p-text{
        margin:0px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .create_artist .list-p li a{
        margin-left: -8px;
        margin-right:-8px;
    }
}
/*  艺术家 结束 */

/*  藏品推介 开始 */
.research .list-b li {
	padding: 0px 20px 0px 0px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.research .list-b li .pic {
	width: 300px;
	height: 224px;
	overflow: hidden;
}
.research .list-b li h4 {
	font-size: 22px;
	max-height: 88px;
	padding-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.research .list-b li p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
 @media (max-width: 768px) {
    .research .list-b li{
        border:none;
        background-color: #f7f7f7;
    }
    .research .list-b li .pic {
        width: 140px;
        height: 105px;
        margin-right:10px;
        overflow: hidden;
    }
    .research .list-b li h4{
        font-size: 16px;
        padding-top: 10px;
        margin-bottom: 0px;
        font-weight: normal;
        -webkit-line-clamp: 1;
    }
    .research .list-b li p{
        font-size: 14px;
        margin: 0px;
        -webkit-line-clamp: 2;
    }
}
/*  藏品推介 结束 */

/*  昙华林忆旧 开始 */
.research_introduce .list-b li a {
	border: 1px solid #ccc;
	max-height: 400px;
	overflow: hidden;
	padding-bottom: 20px;
}
.research_introduce .list-b li .pic {
	float: none;
}
.research_introduce .list-b li .pic, .research_introduce .list-b li .pic img {
	width: 100%;
	height: 100%;
	max-height: 230px;
}
.research_introduce .list-b li h4 {
	font-size: 22px;
	max-height: 88px;
	color: #333;
	font-weight: bold;
	margin: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.research_introduce .list-b li p {
	padding: 0px 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

 @media (max-width: 768px) {
    .research_introduce .list-b li a{
        padding-bottom: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .research_introduce .list-b li h4{
        font-size: 14px;
        margin:5px 10px;
        font-weight: normal;
        -webkit-line-clamp: 1;
    }
    .research_introduce .list-b li p{
        padding: 0px;
        margin:0px 10px;
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 3;
    }
 }
/*  昙华林忆旧 结束 */

/*  美术年鉴 开始 */
.research_almanac .list-p li a {
	margin: 20px 0px;
}
.research_almanac .list-p li .pic {
	display: block;
	height: 340px;
	overflow: hidden;
}
.research_almanac .list-p li h4 {
	position: absolute;
	top: 30%;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 10px 20px 10px 0px;
	line-height: 40px;
	overflow: hidden;
	white-space: normal;
	word-break: normal;
	text-overflow: inherit;
}
.research_almanac .list-p li h4, .research_almanac .list-p li h4 a {
	color: #fff;
}
.research_almanac .list-p li p {
	position: absolute;
	bottom:0;
	display: block;
	width: 90%;
	color: #fff;
	text-align: center;
}
.research_almanac .list-p li p a {
	color: #fff;
}
 @media (max-width: 768px) {
    .research_almanac .list-p li a{
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }
    .research_almanac .list-p li .pic{
        height: 200px;
    }
}
/*  美术年鉴 结束 */

/*  展览预告 开始 */
.art_banner {
	height: 300px;
	margin: 20px 95px auto;
	background: #900000 url(/material/images/msy_images/art_banner20210812.jpg) center no-repeat;
	background-size: cover;
}

.focus{
    position: relative;
    height: 280px;
    padding:0px 20px;
    margin:0px 30px 0px 80px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    padding:20px;
    background-color: #f8f6ed;
}

.focus .pic span {
    display: inline-block;
    line-height: 32px;
    font-size: 20px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focus .pic h4{
    font-size: 22px;
    line-height: 40px;
    color: #a61f22;
    display: block;
}

.focus .pic p{
    display: inline-block;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.focus .focus-prev,
.focus .focus-next {
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.focus .swiper-pagination-bullet {
    background-color: #bfbfbf;
    width: 9px;
    height: 9px;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #f00;
}

@media (max-width: 1200px) {
    .art_banner {
        height: 200px;
        margin: 20px auto;
    }

    .focus{
        position: relative;
        width: 100%;
        height: auto;
        margin:0px;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 310px;
    }

}

 @media (max-width: 768px) {
    .exhibit .list-b li{
        border:1px solid #ccc;
        background-color: transparent;
    }
}


/*  展览预告 结束 */



