@charset "utf-8";
/*顶部banner*/
.slideBox {
    width: 100%;
    position: relative;
    overflow:hidden;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .prev, .slideBox .next {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}

.slideBox .prev {
    left: 3%;
    background: url(../img/prev.png);
}

.slideBox .next {
    right: 3%;
    background: url(../img/next.png);
}

/*通知公告*/
.mainTop {
    padding: 30px 0;
}

.tongLeft {
    width: 362px;
}

.tongLeft>div {
    height:286px;
}

.tongLeft h3, .tongMd h3, .classTitle h3 {
    font-size: 22px;
}

.tongLeft_top img {
    margin: 1px 16px 0 0;
}

.tongLeft li {
    padding: 3px 0;
}

.tongLeft_sub img {
    margin: 5px 15px 0 0;
}

.newsTitle img {
    margin: 2px 15px 0 0;
}

.tongLeft .tongLeft_title, .newsTitle, .classTitle {
    padding: 8px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

.tongLeft .more, .newsTitle .more, .classTitle .more {
    margin-top: 5px;
    width: 18px;
    height: 18px;
    background: url(../img/more.png);
}

.tongLeft li a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    width: 286px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
}

.tongLeft li a:hover {
    color: #9c2c29;
}

.tongLeft li::before {
    content: '';
    float: left;
    width: 4px;
    height: 4px;
    background-color: #9c2c29;
    border-radius: 2px;
    margin: 18px 14px 0 0;
}

.tongLeft li span {
    width: 58px;
    line-height: 40px;
}

/*新闻动态*/
.tongMd {
    width: 438px;
    margin: 0 33px;
}

.newDong {
    height: 246px;
}

.newImg {
    position: relative;
    width: 438px;
    height: 246px;
    z-index: 0;
}

.newImg li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.newPhoto .newBanner {
    display: block;
    width: 438px;
    height: 246px;
}

.newPhoto .newName {
    position: absolute;
    padding: 0 15px;
    left: 0;
    bottom: 0;
    width: 438px;
    height: 36px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10;
}

.newCon {
    margin-top: 10px;
}

.newCon a {
    width: 360px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
    background: url(../img/right.png) left no-repeat;
    line-height: 30px;
}

.newCon a:hover {
    color: #9c2c29;
}

.newCon span {
    line-height: 32px;
}

.newCon li {
    padding: 6px 0;
}

/*参观须知*/
.tongRt {
    width: 330px;
}

.tongSub_top {
    box-sizing: border-box;
    width: 330px;
    height: 70px;
    background: url(../img/canguan.png);
    padding-left: 85px;
    margin-bottom:20px;
}
.tongSub_top0823 {
    background: url(../img/canguan20210823.png);
}
.tongSub_top a {
    display: block;
    width: 330px;
    height: 70px;
}

.tongSub_top span, .zhuanTitle span, .juanTitle span {
    font-size: 22px;
    color: #ffffff;
    margin: 0 15px;
    text-decoration: none;
}

.tongSub_top span {
    line-height: 70px;
}

.tongSub_top a:hover span {
    color: #9c2c29;
}

.tongSub_top img {
    margin-top: 17px;
}

/*专题展览*/
.tongSub_m {
    width: 330px;
    height: 207px;
    background: url(../img/zhuangti.png);
    margin: 20px 0;
}

.zhuanTitle, .juanTitle {
    padding: 20px 0 0 85px;
    box-sizing: border-box;
    display: block;
}

.zhuanTitle span, .juanTitle span {
    line-height: 39px;
}

.zhuanCon, .juanCon {
    box-sizing: border-box;
    padding: 12px 25px;
}

.zhuanCon li::before, .juanCon li::before {
    content: '';
    float: left;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 18px 14px 0 0;
}

.zhuanCon a, .juanCon a {
    font-size: 16px;
    width: 228px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zhuanCon span, .zhuanCon a, .juanCon span, .juanCon a {
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
}

.zhuanCon li, .juanCon li {
    width: 280px;
    transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
}

.zhuanCon li:hover, .juanCon li:hover {
    margin-left: 8px;
}

.zhuanCon li:hover a, .juanCon li:hover a {
    color: #9c2c29;
}

/*捐赠信息*/
.tongSub_bottom {
    width: 330px;
    height: 167px;
    background: url(../img/juanzeng.png);
}

/*网上展馆*/
.classTitle img {
    margin-right: 15px;
}

.netImg>li + li {
    margin-left: 28px;
}

.netImg li a img {
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
}

.netImg li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.netImg li a{
    display: block;
    width:279px;
    height:393px;
    position: relative;
}

.netBox{
    width:279px;
    height:393px;
    background-color: rgba(0,0,0,0.3);
    filter:alpha(opacity=30);
    top:0;
    left:0;
    position: absolute;
}

.netBox ul{
    width:164px;
    height:268px;
    border:2px solid #a6782f;
    margin:60px 0 0 55px;
}

.netBox li{
    font-size:18px;
    color:#ffffff;
    width:20px;
    word-wrap: break-word;
    margin:35px 16px 0 0;
    line-height:20px;
}

/*友情链接*/
.friendShipLink {
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 60px;
}

.linkTitle {
    border-bottom: 1px solid #b3b3b3;
    box-sizing: border-box;
    padding: 28px 0 15px 0;
}

.linkTitle b {
    color: #03467d;
    font-size: 22px;
    margin: 3px 5px 0 0;
}

.linkTitle span {
    font-size: 26px;
    color: #03467d;
    font-weight: 500;
}

.linkTitle a {
    width: 18px;
    height: 18px;
    background: url(../img/more.png);
    margin-top: 9px;
}

.linkList {
    padding: 28px 0;
}

.linkList li {
    width: 240px;
    box-sizing: border-box;
    padding: 10px 0;
}

.linkList li::before {
    display: block;
    float: left;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #9c2c29;
    border-radius: 2px;
    margin: 8px 5px 0 0;
}

.linkList li a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.linkList li a:hover {
    color: #9c2c29;
}